﻿/***********全局重置CSS*****************/
body,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{margin:0; font-size:14px;}
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:"微软雅黑";}
/****************全局头尾******************/

/****中间头部样式***/
.top_bg{ width:100%; background:url(jyxw20200628_01.jpg) center top no-repeat; height:458px;}

.conter{overflow:hidden; max-width:1000px;overflow:hidden; margin:40px auto 0  auto; }

.conter .tit{line-height:1.5; background:url(jyxw20200628_16.jpg); margin:0 0 0.8em 0; overflow:hidden; }
.conter .tit span{ float:left;  padding:0 10px 0 0; color:#333; font-size:24px; background:#fff;  } 
.conter .tit  a{ float:right;  color:#333;  font-weight:bold; padding:0 10px;}
.conter .tit  a:hover{ text-decoration:none;}


.conter .leftconImg{ float:right;width:48.5%; display:inline; margin:0 0 40px 0;}

/*--焦点图--*/

.conter .leftconImg .slideContainer{position:relative; width:100%;  overflow:hidden;}
.conter .conter_rightcon .JD_Slider{ z-index:98;width:100%; }
.conter .leftconImg .JD_Slider li{ margin:0; padding:0;width:100%;   position:relative; display:none;}
.conter .leftconImg .JD_Slider li img{ width:100%; }
.conter .leftconImg .JD_Slider li p { text-indent:20px; line-height:42px; height:42px; overflow:hidden;  position:absolute; left:0px; bottom:0px; background:rgba(0,0,0,.5); width:100%; color:#fff; }
.conter .leftconImg .JD_num{ position:absolute; right:0px; bottom:10px;height:15px;  width:60px; z-index:9; }
.conter .leftconImg .JD_num ul{ height:10px; width:100%; text-align:center;  }
.conter .leftconImg .JD_num ul li { height:10px; width:10px; cursor:pointer; background:#9c9c9e; border-radius:10px; font-size:0px; text-indent:-20px; line-height:0px;margin:0 4px; float:left;}
.conter .leftconImg .JD_num ul li.on { background-color:#daa412;}


.conter .rightcon{  width:48.5%;float:right; display:inline; margin:0 0 40px 0; }
.conter .rightcon ul{ margin:10px 0px; }
.conter .rightcon ul li{ height:2.5em; line-height:2.5;  overflow:hidden;  }
.conter .rightcon ul li a{ color:#333; }
.conter .rightcon ul li a:hover{  text-decoration:none;}
.conter .rightcon ul li span{ float:right; color:#888;}
.conter .rightcon ul li em{ color:#daa412; font-size:10px; margin:0 10px 0 0;}

.conter .leftcon{ float:left;}

.conter .newtab_con{ border-bottom:1px dotted #d2d2d2; padding:1em 0; overflow:hidden;}
.conter .newtab_con h1{ float:left; width:35%; margin:0 2% 0 0;}
.conter .newtab_con h1 img{ width:100%;}
.conter .newtab_con h3{ font-size:18px; line-height:2;  font-weight:normal; height:2em; overflow:hidden; margin:0 0 0.2em 0;}
.conter .newtab_con h3 a{color:#333;}
.conter .newtab_con h3 span{ float:right; font-size:16px; color:#888;}
.conter .newtab_con p{ line-height:1.3;  color:#666; height:3em; overflow:hidden;}

.conter .FpfcCont .newtab_con{ border:none;}
/*ipad*/
@media (max-width: 770px){
	body,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{ font-size:2rem;}
	html{font-size: 62.5%;}
	.top_bg{ height:280px; background-size:150% auto;}
	.conter{ margin:20px 3% 0 3%;}
	.conter .leftconImg,.conter .rightcon{ width:auto; float:none; display:block; margin:0 0 2em 0;}
	.conter .tit span{ font-size:3rem;}
	.conter .newtab_con h3{ font-size:2.4rem;}
	}
/*手机大屏幕*/
@media (max-width: 645px){
	.top_bg{ height:220px;}
	}
/*手机大屏幕*/
@media (max-width: 560px){
	html{font-size: 31.5%;}
	.top_bg{ height:160px;}
	}
/*手机小屏幕*/
@media (max-width: 380px){
	.top_bg{ height:130px;}
	}

