@charset "utf-8";
/* CSS Document */
body{
	font-size:14px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:'Microsoft YaHei';
	margin:auto
	}
*{
	margin:0;
	padding:0;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#ff0000;
	text-decoration: none;
	}
table{ margin: auto}
i{ font-style:normal}
em{ font-style:normal}
.ditu{ width:100%; float:left; margin-top:5px; height:400px}	
@media (min-width:1200px) {
	.header{
		width: 100%;
		float: left;
		height: 135px;
	}
	.main{
		width:1200px;
		margin: auto;
	}
	.logo{
		width: 319px;
		float: left;
		height: 135px;
	}
	.logo span{
		height: 100%;
		vertical-align: middle;
		display: inline-block;
	}
	.logo img{
		max-width: 100%;
		max-height: 135px;
		vertical-align: middle;
	}
	.top{
		width: 780px;
		float: right;
	}
	.tel{
		width: 100%;
		float: left;
		text-align: right;
		font-size: 18px;
		line-height: 36px;
		margin-top: 31px;
	}
	.tel img{
		vertical-align: middle;
		margin-right: 10px;
	}
	.nav{
		width: auto;
		float:right;
	}
	.nav ul li{
		width: auto;
		float: left;
		margin-left: 40px;
		font-size: 20px;
		line-height: 60px;
	}
	.nav ul li a{
		padding-bottom: 20px;
		border-bottom: 5px solid #FFFFFF;
	}
	.nav ul li a:hover{
		color: #ff0000;
		border-bottom: 5px solid #ff0000;
	}
	.nav ul li:first-child{
		margin-left: 0px;
	}
	.nav  .navon{
		color: #ff0000;
		border-bottom: 5px solid #ff0000;
	}
	.indexbanner{
		width: 100%;
		float: left;
		position: relative;
		height: 260px;
		background-image: url(../img/banner01.jpg);
		background-position: center;
		background-repeat: no-repeat;
	}
	.indexbanner img{
		width: 100%;
		height: auto;
		display: block;
	}
	.logojh{
		width: 100%;
		float: left;
		margin-top: 20px;
	}
	.logojh ul li{
		width: 100%;
		float: left;
		height: 35px;
		margin-top: 30px;
		text-align: center;
	}
	.logojh ul li img{
		vertical-align: middle;
		margin-left: 12px;
		margin-right: 13px;
	}
	.ss{
		width: 995px;
		margin: auto;
	}
	.search{
		width: calc(100% - 10px);
		float: left;
		margin-top: 50px;
		height: 80px;
		line-height: 80px;
		border: 5px solid #e60012;
		border-radius: 10px;
		box-shadow: 2px 5px 15px rgba(0,0,0,0.2);
		background-color: #FFFFFF;
	}
	.bk{
		width: calc(100% - 140px);
		padding-left: 25px;
		height: 80px;
		line-height: 80px;
		border: 0px;
		font-size: 27px;
		color: #888888;
		outline: none;
		font-family: "微软雅黑";
	}
	.anniu{
		float: right;
	}
	.word{
		width: 100%;
		float: left;
		font-size: 22px;
		line-height: 75px;
		text-align: center;
	}
	.word a{
		margin-left: 10px;
		margin-right: 10px;
	}
	.word i{
		padding: 5px;
		background-color: rgba(255,255,255,0.5);
	}
	
	.Box {position: relative;}
	.Box .content {
		width:100%; 
		float: left;
		padding-bottom:1rem;
	}
	.Box .Box_con {position: relative;}
	.Box .Box_con .btnl {position: absolute;}
	.Box .Box_con .btn {
		display: block;
		width:40px;
		height: 75px;
		position: absolute;
		top: calc(50% - 30px);
		cursor: pointer;
	}
	.Box .Box_con .btnl {
		background: url(../img/zj.png) no-repeat center;
		left:0;
		z-index:12;
	}
	.Box .Box_con .btnr {
		background: url(../img/yj.png) no-repeat center;
		right:0; 
		z-index:12;
	}
	.Box .Box_con .btnl:hover {
		background: url(../img/zj.png) no-repeat center;
	}
	.Box .Box_con .btnr:hover {
		background: url(../img/yj.png) no-repeat center;
	}
	.Box .Box_con .conbox {
		position: relative;
		overflow: hidden; 
		width: calc(100% - 80px);
		margin-left: 40px;
		margin-right: 40px;
	}
	.Box .Box_con .conbox ul {
		position: relative;
		list-style: none;
	}
	.Box .Box_con .conbox ul li{ 
		width:300px;
		float:left; 
		position:relative;
		transition: all 0.6s;
		margin-right: 33px;
		margin-left: 33px;
		margin-top: 10px;
	}
	.Box .Box_con .conbox ul li dl dt{
		font-size: 20px;
		line-height: 36px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
	}
	.Box .Box_con .conbox ul li dl dd{
		font-size: 12px;
		color: #cccccc;
		line-height: 24px;
	}
			
	.Box .BoxSwitch {
		margin-top: 30px;
		text-align: center; 
		height: 50px; 
		display:none;
	}
	.Box .BoxSwitch span {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: middle;
		width: 133.33px;
		height: 50px;
		background: #ccc;
		cursor: pointer; 
		line-height:50px; 
		float:left;
	}
	.Box .BoxSwitch span.cur {background: red;}
	
	.wrap{
		width: 100%;
		float: left;
		background-color: #f7f7f7;
		margin-top: 50px;
		padding-bottom: 50px;
	}
	.bt{
		width: 100%;
		float: left;
		margin-top: 50px;
		text-align: center;
		font-size: 34px;
		line-height: 48px;
		font-weight: bold;
		color: #000000;
		text-transform: uppercase;
	}	
	.bt i{
		color: #e60012;
		margin-left: 10px;
	}
	.kcfl{
		width: 100%;
		float: left;
		margin-top: 50px;
	}
	.kcfl ul{
		display: flex;
		justify-content: center;
	}
	.kcfl ul li{
		width: 175px;
		height: 50px;
		margin-left: 10px;
		margin-right: 10px;
		background-color: #E60012;
		border-radius: 5px;
		text-align: center;
		font-size: 24px;
	}
	.kcfl ul li a{
		width: 100%;
		float: left;
		color: #FFFFFF;
		text-align: center;
		height: 50px;
		line-height: 50px;
	}
	.kctex{
		width: calc(100% - 2px);
		float: left;
		margin-top: 50px;
		border: 1px solid #cccccc;
		line-height: 50px;
		font-size: 18px;
		text-align: center;
		background-color: #FFFFFF;
	}
	.kctex table tr:nth-child(2n){
		background-color: #f2f2f2;
	}
	.gree{
		color: #00952d;
	}
	.yel{
		color: #ff5f00;
	}
	.foot{
		width: 100%;
		float: left;
	}
	.foot-l{
		width: 930px;
		float: left;
		height: 170px;
		display: table;
		font-size: 18px;
		color: #888888;
		line-height: 30px;
	}
	.foot-l div{
		display: table-cell;
		vertical-align: middle;
	}
	.foot-r{
		width: auto;
		height: 170px;
		display: table;
	}
	.foot-r div{
		display: table-cell;
		vertical-align: middle;
	}
	.foot-r img{
		vertical-align: middle;
		margin-left: 14px;
		margin-right: 14px;
	}
	
	.nyss{
		width: 100%;
		position: absolute;
		top: calc(50% - 40px);
		left: 0;
		z-index: 1;
	}
	
	.line{
		width: 100%;
		float: left;
		height: 1px;
		background-color: #CCCCCC;
		margin-top: 50px;
	}
	.about{
		width: 100%;
		float: left;
		margin-top: 50px;
		font-size: 16px;
		line-height: 30px;
	}
	.about img{
		max-width: 100%;
		height: auto;
	}
	
	.pro{
		width: 100%;
		float: left;
		margin-top: 20px;
	}
	.pro ul li{
		width: 360px;
		float: left;
		margin-right: 60px;
		margin-top: 30px;
	}
	.pro ul li dl dt{
		height: 232px;
		text-align: center;
		border: 5px solid #cccccc;
		overflow: hidden;
	}
	.pro ul li dl dt img{
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}
	.pro ul li dl dd{
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 36px;
		margin-top: 10px;
	}
	.pro ul li:nth-child(3n){
		float: right;
		margin-right: 0px;
	}
	.pro ul li:hover dl dt img{
		transform: scale(1.05);
	}
	
	.fy{
		width: 100%;
		float: left;
		margin-top: 50px;
	}
	.fy ul{
		display: flex;
		justify-content: center;
	}
	.fy ul li{
		width: 35px;
		line-height: 35px;
		margin-left: 3px;
		margin-right: 3px;
		height: 35px;
	}
	.fy ul li a{
		width: 100%;
		height: 100%;
		font-size: 14px;
		background-color: #f6f6f6;
		float: left;
		text-align: center;
	}
	.fy ul li a:hover{
		background-color: #e60012;
		color: #FFFFFF;
	}
	
	.protitle{
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 50px;
		font-size: 30px;
		color: #000000;
		line-height: 36px;
		font-weight: bold;
	}
	.news{
		width: 100%;
		float: left;
		margin-top: 30px;
	}
	.news ul li{
		width: 100%;
		float: left;
		margin-top: 30px;
	}
	.news ul li .date{
		width: 120px;
		height: 120px;
		float: left;
		background-color: #f2f2f2;
		text-align: center;
		display: table;
		font-size: 18px;
		transition: all 0.6s;
	}
	.news ul li .date div{
		display: table-cell;
		vertical-align: middle;
	}
	.news ul li .date div i{
		font-size: 30px;
	}
	.news ul li .tex{
		width: calc(100% - 160px);
		float: right;
		height: 119px;
		border-bottom: 1px dashed #cccccc;
	}
	.news ul li .tex dl dt{
		font-size: 18px;
		line-height: 36px;
	}
	.news ul li .tex dl dd{
		font-size: 14px;
		line-height: 24px;
		color: #666666;
		margin-top: 10px;
	}
	.news ul li:hover .date{
		background-color: #e60012;
		color: #FFFFFF;
	}
	.newdate{
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 30px;
		line-height: 24px;
	}
	.newtitle{
		width: 100%;
		font-size: 40px;
		line-height: 50px;
		text-align: center;
		margin-top: 50px;
		font-weight: bold;
		float: left;
	}
	.next{
		width: 100%;
		float: left;
		line-height: 50px;
		padding-bottom: 20px;
		border-bottom: 1px solid #CCCCCC;
		font-size: 18px;
		margin-top: 20px;
	}
	.next span{
		width: 50%;
		float: left;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
	}
	.zxly{
		width: 80%;
		float: left;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.zxly h1{
		font-size: 22px;
		color: #ff7e00;
		font-weight: normal;
		line-height: 50px;
		text-align: center;
	}
	.zxly ul li{
		width: 100%;
		float: left;
		height: auto;
		margin-top: 30px;
		text-align: center;
	}
	.zxlybk{
		width: calc(100% - 26px);
		border: 3px solid #cccccc;
		border-radius: 10px;
		font-size: 27px;
		color: #888888;
		padding-left: 20px;
		line-height: 60px;
		outline: none;
		font-family: "微软雅黑";
	}
	
	.zxlybk2{
		width: calc(100% - 26px);
		border: 3px solid #cccccc;
		border-radius: 10px;
		font-size: 27px;
		color: #888888;
		padding-left: 20px;
		line-height: 40px;
		outline: none;
		font-family: "微软雅黑";
		padding-top:20px;
	}
	
	.zxlyanniu{
		padding: 10px 60px;
		background-color: #e60012;
		border-radius: 10px;
		border: 3px solid #e60012;
		font-size: 27px;
		color: #FFFFFF;
		margin-left: 10px;
		margin-right: 10px;
		cursor: pointer;
	}
	.zxlyanniu2{
		padding: 10px 60px;
		background-color: #f8f7f2;
		border-radius: 10px;
		border: 3px solid #cccccc;
		font-size: 27px;
		color: #898989;
		margin-left: 10px;
		margin-right: 10px;
		cursor: pointer;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.mart0{
		margin-top: 0px;
	}
	.header2{
		display: none;
	}
}



@media (max-width:1199px) {
	.header{
		display: none;
	}
	.header2{ 
		width:100%; 
		float:left; 
		height:4rem; 
		line-height:4rem; 
	}
	.logo{ 
		width:100%; 
		float:left; 
		height:4rem; 
		text-align:center;
	}
	.logo span{ 
		height:100%; 
		display:inline-block; 
		vertical-align:middle;
	}
	.logo img{ 
		max-width:70%; 
		max-height:3rem; 
		vertical-align:middle; 
		margin-left:5%;
	}
	.nav2{ 
		width:60%; 
		float:right; 
		line-height:110px; 
		height:110px; 
		text-align:right;
	}
	.nav2 a{ 
		width: auto; 
		font-size:16px; 
		margin-right:5%;
	}
	.nav-bar2 { 
		width:4rem; 
		height:4rem; 
		position:absolute; 
		z-index:11; 
		left:0%; 
		top:0; 
		text-align:center;
	}
	.nav-bar2 img{ 
		max-width:40%; 
		max-height:1.5rem; 
		vertical-align:middle;
	}
	.nav-bar2 span{ 
		display:inline-block; 
		height:100%; 
		vertical-align:middle;
	}
	.nav-bg { 
		width:0px; 
		height:10rem; 
		overflow:hidden; 
		position: absolute; 
		right:0px; 
		top:0; 
		z-index:998;
	}
	.v_close { 
		display:block; 
		position: absolute; 
		top: 3%; 
		left:5%; 
		z-index:102;  
		width: 15px; 
		height: 15px; 
		background:url(../img/close.png) no-repeat; 
		background-size:100% 100%; 
		display:none;
	}
	.nav { 
		margin:0 0 0 0;
	}
	.subNavBox2{
		width:100%;
		float:right; 
		background:#fff; 
		padding-bottom:4rem;
		overflow:auto; 
		height: auto;
		padding-bottom: 2rem;
	}
	.subNavBox2 h1{ 
		text-align:center; 
		height:5rem;
	}
	.subNavBox2 h1 span{ 
		height:100%; 
		display:inline-block; 
		vertical-align:middle;
	}
	.subNavBox2 h1 img{ 
		max-width:70%; 
		max-height:3.5rem; 
		vertical-align:middle
	}
	.subNav2{
		width:90%; 
		float:left; 
		HEIGHT: auto;
		DISPLAY: block; 
		CURSOR: pointer; 
		text-align:left; 
		font-size:1.0rem; 
		line-height:2.5rem; 
		border-bottom:1px dashed #ddd; 
		margin-left:5%; 
		margin-right:5%; 
	}
	.subNav2:hover{
		float:left; 
	}
	.currentDd2{
		background:url(../images/sx.jpg) no-repeat left; 
		color:#0780de;
	}
	.currentDd2 a{
		color:#0780de;
	}
	.currentDt2 a{
		COLOR: #0780de; 
	}
	.navContent2{
		display: none;
		float:left; 
		width:80%; 
		margin:0rem 10% 0rem 10%; 
		line-height:1.5rem; 
		font-size:0.8rem; 
		padding-bottom:0.5rem;
	}
	.navContent2 li{ 
		width:100%; 
		float:left; 
		line-height:2.0rem; 
		font-size:0.8rem; 
		color: #666;
		border-bottom:1px dashed #ddd; 
	}
	.navContent2 li a{color: #666}
	.main{ 
		width:90%; 
		float:left; 
		margin-left:5%; 
		margin-right:5%;
	}
	.indexbanner{
		width: 100%;
		float: left;
		height: 15rem;
		background-image: url(../img/banner01.jpg);
		background-position: center;
		background-repeat: no-repeat;
		position: relative;
		background-size: cover;
	}
	.indexbanner img{
		width: 100%;
		height: auto;
		display: block;
	}
	.logojh{
		width: 100%;
		float: left;
		margin-top: 1rem;
	}
	.logojh ul li{
		width: 100%;
		float: left;
		height: auto;
		text-align: center;
	}
	.logojh ul li img{
		vertical-align: middle;
		margin-left: 0.5rem;
		margin-right: 0.5rem;
		max-height: 1.5rem;
		margin-top: 1.0rem;
	}
	.ss{
		width: 100%;
		float: left;
	}
	.search{
		width: calc(100% - 10px);
		float: left;
		margin-top: 2.0rem;
		height: 3.0rem;
		line-height: 3.0rem;
		border: 5px solid #e60012;
		border-radius: 10px;
		box-shadow: 2px 5px 15px rgba(0,0,0,0.2);
		background-color: #FFFFFF;
	}
	.bk{
		width:60%;
		padding-left: 15px;
		height: 3.0rem;
		line-height: 3.0rem;
		border: 0px;
		font-size: 1.0rem;
		color: #888888;
		outline: none;
		font-family: "微软雅黑";
	}
	.anniu{
		float: right;
		height: 3.0rem;
	}
	.word{
		width: 100%;
		float: left;
		font-size: 0.8rem;
		line-height: 1.5rem;
		text-align: center;
		padding-bottom:0.5rem;
		padding-top:0.5rem;
		background-color: rgba(255,255,255,0.5);
	}
	.word a{
		margin-left: 0.2rem;
	}
	.Box {position: relative;}
	.Box .content {
		width:100%; 
		float: left;
		padding-bottom:1rem;
	}
	.Box .Box_con {position: relative;}
	.Box .Box_con .btnl {position: absolute;}
	.Box .Box_con .btn {
		display: block;
		width:40px;
		height: 75px;
		position: absolute;
		top: calc(50% - 30px);
		cursor: pointer;
	}
	.Box .Box_con .btnl {
		background: url(../img/zj.png) no-repeat center;
		left:0;
		z-index:12;
	}
	.Box .Box_con .btnr {
		background: url(../img/yj.png) no-repeat center;
		right:0; 
		z-index:12;
	}
	.Box .Box_con .btnl:hover {
		background: url(../img/zj.png) no-repeat center;
	}
	.Box .Box_con .btnr:hover {
		background: url(../img/yj.png) no-repeat center;
	}
	.Box .Box_con .conbox {
		position: relative;
		overflow: hidden; 
		width: calc(100% - 80px);
		margin-left: 40px;
		margin-right: 40px;
	}
	.Box .Box_con .conbox ul {
		position: relative;
		list-style: none;
	}
	.Box .Box_con .conbox ul li{ 
		width:300px;
		float:left; 
		position:relative;
		transition: all 0.6s;
		margin-right: 33px;
		margin-left: 33px;
		margin-top: 10px;
	}
	.Box .Box_con .conbox ul li dl dt{
		font-size: 1.0rem;
		line-height: 1.5rem;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
	}
	.Box .Box_con .conbox ul li dl dd{
		font-size: 0.8rem;
		color: #cccccc;
		line-height: 1.5rem;
	}
			
	.Box .BoxSwitch {
		margin-top: 30px;
		text-align: center; 
		height: 50px; 
		display:none;
	}
	.Box .BoxSwitch span {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: middle;
		width: 133.33px;
		height: 50px;
		background: #ccc;
		cursor: pointer; 
		line-height:50px; 
		float:left;
	}
	.Box .BoxSwitch span.cur {background: red;}
	
	.wrap{
		width: 100%;
		float: left;
		background-color: #f7f7f7;
		margin-top: 2.0rem;
		padding-bottom: 2.0rem;
	}
	.bt{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
		text-align: center;
		font-size: 1.5rem;
		line-height: 2.5rem;
		font-weight: bold;
		color: #000000;
		text-transform: uppercase;
	}	
	.bt i{
		color: #e60012;
		margin-left: 10px;
	}
	.kcfl{
		width: 100%;
		float: left;
		margin-top: 1.0rem;
	}
	.kcfl ul li{
		width: 49%;
		height: 2.5rem;
		background-color: #E60012;
		border-radius: 5px;
		text-align: center;
		font-size: 1.0rem;
		margin-top: 0.5rem;
		float: left;
	}
	.kcfl ul li a{
		width: 100%;
		float: left;
		color: #FFFFFF;
		text-align: center;
		height: 2.5rem;
		line-height: 2.5rem;
	}
	.kcfl ul li:nth-child(2n){
		float: right;
	}
	.kctex{
		width: calc(100% - 2px);
		float: left;
		margin-top: 2.0rem;
		border: 1px solid #cccccc;
		line-height: 2.5rem;
		font-size: 0.8rem;
		text-align: center;
		background-color: #FFFFFF;
		overflow: auto;
	}
	.kctex table tr td{
		white-space:nowrap;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.kctex table tr:nth-child(2n){
		background-color: #f2f2f2;
	}
	.gree{
		color: #00952d;
	}
	.yel{
		color: #ff5f00;
	}
	.foot{
		width: 100%;
		float: left;
		padding-bottom: 1.0rem;
		padding-top: 1.0rem;
	}
	.foot-l{
		width: 100%;
		float: left;
		height: auto;
		font-size: 0.8rem;
		color: #888888;
		line-height: 1.5rem;
	}
	.foot-l div{
		display: table-cell;
		vertical-align: middle;
	}
	.foot-r{
		width:100%;
		height: auto;
		margin-top: 1.0rem;
		float: left;
	}
	.foot-r div{
		display: table-cell;
		vertical-align: middle;
	}
	.foot-r img{
		vertical-align: middle;
		margin-right: 1.0rem;
		max-height: 1.5rem;
	}
	
	.nyss{
		width: 100%;
		position: absolute;
		top: calc(50% - 4.0rem);
		left: 0;
		z-index: 1;
	}
	
	.line{
		width: 100%;
		float: left;
		height: 1px;
		background-color: #CCCCCC;
		margin-top: 2.0rem;
	}
	.about{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
		font-size: 0.8rem;
		line-height: 1.5rem;
	}
	.about img{
		max-width: 100%;
		height: auto;
	}
	
	.pro{
		width: 100%;
		float: left;
		margin-top: 1.0rem;
	}
	.pro ul li{
		width: 48%;
		float: left;
		margin-top: 1.0rem;
	}
	.pro ul li dl dt{
		height: 7.0rem;
		text-align: center;
		border: 5px solid #cccccc;
		overflow: hidden;
	}
	.pro ul li dl dt img{
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}
	.pro ul li dl dd{
		font-size: 1.0rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5rem;
		margin-top: 10px;
	}
	.pro ul li:nth-child(2n){
		float: right;
		margin-right: 0px;
	}
	.pro ul li:hover dl dt img{
		transform: scale(1.05);
	}
	
	.fy{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
	}
	.fy ul{
		display: flex;
		justify-content: center;
	}
	.fy ul li{
		width: 1.5rem;
		line-height: 1.5rem;
		margin-left: 3px;
		margin-right: 3px;
		height: 1.5rem;
	}
	.fy ul li a{
		width: 100%;
		height: 100%;
		font-size: 0.8rem;
		background-color: #f6f6f6;
		float: left;
		text-align: center;
	}
	.fy ul li a:hover{
		background-color: #e60012;
		color: #FFFFFF;
	}
	.protitle{
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 2.0rem;
		font-size: 1.2rem;
		color: #000000;
		line-height: 2.0rem;
		font-weight: bold;
	}
	
	.news{
		width: 100%;
		float: left;
		margin-top: 1.0rem;
	}
	.news ul li{
		width: 100%;
		float: left;
		margin-top: 1.0rem;
	}
	.news ul li .date{
		width: 5.0rem;
		height: 5.0rem;
		float: left;
		background-color: #f2f2f2;
		text-align: center;
		display: table;
		font-size: 0.8rem;
		transition: all 0.6s;
	}
	.news ul li .date div{
		display: table-cell;
		vertical-align: middle;
	}
	.news ul li .date div i{
		font-size: 1.0rem;
	}
	.news ul li .tex{
		width: calc(100% - 6.0rem);
		float: right;
		height: auto;
		border-bottom: 1px dashed #cccccc;
		padding-bottom: 0.5rem;
	}
	.news ul li .tex dl dt{
		font-size: 1.0rem;
		line-height: 1.5rem;
	}
	.news ul li .tex dl dd{
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #666666;
		margin-top: 10px;
	}
	.news ul li:hover .date{
		background-color: #e60012;
		color: #FFFFFF;
	}
	
	.newdate{
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 1.0rem;
		line-height: 1.5rem;
	}
	.newtitle{
		width: 100%;
		font-size: 1.2rem;
		line-height: 2.0rem;
		text-align: center;
		margin-top: 2.0rem;
		font-weight: bold;
		float: left;
	}
	.next{
		width: 100%;
		float: left;
		line-height: 2.0rem;
		padding-bottom: 1.0rem;
		border-bottom: 1px solid #CCCCCC;
		font-size: 0.8rem;
		margin-top: 1.0rem;
	}
	.next span{
		width: 100%;
		float: left;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
	}
	
	.zxly{
		width: 80%;
		float: left;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 1.0rem;
		margin-bottom: 1.0rem;
	}
	.zxly h1{
		font-size: 1.2rem;
		color: #ff7e00;
		font-weight: normal;
		line-height: 2.5rem;
		text-align: center;
	}
	.zxly ul li{
		width: 100%;
		float: left;
		height: auto;
		margin-top: 1.0rem;
		text-align: center;
	}
	.zxlybk{
		width: calc(100% - 26px);
		border: 3px solid #cccccc;
		border-radius: 10px;
		font-size: 1.0rem;
		color: #888888;
		padding-left: 20px;
		line-height: 3.0rem;
		outline: none;
		font-family: "微软雅黑";
	}
	
		.zxlybk2{
		width: calc(100% - 26px);
		border: 3px solid #cccccc;
		border-radius: 10px;
		font-size: 27px;
		color: #888888;
		padding-left: 20px;
		line-height: 1.5rem;
		outline: none;
		font-family: "微软雅黑";
	}
	
	.zxlyanniu{
		padding: 0.5rem 2.0rem;
		background-color: #e60012;
		border-radius: 10px;
		border: 3px solid #e60012;
		font-size: 1.0rem;
		color: #FFFFFF;
		margin-left: 0.5rem;
		margin-right: 0.5rem;
		cursor: pointer;
	}
	.zxlyanniu2{
		padding: 0.5rem 2.0rem;
		background-color: #f8f7f2;
		border-radius: 10px;
		border: 3px solid #cccccc;
		font-size: 1.0rem;
		color: #898989;
		margin-left: 0.5rem;
		margin-right: 0.5rem;
		cursor: pointer;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	





}
































