<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
	width: 100%;
	position: relative;
	margin-top: 80px;
	
	
}
.banner h1{
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    font-size: 100px;
    color: #FFFFFF;
    height: 100px;
    text-align: center;
}
.bigbody{
	width: 100%;
	position: relative;
}
.bg_left{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 750px;
	background: #f8f8f8;
	z-index: -1;
}
.service_list{
	width: 150px;
	float: left;
	background: url(../images/service_bg2.jpg);
	margin-top: 30px;
}
.service_list li{
	width: 100%;

	text-align: center;

	
	box-sizing: border-box;
	padding: 20px;
	height: 100px;
	line-height: 30px;
	color: #FFFFFF;
}
.service_list li:hover{
	background: rgba(47, 92, 157, 0.8);
}
.service_list li img{
	width: 50px;
	margin: 0 auto;
}
.active_on{
		background: rgba(47, 92, 157, 0.8);
}
.bigbody1{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top:30px;
}
.service_info1{
	width:800px;
	float: left;
	margin-left: 50px;
	margin-top: 30px;
	
	
}
.service_title{
	width: 25%;
	float: left;
}
.service_title h5{
	font-size: 18px;
	color: #1C1B1B;
	font-weight: 100;
}
.service_title span{
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #232323;
}
.service_nr {
	width: 70%;
	float: left;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}
.service_nr p:nth-child(1){
	margin-bottom: 15px;
	
}
.service_nr span{
	display: inline-block;
	width: 180px;
}
.a_more {
	display: inline-block;
	padding: 0 30px;
	height: 37px;
	background: #205299;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 37px;
	text-align: center;
	transition: all 0.3s;
	margin-top: 20px;
	margin-left: 230px;
}

.a_more:hover {
	margin-left: 260px;
}
.market_img{
	width: 45%;
	float: right;
}
.market_p{
	width: 45%;
	float: left;
	margin-right: 2%;
	
}
@media (max-width: 640px) {
	.banner h1{
   
    font-size: 1.2rem;

    height: 2.5rem;
  
}

.bigbody1{
	
	
	padding:20px 20px;
	box-sizing: border-box;
}
.service_list{
	width: 50%;
	float: none;
	background: url(../images/service_bg2.jpg);
	margin:1rem auto;
	height: 50px;
}
.service_list li{
	width: 50%;
    float: left;
	text-align: center;
    font-size: 0.6rem;
	padding: 0;
	box-sizing: border-box;
	
	height: 50px;
	color: #FFFFFF;
}
.service_list li:hover{
	background: rgba(47, 92, 157, 0.8);
}
.service_list li img{
	width: 60%;
	margin: 0 auto;
	margin-top: 0.4rem;
}
.active_on{
		background: rgba(47, 92, 157, 0.8);
}

.service_info1{
	width:95%;
	float: none;
	margin: 0 auto;
	
	
}
.service_title{
	width: 30%;
	float: left;
}
.service_title h5{
	font-size:0.8rem;
	
}
.service_title span{
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #232323;
}
.service_nr {
	width: 70%;
	float: left;
	font-size: 0.7rem;
	line-height: 1.1rem;
	margin-bottom: 30px;
}
.service_nr p:nth-child(1){
	margin-bottom: 15px;
	
}
.service_nr span{
	display: inline-block;
	width: 180px;
}
.a_more {
	display: inline-block;
	padding: 0 30px;
	height: 37px;
	background: #205299;
	color: #FFFFFF;
	font-size: 0.7rem;
	line-height: 37px;
	text-align: center;
	transition: all 0.3s;
	margin-top: 20px;
	margin-left: 30%;
}

.a_more:hover {
	margin-left: 260px;
}
.service_nr_h{
	margin: 30px auto;
}
.service_table{
	margin: 0;
	padding: 20px;
	border-collapse: collapse;
	font-size: 14px;
	width: 100%;
}
.service_table th{
	background: #F8F8F8;
}
.service_table tr td{
	text-align: center;
}
.service_table tr td:nth-child(1){
	text-align: left;
}
.service_table tr td:nth-child(2){
	text-align: left;
}
.service_title1{
	float: none;
	margin-bottom: 30px;
}

.service_nr1{
	width: 100%;
}
.service_table td{
	padding-left: 5px;
	box-sizing: border-box;
}
}</pre></body></html>