@charset "utf-8";

* {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}



html,

body {

    width: 100%;

    height: 100%;

    background: transparent;

}



.container {

    width: 100%;

    max-width: 1220px;

    margin: 0 auto;

    text-align: center;

}

a {

    display: inline-block;

}

h1,

h2,

h3,

h4,

h5,

h6 {

    font-weight: normal;

    line-height: 1.5;

}



h1 {

    font-size: 55px;

}



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;

}



#banner {

    position: relative;

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

    height: 500px;

    background-size: cover;

    margin: 0 auto;

    text-align: center;

}

#banner h1 {

    color: #fff;

    font-size: 40px;

    font-weight: bold;

    text-shadow: 6px 1px 1px rgba(0, 34, 73, 1);

    padding-top: 20px;

    padding-left: 90px;

}

.im {

    margin-top: 20px;

    margin-bottom: 20px;

}

.t1_txt br {

    display: none;

}

.t1_txt {

    font-size: 24px;

    color: #fff;

}

.btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: none;
    padding: 0 20px;
}

.btn:hover {
    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
}

.titlss {

    float: right;

    width: 320px;

    height: 330px;

    background: #fff;

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

    margin-top: 80px;

    opacity: .95;

}

.titlss .tith3 {

    font-size: 20px !important;

    color: #000;

    padding-top: 20px;

    padding-bottom: 20px;

    text-align: center;

}

#titlsses {

    margin-left: 30px;

}



#titlsses .outline {

    position: relative;

    width: 260px;

    height: 40px;

    line-height: 40px;

    margin-bottom: 10px;

}

.titlss .inputTitle {

    position: absolute;

    top: 10px;

    left: 10px;

    /*z-index: -1;*/

    /*-webkit-transition: 0.5s;*/

    /*transition: 0.5s;*/

    color: #777;



}

.titlss input {

    display: block;

    width: 100%;

    height: 40px;

    padding: 14px 0 4px 10px;

    background: #f0f0f5;

    border: none;

    border-bottom: 1px solid #999;

    font-size: 18px;



}

.titlss #submit_a {

    width: 260px;
    display: block;
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
    height: 40px;
    line-height: 40px;
    margin: auto;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    border-radius: 6px;
    border: none;

}



.titlss .inputTitle {

    margin-bottom: 4px;

    font-size: 16px;

}



.titlss .inputTitle .requiredHint {

    margin-right: 4px;

    color: #fe5757;

}



.titlss .inputTitle .fillHint {

    color: #888;

    font-size: 14px;

}



.titlss .inputTitle .fa {

    display: none;

    margin-left: 4px;

    color: #ffa800;

    /*font-size: 14px;*/

}

.titlss .noInput .inputTitle .fa {

    display: inline-block;

}





.titlss .outline {

    position: relative;

    margin-bottom: 10px;

}



.titlss .inputTitle.focus {

    top: 0;

    font-size: 0;

    color: #3798e4;

}



.titlss .inputTitle .focus .requiredHint {

    color: #3798e4;

}



.titlss input:focus {

    outline: none;

}



.titlss input.noInput+.inputTitle .fa {

    display: inline-block;

}



#sect1 {

    background: url("/project/SRM/images/sect1.jpg") no-repeat center center;

    height: 653px;

    background-size: cover;

    text-align: center;

    margin: 0 auto;

    position: relative;

}

#sect1 h2 {

    color: #333;
    font-size: 2.5em;
    padding: 60px;

}

#sect1 h2 span {

    color: #0d60b5;

}

#sect1 ul {

    margin: 0 44px 75px;

    overflow: hidden;

}

#sect1 ul li {

    float: left;

    width: 278px;

}

#sect1 ul li h3 {

    font-size: 20px;

    font-weight: 600;

    color: #0d60b5;

}

#sect1 ul li p {

    display: inline-block;

    height: 128px;

    text-align: justify;

    color: #3e3a39;

    padding: 15px 35px;

    border-right: 2px dotted #0d60b5;

}

#sect1 ul li:last-child p {

    border-right: none;

}

#sect1 img {

    margin: 0 auto;

}

#sect2 {

    background: url("/project/SRM/images/sect2.jpg") no-repeat center center;

    height: 731px;

    background-size: cover;

    margin: 0 auto;

}

#sect2 h2 {

    color: #0d60b5;

    text-align: left;

    padding-left: 360px;

    padding-top: 40px;
    font-size: 2.5em;
    padding-bottom: 20px;

}

#sect2 h2 span {

    color: #2b2a2a;

}

.f_box {

    width: 100%;

    margin: 0 auto;

    overflow: hidden;

}

.f_box .tab {

    /*width: 312px;*/

    margin: 0 auto;

    float: left;

    overflow: hidden;

}

.f_box .tab li {

    margin-bottom: 10px;

}

.f_box .tab li img {

    opacity: 0.5;

}

.f_box .tab .on img {

    opacity: 1;

}

.tit_box {

    float: right;

    width: 860px;

    height: 360px;

    overflow: hidden;

}

/*.tit_box li{*/

/*    display: none;*/

/*}*/

.tit_box h3 {

    text-align: left;

    color: #0d60b5;

}

.tit_box .t2_txt {

    text-align: justify;

    line-height: 28px;

    font-size: 16px;

    color: #333;

}

.tit_box img {

    margin-top: 40px;

}

#sect2 .btn {

    border: none;
    margin-left: 300px;
    height: 40px;
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;

}

#sect2 .btn:hover {
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
}

#sect3 {

    background: url("/project/SRM/images/sect3.jpg") no-repeat center center;

    height: 823px;

    background-size: cover;

    margin: 0 auto;

}

#sect3 h2 {

    color: #fff;
    font-size: 2.5em;
    text-align: center;

    padding-top: 40px;

    padding-bottom: 20px;

}

#sect3 h2 span {

    color: #9dd0fd;

}

.t_txt {

    color: #fff;

    font-size: 24px;

}

.swp1 {

    position: relative !important;

    width: 100%;

    max-width: 1220px;

    height: 450px;

    overflow: hidden;

}

.swp2 {

    position: relative !important;

    height: 188px !important;

    bottom: 0 !important;

    top: 115px !important;

}

.swp1 .swiper-pagination-bullet {

    position: relative !important;

    width: 145px !important;

    height: 140px !important;

    display: inline-block;

    border-radius: 0 !important;

    /*background: url("../images/sect3_h01.png") !important;*/

    background: none !important;

    opacity: 1 !important;

    margin: 0 25px !important;



}

.swp1 .swiper-pagination-bullet:nth-of-type(1) {

    margin-left: -25px !important;

}



.swp2 span.swiper-pagination-bullet-active:nth-of-type(1) {

    opacity: 1;

    background: url("/project/SRM/images/sect3_h01.png") !important;

}

.swp2 span.swiper-pagination-bullet-active:nth-of-type(2) {

    opacity: 1;

    background: url("/project/SRM/images/sect3_h02.png") !important;

}

.swp2 span.swiper-pagination-bullet-active:nth-of-type(3) {

    opacity: 1;

    background: url("/project/SRM/images/sect3_h03.png") !important;

}

.swp2 span.swiper-pagination-bullet-active:nth-of-type(4) {

    opacity: 1;

    background: url("/project/SRM/images/sect3_h04.png") !important;

}

.swp2 span.swiper-pagination-bullet-active:nth-of-type(5) {

    opacity: 1;

    background: url("/project/SRM/images/sect3_h05.png") !important;

}

.swp2 span.swiper-pagination-bullet-active:nth-of-type(6) {

    opacity: 1;

    background: url("/project/SRM/images/sect3_h06.png") !important;

}

.swp2 span.swiper-pagination-bullet-active:after {

    position: absolute;

    content: url("/project/SRM/images/sect3_l.png");

    left: 0;

    /* bottom: 0; */

    top: 158px;

    margin-left: -25px;

}

.swp1 .swiper-wrapper {

    height: 120px !important;

    margin-top: 160px !important;

}

.swp1 .swiper-wrapper p {

    display: block;

    color: #fff;

}

#sect3 .btn {
    position: relative;
    margin-top: 30px;
    border: none;
    height: 40px;
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;

}

#sect3 .btn:hover {
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
}

#sect4 img {

    margin: 0 auto;

}

#sect4 h2 {

    color: #333;
    font-size: 2.5em;

    text-align: center;

    padding-top: 40px;

    padding-bottom: 20px;

}

#sect4 h2 br {

    display: none;

}

#sect4 h2 span {

    color: #0d60b5;

}

#sect4 img {

    margin-top: 50px;

    margin-bottom: 110px;

}

#sect5 {

    background: url("/project/SRM/images/sect5.jpg") no-repeat center center;

    height: 1072px;

    background-size: cover;

    margin: 0 auto;

}

#sect5 h2 {
    font-size: 2.5em;
    color: #333;

    text-align: center;

    padding-top: 40px;

    padding-bottom: 20px;

}

#sect5 h2 span {

    color: #0d60b5;

}



.swp5 {

    position: relative;

    width: 100%;

    max-width: 1220px;

    margin-top: 20px;

    overflow: hidden;

}

.s_wrapper {

    position: relative;

    margin: 0 200px;

    overflow: hidden;

}

.s_wrapper .s_slide {

    float: left;

    width: 172px;

    height: 43px;

    background: #b3b3b3;

    font-size: 20px;

    color: #fff;

    border-radius: 22px;

    cursor: pointer;

    margin: 0 40px;

}

.s_wrapper .s_slide p {

    line-height: 43px;

    font-size: 20px;

    padding-left: 20px;

}

.s_wrapper .s_slide p:before {

    content: "";

    position: absolute;

    width: 0;

    height: 0;

    border-width: 9px;

    border-style: solid;

    border-color: transparent transparent transparent #fff;

    margin: 13px 0 0 -20px;

}

.s_wrapper .selected {

    background: #0d60b5;

}

.s_wrapper .selected p:before {

    content: "";

    position: absolute;

    width: 0;

    height: 0;

    border-width: 9px;

    border-style: solid;

    border-color: #fff transparent transparent transparent;

    margin: 18px 0 0 -30px;

}

.swp3 {

    position: relative !important;

    width: 100%;

    max-width: 1220px;

    margin: 60px 0 50px;

    overflow: hidden;

}

.swp4 {

    top: 40% !important;

    bottom: 0 !important;

    width: 37px !important;

}

.swp4 .swiper-pagination-bullet {

    width: 21px !important;

    height: 17px !important;

    color: #a7a7a7 !important;

    font-size: 24px !important;

    position: relative !important;

    display: inline-block;

    border-radius: 0 !important;

    /*background: url("../images/sect3_h01.png") !important;*/

    background: none !important;

    opacity: 1 !important;

    margin: 20px 0 !important;

}

.swp4 .swiper-pagination-bullet-active {

    width: 37px !important;

    height: 27px !important;

    color: #0d60b5 !important;

    font-size: 36px !important;

}

.swp3 .swiper-button-prev,
.swp3 .swiper-container-rtl .swiper-button-next {

    background-image: url("/project/SRM/images/sect5_p.png") !important;



    right: auto !important;

    left: 0 !important;

}

.swp3 .swiper-button-next,
.swp3 .swiper-container-rtl .swiper-button-prev {

    background-image: url("/project/SRM/images/sect5_d.png") !important;

    left: 0 !important;

    /* right: auto; */

}

.swp3 .swiper-button-next,
.swp3 .swiper-button-prev {

    position: absolute !important;

    top: 30% !important;

    width: 46px !important;

    height: 46px !important;

    margin-top: 0px !important;

    z-index: 10 !important;

    cursor: pointer !important;

    background-size: cover !important;

    background-position: center !important;

    background-repeat: no-repeat;

}

.swp3 .swiper-button-prev {

    top: 72% !important;

}

.swp3 .swiper-button-next.swiper-button-disabled {

    opacity: 1 !important;

    cursor: auto;

    pointer-events: none;



}

.swp3 .swiper-button-prev.swiper-button-disabled {

    opacity: 1 !important;



}

#sect5 .btn {

    position: relative;
    margin-top: 30px;
    border: none;
    height: 40px;
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;

}

#sect5 .btn:hover {
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
}

@media (max-width:768px) {



    .container {

        width: 100%;

    }



    h1 {

        font-size: 36px;

    }



    h2 {

        font-size: 24px;

    }



    h3 {

        font-size: 22px;

    }



    h4 {

        font-size: 18px;

    }



    p {

        font-size: 16px;

        line-height: 1.75;

    }



    .pc {

        display: none;

    }



    .mobile {

        display: block;

    }

    #banner {

        height: 384px;

        background: url("/project/SRM/images/m_bannerbg.jpg") no-repeat top center;

        background-size: cover;

    }

    #banner h1 {

        color: #fff;

        font-size: 30px;

        font-weight: bold;

        text-shadow: 6px 1px 1px rgba(0, 34, 73, 1);

        text-align: center;

        padding: 6% 0 0;

    }

    .im {

        transform: scale(.9);

    }

    .t1_txt {

        font-size: 18px;

    }

    .t1_txt br {

        display: block;

    }

    .btn {

        width: 90%;

        height: 47px;

        line-height: 47px;

        border: 2px solid #fff;

        border-radius: 21px;

        background: none;

        color: #fff;

        font-size: 18px;

        cursor: pointer;

        margin-top: 10px;

    }

    #sect1 {

        background: url("/project/SRM/images/m_sect1.jpg") no-repeat top center;

        height: auto;

        background-size: cover;

        margin: 0 auto;

    }

    #sect1 h2 {

        font-size: 24px;

        padding: 6% 5%;

    }

    #sect1 ul {

        margin: 0 auto;

        overflow: hidden;

    }

    #sect1 ul li {

        float: none;

        width: 90%;

        margin: 5% auto;

    }

    #sect1 ul li p {

        height: auto;

        border-right: none;

        border-bottom: 2px dotted #0d60b5;

    }

    #sect1 img {

        margin: 5% auto;

        padding-bottom: 10%;

    }

    #sect2 {

        background: #fff;

        height: auto;

        margin: 0 auto;

    }

    #sect2 h2 {

        padding: 0;

        font-size: 24px;

        text-align: center;

    }

    .mxl {

        margin-top: 50px;

    }

    .mxl h3 {

        text-align: center;

        color: #0d60b5;

    }

    .mxl .t2_txt {

        text-align: justify;

        line-height: 28px;

        font-size: 16px;

        color: #333;

        padding: 0 5%;

    }

    .swp6 .swiper-button-prev,
    .swp6 .swiper-container-rtl .swiper-button-next {

        background-image: url("/project/SRM/images/sect5_pd.png") !important;

        right: auto !important;

        left: 30% !important;

    }

    .swp6 .swiper-button-next,
    .swp6 .swiper-container-rtl .swiper-button-prev {

        background-image: url("/project/SRM/images/sect5_dp.png") !important;

        right: 30% !important;

        left: auto !important;

    }

    .swp6 .swiper-button-next,
    .swp6 .swiper-button-prev {

        position: absolute !important;

        top: 28% !important;

        width: 23px !important;

        height: 23px !important;

        z-index: 10 !important;

        cursor: pointer !important;

        background-size: cover !important;

        background-position: center !important;

        background-repeat: no-repeat;

    }

    .swp6 .swiper-button-next.swiper-button-disabled {

        opacity: 1 !important;

    }

    .swp6 .swiper-button-prev.swiper-button-disabled {

        opacity: 1 !important;

    }

    #sect2 .btn {

        width: 325px;

        height: 43px;

        background: #0d60b5;

        border: none;

        margin: 0 auto;

        margin-top: 10%;

        margin-bottom: 10%;

    }

    #sect3 {

        background: url("/project/SRM/images/m_sect3.jpg") no-repeat top center;

        height: auto;

        background-size: cover;

    }

    #sect3 h3 {

        font-size: 24px;

    }

    .t_txt br {

        display: none;

    }

    .t_txt {

        color: #fff;

        text-align: justify;

        font-size: 18px;

        padding: 0 5%;

    }

    .swgroup li {

        margin: 5% auto;

    }

    .swgroup li p {

        color: #fff;

        padding: 2% 5%;

    }

    #sect3 .btn {

        position: relative;

        width: 90%;

        height: 43px;

        line-height: 43px;

        margin-top: 30px;

        margin-bottom: 45px;

    }

    #sect4 h2 br {

        display: block;

    }

    #sect4 img {

        margin: 0 auto;

    }

    #sect5 {

        background: #f6f6f6;

        height: auto;

    }

    .s_wrapper {

        position: relative;

        margin: 0 auto;

        overflow: hidden;

    }

    .s_wrapper .s_slide {

        float: left;

        width: 106px;

        height: 27px;

        background: #b3b3b3;

        font-size: 13px;

        margin: 0 5px;

    }

    .s_wrapper .s_slide p {

        line-height: 27px;

        font-size: 13px;

        padding-left: 10px;

    }

    .s_wrapper .s_slide p:before {

        content: "";

        position: absolute;

        width: 0;

        height: 0;

        border-width: 6px;

        border-style: solid;

        border-color: transparent transparent transparent #fff;

        margin: 8px 0 0 -10px;

    }

    .s_wrapper .selected {

        background: #0d60b5;

    }

    .s_wrapper .selected p:before {

        content: "";

        position: absolute;

        width: 0;

        height: 0;

        border-width: 6px;

        border-style: solid;

        border-color: #fff transparent transparent transparent;

        margin: 12px 0 0 -16px;

    }

    .swp3 {

        margin: 10% 0;

        overflow: hidden;

    }

    .swp3 img {

        margin: 0 auto;

    }

    .swp4 {

        top: auto !important;

        bottom: 0 !important;

        width: 100% !important;

        left: 0;

    }



    .swp4 .swiper-pagination-bullet {

        width: 13px !important;

        height: 11px !important;

        color: #a7a7a7 !important;

        font-size: 16px !important;

        position: relative !important;

        display: inline-block;

        border-radius: 0 !important;

        /*background: url("../images/sect3_h01.png") !important;*/

        background: none !important;

        opacity: 1 !important;

        margin: 10px 15px !important;

    }

    .swp4 .swiper-pagination-bullet-active {

        width: 23px !important;

        height: 16px !important;

        color: #0d60b5 !important;

        font-size: 24px !important;

        margin: 0 15px !important;

    }

    .swp3 .swiper-button-prev,
    .swp3 .swiper-container-rtl .swiper-button-next {

        background-image: url("/project/SRM/images/sect5_dp.png") !important;

        right: 20% !important;

        left: auto !important;

    }

    .swp3 .swiper-button-next,
    .swp3 .swiper-container-rtl .swiper-button-prev {

        background-image: url("/project/SRM/images/sect5_pd.png") !important;

        left: 20% !important;

        right: auto;

    }

    .swp3 .swiper-button-next,
    .swp3 .swiper-button-prev {

        position: absolute !important;

        top: auto !important;

        bottom: 0 !important;

        width: 23px !important;

        height: 23px !important;

        margin-top: 0px !important;

        z-index: 10 !important;

        cursor: pointer !important;

        background-size: cover !important;

        background-position: center !important;

        background-repeat: no-repeat;

    }

    .swp3 .swiper-wrapper {

        margin-bottom: 12% !important;

    }

}