<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*CSS Common*/
body{margin: 0; padding: 0; font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif; font-size: 14px; color: #333; text-align: ; background: #fff; line-height: 26px; margin-left: auto; margin-right: auto;}
a{color: #333; text-decoration: none; outline-style: none; outline-color: invert; outline-width: medium; -webkit-tap-highlight-color: transparent; transition: all 0.3s; -ms-transition: all 0.3s;}
a:link{text-decoration: none;}
a:hover{color: #0062b2;}
a img{border: 0 none;}
a{outline: none;}
a:focus{outline: none;}
h1,h2,h3,h4,ul,li,div,p,span,b,i,input,select{margin: 0; padding: 0;}
ul,li,dl,dd,dt{padding: 0; margin: 0; list-style: none;}
input,button,textarea{font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif; outline: none; resize: none; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0;}
em,i{font-style: normal;}
img{display: block;}
video{outline: none;}
.clear{clear: both; height: 0; overflow: hidden; display: block;}
.hide{display: none;}
.font{font-family: 'SimSun';}
.omit{word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.omit-two{word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.omit-three{word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.animate{transition: all 0.6s; -ms-transition: all 0.6s;}
.scale img{transition: all 0.6s; -ms-transition: all 0.6s;}
.scale img:hover{transform: scale(1.1); -webkit-transform: scale(1.1);}
.center{display: flex; justify-content: center; align-items: center;}
.center_vertical{display: flex; align-items: center;}
.center_horizontal{display: flex; justify-content: center;}
.row{display: flex; flex-direction: row; flex-wrap: wrap;}
.row_box{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.column{display: flex; flex-direction: column; flex-wrap: wrap;}
.column_box{display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between;}
.con{padding: 0; display: flex; justify-content: space-between;}
.container-warp{max-width: 1550px; width: 80%; margin: 0 auto; padding: 0; text-align: left;}

/*header*/
#header{position: fixed; width: 100%; background-color: #fff; margin: 0 auto; text-align: center; top: 0; left: 0; right: 0; z-index: 9;}
#header .header_con{height: 110px;}
#header .logo&gt;img:nth-child(2){display: none;}
#header .lang{margin-top: 8px;}
#header .lang&gt;em{display: inline-block; cursor: pointer;}
#header .lang&gt;em:nth-child(2){margin-left: 12px;}
#header .lang&gt;em&gt;img:nth-child(2){display: none;}
#header .header_search{width: 100%; height: 85px; background: #fff; position: absolute; left: 0; top: 110px; z-index: 9; border-top: 1px solid #e4e6e7; box-shadow: 0 5px 12px -5px rgba(0,0,0,0.1); display: none;}
#header .header_search form{width: 500px; height: 46px; margin: 0 auto; border: 1px solid #ccc; margin-top: 18px; border-radius: 30px; overflow: hidden;}
#header .header_search input[type="text"]{width: 450px; height: 46px; border: 0; padding: 0 20px; box-sizing: border-box; font-size: 15px;}
#header .header_search button{cursor: pointer; padding-right: 18px; border: 0; background: none;}
#header .lang_list{width: 100px; background: #fff; box-shadow: 0 1px 15px 1px rgba(0,0,0,0.1); border-radius: 8px; padding: 10px; position: absolute; top: 80px; right: 0; z-index: 10; display: none;}
#header .lang_list&gt;a{display: block; line-height: 2;}
.header_box{box-shadow: 0 1px 12px 2px rgba(0,0,0,0.05);}
.header_list{background: none !important;}
.header_list .logo&gt;img:nth-child(1){display: none;}
.header_list .logo&gt;img:nth-child(2){display: block !important;}
.header_list .lang&gt;em&gt;img:nth-child(1){display: none;}
.header_list .lang&gt;em&gt;img:nth-child(2){display: block !important;}
.header_list .menu&gt;ul&gt;li&gt;a{color: #fff;}
.header_list .menu&gt;ul&gt;li&gt;a:hover{color: #fff;}
.header_list .menu&gt;ul&gt;li&gt;a.on{color: #fff; border: 0;}

/*menu*/
.menu&gt;ul&gt;li{padding: 0 22px; text-align: center; z-index: 10;}
.menu&gt;ul&gt;li:last-child{padding-right: 0; position: relative;}
.menu&gt;ul&gt;li&gt;a{display: block; font-size: 16px; height: 110px; line-height: 110px; box-sizing: border-box;color: #333;}
.menu&gt;ul&gt;li&gt;a:hover{color: #0062b2;}
.menu&gt;ul&gt;li&gt;a.on{color: #0062b2; border-bottom: 2px solid #0062b2;}
.menu&gt;ul&gt;li&gt;dl{width: 100%; position: absolute; left: 0; top: 110px; background: #fff; position: absolute; border-top: 1px solid #e4e6e7; box-shadow: 0 5px 12px -5px rgba(0,0,0,0.1); z-index: 9; display: none;}
.menu&gt;ul&gt;li&gt;dl&gt;dd{height: 85px; line-height: 85px; display: inline-block;}
.menu&gt;ul&gt;li&gt;dl&gt;dd&gt;a{font-size: 16px; padding: 0 20px;}
.menu&gt;ul&gt;li&gt;dl .container-warp{padding: 60px 0; min-height: 300px;}
.menu&gt;ul&gt;li&gt;dl .menu_nav{width: 25%; height: 200px; margin-right: 5%; padding-right: 5%; border-right: 1px solid #ccc; box-sizing: border-box}
.menu&gt;ul&gt;li&gt;dl .menu_nav&gt;ul&gt;li{margin-bottom: 30px;}
.menu&gt;ul&gt;li&gt;dl .menu_nav&gt;ul&gt;li:last-child{margin-bottom: 0;}
.menu&gt;ul&gt;li&gt;dl .menu_nav&gt;ul&gt;li&gt;a{font-size: 18px; line-height: 1; cursor: pointer;}
.menu&gt;ul&gt;li&gt;dl .menu_nav&gt;ul&gt;li&gt;a&gt;span{display: flex; justify-content: space-between;}
.menu&gt;ul&gt;li&gt;dl .menu_nav&gt;ul&gt;li.on&gt;a&gt;span{color: #0062b2; font-weight: bold;}
.menu&gt;ul&gt;li&gt;dl .menu_list{width: 70%;}
.menu&gt;ul&gt;li&gt;dl .menu_con ul{display: flex; justify-content: space-between;}
.menu&gt;ul&gt;li&gt;dl .menu_con ul&gt;li{width: 30%; flex: auto; margin-right: 5%;}
.menu&gt;ul&gt;li&gt;dl .menu_con ul&gt;li:last-child{margin-right: 0;}
.menu&gt;ul&gt;li&gt;dl .menu_con ul&gt;li&gt;a{font-size: 18px; line-height: 1; font-weight: bold; color: #0062b2;}
.menu&gt;ul&gt;li&gt;dl .menu_con ul&gt;li&gt;dl{margin-top: 10px;}
.menu&gt;ul&gt;li&gt;dl .menu_con ul&gt;li&gt;dl&gt;dd&gt;a{font-size: 15px; line-height: 2;}

/*table*/
table{width: 100%; border-width: 1px; border-color: #eee; border-collapse: collapse;}
table th{border-width: 1px; padding: 8px; border-style: solid; border-color: #eee; background-color: #e8e8e8;}
table td{border-width: 1px; padding: 8px; border-style: solid; border-color: #eee; background-color: #fff;}

/*animate*/
@keyframes rotate{
from{transform: rotate(0deg);}
to{transform: rotate(360deg);}
}

/*map*/
.map{width: 100%; height: 400px; border: 1px solid #ccc;}
.map img{max-width: inherit !important;}
.shadow,.pop,.anchorBL{display: none;}

/*float*/
.float{width: 50px; position: fixed; right: 0; bottom: 150px; background: #e2e4e3; padding: 10px 0; border-radius: 5px 0 0 5px; z-index: 99;}
.float li{margin: 20px 0; position: relative;}
.float em{display: block; width: 80%; margin: 0 auto; text-align: center; line-height: 1.2; padding-top: 10%;}
.float .note{background: #fff; width: 135px; position: absolute; right: 50px; color: #222; padding: 15px 0 10px 0; text-align: left; padding-left: 10px; line-height: 1.5; font-size: 18px; box-shadow: 0px 6px 30px 1px rgba(0,0,0,.2);-webkit-box-shadow: 0px 6px 30px 1px rgba(0,0,0,.2); display: none;}
.float .note img{width: 120px; height: 120px;}

/*nav*/
#footer_nav{background: #eff2f5;}
#footer_nav .footer_nav_con{width: 100%; margin: 0 auto; padding: 120px 0 200px 0;}
#footer_nav .footer_nav_con a{color: #666; font-size: 15px;}
#footer_nav .footer_nav_con a:hover{color: #0062b2;}
#footer_nav .footer_nav_con .pic{width: 250px;}
#footer_nav .footer_nav_con .pic .ico{margin: 45px 0 40px 0;}
#footer_nav .footer_nav_con .pic .ico&gt;span{font-size: 30px; font-family: 'Impact'; font-weight: bold; margin-left: 12px; color: #0062b2;}
#footer_nav .footer_nav_con .pic .qcode .desc{margin-left: 20px; font-size: 15px;}
#footer_nav .footer_nav_con .list_box{width: calc(100% - 350px);}
#footer_nav .footer_nav_con .list&gt;a{font-size: 17px; display: block; margin-bottom: 25px; color: #333;}
#footer_nav .footer_nav_con .list&gt;ul&gt;li{line-height: 2.6; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/*footer*/
#footer{padding: 30px 0; background: #0062b2; color: #fff; border-top: 1px solid rgba(255,255,255,.1);}
#footer a{color: #fff;}
#footer a:hover{color: #0062b2;}
#footer .footer_con{margin: 0 auto; text-align: center;}
#footer .footer_copy{text-align: center; padding: 15px 0;}

/*go_top*/
.go_top{width: 50px; height: 50px; background: #222; color: #fff; font-size: 16px; position: fixed; bottom: 60px; right: 20px; text-align: center; cursor: pointer; display: none;}
.go_top em{text-align: center; display: block; line-height: 1; padding-top: 3px;}

/*media*/
@media (min-width: 1100px){
.header{display: none;}
}
@media screen and (max-width: 1800px){
.menu&gt;ul&gt;li{padding: 0 15px;}
}
@media screen and (max-width: 1600px){
.container-warp{width: 86%;}
}
@media screen and (max-width: 1460px){
.container-warp{width: 94%;}
.about_profile .desc_box&gt;span{font-size: 22px;}
.about_profile .ico ul&gt;li .desc&gt;em{font-size: 15px;}
.about_profile .desc_box{font-size: 15px;}
}
@media screen and (max-width: 1380px){
.container-warp{width: 98%;}
.menu&gt;ul&gt;li{padding: 0 12px;}
.menu&gt;ul&gt;li a{font-size: 15px;}
#footer_nav .footer_nav_con .list&gt;span{font-size: 15px;}
#footer_nav .footer_nav_con a{font-size: 14px;}
}
@media screen and (max-width: 1200px){
.menu&gt;ul&gt;li{padding: 0 8px;}
.recruit_salary ul&gt;li{padding: 40px 2vw;}
.recruit_salary ul&gt;li dl&gt;dd{margin-left: 6%;}
}
/*public*/
@media screen and (max-width: 1099px){
html,body{overflow: auto; overflow-x: hidden;}
#header{display: none;}
.container-warp{min-width: 94%; width: 94%;}
.con{padding: 0;}

/*header*/
.header{width: 100%; height: 60px; line-height: 60px; background: #fff; position: fixed; border-bottom: 1px solid #f0f0f0; display: flex; align-items: center; z-index: 999;}
.header .logo img{height: 36px;}
.header .nav{width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: 60px; border-top: 1px solid #f0f0f0; overflow-y: scroll; display: none;}
.header .nav ul li&gt;a{display: block; font-size: 15px; color: #454545; line-height: 16px; text-align: left; padding: 14px 20px; border-bottom: 1px solid #f0f0f0;}
.header .nav ul li&gt;a:hover{background: #0062b2; color: #fff;}
.header .nav ul li .lang{margin-top: 20px;}
.header .nav ul li .lang&gt;a{padding: 0 10px; font-size: 15px;color: #333;}
.header .header_icon{position: fixed; top: 0; right: 0; height: 60px; width: 50px; overflow: hidden; text-indent: 100%; white-space: nowrap; color: transparent;}
.header .header_icon span,.header .header_icon span::after,.header .header_icon span::before{position: absolute; background-color: #0062b2; height: 2px; width: 24px;}
.header .header_icon span{left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}
.header .header_icon span::after{content: ''; left: 0; -webkit-transform: translateY(8px); -ms-transform: translateY(8px); transform: translateY(8px);}
.header .header_icon span::before{content: ''; left: 0; -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px);}
.header_top{height: 0;}

/*content*/
/*float*/
.float{display: none;}

/*livechat*/
#livechat{display: none;}

/*nav*/
#footer_nav .footer_nav_con{padding: 30px 0 10px 0;}
#footer_nav .footer_nav_con .pic{display: none;}
#footer_nav .footer_nav_con .list_box{width: 100%;}
#footer_nav .footer_nav_con .list_box ul{display: none;}
#footer_nav .footer_nav_con .list&gt;a{margin-bottom: 10px; font-size: 15px; padding-right: 10px;}

/*footer*/
#footer{padding: 15px 0;}
#footer .footer_con{width: 96%; margin: 0 auto; text-align: center;}
#footer .footer_copy{margin: 0 auto; width: 94%; padding: 15px 0;}
}</pre></body></html>