@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>.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>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;
}
.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;
}



.youshi{ padding: 20px 0; background-image: url(../images/m32.jpg); background-repeat: no-repeat; color: #FFFFFF; background-size: 100% 100%;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1;
}
.box{
	margin: 0 auto;
	width: 1200px;
}
.yyp{ font-size: 26px; font-weight: bold; color: #FFFFFF; text-align: center; }
.yyp1{
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
}
.you{
    float: left;
    width: 22%;
    border-right: 1px dashed #ccc;
    text-align: center;
    margin: 0 1.4%;
}
.you:nth-child(4){
    border-right: 0;
}
.you p{
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
.you span{ color: #FFFFFF; font-size: 14px; }
.youshi .box .clearfix{ margin-top: 30px; }

.youshi{
	font-size: 16px;
        font-weight: 200;
	margin-top: 50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}
.youshii span{
	display: inline-block;
    border-radius: 10px 0;
    border: 1px solid #ff6249;
    color: #dd2e17;
    margin-left: 10px;
    padding: 0 5px;
    font-size: 12px;
    height: 20px;
	line-height: 20px;
	float: right;
}


.case{
    background: url(../images/case.jpg) no-repeat;
    height: 495px;
    margin-top: 20px;
}
.case h2{
    font-size: 28px;
    text-align: center;
    padding-top: 60px;
    color: #fff;
    font-weight:500;
}
.da{
    width: 200px;
    height: 230px;
    position: relative;
    float: left;
    margin-right: 4.1%;
    margin-top: 55px;
}
.da:nth-child(5){
    margin-right: 0;
}
.da p{
    position: absolute;
    width: 100%;
    height: 100%;    
    background: #fff;
    opacity: .2;
    transition: .5s;
}
.da div{
    position: absolute;
    width: 100%;
    height: 100%;
}
.da span{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    transition: .5s;
}
.da:hover p{
    opacity: 1;
}
.da:hover span{
    color: #4c4c4c;
}
.da .b1{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    transition: .5s;
    width: 132px;
    height: 132px;
    background: url(../images/q1.png)no-repeat;
}
.da:hover .b1{
    background: url(../images/q11.png) no-repeat;
}


.da .b2{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    transition: .5s;
    width: 132px;
    height: 132px;
    background: url(../images/q2.png)no-repeat;
}
.da:hover .b2{
    background: url(../images/q22.png) no-repeat;
}


.da .b3{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    transition: .5s;
    width: 132px;
    height: 132px;
    background: url(../images/q3.png)no-repeat;
}
.da:hover .b3{
    background: url(../images/q33.png) no-repeat;
}


.da .b4{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    transition: .5s;
    width: 132px;
    height: 132px;
    background: url(../images/q4.png)no-repeat;
}
.da:hover .b4{
    background: url(../images/q44.png) no-repeat;
}
.da .b5{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    transition: .5s;
    width: 132px;
    height: 132px;
    background: url(../images/q5.png)no-repeat;
}
.da:hover .b5{
    background: url(../images/q55.png) no-repeat;
}
.ca_p{
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin-top: 50px;
}
.ca_p strong{
    color: #fff;
    font-size: 28px;
}


@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
	}
.box{
        width: 95%;
    }
    .case{
        margin-top: 0px;
    }
	    .da{
        width: 160px;
    }
}

@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>.fr dl{
	width: 100%;
}
.logo img:nth-child(1){
	width: 100%;
}
.logo img:nth-child(2){
	display: none;
}
.link{
	display: none;
}
.you p{
        font-size: 17px;
    }
.you{
        width: 46%;
        border-right: 0;
        margin-bottom: 40px;
    }
.you img{
        width: 60%;
    }
    .da {
        width: 147px;
        margin-right: 1%;
    }
}
@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>.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;
	 }
 .b1,.b2,.b3,.b4,.b5{
        background-size: 100% 100%!important;
        width: 70px!important;
        height: 70px!important;
    }
  .da{
        width: 115px;
        height: 160px;
        margin-top: 25px;
    }
  .da span{
        font-size: 13px;
    }
    .case .box .clearfix{
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
    }
}