@charset "utf-8";
/* CSS Document */
body{margin:0;padding:0;font-size:14px;font-family:"微软雅黑";-webkit-text-size-adjust:none;color:#000;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
img{border:0;vertical-align:bottom;width:100%;}
input{-webkit-appearance: none;    outline: none;}
ul,li{list-style-type:none;}
a{color:#000;text-decoration:none;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.fl{float:left;}
.fr{float:right;}
.cl{clear:both;}
.fb{font-weight:bold;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}

body{
background:url(../img/bj.jpg) no-repeat;
background-size:100%;
}
/*header*/
.logo{ width:100%;padding:8% 0  7% 0;}
.search{width:30px;position:absolute;left:2%;top:10px;z-index:8;}
.ss{width:0;height:35px;position:absolute;left:0;top:7px;overflow:hidden;z-index:7;}
.ss_bd{width:68%;height:35px;border:none;background:#eee7c0;float:left;color:#333333;padding:0 0 0 12%;font-family:"微软雅黑";border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:16px;}
.ss_btn{width:20%;float:left;line-height:35px;background:#ffc600;border:none;color:#fff;font-family:"微软雅黑";border-radius:3px;
-moz-border-radius:3px;-webkit-border-radius:3px;font-size:18px;}
.top{width:40px;position:absolute;left:2%;top:8px;}
/*index*/
.company{padding:36px 3%;font-size:15px;line-height:1.5;opacity:0;color:#fbfcfe;}
.com_pic{width:40%;float:left;padding:0 2% 0 0;}
.com_title{color:#191919;font-size:20px;text-align:center;padding:36px 0 0 0;}
.com_title a{color:#fbfcfe;display: block;margin:0 auto;width:100px;border-bottom:3px solid #fbfcfe;text-align: center;height:37px;line-height: 20px;}
.com_tm{opacity:1;
transition:opacity 1s linear;
-webkit-transition:opacity 1s linear;
-moz-transition:opacity 1s linear;
-ms-transition:opacity 1s linear;
-0-transition:opacity 1s linear;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-ms-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;}

.top_list{clear:both;padding:3% 0 6% 0;overflow:hidden;
width:95%;
margin:0 auto;
}
.top_list li{width:24%;float:left;position:relative;
margin-left:1%;
background:#555555;
text-align:center;
padding-top:13px;
padding-bottom:40px;
}
.top_list li img{width:70%;}

.top_list li#a1,.top_list li#a3{
background:#555555;
}

.top_list li#a2,.top_list li#a4{
background:#1e3585;
}

.top_list li a{color:#fff;}
.top_list_t{width:100%;position:absolute;bottom:10%;right:0%;color:#fff;
font-size:14px;text-align:center;
}
.news{
padding:30px 2% 28px;
z-index:9; position: relative; 
background:url(../images/xwbj.jpg) no-repeat center top;
background-size:100% 100%;
margin-top:20px;
}
.news_list0{
text-align:center;
}
.news_list0 img{
width:45%;
}
.news ul{padding-top:13px;padding-bottom:10px;}
.news_title{color:#fff;font-size:20px;text-align:center;padding:3% 0;}
.news li{width:96%;padding:1.5% 2%;color:#fff;font-size:15px;
text-align:left;
margin:1% 0 0 0;
border-bottom:1px dashed #8c8a84;
}
.news li a{color:#fff;}
.news_pic{width:90px;float:left;

}
.news_pic img{width:112px;}
.news_tit{float:right;width:75%;}
.news_tit div{padding-left:1%;
color:white;font-size:15px;
height:25px;
display: block;
text-align: left;color:#fff;
}

.news_tit div.ny_wz_bt{
color:#333;
}
.news_tit p.ny_wz_jj{
color:#989797;
}


.news_tit p{color:#fff;padding-left:1%;font-size: 12px;
line-height: 23px;text-align: left;
}
.news_title a{color:#3a3a3a;font-size: 30px;}
/*.news li{background:#de172e;width:96%;padding:3% 2%;color:#fff;font-size:15px;text-align:right;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin:0 0 3% -100%; -webkit-animation:mymar 1s linear; opacity:0;-webkit-animation-fill-mode: forwards }
@-webkit-keyframes mymar{
	0%{margin:0 0 3% -100%; opacity:0;}
	20%{margin:0 0 3% -80%; opacity:0.2;}
	40%{margin:0 0 3% -60%; opacity:0.4;}
	60%{margin:0 0 3% -40%; opacity:0.6;}
	80%{margin:0 0 3% -20%; opacity:0.8;}
	100%{margin:0 0 3% 0; opacity:1;}}*/
.news_more a{width:40px;height:40px;display:block;margin:0 auto;background:#fff;font-size:15px;line-height:40px;text-align:center;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;color:#000;}
.news_more a:hover{background:#de172e;color:#fff;transform:rotate(360deg);
transition:background 1s linear,color 1s linear,transform 1s linear;
-webkit-transition:background 1s linear,color 1s linear,transform 1s linear;
-moz-transition:background 1s linear,color 1s linear,transform 1s linear;
-ms-transition:background 1s linear,color 1s linear,transform 1s linear;
-0-transition:background 1s linear,color 1s linear,transform 1s linear;}
.news_more1{transform:rotate(360deg);transition:transform 1s linear;-webkit-transition:transform 1s linear;-moz-transition:transform 1s linear;}
.news_more2_box{position: absolute;bottom:-30px;width:96%;height:60px;}
.news_more2{margin:0 auto;width:60px;height:60px;display:block;margin:0 auto;}
.news_more2 a{display: block;}
.news_more2 a img{width:60px;height:60px;}
.product{background:url(../images/bg2.jpg) no-repeat center top;background-size:cover;overflow:hidden;}
.product2{background:#f3f3f3;position: relative;z-index: 8;}
.product3{padding-bottom:0px;background:#fff;}
.product4{padding-top:20px;}
.pro_title{color:#191919;font-size:20px;text-align:center;padding:30px 0 15px;}
.pro_title a{font-size: 30px;color:#3a3a3a;}
.pro_text{display: block;width:100%; position: absolute;bottom:0; color:#fff;height:30px;line-height:30px;font-size:16px;
background:rgba(31,34,41,0.6);}
.pro_line{width:100%;height:2px;border-bottom:1px solid #0e0e0e;}
.pro_line2{width:19%;height:1px;border-bottom:3px solid #db080f;margin:0 auto;}
.pro_type{width:90%;margin:15px auto;}
.pro_type ul li{padding:0 0% 0 17%;background: url(../images/icon2.png) right center no-repeat;float:left;}
.pro_type ul li a{color:#707070;font-size: 18px;}

.pro_nr {
padding-top:15px;
}
.pro_nr li{position: relative;width:44%;float:left;text-align:center;margin:0 3% 4% 3%;background:#fff;
/*transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
animation:fz 1s linear;
-webkit-animation:fz 1s linear;
-moz-animation:fz 1s linear;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;*/
opacity:1;}
.pro_nr_pic{background:url(../images/Preloader_1.gif) no-repeat 50% 50%;border:none;}
.pro_nr_pic img{width:100%;}
.pro_zz{opacity:0;
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-0-transform: rotateY(360deg);
transition:transform 1s linear,opacity 1s linear;
-webkit-transition:transform 1s linear,opacity 1s linear;
-moz-transition:transform 1s linear,opacity 1s linear;
-ms-transition:transform 1s linear,opacity 1s linear;
-0-transition:transform 1s linear,opacity 1s linear;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-ms-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;}


@keyframes fz{
	0%{transform: rotateY(0deg); opacity:1;}
	20%{transform: rotateY(60deg);opacity:0.8;}
	40%{transform: rotateY(120deg); opacity:0.6;}
	60%{transform: rotateY(180deg); opacity:0.6;}
	80%{transform: rotateY(120deg); opacity:0.8;}
	90%{transform: rotateY(60deg); opacity:0.8;}
	100%{transform: rotateY(0deg); opacity:1;}
	}

@-webkit-keyframes fz{
	0%{transform: rotateY(0deg); opacity:1;}
	20%{transform: rotateY(60deg);opacity:0.8;}
	40%{transform: rotateY(120deg); opacity:0.6;}
	60%{transform: rotateY(180deg); opacity:0.6;}
	80%{transform: rotateY(120deg); opacity:0.8;}
	90%{transform: rotateY(60deg); opacity:0.8;}
	100%{transform: rotateY(0deg); opacity:1;}
	}
@-moz-keyframes fz{
	0%{transform: rotateY(0deg); opacity:1;}
	20%{transform: rotateY(60deg);opacity:0.8;}
	40%{transform: rotateY(120deg); opacity:0.6;}
	60%{transform: rotateY(180deg); opacity:0.6;}
	80%{transform: rotateY(120deg); opacity:0.8;}
	90%{transform: rotateY(60deg); opacity:0.8;} 
	100%{transform: rotateY(0deg); opacity:1;}
	}	

/*footer*/
.copyright{color:#222222;font-size:16px;text-align:center;line-height:30px;}
.footer{background:url(../images/bg3.jpg) repeat-x center bottom;background-size:cover;width:100%;position:fixed;left:0;bottom:0;}
.footer li{width:20%;float:left;text-align:center;color:#fff;font-size:20px;line-height:30px;}
.footer li a{color:#fff;}
.footer li img{width:30px;}
.footer_text a{width:100%;display:block;font-size:18px;color:#fff;line-height:50px;}
.footer_text a:hover{background:#de172e;font-size:20px;color:#ffc600; transition:background 0.5s linear,color 0.5s linear,font-size 0.5s linear;}

/*top*/
/*.to-top{display:none;padding:5px 15px;color:#fff;background:#ffc600;border-radius:2px;font-size:15px;}*/

/*loading*/
/*@-webkit-keyframes line-scale {
  0% {-webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s 0.1s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: line-scale 1s 0.1s infinite cubic-bezier(.2, .68, .18, 1.08); }
.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s 0.2s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: line-scale 1s 0.2s infinite cubic-bezier(.2, .68, .18, 1.08); }
.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s 0.3s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: line-scale 1s 0.3s infinite cubic-bezier(.2, .68, .18, 1.08); }
.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s 0.4s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: line-scale 1s 0.4s infinite cubic-bezier(.2, .68, .18, 1.08); }
.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0.5s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: line-scale 1s 0.5s infinite cubic-bezier(.2, .68, .18, 1.08); }
.line-scale > div {
  background-color: #fff;
  width: 3px;
  height: 30px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }
*/




/*banner*/

#ban{ margin-top:1px;}

#ban img{ width:100%;}

#banner{}

.swipe{}

.swipe ul{}

#slider{ position:relative; overflow:hidden;}

#slider li{ float:left;}

#pagenavi{ position:absolute; bottom:0; width:100%; z-index:1; text-align:center; padding:10px 0;}

#pagenavi a{ width:12px; height:12px; line-height:99em; background:#FFF; border-radius:90px;margin:0px 2px 0px 2px; overflow:hidden; cursor:pointer; display:inline-block;}

#pagenavi a.active{ background:#2b80af;}

/*栏目*/
.lanmu{
	width:100%;
	background:#0e3395;
}


.box_main {
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.cent{
	width: 100%;
}

.cent p{
	font-size: 100%;
	color: #000;
	
}

/*分类样式*/

.index_liebiao{
	width:94%;
	padding-top: 2%;
	padding-bottom:8%; 
}

.index_liebiao li{
	float: left;
	background: #2c2f34;
	padding:2% 2%;
	margin-bottom:2%;
	margin-left:1.5%; 
	border-radius:5px; 
}
.index_liebiao a{

	font-size: 100%;
	color:#fff;
}

/*新闻列表样式*/
.list1{
	border-radius:8px;
	width:94%;
	background: #de172e;
	padding: 4% 0;
	margin-top:3%;
}
.list1 a{
	color:#fff;
	text-align: left;
}
.list{
width:93%;
	padding:15px 0px;
	border-bottom:1px dotted #989898;
}


/*新闻详细页*/
.news_show_cont{
border-bottom:1px dotted #989898;
margin:0 auto;
width:95%;
}
.news_show_cont p{
	font-size: 100%;
	color:#de4e3c;
	margin-bottom: 2%;
}
.news_show_cont span{
	font-size: 100%;
	color:#262626;
}

.page1 {
	width: 50%;
	margin:0 auto;
	padding: 15px 0 15px 0;
}

.page1 li {
 
 
	text-align: left
}

.page1 li div {
	width: 80%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #e3e3e3;
	color: #595959;
	margin:0 auto;
	border-radius:5px;
}

.page1 li div a {
	color: #595959
}



.products_list{
	width:94%;
	padding: 0 3%;
}
.products_list li{
	float: left;
	width:46%;
	margin:0 2%;
	margin-bottom:5%;
}
.products_list_pic{background:url(../images/Preloader_1.gif) no-repeat 50% 50%;border:none;
height:125px;
overflow:hidden;
}
.products_list_pic img{border:none;

}
.products_list_t{
	height:30px;line-height:30px;
	background:black;
	color: #fff;
	font-size:12px;
}
/*图文详情*/
.products_con{
	width:94%;
	padding:0 3%;
	padding-bottom: 3%;
}
.products_con img{ width:90%;}
.products_con p{
	font-size:123%;
	color:#de4e3c;
	padding-bottom: 3%;

}
.products_con span{
	font-size:100%;
	color: #262626;
}


/*更多*/
.com_more{width:40px;height:40px;display:block;margin:0 auto 3% auto;background:#FCBA5A;font-size:15px;line-height:40px;text-align:center;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;color:#fff;}
.com_more a{color:#fff;}
.pro_more2_box{position: absolute;top:-30px;width:96%;height:60px;}
.pro_more{margin:0 auto;width:60px;height:60px;display:block;}
.pro_more a{display: block;}
.pro_more a img{width:60px;height:60px;}
.pro_more2{border-radius: 50%;}
.pro_more img{width:22px;height:13px;vertical-align: middle;}
.tanchu{width:120px;height:25px;margin:0 auto;background:#000;text-align:center;color:#fff;font-size:14px;position:fixed;top:50%;left:50%;margin-left:-50px;z-index:9999;display:none;line-height:25px;}

.bot{width:100%;background: #011e6c;position: fixed;bottom:0;z-index: 999;}
.bot a{width:25%;float:left;text-align: center;color:white;
display: block;
}
.bot img{width:25px;height:25px;}

.to_top_box{width:100%;bottom:40px;left:0;position: absolute;z-index: 10;text-align: center;height:52px;}
.to_top_box img{width:40px;height:40px;vertical-align: middle;}
.to_top_box a{float:none;padding-top:14px;margin:0 auto;
display: block !important;
width:52px;height:38px;border-radius: 50%;}

.pro_nr2 li{width:47.3%;    margin: 4% 1%;}
.pro_nr2 .pro_text{width:100%;height:28px;color:white;top:105px;line-height: 25px;}
.pro_text1{background: #2d2d2d;padding:10% 1%;}
.pro_text1 p{color:white;font-size: 14px;line-height: 28px;height:28px;overflow:hidden;text-align: left;padding-left:2%;}

.danye_type{width:100%;min-height:50px;padding-top:10px;}
.danye_type a{
text-align: center; 
display: block;
float:left;
min-width:48%;
margin-left:1%;height:40px;line-height: 40px;color:#fff;font-size: 14px;margin-bottom:10px;
background:#1e3585;
}

.gbook input{color:#444444;font-size:18px;width:97%;background: #ececec;height:40px;border:none;padding-left:3%;}
.gbook #yzm{width:50%;float:left;}
.gbook textarea{color:#444444;font-size:18px;font-family:"微软雅黑";resize:none;width:97%;background: #ececec;height:150px;border:none;padding-left:3%;}
.gbook img{float:left;width:100px;height:40px;margin-left:10px;}
.gbook input[type="submit"]{
	margin-bottom:50px;
}

.job_show{width:94%; margin:0 auto;}
.job_s_tit{color:#d02626; font-size:18px;}
.job_s_con{color:#666666; font-size:14px;}

.pages_box{width:96%;margin:0 auto;height:40px;line-height: 50px;}
.pages_left{float:left;color:#ccc;font-size: 36px;font-family: "Arial";width:30%;}
.pages_right{float:right;width:150px;}
.pages_right .pages_right1{text-align: center;line-height: 40px;color:#dbdbdb;font-size:24px; width:40px;height:40px;float:left;background: #999999;border-radius: 9px;display: block;}
.pages_right .pages_right2{text-align: center;line-height: 40px;width:100px;height:40px;float:right;background: #999999;border-radius: 9px;}
.pages_right .pages_right2 a{color:#dbdbdb;font-size:24px;}

.job_show_btn{width:150px;height:40px;background: #d02626;border-radius: 9px;float:right;text-align: center;line-height: 40px;margin-right:2%;}
.job_show_btn a{color:#dbdbdb;font-size:24px;}

.db_lx{
width:90%;margin:0 auto;margin-top:10px;
}

.xjsb{
width:95%;margin:0 auto;margin-top:18px;
}
.ckgd{
border:1px solid #d3d1d1;
width:115px;margin:0 auto;
height:36px;
line-height:36px;text-align:center;
margin-top:5px;
}

.ckgd a{
color:#333;
}

.ckgd2{
border:1px solid #d3d1d1;
width:115px;margin:0 auto;
height:36px;
line-height:36px;text-align:center;
margin-top:15px;
}

.ckgd2 a{
color:#fff;
}
.pro_nr_sb{
padding-top:6%;
}
.pro_nr_sb li{
position: relative;width:30%;float:left;
text-align:center;
margin:0 1.5% 4% 1.5%;
opacity:1;
}

.tp_wz{
font-size:13px;
color:#333;
height:30px;
line-height:30px;
}
.ctbj{
position:relative;
padding-top:90px;
}

.fdkk{
position:absolute;
width:100%;
left:0;
top:8px;
}

.sy_jj_nr{
padding-top:15px;
padding-bottom:5px;
text-align:center;
width:90%;
margin:0 auto;
color:#333;
font-size:14px;
line-height:30px;
}

.dh_bk{width: 94%;margin:0 auto;
padding-bottom:25px;
}

.dh_bk ul {
padding-left:3%;
}

.dh_bk ul li{width: 24%;float: left;
text-align: center;
padding-top: 2%;
padding-bottom: 2%;
line-height: 35px;
border-left: 1px solid #fff;
}
.dh_bk ul li a{font-size: 14px;color: #fff;}

.dh_bk ul li img{width: 35%;}

.dh_bk1{background: #7dc025;}
.dh_bk2{background: #25c0ba;}
.dh_bk3{background: #d34f5a;}
.dh_bk4{background: #f9c53b;}

.bzfw1{background: #0e3395;height:45px;}
.bzfw1_z{font-size:19px;font-weight: bold;color: #fff;
margin-top: 2%;margin-left: 3%;
}

.bzfw1_z1{width: 7%;margin-top: 2.5%;margin-left: 3%;}

.bzfw1_y{margin-top:3%;margin-right: 4%;}

.bzfw1_y a{color: #fff;
font-size: 14px;
}
.bzfw2{
padding-top: 6px;
}
.bzfw2 ul li{float: left;line-height: 35px;text-align: center;
padding-top: 4%;
padding-bottom:2%;
width: 30%;
margin-left: 2%;
margin-top: 3%;
}
.bzfw2 ul{padding-left: 2%;}

.bzfw2 ul li img{width:35%;height: 36px;}
.bzfw2 ul li a{color: #fff;font-size: 14px;}
.bz_tb1{background: #78d2dd;}
.bz_tb2{background: #7883dd;}
.bz_tb3{background: #77de8f;}
.bz_tb4{background: #77de8f;}
.bz_tb5{background: #78d2dd;}
.bz_tb6{background: #7883dd;}

.ct{
margin-top:20px;
}

.zcfg{
padding-top:10px;
padding-bottom:20px;
}



.zcfg1_z1{    
	width: 7%;
    margin-top: 2.5%;
    margin-left: 3%;}

.zcfg1_z2{
    font-size: 19px;
    font-weight: bold;
    color: #0e3395;
    margin-top: 2%;
    margin-left: 3%;

    }

  .zcfg1_z3{margin-top: 3%;
    margin-right: 4%;}  

    .zcfg1_z3 a {
    color: #333;
    font-size: 14px;
}

.zcfg2{
width:95%;margin:0 auto;
padding-top:15px;
} 

.zcfg2 ul {
padding-top:15px;
}
.zcfg2 ul li{
font-size:16px;
color:#333333;
background:url(../img/hdd.jpg) no-repeat left center;
background-size:1.5%;
padding-left:14px;
height:40px;
line-height:40px;
border-bottom:1px dashed #e4e4e4;
}

.zcfg2 ul li a{
color:#333333;
}
.zcfg2 ul li a span{float:right;color:#989797;}

.zcfg2_tj_z{width:29%;}
.zcfg2_tj_y{width:70%;}
.zcfg2_tj_y1{
font-size:16px;font-weight:bold;
}
.zcfg2_tj_y2{
font-size:13px;
color:#989797;
line-height:25px;
}


.wz_bot{
background:#0e3395;
padding-bottom:15px;
}
.wz_bot1{
width:80%;margin:0 auto;
padding-top:15px;
}
.dw_dz{
width:90%;margin:0 auto;
color:#fff;
font-size:16px;
line-height:30px;
border-bottom:1px dashed #011e6c;
padding-bottom:10px;
padding-top:16px;
}

.zxrx{text-align:center;
color:#fff;
font-size:17px;
padding-top:15px;
}
.zxrx em{
font-size:23px;font-weight:bold;
}
.bot_ewm{
width:65%;margin:0 auto;
padding-top:20px;
}
.bot_ewm_z{
width:35%;
text-align:center;
color:#fff;
font-size:16px;
line-height:35px;
}

 .dh_tb{width:7%;float:left;margin-top:1%;margin-right:1%;}

 #gengduo_button{
 display:block;width:25%;margin:0 auto;
 background:#0f3394;text-align:center;line-height:35px;height:35px;
 color:#fff;
 }

 .news_pic{
 width:75px;height:65px;
 background:#dedede;
 text-align:center;
  color:#333;
 padding-top:10px;
 }
 .news_pic1{
 font-size:25px;  
 padding-top:20px;
 }
 .news_pic2{
  font-size:14px;  
 }

 .sub_more{
 margin-top:20px;
 }

 .xw_rq{
 margin:0 auto;margin-top:15px;
 text-align:center;color:#989797;
 border-bottom:1px dotted #989898;
 padding-bottom:15px;
margin-bottom:15px;
 }

 .sxp{
 margin:0 auto;
width:95%;
line-height:28px;
color:#333;
font-size:14px;
margin-top:10px;
 }
 .sxp a{
 color:#333;
 }

.cent_ny{
font-size:14px;
line-height:2.5;
}