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: 12px/1.5 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;
}
.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;
 }
 .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;
 }
 .main_title_img {
     padding:0rem 0rem 0rem 1rem;
 }
 .main_title_img img{
     width:35%;
     height:auto;
 }
 .main_introduce_text{
     font-size:1.8rem;
     color:#fff;
     text-align:left;
     padding:2rem 3rem 0rem 3rem;
     line-height: 3rem;
     text-indent: 3.6rem;
 }
 .main_instrument{
     display: flex;
     flex-direction: row;
     width:70%;
     margin:5% 0rem 0rem 0rem;
     margin:0rem auto;
     padding:5rem;
     background-color: #8d6125;
     border: 0.1rem solid rgba(233, 177, 100, 0.4);
     position:relative;
 }
 .main_instrument_title{
     font-size:2.5rem;
     color:#fff;
     text-align:left;
     font-weight:600;
     padding:2rem 0rem 2rem 0rem;
 }
 .main_instrument_content{
     font-size:1.8rem;
     color:#fff;
     text-align:left;
     line-height:3rem;
     text-indent: 3.6rem;
 }
 .main_instrument_content p{
     padding:0.8rem 0rem;
}
 .main_instrument_text{
     width:50%;
     padding:0rem 0rem 0rem 2%;
 }
 .main_instrument_content font{
     font-size:2.2rem;
     color:#ff8605;
     text-align:left;
     font-weight:600;
 }
 .main_apply{
     display: flex;
     flex-direction: row;
     padding: 3rem 3rem 0rem 3rem;
     align-items: center;
 }
 .main_apply_text{
     width:50%;
     font-size:1.8rem;
     color:#fff;
     text-align:left;
     line-height: 3.8rem;
     letter-spacing: 0.2rem;
 }
 .main_apply_text div{
     padding:0rem 0rem 3rem 0rem;
 }
 .main_apply_img{
     width:45%;
     margin:0rem 0rem 0rem 5%;
     cursor:pointer;
 }
 .main_apply_img img{
     width:100%;
     height:auto;
 }
 .main_system_img{
    width:40%;
    margin:0rem 0rem 0rem 5%;
    position:absolute;
    right:5%;
    top:-3rem;
}
.main_system_img img{
    width:100%;
    height:auto;
}
 .main_system_title{
     font-size:2rem;
     color:#fff;
     text-align: center;
     padding:0rem 0rem 1rem 0rem;
 }
 .main_system_text{
    width:50%;
    font-size:1.8rem;
    color:#fff;
    text-align:left;
    line-height: 4rem;
    letter-spacing: 0.2rem;
 }
 .table{
     width:100%;
     font-size:1.8rem;
     border-top:0.1rem solid #343435;
     border-left:0.1rem solid #343435;
 }
 .table td{ 
     text-align:center;
     border-right:0.1rem solid #343435;
     border-bottom:0.1rem solid #343435;
     color:#fff;
     word-wrap: break-word;
     word-break: break-all;
     padding:0.5rem 0rem;
 }
 .table_title{
     background-color:#032056;
 }
 .main_system{
    display: flex;
    flex-direction: row;
    padding: 3rem 3rem 4rem 3rem;
    /* align-items: center; */
    position:relative;
 }
 .main_system_table{
     padding:0rem 3rem 0rem 3rem;
 }

 .main_system_link{
     font-size:2rem;
     color:#fff;
     text-align: left;
     padding:0rem 0rem 1rem 0rem;
     cursor:pointer;
 }
 .main_instrument_img{
     display: flex;
     justify-content: space-around;
     align-items: center;
     width:48%;
     padding:2rem;
     border:1px solid transparent;
     border-radius: 0.5rem;
     background: #563a13;
 }
 .main_instrument_img img{
     width:90%;
     height:auto;
 }
 .main_instrument_pub{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width:48%;
    padding:2rem;
    border:1px solid transparent;
    border-radius: 0.5rem;
    background: #563a13;
}
.main_instrument_pub img{
    width:40%;
    height:auto;
}
/* .right_link{
    position:fixed;
    right: 3rem;
    top: 4rem;
    width:15rem;
    height:15rem;
    background:rgba(10, 20, 40, 0.5);
    border-radius: 0.5rem;
    border: 0.2rem solid rgba(0, 178, 254, 0.2);
    z-index:1000;
}
.right_link a:link, .right_link a:hover, .right_link a:visited, .right_link a:active{
    display: block;
    outline:none;
    width:100%;
    height:100%;
    position:relative;
    text-decoration:none;
}
.right_link_icon{
    width:10rem;
    height:auto;
    position:absolute;
    left:2.5rem;
    top:-3rem;
}
.right_link_icon img{
    width:10rem;
    height:auto;
}
.right_link_text{
    width:80%;
    margin:0rem auto;
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    color:#00b2fe;
    font-weight:600;
    text-align: center;
    padding:5rem 0rem 0rem 0rem;
} */

.right_link{
    position:fixed;
    right: 3rem;
    top: 4rem;
    width:15rem;
    height:15rem;
    background:rgba(10, 20, 40, 0.5);
    border-radius: 0.5rem;
    border: 0.2rem solid rgba(0, 178, 254, 0.2);
    z-index:1000;
}
.right_link a:link, .right_link a:hover, .right_link a:visited, .right_link a:active{
    display: block;
    outline:none;
    width:100%;
    height:100%;
    position:relative;
    text-decoration:none;
}
.right_link_icon{
    width:10rem;
    height:auto;
    position:absolute;
    left:2.5rem;
    top:-3rem;
}
.right_link_icon img{
    width:10rem;
    height:auto;
}
.right_link_text{
    width:80%;
    margin:0rem auto;
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    color:#00b2fe;
    font-weight:600;
    text-align: center;
    padding:5rem 0rem 0rem 0rem;
}
.right_link2{
    position:fixed;
    right: 3rem;
    top: 23rem;
    width:15rem;
    height:15rem;
    background:rgba(10, 20, 40, 0.5);
    border-radius: 0.5rem;
    border: 0.2rem solid rgba(0, 178, 254, 0.2);
    z-index:1000;
}
.right_link2 a:link, .right_link2 a:hover, .right_link2 a:visited, .right_link2 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:80%;
    margin:0rem auto;
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    color:#e0a149;
    font-weight:600;
    text-align: center;
    padding: 0.2rem 0rem 0rem 0rem;
}

.instrument_wrap{
    position:fixed;
    left:0rem;
    top:0rem;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    z-index: 10000;
}
.instrument_list_main{
    display: flex;
    justify-content: center;
    padding: 8rem 0rem 4rem 0rem;
}
.instrument_list_z{
    text-align: center;
}
.instrument_list_mian{
    width:20rem;
    cursor: pointer;
    padding:1rem 1rem;
    background:rgba(177, 124, 51, 0.2);;
    border-radius: 0.5rem;
    border: 1px solid #8d6125;
}
.instrument_list_mian:hover{
    background:rgb(141, 97, 37, 0.1);
}
.instrument_list_img{
    border:1px solid transparent;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
}
.instrument_list_title{
    font-size:1.5rem;
    color:#fff;
    text-align: center;
    padding:1rem 0rem 0rem 0rem;
}
.instrument_bor_left{
    border-left:5px solid #f58220;
}
.instrument_bor_right{
    border-right:5px solid #f58220;
}
.instrument_list_01{
    margin-top:-5rem;
}
.instrument_list_01 img{
    width:80%;
    height:auto;
}
.instrument_list_02{
    margin-top:2rem;
}
.instrument_list_02 img{
    width:35%;
    height:auto;
}
.instrument_list_03{
    margin-top:2rem;
}
.instrument_list_03 img{
    width:75%;
    height:auto;
}
.instrument_list_04{
    margin-top:2rem;
}
.instrument_list_04 img{
    width:80%;
    height:auto;
}
.instrument_list_05{
    margin-top:-5rem;
}
.instrument_list_05 img{
    width:70%;
    height:auto;
}
.instrument_list_06{
    margin-top:2rem;
}
.instrument_list_06 img{
    width:55%;
    height:auto;
}
.instrument_list_07{
    margin-top:2rem;
}
.instrument_list_07 img{
    width:60%;
    height:auto;
}
.instrument_list_08{
    margin-top:2rem;
}
.instrument_list_08 img{
    width:58%;
    height:auto;
}
.instrument_list_09{
    margin-top:2rem;
}
.instrument_list_09 img{
    width:45%;
    height:auto;
}
.instrument_list_10{
    margin-top:6rem;
}
.instrument_list_10 img{
    width:60%;
    height:auto;
}
.instrument_list_11{
    margin-top:2rem;
}
.instrument_list_11 img{
    width:85%;
    height:auto;
}
.main_instrument_close{
    position:absolute;
    right:2rem;
    top:2rem;
    width:2.4rem;
    height:2.4rem;
    z-index:1000000;
    cursor:pointer;
}
.main_instrument_close img{
    width:100%;
    height:100%;
}
.main_system_close{
    position:absolute;
    right:4rem;
    top:4rem;
    width:2.4rem;
    height:2.4rem;
    cursor:pointer;
    z-index:1000000;
}
.main_system_close img{
    width:100%;
    height:100%;
}
.main_apply_img2{
    width:15%;
}
.main_apply_text0{
    width:80%;
}

.news_list_wrap{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2rem 3rem 0rem 3rem;
}
.news_list_img{
    background-color: #fff;
    border:1px solid transparent;
    border-radius: 0.5rem;
    padding: 0.5rem;
}
.news_list_img img{
    width:16.5rem;
    height:16rem;
}
.news_list_title{
    height:8rem;
    padding:1rem 0rem;
}
.news_list_wrap a:link, .news_list_wrap a:hover, .news_list_wrap a:visited, .news_list_wrap a:active{
    display: block;
    width:18rem;
    outline:none;
    text-decoration:none;
    font-size:1.6rem;
    color:#fff;
    text-align: center;
}


.instrument_MWHS-II img{
    width:35%;
}
.instrument_MWTS-III img{
    width:70%;
}
.instrument_OMS-L img{
    width:35%;
}
.instrument_ERM-II img{
    width:70%;
}
.instrument_MWRI-II img{
    width:50%;
}
.instrument_list_text{
    font-size: 1.8rem;
    color: #fff;
    text-align: left;
    padding: 2rem 3rem 2rem 3rem;
    line-height: 3rem;
    text-indent: 3.6rem;
}
.qsjjsnl_content_text{
    font-size: 1.8rem;
    color: #fff;
    text-align: left;
    padding: 2rem 3rem 2rem 3rem;
    line-height: 3rem;
    text-indent: 3.6rem;
}
.qsjjsnl_content_img{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2rem 0rem 2rem 0rem;
    width: 96%;
    margin: 0rem auto;
}
.qsjjsnl_content_img > div{
    width:40%;
    margin:0rem 1%;
    text-align: center;
    padding:1rem 0rem;
    background-color: #fff;
    border:1px solid transparent;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 20px 1px #000;
    cursor:pointer;
}
.qsjjsnl_content_img > div:first-child > img{
    width:95%;
    height:auto;
}
.qsjjsnl_content_img > div:last-child > img{
    width:80%;
    height:auto;
}
.dlcptx_img{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 99%;
    margin: 0rem auto;
}
.dlcptx_img > div{
    height:200px;
    box-shadow: 0px 0px 20px 1px #000;
    border-radius: 5rem;
    cursor:pointer;
}
.dlcptx_img_01, .dlcptx_img_02, .dlcptx_img_03, .dlcptx_img_04{
    text-align: center;
}
.dlcptx_img_01 img, .dlcptx_img_02 img, .dlcptx_img_03 img, .dlcptx_img_04 img{
    width:auto;
    height:100%;
    border-radius: 0.5rem;
}
.application_system{
    display: flex;
    justify-content: space-around;
    width: 96%;
    margin: 0rem auto;
    height: 231px;
    padding: 3rem 0rem;
}
.application_system div{
    margin: 0rem 1.5rem;
    box-shadow: 0px 0px 20px 1px #000;
    cursor:pointer;
}
.application_system div img{
    width: auto;
    height: 100%;
    border-radius: 0.5rem;
}
.main_system_wrap{
    position:fixed;
    left:0rem;
    top:0rem;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    z-index:1000000;
}
.main_system_tab{
    width:80%;
    margin:0px auto;
    text-align: center;
}
.qrlsjjsnl_01 img{
    width: 100%;
    height: auto;
}
.qrlsjjsnl_02 img{
    width: 70%;
    height: auto;
}
.dlcptx_01 img{
    width: 90%;
    height: auto;
}
.dlcptx_02 img{
    width: 70%;
    height: auto;
}
.dlcptx_03 img{
    width: 45%;
    height: auto;
}
.dlcptx_04 img{
    width: 90%;
    height: auto;
}
.system_img_01 img{
    width: 60%;
    height: auto;
}
.system_img_02 img{
    width: 40%;
    height: auto;
}
.system_img_03 img{
    width: 40%;
    height: auto;
}
.system_img_04 img{
    width: 40%;
    height: auto;
}
.system_img_05 img{
    width: 40%;
    height: auto;
}
.instrument_list_z img{
    width: 100%;
    height: auto;
}
.main_introduce_text2{
    font-size:2rem;
    color:#fdb654;
    text-align:left;
    padding:2rem 3rem 0rem 3rem;
    line-height: 3rem;
    font-weight:600;
    text-indent: 3.6rem;
}
.main_introduce_text3{
    padding:0rem 0rem 0rem 8.5rem;
}
.main_introduce_text3 ul li{
    font-size:1.8rem;
    color:#fff;
    text-align:left;
    padding:2rem 3rem 0rem 0rem;
    line-height: 3rem;
    list-style-type: disc;
    
}

.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;
}

.right_linkfv{
    position:fixed;
    right: 10px;
    top: 30px;
    width:150px;
    height:auto;
    padding: 0px 0px 10px 0px;
    background:rgba(10, 20, 40, 0.5);
    border-radius: 0.5rem;
    border: 2px solid #8d6125;
    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_linkfv_icon{
    width:100px;
    height:auto;
    position:absolute;
    left:25px;
    top:-30px;
}
.right_linkfv_icon img{
    width:100px;
    height:auto;
}
.right_linkfv_text{
    width:100%;
    margin:0rem auto;
    font-size: 22px;
    color:#00b2fe;
    font-weight:600;
    text-align: center;
    padding:50px 0px 0px 0px;
}
.margin_right_01{
    margin-right: 22rem;
}

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

