<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header{
	/*position: absolute;
	top:0;*/
	height: 122px;
	box-sizing: border-box;
	z-index: 99;
        width:100%;
	min-width: 1400px;
	 /*background-image: url(../img/topng.png);
        background-repeat:no-repeat ;
        background-size: cover;*/
       background: rgba(32,7,105,0.8);
       transition:0.3s all ease-out;
	-webkit-transition:0.3s all ease-out;
	-moz-transiton:0.3s all ease-out;
}

.header .logo{
       height:86px;
	padding:18px 0px 18px 60px;
	background: #f2f2f2;
}
.header .logo img{
	width:100%;
}

.header .nav{
	height:122px;
}

.header .nav ul li{
	float: left;
       margin-left:70px
}

.header .nav ul li a{
	line-height: 122px;
	color:#ffffff;
	font-size: 18px;
	text-align: center;
	transition:0.3s all ease-out;
	-webkit-transition:0.3s all ease-out;
	-moz-transiton:0.3s all ease-out;
}
.header .nav ul li a:hover{
	color:#f2bb00
}
.list-header .nav ul{
	display: table;
	margin-left: 160px;
}
.list-header{
	height: 122px;
	min-width: 1200px;
	background: #3f2b7c;
	box-shadow: 0px 5px 18px #B7B7B7;
}
.list-header .logo{
	height:86px;
	padding:18px 30px 18px 60px;
	background: #f2f2f2;
}
.list-header .logo img{
	width:100%;
}

.list-header .nav{
	height:122px;
}


.list-header .nav ul li{
	float: left;
       margin-left:70px;
}
.list-header .nav ul li a{
	line-height: 122px;
	color:#ffffff;
	font-size: 18px;
	text-align: center;
	transition:0.3s all ease-out;
	-webkit-transition:0.3s all ease-out;
	-moz-transiton:0.3s all ease-out;
}
.list-header .nav ul li a:hover{
	color:#f2bb00
}
.scroll-header{
	height:80px;
	background: #6951B0;
	position:fixed;
	top:0;
	z-index: 9999;
	transition:0.3s all ease-out;
	-webkit-transition:0.3s all ease-out;
	-moz-transiton:0.3s all ease-out;
	
}
.scroll-header #biaoyu{display:none;}
.scroll-header .logo{
	width:320px;
	height: 70px;
	float:left;
	padding:10px 0px 0px 60px;
	background: #FFFFFF;
}
.scroll-header .logo img{
	width:100%;
}
.scroll-header .nav{
	margin-left: 60px;
}
.scroll-header .nav ul li{
	float:left;
      margin-left:70px;
}

.scroll-header .nav ul li a{
	line-height:80px;
	color:#FFFFFF;
	font-size: 22px;
	text-align: center;
}
@media screen and (max-width:1440px) {
.header .nav ul li{
	float: left;
       margin-left:50px
}
.scroll-header .nav ul li{
	float: left;
       margin-left:50px
}
.list-header{
	height:80px;
       width:100%;
	background: #6951B0;
	position:fixed;
	top:0;
	z-index: 9999;
	transition:0.3s all ease-out;
	-webkit-transition:0.3s all ease-out;
	-moz-transiton:0.3s all ease-out;
	
}
.list-header .logo{
	width:320px;
	height: 70px;
	float:left;
	padding:10px 0px 0px 60px;
	background: #FFFFFF;
}
.list-header .logo img{
	width:100%;
}
.list-header .nav{
	margin-left: 60px;
}
.list-header .nav ul li{
	float:left;
      margin-left:70px;
}

.list-header .nav ul li a{
	line-height:80px;
	color:#FFFFFF;
	font-size: 22px;
	text-align: center;
}
.list-header .nav ul li{
	float: left;
       margin-left:50px;
}
}
.search{
	position: relative;
	top:45px;
	left: 25px;
        
}
.search img{
	width:30px;
	height:30px;
	margin-left: 10px;
}
.mask{
	position: absolute;
        top:-366px;
	height:366px;
	width:100%;
	background-color: rgba(0,0,0,0.6);
     
	z-index:999;
	transition:0.3s all ease-out;
	-webkit-transition:0.3s all ease-out;
	-moz-transiton:0.3s all ease-out;
}
.mask .close{
   width:50px;
   height:50px;
  position:absolute;
  top:50px;
 right:50px;
}
 .ts-more{
	width: 100%;
	background-color: #200769;
	height: 60px;
	text-align: center;
}

i.arrow-down::after{
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../img/arrow-down.png);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	position: relative;
	top:8px;
	left: 5px;
}
.ts-more a{
	font-size: 24px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 60px;
}
.main-wrap{
	min-width: 1400px;
}
.main-wrap .xwsd{
	height:720px;
	background: url(../img/kak.png) no-repeat left top;

}
.main-wrap  .news-list .news-head{
	padding-top:60px;
}
.main-wrap  .news-list .news-head p{
	font-size:32px;
	color:#200769;
	line-height: 64px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 60px;
}
.main-wrap  ul .news{
   margin-right:74px;
   transition:all 0.3s ease-in-out;
}

.main-wrap  ul .news:first-child{
	margin-left: 0px;
}
.main-wrap  .inner-news{
	width: 407px;
	height: 393px;
	background-color: #FFFFFF;
	box-shadow: 3px 5px 20px #B7B7B7;
	position: relative;
}
.main-wrap .news  img{
	width:380px;
	height: 273px;
	margin:15px 0px 0px 15px;
	box-shadow: 0px 5px 20px #666;
	transition:0.3s all ease-out;
	-webkit-transition:0.3s all ease-out;
	-moz-transiton:0.3s all ease-out;
}
.main-wrap .news   img:hover{
	transform: scale(0.9);
}
.main-wrap  .news-date{
	display: block;
	width: 69px;
	height:59px;
	background: #6951B0;
	position: absolute;
	left:30px;
	top:255px;
	color:#FFFFFF;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.main-wrap  .news-title{
	padding:30px;
}
.main-wrap  .news-title a{
	font-size: 18px;

}
.flexslider{
	min-width: 1400px;
}

.main-wrap  .xwsd-more{
	padding-top: 60px;
}
.main-wrap  .xwsd-more a{
	display: block;
	width:154px;
	height:47px;
	background-color: #F4B328;
	margin: 0 auto;
	color:#FFFFFF;
	line-height: 47px;
	text-align: center;
	font-size:22px;
	border-radius: 25px;
	transition: 0.3s all ease-in;
}
.main-wrap .xwsd .xwsd-more a:hover{
	background-color: #DF9911;
}
.arrow-right::before{
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url(../img/arrowright.png);
	background-repeat: no-repeat;
	background-size: 26px 26px;
	position: relative;
	top:6px;
	left: 8px;
}

.main-wrap .wmzb .wm-left{
	position: absolute;	
	left: 0;
	top:0px;
	background: url(../img/1236.jpg) left bottom no-repeat;
	background-size: cover;
	width: 55%;
	height:482px
}

.main-wrap .wmzb .wm-right{
   position: absolute;
   right: 0;
   	bottom: 56px;
}
.main-wrap .wmzb .wm-right .wm-title{
	font-size: 32px;
	font-weight: bold;
	color: #200769;
	letter-spacing: 0.2em;
	text-align: center;
}
.main-wrap .wmzb .wm-right .wm{
	color:#F4B328;
}
.main-wrap .wmzb .wm-right .icon-box{
	margin-top: 111px;
	height: 300px;
}
.main-wrap .wmzb .wm-right .icon-one{
	width:266px;
	height: 249px;
	background-color: #200769;
	margin-left: 50px;
}
.main-wrap .wmzb .wm-right .icon-two{
	width:266px;
	height: 249px;
	background-color: #f2f2f2;
	margin-left: 50px;
	text-align: center;
	
}

.main-wrap .wmzb .wm-right .icon-one p{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 200%;
}
.main-wrap .wmzb .wm-right .icon-two p{
	color: #200769;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
		line-height: 200%;
}
i.zbl{
	display: block;
	width: 120px;
	height: 120px;
	background-image: url(../img/zb1.png);
	background-repeat: no-repeat;
	background-size: 120px 120px;
	margin-top: 40px;
	margin-left: 76px;

}
i.zbr{
	display: block;
	width: 120px;
	height: 120px;
	background-image: url(../img/zb2.png);
	background-repeat: no-repeat;
	background-size: 120px 120px;
	margin-top: 40px;
	margin-left: 76px;

}
.block{
	width:1400px;
	height: 588px;
	margin: 50px auto;
	position: relative;
	top:50px
}
.whsd{
	background: #200769;
	height: 708px;
	clear: both;
}
.whsd .wh-title h3{
	color:#FFFFFF;
	position: absolute;
	left: 365px;
	top:60px;
	font-size: 32px;
}
.whsd .wh-right{
	background:url(../img/banner4.jpg) center center no-repeat;
	position: absolute;
	height:696px;
	width:36%;
	right:0;
	z-index: 99;
}
.whsd .wh-left .d1{
	position: absolute;
	top:200px;
	left: 0px;
	background: url(../img/dxjs.jpg) no-repeat;
    width:275px;
    height: 255px;
    transition:0.3s all ease-out;
	-webkit-transition:0.3s all ease-out;
	-moz-transiton:0.3s all ease-out;
}
.whsd .wh-left .d1:hover{
	transform: translateY(-10px);
}
.whsd .wh-left .d2{
	position: absolute;
	top:200px;
	left: 295px;
	background: url(../img/sdjy.png) no-repeat;
    width:275px;
    height: 255px;
    transition:0.3s all ease-out;
	-webkit-transition:0.3s all ease-out;
	-moz-transiton:0.3s all ease-out;
}
.whsd .wh-left .d2:hover{
	transform: translateY(-10px);
}
.whsd .wh-left .d3{
	position: absolute;
	top:200px;
	left: 590px;
	background: url(../img/bsxt2.jpg) left center no-repeat;
	background-size: cover;
    width:275px;
    height: 255px;
    transition:0.3s all ease-out;
	-webkit-transition:0.3s all ease-out;
	-moz-transiton:0.3s all ease-out;
}
.whsd .wh-left .d3:hover{
	transform: translateY(-10px);
}
.wmfc-bg{
	height: 780px;
	background: url(../img/load.png) no-repeat;
	position: relative;
}
.main-wrap .wmfc-news{
	margin-right:40px;
	transition:all 0.3s ease-in;
	box-shadow: 0px 4px 20px #DEDEDE;
}

.wmfc .wmfc-title{
	width: 100%;
	height: 80px;
	margin-top: 80px;
	background: #200769;
}
.wmfc .wmfc-title p{
	color: #FFFFFF;
	font-size: 32px;
	text-align: center;
	line-height: 80px;
	font-weight: bold;
}
.wmfc .wmfc-content{
	width: 1096px;
	margin: 0px auto ;
	position: relative;
	top:240px;
}
.wmfc .wmfc-content img{
	width:365px;
	height: 246px;
}
.wmfc .wmfc-content .inner{
	width:365px;
	height: 246px;
	background-color: #E4E2E8;
}
.wmfc .wmfc-content .inner .colum{
	display: block;
	width:84px;
	height: 38px;
	background: #200769;
	position: relative;
	top:20px;
	left:24px;
    color:#FFFFFF;
    text-align: center;
    line-height: 38px;	
}
.wmfc .wmfc-content .left-top {
	position:absolute;
	left: 0;
	top:0;
}
.wmfc .wmfc-content .left-bottom{
	position:absolute;
	left: 0;
	top:246px;
}
.main-wrap .news-col{
	display: block;
	width:100px;
	height: 40px;
	background-color: #6951B0;
	color: #FFFFFF;
	line-height: 40px;
	position: absolute;
	left:30px;
	top:275px;
	font-size:18px;
	text-align: center;
}
.wmfc .wmfc-content .inner-news{
	display: block;
	padding:24px;
	font-size: 16px;
	line-height: 24px;
}
.wmfc .wmfc-content .right{
	position:absolute;
	right: 0;
	top:0;
}

.main-wrap .wmfc-inner{
	width:428px;
	height: 542px;
	background: #FFFFFF;
    border: #e6e0f8 solid 1px;
	position: relative;
}
.main-wrap .wmfc-inner img{
	width: 428px;
	height:295px;
	margin: 0;
	box-shadow: none;
}
.wmfc .news-list .margin-l40{
	margin-left: 40px;
}
.main-wrap .news-abs{
 padding: 0px 30px;
    color: #888888;
    font-size: 14px;
    line-height: 28px;
}
.mlsd{
	position:relative;
	height: 750px;
	overflow: hidden;
}
.mlsd .ml-box{
	height:368px;
	background-color: #484848;
	width: 100%;
}
.mlsd .ml-box .white-logo{
	width:372px;
	height:314px;
	background: url(../img/wlogo.png) no-repeat top center;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform:translate(-50%,0%);
}
.mlsd .ml-box p{
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
   padding: 100px 0px 40px;
}
/*美丽石大图片展示*/
.container-img{width: 1600px;margin: 0 auto;}
/*新品展示*/
.pro-new{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding:0;
}
.pro-new .title{font-size: 34px;text-align: center;padding-bottom: 5px;color: #333333;letter-spacing: 1px;}
.pro-new .sub-title{font-size: 20px;text-align: center;color: #333333;}
.pro-new .sub-title span{display: inline-block;height: 30px;line-height: 30px;width: auto;}
.pro-new .sub-title span.text{padding: 0 10px;}
.pro-new-show {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro-new-show .pro-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro-new-show .pro-list ul li{
	float: left;
	width: 520px;
	height: 367px;
	overflow: hidden;
	margin-right: 19px;
}
.pro-new-show .pro-list ul li:last-child{
	margin-right: 0;
}
.pro-new-show .pro-list ul li img{
	width: 100%;
	height: 100%;
}
.pro-new-show .pro-list ul li .desc{padding: 10px 20px;box-sizing: border-box;}
.pro-new-show .pro-list ul li .desc .p-title{font-size: 16px;color: #323232;padding-bottom: 5px;}
.pro-new-show .pro-list ul li .desc .p-desc{font-size: 14px;color: #969696;line-height: 25px;}
.pro-new-show .arrow a{display: inline-block;position: absolute;width: 49px;height: 100px;z-index: 2;}
.pro-new-show .arrow a.prev{left: 0;top: 50%;margin-top: -100px;background: url(../img/arrow-left.png) center center no-repeat;}
.pro-new-show .arrow a.next{right: 0;top: 50%;margin-top: -100px;background: url(../img/arrow-right.png) center center no-repeat;}
.pro-new-show .arrow a:hover{background-color: rgba(0,0,0,.3);}
.pro-new-show .pagination{position: relative;width: 100%;height: auto;overflow: hidden;padding-top: 40px;text-align: center;}
.pro-new-show .pagination ul li{width: 15px;height: 15px;border-radius: 100%;background: #dedede;display: inline-block;margin: 0 8px;text-indent:-9999px; }
.pro-new-show .pagination ul li.on{background: #200769;}
.mlsd .ml-box .ml-getmore{
	
}
.mlsd .ml-box .ml-getmore a{
	display: block;
	margin: 40px auto;
	width:233px;
	height:47px;
	background: #200769;
	color: #FFFFFF;
	line-height: 47px;
	text-align: center;
	font-size: 18px;
	transition: 0.3s all ease-in-out;
}
.mlsd .ml-box .ml-getmore a:hover{
	transition: 0.3s all ease-in-out;
	transform: translateX(15px);
	-moz-transform:  translateX(15px);
	-ms-transform: translateX(15px);
}
.footer{
	min-width:1200px;
	position: relative;
	
}
.footer .fast-link{
	background-color: #e4e2e8;
	height: 144px;
      padding-top:40px
}
.footer .fast-link ul li{
	line-height:42px;
	float: left;
	width:182px;
       position:relative;
}
.footer .fast-link ul li a{
	font-size:16px;
}
.footer .fast-link .code{
position: absolute;
    bottom: 35px;
    left: -20px;
    width: 100px;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.2s ease-out 0s;
}
.footer .fast-link .code &gt; img{
  display:block;width:100%;
}

.footer .copyright{
	height: 50px;
	background-color: #200769;
}
.footer .copyright p{
	color: #ffffff;
	line-height:50px;
	text-align: center;
}

.list-banner{
	height:401px;
        min-width:1200px;
	background: url(../img/l2.jpg) no-repeat;
	position: relative;
	z-index: -1;
}
/*新闻页*/

.news-wrap .col-title{
	height:60px;
       border-bottom:#d7d7d7 1px solid;
}
.news-wrap .col-title .col-name{
       font-size:24px;
       color:#fff;
       line-height:60px;
     text-align:center;
      float:left;
     font-weight:bold;
       width:200px;
 height:60px;
    background-image: url(../img/lbg.png)
 }
.news-wrap .col-title .local{
	line-height: 60px;
	font-size:16px;
	color:#636363
}
.news-wrap .lanmu{
	width:200px;
	height:56px;
	background: #f2f2f2;
	margin-top: 15px;
}
.news-wrap .news-left{
	width:200px;
}
.news-wrap .news-right{
	width:860px;
       min-height:300px;
      margin-top:20px
}
.news-wrap .lanmu h3{
	font-size:18px;
	line-height: 56px;
	font-weight: 400;
	text-align: center;
}
.news-wrap .lanmu .mlt{
  height:40px;
width:200px;
  border-bottom:#dedede 1px solid;
  background:#f2f2f2;
  text-align:center;
}
.news-wrap .lanmu .mlt a{ font-size:16px;text-align: center;line-height:40px;}
.news-wrap .lanmu .mlt a.active{color:#200769;font-weight:bold}
.news-detail ul .news{
	width: 100%;
	height: 212px;
	border-bottom: #d7d7d7 solid 1px;
	margin-bottom:40px;
}
.news-detail ul .news img{
	width: 269px;
	height: 182px;
}
.news-detail ul .news .inner{
	width:560px;
	padding-left:20px;
}
.news-detail ul .news .tit{
	font-size: 18px;
	padding-bottom: 20px;
	margin-top: 15px;
}
.news-detail ul .news .abs{
	width:560px;
	font-size:15px;
	line-height: 30px;
	margin-top: 20px;
	color:#8A8A8A;
}
.news-detail ul .news .date{
	font-style: italic;
	color:#3F2B7C;
	line-height: 48px;
}
/*美丽石大*/
.mlsd-header{
	height:318px;
	background: url(../img/156224.png) no-repeat top center;
	background-attachment: fixed;
    padding-top: 32px;
      min-width:1200px;
}
.content-page{
	min-height: 500px;
	background: url(../img/bg2.png) no-repeat top center;
	margin-top: -114px;
	padding-top: 72px;
	margin-bottom: 105px;
}
.mlsd-header .head{
	height: 80px;
}
.mlsd-header .nav ul li{
	float: left;
}

.mlsd-header .nav ul li a{
	color: #FFFFFF;
	font-size:18px;
	line-height: 80px;
	font-weight: bold;
	padding:20px 30px;
}
.mlsd-header .nav ul li a:hover{
	color:#3F2B7C;
	
}
#jq22 {margin:20px auto;width:100%}
#jq22 li { display: inline-block; width: 350px; margin-right: 13px;margin-bottom:10px; }
#jq22 li img { width: 350px;height:240px}
.showtit{
	font-size:14px;
	display:inline-block;
	width:350px;
	height:30px;
	background:#EEF4F9;
	color:#1e1e1e;
	line-height:30px;
	text-align:center;
}
.white-bg{
	background: #FFFFFF;
	padding:30px;
	border-radius: 10px;
}
 .col-tab{
	height: 40px;
	width:280px;
	padding-left: 10px;
	margin: 0 auto;
}
 .col-tab ul li{
	float: left;
    text-align:center;
	width: 120px;
	height: 35px;
	cursor: pointer;
	line-height: 35px;
}
 .col-tab ul li.on{
	background: #DF9911;
	color: #fff;
	border-radius: 1px;
	box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.4);
}
/*文明指标*/
.zb-detail h3{
	width: 100%;
	display: block;
	height: 58px;
	background-color: #f2f2f2;
	color:#333;
	font-size:22px;
	line-height:58px;
	text-align:center;
}
.zb-detail .jbzb{
	margin-top: 30px;
}
.zb-detail .jbzb-detail{
	width: 100%;
	height: 340px;
	margin-top: 30px;
	padding-left:20px
}


.zb-detail .jbzb-detail .jb1{
	width:500px;
	position:relative;
}
.zb-detail .jbzb-detail .jb1 li{
	width:500px;
	padding-left:10px;
}
.zb-detail .jbzb-detail .jb1 li.active{
	background: #F7F4E9;
}
.zb-detail .jbzb-detail .jb1 li a{
	font-size:16px;
	line-height: 49px;
}
.zb-detail .jbzb-detail .jb11{
	overflow: hidden;
	height:250px;
	position:absolute;
	left:400px;
	top:0px;
	background: #F7F4E9;
	display: none;
}
.zb-detail .jbzb-detail .jb2{
	position:absolute;
	left:400px;
	top:49px;
}

.zb-detail .jbzb .showdiv{
	display: block;
}
.zb-detail .jbzb-detail .jb11 li{
	padding:5px 60px;
}
.zb-detail .jbzb-detail .jb11 li a{
	line-height:38px;
	padding:15px 10px;
}
.zb-detail .jbzb-detail .jb11 li a:hover{
	text-decoration: underline;
	
}
.little-arrow{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/arrow3.png) no-repeat;
	background-size: 20px 20px;
	position:relative;
	top:5px;
	transform: rotateY(-90deg);
	
}

/*.zb-detail .jbzb-detail .jb11 li:hover::before{
	content: "";
	position:relative;
	left:-10px;
	top:5px;
	display: inline-block;
	background: url(../img/arrow3.png) no-repeat;
	background-size: 20px 20px;
	width:20px;
	height:20px;
}*/
.zb-detail .jbzb-detail .jb11 li:hover a{
	text-decoration: underline;
}
.zb-detail .jbzb-detail .jb11 li:hover .little-arrow{
	transform: rotateY(0deg);
}

/**/
.bs-detail h3{
	width: 100%;
	display: block;
	height: 58px;
	color:#333;
	text-align: left;
	background-color: #f2f2f2;
        border-left:#200769 4px solid;
	font-size:22px;
	line-height:58px;
	padding-left:10px;
}
.bs-detail .xq,.xg {
	margin-top: 30px;
}
.bs-detail .xh,.xq,.xg p{
	font-size:16px;
	line-height: 48px;
	text-indent: 2em;
}
/*.bs-detail .xh img{
	width:210px;
}*/
.boshi::before{
   content: "";
    position: relative;
    display: inline-block;
    top: 6px;
    left: -8px;
    width: 26px;
    height: 26px;
    background: url(../img/icon/boshi.png) no-repeat;
    
}</pre></body></html>