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

.container{ width:1070px;}

.banner{ height:420px;}
/* 轮播图 */
.flexslider{position:relative;height:420px;overflow:hidden;background:url(../img/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:420px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;height:14px;margin:0 5px;zoom:1;}
.flex-control-nav a{display:inline-block;width:10px;height:10px;line-height:0px; border-radius:5px; cursor:pointer; overflow:hidden; font-size:0; background-color:#f4f4f4;}
.flex-control-nav .flex-active{ width:24px;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:40px;height:40px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:100px;background:url(../img/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:100px;background:url(../img/next.png) center center no-repeat;}


/* 服务领域 */

.fwly-box{ margin-bottom:70px;}

.fwly-box .item{ width:246px; height:270px; float:left; margin-right:24px; box-shadow: 0 0 3px 0 #cfcfcf;}
.fwly-box .item:nth-child(4n){ margin-right:0px;}
.fwly-box .item-con{ padding:15px 20px 0 20px; color:#666;}
.fwly-box .item-con .tit{ text-align:center; font-size:20px; color:#16537e; line-height:20px; height:40px; }
.fwly-box .item-con .tit .en{ color:#ddd; font-size:12px;}
.fwly-box .item-con .intd{ padding-bottom:10px; line-height:20px; height:60px;}
.fwly-box .item-con .prod-img{ display:table; text-align:center; width:204px; height:130px;}
.fwly-box .item-con .prod-img .img-con{ display:table-cell; vertical-align:middle; line-height:0;}
.fwly-box .item-con .prod-img .img-con img{ max-width:204px; max-height:130px;}

/* 经营品牌 */
.jypp-box{ padding-top:45px; background:url(../img/bg1.png) no-repeat top; background-size:100% auto;}
.jypp-item{ width:198px; height:98px; margin-right:15px; margin-bottom:15px; float:left; border:#e7e7e7 solid 1px; cursor:pointer; background-color:#fff;}
.jypp-item .img-box{ display:table; text-align:center; width:198px; height:98px;}
.jypp-item .img-box .img-con{display:table-cell; vertical-align:middle; line-height:0;}
.jypp-item .img-box .img-con img{max-width:80%; max-height:80%;}
.jypp-item:nth-child(5n){ margin-right:0}
.jypp-item:hover{ border-color:#f07e2d;}

/* 产品展示 */
.cpzs{ margin-bottom:20px; background:url(../img/bg3.png) no-repeat center top; background-size:100% auto; padding-top:50px;}
.cpzs .cp-item{ width:194px; height:190px; cursor:pointer; float:left; margin-right:22px; margin-bottom:20px; overflow:hidden; border:#f4f4f4 solid 1px; background-color:#fff;}
.cpzs .cp-item .img-box{ width:172px; height:140px; margin-top:10px; margin-left:10px; margin-bottom:10px; display:table; text-align:center; background-color:#f0f1f5;}
.cpzs .cp-item .img-con{display:table-cell; vertical-align:middle;}
.cpzs .cp-item .img-con img{max-width:70%; max-height:70%;}
.cpzs .cp-item .name{ padding:0 10px; text-align:center; height:20px; line-height:20px;}
.cpzs .cp-item:nth-child(5n){ margin-right:0;}
.cpzs .cp-item:hover{ background-color:#89b1cd; border-color:#89b1cd; box-shadow:0 4px 8px -2px #d4dbe2; color:#fff;}


/* 媒体查询 适应大屏 */
@media screen and  (min-width:1700px){
	body{ min-width:1600px; font-size:14px;}
	.container{ width:1600px;}
	
	.banner{ height:520px;}
	/* 轮播图 */
	.flexslider{height:520px;}
	.slides li{height:520px;}
	
	/* 服务领域 */
	.fwly-box{ margin-bottom:90px;}
	.fwly-box .item{ width:368px; height:408px; margin-right:29px;}
	.fwly-box .item-con{ padding:15px 24px 0 24px; }
	.fwly-box .item-con .tit{ text-align:center; font-size:24px; color:#16537e; line-height:28px; height:70px; }
	.fwly-box .item-con .intd{ padding-bottom:10px; line-height:20px; height:80px;}
	.fwly-box .item-con .prod-img{ width:320px; height:214px;}
	.fwly-box .item-con .prod-img .img-con img{ max-width:320px; max-height:214px;}
	
	/* 产品展示 */
	.cpzs{ margin-bottom:30px;}
	.cpzs .cp-item{ width:294px; height:290px; margin-right:30px; margin-bottom:30px;}
	.cpzs .cp-item .img-box{ width:254px; height:214px; margin-top:20px; margin-left:20px; margin-bottom:10px;}
	.cpzs .cp-item .img-con{display:table-cell; vertical-align:middle;}
	.cpzs .cp-item .name{ padding:0 20px;height:28px; line-height:28px;}

}






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