<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0px;
	font-size: 14px;
	color: #444;
	font-family: "å¾®è½¯é›…é»‘", Arial, Helvetica, sans-serif;
}
* {
	padding: 0px;
	margin: 0px;
}
body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, i, b, em, span, form, fieldset, legend, input, textarea, select, button, th, td {
	margin: 0;
	padding: 0;
	font-family: "å¾®è½¯é›…é»‘", Arial, Helvetica, sans-serif;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	list-style: none;
	font-weight: normal;
}
input, select, button {
	font-size: 12px;
	font-family: "å¾®è½¯é›…é»‘", Arial, Helvetica, sans-serif;
	border: 0;
	background: none;
	outline: none;
	vertical-align: middle;
}
button {
	overflow: visible
}
img {
	border: none;
}
li {
	list-style: none;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #e6a539;
}
.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
}
.lf {
	float: left;
}
.rt {
	float: right;
}
::-webkit-scrollbar {
width:5px;
}
::-webkit-scrollbar-track {
background-color:#000;
}
::-webkit-scrollbar-thumb {
background-color:#ddd;
}
::-webkit-scrollbar-thumb:hover {
background-color:#e6a539;
}
::-webkit-scrollbar-thumb:active {
background-color:#e6a539;
}
.header {
	background: #2c2c2c
}
.contain {
	width: 96%;
	margin: 0 auto;
	max-width: 1200px
}
.header .logo {
	float: left;
	margin: 5px 0;
}
.header .logo img {
	height: 54px;
	width: auto
}
.header .search {
	width: 210px;
	height: 35px;
	margin-top: 15px;
	background: #444;
	border-radius: 25px;
	float: right;
	z-index: 9999;
	margin-right: 10px;
}
.header .search input.sz {
	width: 170px;
	height: 35px;
	padding: 0 5px;
	color: #f1f1f1;
	line-height: 35px;
	float: left;
	box-sizing: border-box;
}
.header .search input.ss {
	width: 40px;
	display: block;
	height: 35px;
	cursor: pointer;
	float: right;
	background: #f3d177 url(../images/sou.png) center no-repeat;
	background-size: 18px auto;
	border-radius: 25px
}
.header .an {
	position: absolute;
	right: 2%;
	top: 50%;
	margin-top: -15px;
	display: none;
	z-index: 9999;
}
.header .an i {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}
.header .an i.fa-reorder {
	display: block;
}
.header .an.n i.fa-reorder {
	display: none;
}
.header .an i.fa-remove {
	display: none;
}
.header .an.n i.fa-remove {
	display: block;
}
.header .nav {
	float: left;
	margin-left: 20px;
}
.header .nav ul li {
	width: 100px;
	font-size: 16px;
	line-height: 68px;
	text-align: center;
	float: left;
	display: block;
	position: relative;
}
.header .nav ul li a:hover {
	background: #000;
	color: #f3d177
}
.header .nav ul li a {
	color: #fff;
	display: block;
}
.header .nav ul li i {
	position: absolute;
	top: 16px;
	right: 3px;
	display: none;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.header .nav ul li:hover i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.header .nav ul li em {
	width: 18px;
	height: 12px;
	display: inline-block;
	margin-right: 5px;
}
.header .nav .ej {
	width: 100px;
	background-color: #fff;
	border-bottom: #e1e1e1 1px solid;
	position: absolute;
	left: 0;
	z-index: 999;
	display: none;
}
.header .nav .ej a {
	font-size: 12px;
	line-height: 34px;
	color: #333
}
.header .nav ul li:hover .ej {
	display: block;
}
@media only screen and (max-width:1080px) {
.header .search {
	display: none;
}
}

.fenge{ height:68px; overflow:hidden; display:none;}
@media only screen and (max-width:995px) {

.fenge{ display:block}
.header { position:fixed; top:0; width:100%; z-index:999
	
}

.header .logo {
	float: left;
	margin: 10px 0;
}
.header .logo img {
	height: 38px;
	width: auto
}

.header .an {
	display: block; }
.header .nav {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	position: fixed;
	right: -100%;
	top: 60px;
	margin: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.header .nav.n {
	right: 0;
}
.header .nav ul {
	width: 100%;
	height: 98%;
	padding-top: 2%;
	background-color: #555;
	position: absolute;
	right: 0;
}
.header .nav ul li {
	width: 100%;
	font-size: 14px;
	padding: 0 5%;
	margin: 0;
	line-height: 50px;
	border-bottom: 1px solid #666;
	float: none;
	text-align:left;
	box-sizing:border-box
}

.header .nav ul li a:hover {
	background: none;
	color: #f3d177;
	font-weight:bold
}
.header .nav ul li i {
	top: 20px;
	right: 15px;
	display:block
}
.header .nav .ej {
	width: 100%;
	margin: 0 auto;
	background: none;
	position: relative;
	left: auto;
	display: none;
	border:0;
	padding:15px 0
}
.header.on .nav .ej {
	background: none; 
}
.header .nav .ej a {
	line-height: 30px;
	border-top: 0px solid #fff;
	border-bottom: 0;
	color:#999
}
}
/*banner*/

.tk{ width:96%; margin:20px auto; max-width:1200px;}

#screen {
	background: #191919;
	overflow: hidden
}
#screen .bd {
	width: 70%;
	height: 440px;
	position: relative;
	overflow: hidden;
	float: left
}
#screen .bd .mt {
	width: 100%;
	height: 440px;
	position: relative;
	overflow: hidden
}
#screen .bd .mt img {
	width: 100%;
	height: 100%
}

#screen .bd .mt .fdzi{ position:absolute; bottom:0; left:0; width:100%; padding:15px; box-sizing:border-box; background:rgba(0,0,0,0.6);}
#screen .bd .mt .fdzi h2{ color:#fff; font-size:18px; padding-bottom:15px}
#screen .bd .mt .fdzi p{ font-size:14px; line-height:25px; height:50px; overflow:hidden; color:#fff}


#screen .hd {
	width: 30%;
	height: 440px;
	padding-top: 0px;
	float: right
}
#screen .hd ul li {
	width: 100%;
	height: 110px;
	margin: 0;
	padding:15px; 
	position: relative;
	display:block;
	overflow: hidden;
	box-sizing:border-box;
	border: 0px solid #2b2b2b;
	border-bottom:#999 1px solid
	

}
#screen .hd ul li i{ display:block;float:left; width:30%; height:80px; overflow:hidden}
#screen .hd ul li img {
	width: 100%;
	height: auto;
	
	
}

#screen .hd ul li .txt {

	color: #fff;
	z-index: 2;
	overflow: hidden;
	cursor: pointer;
	float:right;
	 width:70%;
	 padding-left:15px; box-sizing:border-box;
	 font-size:14px; line-height:25px;
	
}


#screen .hd ul li:hover {
	border: #e6a539 3px solid; box-sizing:border-box
}
#screen .hd ul .on{border: #e6a539 3px solid; box-sizing:border-box}

#screen .hd ul li a:hover {
	color: #fff;
	text-decoration: none
}

@media only screen and (max-width:995px) {
#screen .bd {
	width: 100%;
	height:auto;
	padding-bottom:66%;
	position: relative;
	overflow: hidden;
	float: none
}
#screen .bd .mt {
	width: 100%;
	height:auto;
	padding-bottom:66%;
	position: relative;
	overflow: hidden
}

#screen .bd .mt img {
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%
}

#screen .bd .mt .fdzi p{ display:none; opacity:0}
#screen .bd .mt .fdzi{ height:40px; }
#screen .bd .mt .fdzi h2{ font-size:12px}

#screen .hd {
	width: 100%;
	height: 80px;
	padding-top: 0px;
	float: none
}
#screen .hd ul li {
	width: 25%;
	height: 80px;
	margin: 0;
	padding:5px; 
	position: relative;
	display:block;
	overflow: hidden;
	box-sizing:border-box;
	border: 0px solid #2b2b2b;
	border-right:#999 1px solid;
	float:left
	
	

}
#screen .hd ul li .txt {
	 display:none;

	
}

#screen .hd ul li i{ display:block;float:none; width:100%; height:80px; overflow:hidden}
#screen .hd ul li img {
	width: 100%;
	height: auto;
	
	
}
}


/*bannerç»“æŸ*/




/*æ»šåŠ¨å…¬å‘Š*/
.gonggao{ width:96%; margin:10px auto; max-width:1200px;}
.gonggao h3{ display:block; float:left; font-weight:bold; font-size:14px}
.gonggao h3 img{ height:20px; width:auto; vertical-align:middle; padding-right:5px}


.apple{float:right; border-left:#e3e1e1 1px solid; width:calc(50% - 70px);height:20px; padding-left:10px; box-sizing:border-box; overflow:hidden}
.apple a{display:block; text-decoration:none;}
.apple a{  height:20px; line-height:20px;  color:#666; font-size:12px}
.apple b{ line-height:19px; font-weight:bold; float:left; color:#e6a539; padding-right:5px;}





@media only screen and (max-width:995px) {
	.gonggao h3{ display:block; float:none; font-weight:bold; font-size:14px}
	.apple{ float:none; border-left:#e3e1e1 0px solid; width:100%; margin-top:10px; padding-left:0}
	
	
}

/*å…¬å…±æ&nbsp;‡é¢˜*/
.t_01{clear:both; width:100%; border-bottom:1px solid #e9e9e9; height:44px; margin-bottom:20px}
.t_01 h3{font-size:21px; color:#333; line-height:30px; float:left;}
.t_01 h3 i{height:30px; display:block; float:left; margin:0 12px 0 0;}
.t_01 h3 i img{ height:30px; width:auto}
.t_01 ul.menu{float:left; height:24px; margin:3px 0 0 38px;}
.t_01 ul.menu li{float:left; font-size:15px; color:#333;}
.t_01 ul.menu li a{color:#333; display:block; height:24px; line-height:24px; padding:0 11px; float:left;
 -webkit-border-radius:24px; -moz-border-radius:24px; -ms-border-radius:24px; -o-border-radius:24px; border-radius:24px;}
.t_01 ul.menu li a.on{background-color:#e6a539; color:#fff;}
.t_01 ul.menu li a:hover{background-color:#e6a539; color:#fff;}
.t_01 ul.menu li i{width:1px; height:15px; float:left; background-color:#aaa; margin:4.5px 7px 0 7px;}
.t_01 a.more{float:right; font-size:14px; color:#999; line-height:24px; padding:0 13px 0 0; margin:3px 0 0 0;}
.t_01 a.more:hover{color:#e6a539; }


@media only screen and (max-width:995px) {
.t_01{ margin-bottom:20px; position:relative}
.t_01 h3{font-size:16px;}
.t_01 h3 i{height:25px;}
.t_01 h3 i img{ height:25px; width:auto}
.t_01 ul.menu{ display:none;}

.t_01 a.more{ font-size:12px}



}


/* çƒ­ç‚¹æ˜Žæ˜Ÿ */

.in_hotstar{clear:both; width:100%; margin:0px 0 0 0;}
.in_hotstar ul{ position:relative; margin:0 -10px}
.in_hotstar li{ width:14.28%; padding:0 10px; position:relative; overflow:hidden; float:left; margin:0; -webkit-border-radius:100%; -moz-border-radius:100%; -ms-border-radius:100%; -o-border-radius:100%; border-radius:100%; box-sizing:border-box; margin-bottom:20px;}


.in_hotstar li span.ct{display:block; width:100%; padding-bottom:100%; position:relative; overflow:hidden;-webkit-border-radius:100%; -moz-border-radius:100%; -ms-border-radius:100%; -o-border-radius:100%; border-radius:100%;}


.in_hotstar li span.ct h3{width:90px; height:26px; line-height:26px; border:1px solid rgba(255,255,255,0.5); text-align:center; font-size:15px; color:#fff; bottom:21px; left:50%; margin:0 0 0 -46px; position:absolute; z-index:2; }

.in_hotstar li span.ct img{width: 100%; height:auto; min-height:100%; position:absolute; top:0; left:0;}

.in_hotstar li span.detial{opacity:0; width:calc(100% - 20px); height:100%; overflow:hidden; background-color:rgba(196,140,48,0.8); position:absolute; top:0; left:10px; z-index:3;
-webkit-border-radius:100%; -moz-border-radius:100%; -ms-border-radius:100%; -o-border-radius:100%; border-radius:100%;}
.in_hotstar li span.detial h3{width:110px; font-size:16px; color:#fff; text-align:center; height:36px; line-height:36px; margin:10px auto 0 auto; overflow:hidden;}
.in_hotstar li span.detial p{width:110px; font-size:14px; color:#fff; text-align:center; height:44px; line-height:22px; margin:0 auto; overflow:hidden;}
.in_hotstar li span.detial .more{width:60px; height:20px; line-height:20px; display:block; border:1px solid rgba(255,255,255,0.5); color:#fff; font-size:12px; text-align:center; font-family:arial; margin:10px auto 0 auto;}
.in_hotstar li span.detial .more:hover{border:1px solid #fff;}

.in_hotstar li:hover{cursor:pointer;}
.in_hotstar li:hover span.ct h3{display:none;}
.in_hotstar li:hover span.detial{opacity:1;
	animation:myfirst 0.4s;
	-moz-animation:myfirst 0.4s; /* Firefox */
	-webkit-animation:myfirst 0.4s; /* Safari and Chrome */
	-o-animation:myfirst 0.4s; /* Opera */
}

@keyframes myfirst
{
from {opacity:0;}
to {opacity:1;}
}

@-moz-keyframes myfirst /* Firefox */
{
from {opacity:0;}
to {opacity:1;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
from {opacity:0;}
to {opacity:1;}
}

@-o-keyframes myfirst /* Opera */
{
from {opacity:0;}
to {opacity:1;}
}




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



.in_hotstar ul{ position:relative; margin:0 -5px}
.in_hotstar li{ width:33.33%; padding:0 5px; margin-bottom:10px;}
.in_hotstar li span.detial{ display:none;}
.in_hotstar li span.ct h3{width:100%; height:23px; background:rgba(0,0,0,0.3); border:0; line-height:23px; font-size:12px; color:#fff; bottom:10px; left:0; left:0; margin:0;  }

}






/*ç¿»åŒ…*/
.fanbao ul{ position:relative; margin:0 -10px}
.fanbao ul li{ float:left; width:33.3333333333%; padding:0 10px; margin-bottom:20px; box-sizing:border-box; position:relative}
.fanbao ul li i{ display:block; width:100%; padding-bottom:66.66%; position:relative; overflow:hidden}
.fanbao ul li i img{ width:100%; height:100%; position:absolute; left:0; top:0}
.fanbao ul li em{ display:block; z-index:99; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); background: url(../images/bofang.png) center no-repeat; width:60px; height:60px; background-size:cover; cursor:pointer}


@media only screen and (max-width:995px) {
.fanbao ul li{  width:50%; padding:0 10px; margin-bottom:10px;}

.fanbao ul li em{  width:30px; height:30px; background-size:cover; cursor:pointer}
}


/*æ¡ˆä¾‹*/
.anli ul{ position:relative; margin:0 -10px;}
.anli ul li{ float:left; width:33.3333333333%; padding:0 10px; box-sizing:border-box; margin-bottom:30px}
.anli ul li i{ display:block; width:100%; height:auto; overflow:hidden}
.anli ul li i img{  width:100%; height:auto; transition:all 0.6s}
.anli ul li:hover i img{ transform:scale(1.1,1.1); transition:all 0.6s}
.anli ul li p{ display:block;text-overflow: ellipsis;    overflow: hidden;   white-space: nowrap; text-align:center; line-height:30px; height:30px}

@media only screen and (max-width:995px) {
	.anli ul{ position:relative; margin:0 -10px;}
.anli ul li{ float:left; width:50%; padding:0 10px; box-sizing:border-box; margin-bottom:10px}
.anli ul li p{ font-size:12px}

}


.gg1{ width:96%; margin:0 auto; max-width:1200px;}
.gg1 img{ width:100%; height:auto}


/* æ˜Ÿé—» */
.t_02{clear:both; width:100%;}
.t_02 h3{font-size:18px; color:#333; font-weight:bold; float:left; line-height:18px; border-left:3px solid #e6a539; padding:0 0 0 12px;}
.t_02 i{width:1px; height:14px; display:block; background-color:#e9e9e9; float:left; margin:2px 20px;}
.t_02 a.more{float:left; font-size:14px; color:#999;}
.t_02 a.more:hover{color:#e6a539;}


.starnews_ct{ float:left; width:48%; margin-right:4%; overflow:hidden}
.starnews_ct:nth-child(2n){margin-right:0;}
.starnews_ct ul.list{clear:both; width:100%; margin:6px 0 0 0; float:left;}
.starnews_ct ul.list li{clear:both; width:100%; height:129px; border-bottom:1px dotted #ddd; margin:19px 0 0 0; float:left;}
.starnews_ct ul.list li span.fl{ float:left;width:150px; height:110px; display:block; overflow:hidden;}
.starnews_ct ul.list li span.fl img{width:100%; display:block;}
.starnews_ct ul.list li span.fr{width:calc(100% - 165px) ; display:block; float:right;}
.starnews_ct ul.list li span.fr h3{font-size:18px; color:#333; line-height:26px; height:26px; overflow:hidden;}
.starnews_ct ul.list li span.fr a:hover h3{color:#e6a539;}
.starnews_ct ul.list li span.fr p{font-size:14px; color:#666; line-height:22px; height:44px; overflow:hidden; margin:8px 0 0 0;}
.starnews_ct ul.list li span.fr span{display:block; float:left; font-style:normal; font-size:12px; color:#999; line-height:20px; margin:10px 0 0 0;}
.starnews_ct ul.list li span.fr span i{ font-size:14px; padding-right:5px}


@media only screen and (max-width:995px) {
	
	.t_02 h3{font-size:16px; }
	.starnews_ct{ float:none; width:100%; margin-right:0; margin-bottom:20px; overflow:hidden}
.starnews_ct ul.list li span.fr h3{font-size:14px; }
.starnews_ct ul.list li span.fr p{font-size:12px; }
}



/* çƒ­æ’­å‰§ */
.rebo{float:left; width:48%; margin-right:4%; margin-bottom:20px;}
.rebo:nth-child(2n){margin-right:0;}
.rebo .rbbt{ border-bottom:#e1e1e1 1px solid; margin-bottom:20px; overflow:hidden;  }
.rebo .rbbt h1{ display:block; float:left; color:#e6a539 ; font-size:23px;line-height:45px}
.rebo .rbbt h2{ display:block; float:left; font-size:14px; color:#666; padding-top:15px}
.rebo .rbbt span{ display:block; float:right; color:#888; font-size:12px; line-height:45px}

.rebo .rbpic { float:left; width:40%; height:auto}
.rebo .rbpic img{ width:100%; height:auto}
.rebo .rbyy{ float:left; width:60%}
.rebo .rbyy ul li{ float:left; width:33.33333333333%;text-align:center; margin-bottom:15px;}

.rebo .rbyy ul li i{ display:block; width:80%;  padding-bottom:80%; margin:0 auto; position:relative; overflow:hidden; border-radius:50%;}
.rebo .rbyy ul li i img{ position:absolute; width:100%; height:auto; left:0; top:0; min-height:100%;}
.rebo .rbyy ul li h3{ font-size:14px; color:#000; line-height:35px}
.rebo .rbyy ul li p{ font-size:12px; color:#777; line-height:23px}


@media only screen and (max-width:995px) {
	.rebo{float:none; width:100%; margin-right:0; margin-bottom:0px;}
	
.rebo .rbbt h1{ font-size:14px;line-height:25px; font-weight:bold}
.rebo .rbbt h2{ float:right; font-size:12px; padding-top:0px; line-height:25px; }
.rebo .rbbt span{ display:block; width:100%; float:none; color:#888; font-size:12px; line-height:25px;clear:both}

.rebo .rbpic { float:none; width:100%; height:auto}
.rebo .rbyy{ float:none; width:100%}

.rebo .rbyy ul li h3{ font-size:12px; color:#000; line-height:25px}
.rebo .rbyy ul li p{ font-size:12px; color:#777; line-height:20px}
}



.hui{ background:#f9f9f9; padding:40px 0; overflow:hidden; margin-top:40px;}
.guanjian{ width:96%; margin:0 auto; max-width:1200px}
.guanjian a{display:block;height:36px;line-height:36px;padding:0 16px;border:1px solid #d0d0d0;border-radius:36px;float:left;margin-right:10px;margin-bottom:15px;color:#545454;font-size:16px}
.guanjian a.on{color:#e6a539;font-weight:bold}
.guanjian a.bold{font-weight:bold}
.guanjian a:hover{color:#f60;border-color:#6b6b6b}


.tuijian{ width:96%; margin:40px auto; max-width:1200px;}
.tuijian .tjbt{ width:19%; float:left; background:#e83939; position:relative; padding-bottom:25%; text-align:center }
.tuijian .tjbt .btfd{ position:absolute; top:50%; transform:translateY(-50%); width:100%; text-align:center}
.tuijian .tjbt .btfd h3{ color:#fff; font-size:23px; font-weight:bold; padding-bottom:10px}
.tuijian .tjbt .btfd span{ display:block; color:rgba(255,255,255,0.5);}
.tuijian .tjbt .btfd i{ display:block; width:80px; height:80px; background:#fff; border-radius:60px; color:#e83939; margin:0 auto; margin-top:30px; line-height:80px; font-size:40px; text-align:center;}

.tuijian ul li{ float:left; width:19%; text-align:center; margin-left:1.25%}
.tuijian ul li i{ display:block; width:100%; padding-bottom:121%; position:relative}
.tuijian ul li i img{ width:100%; height:100%; top:0; left:0; position:absolute}
.tuijian ul li p{ display:block; font-size:14px; line-height:35px}

/* å‹æƒ…é“¾æŽ¥ */

.in_linkct{clear:both; width:96%; max-width:1200px; margin:0 auto; margin-top:40px}
.in_linkct b{ width:110px; font-size:16px; display:block; color:#333; font-weight:bold; line-height:34px; height:34px; float:left; margin:0 15px 0 0;}
.in_linkct b i{width:3px; height:16px; display:block; background-color:#e6a539; margin:9px 11px 0 0; float:left;}
.in_linkct b font{font-size:14px; font-weight:normal; margin:0 0 0 10px;}
.in_linkct p{float:left; line-height:34px; font-size:14px; color:#333;}
.in_linkct p a{color:#333; margin:0 24px 0 0; display:inline-block; float:left;}
.in_linkct p a:hover{color:#e6a539;}


.footer {
	width: 100%;
	background-color: #000000;
	color: #999;
}

.foot1{ width:96%; margin:0 auto; max-width:1200px; border-bottom:#333 1px solid; padding:20px 0}

.dlogo{ float:left; width:330px; border-right:#333 1px solid}
.dlogo img{ height:45px; width:auto;}

.dmenu{ float:right; width:calc(100% - 340px) }

.dmenu ul li{ float:left; width:16.66%; text-align:center; line-height:45px}

.dmenu ul li a{ color:#888; font-size:14px}
.dmenu ul li a:hover{ color:#fff; }


.foot2{ width:96%; margin:0 auto; max-width:1200px; position:relative; padding:20px 0}

.dlx{ float:left; width:30%; font-size:14px; line-height:30px}

.dbanquan{ float:left; width:40%; border-left:#333 1px solid; min-height:120px; border-right:#333 1px solid;padding:0 20px; box-sizing:border-box; text-align:center; line-height:30px; font-size:14px}


.dwx{ float:right; width:30%; padding-left:15px; box-sizing:border-box; position:relative}
.dwx p{ display:block; position:absolute; right:41%; bottom:0}
.dwx .dming{ float:left; width:60%; font-size:16px; color:#fff}
.dwx .dming i{ display:block; border:#666 2px solid; width:45px; line-height:45px; height:45px; float:left; text-align:center; font-size:30px; border-radius:40px; margin-right:10px}

.dwx .derwei{ float:right; width:40%}
.dwx .derwei img{ width:100%; height:auto;}



@media only screen and (max-width:995px) {
	
	.hui{ padding:20px 0; overflow:hidden; margin-top:10px;}

.guanjian a{display:block;height:23px;line-height:23px;padding:0 5px;border:1px solid #d0d0d0;border-radius:36px;float:left;margin-right:5px;margin-bottom:10px;color:#545454;font-size:12px}


.tuijian{  margin:20px auto; }
.tuijian .tjbt{ width:100%; float:none;padding-bottom:25%; text-align:center; }
.tuijian .tjbt .btfd{ position:absolute; top:50%; transform:translateY(-50%); width:100%; text-align:center}
.tuijian .tjbt .btfd h3{ color:#fff; font-size:16px; font-weight:bold; padding-bottom:5px}
.tuijian .tjbt .btfd span{ font-size:12px}
.tuijian .tjbt .btfd i{ display:none;}
.tuijian ul{ position:relative; margin:0 -10px}
.tuijian ul li{ float:left; width:50%; text-align:center; margin-left:0; padding:0 10px; box-sizing:border-box; margin-top:10px}
.tuijian ul li p{ display:block; font-size:12px; line-height:25px}

/* å‹æƒ…é“¾æŽ¥ */

.in_linkct{ margin-top:20px}
.in_linkct b{ display:block; width:110px; font-size:14px; display:block; color:#333; font-weight:bold; line-height:34px; height:34px; float:none; margin:0 15px 0 0;}
.in_linkct b i{width:3px; height:16px; display:block; background-color:#e6a539; margin:9px 11px 0 0; float:left;}
.in_linkct b font{font-size:12px; font-weight:normal; margin:0 0 0 10px;}
.in_linkct p{float:left; line-height:23px; font-size:12px; color:#333;}
.in_linkct p a{color:#333; margin:0 10px 0 0; display:inline-block; float:left;}




.dlogo{ display:none}


.dmenu{ float:none; width:100% }
.dmenu ul li{ float:left; width:16.66%; text-align:center; line-height:25px}
.dmenu ul li a{ font-size:12px}


.dlx{ float:none; width:100%; font-size:12px; line-height:23px}

.dbanquan{ float:none; width:100%; border-left:0; border-top:#333 1px solid; border-bottom:#333 1px solid; margin-top:10px; min-height:inherit; border-right:0;padding:10px 0px; box-sizing:border-box; text-align:left; line-height:23px; font-size:12px}


.dwx{ float:none; width:100%; padding-left:0px; margin-top:10px; box-sizing:border-box; position:relative}
.dwx p{ display:block; position:absolute; right:31%; bottom:0}
.dwx .dming{ float:left; width:70%; font-size:14px; color:#fff}
.dwx .dming i{ display:block; border:#666 2px solid; width:35px; line-height:35px; height:35px; float:left; text-align:center; font-size:20px; border-radius:40px; margin-right:10px}

.dwx .derwei{ float:right; width:30%}
.dwx .derwei img{ width:100%; height:auto;}
	
	

}




.shaixuan{ width:96%; margin:10px auto; max-width:1200px; background:#f8f8f8; }

.select {
	padding: 20px;
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
	text-align:center
}
.select li {
	list-style: none;
	padding: 10px 0 5px 100px;
	border-bottom: #dddddd 1px dotted
}

.select dl {
	zoom: 1;
	position: relative;
	line-height: 24px;
}
.select dl:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden
}
.select dt {
	width: 70px;
	margin-bottom: 5px;
	position: absolute;
	top: 0;
	left: -70px;
	text-align: left;
	color: #666;
	height: 24px;
	line-height: 24px
}
.select dd {
	float: left;
	display: inline;
	margin: 0 0 5px 5px;
}

.select dd input{ background:#fff; border:#e1e1e1 1px solid;  margin-left:10px; margin-right:5px}

.select a {
	display: inline-block;
	white-space: nowrap;
	height: 24px;
	padding: 0 10px;
	text-decoration: none;
	color: #666;
	border-radius: 2px;
}
.select a:hover {
	color: #e6a539;
	background-color: #fff
}
.select .selected a {
	color: #fff;
	background-color: #e6a539
}
.select-result dt {
	font-weight: bold
}
.select-no {
	color: #999
}

.tijiao { display:inline-block; margin-right:10px; background:#e6a539; margin-top:15px; width:80px; text-align:center; border-radius:5px; overflow:hidden}
.tijiao a{ color:#fff; display:block; line-height:30px; height:30px;}
.tijiao a:hover{background:#bb7e18; color:#fff}

.tijiao2 {  display:inline-block; margin-right:10px; background:#e1e1e1; margin-top:15px;border-radius:5px;width:80px; text-align:center; overflow:hidden}
.tijiao2 a{ color:#666; display:block; line-height:30px; height:30px;}
.tijiao2 a:hover{background:#666; color:#fff}


.ziyuan ul{ position:relative; margin:0 -10px}
.ziyuan ul li{ float:left; width:20%; padding:10px; box-sizing:border-box;}
.ziyuan ul li i{ display:block; width:100%; padding-bottom:120%; position:relative; overflow:hidden}
.ziyuan ul li i img{ width:100%; height:100%; position:absolute; left:0; top:0; transition:all 0.6s}
.ziyuan ul li:hover i img{ transform:scale(1.1,1.1); transition:all 0.6s}
.ziyuan ul li p{ display:block; float:left; font-size:14px; line-height:30px; color:#333}
.ziyuan ul li span{ display:block; float:right; font-size:12px; line-height:30px;color:#333}


.pages{height: 86px;text-align: center;padding-top: 20px; clear:both;}
.pages a{display: inline-block;vertical-align: middle;}
.pages .nt{width: 50px;height: 40px;background: #eeeeee;margin: 0 6px;}
.pages .nt .lt{display: block; line-height:40px;}
.pages .nt .gt{display: block;line-height:40px;}
.pages .st{width: 40px;height: 40px;background: #eeeeee;color: #333;line-height: 40px;}
.pages .ft{width: 70px;height: 40px;background: #eeeeee;color: #333;line-height: 40px;}
.pages .st.active{background: #e6a539;color: #fff;}
.pages .ft.active{background: #e6a539;color: #fff;}
.pages .nt.active{background: #e6a539;color: #fff;}

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

	.ziyuan ul li{ float:left; width:25%; padding:10px; box-sizing:border-box;}
		.pages .nt{width: auto;height: 30px;background: #eeeeee;margin: 0 0px;}
	.pages .nt .lt{display: block; line-height:30px;}
.pages .nt .gt{display: block;line-height:30px;}
	.pages .nt{width: auto;height: 30px;background: #eeeeee;margin: 0 ; padding:0 5px;}
	.pages .st{width: auto;height: 30px;background: #eeeeee;color: #333;line-height: 30px;margin: 0;padding:0 5px;}
    .pages .ft{width: auto;height: 30px;background: #eeeeee;color: #333;line-height: 30px;margin: 0 5px;padding:0 5px;}
	
	
}

@media only screen and (max-width:995px) {
	.select li{ padding:10px 0; font-size:12px}
	.select dt{ position:inherit; left:0; font-weight:bold}
	.select dd{ margin:0}
	

	.ziyuan ul li{  width:33.33%;}
	
	

}


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

	.ziyuan ul li{ width:50%;}
	
	
}

.mxjs1{ position:relative}
.mxjs1 .dpic{ display:block; float:left; width:25%; border:#e1e1e1 1px solid; padding:10px; box-sizing:border-box}
.mxjs1 .dpic img{ width:100%; height:auto}
.mxjs1 .mxjs01{ float:right; width:72%}
.mxjs1 .mxjs01 h3{ display:block; font-size:20px; font-weight:bold; color:#333; line-height:35px}
.mxjs1 .mxjs01 p{ font-size:16px; line-height:25px; color:#333}

.daibiao{ position:absolute; bottom:0; right:0; width:72%}
.dbt{ border-left:#e6a539 5px solid; line-height:25px; padding-left:10px;  margin-bottom:20px; color:#333; overflow:hidden}
.dbt h3{ display:block;font-size:16px; float:left}
.dbt span{ float:right}
.dbt span a{ color:#888}


.daibiao ul{ position:relative; margin:0 -10px}
.daibiao ul li{ float:left; padding:0 10px; box-sizing:border-box; width:16.66%; text-align:center}
.daibiao ul li i{ display:block; width:100%; padding-bottom:138%; position:relative; border:#e1e1e1 3px solid; box-sizing:border-box}
.daibiao ul li i img{ position:absolute; left:0; top:0; width:100%; height:100%}
.mxjs1 .mxjs01 .daibiao ul li p{ font-size:12px; text-align:center; line-height:25px}

.mxjj{ margin:15px 0; font-size:16px; line-height:30px; color:#333}
.mxjj em{ color:#ff7e00; font-weight:bold; font-size:20px}
.mxjj img{ vertical-align:middle}

.nlf{ float:left; width:calc(100% - 420px)  }
.nrt{ float:right; width:370px;}

.mx1{ margin-bottom:30px; font-size:14px; line-height:25px}
.mx2{ margin-bottom:30px;}
.mx3{ margin-bottom:30px;}



.gb_dk{width:100%; margin:0 auto 30px; overflow:hidden;}
.gb_dk h1{background-color:#f7f7f7; font-size:22px; line-height:36px; text-indent:20px;}
.gb_dk .nr{margin:20px 0; font-size:14px; line-height:34px; height:105px; overflow:hidden;}
.gb_dk .nr ul li{ border-bottom:#e5e5e5 1px dashed; overflow:hidden}
.gb_dk .nr ul li span{ display:block; float:left; width:15%; max-width:90px; color:#999999}
.gb_dk .nr ul li p{ display:block; float:left; width:35%; color:#333 }
.gb_dk .nr.on{height:auto;}
.gb_dk .xq{width:100%; height:36px; background-color:#f7f7f7; text-align:center; line-height:36px; font-size:14px; text-align:center; margin:0 auto; color:#e6a539; cursor:pointer}
.gb_dk .xq i{ padding-left:10px}
.gb_dk .xq span.x_q{display:block;}
.gb_dk .xq span.s_q{display:none;}
.gb_dk .xq.on span.x_q{display:none;}
.gb_dk .xq.on span.s_q{display:block;}


.mx2 ul { margin:-10px}
.mx2 ul li{ float:left; width:20%; padding:0 10px; box-sizing:border-box;}
.mx2 ul li i{ display:block; width:100%; padding-bottom:131%; position:relative}
.mx2 ul li i img{ position:absolute; width:100%; height:100%; top:0; left:0}



.lanren{width: 100%;height: auto;margin:0 auto;overflow: hidden;text-align: left;background:#fff;}

	.lanren ul.list{overflow: hidden;margin:0 -10px; position:relative}
	.lanren ul.list li{width: 25%;height: auto; max-height:320px; padding:0 10px; box-sizing:border-box;float: left;overflow: hidden;}
	.lanren ul.list li img{width: 100%;height: 100%;}
	.lanren ul.list p{text-align: center;padding: 10px;}
	.lanren .more{overflow: hidden;text-align: center;}
	.lanren .more a{display: block;width: 100%; line-height:36px;color:#e6a539; font-size:14px;margin:0 auto;background-color:#f7f7f7;text-align:center;}


.xgmx ul{ margin:0 -10px}
.xgmx ul li{ float:left; padding:0 10px; box-sizing:border-box; width:33.333%; text-align:center; margin-bottom:20px}
.xgmx ul li p{ display:block; font-size:14px; line-height:30px}
.xgmx ul li i{ display:block; width:100%; padding-bottom:100%; position:relative;overflow:hidden}
.xgmx ul li i:after{ content:""; position:absolute; width:100%; height:100%; background:url(../images/gai.png) center no-repeat; background-size:cover; top:0; left:0; z-index:2}
.xgmx ul li i img{ position:absolute; left:0; top:50%; transform:translateY(-50%); width:98%; height:auto;}


.xgzx{ margin-top:40px}
.xgzx .gb_dk .nr{margin:0px 0; height:212px; overflow:hidden;}
.xgzx .gb_dk .nr.on{height:auto;}
.xgzx .gb_dk .nr ul li{ height:106px; border:0; overflow:hidden}
.xgzx .gb_dk .nr ul li .zxzxpic{ float:left; width:140px; height:86px; overflow:hidden}
.xgzx .gb_dk .nr ul li .zxzxpic img{ width:140px; height:86px}
.xgzx .gb_dk .nr ul li .zxzxzi{ float:right; width:calc(100% - 160px) }
.xgzx .gb_dk .nr ul li .zxzxzi p{ display:block; width:100%; float:none; line-height: 1.2; font-size: 16px; margin-top: 4px; height: 38px; overflow: hidden; text-overflow: ellipsis;
    display: -webkit-box;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;}
	
.xgzx .gb_dk .nr ul li .zxzxzi span{ display:block; float:none; width:100%; max-width:inherit; color: #999; margin-top:20px; font-size: 14px; height: 16px;line-height: 16px; white-space: nowrap;}
.xgzx .gb_dk .nr ul li .zxzxzi span i{ padding-left:10px; padding-right:5px; color:#d1d1d1}




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

.mxjs1 .dpic{ display:block; float:left; width:50%; border:#e1e1e1 1px solid; padding:10px; box-sizing:border-box}

.mxjs1 .mxjs01{ float:right; width:48%}
.mxjs1 .mxjs01 h3{ display:block; font-size:16px; font-weight:bold; color:#333; line-height:35px}
.mxjs1 .mxjs01 p{ font-size:12px; line-height:23px; color:#333}

.daibiao{ position:inherit; bottom:0; right:0; width:100%; margin:20px 0}
.daibiao ul li{ float:left; padding:0 10px; box-sizing:border-box; width:33.33%; text-align:center; font-size:12px; margin-bottom:10px}

.mxjj{ margin:10px 0; font-size:12px; line-height:23px; color:#333}
.mxjj em{ color:#ff7e00; font-weight:bold; font-size:16px}


.nlf{ float:none; width:100%  }
.nrt{ float:none; width:100%;}

.mx1{ margin-bottom:20px; font-size:12px; line-height:23px}
.mx2{ margin-bottom:20px;}
.mx3{ margin-bottom:20px;}


.gb_dk{width:100%; margin:0 auto 0px; overflow:hidden;}
.gb_dk .nr{margin:20px 0; font-size:12px; line-height:25px; height:100px; overflow:hidden;}
.gb_dk .nr ul li span{ display:block; float:left; width:60px;color:#999999}
.gb_dk .nr ul li p{ width:calc(50% - 65px)  }
.gb_dk .xq{ height:25px;  line-height:25px; font-size:12px; }



.mx2 ul { margin:-10px}
.mx2 ul li{ float:left; width:50%; margin-bottom:20px; padding:0 10px; box-sizing:border-box;}
.mx2 ul li i{ display:block; width:100%; padding-bottom:131%; position:relative}
.mx2 ul li i img{ position:absolute; width:100%; height:100%; top:0; left:0}



	.lanren ul.list li{width: 50%;height: auto; max-height:320px; margin-bottom:15px; }
	.lanren .more a{ line-height:25px;font-size:12px}




.xgzx{ margin-top:20px}
.xgzx .gb_dk .nr{margin:0px 0; height:212px; overflow:hidden;}
.xgzx .gb_dk .nr.on{height:auto;}
.xgzx .gb_dk .nr ul li{ height:106px; border:0; overflow:hidden}
.xgzx .gb_dk .nr ul li .zxzxpic{ float:left; width:140px; height:86px; overflow:hidden}
.xgzx .gb_dk .nr ul li .zxzxpic img{ width:140px; height:86px}
.xgzx .gb_dk .nr ul li .zxzxzi{ float:right; width:calc(100% - 160px) }
.xgzx .gb_dk .nr ul li .zxzxzi p{ display:block; width:100%; float:none; line-height: 1.2; font-size: 14px; margin-top: 4px; height: 30px; overflow: hidden; text-overflow: ellipsis;
    display: -webkit-box;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;}
.xgzx .gb_dk .nr ul li .zxzxzi span{  font-size: 12px; }
.xgzx .gb_dk .nr ul li .zxzxzi span i{ padding-left:5px; padding-right:2px; color:#d1d1d1}
	
}


.nbt{ text-align:center; font-size:35px; color:#333; line-height:40px; margin-bottom:30px; overflow:hidden}
.nbt em{ display:inline-block; width:80px; height:2px; background:#e1e1e1; margin:0 25px;}

.ndh{ text-align:center; margin:20px 0; overflow:hidden}
.ndh ul{ display:inline-block}
.ndh ul li{ float:left; line-height:15px; font-size:16px; border-right:#888 1px solid; padding:0 15px}
.ndh ul li:last-child { border-right:0}
.ndh .lxjj{ display:inline-block; font-size:16px; line-height:15px}
.ndh .lxjj em{color: #ff7e00;    font-weight: bold;}

.fanbao2 ul{ position:relative; margin:0 -10px;}
.fanbao2 ul li{ float:left; width:25%; box-sizing:border-box; padding:0 10px; margin-bottom:20px;}
.fanbao2 ul li i{ display:block; width:100%; padding-bottom:120%; position:relative; overflow:hidden}
.fanbao2 ul li i img{ width:100%; height:100%; position:absolute; left:0; top:0; transition: all 0.6s}
.fanbao2 ul li:hover i img{ transform:scale(1.1,1.1); transition:all 0.6s}
.fanbao2 ul li h3{ font-size:16px; color:#333; line-height:40px}
.fanbao2 ul li p{ display:block; font-size:14px; line-height:23px; height:46px; color:#888; overflow:hidden}


@media only screen and (max-width:995px) {
.nbt{ text-align:center; font-size:20px; color:#333; line-height:40px; margin-bottom:0px; overflow:hidden}
.nbt em{ display:inline-block; width:50px; height:1px; background:#e1e1e1; margin:0 25px;}
.ndh{ margin:10px 0}
.ndh ul li{ float:left; line-height:15px; font-size:12px; border-right:#888 1px solid; padding:0 5px}
.ndh .lxjj{  font-size:12px; line-height:15px}


.fanbao2 ul li{ float:left; width:50%; box-sizing:border-box; padding:0 10px; margin-bottom:20px;}

.fanbao2 ul li h3{ font-size:14px; color:#333; line-height:30px}
.fanbao2 ul li p{ display:block; font-size:12px; line-height:20px; height:40px; color:#888; overflow:hidden}
}




@media only screen and (max-width:600px) {
.ndh ul{ display:block; text-align:center}
.ndh ul li{ float:none; display:inline-block; }

}


/*æ¡ˆä¾‹*/
.anli2 ul{ position:relative; margin:0 -10px;}
.anli2 ul li{ float:left; width:33.3333333333%; padding:0 10px; box-sizing:border-box; margin-bottom:30px}
.anli2 ul li i{ display:block; width:100%; height:auto; overflow:hidden}
.anli2 ul li i img{  width:100%; height:auto; transition:all 0.6s}
.anli2 ul li:hover i img{ transform:scale(1.1,1.1); transition:all 0.6s}
.anli2 ul li h3{ display:block; font-size:16px; color:#333; line-height:40px}
.anli2 ul li p{ display:block; border-bottom:#dddddd 1px solid; padding-bottom:10px; color:#888; position:relative}
.anli2 ul li p:after{ content:""; position:absolute; left:0; bottom:0; width:0; height:2px; background:#e6a539; transition:all 0.6s}
.anli2 ul li:hover p:after{ content:""; position:absolute; width:100%; height:2px; background:#e6a539; transition:all 0.6s}

@media only screen and (max-width:995px) {
.anli2 ul{ position:relative; margin:0 -10px;}
.anli2 ul li{ float:left; width:50%; padding:0 10px; box-sizing:border-box; margin-bottom:10px}
.anli2 ul li p{ font-size:12px}

}



/*æ–°é—»ä¸­å¿ƒ*/

.ny_xw ul li { border-bottom:1px solid #dddddd; box-sizing:border-box; padding:20px 0; }
.ny_xw ul li .tp { float:left; width:240px; height:176px; overflow:hidden}
.ny_xw ul li .tp img { width:100%; height:auto; transition:all 0.6s}
.ny_xw ul li:hover .tp img{ transform:scale(1.1,1.1); transition:all 0.6s}
.ny_xw ul li .wz { width:calc(100% - 270px); float:right; } 
.ny_xw ul li .wz h1 { font-size:18px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height:40px; font-weight:bold; padding-bottom:10px; }
.ny_xw ul li .wz h1 a {font-size:18px;}
.ny_xw ul li .wz p { font-size:14px; line-height:25px; color:#666; height:75px; overflow:hidden;}
.ny_xw ul li .wz .rq { float:left; color:#999; padding-top:10px; font-size:14px}
.ny_xw ul li .wz .rq  i{ width:20px}
.ny_xw ul li .wz .gd {   color:#e6a539; line-height:30px; height:30px; float:right; font-size:14px; margin-top:10px}
.ny_xw ul li .wz .gd a{ color:#e6a539}
.ny_xw ul li .wz .gd i{ padding-left:10px;transition:all 0.6s}
.ny_xw ul li .wz .gd:hover i{ padding-left:20px; text-align:right; transition:all 0.6s}

.weizhi{ border-bottom:#f1f1f1 1px solid; overflow:hidden; padding-bottom:10px; margin-bottom:15px;}
.weizhi h3{ display:block; float:left; border-left:#e6a539 5px solid; padding-left:10px; font-size:20px;}
.weizhi ul.menu{float:right; height:24px; margin:3px 0 0 38px;}
.weizhi ul.menu li{float:left; font-size:15px; color:#333;}
.weizhi ul.menu li a{color:#333; display:block; height:24px; line-height:24px; padding:0 11px; float:left;
 -webkit-border-radius:24px; -moz-border-radius:24px; -ms-border-radius:24px; -o-border-radius:24px; border-radius:24px;}
.weizhi ul.menu li a.on{background-color:#e6a539; color:#fff;}
.weizhi ul.menu li a:hover{background-color:#e6a539; color:#fff;}
.weizhi ul.menu li i{width:1px; height:15px; float:left; background-color:#aaa; margin:4.5px 7px 0 7px;}




.zxzx ul li{ overflow:hidden; margin-bottom:20px;}
.zxzx ul li .zxzxpic{ float:left; width:140px; height:86px; overflow:hidden}
.zxzx ul li .zxzxpic img{ width:140px; height:86px}
.zxzx ul li .zxzxzi{ float:right; width:calc(100% - 160px) }
.zxzx ul li .zxzxzi p{ display:block; width:100%; float:none; line-height: 1.2; font-size: 16px; margin-top: 4px; height: 38px; overflow: hidden; text-overflow: ellipsis;
    display: -webkit-box;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;}
	
.zxzx ul li .zxzxzi span{ display:block; float:none; width:100%; max-width:inherit; color: #999; margin-top:20px; font-size: 14px; height: 16px;line-height: 16px; white-space: nowrap;}
.zxzx ul li .zxzxzi span i{ padding-left:10px; padding-right:5px; color:#d1d1d1}


@media only screen and (max-width:992px) {
.ny_xw { margin:20px auto;}
.ny_xw ul li { border:1px solid #dddddd; padding:2%; margin-bottom:15px;}

.ny_xw ul li .wz h1 { font-size:16px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height:30px;padding-bottom:5px; }
.ny_xw ul li .wz h1 a {font-size:16px;}
.ny_xw ul li .wz  p { font-size:13px; line-height:22px; color:#666;  overflow:hidden;}
.ny_xw ul li .wz .rq{ font-size:12px;}
.ny_xw ul li .wz .gd{ font-size:12px;}

.weizhi h3{ display:block; float:left; border-left:#e6a539 5px solid; padding-left:10px; font-size:16px;}
.weizhi ul.menu{float:right; height:24px; margin:0;}
.weizhi ul.menu li{float:left; font-size:12px; color:#333;}
.weizhi ul.menu li a{ padding:0 5px}

}

@media only screen and (max-width:600px) {
.ny_xw ul li .tp { float:none; width:100%; overflow:hidden}
.ny_xw ul li .wz { width:100%; float:none; margin:0; padding:10px; box-sizing:border-box} 

.ny_xw ul li .wz h1 { font-size:14px; }
.ny_xw ul li .wz h1 a {font-size:14px;}
.weizhi h3{ float:none; margin-bottom:15px}
.weizhi ul.menu{float:none; height:24px; margin:0;}
}


.gywm{  
   
    font-size: 14px;
    line-height: 25px;
    color: #666;
	border-bottom:#e1e1e1 1px solid; padding-bottom:30px; margin-bottom:30px;
	}
	
	
	.gywm h3{ display:block; font-size:20px; margin-bottom:20px; color:#000}
	
	
	.lx2{ margin-bottom:50px;}
.lx2 ul li {
	width: 33.333333333333333%;
	float: left;
	box-sizing: border-box;
	border-right: #f3f3f3 1px solid;
	padding: 0 35px;
	
}
.lx2 ul li:nth-child(3n){ border-right:0}

.lx2 ul li i {
	background: #fff;
	-webkit-box-shadow: 0px 5px 7px rgba(41,57,99,0.3);
	-moz-box-shadow: 0px 5px 7px rgba(41,57,99,0.3);
	box-shadow: 0px 5px 7px rgba(41,57,99,0.3);
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
	margin: 20px auto;
	float: left;
	color: #e6a539;
	font-size: 30px
}
.lx2 ul li .lx02 {
	float: right;
	width: calc(100% - 120px)
}

.lx2 ul li .lx02  h3 {
	font-size:18px; padding-bottom:15px

}

.lx2 ul li .lx02  p{ display:block; font-size:14px; line-height:30px; color:#666}



.ditu{ width:100%; height:auto}


#dituContent{ height:350px}


 @media only screen and (max-width:995px){
	 
	 	.gywm h3{ display:block; font-size:14px; margin-bottom:20px; color:#000; margin-top:30px}
	
	 .gywm{  
   
    font-size: 12px;
    line-height: 23px;
    padding-bottom:20px; margin-bottom:20px;
	}
	
	
	 .lx2{ margin-bottom:20px;}
	 .lx2 ul li {
	width: 100%;
	float: left;
	box-sizing: border-box;
	border-right: #f3f3f3 0px solid;
	border-bottom: #f3f3f3 1px solid;
	padding: 0 0px;
	padding:15px 0
	
}
.lx2 ul li:nth-child(3n){ border-bottom:0}

.lx2 ul li i {
	background: #fff;
	-webkit-box-shadow: 0px 5px 7px rgba(41,57,99,0.3);
	-moz-box-shadow: 0px 5px 7px rgba(41,57,99,0.3);
	box-shadow: 0px 5px 7px rgba(41,57,99,0.3);
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	margin: 0px auto;
	float: left;

	font-size: 20px
}
.lx2 ul li .lx02 {
	float: right;
	width: calc(100% - 70px)
}

.lx2 ul li .lx02  h3 {
	font-size:16px; padding-bottom:10px

}

.lx2 ul li .lx02  p{ display:block; font-size:14px; line-height:30px; color:#666}


#dituContent{ height:200px}

	 }
	 
	 
	 
.lanrens{width: 100%;height: auto;margin:0 auto;overflow: hidden;text-align: left;}
.lanrens ul.list{overflow: hidden;}
.lanrens ul.list li{width: 48%; height:auto; margin-bottom:30px; margin-right:4%;float: left;overflow: hidden;}
.lanrens ul.list li:nth-child(2n){margin-right:0;}


	.lanrens .more{overflow: hidden;text-align: center;}
	.lanrens .more a{display: block;width: 140px; line-height:36px;color:#e6a539; font-size:14px;margin:0 auto;background-color:#f7f7f7;text-align:center;}



.rebo2 .rbbt{ border-bottom:#e1e1e1 1px solid; margin-bottom:20px; overflow:hidden;  }
.rebo2 .rbbt h1{ display:block; float:left; color:#e6a539 ; font-size:23px;line-height:45px}
.rebo2 .rbbt h2{ display:block; float:left; font-size:14px; color:#666; padding-top:15px}
.rebo2 .rbbt span{ display:block; float:right; color:#888; font-size:12px; line-height:45px}

.rebo2 .rbpic { float:left; width:40%; height:auto}
.rebo2 .rbpic img{ width:100%; height:auto}
.rebo2 .rbyy{ float:left; width:60%}
.rebo2 .rbyy dl dt{ float:left; width:33.33333333333%;text-align:center; margin-bottom:15px;}

.rebo2 .rbyy dl dt i{ display:block; width:80%;  padding-bottom:80%; margin:0 auto; position:relative; overflow:hidden; border-radius:50%;}
.rebo2 .rbyy dl dt i img{ position:absolute; width:100%; height:auto; left:0; top:0; min-height:100%;}
.rebo2 .rbyy dl dt h3{ font-size:14px; color:#000; line-height:35px}
.rebo2 .rbyy dl dt p{ font-size:12px; color:#777; line-height:23px}





@media only screen and (max-width:995px) {
.lanrens ul.list li{width: 100%; height:auto; margin-bottom:30px; margin-right:0;float:none;overflow: hidden;}
.rebo2 .rbbt h1{ font-size:14px;line-height:25px; font-weight:bold}
.rebo2 .rbbt h2{ float:right; font-size:12px; padding-top:0px; line-height:25px; }
.rebo2 .rbbt span{ display:block; width:100%; float:none; color:#888; font-size:12px; line-height:25px;clear:both}

.rebo2 .rbpic { float:none; width:100%; height:auto}
.rebo2 .rbyy{ float:none; width:100%}

.rebo2 .rbyy dl dt h3{ font-size:12px; color:#000; line-height:25px}
.rebo2 .rbyy dl dt p{ font-size:12px; color:#777; line-height:20px}
}







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