﻿/***********全局重置CSS*****************/
body,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{margin:0; }
p{ margin:0;}
ul,ol,li{padding-left:0;list-style-type:none;}
img{border:0;}/***消除img默认边框*****/
a{text-decoration:none;}/* 链接无下划线 */
a:hover{cursor:pointer;text-decoration:underline;} /*鼠标在链接上出下划线,为手势形态 */
table {border-collapse:collapse;}/*细线表格*/
em{font-style:normal;}
html{ overflow-y:scroll;}/***默认让所有浏览器出现右边滚动条****/
.clear{font-size:0;line-height:0;height:0;clear:both;overflow:hidden;display:block;}/***默认清除浮动****/
body {font-family:"微软雅黑"; font-size:16px; }
/****************全局头尾******************/

.AllLeftCont{ float:left;}
.AllRightCont{ float:right;}
.AllListCon li{ overflow:hidden; line-height:3.5; height:3.5em;}
.AllListCon ul li span{ float:right; color:#757575; margin:0 0 0 1em; }
.AllListCon ul li a{ color:#000;}
.AllListCon ul li:before{content:'●';  color:#2542d1; display: inline-block;margin-right: 10px;}
.pic img{ width:100%;}
/****中间头部样式***/
.top_bg{ width:100%; background:url(flyz20210310_01.jpg) top center no-repeat;}
.top_bg_con{ max-width:1200px; margin:0 auto; position:relative;  overflow:hidden; height:22em; padding:2em 0 0 0;}
.top_bg_con .logo{ max-width:658px; width:60%; margin:0 auto; clear:both;}
.top_bg_con .logo img{ width:100%;}
.top_bg_con .more{ float:right;  text-align:center; margin:2em 0 2em 0;line-height:1.5; font-size:1em;}
.top_bg_con .more a{ color:#fff;background:#2542d1;border-radius:5px; display:block;  padding:0 0.5em;}


@font-face{
     font-family: 'biaoti'; 
     src:url('biaoti.ttf') format('truetype');
}

.conterYZ{ background:#fff; border:1px solid #c0cbfb; border-radius:1em; max-width:1200px; margin:0 auto; padding:1em 0;}
.conterYZ table{ width:94%; margin:0 3%;}
.conterYZ table tr{ line-height:1.8;  text-align:center;}
.conterYZ table tr td{padding:0.5em 0;}
.conterYZ table tr:nth-child(odd){ background:#f7f7f7;}
.conterYZ table tr span{ color:#2542d1; padding:0 0.5em 0 0;}
.conterYZ .moreCont{ background:#f7f7f7; margin:0 3%; padding:2em;}
.conterYZ .moreCont .listcont{ line-height:2; color:#000; margin:0 0 0.5em 0;}
.conterYZ .moreCont .listcont em{ background:#2542d1; color:#fff; padding:0 1em;border-radius:0.5em; display:inline-block;}
.conterYZ .moreCont .listcont a{ color:#2542d1; background:#d6e0f9; display:inline-block; padding:0 1em; border-radius:0.5em; margin:0 1em 1em 0;}
.conter,.conterBottom{ max-width:1200px; overflow:hidden; margin:2em auto 0 auto;}
.conterBg{ background:#f7f7f7; padding:1px 0 2em 0; margin:2em 0;}
.tit{   margin:1em 0; overflow:hidden;font-size:1.5em;font-family: 'biaoti'; color:#2542d1; text-align:center; background:url(flyz20210310_08.png) center center no-repeat; background-size:auto 40%;}
.tit a{color:#2542d1;}
.picLeft{ width:47%;margin:0 1.5%;}
.conter .picLeft img{ width:100%;}
.newsRight{ width:47%; margin:0 1.5%;}
.conterBottom ul{ width:102%; overflow:hidden;}
.conterBottom ul li{ width:31.3%; margin:0 2% 2% 0; float:left;}
.conterBottom ul li img{ width:100%; }

@media (max-width:780px){
	body{ font-size:24px;}
	.AllLeftCont,.AllRightCont{ float:none; width:auto; margin:0 0 2em 0;}
	.top_bg{ background-size:150% auto;}
	.top_bg_con{ padding:2em 3%; height:7em;}
	.top_bg_con .more{ margin:1em 0 0 0; font-size:1em;}
	.conter,.conterYZ,.conterBottom{ margin:2em 3%;}
	
	}
@media (max-width:560px){
	body{ font-size:12px;}
	}