<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 Document */

.apple-banner {
	width: 100%;
	height: 239px;
	overflow: hidden;
}
.apple-banner .swiper-container {
	margin-top: -40px;
	width: 100%;
	height: 239px;
}
.swiper-button-prev,.swiper-button-next{
	width: 15%;
	height: 100%;
	top:0;
	background:none;
	}
.swiper-button-prev{
	left:0;}	
.swiper-button-next{
	right:0;}	
.swiper-button-prev span,.swiper-button-next span{
	display:block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top:-32px;
	border-radius: 100%;
	background: rgba(180,180,180,0.25) url(../img/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.swiper-button-next span{
	background: rgba(180,180,180,0.25) url(../img/arrows.png) no-repeat center -71px;
	left:auto;
	right:20px;
	}
.swiper-button-prev:hover span,.swiper-button-next:hover span{
	opacity: .6;
}
/*分页器*/
.apple-banner .swiper-pagination{
	top:auto;
	bottom:-20px;
	background:none;
}
.apple-banner  .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	border-radius:0;
	opacity: 1;
}
.apple-banner  .swiper-pagination-bullet span {
	width: 50px;
	height: 2px;
	display: block;
	background: rgba(255,128,128,0.4);
}
.apple-banner .swiper-pagination-bullet-active span{
    background:red;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span{
    background: rgba(255,128,128,0.4);
}
.apple-banner  .swiper-pagination-bullet i{
	background: red;
	height: 2px;
	transform:scaleX(0);
	transform-origin: 0;
	display: block;
}
.apple-banner .autoplay .firsrCurrent i{
	transition:transform 2.9s linear;
	transform:scaleX(1);
}
.apple-banner .autoplay .current i{
	transition:transform 4s linear;
	transform:scaleX(1);
}
.apple-banner  .autoplay .replace span{
  background:red;
}
/*内容样式*/

.slide1 {
	height: 239px;
	background-size: auto 100%;
}

.slide1 .title {
	text-align: center;
/*	margin-top: 100px;*/
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

.slide2 {
	height: 239px;
	background-size: auto 100%;
}

.slide2 .title {
/*	padding-top: 100px;*/
	text-align: center;
}

.slide2 p,.slide1 p,.slide3 p {
	bottom: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	width: 100%;
	color:#fff;
	background:rgba(0,0,0,0.5);
	padding-top:20px;
	padding-bottom:20px;
}

.slide3 {
	height: 239px;
	background-size: auto 70%;
}

.slide3 .title {
	text-align: center;
/*	margin-top: 100px;*/
	font-size: 40px;
	font-weight: normal;
}

.dianhua { width:100%; height:45px; padding-bottom:25px;}
.dianhua p { font-size:16px; padding:10px 0 0 20px;}
.dianhua span { float:right; font-size:24px; padding:0 45px 5px 0;color: #ff6f00;}


.wenzi {width: 92%;}
.youshi {padding-bottom: 80px;}
.youshi h1 { width:50px; height:60px; float:left; line-height:60px; text-align:center; font-style:italic; color:#0064C6; padding: 16px 0 0 15px;; font-size: 32px; display: block;}
.youshi h3 { padding-left:20px; font-size: 18px; color: #1b1b1b; padding-top: 20px; padding-bottom: 10px;}
.youshi span { font-size:14px; line-height:18px; width:78%;}
.youshi p { width:90%; float:left; padding:10px 0 15px 25px; color: #585657; line-height:18px;}


#NavLink #sddm li{
	width:31%;
	margin:1%;
	float: left;
	font-weight:normal;
	list-style:none;
	background-color:#1e61ba;
	border-radius: 7px;}
#NavLink #sddm .CurrentLi a{
	background:none;}	
#NavLink #sddm li a
{	display: block;
	color: #fff;
	text-align: center;
	padding:0px 10px;
	height:38px;
	line-height:38px;
	background:;
	font-size:14px;
	background: url("../../images/HituxMobileImages2/m_nav_bg2.png") no-repeat 0px -0px;
	}
#NavLink #sddm li P{
	font-size:10px;
	font-weight:normal;
	color:#FFF;
	text-transform:uppercase;}
#NavLink #sddm li a:hover
{	text-decoration:none;
	background:#4c4a4a;
	color:#FFFFFF;
	border-radius: 7px;
}

#NavLink #sddm div
{	position: absolute;
	visibility: hidden;
	background: #B8292F;
	padding:0px 0px;
	filter: alpha(opacity=85);
	top:38px;
	}

#NavLink #sddm div a
	{	position: relative;
		padding: 0px 5px;
		width:120px;
		text-align: center;
		background:#B8292F;
		color: #FFFFFF;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
		line-height:30px;
		height:30px;
		border-bottom:1px solid #932126;}

#NavLink #sddm div a:hover{
	background:#FF8700;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	border-bottom:1px solid #932126;}


</pre></body></html>