<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
	position: relative;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background: #fff;
}

body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body,input,select,textarea,button{
    font-family: "PingFang SC","PingHei","STHeitiSC-Light", "Myriad Set Pro", "Lucida Grande","Helvetica Neue", "Helvetica","microsoft yahei","SimHei", "tahoma", "Arial","Verdana", "sans-serif";
}

html,body,ol,ul,li,p,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,input,textarea{
	margin:0;
	padding:0;
}
figure{
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
a{
	text-decoration:none;
	outline:none;
	-webkit-user-drag: none;
}
a:hover,
a:focus{
	text-decoration:none !important;
}
li{
	list-style:none;
}
img{
	border:0;
	-webkit-user-drag: none;
	outline: none;
}

/* 页面选中颜色 */
::-moz-selection {
    background: #333;
    color: #fff;
}

::-webket-selection {
    background: #333;
    color: #fff;
}

::-o-selection {
    background: #333;
    color: #fff;
}

::selection {
    background: #333;
    color: #fff;
}

*:focus {
    outline: none;
}


/* CSS3滚动条 */

::-webkit-scrollbar-track-piece {
    width: 10px;
    background-color: #eee;
    border-radius: 50px
}

::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background: #2a3496;
    border-radius: 50px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: #2a3496;
    cursor: pointer
}
/*clearifx*/
.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '';
}
.clearfix {
    zoom: 1;
}

/*use frequently*/

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bgn {
    background: none !important;
}

.bdn {
    border: none !important;
}

.te {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marr0 {
    margin-right: 0 !important;
}

.l0 {
    left: 0;
}

.r0 {
    right: 0;
}

.oh{
	overflow: hidden !important;
	height: 100% !important;
}

.t03{
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
/*font*/

@font-face{
        font-family:"BebasNeue";
        src:url("../font/BebasNeue.eot?#iefix");
        src:url("../font/BebasNeue.eot?#iefix") format("eot"),
        	url("../font/BebasNeue.woff2") format("woff2"),
        	url("../font/BebasNeue.woff") format("woff"),
        	url("../font/BebasNeue.ttf") format("truetype");
    }

/*pageSwitch*/
#pageSwitch {
    margin-top: 30px;
}

#pageSwitch a {
    color: #888;
    display: block;
}

#pageSwitch .pre,
#pageSwitch .next {
    color: #888;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
}

#pageSwitch .pre {
    margin-bottom: 8px;
}

#pageSwitch a:hover {
	color: #da251c !important;
    text-decoration: underline;
}


.language{
	float: left;
}
.language p{
	display: none;
}
.language .globe{
	display: block;
	height: 60px;
	z-index: 999;
	position: relative;
	width: 20px;
}

.language .fa-globe{
	display: block;
	height: 36px;
	font-size: 20px;
	line-height: 36px;
	color: #333;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}
.language-drop{
	position: absolute;
	top: 60px;
	left: 0;
	background: #10234d;
	padding: 8px 0px;
	display: none;
	z-index: 9999;
}
.language-drop a{
	display: block;
	line-height: 30px;
	padding: 0 15px;
	color: #e5e5e5;
	font-size: 14px;
}
@media (min-width: 992px){
	.language{
		float: right;
		height: 100px;
		position: relative;
		margin-left: 20px;
		display: block;
	}
	.language p{
		display: block;
		font-size: 14px;
		color: #e5e5e5;
		line-height: 80px;
		cursor: pointer;
	}
	.language .fa-caret-down{
		color: #e6212a;
		padding-left: 5px;
	}
	.language .globe{
		display: none;
	}
	.language-drop{
		top: 80px;
		right: 0;
		min-width: 100%;
	}
	.language-drop a{
		padding: 0 10px;
	}
	.language-drop a:hover{
		background: #e6212a;
		color:#fff;
	}
}

/*公共*/
.contain{
	padding: 0 15px;
	width: 1440px;
	margin: 0 auto;
	overflow: hidden;
}
.top-contain{
	width: 1440px;
	left: 50%;
	margin-left: -720px;
	position: absolute;
	z-index: 9999;
}
#head{
	height: 80px;
	z-index: 9999;
	overflow: visible;
}
#head .logo{
	position: static;
	width: 130px;
	height: 80px;
	float: left;
	margin-left: 0;
	left: 0;
	background: url('../images/logo_m.png') left center no-repeat;
	background-size: contain;
}
#head .search{
	float: right;
	height: 36px;
	position: relative;
	z-index: 999;
	margin-top: -18px;
	top: 50%;
}
#head .fa-search{
	display: block;
	width: 36px;
	height: 36px;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #babdce;
}
#head .fa-search.cf{
	color: #fff;
}

#head .searchbox{
	width: 100%;
	background: #f3f3f3;
	height: 100px;
	position: absolute;
	top: 60px;
	z-index: 997;
	margin-left: -15px;
	margin-right: -15px;
	padding: 20px 0;
}

.head_r{
	display: block;
	float: right;
	margin-right: 30px;
}

.nav_list {
    height: 80px;
}

.nav_list .item {
    float: left;
    margin-left: 60px;
    position: relative;
    z-index: 9999;
}

.nav_list .item&gt;a {
    display: block;
    height: 80px;
    font-size: 14px;
    color: #babdce;
    line-height: 80px;
}

.nav_list .item&gt;a .line {
    display: block;
    position: absolute;
    width: 0px;
    height: 3px;
    top: 58px;
    left: 0px;
    background: #babdce;
}
.nav_list .item&gt;a.active {
    color: #fff;
}
.nav_list .item&gt;a.active .line {
    width: 20px;
    background: #fff;
}
.nav_list .item&gt;a:hover {
    color: #fff;
}
.nav_list .item&gt;a:hover .line {
    width: 100%;
    background: #fff;
}
.nav_list .drop_nav {
    position: absolute;
    top: 80px;
    background: rgba(42, 52, 150, 0.4);
    margin-left: -20px;
    display: none;
    z-index: 9999;
}
.nav_list .drop_nav a {
    display: block;
    text-align: center;
    height: 36px;
    color: #babdce;
    font-size: 14px;
    line-height: 36px;
    padding: 0 20px;
    white-space: nowrap;
}
.nav_list .drop_nav a:hover {
    background: #2a3496;
    color: #fff;
}

.nav_m{
	display: none;
	height: 0;
}

.vi1{
	display: block !important;
}
.hi1{
	display: none !important;
}



#footer{
	width: 100%;
	background: #333;
	border-top: #f34c06 3px solid;
}
#footer .top{
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 60px;

}
#footer .logo{
	float: left;
	display: block;
	width: 170px;
	margin-right: 140px;
}
#footer  .nav{
	float: left;
}
#footer  .nav dl{
	float: left;
	padding-right: 120px;
}
#footer  .nav dt{
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 20px;
}
#footer  .nav dt a{
	color: #eee;
}
#footer  .nav dd{
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}
#footer  .nav dd a{
	color: #888;
}
#footer .contact {
	float: right;
}
#footer .contact h3{
	font-size: 16px;
	color: #eee;
	line-height: 18px;
	margin-bottom: 20px;
}
#footer .contact p{
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
#footer .button{
	margin-top: 20px;
	border: 1px solid #f34c06;
	padding: 3px;
	float: left;
}
#footer .button a{
	display: block;
	width: 160px;
	height: 48px;
	text-align: center;
	color: #fff;
	background: #f34c06;
	line-height: 48px;
	font-size: 14px;
}
#footer .button a:hover{
	background: #ba3700;
}
#footer .copr{
	border-top: 1px solid #5a5a5a;
	font-size: 14px;
	color: #888;
	height: 50px;
	line-height: 50px;
}
#footer .copr span,
#footer .copr p,
#footer .copr a{
	font-size: 14px;
	color: #888;
}
@media (max-width: 1500px){
	.vi2{
		display: block !important;
	}
	.hi2{
		display: none !important;
	}
	.contain{
		width: 1170px;
	}
	.top-contain{
		width: 1170px;
		margin-left: -585px;
	}
	.head_r{
		margin-right: 30px;
	}
	.nav_list .item{
		margin-left: 50px;
	}
	#footer .top{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#footer .logo{
		margin-right: 90px;
	}
	
	#footer  .nav dl{
		float: left;
		padding-right: 80px;
	}
}
@media (max-width: 1200px){
	.vi3{
		display: block !important;
	}
	.hi4{
		display: none !important;
	}
	.contain{
		width: 970px;
	}
	.top-contain{
		width: 970px;
		margin-left: -485px;
	}
	.head_r{
		margin-right: 30px;
	}
	.nav_list .item{
		margin-left: 25px;
	}
	#footer .logo{
		margin-right: 90px;
		display: none;
	}
	
	#footer  .nav dl{
		float: left;
		padding-right: 80px;
	}
}
@media (max-width: 992px){
	.vi4{
		display: block !important;
	}
	.hi4{
		display: none !important;
	}
	.contain{
		width: 750px;
	}
	.top-contain{
		left: auto;
		margin-left: 0;
	}
	.head_r{
		display: none;
	}
	#head{
		height: 60px;
		position: relative;
		overflow: visible;
		width: 100%;
		z-index: 9999; 	
	}
	#head .logo{
		width: 120px;
		height: 60px;
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -60px;
		z-index: 999;
	}
	#head .logo.w{
		background-image: url('../images/logo_m_w.png');
	}

	#head .search{
		float: left;
	}
	#head .iconfont{
		color: #000;
	}
	#head .iconfont.cf{
		color: #fff;
	}
	.nav_button{
		overflow: hidden;
		width: 23px;
		float: right;
		margin-top: 15px;
		position: relative;
	}
	.nav_button .nav_bar{
		width: 23px;
		height: 1px;
		display: block;
		margin: 5px 0;
		background: #000;
		-webkit-transition: all ease 0.5s;
		-o-transition: all ease 0.5s;
		transition: all ease 0.5s;
	}
	.nav_button .mid{
		width: 18px;
	}
	.nav_button.animate .nav_bar{
		background: #fff;
	}
	.nav_button.animate .top{
		-webkit-transform: translateY(5px) rotate(45deg);
		-ms-transform: translateY(5px) rotate(45deg);
		-o-transform: translateY(5px) rotate(45deg);
		transform: translateY(5px) rotate(45deg);
	}
	.nav_button.animate .mid{
		width: 0;
	}
	.nav_button.animate .bottom{
		-webkit-transform: translateY(-7px) rotate(-45deg);
		-ms-transform: translateY(-7px) rotate(-45deg);
		-o-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}

	/*nav for mobile start*/
	.nav_m{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		display: none;
		background: #2e2929;
		z-index: 998;
		overflow: hidden;
		overflow-y: scroll;
		padding: 0 15px;
	}
	.nav_m .head{
		position: fixed;
		height: 60px;
		top: 0;
		background: #2e2929;
		width: 100%;
		margin-left: -15px;
		padding: 0 15px;
		display: none;
	}
	.nav_m .logo{
		width: 134px;
		display: block;
		float: left;
		margin-top: 10px;
	}
	.nav_m .logo img{
		width: 100%;
		display: block;
	}
	.nav_m .menu{
		min-height: 100%;
		margin-top: 70px;
		padding-bottom: 60px;
		font-weight: 100;
	}
	.nav_m .main_item{
		overflow: hidden;
		border-bottom: 1px solid #5a5a5a;
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-24px);
		transform:  scale(1.1) translateY(-24px);
		-webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
	    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
	    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
	    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
	}
	.nav_m .main_item:nth-child(2){
		-webkit-transition-delay: 80ms;
	    transition-delay: 80ms;
	}
	.nav_m .main_item:nth-child(3){
		-webkit-transition-delay: 160ms;
	    transition-delay: 160ms;
	}
	.nav_m .main_item:nth-child(4){
		-webkit-transition-delay: 240ms;
	    transition-delay: 240ms;
	}
	.nav_m .main_item:nth-child(5){
		-webkit-transition-delay: 360ms;
	    transition-delay: 360ms;
	}
	.nav_m .main_item:nth-child(6){
		-webkit-transition-delay: 400ms;
	    transition-delay: 400ms;
	}
	.nav_m .main_item:nth-child(7){
		-webkit-transition-delay: 480ms;
	    transition-delay: 480ms;
	}
	.nav_m .main_item:nth-child(8){
		-webkit-transition-delay: 560ms;
	    transition-delay: 560ms;
	}
	.nav_m .main_item:nth-child(9){
		-webkit-transition-delay: 640ms;
	    transition-delay: 640ms;
	}
	.nav_m .main_item:nth-child(10){
		-webkit-transition-delay: 720ms;
	    transition-delay: 720ms;
	}
	.nav_m .main_item&gt;a{
		display: block;
		line-height: 48px;
		font-size: 14px;
		color: #ccc;
		background: url('../images/plus.png') 98% center no-repeat;
		background-size: 12px;
	}
	.nav_m .menu.show .main_item{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
	.nav_m .on{
		border: none;
		height: auto;
	}
	.nav_m .on&gt;a{
		background-image:url('../images/minus.png');
	}

	.nav_m .link&gt;a{
		background-image:url('../images/arrow.png');
	}

	.drop_list{
		display: none;
	}
	.drop_list a{
		display: block;
		font-size: 14px;
		color: #999;
		border-bottom: 1px solid #5a5a5a;
		text-indent: 20px;
		height: 42px;
		line-height: 42px;
	}
	#footer .top{
		text-align: center;
	}
	#footer  .nav{
		text-align: center;
	}
	#footer  dl{
		float: none;
		display: inline-block;
		padding: 0 20px;
	}
	#footer .contact{
		display: none;
	}
}


@media (max-width: 768px){
	.vi5{
		display: block !important;
	}
	.hi5{
		display: none !important;
	}
	.contain{
		width: 100%;
	}
	#footer{
		display: none;
	}
	#mfooter{
		width: 100%;
		height: 60px;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #333;
		z-index: 888;
	}
	#mfooter li{
		width: 25%;
		float: left;
		height: 60px;
	}
	#mfooter li a{
		display: block;
		padding-top: 8px;
	}
	#mfooter li img{
		display: block;
		margin: 0 auto;
		height: 24px;
	}
	#mfooter li p{
		font-size: 14px;
		color: #fff;
		line-height: 14px;
		text-align: center;
		padding-top: 8px;
	}
}</pre></body></html>