<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,dd,dl,form,h1,h2,h3,h4,h5,h6,p{margin:0}
@font-face {
  font-family: "roobert-light";
  src: url("../../font/roobert-light.woff2") format("woff2"),
 
}
@font-face{
	 font-family:"roobert-semibold";
  src: url("../../font/roobert-semibold.woff2") format("woff2");
}
body{-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:'roobert-light', Arial, Helvetica, sans-serif;font-size:14px;}
button,del,input,ins,li,ol,select,table,td,textarea,th,tr,ul{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
table td{word-break:break-word !important}
img{border:0;outline:0}
li{list-style:none}
h1,h2,h3,h4,h5,h6,input,select,textarea{font-size:100%}
textarea{overflow:auto;resize:none}
em,i,s{text-decoration:none;font-style:normal}
a:link,a:visited{color:#414141;text-decoration:none;transition:all 0.3s ease;}
a:hover{color:#1d2089; text-decoration: underline;}
a,area{border:none;outline:0}
button,input,label,select,textarea{font:14px 'roobert-light',Arial, Helvetica, sans-serif;outline:0}
.clearfix{clear:both;}
.clearfix:after{display:block;content:"";height:0;clear:both;visibility:hidden}
.fl{float:left;}
.fr{float:right;}

.toole{
    height: 40px;
    background-color: #f4f4f4;
    min-width: 1400px;
    
}

.toole_fl{
    float: left;
    font-size: 14px;
    color: #1d2089;
    line-height: 40px;
}
.toole_fr{
    float: right;
}
.toole_fr span{
    float: left;
    font-size: 14px;
    color: #000000;
    line-height: 40px;
}
.toole_fr a:link,.toole_fr a:visited{
    margin-left: 8px;
    float: left;
    margin-top: 9px;
    width: 23px;
    height: 23px;
    display: block;
    background-position: center top;
    background-size: 23px auto;
    background-repeat: no-repeat;
    transition: 0s;
    background-size: cover;
}
.toole_fr a:hover{
	background-position: center bottom;
}
.toole_fr img{
    width: 23px;
    height: 23px;
}
.w1400{
    width: 1400px;
    margin: 0 auto;
}
.header{
    padding: 25px 0;
}
.header_logo{
    float: left;
}
.header_fr{
    float: right;
    text-align: right;
    padding-top: 10px;
}
.nav_height{
	height: 47px;
	position: relative;
	z-index: 1;
}
.nav_height .nav_show{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}
.header_nav::after,.header_search::after,.header::after{
    clear: both;
    display: block;
    content: '';
}
.header_nav span,.header_nav a:link,.header_nav a:visited{
    margin-left: 10px;
    color: #1d2089;
    font-size: 14px;
}
.header_nav a:hover{
	color: #e40112;
	text-decoration: none;
}
.header_search{
    border:1px solid #dcdcdc;
    font-size: 0;
    margin-top: 15px;
}
.header_search input{
    float: left;
    box-sizing: border-box;
    border: 0;
    height: 38px;
    padding: 0 10px;
    width: 412px;
    font-size: 12px;
}
.header_search button{
    border: 0;
    float: left;
    background: #e40112 url("../../images/fdj_icon.png") no-repeat center;
    background-size: 22px;
    height: 38px;
    box-sizing: border-box;
    width: 74px;
    cursor: pointer;
}
.nav{
    height: 47px;
    min-width: 1400px;
    background-color: #1d2089;
    display: block;
    
}
.nav ul li{
    /*float: left;*/
    position:relative;
    width: 100%;
}
.nav ul{
	position: relative;
	width: 100%;
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
}
.nav ul li a:link,.nav ul li a:visited{
    color: #ffffff;
    font-size: 14px;
    line-height: 47px;
    padding: 0 55px;
    display: block;
}
.nav ul li a:hover,.nav ul li.on a:link,.nav ul li.on a:visited{
    background-color: #e40112;
    text-decoration: none;
}

.nav ul li .nav_item1_dl{
	display: none;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 47px;
	/*width: 100%;*/
	/*min-width: 1000px;*/
	/*max-width: 1400px;*/
	padding: 10px 15px 10px 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-sizing: box-sizing;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.nav ul li .nav_item1 a{
	text-align: center;
	padding: 0 !important;
}
.nav_item1{
	position: relative;
}
.nav_item1::after{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom, #1d2089, #ffffff, #1d2089);
}
.nav ul li:last-child .nav_item1::before{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background: linear-gradient(to bottom, #1d2089, #ffffff, #1d2089);
}
.nav ul li:nth-child(10) .nav_item1_dl,.nav ul li:nth-child(9) .nav_item1_dl,.nav ul li:nth-child(8) .nav_item1_dl,.nav ul li:nth-child(7) .nav_item1_dl,.nav ul li:nth-child(5) .nav_item1_dl,.nav ul li:nth-child(6) .nav_item1_dl{
	left: auto;
	right: 0;
}
.nav ul li .nav_item1_dl dl{
	min-width: 20%;
	border-right: 1px solid #dddddd;
	position: relative;
	float: left;
}
.nav ul li .nav_item1_dl .nav_item2_info{
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	min-width: 100%;
	border-left: 1px solid #dddddd;
}

/*.nav ul li:hover .nav_item1_dl{*/
/*	display: block;*/
/*}*/
.nav ul li .nav_item1_dl dd:hover .nav_item2_info{
	display: block;
}
.nav ul li .nav_item2{
	position: relative;
}
.pl20_info{
	/*padding-left: 20%;*/
}
.pl20_info_fl{
	float:left;
	width:220px;
	padding:0 5px;
	box-sizing: border-box;
	
}
.pl20_info_title{
	font-family: 'roobert-semibold';
	border-bottom:1px solid #ddd;
	/*line-height: 36px;*/
	color: #333333;
	padding: 0 5px;
	font-size: 16px;
	/*font-weight: bold;*/
	/*white-space: nowrap;*/
	height: 50px;
	display: flex;
    align-items: center;
}
.nav ul li .pl20_info_href div{
	padding: 5px 0;
}
.nav ul li .pl20_info_href a:link,.nav ul li .pl20_info_href a:visited{
	color: #333;
	background: transparent;
	line-height: 18px;
	font-size: 14px;
	padding: 0 5px;
}
.pl20_info_href{
	margin-top: 10px;
	min-height: 200px;
}
.nav ul li .pl20_info_href a:hover{
	color: #e40112;
}
.nav ul li .nav_item2_icon::after{
	display: block;
	content: '';
	position: absolute;
	right: 20px;
	background: url("../../images/pro_dh.png") no-repeat center;
	width: 10px;
	height: 10px;
	top: 11px;
}
.nav ul li .nav_item2 a:link,.nav ul li .nav_item2 a:visited{
	line-height: 34px;
	color: #1d2089;
	padding: 0 35px 0 10px;
	background-color: transparent;
	/*font-weight: bold;*/
	 font-family: 'roobert-semibold';
}
.nav ul li .nav_item2_info_item{
	 padding-left: 20px;
}
.nav ul li .nav_item2_info_item a:link,.nav ul li .nav_item2_info_item a:visited{
	line-height: 34px;
	color: #1d2089;
	padding: 0 15px;
	background-color: transparent;
}

.nav ul li .nav_item2_info_item a:hover,.nav ul li .nav_item2 a:hover{
	color: #e40112;
}

.footer{
    background-color: #232323;
    padding-top: 40px;
}
.footer_item{
    padding-bottom: 30px;
    border-bottom: 2px solid #373737;
}
.footer_item::after{
    clear: both;
    display: block;
    content: '';
}
.footer_item_fl{
    float: left;
    width: 25%;
    padding-right: 30px;
    box-sizing: border-box;
    padding-top: 35px;
}
.footer_item_icon{
    margin-top: 15px;
    font-size: 0;
}
.footer_item_icon ul li{
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
.footer_item_icon ul li a:link,.footer_item_icon ul li a:visited{
	transition: 0s;
	width: 35px;
	height: 35px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 35px auto;
}
.footer_item_icon ul li a:hover{
	background-position: center bottom;
}
.footer_item_ul{
    float: right;
    width: 74%;
    box-sizing: border-box;
    color: #ffffff;
}
.footer_item_ul_w24bf{
    float: left;
    width: 24%;
}
.footer_item_ul_w28bf{
    float: left;
    width: 28%;
}
.footer_item_ul_title{
    font-size: 14px;
    height: 30px;
}
.footer_item_ul_font{
    font-size: 12px;
}
.footer_item_ul_font ul li{
    line-height: 2;
}
.footer_item_ul_font ul li a:link,.footer_item_ul_font ul li a:visited{
    color: #ffffff;
}
.footer_info{
    padding-left: 30px;
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
}
.footer_icon_1{
    background: url("../../images/bottom_icon_6.png") no-repeat left top;
}
.footer_icon_2{
    background: url("../../images/bottom_icon_7.png") no-repeat left top;
}
.footer_icon_3{
    background: url("../../images/bottom_icon_8.png") no-repeat left top;
}
.item_bottom{
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}
.show_icon{
    position: fixed;
    right: 0;
    top: 50%;
    cursor: pointer;
}
.subscriber{
    background-color: #1d2089;
    color: #ffffff;
    padding:  20px 0;
}
.subscriber::after{
    clear: both;
    display: block;
    content: '';
}
.subscriber_fl{
    float: left;
    height: 46px;
}
.subscriber_fr{
    float: right;
    position: relative;
}
.subscriber_fr input{
    height: 46px;
    border: 0;
    background-color: #ffffff;
    padding-right: 120px;
    padding-left: 12px;
    box-sizing: border-box;
    width: 485px;
    border-radius: 4px;
    font-size: 14px;
}
.subscriber_title{
    color: #ffffff;
    font-size: 28px;
}
.subscriber_font{
    font-size: 16px;
}
.subscriber_fr button{
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    height: 40px;
    box-sizing: border-box;
    background-color: #e40112;
    color: #ffffff;
    border: 0;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 4px;
}

.main_center{
    padding: 60px;
    margin: 0 auto;
    text-align: center;
}
.main_center_img{
    text-align: center;
}
.main_center_img img{
    max-width: 100%;
}
.main_center_href{
    padding-top: 60px;
    text-align: center;
}
.main_center_href a:link,.main_center_href a:visited{
    display: inline-block;
    height: 66px;
    padding: 0 50px;
    background-color: #1d2089;
    color: #ffffff;
    line-height: 66px;
    font-size: 24px;
    text-decoration: none;
    border-radius: 4px;
}
.main_center_href a:hover{
    text-decoration: none;
    background-color: #e40112;
}
.route{
    font-size: 14px;
    color: #333333;
    line-height: 2;
    padding: 30px 0;
}
.route a{
    padding: 0 4px;
}
.route a:link,.route a:visited{
    color:#333333;
}
.route a:hover{
    color:#1d2089;
}
.route a:last-child:link,.route a:last-child:visited{
	color:#1d2089;	
}
.banner_h380{
    min-width: 1400px;
    margin: 0 auto;
    height: 380px;
    margin-top: 10px;
    background-size: cover !important;
}
.banner_h628{
    min-width: 1400px;
    margin: 0 auto;
    height: 270px;
    background-size: cover !important;
}
.nav_icon{
    display: none;
}
.header_content{
	/*height: 231px;*/
}
.header_show{
	position:fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #ffffff;
}
.show_item_icon_1{
	cursor: pointer;
}
.show_item_icon_2{
	cursor: pointer;
	margin-top: 20px;
	position: relative;
}
.show_item_icon_2 i{
	position: absolute;
    color: #ffffff;
    font-size: 14px;
    background-color: #f00;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
    right: 10px;
    top: 6px;
    text-align: center;
    line-height: 24px;
    display: none;
}

@media screen and (min-width: 750px) and (max-width: 1400px){
    .toole{
        width: 100%;
        min-width: auto;
        box-sizing: border-box;
    }
    .w1400{
        width: auto;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .nav{
        width: 100%;
        min-width: auto;
    }
    .nav .w1400{
        padding: 0;
    }
    .nav ul li{
        width: 14.28%;
    }
    .nav ul li a:link, .nav ul li a:visited{
        width: 100%;
        padding: 0;
        text-align: center;
        padding: 0 10px;
        box-sizing: border-box;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .nav ul li .pl20_info_href a{
    	text-align: left !important;
    }
    .footer_item_fl{
        float: left;
        width: 30%
    }

    .footer_item_ul{
        width: 68%;
    }
    .footer_item_ul_w24bf,.footer_item_ul_w28bf{
        width: 25%;
    }
    .banner_h380,.banner_h628{
        min-width: auto;
    }
}

@media screen and (max-width: 750px) {
    .w1400{
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.2rem;
    }
    .toole{
        min-width: auto;
        height: auto;
        padding: 0.15rem 0;
    }
    .toole_fl{
        font-size: 0.28rem;
        line-height: 0.56rem;
        float: none;
    }
    .toole_fr{
        float: none;
    }
    .toole_fr::after{
        clear: both;
        display: block;
        content: '';
    }
    .toole_fr span{
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .toole_fr a:link, .toole_fr a:visited{
        margin-top: 0;
        margin-left: 0.2rem;
    }
    .header_fr{
        padding-top: 20px;
        text-align: left;
        position: relative;
    }
    .toole_fr img,.toole_fr a:link, .toole_fr a:visited{
        height: 0.4rem;
        width: 0.4rem;
    }
    .header{
        padding: .25rem 0;
    }
    .header_logo,.header_fr{
        float: none;
        width: 100%;
    }
    .header_logo img{
        max-width: 100%;
    }
    .header_search {
        position: relative;
        height: 0.8rem;
        border-radius: 0.08rem;
        overflow: hidden;
    }
    .header_search input{
        width: 100%;
        box-sizing: border-box;
        padding-right: 1.4rem;
        padding-left: 0.2rem;
        height: 100%;
        font-size: 0.28rem;
    }
    .header_search button{
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background-size: 0.5rem;
        width: 1.2rem;
    }
    .nav{
        min-width: auto;
        display: none;
    }
    .header_nav span, .header_nav a:link, .header_nav a:visited{
        margin: 0 0.2rem 0 0;
    }
    .header_search{
        width: 83.5%;
    }
    .nav_icon{
        width: 0.8rem;
        height: 0.8rem;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
        border-radius: 0.08rem;
        background: #e40112 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAKxJREFUaEPtmDkOwCAMBPH/H026dEiL7BXXpDYLzBiBEu3wLw5ff2MDqw1iYFsDvfe+enGj+SPi75xhC7EBoz4MGOFK0W8YkFBsUMRFtloCBjCQJEALJQGmh99rgNdoujnGAW+8hWghWih5BowAS6PvvQdKMRnDMGCEK0VjQMJkLMKAEa4Uzc9dCVNxEc/pYqDTcRiYRlY8QDJQPKctjovMhlYMxoAIylZ2vIEPLJpIMXo1DuwAAAAASUVORK5CYII=") no-repeat center;
        background-size: 0.46rem;
    }
    .nav_icon ul{
        display: none;
        position: absolute;
        top: 0.8rem;
        right: 0;
        background-color: #ffffff;
        border-radius: 0.08rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .nav_icon:hover ul{
        display: block;
    }
    .nav_icon ul li{
        white-space: nowrap;
        padding: 0 0.2rem;
        line-height: 0.6rem;
    }
    .banner_h380{
        min-width: auto;
        height: 2rem;
    }
    .show_icon{
        right: 0.1rem;
    }
    .show_icon img{
        width: 1rem;
    }
    .subscriber{
        padding: 0.2rem 0;
    }
    .subscriber_fl,.subscriber_fr{
        float: none;
        height: auto;
    }
    .subscriber_title{
        font-size: 0.38rem;
        line-height: 1.5;
    }
    .subscriber_font{
        font-size: 0.28rem;
        line-height: 1.5;
    }
    .subscriber_fr{
        margin-top: 0.2rem;
    }
    .subscriber_fr input{
        width: 100%;
        box-sizing: border-box;
    }
    .nav_icon{
        display: block;
    }
    .banner_h628{
        min-width: auto;
        height: 3.25rem;
        background-size: cover !important;
    }
    .route{
        padding: 0.3rem 0;
    }
    .footer_item_ul_title{
        line-height: 1.5;
        font-size: 0.36rem;
        height: auto;
        height: 0.6rem;
    }
    .footer_item_ul_font{
        font-size: 0.28rem;
    }
    .footer_item_ul_font ul li{
        line-height: 1.5;
    }
    .footer{
        padding: 0.2rem 0;
    }
    .footer_item{
        padding: 0;
    }
    .footer_item_fl,.footer_item_ul{
        width: 100%;
        float: none;
        padding: 0;
    }
    .footer_item_icon{
        margin-top: 0.2rem;
    }
    .footer_item_icon::after{
        clear: both;
        display: block;
        content: '';
    }
    .footer_item_icon ul li{
        margin-right: 0.2rem;
    }
    .footer_item_ul_w24bf,.footer_item_ul_w28bf{
        float: none;
        width: 100%;
        margin-top: 0.2rem;
    }
    
    .item_bottom{
        font-size: 0.24rem;
        white-space: nowrap;
        height: auto;
    }
    .header_content{
    	height: auto;
    }
    .header_show{
    	position: relative;
    }
}</pre></body></html>