* {
    padding: 0px;
    margin: 0px;
    font-family: PingFangSC-Light, Arial, Microsoft yahei, Tahoma, sans-serif !important;
}

li {
    list-style: none;
}
img {
    border: 0;
    max-width: 100%;
}

textarea, input {
    outline: none !important;
    text-decoration: none !important;
}
.centerpd {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


.pc {
    display: block;
}

.mb {
    display: none;
}

.maincontainer {
    width: 100%;
    padding: 0px 24px;
}
.mobilecontainer {
    width: 100%;
    /* overflow: hidden; */
}

.bootcontainer {
    width: 80%;
    margin: 0 auto;
}

.bootcontainer2 {
    width: 100%;
    padding: 0px 48px;
}



.banner {
    padding-top: 254px;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
}
.banner1 {
    background-image: url("../images/banner_01.jpg");
}
.banner2 {
    background-image: url("../images/banner_02.jpg");
}
.banner3 {
    background-image: url("../images/banner_03.jpg");
}
.banner4 {
    background-image: url("../images/banner_04.jpg");
}


.banner .t1 {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 2px;
}

.banner .t2 {
    font-size: 40px;
    line-height: 44px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 24px;
    margin-top: 6px;
}
.banner3 .t2 {
    font-size: 48px;
    line-height: 48px;
}

.banner .t3 {
    font-size: 13px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 540px;
}
.banner3 .t3 {
    font-size: 16px;
    line-height: 24px;
}

.banner .t3 span {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}

.bannerbtn {
    width: 100%;
    min-height: 1px;
    /* overflow: hidden; */
    margin-top: 60px;
    margin-bottom: 0px;
    position: relative;
}

.bannerbtn2 {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    margin-top: 48px;
    margin-bottom: 0px;
    position: relative;
}
.bannerbtn3 {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    position: relative;
}

.bannerbtn a {
    width: 140px;
    min-height: 1px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    float: left;
    margin-right: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.bannerbtn2 a {
    width: 140px;
    min-height: 1px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    background-color: #606a76;
    float: left;
    margin-right: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.bannerbtn3 a {
    display: inline-block;
    margin: 0 auto;
    width: 140px;
    background-color: #197dc4;
    /* background-image: linear-gradient(to right, rgba(18, 78, 189, 1), rgba(55, 181, 21, 1)); */
    border-radius: 8px;
    min-height: 1px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s linear;
}
.bannerbtn3.dark a {
    background-color: #197dc4;
}
.bannerbtn3 a:hover {
  color: #fff;
  background-color: #0041c6;
}

.bannerbtn_t1 {
    cursor: pointer;
    transition: all 0.3s linear;
    background-image: linear-gradient(to right, rgba(18, 78, 189, 1), rgba(55, 181, 21, 1));
}

.bannerbtn_t1:hover {
    background-image: linear-gradient(to right, rgba(18, 78, 189, 0.5), rgba(18, 78, 189, 1));
}

.bannerbtn_t2 {
    background-color: rgba(255, 255, 255, .1);
}

.bannerbtn_t2:hover {
    background-image: linear-gradient(to right, rgba(18, 78, 189, 0.5), rgba(18, 78, 189, 1));
}

.banner p {
    margin: 0;
}

.videoPage {
    padding: 60px 0 150px 0;
    text-align: center;
    background: url(../images/video-bg.jpg);
    background-color: #000d2d;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center bottom;
}

.videoPage a {
    width: 110px;
    min-height: 1px;
    overflow: hidden;
    display: block;
    padding: 0px 24px;
    line-height: 36px;
    font-size: 12px;
    color: #333333;
    background-color: #dfebef;
    margin: 0 auto;
    transition: all 0.3s linear;
    border-radius: 6px;
}
.videoPage a:hover {
    color: #fff;
    background-image: linear-gradient(to right, rgba(18, 78, 189, 1), rgba(18, 78, 189, 1));
}
.video_left .t1 {
    font-size: 32px;
    color: #fff24a;
    font-weight: bold;
    line-height: 24px;
    padding-top: 6px;
    padding-bottom: 0px;
}

.video_left .t2 {
    font-size: 18px;
    color: #ffffff;
    line-height: 20px;
}

.video_left .t3 {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

.video_left {
    margin-bottom: 25px;
}



.thumbnail {
    border: none;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.fadeInBottom {
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-6px, 0, 0);
        transform: translate3d(-6px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(6px, 0, 0);
        transform: translate3d(6px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


#btn2_CustomService3:hover {
    color: #ffffff;
}


.form_box {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.form_box .link1 {
    background-image: none !important;
    background-color: #20c71c;
    width: 110px;
    height: 38px;
    border-radius: 4px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
}

.form_box a {
    display: block;
    float: right;
}

.input_box {
    margin-bottom: 8px;
    position: relative;
}

.input_box a {
    padding: 0 24px;
    position: absolute;
    right: 0;
    top: 0;
    color: #02509e;
    display: block;
    height: 50px;
    line-height: 50px;
    border-left: 1px solid #e5e5e5;
}

.input_box .input {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    text-indent: 12px;
}

.input_box input,
select {
    width: 100%;
    font-size: 12px !important;
    color: #666666;
}

.input_box input:hover {
    text-decoration: none;
    outline: none;
}

.input_box input:active {
    text-decoration: none;
    outline: none;
}

.input_box input:focus {
    text-decoration: none;
    outline: none;
}

.apply_box {
    padding: 48px 34px 50px 34px;
    position: absolute;
    right: 15px;
    bottom: -106px;
    background-color: #ffffff;
    width: 390px;
    height: 530px;
}

.apply_box .submit {
    display: block;
    width: 100%;
    height: 48px;
    background-color: #02509e;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    margin-top: 20px;
}

.banner .container {
    position: relative;
}

.form_t1 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 12px;
}

.form_t2 {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    padding-bottom: 34px;
}

.form_t2 span {
    letter-spacing: 0;
    font-size: 14px;
    color: #333333;
}

.form_t3 {
    padding-top: 10px;
    font-size: 12px;
    color: #333333;
}

.form_t3 a {
    font-size: 12px;
    color: #0041c6;
}


.sectionBox {
    padding-top: 80px;
    padding-bottom: 80px;
}
.SB_2 {
    padding-top: 60px;
    padding-bottom: 80px;
}

.section-content {
    padding-top: 60px;
    padding-bottom: 40px;
}
.topicBox {
    display: flex;
    flex-direction: column;
}
.topicBox .type {
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-bottom: 22px;
}
.topicBox .subtitle {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
.topicBox .title {
    margin-top: 6px;
    font-size: 26px;
    color: #000;
    line-height: 32px;
    font-weight: 600;
}
.topicBox .gap {
    margin-top: 6px;
}
.page-apply-btn {
    text-align: center;
    margin: 0 auto;
    margin-top: 24px;
}


@media (min-width: 992px) and (max-width:1367px){
    .banner .t3 {
        font-size: 12px;
        line-height: 20px;
        max-width: 500px;
    }
}


