@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;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.pc{
    display: block;
}
.mobile{
    display: none;
}
.container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    overflow: hidden;
}
.txt1{
    color: #333;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
}
/* banner */
#banner{
    position: relative;
    background: url("/project/omni-channel/images/bannerbg.jpg") no-repeat center center;
    height: 500px;
    background-size: cover;
    overflow: hidden;
}
#banner .txt1{
    color:#ffd800;
    font-size: 27px;
    font-weight: 600;
    padding-left: 165px;
    padding-top: 300px;
}
#banner .b_group{
    margin-left: 190px;
}
.btn{
    position: relative;
    width: 252px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: none;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    outline: none;
    cursor: pointer;
    margin-top: 50px;
}
.b_group a:last-child{
    margin-left: 40px;
}

.titlss{
    float: right;
    width: 380px;
    height: 350px;
    background: #fff;
    box-shadow:0 0 20px 2px rgba(153,153,153,.5);
    margin-top: 80px;
    margin-right: 50px;
    opacity: .95;
}
.titlss .tith3{
    font-size: 24px !important;
    color: #000;
    font-weight: bold;
    padding-top: 33px;
    /*padding-left: 40px;*/
    text-align: center !important;
}
#titlsses{
    margin-left: 40px;
    padding-bottom: 30px;
}

#titlsses .outline{
    position: relative;
    width: 300px;
    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: 300px;
    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('/project/omni-channel/images/sect1bg.jpg') no-repeat center center;
    height:1329px;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
#sect1 h2,#sect2 h2,#sect3 h2,#sect4 h2{
    color: #fff;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 10px;
}
#sect1 .txt1, #sect2 .txt1,#sect3 .txt1,#sect4 .txt1{
    text-align: center;
    color: #fff;
    padding-bottom: 25px;
}
.txt2{
    color: #fff;
    font-size: 18px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 50%;
}
.circle{
    width: 780px;
    height:390px;
    border-radius: 50% 50% 0 0;
    background: #ffd800;
    position: absolute;
    left: 50%;
    margin-left: -390px;
    bottom:-295px;
}
.circle h3{
    color: #0090c4;
    font-size: 24px;
    padding-top: 20px;
}

#sect2{
    position: relative;
    overflow: hidden;
    text-align: center;
}
#sect2 h2,#sect2 .txt1{
    color: #004289;
}
#sect2 ul{
    margin: 0 auto;
    position: relative;
    width: 100%;
    margin-left: 106px;
    margin-right: 106px;
    overflow: hidden;
}
#sect2 ul li{
    float: left;
    height: 246px;
    overflow: hidden;
    margin-right:1px;
}
#sect2 ul li:last-child{
    margin-right: 0;
}
.fadeout{
    width: 250px;
    height: 246px;
    background: #0082ff;
    overflow: hidden;
}
.fadeout h3{
    display: inline-block;
    width: 100%;
    color: #fff;
    padding-top: 20px;
}
.fadein{
    position: absolute;
    width: 250px;
    height: 246px;
    background: #0082ff;
}
.fadein h3{
    color: #fff;
    padding-top: 25px;
}
.fadein .tip_txt{
    display: block;
    color: #fff;
    margin-top: 15px;
    padding: 0 20px;
    text-align: justify;
}
.st1{
    margin: 40px auto 165px;
}
#sect2 .circle,#sect3 .circle,#sect4 .circle{
    background: #0090c4;
}
#sect2 .circle h3,#sect3 .circle h3,#sect4 .circle h3{
    color: #fff;
}
#sect3{
    position: relative;
    background: url('/project/omni-channel/images/sect3bg.jpg') no-repeat center center;
    height: 2058px;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
#sect3 h2,#sect3 .txt1{
    color: #000;
}
.sect3-1{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    overflow: hidden;
}
.sect3-1 .img1{
    margin-left: 90px;
}
.t_img{
    width: 570px;
    margin-top: 75px;
    margin-right: 90px;
}
.txt3{
    display: inline-block;
    text-align: justify;
    padding: 20px 10px;
    color: #232323;
}
.txt3 span{
    font-weight: bold;
}
.sect3-2{
    margin-left: 90px;
    margin-bottom: 40px;
    overflow: hidden;
}
.sect3-2 .t_img{
    margin-right: 0;
}
.sect3-2 .img1{
    margin-right: 80px;
}

#sect4{
    position: relative;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
#sect4 h2,#sect4 .txt1{
    color: #004289;
}
.sect4-1{
    margin: 60px 110px 180px;
    width: 100%;
    height: 315px;
    overflow: hidden;
}
.sect4-1 .fr{
    width: 400px;
    margin-right: 210px;
    margin-top: 20px;
    text-align: left;
}
.sect4-1 .txt4{
    text-align: justify;
    padding-top: 15px;
}





@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;
    }
}