<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body{
    -webkit-tap-highlight-color:transparent;
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, table, td, th, form, fieldset, img, dl, dt, dd { margin:0; padding:0; }
textarea, input, select, body { font-size:12px;margin:0;padding:0 }
select, input { vertical-align:middle; }
fieldset, img { border:0; }
ul, ol { list-style:none; }
a { text-decoration:none; color:#000; }
a: hover { color:#ffa10d; }
.fl { float:left; display:inline; }
.fr { float:right; display:inline; }
.cb { clear:both; display:block; height:0px; overflow:hidden; width:100%; }
.clearfix: after { clear:both; content:""; display:block; height:0; }
#looyuLeft{z-index:999;}
#looyuMid{z-index:999;}


#nav {
  height: 105px;
  text-align: center;
  background-color: #fff;
}

.banner{
	width: 100%;
	background: url(../images/banner.png)no-repeat top center;
	height: 617px;
}

/* 待解决问题 */
.content{
	width: 100%;
	background:#2a2829;
	box-sizing: border-box;
	overflow: hidden;
	
}
.contentBox{
	width:1245px;
	box-sizing: border-box;
	overflow: hidden;
	background:#272526;
	margin: 80px auto 0;
	position: relative;
	box-shadow:rgb(54, 49, 49) 0px 0px 18px inset;
}
.textMain{
	width:1000px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
p.bgImg{
	position: absolute;
	top: 0;
	right: 0;
	width: 950px;
}
p.bgImg img{
	width: 1200px;
}
ul.contentList{
	width: 1000px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	flex-wrap: wrap;
	margin: 72px auto 0;
}
ul.contentList li{
	width: 478px;
	height: 320px;
	position: relative;
}
ul.contentList li p{
	width: 82px;
	height: 71px;
	background: url(../images/yuan.png);
	text-align: center;
	float: left;
	margin-top: 10px;
}
ul.contentList li p span{
	display: block;
	width: 70px;
	height: 71px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 71px;
}
ul.contentList li dl{
	width: 389px;
	float: right;
}
ul.contentList li dl dt{
	width: 283px;
	height: 12px;
}
ul.contentList li dl dd{
	width: 389px;
	position: relative;
}
ul.contentList li dl dd span{
	display: block;
	width: 225px;
	margin-left: 44px;
	font-size: 16px;
	line-height: 28px;
	color: #eeeeee;
}
ul.contentList li dl dd img{
	position: absolute;
	right: 0;
	top: 70px;
}
li.listTwo{
	margin-top:44px;
}
ul.contentList li dl dd img.yinhao{
	position: absolute;
	top: 52px;
	left: 192px;
}
ul.contentList li.listThree{
	padding-left:93px;
	height: 330px;
	box-sizing: border-box;
}
ul.contentList li.listThree dl dd img.yinhao{
	position: absolute;
	top: 78px;
	left: 207px;
}
ul.contentList li.listThree dl{
	width: 280px;
}
ul.contentList li dl dd img.imgThree{
	left: -90px;
	top: 80px;
}
ul.contentList li.listFour{
	margin-top: 100px;
}
ul.contentList  li.listFive{
	margin-left: 209px;
	margin-top: -75px;
}
ul.contentList li.listFive dl dd img.yinhao{
	position: absolute;
	top: 48px;
	left: 252px;
}
/* 适用对象 */
p.bottombox{
	width: 1000px;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 109px;
}
.apply{
	width: 1245px;
	box-sizing: border-box;
	overflow: hidden;
	background:#2a2829;
	margin:33px auto 0;
	box-shadow:rgb(54, 49, 49) 0px 0px 18px inset;
	height: 1052px;
}
.applyBox{
	width: 1000px;
	box-sizing: border-box;
	margin: 0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.applyRight{
	width: 570px;
	height: 760px;
	padding-top: 70px;
	float: right;
}
.applyLeft{
	width: 425px;
	height: 760px;
	padding-top: 70px;
	box-sizing: border-box;
	overflow: hidden;	
	float: left;
}
.applyTitle{
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-align: left;
	margin-bottom: 57px;
}
.applyTitle img{
	display: block;
}
.applyText{
	width: 100%;
	font-size: 16px;
	color: #ececeb;
	line-height:27px;
	margin-bottom: 85px;
}
.applyList{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.applyList li {
	width: 100%;
	margin-bottom: 27px;
}
.applyList li span{
	display: inline-block;
	width: 80px;
	height: 30px;
	background: #c6a45f;
	color: #fff;
	font-size: 15px;
	text-align: center;
	border-radius: 15px;
	line-height: 30px;
	margin-right:5px ;
	font-weight: 600;
}
.applyList li b{
	font-weight: normal;
	font-size: 16px;
	color: #ececeb;
	line-height: 32px;
}

.applyRight p img{
	display: block;
}

/* 按钮 */
.btnBox{
	width: 1000px;
	box-sizing: border-box;
	margin:68px auto 0;
}
.btnBox a{
	display: inline-block;
	width: 190px;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 55px;
	color: #fff;
}
.consult{
	background: url(../images/btn.png) no-repeat top center;
	margin-left: 280px;
}
.more{
	background: url(../images/more.png) no-repeat top center;
	margin-left: 61px;
}


/* 推荐 */
.recommend{
	width: 1245px;
	box-sizing: border-box;
	overflow: hidden;
	background:#2a2829;
	margin:65px auto 0;
	box-shadow:rgb(54, 49, 49) 0px 0px 18px inset;
	height: 1580px;
}
.contentTitle{
	width: 1000px;
	margin: 70px auto 0;
}
.recommendList{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	flex-wrap:wrap ;
	padding-top: 65px;
}
.recommendList dl{
	width: 277px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 50px;
}
.recommendList dl dt{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	
}
.recommendList dl dt img{
	width: 100%;
	height: 185px;
}
.recommendList dl dt p{
	position: absolute;
	width: 126px;
	height: 185px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	right: 0;
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	flex-direction: column;        /*元素的排列方向为垂直*/
   -webkit-box-pack:justify;
   -webkit-justify-content:center;
   -ms-flex-pack:center;
   justify-content:center;   /*水平居中对齐*/
	/* line-height: 185px; */
}
.recommendList dl dd{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.recommendList dl dd p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #ececeb;
	margin-top: 29px;
	margin-bottom: 15px;
}
.recommendList dl dd span{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #ececeb;
	line-height: 25px;
}
p.hint{
	width: 1000px;
	font-size: 16px;
	color: #92928d;
	text-align: center;
	margin: 0 auto 0;
}
p.hint i{
	font-style: normal;
	color: #906820;
}

/* 笔记 */
.note{
	width: 1245px;
	box-sizing: border-box;
	overflow: hidden;
	background:#2a2829;
	margin:65px auto 0;
	box-shadow:rgb(54, 49, 49) 0px 0px 18px inset;
	height: 935px;
}
.noteList{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:justify;
	justify-content:flex-start;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	flex-wrap:wrap ;
	padding-top: 80px;
}
.noteList a{
	display: block;
	width: 293px;
	height: 280px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;	
	margin-bottom: 71px;
}
.noteList a img{
	display: block;
	width: 285px;
	height: 280px;
}
.noteList a p{
	width: 242px;
	height: 250px;
	position: absolute;
	right: 7px;
	bottom: 0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	flex-direction: column;        /*元素的排列方向为垂直*/
	-webkit-box-pack:justify;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;   /*水平居中对齐*/
	border-radius: 50%;
	overflow: hidden;
}
.noteList a p span{
	display: block;
	width: 100%;
	height: 66px;
	text-align: center;
	background: rgba(0,0,0,0.3);
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	flex-direction: column;        /*元素的排列方向为垂直*/
	-webkit-box-pack:justify;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;   /*水平居中对齐*/
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.noteList a:first-child{
	margin-left: 140px;
	margin-right: 112px;
}
.noteList a.fixedLeft{
	margin-left: 60px;
	margin-right: 60px;
}


/* 优势 */
.advantage{
	width: 1245px;
	box-sizing: border-box;
	overflow: hidden;
	background:#2a2829;
	margin:65px auto 0;
	height: 657px;
	background: url(../images/bg.png)no-repeat top center;
}
.advantage ul{
	width: 1000px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	flex-wrap: wrap;
	margin: 83px auto 0;
}
.advantage li{
	width: 402px;
	box-sizing: border-box;
	position: relative;
	height: 170px;
}
.advantage li p{
	width: 100%;
	height: 5px;
	background: #837049;
}
.advantage li span{
	display: block;
	width: 100%;
	padding-top: 20px;
	font-size: 16px;
	color: #e5e5e5;
	line-height: 30px;
	
}
.advantage li span b{
	font-style: normal;
	font-size: 21px;
}
.advantage li img{
	position: absolute;
	top: 28px;
	left: 30px;
	height: 68px;
}
.advantage li img.one{
	width: 81px;
}
.advantage li img.two{
	width: 95px;
	top: -45px;
	left: 115px;
}
.advantage li img.three{
	width: 94px;
	left: 200px;
	top: 35px;
}
.advantage li img.four{
	width: 98px;
	top: 110px;
	left: 285px;
}

.closeBtnLeft {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

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