body, form, div, span, ul, ol, li, p, pre, dl, dt, dd, h1, h2, h3, h4, h5, h6, em, a, fieldset, legend, address, label, textarea, select, input, figure, table, th, td, b, i {
    margin: 0;
    padding: 0
}

body, button, input, select, textarea {
    font: Tahoma, Arial, '\5B8B\4F53'
}

fieldset, img {
    border: 0
}

ul, li {
    list-style: none
}

em, i {
    font-style: normal
}

table {
    border-collapse: separate;
    border-spacing: 0
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

a:focus, input, button, select, textarea {
    outline: none;
    font-size: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-variant: normal
}

input, select, img {
    vertical-align: middle
}

legend {
    display: none
}

textarea {
    resize: none
}

button {
    cursor: pointer
}
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

html, body{
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    width:100%;
    height:100%;
    background-color:#000000;
}
html{
    font-size:10px;
}
.wrapper{
    width:100%;
    min-width:1300px;
 }
 .banner {
     width: 100%;
     height:90rem;
     background-color: #000000;
     display: flex;
     justify-content: center;
     overflow: hidden;
     position:relative;
 }
 .banner_logo{
    position:absolute;
    width:100%;
    max-width:192rem;
    height:9rem;
    margin:0px auto;
    padding:5rem 0rem 0rem 5rem;
 }
 .banner_logo img{
    width:auto;
    height:auto;
 }
 .logo_box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo_box_01{
    width:57px;
    height:64px;
}
.logo_box_01 img{
    width:57px;
    height:64px;
}
.logo_box_02{
    width:56px;
    height:64px;
    margin:0px 0px 0px 5px;
}
.logo_box_02 img{
    width:56px;
    height:64px;
}
.logo_box_03{
    width:259px;
    height:64px;
    margin:0px 0px 0px 15px;
}
.logo_box_03 img{
    width:259px;
    height:64px;
}
 .content{
     width: 100%;
     background:url(../images_special/FY3H_bg.jpg) top center repeat-y;
     background-size:auto auto;
     background-color: #000000;
     padding: 0rem 0rem 10rem 0rem;
 }
.content_relative{
    position: relative;
    width: 140rem;
    margin: 0px auto;
    margin-top:-30rem;
}

 .main{
     width:140rem;
     /* border: 0.1rem solid rgba(80, 205, 211, 0.5); */
     margin:0rem auto;
     background: rgba(19, 18, 18, 0.7);
     padding: 1.8rem 0rem 3rem 0rem;
     border-radius: 0.5rem;
     border: 0.05rem solid rgba(19, 18, 18, 0.5);
     margin-top: 5rem;
 }
 .main_title{
     font-size:3rem;
     padding: 0rem 0rem 0rem 0rem;
     margin: 0rem 0rem 0rem 0rem;
     display: flex;
     justify-content: center;
     position:relative;
 }
 .main_title_text{
     color:#ffffff;
     text-align:center;
     font-weight:bold;
     background: rgba(185, 141, 81, 1);
     padding: 0.6rem 2.5rem;
     letter-spacing: 0.3rem;
     z-index: 10;
 }
 .main_title_line{
     width:96%;
     border-top:2px solid rgba(185, 141, 81, 1);
     position:absolute;
     top:2.7rem;
     margin:0px auto;
     z-index: 1;
 }

.foot{
	width: 100rem;
	margin:0rem auto;
}
.foot_l, .foot_r{
	float:left;
}
.foot_r{
	margin-left:20rem;
}
.foot_r div{
	color:#fff;
	font-size:1.4rem;
	text-align:left;
	height:2rem;
}
.foot_logo_i{
	float:left;
	height:4.5rem;
	margin-left:0.5rem;
}
.foot_logo_i img{
	height:45px;
}
.foot_logo_t{
	float:left;
	color:#fff;
	font-size:1.6rem;
	text-align:left;
	height:4.5rem;
	line-height:4.5rem;
	margin-left:0.5rem;
}

#home{
    width: 90%;
    margin: 0px auto;
}
.carousel_wrap{
    padding: 50px 0px;
}

.tab_main{
	padding:60px 0px 30px 0px;
    width: 90%;
    margin: 0px auto 0px auto;
}
.tab_main div p{
	text-align:center;
}
.u-title {
    font-size: 40px;
    color: #fff;
}
.u-time {
    font-size: 20px;
    color: #fff;
    padding:15px 0px 25px 0px;
}
.tab{
	width:100%;
	font-size:18px;
	font-weight:bold;
	border-top:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	text-align:center;
}
.tab_tr_title{
	/* background:rgba(4, 30, 91, 0.7); */
    background-color: rgb(177, 110, 19);
}
.tab_tr_title td{ 
	height:50px;
	line-height:50px;
	text-align:center;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	color:#fff;
}
.tab_tr_title td:first-child{ 
	width:4em;
}
.tab_tr_title td:last-child{ 
	width:14em;
}
.tab_tr_content{
	/* background:rgba(35, 91, 212, 0.5); */
    background-color: rgb(193, 138, 63, 0.5);
}
.tab_tr_content td{
	height:50px;
	line-height:50px;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
    color:#fff;
}
.tab_tr_content td a{
	text-decoration:underline;
	outline:none;
	color:#fff;
}
/* 轮播切换动画的速度 */
.carousel-item{
    transition: transform 0.8s ease-in-out !important;
}

.carousel-indicators [data-bs-target]{
    border: 2px solid #744703;
}
.carousel-indicators .active{
    background-color: #ffbd5a;
}

.right_linkfv{
    position:fixed;
    right: 10px;
    top: 30px;
    width:150px;
    height:auto;
    padding: 0px 0px 10px 0px;
    background:rgba(88, 60, 18, 0.5);
    border-radius: 0.5rem;
    border: 2px solid #8d6125;
    z-index:1000;
}
.right_linkfv:hover{
    position:fixed;
    right: 10px;
    top: 30px;
    width:150px;
    height:auto;
    padding: 0px 0px 10px 0px;
    background:rgba(32, 24, 2, 0.5);
    border-radius: 0.5rem;
    border: 2px solid #cfa76f;
    z-index:1000;
}
.right_linkfv a:link, .right_linkfv a:hover, .right_linkfv a:visited, .right_linkfv a:active{
    display: block;
    outline:none;
    width:100%;
    height:100%;
    position:relative;
    text-decoration:none;
}
.right_link2_icon{
    width: auto;
    height: auto;
    text-align: center;
}
.right_link2_icon img{
    width:10rem;
    height:auto;
}
.right_link2_text{
    width:90%;
    margin:0rem auto;
    font-size: 2.2rem;
    color:#e0a149;
    font-weight:600;
    text-align: center;
    padding: 0.2rem 0rem 0rem 0rem;
}

 @media screen and (max-width: 1300px) {
    .banner{
        width: 100%;
        height: auto;
    }
    .banner img{
        width: 100%;
        height: auto;
    }
    .right_link {
        top: 38rem;
        bottom:auto;
    }
    .banner_logo img {
        width: auto;
        height: auto;
    }
    .content_relative
    {
        margin-top: -20rem;
    }
 }

