@charset "utf-8";
/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;font-family:微软雅黑;}
*{font-family:微软雅黑;box-sizing: border-box;}
html{overflow-x: hidden}
body{width:100%;font-family:微软雅黑;background:#fff;color:#333;font-size:14px;}
table{border-collapse:collapse}
img{border:none;max-width:100%;}
.bd li,.hd li{list-style:none}
.dd,.simg{transition:all ease-in .5s;-moz-transition:all ease-in .5s;-ms-transition:all ease-in .5s;-o-transition:all ease-in .5s;-webkit-transition:all ease-in .5s;}


.header{
	height: 80px;
	background: url(../images/header_bg.jpg) no-repeat;
	width: 100%;
}

.header1{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.logo{
	float: left;
	width: 25%;
	padding: 12px 0 0;
}

.nav{
	float: left;
	margin-left: 16px;
}

.nav ul{
	
}

.nav ul li{
	list-style-type: none;
	float: left;
	line-height: 80px;
	font-size: 16px;
	padding: 0 16px;
	position: relative;
}

.nav ul li a{
	color: #fff;
}

.zypxxl{
	position: fixed;
	left: 0;
	top: 80px;
	width: 100%;
	z-index: 999;
	background-color: #447ab5;
	text-align: center;
	display: none;
	line-height: 50px;
}

.zypxxl a{
	display: inline-block;
	padding: 0 40px;
	border-left: 1px solid #6995c4;
	font-size: 14px;
	color: #ffffff;
}

.zypxxl a:first-child{
	border-left: 0 !important;
}

.nav ul li:hover .zypxxl{
	display: block;
}

.navlion{
	background-color: rgba(255,255,255,0.11);
}

.nav ul li:hover{
	background-color: rgba(255,255,255,0.11);
}

.search{
	float: left;
	border-left: 1px solid #4c80b8;
}

.search1{
	padding: 0 16px;
	position: relative;
	line-height: 80px;
}

.search1 a img{
	vertical-align: middle;
}

.search_tc{
	position: absolute;
	right: 0;
	bottom: -24px;
	width: 300px;
	height: 46px;
	border-radius: 2px;
	z-index: 963;
	background-color: #fff;
	display: none;
}

.search_tci{
	width: 80%;
	height: 100%;
	border-radius: 2px;
	background-color: #fff;
	border: 0;
	padding-left: 16px;
	float: left;
}

.search_tcii{
	width: 20%;
	height: 100%;
	border-radius: 2px;
	background-color: #fff;
	border: 0;
	float: left;
	background: url(../images/search1.png) center no-repeat;
}

.banner{
	font-size: 0;
}

.banner .swiper-pagination{
	position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.banner .swiper-pagination-switch{
	display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ffffff;
    opacity: 0.65;
    margin: 0 7px;
    cursor: pointer;
}

.banner .swiper-active-switch{
    opacity: 1 !important;
}

.news{
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 64px auto 0;
	font-size: 0;
}

.news_left{
	float: left;
	width: 47%;
}

.news_leftImg{
	position: relative;
}

.news_left .swiper-pagination1{
	position: absolute;
    z-index: 966;
    bottom: 24px;
    width: 100%;
    text-align: right;
    padding-right: 20px;
}

.news_left .swiper-pagination-switch{
	display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ffffff;
    opacity: 0.65;
    margin: 0 7px;
    cursor: pointer;
}

.news_left .swiper-active-switch{
    opacity: 1 !important;
}

.news_leftImgd{
	position: absolute;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	bottom: 0;
	left: 0;
	z-index: 963;
	padding-left: 16px;
	background-color: rgba(0,0,0,0.53);
	width: 100%;
}

.news_right{
	float: right;
	width: 50%;
}

.news_rightp{
	border-bottom: 1px solid #ededed;
}

.news_rightp span{
	font-size: 25px;
	color: #1358a3;
	font-weight: bold;
	padding: 9px;
	display: inline-block;
	border-bottom: 2px solid #1358a3;
}

.news_rightp a{
	font-size: 14px;
	color: #999999;
	float: right;
	line-height: 50px;
}

.news_rightp_m{
	border-bottom: 1px solid #ededed;
	display: none;
}

.news_rightp_m span{
	font-size: 25px;
	color: #1358a3;
	padding: 9px;
	display: inline-block;
	border-bottom: 2px solid #1358a3;
}

.news_rightp_m a{
	font-size: 14px;
	color: #999999;
	float: right;
	line-height: 50px;
}

.news_rightu{
	
}

.news_rightu li{
	list-style-type: none;
	margin-top: 20px;
}

.news_rightu li dl{
	overflow: hidden;
}

.news_rightu li dl dt{
	float: left;
	width: 13%;
	padding: 0 10px;
	height: 50px;
	border-right: 1px solid #d7d7d7;
}

.news_rightu li dl dt span{
	display: block;
	font-size: 20px;
	color: #999999;
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
}

.news_rightu li dl dt code{
	display: block;
	font-size: 12px;
	color: #999999;
	text-align: center;
}

.news_rightu li dl dd{
	float: left;
	width: 85%;
	margin-left: 2%;
}

.news_rightu li dl dd a{
	margin-top: 3px;
	display: block;
	font-size: 16px;
	color: #333333;
	table-layout: fixed;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_rightu li dl dd span{
	margin-top: 3px;
	display: block;
	font-size: 14px;
	color: #999999;
	table-layout: fixed;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_rightul dl dt{
	float: left;
	width: 23% !important;
	padding: 0 !important;
	height: auto !important;
}

.news_rightul dl dd{
	float: left;
	width: 75% !important;
	margin-left: 2%;
}

.news_rightul dl dd a{
	margin-top: 9px !important;
	display: block;
	font-size: 16px;
	color: #333333;
}

.news_rightul dl dd span{
	margin-top: 9px !important;
	display: block;
	font-size: 14px;
	color: #999999;
	table-layout: fixed;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_rightul dl dd span img{
	vertical-align: middle;
	margin-right: 6px;
}

.news_rightu li:hover dl dd a{
	color: #ff6600;
}

.gg{
	width: 100%;
	max-width: 1200px;
	margin: 60px auto 0;
	font-size: 0;
}

.dtfgdw{
	background-color: #f5f5f5;
	margin-top: 60px;
	padding: 60px 0;
}

.dtfgdw1{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.dtfgdw_left{
	background-color: #fff;
	padding: 30px;
	width: 69%;
	float: left;
}

.dtfgdw_leftp{
	border-bottom: 1px solid #ededed;
}

.dtfgdw_leftp span{
	font-size: 25px;
	color: #333333;
	padding: 6px;
	display: inline-block;
	margin-right: 50px;
	font-weight: bold;
}

.dtfgdw_leftpon{
	color: #1358a3 !important;
	border-bottom: 2px solid #1358a3;
}

.dtfgdw_leftp a{
	font-size: 14px;
	color: #999999;
	float: right;
	line-height: 50px;
}

.dtfgdw_leftd{
	
}

.dtfgdw_leftd1{
	display: none;
}

.dtfgdw_leftd1 ul{
	
}

.dtfgdw_leftd1 ul li{
	list-style-type: none;
	margin-top: 27px;
	overflow: hidden;
	margin-bottom: 45px;
}

.dtfgdw_leftd1 ul li dl{
	
}

.dtfgdw_leftd1 ul li dl dt{
	position: relative;
	width: 22%;
	float: left;
}

.zhuangt{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 963;
}

.dtfgdw_leftd1 ul li dl dd{
	width: 75%;
	float: right;
}

.dtfgdw_leftd1 ul li dl dd a{
	display: block;
	font-size: 18px;
	color: #333333;
	table-layout: fixed;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 16px;
}

.dtfgdw_leftd1 ul li dl dd span{
	display: block;
	font-size: 14px;
	color: #999999;
	table-layout: fixed;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 6px;
}

.dtfgdw_leftd1 ul li dl dd span img{
	vertical-align: middle;
	margin:  6px 0;
}

.dtfgdw_leftd1 ul li:hover dl dd a{
	color: #1358a3;
}

.show{
	display: block !important;
}

.dtfgdw_right{
	width: 27%;
	float: right;
	font-size: 0;
}

.dtfgdw_rightd p{
	background: url(../images/dtfgdw_rightBg.jpg) no-repeat;
	padding: 6px 12px;
	font-size: 25px;
	color: #ffffff;
	height: 70px;
}

.dtfgdw_rightd p img{
	vertical-align: middle;
	margin-right: 7px;
}

.dtfgdw_rightd p a{
	font-size: 14px;
	color: #999999;
	float: right;
}

.dtfgdw_rightdd{
	background-color: #fff;
	padding: 20px;
}

.dtfgdw_rightdd .swiper-pagination2{
	position: absolute;
    z-index: 20;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.dtfgdw_rightdd .swiper-pagination-switch{
	display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #e4e4e4;
    margin: 0 7px;
    cursor: pointer;
}

.dtfgdw_rightdd .swiper-active-switch{
    background: #3d76b3;
}

.dtfgdw_rightddd{
	
}

.dtfgdw_rightddd ul{
	overflow: hidden;
}

.dtfgdw_rightddd ul li{
	list-style-type: none;
	float: left;
	width: 50%;
	padding: 7px 0 20px;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

.dtfgdw_rightddd ul li img{
	display: block;
	margin: 0 auto 16px;
}

.border_bottom{
	border-bottom: 1px solid #e3e3e3;
}

.border_left{
	border-left: 1px solid #e3e3e3;
}

.dtfgdw_rightdd .swiper-container{
	padding-bottom: 20px;
}

.dtfgdw_rightd1{
	margin-top: 30px;
}

.dtfgdw_rightd1 p{
	background: url(../images/dtfgdw_rightBg.jpg) no-repeat;
	padding: 6px 12px;
	font-size: 25px;
	color: #ffffff;
	height: 70px;
}

.dtfgdw_rightd1 p img{
	vertical-align: middle;
	margin-right: 7px;
}

.dtfgdw_rightd1 p a{
	font-size: 14px;
	color: #999999;
	float: right;
}

.dtfgdw_rightd1d{
	background-color: #fff;
	padding: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 27px;
}

.dtfgdw_rightd1d img{
	float: left;
	margin: 0 10px 10px 0;
}

.footer{
	background-color: #2d6aac;
	padding: 50px 0;
	font-size: 0;
}

.footer1{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.footerp{
	text-align: center;
	margin-top: 10px;
	font-size: 0;
}

.footerp a{
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 6px;
	border-left: 1px solid #fff;
	margin-top: 10px;
}

.no_border{
	border-left: 0 !important;
}


.footerp1{
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	border-top: 1px solid #3d76b3;
	padding-top: 20px;
}

.footerp1 img{
	vertical-align: middle;
	margin: 0 6px 0 20px;
}

.footerp2{
	text-align: center;
	font-size: 14px;
	color: #83a0c7;
	margin-top: 20px;
}

.header_m{
	display: none;
	overflow: hidden;
	background-color: #2d6aac;
	font-size: 0;
	padding: 10px;
}

.logo_m{
	width: 54.3%;
	float: left;
}

.menu{
	width: 7%;
	float: right;
	margin-top: 10px;
}

.foot_m{
	display: none;
	background-color: #ffffff;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 9px 0;
	z-index: 999;
}

.foot_m ul{
	overflow: hidden;
}

.foot_m ul li{
	list-style-type: none;
	width: 25%;
	float: left;
	border-left: 1px solid #e0e0e0;
	text-align: center;
}

.foot_m ul li a{
	
}
.foot_m ul li a span{
	display: block;
	height: 25px;
}
.foot_m ul li a span img{
	width: 25%;
}

.foot_m ul li a code{
	color: #333333;
	font-size: 14px;
}

.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 64.7%;
	height: 100%;
	background-color: #4d4d4d;
	padding: 23px 7% 0;
}

.wap{
	display: none;
}

.menu_m1{
	width: 77%;
}

.menu_m2{
	margin-top: 20px;
}

.menu_m2 ul{
	
}

.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #5a5a5a;
	font-size: 16px;
	padding-left: 6%;
}

.menu_m2 ul li a{
	color: #fff;
}

.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}

.menu_m2 ul li a span{
	float: right;
	color: #8a8a8a;
	margin-right: 9%;
}

.menu_m3{
	overflow: hidden;
	padding: 9px 0;
	margin-top: 36px;
	background-color: #5f5f5f;
}

.menu_m3 .menu_m3i{
	width: 81%;
	float: left;
	background-color: #5f5f5f;
	padding-left: 6%;
	color: #fff;
}

.menu_m3 .menu_m3i1{
	width: 19%;
	text-align: center;
	float: right;
	background-color: #1c1c1c;
	background: url(../images/search.png) no-repeat center;
	background-size: contain;
}

.about{
	font-size: 0;
}

.about1{
	font-size: 0;
	width: 100%;
	max-width: 1200px;
	margin: 40px auto 0;
}

.about1p{
	margin-top: 50px;
	font-size: 35px;
	text-align: center;
	color: #2d6aac;
}

.about1p1{
	overflow: hidden;
	margin: 30px 0;
}

.about1p1 img{
	float: left;
	margin: 0 10px 10px 0;
}

.about1p1 span{
	display: block;
	font-size: 25px;
	color: #333333;
	text-indent: 2rem;
}

.about1p1 code{
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 35px;
	text-indent: 2rem;
}

.hydw_inner{
	background-color: #f6f6f6;
	padding: 50px 0;
}

.hydw_innerd{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.hydw_innerdp{
	font-size: 35px;
	text-align: center;
	color: #2d6aac;
}

.hydw_innerdu{
	overflow: hidden;
}

.hydw_innerdu li{
	list-style-type: none;
	width: 47%;
	margin: 36px 1.5% 0;
	float: left;
	background-color: #fff;
	padding: 16px 10px;
}

.hydw_innerdu li dl{
	overflow: hidden;
}

.hydw_innerdu li dl dt{
	float: left;
	width: 20%;
	border-right: 1px solid #e8e8e8;
	text-align: center;
}

.hydw_innerdu li dl dd{
	float: right;
	width: 79%;
}

.hydw_innerdup{
	font-size: 20px;
	color: #333333;
	margin-top: 16px;
}

.hydw_innerdup a{
	color: #333333;
}

.hydw_innerdup1{
	font-size: 14px;
	color: #999999;
	margin-top: 6px;
}

.hydw_innerdu li:hover .hydw_innerdup a{
	color: #2d6aac;
}

.page{
	margin-top: 20px;
	text-align: center;
}

.page a{
	display: inline-block;
	margin: 0 5px;
	border-radius: 4px;
	border: 1px solid #d1d1d1;
	padding: 6px 9px;
	font-size: 14px;
	color: #999999;
}

.pageon{
	border: 0 !important;
	background-color: #999999;
	color: #fff !important;
}

.contact{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.lxwm2{
	margin-top: 20px;
}

.lxwm2 ul{
	overflow: hidden;
}

.lxwm2 ul li{
	list-style-type: none;
	width: 25%;
	float: left;
	text-align: center;
}

.lxwm2p1{
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}

.lxwm2p2{
	font-size: 18px;
	color: #333333;
	margin-top: 10px;
}

.map{
	margin: 60px 0 70px;
}

.xq{
	background-color: #f3f3f3;
	padding: 36px 0;
}

.zxxx{
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.zxxx_left{
	width: 74%;
	float: left;
	padding: 36px 15px;
	background-color: #fff;
}

.zxxx_leftp{
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.zxxx_leftd{
	width: 575px;
	height: 49px;
	border: 1px dashed #bfbfbf;
	margin: 20px auto 0;
	background-color: #f3f3f3;
	line-height: 47px;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.zxxx_leftd span{
	margin: 0 25px;
}
.zxxx_leftd img{
	margin-right: 7px;
}
.zxxx_leftd1{
	margin-top: 10px;
}
.zxxx_leftd1 p{
	text-indent: 2rem;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	margin-top: 20px;
}
.zxxx_leftd1 p img{
	display: block;
	margin: 0 auto;
}
.sxp{
	border-top: 1px solid #e7e7e7;
	margin-top: 36px;
	padding: 11px 0;
}
.sxp p{
	margin-bottom: 12px;
}
.sxp span{
	display: inline-block;
	width: 80px;
	height: 32px;
	background: url(../images/sxp.jpg) no-repeat;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #666666;
	margin-right: 5px;
}
.sxp a{
	display: inline-block;
	line-height: 32px;
	font-size: 14px;
	color: #666666;
}

.zxxx_right{
	width: 24%;
	float: right;
	font-size: 0;
	background-color: #fff;
	padding-bottom: 36px;
}
.zxxx_rightd{
	overflow: hidden;
}
.zxxx_rightd div{
	float: left;
	width: 44%;
	margin: 24px 3% 0;
	font-size: 14px;
}
.zxxx_rightd div a{
	color: #666666;
	text-align: center;
}
.zxxx_rightd div a img{
	display: block;
	margin-bottom: 13px;
}
.zxxx_rightd div a:hover{
	color: #0273a8;
}

.zxxx_rightd1{
	padding: 0 3%;
}
.zxxx_rightd1 ul{
	
}
.zxxx_rightd1 ul li{
	list-style-type: none;
	font-size: 14px;
	margin-top: 20px;
}
.zxxx_rightd1 ul li a{
	color: #666666;
}
.zxxx_rightd1 ul li a img{
	margin-right: 6px;
}
.zxxx_rightd1 ul li a span{
	float: right;
	font-size: 12px;
	color: #cccccc;
}

.zxxx_li{
	overflow: hidden;
	margin-top: 40px;
	background-color: #fff;
	padding: 30px 0;
}
.zxxx_li div{
	float: left;
	height: 150px;
}
.zxxx_li1{
	width: 6%;padding-top: 43px;
}
.zxxx_li1p{
	font-size: 30px;
	color: #333333;
	text-align: right;
}
.zxxx_li1p1{
	font-size: 13px;
	color: #333333;
	text-align: right;
}
.zxxx_li2{
	width: 18%;
	margin: 0 2%;
}
.zxxx_li3{
	width: 72%;
	padding-top: 18px;
}

.zxxx_li3p{
	font-size: 18px;
	color: #333333;
}
.zxxx_li3p a{
	color: #333333;
	display: block;
	table-layout: fixed;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 16px;
}
.zxxx_li3p1{
	font-size: 13px;
	color: #999999;
	margin-top: 20px;
	padding-right: 16px;
}
.zxxx_li3p2{
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}
.zxxx_li3p2 a{
	color: #666666;
	display: inline-block;
	width: 113px;
	height: 34px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #686868;
	border-radius: 3px;
}

.zxxx_li:hover .zxxx_li1 p{
	color: #2d6aac;
}
.zxxx_li:hover .zxxx_li3p a{
	color: #2d6aac;
}

.lastNews{
	background-color: #f6f6f6;
	padding: 50px;
}
.lastNews1{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.lastNews1p{
	font-size: 35px;
	text-align: center;
	color: #2d6aac;
}

.pxhzxm{
	overflow: hidden;
}

.pxhzxm li{
	list-style-type: none;
	width: 47%;
	margin: 36px 1.5% 0;
	float: left;
	background-color: #fff;
}

.pxhzxm li dl{
	overflow: hidden;
}

.pxhzxm li dl dt{
	float: left;
	width: 35%;
	border-right: 1px solid #e8e8e8;
	text-align: center;
}

.pxhzxm li dl dd{
	float: right;
	width: 65%;
	padding: 30px 10px;
}

.pxhzxm li:hover dl dd a{
	color: #1358a3;
}

.onlineW{
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
}
.onlineW1{
	background-color: #f6f6f6;
	padding: 50px 150px;
	border: 1px dashed #d2d2d2;
}

.zxly1{
	margin-top: 20px;
}
.zxly1 dl{
	overflow: hidden;
}
.zxly1 dl dt{
	width: 49%;
	float: left;
}
.zxly1 dl dd{
	width: 49%;
	float: right;
}

.zxly1p{
	background-color: #ffffff;
	height: 43px;
	border-radius: 4px;
	font-size: 0;
	margin-bottom: 18px;
}
.zxly1p span{
	display: inline-block;
	width: 10%;
	text-align: center;
	height: 43px;
}
.zxly1p input{
	background-color: #ffffff;
	width: 90%;
	height: 43px;
}

.zxly1 dl dd textarea{
	height: 166px;
	background-color: #ffffff;
	border-radius: 4px;
	width: 100%;
	border: 0;
	resize: none;
	padding: 16px;
	font-size: 14px;
	color: #999999;
}
.zxly1i{
	width: 273px;
	height: 45px;
	background-color: #2d6aac;
	color: #fff;
	display: block;
	margin: 29px auto 0;
	border-radius: 2px;
}

.zxly2{
	border-radius: 5px;
	border: 1px dashed #d2d2d2;
	padding: 35px 30px 0 0;
	margin-top: 50px;
	background-color: #f9f9f9;
}
.zxly2 dl{
	overflow: hidden;
	margin-bottom: 24px;
}
.zxly2 dl dt{
	width: 4%;
	float: left;
	text-align: right;
}
.zxly2 dl dd{
	width: 96%;
	float: left;
	padding-left: 20px;
}
.zxly2p{
	font-size: 16px;
	color: #333333;
}
.zxly2p span{
	float: right;
	font-size: 12px;
	color: #cccccc;
}
.zxly2p1{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.zxly2p2{
	font-size: 16px;
	color: #2d6aac;
}
.zxly2p2 span{
	float: right;
	font-size: 12px;
	color: #cccccc;
}









