/***********全局重置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;font-size:14px;}/***默认让所有浏览器出现右边滚动条****/
.clear{font-size:0;line-height:0;height:0;clear:both;overflow:hidden;display:block;}
:focus{ outline: 0;}
/***默认清除浮动****/
body {font-family:"微软雅黑","sans-serif","Arial";}
/****************全局头尾*****************/
.AllLeftCont{ float:left;}
.AllRightCont{ float:right;}
.AllListCon li{ overflow:hidden; line-height:2.5; height:2.5em;}
.AllListCon ul li span{ float:right; }
.AllListCon ul li a{ color:#000;}
/*.AllListCon ul li:before{content:'▪';  color:#4674e5; display: inline-block;margin-right: 10px;}*/
.pic img{ width:100%;}

@font-face{
     font-family: 'biaoti'; 
     src:url('biaoti.ttf') format('truetype');
}

/****中间头部样式***/
/**.top_bg{background:url(rljt20210506_011.png) center top no-repeat; }*/
.top_bg{background:url(gllr_202505.png) center top no-repeat; }

.top_bg_con{ width:100%;  max-width:1200px; margin:0 auto;  padding:2em 0 23em 0; display:table;}
.top_bg_con .logo{ display:table-cell; vertical-align:middle; width:60%;}
.top_bg_con .logo img{ width:20%;max-width:128px;}
.fanHui{ display:table-cell; vertical-align:middle; width:35%;font-size:1.15em; min-width:5em;}
.fanHui a{ background:#f34f33; float:right; padding:0 0.5em; line-height:2;  border-radius:0.3em; color:#fff;}

.conter{ max-width:1200px; margin:0 auto; }
.conter:after{content:"";clear:both;display:block;}
.leftLC{ width:32%; margin:0 0 2em 0;}
.conter .leftLC .tit{font-family: 'biaoti';}
.conter .leftLC .tit span{font-size:1.715em; background:url(rljt20210506_04.png) left center no-repeat; line-height:2; padding:0 0 0.8em 0; width:6em; text-align:center; color:#fff;  background-size: 100%; display:block;}
.conter .LCcont{ background:#fff; padding:2em; box-shadow:0px 0px 10px rgba(243,58,25,.5); border-radius:1em; position:relative; margin-top:-1.5em;height:42em; }
.conter .pic{ margin:0 0 1em 0;}
.conter .LCpic img{ width:100%;}
.conter .leftLC  h1{  line-height:1.5; padding:0 0.5em; font-size:1.715em; margin:0 0 1em 0; font-weight:normal;font-family: 'biaoti'; color:#f34f33;}
.conter .leftLC  p{ line-height:1.5; color:#000; margin:0 0 1em 0; font-size:1.1em;}
.conter .leftLC  p a{ color:#f34f33;}
.conter .leftLC:hover{ opacity:10;}
.conter .leftLC h6{ font-weight:normal; margin:0 0 1em 0; font-size:1em;}
.conter .leftLC h6 a{ display:block; background:#f34f33; border-radius:0.5em; color:#fff; line-height:3; text-align:center;}
.conter .rightLC{ margin:0 0 2em 2%;}

@media (max-width:1200px){
	body {min-width: 1200px;}
	}
	body {min-width: 1200px;}
	/*
@media (max-width:780px){
		html{ font-size:24px;}
		.AllLeftCont,.AllRightCont{ float:none; width:auto;}
		.top_bg{ background-size:200% auto; }
		.top_bg_con{ padding:0 3% 13em 3%; width:94%;}
		.top_bg_con .fanhui{ margin:0;}
		.top_bg_con .fanhui a{ font-size:14px;height:30px; line-height:30px; border-radius:5px;}
		.conter{ margin:0 3%;}
		.conter .LCcont{ height:auto;}
		
	}
@media (max-width:560px){
		body{font-size: 50%;}
	}*/