<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1600px){

.w80{
	width: 90%;
}
.gbook.w80{
	width: 95%;
	-o-background-size: 35% auto;
	   background-size: 35% auto;
}
.page_nav{
	width: 95%;
	left: 5%;
}
.location{
	margin-right: 5.25%;
}


}

@media screen and (max-width: 1200px){

/*.flexslider .slides li img{
    display: block;
    width: 100%;
    height: 120%;
    object-fit: cover;
}*/


.w80{
	width: 95%;
}

.floot_left{
	bottom: 20%;
}


}


@media screen and (max-width: 1000px){


.page_ban{
	height: 400px;
}

.page_nav{
	width: 97%;
	left: 3%;
	margin-bottom: 25px;
}
.page_nav li{
	min-width: 33%;
}
.location{
	margin-right: 3%;
}

.page_title h3{
	font-size: 30px;
}
.page_title h5{
	font-size: 24px;
}
.about{
	margin-bottom: 50px;
}
.aboutus{
	margin-bottom: 60px;
}
.aboutus .text h3{
	font-size: 26px;
	line-height: 48px;
}
.aboutus .text h5{
	font-size: 18px;
	margin-bottom: 10px;
}
.aboutus .text p{
	font-size: 14px;
	line-height: 30px;
}

/* .proli{
	padding-left: 20%;
} */
/*.proli .proli_nav{
	width: 20%;
}
.proli .proli_nav h3{
	padding-left: 10px;
}
.proli .proli_nav li a{
	font-size: 14px;
	padding-left: 10px;
	line-height: 40px;
	height: 40px;
}*/

.newsli{
	margin-bottom: 60px;
}
.newsli li a{
	padding: 1%;
}
.newsli li .img{
	width: 20%;
	height: auto;
}
.newsli li .text{
	width: 60%;
}
.newsli li .text h3{
	font-size: 16px;
	margin: 0px;
}
.newsli li .text p{
	font-size: 14px;
	line-height: 25px;
}
.newsli li .date{
	width: 15%;
	margin-top: 15px;
}
.newsli li .date .sj p{
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 5px;
}
.newsli li .date .sj span{
	font-size: 14px;
	line-height: 19px;
}
.newsli li .date .more{
	font-size: 28px;
}

.gbook .text h5{
	font-size: 30px;
	padding-bottom: 10px;
}
.gbook .text h5 i{
	font-size: 30px;
	margin-right: 10px;
}

.caseli li .img{
	height: 200px;
}
.caseli li .img img{
	height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}
.caseli li .text p{
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}






}


@media screen and (max-width: 880px) {


.location{
	display: none;
}

.proli .proli_con li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%
}
.proli .proli_con li:nth-child(3n){
	margin-right: 2%;
}
.proli .proli_con li:nth-child(2n){
	margin-right: 0px;
}
.proli .proli_con li a .text{
	padding: 5px 0;
}
.proli .proli_con li a .text p{
	font-size: 14px;
}

.gbook .con li img{
	right: 5px;
	top: 10px;
	height: 30px;
}






}

@media screen and (max-width: 780px) {



}


@media screen and (max-width: 640px) {


.floot_left{
	display: none;
}

.page_ban{
	height: 250px;
	padding-top: 100px;
}
.page_ban .w80 h3{
	font-size: 24px;
}
.page_ban .w80 h4{
	font-size: 28px;
}
.page_nav{
	width: 100%;
	left: 0px;
	margin-bottom: 5px;
}
.page_nav ul{
	display: none;
}
.page_nav .mob_page_nav{
	display: block;
	width: 100%;
}

.page_nav .mob_page_nav h3{
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	background-color: #0079c3;
	text-align: center;
	vertical-align: top;
}
.page_nav .mob_page_nav h3 span{
	display: inline-block;
	position: relative;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	/*line-height: 50px;*/
}
.page_nav .mob_page_nav h3 span:after,.page_nav .mob_page_nav h3 span:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background-color: #fff;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.page_nav .mob_page_nav h3 span:before{
	-webkit-transform: translate(-50%,-50%) rotate(90deg);
	   -moz-transform: translate(-50%,-50%) rotate(90deg);
	    -ms-transform: translate(-50%,-50%) rotate(90deg);
	     -o-transform: translate(-50%,-50%) rotate(90deg);
	        transform: translate(-50%,-50%) rotate(90deg);
}
.page_nav .mob_page_nav.on h3 span:after{
	-webkit-transform: translate(-50%,-50%) rotate(180deg);
	   -moz-transform: translate(-50%,-50%) rotate(180deg);
	    -ms-transform: translate(-50%,-50%) rotate(180deg);
	     -o-transform: translate(-50%,-50%) rotate(180deg);
	        transform: translate(-50%,-50%) rotate(180deg);
}
.page_nav .mob_page_nav.on h3 span:before{
	-webkit-transform: translate(-50%,-50%) rotate(360deg);
	   -moz-transform: translate(-50%,-50%) rotate(360deg);
	    -ms-transform: translate(-50%,-50%) rotate(360deg);
	     -o-transform: translate(-50%,-50%) rotate(360deg);
	        transform: translate(-50%,-50%) rotate(360deg);
}
.page_nav .mob_page_nav dl{
	display: none;
	position: absolute;
	z-index: 7;
	top: 50px;
	left: 0px;
	width: 100%;
	background-color: #f5f5f5;
}
.page_nav .mob_page_nav dl dd{
	border-bottom: 1px solid #eee;
}
.page_nav .mob_page_nav dl dd a{
	display: block;
	height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.page_nav .mob_page_nav dl dd.cur a{
  color: #044098;
}
.page_title{
	margin-bottom: 10px;
}
.page_title h3{
	font-size: 30px;
}
.page_title h5{
	font-size: 24px;
}

.aboutus{
	margin-bottom: 40px;
}
.aboutus .img{
	float: none;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 10px;
}

.proli{
	padding-left: 0px;
}
.proli .proli_con{
	width: 100%;
}
.procon .procon_con{
	width: 100%;
}
.proli .proli_nav{
	display: none;
}
.procon .proli_nav{
	display: none;
}


.newsli{
	margin-bottom: 40px;
}
.news .news_con p{
	font-size: 14px;
	line-height: 24px;
}

.gbook{
	background: none;
	margin-bottom: 50px;
}
.gbook .con{
	float: none;
	width: 100%;
}
.gbook .text{
	float: none;
	width: 100%;
}


.contact .text{
	float: none;
	width: 100%;
}
.contact .map{
	float: none;
	width: 100%;
}

.caseli li .img{
	height: 160px;
}
.caseli li .img img{
	height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
}
.caseli li .text{
	padding: 20px 5%;
}
.caseli li .text p{
	font-size: 14px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}







}

@media screen and (max-width: 480px) {







.page_title h3{
	font-size: 26px;
}
.page_title h5{
	font-size: 20px;
}

.newsli li .img{
	float: none;
	width: 100%;
}
.newsli li .text{
	float: none;
	width: 100%;
	margin-left: 0px;
}
.newsli li .text span.sj2{
	display: block;
	color: #044098;
}
.newsli li .date{
	display: none;
}

.gbook .con li{
	width: 100%;
	margin-right: 0px;
	float: none;
}
.gbook .con button{
	width: 100%;
}
.gbook{
	margin-bottom: 30px;
}


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