﻿/***********全局重置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:2.5; height:2.5em;}
.AllListCon ul li span{ float:right; color:#8d8d8d; }
.AllListCon ul li a{ color:#000;}
.AllListCon ul li:before{content:'▪';  color:#7c99f6; display: inline-block;margin-right: 10px;}
.pic img{ width:100%;}
/****中间头部样式***/
.top_bg{ width:100%; background:url(jyfw20210120_01.jpg) top center no-repeat;}
.top_bg_con{ max-width:1200px; margin:0 auto; position:relative;  overflow:hidden; height:27em; padding:2em 0 0 0;}
.top_bg_con .logo{ float:left; width:500px;}
.top_bg_con .logo img{ width:80%; max-width:446px;}
.top_bg_con .more{ float:right;  text-align:center; margin:3em 0 0 0;line-height:1.5; font-size:1em;}
.top_bg_con .more a{ color:#fff;background:#7c99f6;border-radius:5px; display:block;  padding:0 0.5em;}


@font-face{
     font-family: 'biaoti'; 
     src:url('biaoti.ttf') format('truetype');
}


.conter{ max-width:1200px; overflow:hidden; margin:2em auto 0 auto;}
.picLeft{ width:45%;margin:0 0 2% 0;}
.conter .picLeft img{ width:100%;}
.newsRight{ width:49%; margin:0 0 2% 0;}

.conter .tit2{   margin:1em 0; overflow:hidden;}
.conter .tit2 em{ font-size:1.2em;font-family: 'biaoti'; color:#7c99f6;font-style:italic; margin:0 0.1em 0 0;}
.conter .tit2 p{ float:left;font-size:1.25em; line-height:1;}
.conter .tit2 span{   background:url(jyfw20210120_07.png) left center no-repeat; background-size: auto 100%; padding:0 2em 0 0; text-align:center;display:inline-block; color:#fff; width:3.5em; line-height:1.2;}
.conter .tit2 a{ float:right; color:#8d8d8d; line-height:1.5;}
.conterBg{ background:url(jyfw20210120_11.jpg) top center no-repeat; padding:0 0 2.5em 0;}
.conter .tit{font-family: 'biaoti'; color:#7c99f6; text-align:center; margin:0 0 1em 0; }
.conter .tit span{ font-size:1.5em;  display:inline-block; padding:0 2.5em; background:url(jyfw20210120_17.png) no-repeat top center; background-size:cover; line-height:2;font-style:italic;}
.conter .videoCont 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:0.5em 3%; height:10em;}
	.top_bg_con .logo{ width:45%;}
	.top_bg_con .more{ margin:1em 0 0 0; font-size:1em;}
	.conter{ margin:2em 3%;}
	
	}
@media (max-width:560px){
	body{ font-size:12px;}
	}