@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0; list-style: none; text-decoration: none; }
img{ border:none; }
h1,h2,h3,h4,h5{ font-weight: normal; }
body{ background: #f1f1f1; font-family: "微软雅黑"; }
a{ list-style: none;text-decoration: none;}


.index-wap{display:none;}

.nav{width: 100%;height: 70px;background: #fff;position: fixed;top:0;z-index: 9999;}
.nav_inner{width: 320px;margin: 0 auto;}
.nav_inner .header_logo{float: left;margin-top: 17px;}
.nav_list2{font-size: 12px;font-family: "宋体"; color: #333;line-height: 16px; border-left: 1px solid #333;float: left;margin: 20px 0 0 20px;padding-left:20px; }
.header_nav2{float: right;}
.header_nav2 li{float: left;}
.nav_inner .header_nav2 li a{text-decoration: none; font-size: 16px;color: #333; padding:0 25px 24px; line-height: 70px; }
.header_nav2 li:hover{background-color:#be1528;color: #fff;}
.header_nav2 li a:hover{color: #fff;}
.header_nav2 .current{background-color:#be1528;}

.nav-right{width:auto;height:30px;float:left;font-size: 26px;line-height: 30px;padding-left:20px;border-left: 1px solid #999;margin-top:20px;margin-left: 20px;color:#dd0e25;font-weight: bold;}

.new{width:900px;height:auto;padding:15px 0;background: #fff;border-radius: 5px;margin: 100px auto 50px auto;overflow: hidden;}
.new-con{width:92%;height:auto;overflow: hidden;margin: 0 auto;}

.new-con h2{width:100%;font-size: 30px;text-align: center;padding:20px 0;}

.new-con p{display:block;width:100%;font-size: 16px;color:#333;line-height: 36px;float:left; text-indent: 30px;}
.new-con b {display:block;width:100%;font-size: 18px;color:#333;height:40px;line-height: 40px;float:left;}

.new-con p img{display:block;width:50%;height:612px;float:left;margin:20px 0;}

.new-con p:nth-last-of-type(1){text-align:right;padding:30px 0 20px 0;}



.index-wap .nav{width: 100%;height: .8rem;}
.index-wap .nav_inner{width: 3.8rem;}
.index-wap .nav_inner .header_logo{height:.5rem;margin-top: .17rem;}

.index-wap .nav_inner .header_logo img{display:block;height:100%;}
.index-wap .nav-right{height:.4rem;float:left;font-size: .3rem;line-height: .4rem;padding-left:.2rem;border-left: 1px solid #999;margin-top:.2rem;margin-left: .2rem;}

.index-wap .new{width:7.2rem;padding:.15rem 0;border-radius: 0.05rem;margin: 1rem auto .4rem auto;overflow: hidden;}
.index-wap .new-con{width:92%;height:auto;overflow: hidden;margin: 0 auto;}

.index-wap .new-con h2{width:100%;font-size: .3rem;text-align: center;padding:.2rem 0;}

.index-wap .new-con p{display:block;width:100%;font-size: .22rem;color:#333;line-height: .4rem;float:left; text-indent: .3rem;}
.index-wap .new-con b {display:block;width:100%;font-size: .26rem;color:#333;height:.5rem;line-height:.5rem;float:left;}

.index-wap .new-con p img{display:block;width:50%;height:5rem;float:left;margin:.2rem 0;}

.index-wap .new-con p:nth-last-of-type(1){text-align:right;padding:.3rem 0 .2rem 0;}



@media only screen and (max-width: 800px) {

	.index-pc{display:none;font-family: "微软雅黑";}
	.index-wap{display:block;}

	
}