/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-family: "微软雅黑";
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    border: none;
	max-width: 100%;

}
i,em{
	font-style: normal;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}
.submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei',Tahoma,Verdana,'Simsun';
}
table,tbody,tr,td{
		display: block;
	}
	table{
		    width: 70%;
		   margin:0 auto;
	}
	tbody{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.text{
		display: none;
	}
	.zxly tr {
	    display: block;
	    width: 48%;
	    float: left;
	    margin-bottom: 15px
	}
	.zxly tr:nth-child(5){
		width: 100%;
	}
	.zxly tr:nth-child(6){
		width: 100%;
	}
	.zxly tr:nth-child(5) .input {
		width: 100%;
	    padding: 0;
	    padding-right: 5px;
	}
	.zxly tr:nth-child(5) input {
	    width: 100%;
	    display: block;
	}
	.textarea-text {
	    width: 100%;
	    outline: none;
	    text-indent: 1em;
	    border: none;
	    line-height: 30px;
	    border: 1px solid #d5d5d5;
	    color: #fff;
	}
	.zxly tr:nth-child(6) input {
	    width: 100%;
	    display: block;
	}
	.zxly .input-text {
	    width: 100%;
	    outline: none;
	    border: none;
	    text-indent: 1em;
	    border: 1px solid #d5d5d5;
	    line-height: 40px;
	    color: #fff;
	}
.met_pager{
	margin-bottom: 20px;
}	
@media screen and ( min-width: 1200px ){
	.bann2{
		display: none;
	}
	.show_newstext{
		width: 73%;
		margin: 0 auto;
		background-color: #ffffff;
		padding: 1%;
	}
	.show_newstext h2{
		line-height: 40px;
		font-size: 20px;
		color: #333333;
		text-align: center;
		font-weight: bold;
		margin-bottom: 25px;margin-top: 20px;
	}
	.footer1{
		display: none;
	}
	.footer_d{
		display: none;
	}
	.htmleaf-container{
		display: none;
	}
	.head_top{
		width: 100%;
	}
	.head_topdv{
		display: flex;justify-content: space-between;
		align-items: center;
		width: 75%;
		margin: 0 auto;
	}
	.head_topdv img{
		
	}
	.head_nav{
		width: 50%;
	}
	.head_nav dl{
		display: flex;
		width: 100%;
	}
	.head_nav dd{
		width: 100%;
		text-align: center;
	}
	.head_nav dd a{
		font-size: 16px;
		color: #333333;
	}
	.head_nav dd a:hover{
		color: #157bc0;
	}
	.head_nav dd a.hover{
		color: #157bc0;
	}
	.head_banner img{
		width: 100%;
	}
	.index_text{
		padding: 30px 0;
	}
	.index_text p{
		line-height: 60px;
		font-size: 32px;
		color: #333333;
		text-align: center;
	}
	.index_pro{
		width: 100%;
	}
	.index_pro ul{
		display: flex;
	}
	.index_pro ul li{
		width: 25%;
		display: flex;overflow: hidden;
	}
	.index_pro ul .index_proleft{
		width: 50%;
	}
	.index_pro ul .index_proleft img{
		width: 100%;
	}
	.index_pro ul .index_proright{
		width: 50%;
		background-color: #e7e8e9;
	}	
	.index_pro ul .index_proright section{
		font-size: 1.8em;color: #333333;
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.index_pro ul .index_proright section{
		font-size: 1.8em;color: #333333;
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.index_pro ul .index_proright i{
		display: block;
		width: 40px;
		border-bottom: 1px solid #333333;
		margin-left: 5%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.index_pro ul .index_proright p{
		width: 90%;
		margin: 0 auto;
		line-height: 25px;
		color: #333333;
		font-size: 1em;
		height: 75px;
		overflow: hidden;
	}
	.index_pro ul .index_proright a{
		width: 65%;display: block;
		height: 40px;
		background-color: #d0d1d2;
		color: #333333;text-align: center;
		line-height: 40px;font-size: 1.1em;
		margin-left: 5%;
		margin-top: 5%;
	}
	.index_pro ul li:hover a{
		background-color: #006eb4;
		color: #fff;
	}
	
	.index_pro ul li:hover section{
		color: #006eb4;
	}
	.index_pro ul li:hover i{
		border-color: #006eb4;
	}
	.index_img{
		max-width: 75%;
		margin: 0 auto;
		margin-top: 50px;
		position: relative;
	}
	.index_img img{
		width: 100%;display: flex;justify-content: center;
		align-items: center;
	}
	.index_img div{
		position: absolute;
		width: 36%;
		top: 1em;color: #FFFFFF;
		left: 5%;
	}
	.index_img div section{
		font-size: 1.8em;
		line-height: 50px;
	}
	.index_img div p{
		font-size: 1.1em;
		line-height: 25px;
	}
	.index_tw{
		width: 75%;
		margin: 20px auto;
		display: flex;
		justify-content: space-between;
	}
	.index_imgleft{
		background-color: #157bc0;
		width: 49.2%;display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 15px 0;
		
	}
	.index_imgleft .pz{
		width: 65%;margin-left: 10%;
	}
	.index_imgleft .pz p{
		font-size:12px;
		color: #ffffff;
		margin-bottom: 10px;
		line-height: 25px;
	}
	.index_imgleft section{
		font-size: 24px;
		color: #ffffff;
		margin-bottom: 10px;
	}
	.index_imgleft img{
		width: 100%;
	}
	
	.index_imgright{
		background-color: #e0e0e0;
		width: 49.2%;display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 15px 0;
		
	}
	.index_imgright .pz{
		width: 65%;margin-left: 10%;
	}
	.index_imgright .pz p{
		font-size:12px;
		color: #666;
		margin-bottom: 10px;
		line-height: 25px;
	}
	.index_imgright section{
		font-size: 24px;
		color: #333333;
		margin-bottom: 10px;
	}
	.index_imgright img{
		width: 100%;
	}
	.index_hb{
		width: 75%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #332e80;
	}
	.index_hbleft{
		width: 35%;
		height: 100%;
	}
	.index_hbleft section{
		font-size: 24px;
		color: #ffffff;
		width: 85%;
		margin: 0 auto;
		margin-bottom: 5px;
	}
	.index_hbleft p{
		width: 85%;
		margin: 0 auto;
		color: #fff;
		line-height: 20px;
	}
	.index_hbright{
		width: 75%;
	}
	.index_hbright img{
		width: 100%;
	}
	.index_news{
		width: 75%;
		margin: 0 auto;
		text-align: center;
		font-size: 32px;
		color: #333333;
		line-height: 80px;
		margin-top: 25px;
	}
	.index_newsall{
		width: 75%;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.index_newsall ul{
		display: flex;
		justify-content: space-between;
	}
	.index_newsall ul li{
		width: 30%;
		border: 1px solid #eeeeee;overflow: hidden;
	}
	.index_newsall ul li span{
		display: block;
		width: 90%;
		margin: 0 auto;font-size: 14px;
		margin-top: 20px;color: #b6b4b4;
	}
	.index_newsall ul li section{
		display: block;
		width: 90%;
		margin: 0 auto;font-size: 16px;
		color: #333333;line-height: 40px;
		height: 40px;
		overflow: hidden;
	}
	.index_newsall ul li  img{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.index_newsall ul li p{
		line-height: 25px;width: 90%;
		margin: 15px auto;
		font-size: 14px;color: #666666;
		height: 75px;
		overflow: hidden;
	}
	.index_newsall ul li:hover section{
		color: #006eb4;
	}
	.index_newsall ul li:hover p{
		color: #006eb4;
	}
	.index_newsall ul li:hover img{
		transform: scale(1.03);
		transition: all 0.5s;
	}
	.index_newsall ul li:hover{
		box-shadow: 0px 0px 10px #D0D1D2;
	}
	.foot{
		background-color: #262626;
		padding-top: 40px;padding-bottom: 40px;
	}
	.fonts dl dd a:hover{
		transition: all 0.5s;
		display: block;
		transform: translateX(15px);
	}
	.fonts{
		width: 75%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.fonts dl dd a{
		font-size: 14px;
		color: #c4c4c4;
		line-height: 40px;
	}
	.fonts dl dt{
		margin-bottom: 10px;
	}
	.fonts dl dt a{
		font-size: 16px;
		color: #ffffff;
	}
	.wdl{
		width: 100%;
		height: 60px;
		background-color: #161616;
	}
	.wdls {
		width: 75%;margin: 0 auto;
		display: flex;justify-content: space-between;
		font-size: 14px;color: #c4c4c4;line-height: 60px;
	}
	.ban_showpro{
		width: 100%;
	}
	.ban_showpro img{
		width: 100%;
	}
	.showpro_top{
		width: 75%;
		margin: 0 auto;
		display: flex;justify-content: space-between;
		margin-top: 10px;
	}
	.showpro_topleft{
		border: 1px solid #eeeeee;
		width: 45%;
	}
	.showpro_topleft img{
		width: 100%;
	}
	.showpro_topright{
		width: 52%;
	}
	.showpro_topright h2{
		font-size: 32px;
		color: #333333;
		line-height: 65px;
	}
	.showpro_topright p{
		border-bottom: 1px solid #e8e8e8;
		line-height: 30px;
		font-size: 14px;color: #666666;
	}
	.showpro_topright section{
		font-size: 16px;color: #333333;
		line-height: 50px;
		border-bottom: 1px solid #e8e8e8;
		margin-bottom: 25px;
	}
	.showpro_topright div li{
		width: 22%;
		margin: 1% 0;
		border: 1px solid #e8e8e8;
	}
	.showpro_topright div li img{
		width: 100%;
	}
	.showpro_topright div i{
		font-size: 20px;color: #333333;
	}
	.showpro_topright div span{
		font-size: 14px;color: #666666;
		text-align: center;
		display: block;
		line-height: 35px;
	}
	.showpro_topright div ul{
		display: flex;justify-content: space-between;
		margin-top: 15px;
	}
	.showpro_topname{
		height: 40px;
		font-size: 18px;
		color: #666666;
		width: 75%;
		margin: 0 auto;
		background-color: #eeeeee;
		line-height: 40px;
		text-indent: 1em;
		margin-top: 25px;
	}
	.showpro_text{
		width: 75%;
		margin: 0 auto;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.showwm_center li{
		width: 25%;
		text-align: center;
		margin: 25px auto;
	}
	.showwm_center li i{
		display: block;
		width: 120px;
		height: 120px;
		border: 1px solid #006eb4;
		margin:0 auto;
		border-radius: 50%;
		text-align: center;
		line-height: 120px;
		font-size: 50px;
		color: #006eb4;
	}
	.showwm_center li p{
		margin: 15px auto;
		font-size: 14px;color: #666666;
	}
	.show_nav{
		width: 100%;
		height: 60px;
		background-color: #006eb4;
		margin-top: -5px;
	}
	.show_navdv{
		width: 75%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.show_navdv ul li{
		float: left;
		line-height: 60px;font-size: 16px;
	}
	.show_navdv ul li a{
		border-right: 1px solid #fff;
		color: #FFFFFF;
		padding: 0 10px;
	}
	.show_navdv ul li.on{
		background-color: #025b94;
	}
	.show_navdv ul li:hover{
		background-color: #025b94;
	}
	.show_navdv ul li a.hover{
		display: block;line-height: 60px;
		border:none;background-color: #025b94;
	} 
	.show_navdv ul li.on a{
		display: block;line-height: 60px;
		border:none;background-color: #025b94;
	} 
	.show_navdv div{
		line-height: 60px;
		color: #ffffff;
	}
	.show_navdv div a{
		font-size: 14px;color: #ffffff;
	}
	.prolist{
		width: 100%;
		background-color: #f6f6f6;
	}
	.prolistdv{
		width: 75%;
		margin: 0 auto;
	}
	.prolistdv ul{
		display: flex;flex-flow: wrap;
		justify-content: flex-start;
	}
	.prolistdv ul li{
		width: 23%;
		margin: 1%;
		background-color: #FFFFFF;
	}
	.prolistdv ul li img{
		width: 100%;
	}
	.prolistdv ul li p{
		text-align: center;
		line-height: 30px;
		padding-bottom: 15px;
		font-size: 16px;color: #666666;
	}
	.prolistdv ul li:hover{
		box-shadow: 0px 0px 15px #B6B4B4;
	}
	.prolistdv ul li:hover p{
		color: #006eb4;
	}
	.showwm_top{
		width: 75%;
		margin: 0 auto;
		background-color: #f5f6f6;
		font-size: 32px;
		color: #333333;
		text-align: center;
		line-height: 65px;
		padding: 20px 0;
	}
	.showwm_center{
		width: 75%;
		margin: 0 auto;
	}
	.showwm_center li{
		width: 25%;
	}
	.showwm_center ul{
		display: flex;
		justify-content: space-between;
	}
	.showwm_center li:hover i{
		transition: all 0.5s;
		border-color: #006eb4 ;background-color: #006eb4;color: #fff;
	}
	.yzbt{
		width: 100%;
		background-color: #006eb4;
		padding: 45px 0;
	}
	.yzbt h2{
		text-align: center;
		font-size: 36px;color: #ffffff;
		margin-bottom:10px ;
	}
	.yzbt p{
		width: 70%;
		margin: 0 auto;
		line-height: 30px;
		color: #ffffff;font-size: 14px;
		text-align: center;
	}
	.show_bg{
		width: 100%;
		line-height: 163px;
		height:163px ;background: url(../img/wm_04.jpg);
		text-align: center;
		color: #ffffff;font-size: 36px;
	}
	.s_list li{
		display: flex;justify-content: space-between;
		align-items: center;
	}
	.s_listleft{
		width: 50%;
	}
	.s_listleft h2{
		color: #333333;
		font-size: 20px;font-weight: bold;
		width: 75%;
		margin-left:23% ;
		margin-bottom: 20px;margin-right:2% ;
	}
	.s_listleft p{
		color: #666666;
		line-height: 30px;width: 75%;
		margin-left:23% ;margin-right:2% ;
	}
	.s_listright{
		width: 50%;
	}
	.s_listright img{
		width: 100%;display: block;
	}
	.s_listleft1{
		width: 50%;
	}
	.s_listleft1 h2{
		color: #333333;
		font-size: 20px;font-weight: bold;
		width: 75%;
		margin-right:23% ;
		margin-bottom: 20px;
		margin-left: 2%;
	}
	.s_listleft1 p{
		color: #666666;
		line-height: 30px;width: 75%;
		margin-right:23% ;margin-left: 2%;
	}
	.newlists{
		width: 100%;
		margin: 0 auto;
		background-color: #f6f6f6;
		padding: 1% 0;
	}
	.newlists_all{
		width: 75%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		
	}
	.newlists_allleft{
		width: 73%;
		padding: 1%;
		background-color: #FFFFFF;
	}
	.newlists_allright{
		width: 22%;padding: 1%;background-color: #FFFFFF;
	}
	.newlists_allleft li a{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.newlists_allleft li{
		padding-bottom: 15px;
		border-bottom: 1px dashed #cccccc;
		margin-bottom: 15px;
	}
	.newlists_allleft li img{
		margin-right:15px ;
		width:25%;
	}
	.newlists_allleft li:hover img{
		transform: scale(1.03);
		transition: all 0.5s; 
	}
	.newlists_allleft li div{
		width: 73%;
	}
	.newlists_allleft li div h2{
		color: #333333;
		font-size: 18px;
		line-height: 40px;
	}
	.newlists_allleft li div p{
		font-size: 14px;
		color: #909090;
		line-height: 25px;
		height: 50px;
		overflow: hidden;
	}
	.newlists_allleft li:hover div h2{
		color: #006eb4;
	}
	.allright_top{
		font-size: 18px;
		color: #333333;
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.allright_top ul{
		margin-top: 20px;
	}
	.allright_top ul li{
		font-size: 14px;
		border: 1px solid #eeeeee;
		height: 60px;
		border-bottom: none;
		padding: 0 10px;
	}
	.allright_top ul li:last-child{
		border-bottom: 1px solid #eeeeee;
	}
	.allright_top ul li a{
		color: #666;display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
	}
	.allright_down{
		width: 90%;
		margin: 0 auto;
		margin-top: 40px;
	}
	.allright_down h2{
		font-size: 18px;
	    color: #333333;
	    width: 100%;
	    margin: 0 auto;
	    margin-top: 15px;
	}
	.allright_down ul li a{
		line-height: 40px;
		color: #666666;
		font-size: 14px;
	}
	.allright_down ul {
		margin-top: 15px;
	}	
	.allright_down ul li a:hover{
		color: #006eb4;
	}
	.lxwmdv{
		width: 72%;
		margin: 20px auto;
		border: 1px solid #eeeeee;
		padding: 1.5%;
		display: flex;
		justify-content: space-between;
	}
	.lxwmdv_left{
		width: 25%;
		padding-right: 15px;
		border-right: 1px solid #eeeeee;
	}
	.lxwmdv_left h2{
		color: #333333;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.lxwmdv_left p{
		color: #666666;
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.lxwmdv_right{
		width: 100%;
		background-color: #b0e2a8;
		margin-left: 15px;
	}
	.zxly{
		width: 75%;
		margin: 20px auto;
	}
	.zxly h2{
		font-size: 32px;
		color: #333333;
		text-align: center;
		margin-bottom: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
	.bann2{
		display: none;
	}
	.show_newstext{
		width: 95%;
		margin: 0 auto;
		background-color: #ffffff;
	}
	.show_newstext h2{
		line-height: 40px;
		font-size: 20px;
		color: #333333;
		text-align: center;
		font-weight: bold;
		margin-bottom: 15px;margin-top: 20px;
	}
	.footer1{
		display: none;
	}
	.footer_d{
		display: none;
	}
	.head_top{
		width: 100%;
		display: none;
	}
	.showwm_center li{
		width: 25%;
		text-align: center;
		margin: 25px auto;
	}
	.showwm_center li i{
		display: block;
		width: 120px;
		height: 120px;
		border: 1px solid #006eb4;
		margin:0 auto;
		border-radius: 50%;
		text-align: center;
		line-height: 120px;
		font-size: 50px;
		color: #006eb4;
	}
	.showwm_center li p{
		margin: 15px auto;
		font-size: 14px;color: #666666;
	}
	.htmleaf-container{
		display: block;
	}
	.head_topdv{
		display: flex;justify-content: space-between;
		align-items: center;
		width: 75%;
		margin: 0 auto;
	}
	.head_topdv img{
		width: 35%;
	}
	.head_nav{
		width: 50%;
	}
	.head_nav dl{
		display: flex;
		width: 100%;
	}
	.head_nav dd{
		width: 100%;
		text-align: center;
	}
	.head_nav dd a{
		font-size: 16px;
		color: #333333;
	}
	.head_banner img{
		width: 100%;
	}
	.index_text{
		padding: 15px 0;
	}
	.index_text p{
		line-height: 40px;
		font-size: 24px;
		color: #333333;
		text-align: center;
	}
	.index_pro{
		width: 100%;
	}
	.index_pro ul{
		display: flex;justify-content: space-between;
	}
	.index_pro ul li{
		width: 23%;
	}
	.index_pro ul .index_proleft{
		width: 100%;
	}
	.index_pro ul .index_proleft img{
		width: 100%;
	}
	.index_pro ul .index_proright{
		width: 100%;padding-bottom: 20px;
		background-color: #e7e8e9;
	}	
	.index_pro ul .index_proright section{
		font-size: 1.8em;color: #333333;
		width: 90%;
		margin: 0 auto;
	}
	.index_pro ul .index_proright section{
		font-size: 1.8em;color: #333333;
		width: 90%;
		margin: 0 auto;
	}
	.index_pro ul .index_proright i{
		display: block;
		width: 40px;
		border-bottom: 1px solid #333333;
		margin-left: 5%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.index_pro ul .index_proright p{
		width: 90%;
		margin: 0 auto;
		line-height: 25px;
		color: #333333;
		font-size: 1em;
		height: 75px;
		overflow: hidden;
	}
	.index_pro ul .index_proright a{
		width: 65%;display: block;
		height: 40px;
		background-color: #d0d1d2;
		color: #333333;text-align: center;
		line-height: 40px;font-size: 1.1em;
		margin: 0 auto;
		margin-top: 5%;
	}
	.index_pro ul li:hover a{
		background-color: #006eb4;
		color: #fff;
	}
	.index_pro ul li:hover section{
		color: #006eb4;
	}
	.index_pro ul li:hover i{
		border-color: #006eb4;
	}
	.index_img{
		max-width: 95%;
		margin: 0 auto;
		margin-top: 50px;
		position: relative;
	}
	.index_img img{
		width: 100%;display: flex;justify-content: center;
		align-items: center;
	}
	.index_img div{
		width: 100%;
		top: 1em;color: #333;
		left: 5%;
	}
	.index_img div section{
		font-size: 1.8em;
		line-height: 50px;
	}
	.index_img div p{
		font-size: 1.1em;
		line-height: 25px;
	}
	.index_tw{
		width: 95%;
		margin: 20px auto;
		display: flex;
		justify-content: space-between;
	}
	.index_imgleft{
		background-color: #157bc0;
		width: 48%;display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 15px 0;
		
	}
	.index_imgleft .pz{
		width: 65%;margin-left: 10%;
	}
	.index_imgleft .pz p{
		font-size:12px;
		color: #ffffff;
		margin-bottom: 10px;
		line-height: 25px;
	}
	.index_imgleft section{
		font-size: 24px;
		color: #ffffff;
		margin-bottom: 10px;
	}
	.index_imgleft img{
		width: 100%;
	}
	
	.index_imgright{
		background-color: #e0e0e0;
		width: 48%;display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 15px 0;
		
	}
	.index_imgright .pz{
		width: 65%;margin-left: 10%;
	}
	.index_imgright .pz p{
		font-size:12px;
		color: #666;
		margin-bottom: 10px;
		line-height: 25px;
	}
	.index_imgright section{
		font-size: 24px;
		color: #333333;
		margin-bottom: 10px;
	}
	.index_imgright img{
		width: 100%;
	}
	.index_hb{
		width: 95%;
		margin: 0 auto;
		background-color: #332e80;
	}
	.index_hbleft{
		width: 100%;
		height: 100%;
		padding-top:30px ;
		padding-bottom: 15px;
	}
	.index_hbleft section{
		font-size: 24px;
		color: #ffffff;
		width: 95%;
		margin: 0 auto;
		margin-bottom: 5px;
	}
	.index_hbleft p{
		width: 95%;
		margin: 0 auto;
		color: #fff;
		line-height: 25px;font-size: 14px;
	}
	.index_hbright{
		width: 100%;
	}
	.index_hbright img{
		width: 100%;
	}
	.index_news{
		width: 95%;
		margin: 0 auto;
		text-align: center;
		font-size: 32px;
		color: #333333;
		line-height: 80px;
		margin-top: 25px;
	}
	.index_newsall{
		width: 95%;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.index_newsall ul{
		display: flex;
		justify-content: space-between;
	}
	.index_newsall ul li{
		width: 30%;
		border: 1px solid #eeeeee;
	}
	.index_newsall ul li span{
		display: block;
		width: 90%;
		margin: 0 auto;font-size: 14px;
		margin-top: 20px;color: #b6b4b4;
	}
	.index_newsall ul li section{
		display: block;
		width: 90%;
		margin: 0 auto;font-size: 16px;
		color: #333333;line-height: 40px;
		height: 40px;overflow: hidden;
	}
	.index_newsall ul li  img{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.index_newsall ul li p{
		line-height: 25px;width: 90%;
		margin: 15px auto;height: 75px;overflow: hidden;
		font-size: 14px;color: #666666;
	}
	.index_newsall ul li:hover section{
		color: #006eb4;
	}
	.index_newsall ul li:hover p{
		color: #006eb4;
	}
	.index_newsall ul li:hover{
		box-shadow: 0px 0px 10px #D0D1D2;
	}
	.foot{
		background-color: #262626;
		padding-top: 40px;padding-bottom: 40px;
	}
	.fonts{
		width: 95%;
		margin: 0 auto;
		display: flex;    justify-content: space-between;
		flex-flow: wrap;
	}
	.fonts dl{
		margin: 15px ;
	}
	.fonts dl dd a{
		font-size: 14px;
		color: #c4c4c4;
		line-height: 40px;
	}
	.fonts dl dt{
		margin-bottom: 10px;
	}
	.fonts dl dt a{
		font-size: 16px;
		color: #ffffff;
	}
	.wdl{
		width: 100%;
		height: 60px;
		background-color: #161616;
	}
	.wdls {
		width: 95%;margin: 0 auto;
		display: flex;justify-content: space-between;
		font-size: 14px;color: #c4c4c4;line-height: 60px;
	}
	.ban_showpro{
		width: 100%;
	}
	.ban_showpro img{
		width: 100%;
	}
	.showpro_top{
		width: 95%;
		margin: 0 auto;
		display: flex;justify-content: space-between;
		margin-top: 10px;
	}
	.showpro_topleft{
		border: 1px solid #eeeeee;
		width: 45%;
	}
	.showpro_topleft img{
		width: 100%;
	}
	.showpro_topright{
		width: 52%;
	}
	.showpro_topright h2{
		font-size: 32px;
		color: #333333;
		line-height: 65px;
	}
	.showpro_topright p{
		border-bottom: 1px solid #e8e8e8;
		line-height: 30px;
		font-size: 14px;color: #666666;
	}
	.showpro_topright section{
		font-size: 16px;color: #333333;
		line-height: 50px;
		border-bottom: 1px solid #e8e8e8;
		margin-bottom: 25px;
	}
	.showpro_topright div li{
		width: 22%;
		margin: 1% 0;
		border: 1px solid #e8e8e8;
	}
	.showpro_topright div li img{
		width: 100%;
	}
	.showpro_topright div i{
		font-size: 20px;color: #333333;
	}
	.showpro_topright div span{
		font-size: 14px;color: #666666;
		text-align: center;
		display: block;
		line-height: 35px;
	}
	.showpro_topright div ul{
		display: flex;justify-content: space-between;
		margin-top: 15px;
	}
	.showpro_topname{
		height: 40px;
		font-size: 18px;
		color: #666666;
		width: 95%;
		margin: 0 auto;
		background-color: #eeeeee;
		line-height: 40px;
		text-indent: 1em;
		margin-top: 25px;
	}
	.showpro_text{
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
		margin-bottom: 40px;
	}
	.show_nav{
		width: 100%;
		height: 60px;
		background-color: #006eb4;
		margin-top: -5px;
	}
	.show_navdv{
		width: 95%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.show_navdv ul li{
		float: left;
		line-height: 60px;font-size: 16px;
	}
	.show_navdv ul li a{
		border-right: 1px solid #fff;
		color: #FFFFFF;
		padding: 0 10px;
	}
	.show_navdv ul li:hover{
		background-color: #025b94;
	}
	.show_navdv div{
		line-height: 60px;
		color: #ffffff;
	}
	.show_navdv div a{
		font-size: 14px;color: #ffffff;
	}
	.prolist{
		width: 100%;
		background-color: #f6f6f6;
	}
	.prolistdv{
		width: 95%;
		margin: 0 auto;
	}
	.prolistdv ul{
		display: flex;flex-flow: wrap;
		justify-content: flex-start;
	}
	.prolistdv ul li{
		width: 23%;
		margin: 1%;
		background-color: #FFFFFF;
	}
	.prolistdv ul li img{
		width: 100%;
	}
	.prolistdv ul li p{
		text-align: center;
		line-height: 30px;
		padding-bottom: 15px;
		font-size: 16px;color: #666666;
	}
	.prolistdv ul li:hover{
		box-shadow: 0px 0px 15px #B6B4B4;
	}
	.prolistdv ul li:hover p{
		color: #006eb4;
	}
	.showwm_top{
		width: 100%;
		margin: 0 auto;
		background-color: #f5f6f6;
		font-size: 24px;
		color: #333333;
		text-align: center;
		line-height: 45px;
		padding: 20px 0;
	}
	.showwm_center{
		width: 95%;
		margin: 0 auto;
	}
	.showwm_center li{
		width: 25%;
	}
	.showwm_center ul{
		display: flex;
		justify-content: space-between;
	}
	.yzbt{
		width: 100%;
		background-color: #006eb4;
		padding: 45px 0;
	}
	.yzbt h2{
		text-align: center;
		font-size: 24px;color: #ffffff;
		margin-bottom:10px ;
	}
	.yzbt p{
		width: 70%;
		margin: 0 auto;
		line-height: 30px;
		color: #ffffff;font-size: 14px;
		text-align: center;
	}
	.show_bg{
		width: 100%;
		line-height: 163px;
		height:163px ;background: url(../img/wm_04.jpg);
		text-align: center;
		color: #ffffff;font-size: 24px;
	}
	.s_list li{
		display: flex;justify-content: flex-end;
		align-items: center;flex-flow: wrap-reverse;
	}
	.s_list li:nth-child(odd){
		flex-flow: wrap;
	}
	.s_listleft{
		width: 100%;margin-top: 10px;
	}
	.s_listleft h2{
		color: #333333;
		font-size: 20px;font-weight: bold;
		width: 95%;margin: 0 auto;
		margin-bottom: 20px;
	}
	.s_listleft p{
		color: #666666;
		line-height: 30px;width: 95%;margin: 0 auto;
	}
	.s_listright{
		width: 100%;
	}
	.s_listright img{
		width: 100%;
	}
	.s_listleft1{
		width: 100%;
		margin-top: 10px;
	}
	.s_listleft1 h2{
		color: #333333;
		font-size: 20px;font-weight: bold;
		width: 95%;
		margin: 0 auto;
	}
	.s_listleft1 p{
		color: #666666;
		line-height: 30px;width: 95%;margin: 0 auto;
	}
	.newlists{
		width: 100%;
		margin: 0 auto;
		background-color: #f6f6f6;
		padding: 1% 0;
	}
	.newlists_all{
		width: 95%;
		margin: 0 auto;
		
	}
	.newlists_allleft{
		width: 100%;
		padding: 1%;
		background-color: #FFFFFF;
	}
	.newlists_allright{
		width: 100%;padding: 1%;background-color: #FFFFFF;
	}
	.newlists_allleft li a{
		display: flex;
		justify-content: center;align-items: center;
	}
	.newlists_allleft li{
		padding-bottom: 15px;
		border-bottom: 1px dashed #cccccc;
		margin-bottom: 15px;
	}
	.newlists_allleft li img{
		margin-right:15px ;
		width: 25%;
	}
	.newlists_allleft li div {
		width: 73%;
	}
	.newlists_allleft li div h2{
		color: #333333;
		font-size: 18px;
		line-height: 40px;
	}
	.newlists_allleft li div p{
		font-size: 14px;
		color: #909090;
		line-height: 25px;
		height: 50px;
		overflow: hidden;
	}
	.newlists_allleft li:hover div h2{
		color: #006eb4;
	}
	.allright_top{
		font-size: 18px;
		color: #333333;
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.allright_top ul{
		margin-top: 20px;
	}
	.allright_top ul li{
		font-size: 14px;
		border: 1px solid #eeeeee;
		height: 60px;
		border-bottom: none;
		padding: 0 10px;
	}
	.allright_top ul li:last-child{
		border-bottom: 1px solid #eeeeee;
	}
	.allright_top ul li a{
		color: #666;display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 60px;
	}
	.allright_down{
		width: 90%;
		margin: 0 auto;
		margin-top: 40px;
	}
	.allright_down h2{
		font-size: 18px;
	    color: #333333;
	    width: 100%;
	    margin: 0 auto;
	    margin-top: 15px;
	}
	.allright_down ul li a{
		line-height: 40px;
		color: #666666;
		font-size: 14px;
	}
	.allright_down ul {
		margin-top: 15px;
	}	
	.allright_down ul li a:hover{
		color: #006eb4;
	}
	.lxwmdv{
		width: 92%;
		margin: 20px auto;
		border: 1px solid #eeeeee;
		padding: 1.5%;
	}
	.lxwmdv_left{
		width: 100%;
		text-align: center;
	}
	.lxwmdv_left h2{
		color: #333333;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.lxwmdv_left p{
		color: #666666;
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.lxwmdv_right{
		width: 100%;
		height: 400px;
	}
	.zxly{
		width: 75%;
		margin: 20px auto;
	}
	.zxly h2{
		font-size: 32px;
		color: #333333;
		text-align: center;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px){
	.bann1{
		display: none;
	}
	.show_newstext{
		width: 95%;
		margin: 0 auto;

		background-color: #ffffff;
	}
	.show_newstext h2{
		line-height: 40px;
		font-size: 20px;
		color: #333333;
		text-align: center;
		font-weight: bold;
		margin-bottom: 15px;
		margin-top: 20px;
	}
	
	table {
	    width: 100%;
	    margin: 0 auto;
	}
	.head_top{
		width: 100%;
		display: none;
	}
	.showwm_center li{
		width: 50%;
		text-align: center;
		margin: 25px auto;
	}
	.showwm_center li i{
		display: block;
		width: 50px;
		height: 50px;
		border: 1px solid #006eb4;
		margin:0 auto;
		border-radius: 50%;
		text-align: center;
		line-height: 50px;
		font-size: 20px;
		color: #006eb4;
	}
	.showwm_center li p{
		margin: 15px auto;
		font-size: 14px;color: #666666;
	}
	.htmleaf-container{
		display: block;
	}
	.head_topdv{
		display: flex;justify-content: space-between;
		align-items: center;
		width: 75%;
		margin: 0 auto;
	}
	.head_topdv img{
		width: 35%;
	}
	.head_nav{
		width: 50%;
	}
	.head_nav dl{
		display: flex;
		width: 100%;
	}
	.head_nav dd{
		width: 100%;
		text-align: center;
	}
	.head_nav dd a{
		font-size: 16px;
		color: #333333;
	}
	.head_banner img{
		width: 100%;
	}
	.index_text{
		padding: 15px 0;
	}
	.index_text p{
		line-height: 30px;
		font-size: 18px;
		color: #333333;
		text-align: center;
	}
	.index_pro{
		width: 100%;
	}
	.index_pro ul{
		display: flex;
		flex-flow: wrap;
	}
	.index_pro ul li{
		width: 48%;
		padding: 1%;
	}
	.index_pro ul .index_proleft{
		width: 100%;
	}
	.index_pro ul .index_proleft img{
		width: 100%;
	}
	.index_pro ul .index_proright{
		width: 100%;
		background-color: #e7e8e9;
		padding-bottom: 10px;
	}	
	.index_pro ul .index_proright section{
		font-size: 1.5em;color: #333333;
		width: 90%;
		margin: 0 auto;
	}
	.index_pro ul .index_proright i{
		display: block;
		width: 40px;
		border-bottom: 1px solid #333333;
		margin-left: 5%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.index_pro ul .index_proright p{
		width: 90%;
		margin: 0 auto;
		line-height: 25px;
		color: #333333;
		font-size: 1em;
		height: 75px;
		overflow: hidden;
	}
	.index_pro ul .index_proright a{
		width: 65%;display: block;
		height: 40px;
		background-color: #d0d1d2;
		color: #333333;text-align: center;
		line-height: 40px;font-size: 1.1em;
		margin-left: 5%;
		margin-top: 5%;
	}
	.index_pro ul li:hover a{
		background-color: #006eb4;
		color: #fff;
	}
	.index_pro ul li:hover section{
		color: #006eb4;
	}
	.index_pro ul li:hover i{
		border-color: #006eb4;
	}
	.index_img{
		max-width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.index_img img{
		width: 100%;display: flex;justify-content: center;
		align-items: center;
	}
	.index_img div{
		width: 95%;
		margin: 0 auto;
		top: 1em;color: #333;
		left: 5%;
	}
	.index_img div section{
		font-size: 1.8em;
		line-height: 50px;
	}
	.index_img div p{
		font-size: 1.1em;
		line-height: 25px;
	}
	.index_tw{
		width: 95%;
		margin: 20px auto;
	}
	.index_imgleft{
		background-color: #157bc0;
		width: 100%;display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 15px 0;
	}
	.index_imgleft .pz{
		width: 65%;margin-left: 10%;
	}
	.index_imgleft .pz p{
		font-size:12px;
		color: #ffffff;
		margin-bottom: 10px;
		line-height: 25px;
	}
	.index_imgleft section{
		font-size: 24px;
		color: #ffffff;
		margin-bottom: 10px;
	}
	.index_imgleft img{
		width: 100%;
	}
	
	.index_imgright{
		background-color: #e0e0e0;
		width: 100%;display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 15px 0;
		
	}
	.index_imgright .pz{
		width: 65%;margin-left: 10%;
	}
	.index_imgright .pz p{
		font-size:12px;
		color: #666;
		margin-bottom: 10px;
		line-height: 25px;
	}
	.index_imgright section{
		font-size: 24px;
		color: #333333;
		margin-bottom: 10px;
	}
	.index_imgright img{
		width: 100%;
	}
	.index_hb{
		width: 95%;
		margin: 0 auto;
		background-color: #332e80;
	}
	.index_hbleft{
		width: 100%;
		height: 100%;
		padding-top:30px ;
		padding-bottom: 15px;
	}
	.index_hbleft section{
		font-size: 24px;
		color: #ffffff;
		width: 95%;
		margin: 0 auto;
		margin-bottom: 5px;
	}
	.index_hbleft p{
		width: 95%;
		margin: 0 auto;
		color: #fff;
		line-height: 25px;font-size: 14px;
	}
	.index_hbright{
		width: 100%;
	}
	.index_hbright img{
		width: 100%;
	}
	.index_news{
		width: 95%;
		margin: 0 auto;
		text-align: center;
		font-size: 32px;
		color: #333333;
		line-height: 80px;
		margin-top: 25px;
	}
	.index_newsall{
		width: 95%;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.index_newsall ul{
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
	}
	.index_newsall ul li{
		width: 100%;
		border: 1px solid #eeeeee;
		margin: 15px auto;
	}
	.index_newsall ul li span{
		display: block;
		width: 90%;
		margin: 0 auto;font-size: 14px;
		margin-top: 20px;color: #b6b4b4;
	}
	.index_newsall ul li section{
		display: block;
		width: 90%;
		margin: 0 auto;font-size: 16px;
		color: #333333;line-height: 40px;
	}
	.index_newsall ul li  img{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.index_newsall ul li p{
		line-height: 25px;width: 90%;
		margin: 15px auto;
		font-size: 14px;color: #666666;
	}
	.index_newsall ul li:hover section{
		color: #006eb4;
	}
	.index_newsall ul li:hover p{
		color: #006eb4;
	}
	.index_newsall ul li:hover{
		box-shadow: 0px 0px 10px #D0D1D2;
	}
	.foot{
		background-color: #262626;display: none;
		padding-top: 40px;padding-bottom: 40px;
	}
	.fonts{
		width: 95%;
		margin: 0 auto;
		display: flex;    justify-content: space-between;
		flex-flow: wrap;
	}
	.fonts dl{
		margin: 15px ;
	}
	.fonts dl dd a{
		font-size: 14px;
		color: #c4c4c4;
		line-height: 40px;
	}
	.fonts dl dt{
		margin-bottom: 10px;
	}
	.fonts dl dt a{
		font-size: 16px;
		color: #ffffff;
	}
	.wdl{
		width: 100%;
		
		background-color: #161616;
	}
	.wdls {
		width: 95%;margin: 0 auto;
		padding: 20px 0px;
		font-size: 14px;color: #c4c4c4;line-height: 30px;
		margin-bottom: 50px;
	}
	.ban_showpro{
		width: 100%;
	}
	.ban_showpro img{
		width: 100%;
	}
	.showpro_top{
		width: 95%;
		margin: 0 auto;
		margin-top: 10px;
	}
	.showpro_topleft{
		border: 1px solid #eeeeee;
		width: 100%;
	}
	.showpro_topleft img{
		width: 100%;
	}
	.showpro_topright{
		width: 100%;
	}
	.showpro_topright h2{
		font-size: 32px;
		color: #333333;
		line-height: 65px;
	}
	.showpro_topright p{
		border-bottom: 1px solid #e8e8e8;
		line-height: 30px;
		font-size: 14px;color: #666666;
	}
	.showpro_topright section{
		font-size: 16px;color: #333333;
		line-height: 50px;
		border-bottom: 1px solid #e8e8e8;
		margin-bottom: 25px;
	}
	.showpro_topright div li{
		width: 47%;
		margin: 1% 0;
		border: 1px solid #e8e8e8;
	}
	.showpro_topright div li img{
		width: 100%;
	}
	.showpro_topright div i{
		font-size: 20px;color: #333333;
	}
	.showpro_topright div span{
		font-size: 14px;color: #666666;
		text-align: center;
		display: block;
		line-height: 35px;
	}
	.showpro_topright div ul{
		display: flex;justify-content: space-between;
		margin-top: 15px;flex-wrap:wrap ;
	}
	.showpro_topname{
		height: 40px;
		font-size: 18px;
		color: #666666;
		width: 95%;
		margin: 0 auto;
		background-color: #eeeeee;
		line-height: 40px;
		text-indent: 1em;
		margin-top: 25px;
	}
	.showpro_text{
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.show_nav{
		width: 100%;
		background-color: #006eb4;
		margin-top: -5px;
	}
	.show_navdv{
		width: 100%;
		margin: 0 auto;
	}
	.show_navdv ul li{
		float: left;
		line-height: 40px;font-size: 14px;
	}
	.show_navdv ul li a{
		border-right: 1px solid #fff;
		color: #FFFFFF;
		padding: 0 10px;
	}
	.show_navdv ul li:hover{
		background-color: #025b94;
	}
	.show_navdv div{
		clear: both;
		line-height: 60px;
		color: #333;background-color: #f6f6f6;
		text-indent: 2em;
	}
	.show_navdv div a{
		font-size: 14px;color: #333;
	}
	.prolist{
		width: 100%;
		background-color: #f6f6f6;
	}
	.prolistdv{
		width: 95%;
		margin: 0 auto;
	}
	.prolistdv ul{
		display: flex;flex-flow: wrap;
		justify-content: flex-start;
	}
	.prolistdv ul li{
		width: 48%;
		margin: 1%;
		background-color: #FFFFFF;
	}
	.prolistdv ul li img{
		width: 100%;
	}
	.prolistdv ul li p{
		text-align: center;
		line-height: 30px;
		padding-bottom: 15px;
		font-size: 16px;color: #666666;
	}
	.prolistdv ul li:hover{
		box-shadow: 0px 0px 15px #B6B4B4;
	}
	.prolistdv ul li:hover p{
		color: #006eb4;
	}
	.showwm_top{
		width: 100%;
		margin: 0 auto;
		background-color: #f5f6f6;
		font-size: 20px;
		color: #333333;
		text-align: center;
		line-height: 45px;
		padding: 20px 0;
	}
	.showwm_center{
		width: 100%;
		margin: 0 auto;
	}
	.showwm_center ul{
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
	}
	.yzbt{
		width: 100%;
		background-color: #006eb4;
		padding: 45px 0;
	}
	.yzbt h2{
		text-align: center;
		font-size: 24px;color: #ffffff;
		margin-bottom:10px ;
	}
	.yzbt p{
		width: 70%;
		margin: 0 auto;
		line-height: 30px;
		color: #ffffff;font-size: 14px;
		text-align: center;
	}
	.show_bg{
		width: 100%;
		line-height: 163px;
		height:163px ;background: url(../img/wm_04.jpg);
		text-align: center;
		color: #ffffff;font-size: 24px;
	}
	.s_list li{
		display: flex;justify-content: flex-end;
		align-items: center;flex-flow: wrap-reverse;
	}
	.s_list li:nth-child(odd){
		flex-flow: wrap;
	}
	.s_listleft{
		width: 100%;margin-top: 10px;
	}
	.s_listleft h2{
		color: #333333;
		font-size: 20px;font-weight: bold;
		width: 95%;margin: 0 auto;
		margin-bottom: 20px;
	}
	.s_listleft p{
		color: #666666;
		line-height: 30px;width: 95%;margin: 0 auto;
	}
	.s_listright{
		width: 100%;
	}
	.s_listright img{
		width: 100%;
	}
	.s_listleft1{
		width: 100%;
		margin-top: 10px;
	}
	.s_listleft1 h2{
		color: #333333;
		font-size: 20px;font-weight: bold;
		width: 95%;
		margin: 0 auto;
	}
	.s_listleft1 p{
		color: #666666;
		line-height: 30px;width: 95%;margin: 0 auto;
	}
	.newlists{
		width: 100%;
		margin: 0 auto;
		background-color: #f6f6f6;
		padding: 1% 0;
	}
	.newlists_all{
		width: 95%;
		margin: 0 auto;
		
	}
	.newlists_allleft{
		width: 100%;
		padding: 1%;
		background-color: #FFFFFF;
	}
	.newlists_allright{
		width: 100%;padding: 1%;background-color: #FFFFFF;
	}
	.newlists_allleft li a{
		display: flex;
		justify-content: center;align-items: center;
	}
	.newlists_allleft li{
		padding-bottom: 15px;
		border-bottom: 1px dashed #cccccc;
		margin-bottom: 15px;
	}
	.newlists_allleft .pagelist li{
		border-bottom: none;: 
	}
	.newlists_allleft li img{
		margin-right:15px ;    width: 25%;
	}
	.newlists_allleft li div{
		width: 73%;
	}
	.newlists_allleft li div h2{
		color: #333333;height: 30px;
		font-size: 16px;overflow: hidden;
		line-height: 25px;
	}
	.newlists_allleft li div p{
		font-size: 14px;
		color: #909090;
		line-height: 25px;
		height: 50px;
		overflow: hidden;
	}
	.newlists_allleft li:hover div h2{
		color: #006eb4;
	}
	.allright_top{
		font-size: 18px;
		color: #333333;
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.allright_top ul{
		margin-top: 20px;
	}
	.allright_top ul li{
		font-size: 14px;
		border: 1px solid #eeeeee;
		height: 60px;
		border-bottom: none;
		padding: 0 10px;
	}
	.allright_top ul li:last-child{
		border-bottom: 1px solid #eeeeee;
	}
	.allright_top ul li a{
		color: #666;display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 60px;
	}
	.allright_down{
		width: 90%;
		margin: 0 auto;
		margin-top: 25px;
	}
	.allright_down h2{
		font-size: 18px;
	    color: #333333;
	    width: 100%;
	    margin: 0 auto;
	    margin-top: 15px;
	}
	.allright_down ul li a{
		line-height: 40px;
		color: #666666;
		font-size: 14px;
	}
	.allright_down ul {
		margin-top: 15px;
	}	
	.allright_down ul li a:hover{
		color: #006eb4;
	}
	.lxwmdv{
		width: 92%;
		margin: 20px auto;
		border: 1px solid #eeeeee;
		padding: 1.5%;
	}
	.lxwmdv_left{
		width: 100%;
		text-align: center;
	}
	.lxwmdv_left h2{
		color: #333333;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 15px;
	}
	.lxwmdv_left p{
		color: #666666;
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.lxwmdv_right{
		width: 100%;
		background-color: #b0e2a8;height: 400px;
	}
	.zxly{
		width: 95%;
		margin: 20px auto;
	}
	.zxly h2{
		font-size: 24px;
		color: #333333;
		text-align: center;
	}
	.foot1{
		display: flex;background-color: #056ec7;
		justify-content: space-around;
	}
	.foot1 a{
		width: 100%;
		display: block;
		text-align: center;
		border-left:1px solid #0367bb ;
	}
	.foot1 a i{
		display: block;font-size: 20px;color: #fff;
	}
	.foot1 a em{
		color: #fff;
		font-size: 14px;
	}
	.footer1{
		width: 100%;
		position: fixed;bottom: 0;
	}
	.footer_d{
		height: 80px;
	}
	.htmleaf-container .mobile-inner-img {
   		 width: auto;
	}
}
	.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.navBar{  position:relative; z-index:99; padding-left:10px;   height:60px; line-height:60px; max-width: 75%; color:#333;height: 70px   }
	.nav{ position:relative; width:100%; margin:0 auto;  font-family:"Microsoft YaHei",SimSun,SimHei; font-size:14px; }
	.nav a{ color:#333;  }
	.nav h3{ font-size:100%; font-weight:normal;   }
	.nav .m{ float:left;  position:relative; z-index:99; height: 76px}
	.nav .s{ float:left; width:3px; text-align:center; color:#D4D4D4; font-size:12px; }
	.nav h3 a{ display:block; width:86px; text-align:center;   font-weight:bold;font-size: 16px;    line-height: 70px;  }
	.nav .sub{ display:none; /*默认隐藏*/     position: absolute;
    left: -10%;
    top: 70px;
    z-index: 99;
    width: 120%;
    border: 1px solid #E6E4E3;
    border-top: 0;
    background: #fff; }
	.nav .sub li{ text-align:center; padding:0 8px; margin-bottom:-1px;   }
	.nav .sub li a{ display:block;  border-bottom:1px solid #E6E4E3; padding:8px 0; line-height:28px; color:#666;   }
	.nav .sub li a:hover{ color:#157bc0;   }
	
	.nav .block{  height:3px; width:96px; background:#157bc0; position:absolute; left:0; bottom: 0px; overflow:hidden;  display: none;}
	.nav h3 a:hover{
color:#157bc0;
	}
	.nav h3 a.active {
    color: #157bc0;
}
		.nav h3 a.hover{
color:#157bc0;
	}
	.newlists_allleft .pagelist li{
		border-bottom: none;: 
	}