@charset "utf-8";

/* CSS Reset */

html {
    min-width: 1500px;
    overflow-x: auto;
    zoom: 1;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}

a:hover {
    color: #3891ff;
}

.w1200 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.w1000 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.w926 {
    position: relative;
    width: 926px;
    margin: 0 auto;
}

.ptb30 {
    padding: 30px 0;
}

.pt20 {
    padding-top: 20px;
}

.bt {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tr,
.img,
.recNews .bd li a .pic img,
.program li .pic img {
    -webkit-transition: all .3s linear;
    -mos-transition: all .3s linear;
    -mz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.img:hover,
.recNews .bd li a:hover .pic img,
.program li:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/** header **/

.headerBlank {
    width: 1920px;
    height: 70px;
    position: relative;
    left: 50%;
    top: 0;
    margin-left: -960px;
    z-index: 9999;

}

.headerBot {
    width: 1920px;
    height: 70px;
    background: #161616;
    /* position: relative; */
    left: 50%;
    top: 0;
    margin-left: -960px;
    z-index: 9999;
    border-bottom: solid 1px rgba(21, 119, 228, 0.4);
    position: fixed;
}

.headerBot .nav li {
    float: left;
    height: 70px;
    position: relative;
    z-index: 11;
}

.headerBot .nav li a {
    display: block;
    color: #fff;
    height: 68px;
    line-height: 72px;
    font-size: 16px;
    margin-left: 80px;
    padding: 0 13px;
}

.headerBot .nav li a.active {
    border-bottom: solid 3px #1577e4;
}

.headerBot .nav li a span {
    display: block;
    font-family: arial;
    font-size: 14px;
    text-transform: uppercase;
}

.headerBot .nav li .sub {
    position: absolute;
    top: 70px;
    left: 40px;
    width: 160px;
    display: none;
    z-index: 12;
    background: #161616;
}

.headerBot .nav li .sub li {
    height: 40px;
    float: none;
    background: none;
    margin: 0;
}

.headerBot .nav li .sub li a {
    display: block;
    width: 140px;
    height: 39px;
    line-height: 39px;
    font-size: 13px;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #222;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.headerBot .nav li .sub li a:hover {
    background: #000;
    color: #3891FF;
    border-color: #222;
}

.headerBot .nav li .ssub {
    position: absolute;
    top: 0px;
    left: 160px;
    background: url(tbj.png);
    width: 160px;
    display: none;
    z-index: 12;
    /* overflow: hidden; */
    background: #161616;
}

.headerBot .nav li .ssub li {
    height: 40px;
    float: none;
    background: none;
    margin: 0;
}

.headerBot .nav li .ssub li a {
    display: block;
    width: 140px;
    height: 39px;
    line-height: 39px;
    font-size: 13px;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #222;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.headerBot .nav li .ssub li a:hover {
    background: #000;
    color: #3891FF;
    border-color: #222;
}

.headerBanner {
    width: 1920px;
    height: 850px;
    position: relative;
    left: 50%;
    top: 0;
    margin-left: -960px;
    z-index: 9;
}

.mainTitle {
    text-align: center;
    font-size: 40px;
    line-height: 38px;
    font-weight: normal;
    color: #333;
}

.mainTitle span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    font-family: HelveticaNeue, Raleway, arial;
    letter-spacing: 7px;
}


/** jt **/

.inalm {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 30px;
}

.almFud {
    animation: almfud 2s linear 0s infinite;
    -moz-animation: almfud 2s linear 0s infinite;
    -webkit-animation: almfud 2s linear 0s infinite;
    -o-animation: almfud 2s linear 0s infinite;
}

@-webkit-keyframes almfud {
    0% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-15px);
    }
}

@-moz-keyframes almfud {
    0% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-15px);
    }
}

@-o-keyframes almfud {
    0% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-15px);
    }
}

@keyframes almfud {
    0% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-15px);
    }
}

.fullSlide {
    position: relative;
    left: 50%;
    top: 0;
    width: 1920px;
    height: 100%;
    height: 950px;
    margin-left: -960px;
}

.fullSlide:nth-child(odd) {
    background: #fff;
}

.fullSlide:nth-child(even) {
    background: #f6f7fc;
}

#video {
    position: absolute;
    left: 0;
    top: 0;
    width: 1920px;
    height: 850px;
    z-index: 90;
    background: #000;
}

.fullSlide .bd {
    position: absolute;
    left: 0;
    top: 0;
    height: 950px !important;
    width: 100% !important;
    z-index: 80;
    overflow: hidden;
}

.fullSlide .bd li {
    height: 950px !important;
    width: 100% !important;
    overflow: hidden;
    position: relative;
}

.fullSlide .prev,
.fullSlide .next {
    position: absolute;
    z-index: 1;
    display: block;
    width: 48px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    left: 50px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/iconAn.png) 0 0 no-repeat;
    filter: alpha(opacity=0);
    z-index: 85
}

.fullSlide .next {
    left: auto;
    right: 50px;
    background-position: -48px 0;
}

.fullSlide:hover .prev,
.fullSlide:hover .next {
    filter: alpha(opacity=100);
    opacity: 1;
}

.fullSlide .hd {
    position: absolute;
    bottom: 188px;
    left: 50%;
    margin-left: -100px;
    height: 6px;
    z-index: 85;
    display: flex;
    justify-content: center;
    width: 200px;
}

.fullSlide .hd li {
    width: 10px;
    height: 10px;
    background: #919191;
    float: left;
    margin: 4px 20px;
    border-radius: 9px;
    text-indent: 9999px;
    overflow: hidden;
}

.fullSlide .hd li.on {
    width: 4px;
    height: 4px;
    border: solid 7px #3196fe;
    margin: 0 16px;
    background: #fff;
}

.fullSlide .bd li.liy {
    background: #012952;
}

.fullSlide .bd li.liy .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1041px;
    height: 244px;
    margin-left: -520.5px;
    margin-top: -122px;
    z-index: 11;
    cursor: pointer;
}

.fullSlide .bd li.liy .tm {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.fullSlide .bd li.liy .imL {
    width: 960px;
    height: 850px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9
}

.fullSlide .bd li.liy .imR {
    width: 960px;
    height: 850px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9
}

.fullSlide .bd li.lia .bxjg {
    width: 355px;
    height: 594px;
    position: absolute;
    top: 180px;
    left: 524px;
    z-index: 9;
}

.fullSlide .bd li.lia .bxjg img {
    position: relative;
    top: 40px;
    left: -50px
}

.fullSlide .bd li.lia .txt {
    width: 370px;
    position: absolute;
    top: 230px;
    right: 570px;
    text-align: center;
    color: #fff;
    z-index: 9
}

.fullSlide .bd li.lia .txt span {
    display: block;
    padding-bottom: 20px;
}

.fullSlide .bd li.lia .txt p {
    line-height: 30px;
    font-size: 14px;
}

.fullSlide .bd li.lia .txt .link {
    height: 45px;
    padding-top: 40px;
    position: relative;
}

.fullSlide .bd li.lia .txt .link a {
    display: inline-block;
    width: 84px;
    height: 41px;
    line-height: 41px;
    border: 2px solid #fff;
    font-family: arial;
    font-size: 18px;
    color: #fff;
    margin: 0 10px;
    text-align: left;
    padding-left: 52px;
    border-radius: 4px;
}

.fullSlide .bd li.lia .txt .link a.ip {
    background: url(https://blaz.ar0755.com/html/ar-max/images/pg.png) no-repeat 16px center;
}

.fullSlide .bd li.lia .txt .link a.an {
    background: url(https://blaz.ar0755.com/html/ar-max/images/az.png) no-repeat 16px center;
}

.fullSlide .bd li.lis .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 918px;
    height: 190px;
    margin-left: -459px;
    margin-top: -95px;
    z-index: 10;
}

.movseD {
    position: absolute;
    left: 50%;
    bottom: 110px;
    width: 32px;
    height: 48px;
    margin-left: -16px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/mev.png) no-repeat;
    z-index: 88;
}

.movseD a {
    display: block;
    width: 23px;
    height: 35px;
    margin: 18px auto 0;
    text-align: center;
}

.banner1text {
    position: absolute;
    top: 275px;
    left: 250px;
    width: 900px;
    color: #fff;
    text-shadow: #333 0 0 3px;
}

.banner1text p:nth-child(1) {
    font-size: 72px;
    line-height: 64px;
    /* font-weight: bold; */
}

.banner1text p:nth-child(2) {
    width: 600px;
    font-size: 18px;
    line-height: 26px;
    margin-top: 27px;
}

.banner1text p:nth-child(3) {
    font-size: 18px;
    line-height: 32px;
    margin-top: 50px;
    text-align: justify;
}

.banner1texta {
    position: absolute;
    top: 165px;
    left: 40px;
    padding-left: 200px;
    width: 1200px;
    color: #000;
}

.banner1texta p:nth-child(1) {
    position: absolute;
    color: #fff;
    top: -100px;
    left: 250px;
    font-size: 180px;
    text-align: center;
    line-height: 220px;
    font-weight: bold;
}

.banner1texta p:nth-child(2) {
    color: #fff;
    width: fit-content;
    font-size: 26px;
    line-height: 32px;
    margin-top: 24px;
    padding: 20px;
    font-weight: bold;
    border-radius: 60px;
}

.banner1texta p:nth-child(3) {
    color: #000;
    font-size: 24px;
    line-height: 48px;
    margin-top: 30px;
    padding-left: 25px;
}

.banner1texta p:nth-child(4) {
    font-size: 32px;
    line-height: 48px;
    margin-top: 30px;
    padding-left: 25px;
}

.banner1texta p:nth-child(5) {
    font-size: 24px;
    line-height: 48px;
    margin-top: 30px;
    padding-left: 25px;
}

.banner1texta p:nth-child(6) {
    font-size: 32px;
    line-height: 48px;
    margin-top: 30px;
    padding-left: 25px;
}

.banner1sub {
    width: 208px;
    height: 70px;
    margin-top: 40px;
    cursor: pointer;
    background: #1577e4;
    border-radius: 10px;
    box-shadow: 0 10px 25px #1577e466;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
}

.banner1sub.ex {
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/banner/buttonex.png);
    box-shadow: 0 10px 25px #f95d5d66;
}

.banner2text {
    position: absolute;
    top: 275px;
    left: 250px;
    width: 400px;
    color: #000;
}

.banner2text p:nth-child(1) {
    color: #1577e4;
    font-size: 64px;
    line-height: 64px;
}

.banner2text p:nth-child(2) {
    color: #1f1f1f;
    font-size: 38px;
    line-height: 38px;
    margin-top: 24px;
}

.banner2text p:nth-child(3) {
    color: #808080;
    font-size: 14px;
    line-height: 20px;
    margin-top: 40px;
}

.banner2sub {
    width: 208px;
    height: 70px;
    position: absolute;
    top: 600px;
    left: 255px;
    cursor: pointer;
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/banner/button.png);
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(21, 119, 228, 0.4);
}

.bannerbottom {
    position: absolute;
    bottom: 70px;
    z-index: 999;
    font-size: 25px;
    line-height: 30px;
    width: 1200px;
    left: 50%;
    margin-left: -514px;
}

.bannerbottom span {
    color: #1774dd;
    width: 250px;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.bannerbottom span:nth-child(2)::before,
.bannerbottom span:nth-child(3)::before,
.bannerbottom span:nth-child(4)::before {
    content: '';
    width: 2px;
    height: 30px;
    background: #1774dd;
    position: absolute;
    left: -1px;
    top: 0;
}

.bannerbottom span:nth-child(4)::before {
    background: #fff
}

.bannerbottom span:nth-child(3),
.bannerbottom span:nth-child(4) {
    color: #fff
}

.bannerbottom .hot::after {
    content: '';
    width: 25px;
    height: 32px;
    position: absolute;
    right: 30px;
    top: -2px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/banner/hot.png);
}

.mKefu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
    display: none;
}

.mKefu img {
    position: absolute;
    width: 808px;
    height: 501px;
    left: -404px;
    margin-left: 50%;
    top: 50vh;
    margin-top: -250px;
}

.mKefu::after {
    content: '';
    width: 37px;
    height: 37px;
    position: absolute;
    background: url(https://blaz.ar0755.com/html/ar-max/images/solution/exhibition/banner/close.png);
    background-size: 37px;
    top: 50vh;
    margin-left: 50%;
    left: 367px;
    margin-top: -319px;
}

.lefti1 {
    position: absolute;
    left: 0;
    top: 85px;
    z-index: 2
}

.lefti2 {
    position: absolute;
    left: 0;
    top: 150px;
    z-index: 1
}

.lefti3 {
    position: absolute;
    left: 0;
    top: 125px;
    z-index: 3
}

.righti1 {
    position: absolute;
    right: 0;
    top: -125px;
    z-index: 2
}

.righti2 {
    position: absolute;
    right: 0;
    top: -130px;
    z-index: 1
}

.righti3 {
    position: absolute;
    right: 0;
    top: -55px;
    z-index: 3
}

.p2left {
    position: absolute;
    left: 0;
    top: 0;
}

.p2right {
    position: absolute;
    right: 185px;
    top: 299px;
    width: 575px;
    height: 475px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/p2/p2cb.png) no-repeat;
    background-size: 454px 405px;
    background-position: 58px 47px;
}

.p2ecout {
    position: absolute;
    left: 130px;
    top: -50px;
    width: 138px;
    height: 235px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/p2/p2co1.png);
    animation: p2out 2s infinite
}

.p2ecin {
    position: absolute;
    left: 329px;
    top: -123px;
    width: 106px;
    height: 189px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/p2/p2ci1.png);
    animation: p2in 2s infinite
}

.p2ecex {
    position: absolute;
    left: 322px;
    top: -120px;
    width: 18px;
    height: 44px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/p2/p2ex.png);
    animation: p2ex 5s infinite;
    transform-origin: top right;
}

.p2ecex2 {
    position: absolute;
    width: 1.5px;
    height: 13px;
    background: #222;
    position: absolute;
    top: -160px;
    left: 216px;
    transform-origin: top;
    animation: p2ex2 15s linear infinite;
}

.p2entity1 {
    position: absolute;
    top: 250px;
    left: 0;
    width: 150px;
    height: 250px;
}

.p2entity2 {
    position: absolute;
    top: 250px;
    left: 0;
    width: 150px;
    height: 250px;
}

.p2center {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 950px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/p2/p2rback.png) no-repeat;
    background-position: 1000px 75px;
}

.iline {
    width: 58px;
    height: 8px;
    background: #3598fe;
    position: absolute;
    top: 149px;
    left: 245px;
}

.itittle {
    font-size: 50px;
    line-height: 64px;
    position: absolute;
    top: 175px;
    left: 245px;
    color: #000;
}

.itext {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 285px;
    left: 245px;
    width: 657px;
}

.p3left .itext {
    width: 410px;
}

.itext a {
    color: #4c8de8;
    font-size: 16px;
}

.imorelist {
    width: 840px;
    height: 482px;
    position: absolute;
    top: 352px;
    left: 245px;
}

.imore {
    width: 240px;
    height: 130px;
    float: left;
    margin-right: 18px;
    margin-top: 30px;
}

.imore img {
    width: 240px;
    height: 135px;
    background: #ccc;
}

.imbutton {
    width: 92px;
    height: 25px;
    margin: 14px auto;
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/p2/button.png) no-repeat;
    background-size: 112px;
    padding-left: 20px;
    line-height: 25px;
    font-size: 9px;
    color: #1577E4;
    cursor: pointer;
    animation-delay: 0.9s;
}

.p3sline {
    position: absolute;
    top: 367px;
    left: 245px;
    font-size: 20px;
    line-height: 58px;
    color: #333333;
}

.p3sline .p3sentity {
    height: 58px;
    cursor: pointer;
    position: relative;
}

.p3sentity.checked {
    width: 360px;
    color: #1577E4
}

.p3sentity.checked .p3sex {
    left: 200px;
    opacity: 1;
}

.p3sex {
    color: #333333;
    width: 160px;
    position: absolute;
    top: -12px;
    left: 40px;
    font-size: 14px;
    line-height: 37px;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
}

.p3sex::after {
    content: '';
    width: 52px;
    height: 1px;
    background: #1577E4;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -26px;
}

.p3sex p.childchecked {
    color: #1577E4
}

@keyframes p2out {
    0% {
        background: url(https://blaz.ar0755.com/html/ar-max/images/index/p2/p2co1.png);
        background-size: 138px;
    }

    50% {
        background: url(https://blaz.ar0755.com/html/ar-max/images/index/p2/p2co2.png);
        background-size: 138px;
    }

    100% {
        background: url(https://blaz.ar0755.com/html/ar-max/images/index/p2/p2co1.png);
        background-size: 138px;
    }
}

@keyframes p2in {
    0% {
        background: url(https://blaz.ar0755.com/html/ar-max/images/index/p2/p2ci1.png);
        background-size: 106px;
    }

    50% {
        background: url(https://blaz.ar0755.com/html/ar-max/images/index/p2/p2ci2.png);
        background-size: 106px;
    }

    100% {
        background: url(https://blaz.ar0755.com/html/ar-max/images/index/p2/p2ci1.png);
        background-size: 106px;
    }
}

@keyframes p2ex {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes p2ex2 {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.p3left {
    position: absolute;
    left: 140px;
    top: 0;
    width: 1000px;
    height: 950px;
}

.p3center {
    position: absolute;
    left: 875px;
    top: 0px;
    width: 663px;
    height: 950px;
    text-align: center;
    z-index: 1;
}

.p3ctitle {
    margin-top: 183px;
    width: 663px;
    line-height: 33px;
    font-size: 24px;
    color: #1577E4;
}

.p3ctext {
    margin-top: 40px;
    margin-left: 48px;
    width: 578px;
    font-size: 14px;
    color: #676767;
}

.p3cimg img {
    margin-top: 40px;
    width: 663px;
    height: 367px;
    background: #ccc
}

.p3ciconline {
    width: 752px;
    margin-left: -45px;
}

.p3ciconline img {
    margin: 70px 46px;
    width: 96px;
    height: 53px;
    background: #ccc
}

.p3ecout {
    position: absolute;
    left: 525px;
    top: -285px;
    width: 191px;
    height: 531px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/p3/p3co1.png);
    animation: p3out 2s infinite
}

.p3ecin {
    position: absolute;
    left: 135px;
    top: -385px;
    width: 273px;
    height: 458px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/p3/p3ci1.png);
    animation: p3in 2s infinite
}

.p3ecex {
    position: absolute;
    left: 110px;
    top: 160px;
    width: 74px;
    height: 99px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/p3/p3ex.png);
    animation: p3ex 5s infinite;
}

.p3ecex2 {
    position: absolute;
    left: 10px;
    top: -70px;
    width: 42px;
    height: 51px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/p3/p3ex2.png);
    animation: p3ex2 5s infinite;
}

.p3entity1 {
    position: absolute;
    top: 500px;
    left: 0;
    width: 300px;
    height: 500px;
}

.p3entity2 {
    position: absolute;
    top: 500px;
    left: 0;
    width: 300px;
    height: 500px;
}

.p3right {
    position: absolute;
    right: 0;
    top: 0;
}

.p3right span {
    font-family: Source Han Sans CN;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 3px 20px rgba(41, 141, 255, 0.15);
    position: absolute;
    cursor: default;
}

.p3right span:nth-child(4) {
    width: 136px;
    height: 68px;
    font-size: 68px;
    top: 40px;
    right: 1557px;
}

.p3right span:nth-child(5) {
    width: 240px;
    height: 120px;
    font-size: 120px;
    top: 66px;
    right: 1022px;
}

.p3right span:nth-child(6) {
    width: 246px;
    height: 123px;
    font-size: 123px;
    top: 168px;
    right: 114px;
}

.p3right span:nth-child(7) {
    width: 190px;
    height: 95px;
    font-size: 95px;
    top: 561px;
    right: -20px;
}

.p3right span:nth-child(8) {
    width: 190px;
    height: 95px;
    font-size: 95px;
    top: 739px;
    right: 1540px;
}

.p3right span:nth-child(9) {
    width: 214px;
    height: 107px;
    font-size: 107px;
    top: 700px;
    right: 541px;
}

.p3right span:nth-child(10) {
    width: 204px;
    height: 68px;
    font-size: 68px;
    top: 850px;
    right: 1003px;
    line-height: 116px;
}

@keyframes p3out {
    0% {
        background: url(https://blaz.ar0755.com/html/ar-max/images/index/p3/p3co1.png)
    }

    50% {
        background: url(https://blaz.ar0755.com/html/ar-max/images/index/p3/p3co2.png)
    }

    100% {
        background: url(https://blaz.ar0755.com/html/ar-max/images/index/p3/p3co1.png)
    }
}

@keyframes p3in {
    0% {
        background: url(https://blaz.ar0755.com/html/ar-max/images/index/p3/p3ci1.png)
    }

    50% {
        background: url(https://blaz.ar0755.com/html/ar-max/images/index/p3/p3ci2.png)
    }

    100% {
        background: url(https://blaz.ar0755.com/html/ar-max/images/index/p3/p3ci1.png)
    }
}

@keyframes p3ex {
    0% {
        top: 160px;
    }

    50% {
        top: 190px;
    }

    100% {
        top: 160px;
    }
}

@keyframes p3ex2 {
    0% {
        top: -70px;
    }

    50% {
        top: -40px;
    }

    100% {
        top: -70px;
    }
}

.fline {
    width: 58px;
    height: 8px;
    background: #3598fe;
    position: absolute;
    top: 65px;
    left: 280px;
}

.ftittle {
    font-size: 64px;
    line-height: 64px;
    position: absolute;
    left: 280px;
    top: 107px;
    color: #000;
}

.fpartner {
    width: 1476px;
    height: 587px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/p4/bg.png);
    position: absolute;
    top: 257px;
    left: 50%;
    margin-left: -738px;
}

.iconlist {
    width: 1254px;
    height: 500px;
    margin: 60px auto;
    overflow: hidden;
    position: relative;
}

.iconentity {
    width: 207px;
    height: 125px;
    margin: 1px;
    float: left;
    transition: all .3s linear;
    border-radius: 70px;
}


/* .iconentity:hover {
    background: #FFFFFF;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
} */

.iconlist .pl {
    width: 8000px;
    position: absolute;
    left: 0;
}

.iconlist .pl li {
    width: 1254px;
    height: 371px;
    float: left;
}

.iconlist .cl {
    position: absolute;
    bottom: 15px;
    left: 50%;
    height: 6px;
    width: 200px;
    margin-left: -100px;
    z-index: 85
}

.iconlist .cl li {
    width: 6px;
    height: 6px;
    border: solid 6px #fff;
    background: #000204;
    float: left;
    margin: 0px 16px;
    border-radius: 9px;
    text-indent: 9999px;
    overflow: hidden;
}

.iconlist .cl li.on {
    width: 4px;
    height: 4px;
    border: solid 7px #3196fe;
    margin: 0 16px;
    background: #fff;
}

.newsshowline {
    width: 29px;
    height: 810px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/p5/line.png);
    position: absolute;
    left: 955px;
    top: 75px;
}

.news {
    width: 600px;
    height: 170px;
    position: relative;
    cursor: pointer;
}

.newsdata {
    width: 116px;
    height: 27px;
    color: #fff;
    font-size: 16px;
}

.newsdatain {
    width: 110px;
    height: 27px;
    border-radius: 3px;
    text-align: center;
}

.newstittle {
    font-size: 18px;
    margin: 30px 0 0 15px;
    color: #151515;
    font-weight: 500;
}

.newstext {
    font-size: 14px;
    margin: 10px 0 0 15px;
}

.news:nth-child(odd) {
    left: 75px;
    text-align: left;
}

.news:nth-child(even) {
    left: -675px;
    text-align: right;
}

.news:nth-child(odd) .newsdata {
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/p5/tell1.png);
    position: relative
}

.news:nth-child(odd) .newsdatain {
    position: relative;
    left: 6px;
    box-shadow: 5px 5px 10px #aecef4;
}

.news:nth-child(even) .newsdata {
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/p5/tell2.png);
    position: relative;
    left: 500px;
}

.news:nth-child(even) .newsdatain {
    position: relative;
    left: 0px;
    box-shadow: -5px 5px 10px #aecef4;
}

.newsmore {
    background: url(https://blaz.ar0755.com/html/ar-max/images/index/p5/add.png);
    width: 84px;
    height: 84px;
    position: absolute;
    top: 725px;
    left: 927px;
    cursor: pointer;
    z-index: 2
}

.footBot {
    position: relative;
    left: 50%;
    top: 0;
    width: 1920px;
    height: 300px;
    margin-left: -960px;
    color: #fff;
    overflow: hidden;
}

.line1 {
    position: absolute;
    left: 200px;
}

.line2 {
    position: absolute;
    left: 334px;
}

.line3 {
    position: absolute;
    left: 453px;
}

.line4 {
    position: absolute;
    left: 660px;
}

.line5 {
    position: absolute;
    left: 920px;
}

.line6 {
    position: absolute;
    left: 1115px;
}

.line7 {
    position: absolute;
    left: 1440px;
    width: 157px;
}

.flti {
    height: 22px;
    margin-top: 23px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

.flti a {
    color: #fff;
}

.flti a:hover {
    color: #1577e4;
}

.flci {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #c5c5c5;
}

.flci a {
    color: #c5c5c5;
}

.flci a:hover {
    color: #1577e4;
}

.footbottom {
    height: 70px;
    width: 1920px;
    position: absolute;
    bottom: 0;
    border-top: 1px #fff solid;
    font-size: 14px;
    text-align: center;
    line-height: 70px;
}

.qrtext {
    width: 157px;
    text-align: center;
}

.bleft {
    width: 1300px;
    height: 300px;
    background: #181818;
    position: absolute;
    left: 0px;
    z-index: -1
}

.bcenter {
    width: 750px;
    height: 750px;
    border-radius: 375px;
    background: #181818;
    position: absolute;
    left: 915px;
    z-index: -1
}

.container {
    position: absolute;
    top: 711px;
    left: 918px;
    width: 100px;
    height: 100px;
}

.spliter {
    width: 100%;
    height: 20px;
}


/************以下为具体实现************/

.wave {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 28px;
}

.wave .circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
}


/* 波纹效果 */

.wave.ripple .circle {
    width: calc(100% - 6px);
    /* 减去边框的大小 */
    height: calc(100% - 6px);
    /* 减去边框的大小 */
    border: 3px solid #fff;
}

.wave.ripple .circle:first-child {
    animation: circle-opacity 2s infinite;
}

.wave.ripple .circle:nth-child(2) {
    animation: circle-opacity 2s infinite;
    animation-delay: .3s;
}

.wave.ripple .circle:nth-child(3) {
    animation: circle-opacity 2s infinite;
    animation-delay: .6s;
}

.wave.ripple.danger {
    color: red;
}

.wave.ripple.danger .circle {
    background: #3598fe
}

.wave.ripple.warning {
    color: orange;
}

.wave.ripple.warning .circle {
    border-color: orange;
}

@keyframes circle-opacity {
    from {
        opacity: 1;
        transform: scale(0);
    }

    to {
        opacity: 0;
        transform: scale(1);
    }
}

.mousefollow {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
    left: -20px;
    background: rgba(21, 119, 228, .4);
    z-index: 10000;
    transition: all .2s linear;
    pointer-events: none;
}

.pagetittle {
    font-size: 68px;
    height: 150px;
    line-height: 70px;
    width: 1920px;
    text-align: center;
}


/* solution.html */

.solutionmain {
    width: 1920px;
    background: #f6f5f5;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.solutiontop {
    width: 1920px;
    height: 360px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/solution/top.png) no-repeat;
    color: #fff;
    text-align: center;
}

.solutionmenu {
    width: 1452px;
    height: 120px;
    background: #fff;
    position: relative;
    margin-left: -726px;
    margin-top: 90px;
    left: 50%;
    border-radius: 5px;
    overflow: hidden;
    transition: all .1s linear;
}

.menuleft {
    width: 60px;
    height: 28px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/solution/menuleft.png) no-repeat;
    position: absolute;
    left: 40px;
    top: 22px;
    font-size: 20px;
    color: #252525;
    line-height: 28px;
    padding-left: 40px
}

.menu {
    /* padding: 0 50px; */
    width: 164px;
    height: 30px;
    line-height: 30px;
    color: #727272;
    font-size: 16px;
    text-align: center;
    float: left;
    margin-right: 16px;
    margin-bottom: 23px;
    cursor: pointer;
}

.allmenu {
    position: absolute;
    top: 21px;
    left: 172px;
}

.menuchecked {
    background: #1577e4;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0px 8px 10px #bdd9f7
}

.menulist {
    width: 1050px;
    height: 100px;
    position: absolute;
    top: 21px;
    left: 320px;
}

.menuright {
    width: 56px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 23px;
    padding-left: 24px;
    border-left: solid 1px #1577e4;
}

.righticon {
    transform: rotate(0deg);
    transition: all .1s linear;
    cursor: pointer;
}

.solutionmid {
    width: 1920px;
    position: relative;
    margin-left: -960px;
    left: 50%;
    min-height: 500px;
    top: 120px;
    padding-bottom: 220px;
}

.solutionlist {
    width: 1290px;
    margin: -25px auto 0;
    padding-top: 20px;
    overflow: hidden;
}

.solutionlist .solutionentity {
    width: 300px;
    height: 340px;
    margin: 0 10px 35px 10px;
    background: #fff;
    float: left;
    border-radius: 4px;
    box-shadow: 0px 3px 3px #ddd;
    position: relative;
    cursor: pointer;
    animation-duration: 1s;
    animation-fill-mode: both;
    visibility: visible;
    animation-name: fadeInUp;
    transition: all .3s linear;
}

.solutionlist .solutionentity.hot::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 48px;
    top: -20px;
    right: -15px;
    background: url(http://blaz.ar0755.com/wxa/hot.png);
    background-size: 40px;
}

.solutionentity:hover {
    box-shadow: 0px 3px 12px #888;
}

.seimg img {
    width: 300px;
    height: 170px;
}

.setittle {
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    color: #181818;
    margin-left: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 260px;
}

.setext {
    font-size: 14px;
    color: #525252;
    margin-left: 18px;
    width: 265px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.chemore {
    width: 266px;
    position: absolute;
    bottom: 0;
    height: 60px;
    font-size: 16px;
    color: #1577e4;
    left: 16px;
    border-top: solid 1px #ebebeb;
    line-height: 60px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/solution/checkmore.png) no-repeat;
    background-position: 80px 25px;
}


/* solutionInfo.html */

.infomain {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: #f6f5f5;
    padding-bottom: 120px;
}

.infotittle {
    width: 1200px;
    line-height: 30px;
    height: 30px;
    font-size: 30px;
    color: #181818;
    margin: 0 auto;
    padding-top: 62px;
    text-align: center;
    cursor: pointer;
}

.infodesc {
    width: 1200px;
    line-height: 25px;
    /* height: 32px; */
    font-size: 14px;
    color: #848383;
    margin: 0 auto;
    margin-top: 14px;
    text-align: center;
}

.infovideo {
    width: 960px;
    height: 540px;
    margin: 20px auto;
    position: relative;
}

.infovideo video {
    width: 100%;
    height: 100%;
}

.infoex {
    display: none;
    position: relative;
}

.extittle {
    width: 1150px;
    height: 20px;
    border-left: 3px solid #1577e4;
    margin: 55px auto 30px;
    font-size: 20px;
    line-height: 20px;
    color: #3f3f3f;
    padding-left: 9px;
}

.exline {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.exlist {
    width: 6000px;
    height: 400px;
    position: relative;
    left: 0;
    transition: all .5s linear;
}

.exlist .solutionentity {
    width: 282px;
    height: 340px;
    margin: 0 10px 35px 10px;
    background: #fff;
    float: left;
    border-radius: 4px;
    box-shadow: 0px 3px 3px #ddd;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    animation-duration: 1s;
    animation-fill-mode: both;
    visibility: visible;
    animation-name: fadeInUp;
    transition: all .3s linear;
}

.exlist .solutionentity:hover {
    box-shadow: 0px 3px 12px #888;
}

.exturn {
    width: 1400px;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    top: 200px;
}

.exleft {
    position: absolute;
    left: 0;
    width: 46px;
    height: 108px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/solution/left.png);
    cursor: pointer;
}

.exright {
    position: absolute;
    right: 0;
    width: 46px;
    height: 108px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/solution/right.png);
    cursor: pointer;
}

#v1 {
    position: absolute;
}

.v2 {
    display: inline-block;
    width: 604px;
    margin: 25px;
    vertical-align: middle;
}

#control {
    height: 40px;
    line-height: 20px;
    background-color: #d0d0d0;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    transition: all 1s;
    opacity: 0;
    bottom: 0;
    width: 100%;
}

.infovideo:hover #control {
    opacity: 1;
}

.ctrl {
    display: inline-block;
    opacity: 1;
    color: #1577e4;
    margin-left: 30px;
}

#pla img,
#mut img,
#full img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
}

#cot {
    height: 8px;
    margin-left: 12px;
    background-color: #fffdff;
    position: relative;
    border-radius: 8px;
}

#cot #co,
#vol a {
    width: 14px;
    height: 14px;
    position: absolute;
    ;
    top: -3px;
    background-color: #1577e4;
    border-radius: 50%;
}

#cot #co {
    left: -2px;
}

#vol a {
    right: 0;
}

#vol {
    width: 10%;
    height: 8px;
    background: #000;
    position: relative;
}

#full {
    float: right;
    margin-right: 2px;
}

em {
    position: absolute;
    display: inline-block;
    height: 8px;
    background: #1577e4;
}

#vol {
    margin-left: 0px;
}

#center {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/solution/video_center.png)
}


/* brands.html */

.brandsnmain {
    width: 1920px;
    background: #f6f5f5;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.brandstop {
    width: 1920px;
    height: 300px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/brands/top.png) no-repeat;
    color: #fff;
    text-align: center;
}

.brandstittle {
    width: 1200px;
    line-height: 30px;
    height: 30px;
    font-size: 30px;
    color: #181818;
    margin: 0 auto;
    padding-top: 110px;
    text-align: center;
}

.brandslist {
    margin: 0 0 120px 0
}

.brandline {
    width: 1920px;
    height: 626px;
    position: relative;
}

.brandimg {
    width: 626px;
    height: 626px;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.brandimg img {
    transition: all .5s;
}

.brandimg:hover img {
    transform: scale(1.1);
}

.brandinfo {
    width: 626px;
    height: 626px;
    position: absolute;
    top: 0;
}

.brandline:nth-child(odd) .brandimg {
    left: 334px;
    animation-duration: 1s;
    animation-fill-mode: both;
    visibility: visible;
}

.brandline:nth-child(even) .brandimg {
    right: 334px;
    animation-duration: 1s;
    animation-fill-mode: both;
    visibility: visible;
}

.brandline:nth-child(odd) .brandinfo {
    right: 334px;
    animation-duration: 1s;
    animation-fill-mode: both;
    visibility: visible;
}

.brandline:nth-child(even) .brandinfo {
    left: 334px;
    animation-duration: 1s;
    animation-fill-mode: both;
    visibility: visible;
}

.brandicon {
    width: 620px;
    height: 120px;
    margin-top: 140px;
    text-align: center;
}

.brandicon img {
    width: 210px;
    height: 120px;
}

.brandtittle {
    width: 620px;
    height: 40px;
    text-align: center;
    color: #414141;
    font-size: 23px;
    margin-top: 20px;
    font-family: STKaiti
}

.brandtext {
    width: 410px;
    padding: 0 120px;
    height: 40px;
    text-align: center;
    color: #696868;
    font-size: 14px;
    margin-top: 30px;
}

.brandsub {
    width: 130px;
    height: 40px;
    margin: 85px auto;
    background: url(https://blaz.ar0755.com/html/ar-max/images/brands/sub.png) #f6f5f5;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #1577e4;
    border-radius: 5px;
    transition: all .5s;
    cursor: pointer;
}

.brandsub:hover {
    background: url(https://blaz.ar0755.com/html/ar-max/images/brands/sub.png) #1577e4;
    color: #fff;
    box-shadow: 0 10px 25px rgba(21, 119, 228, 0.4);
}


/* brandsinfo.html */

.binfomain {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.binfotop {
    width: 1920px;
    height: 200px;
    background: #343247;
    font-size: 40px;
    text-align: center;
    color: #fff;
    line-height: 212px;
    font-weight: 100;
    text-shadow: 1px 1px 0px #000;
}

.binfoen {
    width: 1252px;
    height: 215px;
    margin: 75px auto 65px auto;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid;
    border-image: linear-gradient(rgba(0, 0, 0, 0), #72adee) 30 30;
    box-shadow: 0 0 20px rgba(109, 109, 109, 0.2);
}

.binfoen:nth-child(1) {
    background: url(https://blaz.ar0755.com/html/ar-max/images/brands/itip1.png) no-repeat rgba(255, 255, 255, 0.85);
    background-position: 45px 50px
}

.binfoen:nth-child(2) {
    background: url(https://blaz.ar0755.com/html/ar-max/images/brands/itip2.png) no-repeat rgba(255, 255, 255, 0.85);
    background-position: 45px 50px
}

.binfoti {
    padding-top: 40px;
    padding-left: 190px;
    height: 30px;
    font-size: 24px;
    color: #272727;
    line-height: 30px;
}

.binfote {
    margin-top: 15px;
    padding-left: 190px;
    padding-right: 48px;
    font-size: 14px;
    color: #505050
}

.binfoline {
    position: relative;
    padding: 1px;
}

.binfopti {
    margin: 72px 0 0 377px;
    font-size: 24px;
    color: #272727;
    position: relative;
}

.binfopti:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 2px;
    width: 36px;
    background-color: #1577e4;
}

.binfoptext {
    width: 979px;
    height: 53px;
    margin: 45px auto;
    color: #707070;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.6);
    padding: 50px 95px;
    position: relative;
}

.binfoptext:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/brands/ptbefore.png) no-repeat;
    position: absolute;
    left: 45px;
}

.binfoptext:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/brands/ptafter.png) no-repeat;
    position: absolute;
    right: 45px;
}

.binfoptext {
    width: 979px;
    height: 53px;
    margin: 45px auto 120px;
    color: #707070;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.9);
    padding: 50px 95px;
    border: 1px solid;
    border-image: linear-gradient(rgba(0, 0, 0, 0), #72adee) 30 30;
}


/* bussiness.html */

.businessmain {
    width: 1920px;
    background: #fcfcfc;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.businesstop {
    width: 1920px;
    height: 300px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/business/banner.png) no-repeat;
    color: #fff;
    text-align: center;
}

.bussinesstittle {
    width: 1200px;
    line-height: 30px;
    height: 30px;
    font-size: 30px;
    color: #181818;
    margin: 0 auto;
    padding-top: 110px;
    text-align: center;
}

.bust1 {
    height: 42px;
    color: #272727;
    font-size: 24px;
    text-align: center;
    width: 500px;
    position: relative;
    left: 50%;
    margin-left: -250px;
    padding-top: 65px;
    line-height: 24px;
}

.bust1:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 232px;
    height: 2px;
    width: 36px;
    background-color: #1577e4;
}

.busrline {
    width: 1272px;
    height: 378px;
    padding-bottom: 105px;
    position: relative;
    left: 50%;
    margin-left: -636px;
    margin-top: 56px;
}

.busren {
    width: 298px;
    height: 378px;
    float: left;
    margin: 0 10px;
    background: #a1a1a1;
    position: relative;
    border-radius: 5px;
}

.busren:nth-child(1) {
    background: url(https://blaz.ar0755.com/html/ar-max/images/business/ba1.png) no-repeat;
}

.busren:nth-child(2) {
    background: url(https://blaz.ar0755.com/html/ar-max/images/business/ba2.png) no-repeat;
}

.busren:nth-child(3) {
    background: url(https://blaz.ar0755.com/html/ar-max/images/business/ba3.png) no-repeat;
}

.busren:nth-child(4) {
    background: url(https://blaz.ar0755.com/html/ar-max/images/business/ba4.png) no-repeat;
}

.busreb {
    width: 298px;
    height: 378px;
    position: relative;
    background: rgba(0, 0, 0, 0);
    transition: all .5s;
    border-radius: 5px;
}

.busricon {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 103px;
    left: 89px;
    transition: all .5s;
    border-radius: 120px;
    box-shadow: 0 0 10px #cecece;
}

.busrti {
    width: 133px;
    height: 36px;
    position: absolute;
    top: 248px;
    left: 83px;
    transition: all .5s;
}

.busrte {
    width: 298px;
    text-align: center;
    font-size: 14px;
    color: #f2f2f2;
    position: absolute;
    top: 170px;
    opacity: 0;
    transition: all .5s;
}

.busrte p {
    padding-top: 7px;
}

.busreb:hover {
    background: rgba(24, 121, 228, 0.8);
}

.busren:hover .busricon {
    top: -33px;
}

.busren:hover .busrti {
    top: 112px;
}

.busren:hover .busrte {
    opacity: 1;
}

.busl5 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 838px;
    background: url(../images/business/back2.png) no-repeat;
}

.bust5 {
    height: 42px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 500px;
    position: relative;
    left: 50%;
    margin-left: -250px;
    padding-top: 72px;
    line-height: 24px;
}

.bust5:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 232px;
    height: 2px;
    width: 36px;
    background-color: #1577e4;
}

.busrline5 {
    width: 1256px;
    margin: 56px auto;
}

.busren5 {
    width: 310px;
    height: 270px;
    background: rgba(255, 255, 255, 0.6);
    position: relative;
    transition: all .3s;
    float: left;
    margin: 2px;
}

.busen5no {
    width: 29px;
    height: 29px;
    font-size: 12px;
    color: #555555;
    line-height: 29px;
    position: absolute;
    top: 13px;
    left: 14px;
    text-align: center;
    border-radius: 29px;
    background: rgba(0, 0, 0, 0);
    transition: all .3s;
}

.busen5icon {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    padding-top: 85px;
}

.busen5text {
    font-size: 18px;
    width: 310px;
    text-align: center;
    margin-top: 25px;
    color: #222222
}

.busren5:hover {
    background: #fff
}

.busren5:hover .busen5no {
    background: #1879e4;
    color: #fff;
}

.busl2 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 568px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/business/back2.png) no-repeat;
}

.bust2 {
    height: 42px;
    color: #000;
    font-size: 24px;
    text-align: center;
    width: 500px;
    position: relative;
    left: 50%;
    margin-left: -250px;
    padding-top: 72px;
    line-height: 24px;
}

.bust2:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 232px;
    height: 2px;
    width: 36px;
    background-color: #1577e4;
}

.busline2 {
    width: 960px;
    margin: 70px auto;
}

.busentity2 {
    width: 380px;
    height: 350px;
    margin: 0 50px;
    float: left;
    background: #ffffff8a;
    box-shadow: 5px 5px 0 #023be4;
    border-radius: 30px;
}

.busentity2 img {
    margin: 20px auto 10px;
    border-radius: 30px;
    display: block;
}

.b2line1 {
    margin: 0 25px;
    font-size: 16px;
    color: #000;
}

.b2line2 {
    margin: 0 25px;
    padding-left: 25px;
    font-size: 16px;
    color: #034fbd;
    position: relative;
    background: url(https://blaz.ar0755.com/html/ar-max/images/business/address.png) no-repeat;
}

.busl3 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 786px;
}

.bs3left {
    width: 580px;
    position: absolute;
    left: 330px;
}

.bust3 {
    font-size: 24px;
    color: #272727;
    padding-top: 92px;
    height: 48px;
    position: relative;
}

.bust3:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 2px;
    width: 36px;
    background-color: #1577e4;
}

.bust3ext {
    margin-top: 50px;
    width: 410px;
    font-size: 18px;
    color: #878787;
    line-height: 31px;
}

.bust3line {
    position: relative;
    margin-top: 100px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 18px;
    color: #878787;
    padding-left: 10px;
    line-height: 32px;
}

.bust3line::before {
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 2px;
    height: 19px;
    background: #1577E4;
}

.busform {
    width: 500px;
    margin-top: 10px;
}

.busform input {
    width: 187px;
    height: 30px;
    float: left;
    border: solid #d0d0d0 1px;
    margin-right: 20px;
    margin-top: 35px;
    padding-left: 5px;
}

.busform select {
    width: 107px;
    height: 30px;
    float: left;
    border: solid #d0d0d0 1px;
    margin-right: 34px;
    margin-top: 38px;
    padding-left: 5px;
}

.busform textarea {
    width: 388px;
    height: 117px;
    border: solid #d0d0d0 1px;
    margin-top: 39px;
    padding: 8px;
    font-family: "Microsoft Yahei", "SimSun", Arial, Helvetica, sans-serif;
}

.formsub {
    width: 142px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #1879e4;
    border-radius: 5px;
    margin-top: 58px;
    cursor: pointer;
}

.bs3right {
    width: 680px;
    height: 664px;
    position: absolute;
    right: 330px;
}

.bs3right p {
    width: 232px;
    position: absolute;
    top: 335px;
    left: 310px;
    color: #1163bd;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.busl4 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 595px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/business/back4.png) no-repeat;
}

.bust4 {
    height: 42px;
    color: #272727;
    font-size: 24px;
    text-align: center;
    width: 500px;
    position: relative;
    left: 50%;
    margin-left: -250px;
    padding-top: 44px;
    line-height: 24px;
}

.bust4:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 232px;
    height: 2px;
    width: 36px;
    background-color: #1577e4;
}

.businfo4 {
    width: 918px;
    margin: 50px auto;
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.95);
    border: solid 1px rgba(0, 0, 0, 0);
    border-radius: 10px;
    box-shadow: 0 2px 13px rgba(21, 119, 228, 0.2);
}

.busl1 {
    background-color: rgba(21, 119, 228, 0.03);
}

.buslex {
    width: 1920px;
    height: 900px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.buslex::after {
    content: '';
    width: 1px;
    height: 531px;
    background-image: linear-gradient(to bottom, #1577E4 0%, #1577E4 50%, transparent 50%);
    background-size: 1px 12px;
    background-repeat: repeat-y;
    position: absolute;
    left: 960px;
    top: 215px;
    opacity: 0.2;
}

.buslex div:first-child {
    padding-top: 42px;
    margin-left: 865px;
    color: #4F565D;
    font-size: 16px;
}

.buslex img:nth-child(2) {
    width: 232px;
    position: absolute;
    top: 394px;
    left: 213px;
}

.buslex div:nth-child(3) {
    padding-left: 120px;
    padding-top: 3px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/business/device2.png) no-repeat;
    background-size: 109px;
    position: absolute;
    top: 496px;
    left: 496px;
    font-size: 20px;
    color: #272727
}

.buslex div:nth-child(4) {
    position: absolute;
    top: 556px;
    left: 496px;
    color: #818181;
    font-size: 14px;
    line-height: 26px;
}

.buslex img:nth-child(5) {
    width: 171px;
    position: absolute;
    top: 194px;
    left: 718px;
}

.buslex div:nth-child(6) {
    padding-left: 120px;
    padding-top: 3px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/business/device2.png) no-repeat;
    background-size: 109px;
    position: absolute;
    top: 266px;
    left: 496px;
    font-size: 20px;
    color: #272727
}

.buslex div:nth-child(7) {
    position: absolute;
    top: 326px;
    left: 496px;
    color: #818181;
    font-size: 14px;
    line-height: 26px;
}

.buslex img:nth-child(8) {
    width: 249px;
    position: absolute;
    top: 272px;
    left: 1049px;
}

.buslex img:nth-child(9) {
    width: 116px;
    position: absolute;
    top: 478px;
    left: 1102px;
}

.buslex img:nth-child(10) {
    width: 284px;
    position: absolute;
    top: 282px;
    left: 1397px;
}

.buslex div:nth-child(11) {
    position: absolute;
    color: #272727;
    font-size: 20px;
    top: 377px;
    left: 1102px;
}

.buslex div:nth-child(12) {
    position: absolute;
    color: #272727;
    font-size: 20px;
    top: 674px;
    left: 1120px;
}

.buslex div:nth-child(13) {
    position: absolute;
    color: #272727;
    font-size: 20px;
    top: 568px;
    left: 1510px;
}

.buslex div:nth-child(14) {
    width: 286px;
    position: absolute;
    color: #818181;
    font-size: 14px;
    top: 600px;
    left: 1410px;
}

.buslex div:nth-child(15) {
    position: absolute;
    color: #272727;
    line-height: 26px;
    font-size: 20px;
    top: 732px;
    left: 374px;
}

.buslex div:nth-child(16) {
    position: absolute;
    color: #272727;
    line-height: 26px;
    font-size: 20px;
    top: 732px;
    left: 1245px;
}

.bustext {
    padding-top: 42px;
    margin-left: 865px;
    color: #4F565D;
    font-size: 16px;
}

.busline {
    margin: 0 auto;
    width: 1358px;
}

.busline .busentity {
    width: 450px;
    margin-top: 50px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #272727;
}

.busline .busentity p {
    margin-top: 40px;
}

.busline .busentity:nth-child(1) img {
    width: 249px;
    height: 81px;
}

.busline .busentity:nth-child(2) img {
    width: 147px;
    height: 171px;
}

.busline .busentity:nth-child(3) img {
    width: 228px;
    height: 198px;
}

.b4iti {
    margin-top: 22px;
    margin-left: 48px;
    font-size: 16px;
    color: #404850;
    padding-left: 15px;
    position: relative;
    line-height: 18px;
}

.b4iti:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 18px;
    width: 3px;
    background-color: #1577e4;
}

.b4ite1 {
    width: 613px;
    font-size: 16px;
    color: #5e6975;
    margin: 10px auto;
    padding-left: 57px;
    padding-right: 150px;
    padding-top: 5px;
    line-height: 50px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/business/bsi1.png) no-repeat rgba(21, 118, 229, 0.05);
    background-position: 20px 15px;
    border-radius: 5px;
}

.b4ite1 span {
    width: 300px;
    display: inline-block;
}

.b4ite2 {
    width: 830px;
    font-size: 16px;
    color: #5e6975;
    margin: 10px auto;
    line-height: 50px;
    height: 50px;
    background: rgba(21, 118, 229, 0.05);
    border-radius: 5px;
}

.b4ite2 div {
    margin-right: 120px;
    padding-left: 60px;
    height: 50px;
    float: left;
}

.b4ite2 div:nth-child(1) {
    background: url(https://blaz.ar0755.com/html/ar-max/images/business/bsi2.png) no-repeat;
    background-position: 20px
}

.b4ite2 div:nth-child(2) {
    background: url(https://blaz.ar0755.com/html/ar-max/images/business/bsi1.png) no-repeat;
    background-position: 20px
}


/* aboutus.html */

.aboutusmain {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.aboutustop {
    width: 1920px;
    height: 185px;
    padding-top: 130px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/aboutus/banner.png) no-repeat;
    color: #fff;
    text-align: center;
}


/* .abl2te:after {
    content: '';
    width: 200px;
    height: 220px;
    position: absolute;
    top: -1px;
    left: -1px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #72adee);
    z-index: 15;
    border-radius: 7px;
    box-shadow: 0 0px 15px rgba(21, 119, 228, 0.2);
} */

.teinfo {
    width: 500px;
    padding: 30px 20px;
    background: #fff;
    z-index: 20;
    border-radius: 15px;
    border: 2px solid #228AFF;
    transition: all .3s;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.abl2entity:nth-child(odd) .teinfo {
    text-align: right;
}

.teinfo:hover {
    background: #4d95e3;
    color: #fff;
}

.abl2tl {
    width: 1320px;
    margin: 140px auto;
    position: relative;
}

.abl2tl::after {
    content: '';
    width: 4px;
    height: 2435px;
    background: #0053C5;
    position: absolute;
    left: 658px;
    top: 27px;
}

.abl2entity {
    width: 540px;
    position: relative;
    padding: 0px 60px;
    z-index: 20;
    margin-top: -10px;
}

.abl2entity:nth-child(even) {
    left: 660px;
}

.abl2ye {
    width: 95px;
    height: 39px;
    background: #228AFF;
    border-radius: 10px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 39px;
    text-align: center;
    position: relative;
}

.abl2entity:nth-child(odd) .abl2ye {
    left: 445px;
}

/* .abl2ye:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border: solid 6px #1577e4;
    top: 5px;
    left: 20px;
    border-radius: 20px;
    z-index: 10
} */

.iwave {
    position: absolute;
    top: 8px;
    right: -71px;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 50%;
    border: solid 4px #228AFF;
}

.iwave .circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
}

.abl2entity:nth-child(even) .abl2ye .iwave {
    left: -71px;
    right: auto;
}


/* 波纹效果 */

.iwave.ripple .circle {
    width: calc(100% - 6px);
    /* 减去边框的大小 */
    height: calc(100% - 6px);
    /* 减去边框的大小 */
    border: 3px solid #fff;
}

.iwave.ripple .circle:first-child {
    animation: circle-opacity 2s infinite;
}

.iwave.ripple .circle:nth-child(2) {
    animation: circle-opacity 2s infinite;
    animation-delay: .3s;
}

.iwave.ripple .circle:nth-child(3) {
    animation: circle-opacity 2s infinite;
    animation-delay: .6s;
}

.iwave.ripple.danger {
    color: red;
}

.iwave.ripple.danger .circle {
    background: #3598fe
}

.iwave.ripple.warning {
    color: orange;
}

.iwave.ripple.warning .circle {
    border-color: orange;
}

.abl2le {
    height: 1px;
    position: absolute;
    background: #1577e4;
    transform-origin: left;
}


/* 
.abl2le:nth-child(1) {
    top: 730px;
    left: 343px;
    transform: rotateZ(-15deg);
    width: 0;
}

.abl2le:nth-child(2) {
    top: 655px;
    left: 621px;
    transform: rotateZ(-22deg);
    width: 0;
}

.abl2le:nth-child(3) {
    top: 505px;
    left: 999px;
    transform: rotateZ(-26deg);
    width: 0;
}

.abl2le:nth-child(4) {
    top: 352px;
    left: 1316px;
    transform: rotateZ(-17deg);
    width: 0;
} */

.abl3rti {
    height: 48px;
    color: #272727;
    font-size: 24px;
    position: relative;
    line-height: 24px;
    text-align: center;
    padding-top: 74px;
}

.abl3rti:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -18px;
    ;
    height: 2px;
    width: 36px;
    background-color: #1577e4;
}

.abl3text {
    width: 1200px;
    text-align: center;
    margin: 30px auto;
}

.abl3l {
    height: 409px;
    width: 1268px;
    margin: 44px auto 120px;
}

.abl3e {
    width: 297px;
    height: 409px;
    position: relative;
    float: left;
    margin: 0 10px;
}

.abl3e div {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.8);
    margin: 157px auto;
    border-radius: 120px;
    font-size: 35px;
    text-align: center;
    line-height: 120px;
    color: #272727;
    position: relative;
    z-index: 20;
}

.abl3e:after {
    content: '';
    width: 297px;
    height: 409px;
    position: absolute;
    background: rgba(34, 123, 221, 0.2);
    top: 0;
    left: 0;
    z-index: 10
}

.abl3e:nth-child(1) {
    background: url(https://blaz.ar0755.com/html/ar-max/images/aboutus/cl1.png) no-repeat;
}

.abl3e:nth-child(2) {
    background: url(https://blaz.ar0755.com/html/ar-max/images/aboutus/cl3.png) no-repeat;
}

.abl3e:nth-child(3) {
    background: url(https://blaz.ar0755.com/html/ar-max/images/aboutus/cl2.png) no-repeat;
}

.abl3e:nth-child(4) {
    background: url(https://blaz.ar0755.com/html/ar-max/images/aboutus/cl4.png) no-repeat;
}

.abl4 {
    background: url(https://blaz.ar0755.com/html/ar-max/images/aboutus/abl4.png) no-repeat;
    height: 815px;
    margin-bottom: 120px;
    position: relative;
}

.abl6 {
    background: url(https://blaz.ar0755.com/html/ar-max/images/aboutus/pink.png) no-repeat 1653px 622px, url(https://blaz.ar0755.com/html/ar-max/images/aboutus/rabit.png) no-repeat 36px 77px;
    height: 935px;
    position: relative;
}

.abl6l {
    width: 1288px;
    height: 590px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.abl6l ul {
    width: 8000px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}

.abl6l ul li {
    width: 322px;
    float: left;
}

.abl6l ul li img {
    width: 310px;
    height: 230px
}

.abl6l ul li video {
    width: 312px;
    height: 232px
}

.abl6l ul li .p6position {
    width: 310px;
    height: 65px;
    text-align: center;
    color: #1577E4;
    font-size: 16px;
    line-height: 50px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/aboutus/position.png) no-repeat;
    background-position: 85px 18px;
}

.abl6 .photopre {
    width: 80px;
    height: 80px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/aboutus/sleft.png) no-repeat;
    position: absolute;
    left: 200px;
    top: 500px;
    cursor: pointer
}

.abl6 .photonext {
    width: 80px;
    height: 80px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/aboutus/sright.png) no-repeat;
    position: absolute;
    right: 200px;
    top: 500px;
    cursor: pointer
}

.abl5line {
    width: 1252px;
    height: 530px;
    margin: 40px auto;
    border-radius: 5px;
    background: rgba(247, 251, 255, 1);
    box-shadow: 0px 2px 10px rgba(5, 41, 82, 0.13);
    position: relative;
}

.abl5textline1 {
    position: relative;
    width: 428px;
    height: 403px;
    margin-left: 107px;
    float: left;
}

.abl5textline2 {
    position: relative;
    width: 428px;
    height: 403px;
    margin-left: 107px;
    float: left;
    white-space: nowrap;
}

.abl5textline1 div:first-child {
    font-size: 20px;
    line-height: 28px;
    color: #1577E4;
    margin-top: 30px;
}

.abl5textline1 div:last-child {
    font-size: 14px;
    line-height: 28px;
    color: #4F565D;
    margin-top: 30px;
}

.abl5textline2 div:first-child {
    font-size: 20px;
    line-height: 28px;
    color: #1577E4;
    margin-top: 30px;
}

.abl5textline2 div:last-child {
    font-size: 14px;
    line-height: 28px;
    color: #4F565D;
    margin-top: 30px;
}

.abl5imgline {
    position: relative;
    width: 657px;
    height: 403px;
    float: left;
    margin-top: 58px;
}

.abl5imgline .bd {
    width: 553px;
    height: 353px;
    background: rgba(230, 230, 230, 1);
    border-radius: 5px;
    position: absolute;
    top: 22px;
    left: 82px;
}

.abl5imgline .bd img {
    width: 553px;
    height: 353px;
    display: none;
}

.abl5imgline .hd {
    position: absolute;
    width: 120px;
    height: 12px;
    left: 330px;
    bottom: 8px;
}

.abl5imgline .hd li {
    width: 4px;
    height: 4px;
    border: solid #1d7ce2 2px;
    border-radius: 8px;
    float: left;
    margin: 4px;
}

.abl5imgline .hd .on {
    width: 6px;
    height: 6px;
    border: solid #1d7ce2 3px;
    border-radius: 8px;
    float: left;
    margin: 2px 4px;
}

.abl5 .photopre {
    width: 12px;
    height: 51px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/aboutus/left1.png) no-repeat;
    position: absolute;
    left: 40px;
    top: 173px;
    cursor: pointer
}

.abl5 .photonext {
    width: 12px;
    height: 51px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/aboutus/right1.png) no-repeat;
    position: absolute;
    right: -20px;
    top: 173px;
    cursor: pointer
}

@-webkit-keyframes fadeInLong {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLong {
    0% {
        opacity: 0;
        width: 0
    }

    100% {
        opacity: 1;
        width: 290px;
    }
}

.fadeInLong {
    -webkit-animation-name: fadeInLong;
    animation-name: fadeInLong
}


/*news*/

.inNews {
    padding: 55px 0;
    margin-top: 70px;
    overflow: hidden;
}

.inNews .title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    overflow: hidden;
}

.inNews .title h2 {
    font-weight: normal;
    line-height: 34px;
    font-size: 34px;
    color: #333;
    display: inline-block;
}

.inNews .title span {
    display: block;
    float: right;
    padding-top: 14px;
    line-height: 20px;
    font-size: 14px;
}

.inNews .menu {
    height: 32px;
    padding-top: 20px;
}

.inNews .menu li {
    float: left;
}

.inNews .menu li a {
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    border-radius: 15px;
    margin-right: 5px;
}

.inNews .menu li a:hover,
.inNews .menu li a.active {
    background: #3891ff;
    color: #fff;
}

.inNews a {
    color: #666;
    text-decoration: none;
    outline: none;
}

.recNews {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.recNews .ti {
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    color: #333;
    padding-left: 50px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/nex.jpg) no-repeat center;
}

.recNews .ti a {
    font-weight: normal;
    font-size: 14px;
    float: right;
}

.recNews .bd {
    width: 1200px;
    overflow: hidden;
    margin-top: 30px;
}

.recNews .bd li {
    width: 300px;
    float: left;
    height: 323px;
    padding-bottom: 12px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/lbj.jpg) no-repeat center bottom;
}

.recNews .bd li a {
    display: block;
    width: 298px;
    height: 321px;
    background: #f9f9f9;
    border: 1px solid #ccc;
}

.recNews .bd li .pic {
    width: 298px;
    height: 176px;
    overflow: hidden;
}

.recNews .bd li .txt {
    padding: 15px;
}

.recNews .bd li .txt h4 {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    width: 268px;
    color: #333;
}

.recNews .bd li .txt p {
    line-height: 22px;
    color: #666;
}

.recNews .bd li .txt span {
    display: block;
    width: 88px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: 15px;
}

.recNews .bd li a:hover {
    background: #3891ff;
    color: #fff;
}

.recNews .bd li a:hover h4,
.recNews .bd li a:hover p {
    color: #fff;
}

.recNews .bd li a:hover span {
    border-color: #2c6dbd;
    background: #227ff2;
    color: #fff;
}

.recNews .hd {
    height: 10px;
    position: absolute;
    right: 95px;
    top: 7px;
}

.recNews .hd li {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    float: left;
    margin-left: 5px;
    text-indent: 9999px;
    overflow: hidden;
}

.recNews .hd li.on {
    background: #3891ff;
}

.nyNews {
    padding-top: 50px;
    overflow: hidden;
}

.nyNews a {
    color: #666;
    text-decoration: none;
    outline: none;
}

.nyNews h3 {
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    color: #333;
    padding-left: 50px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/nexa.jpg) no-repeat center;
}

.nyNews li {
    height: 120px;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.nyNews li .date {
    width: 82px;
    padding: 20px 0;
    border: 2px solid #3891ff;
    font-family: Impact;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #3891ff;
    margin-left: 0;
}

.nyNews li .date span {
    display: block;
    font-size: 41px;
    line-height: 41px;
    padding-bottom: 5px;
    border-bottom: 1px solid #3891ff;
    margin-bottom: 5px;
}

.nyNews li .text {
    width: 1070px;
}

.nyNews li .text img {
    float: left;
}

.nyNews li .text div {
    width: 855px;
    float: right;
}

.nyNews li .text div h4 {
    font-size: 18px;
    padding-bottom: 10px;
}

.nyNews li .text div a.more {
    width: 100px;
    height: 25px;
    border: 2px solid #ccc;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    display: block;
    margin-top: 9px;
}

.nyNews li .text div a.more:hover {
    border-color: #227ff2;
    background: #3891ff;
    color: #fff;
}

.newsDetail {
    width: 800px;
    padding-top: 40px;
    overflow: hidden;
    margin-left: 0
}

.newsDetail .sub {
    font-size: 28px;
    line-height: 30px;
    color: #333;
    font-weight: normal;
}

.newsDetail .date {
    font-size: 16px;
    color: #999;
    padding-top: 20px;
}

.newsDetail .content {
    padding-top: 20px;
    font-size: 16px;
    line-height: 30px;
}


/** paging **/

.recTitle {
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/page_line.jpg) no-repeat 10px center #f5f5f5;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    font-weight: normal;
    margin-top: 30px;
}

.pagIng {
    height: 40px;
    background: #f5f5f5;
    padding: 0 10px;
    margin-top: 30px;
}

.pagIng a {
    display: block;
    width: 45%;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
}

.pagIng .prev {
    background: url(https://blaz.ar0755.com/html/ar-max/images/pre_info.gif) no-repeat left center;
    float: left;
    padding-left: 15px;
    text-align: left;
}

.pagIng .next {
    background: url(https://blaz.ar0755.com/html/ar-max/images/next_info.gif) no-repeat right center;
    float: right;
    padding-right: 15px;
    text-align: right;
}


/** related news **/

.relNews {
    width: 350px;
    background: #f5f5f5;
    margin-top: 30px;
}

.relNews .resub {
    font-size: 22px;
    line-height: 24px;
    border-left: 5px solid #3891ff;
    padding: 10px 15px;
    font-weight: normal;
    color: #333;
}

.relNews ul li {
    border-top: 1px solid #ccc;
    padding: 20px;
}

.relNews ul li span {
    display: block;
    width: 310px;
    height: 218px;
    overflow: hidden;
}

.relNews ul li.no1 {
    border: none;
}

.relNews ul li h3 {
    line-height: 20px;
    font-weight: normal;
    padding-top: 5px;
    font-size: 13px;
}


/** mobilear **/

.mobileartop {
    width: 1920px;
    height: 315px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/mobilear/title.png)
}

.mbl1 {
    padding-top: 60px;
}

.mbl2 {
    padding-top: 60px;
    background: #f8fbfe;
}

.m1bck {
    background: url(https://blaz.ar0755.com/html/ar-max/images/mobilear/lba.png) no-repeat;
    background-position: 505px 0;
}

.mblti {
    height: 48px;
    color: #272727;
    font-size: 24px;
    position: relative;
    line-height: 24px;
    text-align: center;
    padding-top: 50px;
}

.mblti:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -18px;
    height: 2px;
    width: 36px;
    background-color: #1577e4;
}

.mbltt {
    margin-top: 35px;
    width: 1920px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #818181
}

.mbls1 {
    height: 460px;
    padding: 70px;
    width: 1305px;
    margin: 0 auto;
}

.mbls1c {
    width: 385px;
    height: 320px;
    box-shadow: 0px 2px 10px 0px rgba(5, 41, 82, 0.13);
    border-radius: 5px;
    float: left;
    margin: 90px 25px 0;
    position: relative;
}

.mbls1c img {
    position: absolute;
    top: -88px;
    left: 109px;
}

.ls1ti {
    margin-top: 88px;
    width: 385px;
    text-align: center;
    font-size: 20px;
    color: #445A6D;
    position: relative;
    height: 44px;
}

.ls1ti:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -18px;
    height: 2px;
    width: 36px;
    background-color: #BBCFE5;
}

.ls1tt {
    width: 316px;
    font-size: 12px;
    font-weight: 300;
    color: #818181;
    line-height: 26px;
    margin: 35px auto;
    text-align: center;
}

.mbls2 {
    position: relative;
}

.mbls2 .pl {
    position: absolute;
    width: 79px;
    height: 79px;
    top: 200px;
    left: 185px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/mobilear/pl.png) no-repeat;
}

.mbls2 .pr {
    position: absolute;
    width: 79px;
    height: 79px;
    top: 200px;
    right: 185px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/mobilear/pr.png) no-repeat;
    z-index: 6667
}

.mbls2p {
    width: 1374px;
    height: 586px;
    position: relative;
    overflow: hidden;
    margin: 72px auto;
}

.mbls2c {
    width: 2748px;
    position: absolute;
    left: 0;
    transition-duration: 1s;
}

.mbls2t {
    width: 1374px;
    height: 586px;
    float: left;
}

.mls2 {
    width: 458px;
    height: 293px;
    float: left;
    position: relative;
}

.mls2 img {
    position: relative;
    left: 176px;
    top: 0;
}

.mls2 .ti {
    width: 458px;
    text-align: center;
    font-size: 20px;
    color: rgba(34, 47, 58, 1);
    line-height: 26px;
}

.mls2 .te {
    width: 458px;
    text-align: center;
    font-size: 13px;
    color: rgba(79, 86, 93, 1);
    line-height: 26px;
    margin-top: 30px;
}

.mbl2l {
    width: 1220px;
    height: 620px;
    margin: 0 auto;
    padding: 50px;
}

.mbl2e {
    width: 560px;
    height: 260px;
    margin: 25px;
    background: #fff;
    float: left;
    position: relative;
    box-shadow: 0px 2px 10px 0px rgba(5, 41, 82, 0.13);
}

.mbl2e img {
    position: absolute;
    left: 36px;
    top: 62px;
}

.mbl2e .ti {
    margin-left: 207px;
    margin-top: 60px;
    font-size: 16px;
    color: rgba(68, 90, 109, 1);
}

.mbl2e .te {
    margin-left: 207px;
    width: 320px;
    font-size: 12px;
    color: rgba(79, 86, 93, 1);
    line-height: 26px;
    margin-top: 30px;
}

.mbl3l {
    margin: 70px auto;
    width: 1422px;
    height: 320px;
    position: relative;
}

.mbl3e {
    float: left;
    width: 218px;
    height: 50px;
    margin: 0 128px;
    text-align: center;
    padding-top: 290px;
    position: relative;
    color: #222F3A;
    font-size: 16px;
}

.mbl3e img {
    position: absolute;
    left: 40px;
    top: 0;
    width: 135px;
}

.mbl3run {
    width: 97px;
    height: 35px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/mobilear/m4t.png) no-repeat;
    position: absolute;
    top: 125px;
}

.mbl3run:after {
    content: '';
    position: absolute;
    width: 29px;
    height: 35px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/mobilear/m4run.png) no-repeat;
    animation: mymove 3s steps(1) infinite;
}

@keyframes mymove {
    0% {
        left: 0px;
    }

    20% {
        left: 17px;
    }

    40% {
        left: 34px;
    }

    60% {
        left: 51px;
    }

    80% {
        left: 68px;
    }
}

.mbl3run:nth-child(1) {
    left: 420px;
}

.mbl3run:nth-child(2) {
    left: 890px;
}

.mbl4l {
    margin-top: 70px;
    height: 450px;
    position: relative;
}

.mbl4lp {
    width: 1308px;
    height: 480px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.mbl4lm {
    width: 3924px;
    position: relative;
    left: 0;
    transition-duration: 1s;
}

.mbl4ls {
    width: 1308px;
    height: 460px;
    float: left;
}

.mbl4le {
    width: 300px;
    height: 60px;
    padding-top: 300px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #222F3A;
    margin: 0 68px;
    float: left;
    position: relative;
    box-shadow: 0px 2px 10px 0px rgba(5, 41, 82, 0.13);
}

.mbl4le video {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

.mbl4l .pl {
    position: absolute;
    width: 79px;
    height: 79px;
    top: 125px;
    left: 185px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/mobilear/pl.png) no-repeat;
}

.mbl4l .pr {
    position: absolute;
    width: 79px;
    height: 79px;
    top: 125px;
    right: 185px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/mobilear/pr.png) no-repeat;
    z-index: 6667
}

.mbl5l {
    width: 1252px;
    height: 150px;
    margin: 0 auto;
    background: url(https://blaz.ar0755.com/html/ar-max/images/mobilear/p5f.png) no-repeat;
    background-position-y: 48px;
    margin-top: 80px;
}

.mbl5e {
    width: 150px;
    height: 100px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 0px rgba(5, 41, 82, 0.13);
    border-radius: 50%;
    padding-top: 50px;
    font-size: 18px;
    color: #222F3A;
    line-height: 25px;
    text-align: center;
    transition-duration: 1s;
}

.mbl5l .mbl5o:nth-child(1) .mbl5e {
    background: #1577E4;
    color: #fff;
}

.mbl5l:hover .mbl5o:nth-child(1) .mbl5e {
    background: rgba(255, 255, 255, 1);
    color: #222F3A;
}

.mbl5o {
    width: 150px;
    height: 150px;
    float: left;
    padding: 0 80px;
}

.mbl5e:hover {
    background: #1577E4 !important;
    color: #fff !important;
}

.mbl6 {
    height: 660px;
    position: relative;
}

.mbl6video {
    position: absolute;
    left: 50%;
    margin-left: -620px;
    top: 100px;
    width: 555px;
    height: 536px;
    box-shadow: 5px 5px 36px 0px rgba(0, 0, 0, 0.3)
}

.mbl6video video {
    width: 555px;
    height: 536px;
}

.mbl6text {
    position: absolute;
    left: 50%;
    margin-left: 30px;
    width: 590px;
    font-size: 16px;
    line-height: 32px;
    top: 100px;
}

.mbl6text p {
    margin-top: 20px
}

.mbl6text p:nth-child(2) {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
}

.mbl6text img {
    width: 240px;
    height: 46px;
    margin: 10px 175px;
}

body::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

body::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

body::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.ssartop img {
    width: 1920px;
    margin-left: -960px;
    position: relative;
    left: 50%
}

.ssarType {
    width: 1256px;
    /* height: 90px; */
    margin-top: 25px;
    margin-left: -628px;
    position: relative;
    left: 50%;
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    line-height: 45px;
    color: #666666
}

.ssarType #typeList {
    width: 1256px;
    height: 45px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/shishiar/type1.png) no-repeat;
    background-size: 24px;
    background-position: 40px 10px;
}

.ssarType #ctypeList {
    width: 1256px;
    /* height: 45px; */
    background: url(https://blaz.ar0755.com/html/ar-max/images/shishiar/type2.png) no-repeat;
    background-size: 24px;
    background-position: 40px 10px;
}

.ssarType div div {
    /* float: left; */
    /* width: 98px; */
    display: inline-block;
    margin-left: 80px;
    cursor: pointer;
    text-align: left;
    vertical-align: top;
}

.ssarType .checked {
    color: #1577E4
}

.ssarType .stypeleft {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.ssEnList {
    width: 1288px;
    margin-left: -644px;
    margin-top: 50px;
    margin-bottom: 76px;
    position: relative;
    left: 50%;
}

.ssEntity {
    width: 290px;
    /* height: 440px; */
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 10px;
    margin: 30px 16px 0 16px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    animation-duration: 1s;
    animation-fill-mode: both;
    visibility: visible;
    animation-name: fadeInUp;
    transition: all .3s linear;
}

.ssEntity:hover {
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.5);
}

.ssEntity img {
    width: 290px;
    height: 382px;
}

.ssEntity div:nth-child(2) {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin: 12px 18px 20px 18px;
    font-weight: bold;
}

.ssEntity div:nth-child(3) {
    font-size: 22px;
    color: #FF5757;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 18px;
    display: none;
}

.ssEntity div:nth-child(3) a {
    font-size: 15px;
}

.ssEntity div:nth-child(4) {
    width: 68px;
    height: 24px;
    background: rgba(85, 171, 249, 1);
    border-radius: 17px;
    position: absolute;
    right: 18px;
    bottom: 20px;
    color: #fff;
    line-height: 24px;
    font-size: 10px;
    text-align: center;
}

.ssinfoMain {
    width: 1920px;
    position: relative;
    margin-left: -960px;
    left: 50%
}

.ssinfoLine1 {
    width: 1920px;
    height: 844px;
    position: relative;
    background: url(https://blaz.ar0755.com/html/ar-max/images/shishiar/iback1.png) no-repeat #fff;
    background-size: 750px;
    background-position: 50px;
}

.ssinfoImg {
    width: 313px;
    height: 628px;
    position: absolute;
    left: 294px;
    top: 97px;
}

.ssinfoImg::after {
    content: '';
    width: 313px;
    height: 628px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://blaz.ar0755.com/html/ar-max/images/shishiar/iphone1.png);
    background-size: 313px;
}

.ssinfoImg video {
    width: 276px;
    height: 598px;
    background: #000;
    margin: 18px;
}

.ssinfoMsg {
    width: 766px;
    height: 785px;
    position: absolute;
    top: 103px;
    left: 870px;
}

.ssinfoMsg div:nth-child(1) {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
}

.ssinfoMsg div:nth-child(2) {
    font-size: 32px;
    line-height: 45px;
    color: #FF5757;
    margin-top: 5px;
    display: none;
}

.ssinfoMsg div:nth-child(2) a {
    font-size: 22px;
}

.ssinfoMsg div:nth-child(3) {
    width: 758px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #333333;
    margin-top: 13px;
    position: relative;
}

.ssinfoMsg div:nth-child(3)::after {
    content: '';
    width: 758px;
    height: 2px;
    position: absolute;
    bottom: -25px;
    left: 0;
    background-image: linear-gradient(to right, #707070 0%, #707070 20%, transparent 20%);
    background-size: 8px 2px;
    background-repeat: repeat-x;
}

.ssinfoMsg div:nth-child(4) {
    width: 652px;
    font-size: 14px;
    line-height: 28px;
    color: #8B8B8B;
    margin-top: 50px;
    position: relative;
    padding-left: 106px;
    position: relative;
}

.ssinfoMsg div:nth-child(4)::before {
    content: '适用行业：';
    position: absolute;
    top: 0;
    left: 0;
    color: #4AA2FF;
    font-size: 18px;
    line-height: 28px;
}

.ssinfoMsg div:nth-child(5) {
    width: 652px;
    font-size: 14px;
    line-height: 28px;
    color: #8B8B8B;
    margin-top: 7px;
    position: relative;
    padding-left: 106px;
    position: relative;
}

.ssinfoMsg div:nth-child(5)::before {
    content: '模板价值：';
    position: absolute;
    top: 0;
    left: 0;
    color: #4AA2FF;
    font-size: 18px;
    line-height: 28px;
}

.ssinfoMsg div:nth-child(6) {
    width: 652px;
    font-size: 14px;
    line-height: 28px;
    color: #8B8B8B;
    margin-top: 7px;
    position: relative;
    padding-left: 106px;
    position: relative;
}

.ssinfoMsg div:nth-child(6)::before {
    content: '模板须知：';
    position: absolute;
    top: 0;
    left: 0;
    color: #4AA2FF;
    font-size: 18px;
    line-height: 28px;
}

.ssinfoMsg div:nth-child(7) {
    width: 148px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border: 1px solid #2386EB;
    color: #2386EB;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    bottom: 110px;
    left: 230px;
    cursor: pointer;
    transition: all .3s linear;
}

.ssinfoMsg div:nth-child(7):hover {
    color: #fff;
    background: #2386EB;
    box-shadow: 0 10px 25px rgba(21, 119, 228, 0.4);
}

.ssinfoMsg div:nth-child(8) {
    width: 148px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border: 1px solid #2386EB;
    color: #2386EB;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    bottom: 110px;
    left: 470px;
    cursor: pointer;
    transition: all .3s linear;
}

.ssinfoMsg div:nth-child(8):hover {
    color: #fff;
    background: #2386EB;
    box-shadow: 0 10px 25px rgba(21, 119, 228, 0.4);
}

.ssinfoLine2 {
    width: 1920px;
    height: 1015px;
    position: relative;
    background: url(https://blaz.ar0755.com/html/ar-max/images/shishiar/iback2.png) no-repeat #f7fbff;
    background-position: right;
}

.ssinfoLine2 .mbl3run {
    position: absolute;
    top: 550px;
    left: 910px;
}

.si2buleft {
    position: absolute;
    top: 850px;
    left: 530px;
    width: 100px;
    height: 100px;
}

.si2buright {
    position: absolute;
    top: 850px;
    right: 530px;
    width: 100px;
    height: 100px;
}

.ssinfoLine2 .intext {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    background: #3598fe;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 20;
    border-radius: 50px;
    cursor: pointer;
}

.sslinetitle {
    width: 200px;
    text-align: center;
    color: #272727;
    font-size: 24px;
    line-height: 33px;
    padding-top: 77px;
    padding-bottom: 30px;
    position: relative;
    margin: 0 auto;
}

.sslinetitle::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -18px;
    height: 2px;
    width: 36px;
    background-color: #1577e4;
}

.sslinetext {
    width: 1000px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #818181;
    margin: 36px auto;
}

.ssin2left {
    position: absolute;
    top: 222px;
    left: 431px;
    width: 262px;
    height: 602px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/shishiar/iphone2.png) no-repeat;
    background-size: 300px;
    padding: 22px 19px;
    text-align: center;
    font-size: 14px;
    color: #333333
}

.ssin2left #code {
    width: 201px;
    height: 201px;
    margin: 130px auto 120px;
}

.ssin2right {
    position: absolute;
    top: 222px;
    right: 431px;
    width: 300px;
    height: 602px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/shishiar/iphone3.png) no-repeat;
    background-size: 300px;
    text-align: center;
    font-size: 14px;
    color: #333333
}

.ssin2right img {
    width: 242px;
    height: 235px;
    background: #900;
    margin: 91px 29px 150px;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
}

.ssinfoLine3 {
    width: 1920px;
    height: 1273px;
    position: relative;
    z-index: -2;
    background: url(https://blaz.ar0755.com/html/ar-max/images/shishiar/iback3.png) no-repeat #fff;
    background-position: left;
}

.ssp3line {
    width: 1364px;
    height: 1012px;
    margin: 0 auto;
}

.ssp3entity {
    float: left;
    width: 582px;
    height: 456px;
    margin: 50px;
    position: relative;
}

.ssp3entity div:nth-child(1) {
    color: #1577E4;
    font-weight: bold;
    font-size: 58px;
    line-height: 81px;
    margin-left: 9px;
    opacity: 0.2;
}

.ssp3entity div:nth-child(2) {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 42px;
    left: 203px;
}

.ssp3entity div:nth-child(3) {
    color: #55ABF9;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-left: 9px;
}

.ssp3entity div:nth-child(4) {
    margin-top: 22px;
}

.ssp3entity div:nth-child(4) img {
    width: 582px;
    height: 335px
}

.ssinfoLine4 {
    width: 1920px;
    height: 935px;
    position: relative;
    z-index: 2;
    background: url(https://blaz.ar0755.com/html/ar-max/images/shishiar/iback4.png) no-repeat #f7fbff;
    background-position: right;
}

.ssline4text {
    margin-top: 107px;
    font-size: 18px;
    color: #333333;
    line-height: 37px;
}

.s4leftbox {
    margin-left: 334px;
    width: 630px;
}

.s4leftbox input {
    width: 270px;
    padding-left: 8px;
    height: 37px;
    border: 1px solid #D0D0D0;
    background: #fff;
    margin-right: 32px;
    margin-top: 20px;
    color: #333333;
    font-size: 15px;
}

.s4leftbox textarea {
    width: 574px;
    height: 200px;
    padding: 10px;
    border: 1px solid #D0D0D0;
    background: #fff;
    margin-top: 20px;
    color: #333333;
    font-size: 15px;
    line-height: 20px;
    margin-right: 32px;
    font-family: PingFangSC-Regular, sans-serif;
}

.s4leftbox span {
    font-size: 16px;
    color: #272727;
    /* margin-right: 58px; */
    margin-top: 15px;
    line-height: 38px;
}

.s4leftbox button {
    width: 174px;
    height: 48px;
    border-radius: 5px;
    background: #1577E4;
    margin: 28px 190px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    line-height: 48px;
}

.s4rightbox {
    width: 595px;
    height: 420px;
    position: absolute;
    top: 140px;
    right: 330px;
    background: url(https://blaz.ar0755.com/html/ar-max/images/shishiar/water.png) no-repeat;
    background-size: 472px;
    background-position: 74px 302px;
    font-size: 23px;
    line-height: 42px;
    /* border: 1px solid #D0D0D0; */
    color: #272727;
}

.s4rightbox p:first-child {
    font-size: 25px;
}

.s4rightbox p {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 60px;
}

.solutionsub {
    display: -webkit-inline-box;
    padding-right: 60px;
    height: 35px;
    border: 1px solid rgba(21, 119, 228, 1);
    color: #1577E4;
    line-height: 35px;
    font-size: 20px;
    border-radius: 5px;
    text-align: left;
    padding-left: 18px;
    margin: 0 auto;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}

.solutionsub:hover {
    color: #fff;
    background: #1577E4;
}

.solutionsub span {
    width: 35px;
    height: 26px;
    font-size: 8px;
    line-height: 26px;
    position: absolute;
    background-position-y: 22px;
    right: 15px;
    border-bottom: solid 1px #1577E4;
    transition: border 0.5s;
}

.solutionsub:hover span {
    border-bottom: solid 1px #fff;
}

.solutionsub::after {
    content: '';
    width: 10px;
    height: 1px;
    background: #1577E4;
    position: absolute;
    top: 24px;
    right: 13px;
    transform: rotate(23deg);
    transition: all 0.5s;
}

.solutionsub:hover::after {
    background: #fff;
}