@charset "UTF-8";

/* header{background:url(../images/bg.svg)center top / 88% fixed no-repeat;} */

header{
    background:url(../images/bg.svg)center top/ contain  no-repeat ;
}

/* header{
    background:url(../images/t01_guoyi_1.png) right bottom / 45% no-repeat,url(../images/bg.svg)center top/ contain  no-repeat ;
} */

.wrap{
     font-family: 'Noto Sans TC', sans-serif;
}
.stroke {
    position: relative;
    z-index: 10;
    text-align: center;
}

.stroke:before {
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 5px #fff;
    content: attr(data-stroke);
}


/* header */


header li{
    font-size: 16px;
    font-weight: 500;
    color: #566681;
}

header p{
    font-size: 14.8px;
    text-align: start;
    color: #6d81a4;
    font-weight: 300;
}


header h1{
    font-size: 55px;
    color: #3f91a4;
    font-weight:700;
    line-height: 35px;
}

header .main-title{
    font-size: 40px;
}

header .main-title2 span{
    font-size: 35px;
}

header h1 span{
    font-size: 31px;
}



/* end header */


#sec{
    background: url(../images/bg.svg)center top / 75% fixed no-repeat,#e9e9e9;
}

.wrap .topic{
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 15px;
    color: #3e3a39;
}
.wrap .topic span{
    color:#1ca9b9 ;
}

.topic2{
    color:#566681;
    font-weight: 600;
}
.btn{
    background: #566681;
    color: #fff;
}
/* sec1 */
#sec1 ul p{
    text-align: start;
}

#sec1 li:nth-child(odd) h3{
    color: #3f91a4;
    font-weight: 600;
}
#sec1 li:nth-child(odd) hr{
    color: #3f91a4;
    margin: 13px 20px;
}
#sec1 li:nth-child(even) h3{
    color: #566681;
    font-weight: 600;
}
#sec1 li:nth-child(even) hr{
    color: #566681;
    margin: 13px 20px;
}

#sec1 li div{
    background: #fff;
    padding: 15px;
}

#sec1 .item1{
    background: #dbdcdc;
    padding: 25px;
    border-radius: 18px;
}

/* end sec1 */

/* sec3 */
.f01box .item h3{
    background:#3f91a4 ;
    color:#ffc600 ;
    padding: 5px 5px;
    font-weight: 600; 
}
.f01box .item h5{
    color: #3f91a4;
    font-weight: 600;
}
/* end sec3 */


.floatboxx {
    position: fixed;
    z-index: 1200;
    width: 100%;
    height: 50px;
    top: 45px;
    right: 0px;
    background: rgba(0, 0, 0, 0.49);
    text-align: center;
}

.floatboxx img {
    width: 100%;
    height: auto;
}



@media (min-width: 576px){ /*sm*/
	

}
@media (min-width: 768px) {/*md*/
	
}
@media (min-width: 992px) {
    /*lg*/


}


@media only screen and (min-width: 1000px) {
    .floatboxx {
        top: 0px;
        width: 390px;
        margin-bottom: 0;
    }

    header h1 span{
        font-size: 45px;
    }
    header ul li{
        font-size:23px;
    }
    #sec1 li h3{
   font-size: 23px;
    }
    header p{
    font-size: 19px;
    }

    header .main-title{
    font-size: 57px;
    }


    header h1{
    font-size: 80px;
    line-height: 55px;
    position: relative; 
    }

header h1::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 8px; 
    height: 100%; 
    background-color: #f4c454;
    border-radius: 2px;
}

    }
/*xl*/
@media (min-width: 1200px) {

  

}
/*xl*/
@media (min-width: 1400px){ 
	

	}