<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "GB2312";
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
a{
	text-decoration: none;
}

li{
	list-style: none;
}
.wrap {
	width: 1280px;
	margin: 0 auto;
}

.clear {
	overflow: hidden;
	
}
.c{
	clear: both;
}
.fl {
	float: left;
}
em,i{
	font-style: normal;
	display: block;
}
.fr {
	float: right;
}
table {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%!important;
}
table tr:nth-child(odd) {
	background: #76b5f3;
}
table td:nth-child(even) {
}
table tr:hover {
	background: #d5d7de;
}
table td, table th {
	border: 1px solid #dddddd;
}
table tr:nth-of-type(1) {
	background: #d5d7de;
}
/* 閿熸枻鎷烽敓鏂ゆ嫹澶撮敓鏂ゆ嫹 */
.top{
	background: #1C86EE;
	color: white
}
.top span{
	display: inline-block;
	margin-right: 18px
}
.xilie_top{
    text-align: center;
    margin: 20px;
}
.xlt1{
    font-size: 14px;
    color: #676767;
    font-weight: bold;
}
.xlt2{
    width: 7%;
    height: 3px;
    background: #d4d4d4;
    margin: 6px auto;
}
.xlt3{
    font-size: 28px;
    font-weight: bold;
}
.xlt3 span {
    font-size: 28px;
    font-weight: bold;
    color: #0093dd
}
/*閿熸枻鎷烽〉header*/
.header{
	background:#1C86EE;
}
.header ul {
	padding: 20px 0;
}
.header ul li{
	width: 12.5%;
	float: left;
	text-align: center;
	color: white;
	line-height: 20px;
}
.header ul li span{
	display: block;
}
.header ul li a{
	color: white;
}
/* --------------------------------------------banner--------------------------------------------------------- */

#banner {
	width: 100%;
	position: relative;
}

#banner ul {
	overflow: hidden;
	margin-bottom: 0;
}

#banner ul li {
	list-style: none;
	display: none;
}

#banner img {
	width: 100%;
}

#p {
	width: 90px;
	position: absolute;
	left: 48%;
	bottom: 3%;
}

#p p {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0ca6f2;
	float: left;
	margin-left: 10px;
}

#p p:nth-child(1) {
	margin-left: 0;
}

#p .on {
	background: #fff;
}

#left {
	font-size: 60px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	left: 5%;
	top: 45%;
	text-decoration: none;
	display: inline-block;
	background: #d0c1c1;
	padding: 20px 6px;
	opacity: 0.4;
}

#right {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 5%;
	top: 45%;
	text-decoration: none;
	display: inline-block;
	background: #d0c1c1;
	padding: 20px 6px;
	opacity: 0.4;
}

/*閿熸枻鎷峰搧閿熸枻鎷烽敓鏂ゆ嫹*/
.pro {
	background: url(../images/homeonebg.jpg)no-repeat;
	background-size: 100% 100%;
	margin-top: 60px;
}

.pro .content dl{
	width: 22%;
    float: left;
    text-align: center;
    margin: 0 1.5%;
    margin-bottom: 36px;
}
.pro .content dl dt img{
	width: 100%;
}
.pro .content dl dt{

	position: relative;
	overflow: hidden;
}
.pro .content dl dd{
	color: #666;
}
.pro .content dl dt:before{
	    content: '';
    position: absolute;
    left: 50%;
    top: 150%;
    width: 50px;
    height: 50px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: url(../images/hovericon.png) no-repeat center center rgba(0, 0, 0, 0.5);
    background-size: 39px;
    z-index: 2;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro .content dl dt:after{
	content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100%;
    background: rgba(0, 0, 0, 0.24);
    bottom: -100%;
    z-index: 1;
}
.pro .content dl:hover{
	transition: all 0.3s;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
}
.pro .content dl:hover dt:after{
	bottom: 0%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro .content dl:hover dt:before{
	top: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* 閿熸枻鎷峰徃閿熸枻鎷烽敓?? */
.gsjj{
	background: #1C86EE;
	margin: 50px 0;
}
.gsjj_left{
	width: 50%;
}
.gsjj_left img{
	width: 100%;
}
.gsjj_right{
	width: 50%;
	color: white;
	padding: 68px 44px;
	box-sizing: border-box;

}
.gsjj_right p{
font-size: 28px;
text-align: center;
margin-bottom: 30px
}
.gsjj_right span{
	display: inline-block;
	text-indent: 30px;
	line-height: 40px;
}
.gsjj_right a{
	border: 1px solid white;
    width: 120px;
    text-align: center;
    border-radius: 20px;
    float: right;
    margin-top: 44px;
	margin-right: 60px;
	color: white
}

/*閿熸枻鎷烽〉閿熸枻鎷烽敓鏂ゆ嫹*/
.znews{
	margin: 50px 0;
}
.znews .fl{
	width: 54%;
}
.znews .fl .news_fll{
	width: 100%;
}
.znews .fl .news_fll dl{
	position: relative;
}
.znews .fl .news_fll dl dd{
	position: absolute;
	left: 0;
	bottom: 0;
	background: #1C86EE;
	opacity: 0.8;
	color: white;
	padding: 10px 10px;
	box-sizing: border-box;
	line-height: 20px;
	width: 100%;
}
/* .znews .fl .news_frr{
	width:50%;
	line-height: 24px;
}
.znews .fl .news_frr dl{
	padding:  16px;
	box-sizing: border-box;
	background: #1C86EE;
	color: white;
	opacity: 0.9;
}
.znews .fl .news_frr dl dt{
	font-size: 16px;
}
.znews .fl .news_frr dl dd em{
	margin: 8px 0;
} */
.znews .fl dl dt img{
	width: 100%;
}
.znews .fl .news_bottom{
	background: #f4f4f4;
}
.znews .fl .news_bottom a{
	float: left;
    width: 30%;
    margin: 2px 1.6%;
    padding: 12px 5px;
    box-sizing: border-box;
    border-right: 1px solid #d6cdcd;
}
.news_bottom dl dt{
	font-weight: bolder
}
.znews .fl .news_bottom a:last-child{
	border-right: none;
}
.znews a{
	color: #333
}
.znews .fr{
	width: 45%;
	background: #f4f4f4;
}
.znews .wrap&gt;.fr dl{
	padding:9px 16px;
	box-sizing: border-box;
	border-bottom: 1px solid #e0dcdc;
}
.znews .fr dl dt{
	font-size: 16px;
	font-weight: bold
}


/* 閿熸枻鎷烽敓鏂ゆ嫹灞曠ず */
.m5{ width:100%; margin:60px 0; }
.m5t{ width:100%; height:99px; background:url(../images/m5t.jpg) no-repeat center top; margin-bottom:20px;}
#marquee3 {
	WIDTH: 100%;
	DISPLAY: inline;
	FLOAT: left;
	height: 256px;
	OVERFLOW: hidden;
}
#marquee3 li {
	TEXT-ALIGN: center;
	WIDTH: 280px;
	FLOAT: left;
	margin-right: 30px;
}
#marquee3 .m3tp{ margin-bottom:10px;}
#marquee3  li img{ border:2px #cccccc solid;width: 100%;}

#marquee3 li .m3txt {
	height:29px; line-height:29px;
	text-align:center;
 border:1px #cccccc solid;
 width:100px; margin:0 auto;
 border-radius:10px;
}
#marquee3 li .m3txt a{
	color: #666666
}
#marquee3 li:hover img{ border:2px #0093dd solid;}
#marquee3 li:hover .m3txt{ background-color:#0093dd;}
#marquee3 li:hover .m3txt a{ color:#ffffff;}

/* ---------------------閿熸枻鎷烽敓鏂ゆ嫹閿熸枻鎷蜂笟 -------------------*/
#slider {position: absolute;width:1280px;height:482px;overflow: hidden;background: #000;}
#slider .slide {position: absolute;top: 0px;height: 482px;width:345px;
	background: #000000;overflow: hidden;cursor: default;}

#slider .text{position: absolute;top: 386px;color: #ffffff;
	font-size:14px;	width: 345px; text-indent: 30px; padding-bottom: 20px; padding-top: 20px; line-height: 50px;}


.slide:hover .text{ height: 80px; background:url(../images/fq01.png); color: #000000;  text-indent: 30px; padding-top: 20px;}

#slider .text .title {color: #ffffff;font-weight: bold;font-size: 1.4em;
	margin-right: 1.5em; padding-bottom: 20px; text-decoration: none; padding-top: 20px;
	 }

#slider .text .title a{color: #ffffff;font-weight: bold;font-size: 1.4em;
	 }

#slider .diapo {filter: alpha(opacity=100);opacity: 1;visibility: hidden;}


/*閿熸枻鎷烽敓鏂ゆ嫹閿熸枻鎷烽敓鏂ゆ嫹*/

.nnews ul li {
	overflow: hidden;
	width: 48%;
	margin-bottom: 20px;
	padding: 20px 0;
	box-sizing: border-box;
	box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.1);
}

.nnews ul li:nth-child(odd) {
	float: left;
}

.nnews ul li:nth-child(even) {
	float: right;
}

.nnews ul li .news_time {
	width: 18%;
	text-align: center;
	color: white;
	height: 120px;
	padding-top: 34px;
	position: relative;
	box-sizing: border-box;
	background: #1C86EE;
}

.nnews ul li .news_time:before {
	content: '';
	position: absolute;
	right: -14px;
	top: 60px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #1C86EE;
	margin-top: -15px;
	z-index: 3;

}

.nnews ul li .news_time p {
	font-size: 30px;
	font-weight: bold;
}

.nnews ul li .news_content {
	width: 80%;
}


.nnews ul li .news_content p {
	color: #333;
	font-size: 18px;
	font-weight: bolder;
}

.nnews ul li .news_content span {
	color: #666;
}

.nnews ul li:hover .news_content p{
	color: #1C86EE;
}

/* 閿熼樁璇ф嫹閿熸枻鎷锋伅 */
/*閿熸枻鎷烽敓鏂ゆ嫹*/
.link{margin-top: 40px;font-family:"Microsoft YaHei";clear:both;line-height:24px;padding:19px 0;background:#0066ce; overflow:hidden;/* white-space:nowrap; */ color:#fff;}
.link h2{line-height:43px; color:#fff; font-size:18px;height:43px; overflow:hidden; background:url(../images/link1.jpg) repeat-x 0 23px; font-weight:normal;}
.link h2 span{ font-size:12px;}
.link h2 b{ font-family:"Times New Roman", Times, serif; text-transform:uppercase; font-size:32px; background:#0066ce;}
.link h2 a,.link h2 span a{ color:#fff;background:#0066ce; padding:0 25px 0 16px;}
.lnk_c a{ padding:0 15px 0 0; color:#fff;}
.lnk_c tr td{width: 21%;float: left;}
/*閿熼樁璇ф嫹閿熸枻鎷峰*/
.foot{ background:url(../images/footbg.jpg) no-repeat center 0 #0066ce; height:200px;color:#5da6f4; line-height:20px; text-align:center;}
.f_nav{ height:43px; line-height:43px; font-size:14px;color:#fff;text-align:center;font-family:"Microsoft YaHei";}
.f_nav a{ color:#fff; padding:0 16px;}
.f_con{padding:48px 0 0; padding-left:90px;color:#fff;}
.f_logo{ width:271px;text-align:right;}
.f_text{ width:500px; padding:0 0 0 26px;}
.f_text a{ color:white;}
.f_text img{ padding:0 10px 0 0;}

/* channel椤甸敓鏂ゆ嫹 */
/*procenter閿熸枻鎷峰*/
.plc1{padding:30px 0; overflow:hidden;}
.plc1 h2{ margin:0 auto 0px; text-indent:41px;line-height:1.3em;height:1.3em;background:url(../images/procen1.png) 0 center no-repeat; font-size:28px;font-weight:600; color:#2a2a2a; overflow:hidden;}
.plc1 h2 a{color:#00132b;}
.plc1 h2 span{ width:auto;float:right; font-size:16px;}
.plc_bg h2{ background:url(../images/cptb.png) 0 center no-repeat;color:#2a2a2a;}
.plc_bg h2 a{color:#1C86EE;}
.plc1 ul{margin:10px auto 0;overflow:hidden; border-top:1px solid #ddd; }
.plc1 ul li{ width:23%; margin:25px 2% 25px 0%;border-bottom:2px solid #f3f3f4; float:left;overflow:hidden; }
.plc1 ul dl dd a{color:#fff;padding:0px 30px;}
.plc1 ul dl dd img{ vertical-align:middle; margin-left:5px; padding:5px 0;width:20px; height:auto;}
.plc1 ul li img{width:100%; float:left;}
.plc1 ul li p,.pl ul li p{width:100%; text-align:center;background-color:#f3f3f4; font-size:18px;height:2.4em; line-height:2.4em;overflow:hidden;}
.plc1 ul li p a{ display:block;white-space:nowrap; padding:0 3px; text-overflow:ellipsis;overflow:hidden;color: #666666}
.plc1 ul li:hover p a{color:#4c4e5d;}
.plc_bg ul li:hover p a{color:#1C86EE;}
.plc1 ul li:hover img{opacity: 0.9;}
.plc1 ul li:hover{ border-bottom:2px solid #4c4e5d;}
.pl ul li:hover img{opacity: 0.9;}
.pl ul li:hover{ border-bottom:2px solid #1C86EE;}
.plc_bg ul li:hover{ border-bottom:2px solid #1C86EE;background-color:#fff;}
.plc_bg{ background:#f3f3f4;  padding:30px 0 30px; overflow:hidden;}
.plc_bg ul li p{ background-color:#fff;}
.prolist_m1{ margin:30px 0 10px -3%; overflow:hidden;}
.prolist_m1 dl{ width:22%; margin-left:3%;-webkit-transition: all 0s ease; transition: all 0s ease; margin-bottom:35px;float:left;}
.prolist_m1 dl dt{ width:100%; overflow:hidden;}
.prolist_m1 dl dt img{ width:100%;}
.prolist_m1 dl dd{ margin:1px 1%;text-align:center; height:2.5em; line-height:2.5em;white-space:nowrap; text-overflow:ellipsis; font-size:16px; border-bottom:3px solid #f3f3f3;  overflow:hidden;}
.prolist_m1 dl dd a{-webkit-transition: all 0s ease; transition: all 0s ease;color:#1C86EE;}
.prolist_m1 dl dd p{ padding:0px 8px; text-align:center; font-size:15px; height:1.5em; line-height:1.5em; overflow:hidden;}
.prolist_m1 dl dd p span{ color:#ff3300;}
.prolist_m1 dl a:hover{color:#1C86EE;}
.prolist_m1 dl:hover dd{border-bottom:3px solid #1C86EE;}
.prolist_m1 dl:hover dt img,.solution_m1 dl:hover dt img{transition-delay: 0s; transition-duration: 0.4s; transition-property: all; transition-timing-function: ease;-moz-transition-delay: 0s;
    -moz-transition-duration: 0.4s;  transform: scale(1.1, 1.1);	-ms-transform:scale(1.1, 1.1); 	/* iE 9 */	-moz-transform:scale(1.1, 1.1); 		-webkit-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1);}
/*procenter閿熸枻鎷烽敓鏂ゆ嫹*/
/* 閿熸枻鎷峰墠浣嶉敓鏂ゆ嫹 */
.wz {
	border-bottom: 1px solid #ededed;
	background: #f5f5f5;
	margin-bottom: 30px
}

.wz p {
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	color: #666;
	background: url(../images/wz.png) 0 center no-repeat;
	text-indent: 23px;
}

.wz p span {
	font-weight: bold;
}

.wz p a {
	color: #666;
}

.wz p a:hover {
	color: #0089ff;
}

/* 閿熸枻鎷风郴閿熸枻鎷烽敓鏂ゆ嫹 */

.cont-show{ margin-top: 40px; }
.cont-show strong{ display: block; text-align: center; color: #393B45; font-size: 36px; line-height: 1.1; margin-bottom: 24px;}
.cont-show p{ color:#393B45; line-height: 30px; text-align: center; padding: 0 11%; }
.cont-show ul{ clear: both; overflow: hidden; padding-bottom: 10px; margin-top: 40px; margin-left: -5%; }
.cont-show li{ float: left; width: 28%; text-align: center; padding: 30px 0 40px; margin-left: 5%; box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.2); -moz-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.2);}
.cont-show li img{ margin-bottom: 40px;}
.cont-show .cont-txt{ height: 84px; padding: 0 6px;}
.cont-show li p{ font-size: 20px; line-height: 36px; padding: 0;}
.cont-show li b{ color: #FF8000; font-size: 22px; line-height: 36px; }
.cont-show li span{ display: inline-block; color: #FFF; font-size: 20px; width: 166px; height: 36px; line-height: 36px; text-align: center; border-radius: 18px; margin-top: 10px; cursor: pointer; background-color: #FF8000;}

/* 閿熸枻鎷烽敓鏂ゆ嫹閿熸枻鎷烽敓鏂ゆ嫹 */
.channel_content{padding:40px 0 30px;}
.about-sub-title{
	margin-bottom: 20px
}
.about-sub-title h2 {
	font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: #0e4a8e;
    text-align: center;
}
.ab-txt{
	line-height: 30px;
}

.about_us .jianjie{margin-top:40px;}  
.about_us .jianjie .l_box{width:65%;position:relative}  .about_us .jianjie img{ width:100%; height:auto;} 
.about_us .jianjie .r_box{width:32%;}
.about_us .jianjie .l_box .pd{position:absolute; left:50px; top:13%; width:70%; padding:30px 30px 30px;     background: white;
    opacity: 0.9;}
.about_us .jianjie h5{line-height:1; color:#1f1f1f; margin-bottom:10px; font-size:24px}  
.about_us .jianjie .r_box .pd .title{ margin-bottom:20px;}
.about_us .jianjie .l_box .pd p{font-size:14px; color:#787878; line-height:26px; margin-bottom:40px;}
.about_us .jianjie .l_box  .icon_list li{width:25%; float:left; text-align:center;}
.about_us .jianjie .l_box  .icon_list li a{display:block;}
.about_us .jianjie .l_box  .icon_list li a:hover .icon{transform:rotateY(180deg); -webkit-transform:rotateY(180deg);}
.about_us .jianjie .l_box  .icon_list li .icon{width:55px; height:55px; margin:0 auto 15px; display:block; background:url(../images/about_icons.png) 0 0 no-repeat;}
.about_us .jianjie .l_box  .icon_list .li2 .icon{background-position:-55px 0;}
.about_us .jianjie .l_box  .icon_list .li3 .icon{background-position:-110px 0;}
.about_us .jianjie .l_box  .icon_list .li4 .icon{background-position:-165px 0;}
.about_us .jianjie .l_box  .icon_list .name{display:block;font-size:14px; color:#1f1f1f; line-height:20px;}
.about_us .info_box{background:#F2F6FF url(../images/pro_x.png) repeat repeat; padding:13px; }
.about_us .jianjie .r_box .pd{ background:#fff;    box-shadow: #E2E8FB 0px 3px 10px; padding:15px} 
.about_us .jianjie .r_box .pd ul{ margin:10px 0 5px}
.about_us .jianjie .r_box .pd li{font-size:15px; color:#787878; line-height:29px;}

/* article椤甸敓鏂ゆ嫹 */
.articleo{
	margin-top: 40px;
	overflow: hidden;
}
.art_content{
    line-height: 24px
}
.art_content table{
	width: 100%!important;
}
.art_top&gt;p{
	font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}
.art_top .art_time{
	text-align: center;
    line-height: 30px;
    color: #666;
    padding-right: 18px;
    border-top: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
    margin-bottom: 20px;
}
.pnex{
	margin-top: 24px;
    border-top: 1px solid;
	overflow: hidden;
}
.art_content{
    line-height: 30px
}
.pnex span{
	display: inline-block;
	float: left;
    width: 100%;
    margin: 6px 0;
}
.pnex span a{
	color: #0089ff
}
.cc{
	display: none;
}
/* 閿熸枻鎷烽〉 */
.fy{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 20px auto;
	
}
.fy span strong{
	width: 26px;
    height: 26px;
 
    display: inline-block;
    text-align: center;
	line-height: 26px;
	margin-right: 10px
}
.fy a{
	width:26px;
    height: 26px;
    border: 1px solid;
    display: inline-block;
    text-align: center;
	line-height: 26px;
	margin-right: 10px;
	background: #125fa3;
	color: white
}
.fy span input{
	width: 26px;
    height: 26px;
    border: 1px solid;
    display: inline-block;
    text-align: center;
    line-height: 26px;
}
.ee{
	margin-top: 20px
}
.bottom_bottom1{
	display: none;
}
 .nbanner{
	 width: 100%;

 }
 .nbanner img{
	width: 100%;
	
}
/* 閿熸枻鎷峰徃閿熸枻鎷烽敓? */
.sbgsjj{
	background: url(../images/m31.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 40px 0;
	text-align: center;
	color: white
}
.sbgsjj_content span{
	margin: 0 auto;
  line-height: 40px;
    display: block;text-align: left;
    text-indent: 28px;
}
.sbgsjj_content p {
    font-size: 28px;
	margin-bottom: 20px;
	font-weight:bolder
}

.sbgsjj_content a {
    display: block;
    color: #635959;
    background: #c0dcea;
    width: 200px;
    margin: 0 auto;
    margin-top: 80px;
}


.lyb{  margin-bottom:30px; margin-top:30px; background-color:#eeeeee; padding:50px 20px; }
.lyb #form1{ width:80%; margin:0 auto;}
.lybt h2{ font-size:26px; color:#252525; font-weight:normal; margin-bottom:10px; text-align:center;}
.lybt{ margin-bottom:2em; border-bottom:1px #ccc solid; padding-bottom:1em;}
.lybt div{}
.lyb label{ display:block;}
.lyk{ width:98%; margin-bottom:15px; overflow:hidden;}
.lyk .mc{ width:10%; float:left; font-weight:normal;}
.lyk .sr{ width:90%; float:left; font-weight:normal;}

.lyk input{ width:100%; height:35px; line-height:35px; border:1px #c4c4c4 solid;box-sizing: border-box; }
.lyk .xm,.lyk .lxfs{  background-color:#ffffff;  text-indent:10px;}
.lyk1{ clear:both; }
.lyk1 textarea {border:1px #c4c4c4 solid; width:100%; height:100px;  box-sizing:border-box; }
.lyb .btn1{ width:120px; height:40px; border:none; margin-top:10px; text-align:center; background-color:#ff9000; color:#ffffff; font-size:14px;}
.lyb .btn2{ margin-left:10px;background-color:#ccc; color:#333; }
.lyk1 .nr{ background-color:#ffffff; text-indent:10px; padding-top:10px;}
.ny_lykff{ text-align:center;}


@media screen and (max-width: 1200px){
	.wrap{
		width: 100%;
	}
	.fw{
		display: none;
	}
	.gsjj_right span:nth-child(2){
		display: none
	}
	.gsjj_right{
		padding: 0 30px;
	}
	.gsjj_right p{
		margin: 10px 0
	}
	

}

@media (min-width: 993px) and (max-width: 1199px){
	.gsjj_right span{
		line-height: 24px;
	}
	.gsjj_right a{
		margin-top: 22px
	}
} 
@media screen and (max-width: 992px){
.gsjj_left {
	width: 100%;
}
.gsjj_right{
	width: 100%;
	padding: 30px 30px;
}
.gsjj_right span:nth-child(2){
	display: block
}
.znews .fl {
    width: 100%;
}
.znews .fr{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.znews .wrap&gt;.fr dl{
	width: 100%;
}
.logo img:nth-child(1){
	width: 100%;
}
.logo img:nth-child(2){
	display: none;
}
.link{
	display: none;
}
}
@media screen and (max-width: 599px){
#spo{
width:100%!important;
}
}
@media screen and (max-width: 480px){
	.header ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 ;
	}
	.header ul li{
		width: 25%;
		line-height:48px;
		border-right: 1px solid white;
		box-sizing: border-box;
		border-bottom: 1px solid white;

	}
	.header ul li a span{
		display: none;
	}
	.wz{
		display: none;
	}
	.pro .content{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.pro .content a{
		display: inline-block;
		width: 48%;

	}
	.pro .content dl{
		width: 100%;
	}
	.znews .fl .news_bottom dl{
		width: 100%;
	}
	.znews .wrap&gt;.fr dl{
		width: 100%;
	}
	.foot{
		background: none;
		background-color: #0066ce
	}
	.f_nav{
		display: none;
	}
	.f_con{
		padding-left: 0;
	}
	.top{
		display: none;
	}

	.about_us .jianjie .l_box{
		width: 100%;
	}
	.about_us .jianjie .r_box{
		display: none
	}
	.about_us .jianjie .l_box .pd{
		position: static;
		width: 100%;
		padding: 0;
	}
	.about_us .jianjie h5,.about_us .jianjie p{
		display: none
	}
	.about_us .jianjie img{
		margin-bottom: 20px
	}
	.plc1 ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.plc1 ul li{
		width: 48%;
	}
	.prolist_m1{
		margin: 10px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.prolist_m1 dl{
		width: 48%;
		margin-left: 0
	}
	.nnews ul li{
		width: 100%;
	}
	.cont-show ul{
		margin-left: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.cont-show li{
		width: 48%;
		box-sizing: border-box;
		margin-left: 0;
	}
	.cont-show li b{
		font-size: 20px
	}
	.dd{
		display: none
	}
	.cc{
		display: block;
		text-align: center;
		padding: 20px 0;
	}
	.cc p{
		line-height: 22px;
		color: white
	}
	.foot{
		height: auto;
	}
	.art_content img{
		width: 100%;
	}
	.about_us .jianjie .l_box .icon_list li{
		width: 50%;
	}
	.about-sub-title h2{
		font-size:20px
	}
	#banner ul li img{
		width: 116%;
		margin-left: -8%;
	}
	.znews .fl .news_bottom a{
		width: 100%;
		border-bottom: 1px dashed #5a5959;
	}
	.cont-show p{
		padding: 6px;
	}
	.bottom_bottom1{
        display: block;
    }
    .bottom_bottom1{
        display: block;
        position: sticky;
        bottom: -2px;
        left: 0;
        width: 100%;
        background: #0457a9;
        display: block;
        z-index: 999;
    }

    .bottom_bottom1 nav{
        display: flex;
        justify-content: space-between;
     }
     .bottom_bottom1 nav a{
  text-align: center;
  width: 33%;
         padding: 12px 17px;
         color: #fff;
         text-decoration: none;
         border-right: 1px solid white;
	 }
	 .sbgsjj{
		 padding: 20px 0;
		
	 }
	 .sbgsjj_content span{
		line-height: 26px
	 }
	 .sbgsjj_content span:nth-child(2){
		 display: none;
	 }
	 .sbgsjj_content a{
		 margin-top: 20px;
	 }
	 .lyb{ padding:30px 5px;}
	 .lyb #form1{ width:100%;}
}</pre></body></html>