@charset "UTF-8";

/* ==================== tags ==================== */

* {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}



html,

body {

    width: 100%;

    height: 100%;

    background-color: transparent;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    font-weight: normal;

    line-height: 1.6;

}



h1 {

    font-size: 48px;

}



h2 {

    font-size: 40px;

}



h3 {

    font-size: 24px;

}

h4 {

    font-size: 20px;

}

p {

    font-size: 16px;

    line-height: 1.75;

}

a,
a:link,
a:visited,
a:hover {

    text-decoration: none !important;

    color: inherit;

}



.fl {

    float: left;

}

.fr {

    float: right;

}

.pc {

    display: block;

}

.mobile {

    display: none;

}

.container {

    width: 100%;

    max-width: 1220px;

    margin: 0 auto;


}

.txt1 {

    color: #333;

    font-size: 24px;

    line-height: 35px;

    text-align: center;

}

/* banner */

#banner {

    position: relative;

    background: url("/solution/printing/images/bannerbg.jpg") no-repeat center center;

    height: 500px;

    background-size: cover;

    overflow: hidden;

}

#banner .fl {

    margin-top: 125px;

}

#banner .tit1 {

    display: block;

    width: 333px;

    height: 48px;

    line-height: 48px;

    border-radius: 24px;

    text-align: center;

    font-size: 30px;

    color: #fff;

    background: linear-gradient(to right, #22a1fa 0, #3cc0f9 50%, #22a1fa 100%);

}

#banner h1 {

    color: #fff;

    font-size: 48px;

    padding-top: 25px;

    font-weight: bold;

}

#banner h1 span {

    font-size: 60px;

}





.btn {

    position: relative;

    width: 320px;

    height: 48px;

    background: none;

    border: 2px solid #fff;

    cursor: pointer;

    margin-top: 20px;
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 6px;
}

.btn:hover {

    background: linear-gradient(to right, #ffb252 0%, #f18541 100%) !important;
}

.btn p {

    display: block;

    position: relative;

    color: #fff !important;

    font-size: 20px;

    line-height: 48px;

    outline: none;

}



/*.btn:hover{*/

/*    border: none;*/

/*    background: #0090ff;*/

/*}*/







.titlss {

    float: right;

    width: 320px;

    height: 350px;

    background: #fff;

    box-shadow: 0 0 20px 2px rgba(153, 153, 153, .5);

    margin-top: 60px;

    opacity: .95;

}

.titlss .txt1 {

    padding-top: 20px;

    font-size: 18px;

    color: #1c1c1c;

}

.titlss .tith3 {

    font-size: 24px !important;

    line-height: 24px;

    color: #000;

    font-weight: bold;

    text-align: center !important;

}

#titlsses {

    margin: 0 30px;

    padding-bottom: 30px;

}



#titlsses .outline {

    position: relative;

    width: 260px;

    height: 40px;

    line-height: 40px;



}

.titlss .inputTitle {

    position: absolute;

    top: 16px;

    left: 10px;

    z-index: -1;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    color: #333;

}

.titlss input {

    display: block;

    width: 100%;

    padding: 24px 0 4px 18px;

    background-color: transparent;

    border: none;

    border-bottom: 1px solid #d6d6d6;

    font-size: 18px;

    font-family: Arial, "微软雅黑";

}

.titlss #submit_a {

    display: block;

    width: 260px;

    line-height: 55px;

    margin: auto;

    border: 1px solid #24a3ff;

    border-radius: 3px;

    color: #24a3ff;

    font-size: 24px;

    font-family: Arial, "微软雅黑";

    letter-spacing: 5px;

    cursor: pointer;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    padding: 0;

}

.titlss #submit_a:hover {

    background-color: #24a3ff;

    color: #fff;

}





.inputTitle {

    margin-bottom: 4px;

    font-size: 20px;

}



.inputTitle .requiredHint {

    margin-right: 4px;

    color: #fe5757;

}



.inputTitle .fillHint {

    color: #888;

    font-size: 14px;

}



.inputTitle .fa {

    display: none;

    margin-left: 4px;

    color: #ffa800;

    font-size: 14px;

}



.titlss.noInput .inputTitle .fa {

    display: inline-block;

}



.consult-cont {

    margin-top: 30px;

}



.consult-cont #contact-query {

    display: block;

    width: 100%;

    padding: 10px;

    border: 1px solid #d6d6d6;

    font-size: 16px;

    font-family: Arial, "微软雅黑";

    line-height: 27px;

}



.consult-cont .wordNum {

    font-size: 14px;

    margin: 0 0 0 10px;

}



.titlss .outline {

    position: relative;

    margin-bottom: 10px;

}

.titlss .inputTitle.focus {

    top: 0;

    font-size: 16px;

    color: #3798e4;

}



.titlss .inputTitle.focus .requiredHint {

    color: #3798e4;

}





.titlss input:focus {

    outline: none;

}



.titlss input.noInput+.inputTitle .fa {

    display: inline-block;

}



#sect1 {

    position: relative;

    background: url("/solution/printing/images/sect1bg.jpg") no-repeat center center;

    height: 942px;

    background-size: cover;

    margin: 0 auto;

    overflow: hidden;

}

#sect1 h2 {

    color: #1c1c1c;

    padding-top: 80px;

    padding-bottom: 50px;

    text-align: center;

}

.s_box {

    background: #372884;

    height: 620px !important;

    margin: 0 auto;

}

.dots {

    width: 100%;

    height: 98px;

    background: #7968cc;

}

.dots .dot {

    float: left;

    width: 400px;

    color: rgba(256, 256, 256, .6);

    text-align: center;

    margin: 0 auto;

    line-height: 98px;

    font-size: 24px;

    cursor: pointer;

}

.dots .dot.active {

    position: relative;

    color: rgba(256, 256, 256, 1);

}

.dots .active:before {

    position: absolute;

    content: "";

    background: none;

    width: 12px;

    height: 12px;

    border-radius: 50%;

    border: 2px solid #fff;

    margin-left: -18px;

    top: 50px;

}

.int {

    height: 428px;

    margin: 0 auto;

    background: #4d3ca9;

    overflow: hidden;

}

.int li {

    width: 100%;

    float: left;

    overflow: hidden;

}

.int .c_b {

    width: 402px;

    overflow: hidden;

    margin-left: 30px;

}

.int .c_b h3 {

    display: block;

    height: 118px;

    font-size: 18px;

    font-weight: bold;

    color: #fff;

    padding-top: 35px;

}

.int .c_b .txt2 {

    display: block;

    height: 150px;

    color: #fff;

    font-size: 16px;

    font-style: italic;

    margin-bottom: 25px;

    padding-right: 15px;

    text-align: justify;

}

.int .c_b .txt3 {

    font-size: 16px;

    color: #fff;

    padding-bottom: 50px;

}

.int .c_b .txt4 {

    display: block;

    width: 192px;

    color: #40fafc;

    font-size: 16px;

    padding-bottom: 5px;

    border-bottom: 2px solid #40fafc;

    cursor: pointer;

    overflow: hidden;

}

.arrows {

    position: relative;

    background: #372884;

    height: 96px;

    transition: opacity 0.4s;

    opacity: 1;

    display: block;

}

.arrows .prev,
.arrows .next {

    position: absolute;

    width: 44px;

    height: 44px;

    color: transparent;

    cursor: pointer;

    /*z-index: 20;*/

}

.arrows .prev {

    top: 26px;

    left: 540px;

    background: url(/solution/printing/images/lf.png) no-repeat;

}

.arrows .next {

    top: 26px;

    left: 600px;

    background: url(/solution/printing/images/rt.png) no-repeat;

}

#sect2 {

    position: relative;

    background: url("/solution/printing/images/sect2bg.jpg") no-repeat center center fixed;

    height: 900px;

    background-size: cover;

    margin: 0 auto;

    overflow: hidden;

}

#sect2 h2 {

    color: #fff;

    padding-top: 80px;

    padding-bottom: 25px;

    text-align: center;

}

#sect2 .txt1 {

    color: #fff;

    /*font-size: 18px;*/

}

#sect2 img {

    margin-top: 40px;

}

#sect3 {

    position: relative;

    background: url("/solution/printing/images/sect3bg.jpg") no-repeat center center;

    height: 990px;

    background-size: cover;

    margin: 0 auto;

    overflow: hidden;

}

#sect3 ul {

    margin: 0 auto;

    margin-top: 75px;

    overflow: hidden;

}

#sect3 ul li {

    float: left;

    width: 285px;

    height: 400px;

    margin: 7px;

    padding: 0 35px;

}

#sect3 ul li:first-child h2 {

    font-size: 40px;

    color: #0c0c0c;

    font-style: italic;

    padding: 75px 0;

}

#sect3 ul li:first-child h2 span {

    font-weight: bold;

}

#sect3 ul li:nth-of-type(2) {

    background: url("/solution/printing/images/s31.jpg") no-repeat;

}

#sect3 ul li:nth-of-type(3) {

    background: url("/solution/printing/images/s32.jpg") no-repeat;

}

#sect3 ul li:nth-of-type(4) {

    background: url("/solution/printing/images/s33.jpg") no-repeat;

}

#sect3 ul li:nth-of-type(5) {

    background: url("/solution/printing/images/s34.jpg") no-repeat;

}

#sect3 ul li:nth-of-type(6) {

    background: url("/solution/printing/images/s35.jpg") no-repeat;

}

#sect3 ul li:nth-of-type(7) {

    background: url("/solution/printing/images/s36.jpg") no-repeat;

}

#sect3 ul li:nth-of-type(8) {

    background: url("/solution/printing/images/s37.jpg") no-repeat;

}

#sect3 ul li h3 {

    color: #42e7f3;

    font-size: 24px;

    padding-bottom: 25px;

    padding-top: 65px;

}

#sect3 ul li p {

    display: block;

    height: 120px;

    color: #fff;

    font-size: 18px;

    margin-bottom: 100px;

}

#sect3 ul li a {

    font-size: 18px;

    color: #fff;

}

#sect3 ul li a:hover {

    color: #42e7f3;

}

#sect4 {

    position: relative;

    background: url("/solution/printing/images/sect4bg.jpg") no-repeat center center;

    height: 1130px;

    background-size: cover;

    margin: 0 auto;

    overflow: hidden;

}

#sect4 h2 {

    color: #2e2e2e;

    padding-top: 80px;

    padding-bottom: 20px;

    text-align: center;

}

#sect4 .txt1 {

    text-align: center;

    color: #2e2e2e;

    padding-bottom: 45px;

}

#sect4 .b_group {

    margin: 0 auto;

    margin-top: 50px;

    text-align: center;

}

#sect4 .btn,
#sect6 .btn {

    width: 340px;

    height: 48px;

    border: 2px solid #6255a2;

}

#sect4 .btn p,
#sect6 .btn p {

    color: #6255a2;

    font-size: 20px;

    line-height: 48px;

}

#sect4 .btn:hover,
#sect6 .btn:hover {

    background: #6255a2;

    border: none;

}

#sect4 .btn:hover p,
#sect6 .btn:hover p {

    color: #fff;

}

#sect5 {

    position: relative;

    background: url("/solution/printing/images/sect5bg.jpg") no-repeat center center;

    height: 1120px;

    background-size: cover;

    margin: 0 auto;

    overflow: hidden;

}

#sect5 h2 {

    color: #fff;

    padding-top: 80px;

    padding-bottom: 25px;

    text-align: center;

}

#sect5 ul {

    overflow: hidden;

    margin: 0 auto;

    margin-bottom: 180px;

    position: relative;

}

#sect5 ul li {

    float: left;

    width: 200px;

    height: 625px;

    overflow: hidden;

}

#sect5 ul li:first-child:before {

    content: url("/solution/printing/images/s51.png");

    position: absolute;

}

#sect5 ul li:nth-of-type(2):before {

    content: url("/solution/printing/images/s52.png");

    position: absolute;

}

#sect5 ul li:nth-of-type(3):before {

    content: url("/solution/printing/images/s53.png");

    position: absolute;

}

#sect5 ul li:nth-of-type(4):before {

    content: url("/solution/printing/images/s54.png");

    position: absolute;

}

#sect5 ul li:nth-of-type(5):before {

    content: url("/solution/printing/images/s55.png");

    position: absolute;

}

#sect5 ul li:nth-of-type(6):before {

    content: url("/solution/printing/images/s56.png");

    position: absolute;

}

#sect5 ul li h4 {

    font-size: 16px;

    display: block;

    width: 160px;

    line-height: 1;

    color: #2effee;

    margin-left: 20px;

}

#sect5 ul li p {

    font-size: 16px;

    display: block;

    width: 160px;

    color: #fff;

    line-height: 1.7;

    text-align: justify;

    margin-left: 20px;

}

#sect5 ul li h4.b1 {

    color: #ffd438;

}

#sect5 ul li:nth-of-type(2) h4.b1 {

    padding-top: 18px;

}

#sect5 ul li:nth-of-type(3) h4.b1 {

    padding-top: 24px;

}

#sect5 ul li:nth-of-type(4) h4.b1 {

    padding-top: 22px;

}

#sect5 ul li:nth-of-type(5) h4.b1 {

    padding-top: 22px;

}

#sect5 .b_group {

    text-align: center;

}

#sect5 .btn,
#sect6 .btn {

    width: 340px;

    height: 48px;

}

#sect5 .btn p {

    color: #fff;

    font-size: 20px;

    line-height: 48px;

}

#sect5 .btn:hover {

    background: #fff;

    border: none;

}

#sect5 .btn:hover p {

    color: #6255a2;

}

#sect6 {

    position: relative;

    margin: 0 auto;

    overflow: hidden;

    background: linear-gradient(to bottom, #fff 0%, #f2f1f1 40%);

}

#sect6 h2 {

    color: #1c1c1c;

    padding-top: 80px;

    padding-bottom: 25px;

    text-align: center;

}

#sect6 .txt1 {

    text-align: center;

}

#sect6 .mL {

    margin: 0 auto;

    margin-top: 20px;

    overflow: hidden;

}

#sect6 .mL li {

    float: left;

    width: 25%;

}

#sect6 .mL li h3 {

    color: #f0ab00;

    font-size: 54px;

    text-align: center;

}

#sect6 .mL li h3 i {

    font-style: normal;

}

.txt6 {

    font-size: 30px;

    color: #1c1c1c;

    text-align: center;

}

#sect6 table {

    position: relative;

    margin: 0 auto;

    margin-top: 65px;

    width: 100%;

    /*height:150px;*/

    padding: 32px 0;

    border: 2px solid #6255a2;

    background: #e9e5fc;

    border-collapse: separate;

}

#sect6 table tr {

    height: 30px;

}

#sect6 table td.th {

    padding: 0 48px;

}

#sect6 table td.th p {

    display: inline-block;

    width: 124px;

    height: 83px;

    line-height: 1.5;

    border-radius: 5px;

    color: #fff;

    background: #6255a2;

    font-size: 24px;

    text-align: center;

    padding-top: 5px;

}

#sect6 table td {

    width: 160px;

    height: 30px;

    text-align: center;

    color: #1c1c1c;

    font-size: 16px;

}



#sect6 .b_group {

    text-align: center;

    margin: 76px auto;

}



#sect7 {

    position: relative;

    margin: 0 auto;

    overflow: hidden;

}

#sect7 h2 {

    color: #1c1c1c;

    padding-top: 80px;

    padding-bottom: 25px;

    text-align: center;

}

#sect7 .txt1 {

    text-align: center;

}

#sect7 ul {

    margin: 0 auto;

    margin-top: 50px;

    margin-bottom: 90px;

    overflow: hidden;

}

#sect7 ul li {

    float: left;

    width: 292px;

    height: 260px;

    overflow: hidden;

    margin: 4px;

}

#sect7 ul li:first-child {

    background: url("/solution/printing/images/s71.jpg") no-repeat;

}

#sect7 ul li:nth-of-type(2) {

    background: url("/solution/printing/images/s72.jpg") no-repeat;

}

#sect7 ul li:nth-of-type(3) {

    background: url("/solution/printing/images/s73.jpg") no-repeat;

}

#sect7 ul li:nth-of-type(4) {

    background: url("/solution/printing/images/s74.jpg") no-repeat;

}

#sect7 ul li h3 {

    font-size: 30px;

    color: #59ceff;

    padding-top: 25px;

    padding-left: 35px;

}

#sect7 ul li div {

    margin-top: 10px;

    margin-left: 35px;

    margin-bottom: 10px;

    height: 110px;

    overflow: hidden;

}

#sect7 ul li p {

    color: #fff;

    font-size: 16px;

}

#sect7 ul li p.txt5 {

    display: block;

    position: relative;

    font-size: 20px;

    text-align: right;

    padding-right: 60px;

}

#sect7 ul li p.txt5:after {

    content: url("/solution/printing/images/ar.png");

    position: absolute;

    margin-left: 10px;

}

@media (max-width:768px) {

    .pc {

        display: none;

    }

    .mobile {

        display: block;

    }

    h1 {

        font-size: 36px;

    }



    h2 {

        font-size: 28px;

    }



    h3 {

        font-size: 22px;

    }

    h4 {

        font-size: 18px;

    }

    p {

        font-size: 16px;

        line-height: 1.75;

    }

    .txt1 {

        padding: 0 5%;

        font-size: 20px;

        text-align: justify;

    }



}