
html,body,ul,li,ol,img,a,p,div,h1,h2,h3,h4,h5,h6,dl,dt,dd{margin: 0;padding: 0;-webkit-tap-highlight-color: transparent;}
html{font-size: 14px;}
body{font-family: "å¯°î†¿è’‹é—†å‘´ç²¦";}
a,
a:hover{color: #666;text-decoration: none;}
a{transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
ul,ol{list-style: none;
}
input{
	border: none;
	border: 1px solid #ccc;
	outline: none;
}
.fl{float: left;}
.fr{float: right;}
.w1200{width:1200px;margin: 0px auto;}
.clear{clear: both;}
.f_left{
	float: left;
}
.f_right{
	float: right;
}
.clearfix::before,
.clearfix::after{
	content: "";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}
.areaheart{
	width: 1200px;
	margin: 0 auto;
}
.sheng{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cb{
	clear: both;
}
.p20{
	padding: 10px 0;
}
.scale2 img,
.scale img{
	transition: all .3s ease-in-out;
}
.scale img:hover{
	transform:scale(1.02);
}
.scale2 img:hover{
	transform:scale(1.1);
}
@keyframes nav-box {  
0%{ opacity:0;transform:translate(-30px,0px); }}
@keyframes nav-lianjie {  
0%{ opacity:0;transform:translate(30px,0px); }}
@keyframes uptodown {  
0%{ opacity:0;transform:translate(0px,-30px); }}

.dh1{display: block; -webkit-animation: dhli 0.8s;animation: dhli 0.8s;}
.dh2{display: block; -webkit-animation: dhli 1.0s;animation: dhli 1.0s;}
.dh3{display: block; -webkit-animation: dhli 1.2s;animation: dhli 1.2s;}
.dh4{display: block; -webkit-animation: dhli 1.4s;animation: dhli 1.4s;}
.dh5{display: block; -webkit-animation: dhli 1.6s;animation: dhli 1.6s;}
.dh6{display: block; -webkit-animation: dhli 1.8s;animation: dhli 1.8s;}
.dh7{display: block; -webkit-animation: dhli 2.0s;animation: dhli 2.0s;}
.dh8{display: block; -webkit-animation: dhli 2.2s;animation: dhli 2.2s;}
.dh9{display: block; -webkit-animation: dhli 2.4s;animation: dhli 2.4s;}
.dh10{display: block; -webkit-animation: dhli 2.4s;animation: dhli 2.4s;}
@-webkit-keyframes dhli {  
0%{ opacity: 0;-webkit-transform:rotateX(-50deg) rotatey(135deg) rotateZ(15deg) translate(0px,20px); }}
@keyframes dhli { 
0%{ opacity: 0;transform:rotateX(-50deg) rotatey(135deg) rotateZ(15deg) translate(0px,20px); }}

.top{
	height: 130px;	
	background: url("https://www.minovaru.com/img/bg_top.png") no-repeat center;
}
.logo{
	position: relative;
	margin-top: 27px;
}

.top_right{
	margin-top: 20px;
}
.search{
	padding-left: 20px;
	margin-top: 61px;
	position: relative;
	width: 22%;
	height: 40px; overflow: hidden;
	background-color: rgb(255,255,255,0.8);
	border-radius: 20px;
}
.search input{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0px !important;
	padding-left: 20px;
	outline: none;
	border: 0 none;
	width: 100%;
	height: 100%;
	background-color:#fff;
}
.search button{border: none;background: url("https://www.minovaru.com/images/2022_ndxyzh_fang.png") no-repeat center / 20px; width: 40px;height: 40px;position: absolute;right: 10px;}
.search .ipt_txt{
	left: 0;
	height: 28px;
	line-height: 28px;
	width: 85%;
	text-indent: 10px;
	color: #fff;
	background-color: transparent;
}
.ipt_txt::-webkit-input-placeholder {
	color: #fff;
}
.search .ipt_sub{
	right: 0;
	width: 36px;
	height: 30px;
	text-indent: -999em;
	background: url("https://www.minovaru.com/img/icon_search.png") no-repeat center;
	background-color: transparent;
}
.contact{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 15px 0;
}
.con_xyh{
	margin-right: 15px;
}
.contribution{
	float: right;
	width: 130px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	display: block;
	text-indent: 51px;
	background: url("https://www.minovaru.com/img/icon_tg.png") no-repeat 24px center;
	background-color: #d1ab75;
	color: #fff;
}
/* .contribution:hover{
	color: #be3434;
} */

.nav_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.nav_icon2 {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 32px;
    height: 23px;
    display: none;
    z-index: 99;
}
.nav_icon2 img {
    display: block;
    width: 100%;
    height: 100%;
}
.nav{
	width: 100%;
	height: 50px;
	background-color:#fff;
}
.nav li{
	float: left;
	width: 11%;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	
}
.nav ul>li:first-child{
	background: none;
}
.nav li a{
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
}
/* .nav li a:hover{
	color: #fff;
	background: #be3434;
} */
.nav ul li{
	position: relative;
	z-index: 99;
}
.nav ul ol{
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	display: none;
}
.nav ul li:hover ol{
	display: block;
}
.nav ul ol dl dd,
.nav ul ol li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-top: 1px solid transparent;
}
.nav ul ol li a{
	width: 100%;
	color: #000;
	/* background: rgba(199, 168, 108, 0.9) */
	background-color: #fff;
}
.nav ul ol dl{
	position: absolute;
	left: 100%;
	top: -1px;
	width: 100%;
	display: none;
	margin-left: 1px;
}
.nav_fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	/* border-bottom: 1px solid #ddd; */
	box-shadow: 0 0 5px 0 #aaa;
}

.news_in{
	overflow: hidden;
}
.news_list{
	padding-left: 128px;
	/* width: 70%; */
	position: relative;
}
.tabBox .hd{ height:300px; 
	font-size:16px;margin-bottom: 10px;
	 width: 100px;
	 position: absolute;
	 left: 0;
	 top: 0;
}
.tabBox .hd ul{ position:absolute; height:40px; width: 100%; top:0; }
.tabBox .hd ul li{  width: 100%; height: 97px;
	background: url("https://www.minovaru.com/images/2022_ndxyzh_mx1.png") no-repeat center 20px / 30px;
	background-color: #f6f6f6; text-align: center;border-bottom: 2px solid #fff; }
.tabBox .hd ul li.n02{
	background-image: url("https://www.minovaru.com/images/2022_ndxyzh_xy1.png");
}
.tabBox .hd ul li.n03{
	background-image: url("https://www.minovaru.com/images/2022_ndxyzh_dt1.png");
}
.tabBox .hd ul li a{ color:#333; display: block; 
	width: 100%;
	font-size: 16px;
	border-left: 1px solid #fff;
	line-height: 50px;
	padding-top: 50px;
	padding-bottom: 20px;
	letter-spacing: 1px;
}
.tabBox .hd ul .on{ 
	background-image: url("https://www.minovaru.com/images/2022_ndxyzh_mx.png");
	background-color: #008767; position: relative; }
.tabBox .hd ul .on a{
	color: #fff;
}
.tabBox .hd ul li.on.n02{
	background-image: url("https://www.minovaru.com/images/2022_ndxyzh_xy.png");
}
.tabBox .hd ul li.on.n03{
	background-image: url("https://www.minovaru.com/images/2022_ndxyzh_dt.png");
}

.p{float: right;width: 54%;}

.tabBox .bd li{ line-height:35px;
	font-size: 14px;
}
.tabBox .bd li p{ transition: .3s;
	color:#000;overflow: hidden;height: 48px;line-height: 48px;
	text-overflow: ellipsis;
	padding-left: 5%;
	background: url("https://www.minovaru.com/images/2022_ndxyzh_dian.png") no-repeat left center / 7px;
	width: 94%;
	background: unset;
	padding-left: unset;
 }
.tabBox .bd li span{ color:#999;  }
.tabBox .bd li:hover span,
/* .tabBox .bd li:hover p{
	color: #be3434;
} */
.tabBox .bd .p_list{margin-top: 5px;}
.tabBox .bd .p_list img{width: 33%;}
.tabBox .bd .p_list .p{width: 64%;}
.tabBox .bd .p_list .p p{ height: 72px;line-height: 36px; letter-spacing: 2px; width: 100%;background: none;font-weight: 800; font-size: 18px;color: #000;padding-left: 0px;}
/* .tabBox .bd .p_list .p p:hover{ color: #be3434;} */
.jjh_list .tabBox .bd .p_list img {width: 28%;}
.jjh_list .tabBox .bd .p_list .p{ width: 70%;}
/* é–«æ°±ç…¡éî„€æ†¡ */
.notice_in{
	overflow: hidden;
}
.txtMarquee-top{ width:100%;  overflow:hidden; position:relative; }
.txtMarquee-top .hd{ display: none; }
.txtMarquee-top .infoList li{ height:60px; padding: 20px 0px;border-bottom: 2px solid #f7f7f7; position: relative;  }
.txtMarquee-top .infoList li .date{
	position: absolute;
	left: 0;
	top: 20px;
	width: 64px;
	height: 58px;
	text-align: center;
	border: 1px solid #00712f;
}
.txtMarquee-top .infoList li .date b{
	display: block;
	height: 27px;
	line-height: 26px;
	width: 100%;
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	background-color: #008767;
}
.txtMarquee-top .infoList li .date p{
	height: 32px;
	line-height: 32px;
	color: #008767;
	font-size: 16px;
}
.notice_txt{
	padding-left: 88px;
}
.notice_txt h4{
	font-size: 18px;
	letter-spacing: 2px;
	color: #333;
	line-height: 60px;
}
.notice_txt p{
	font-size: 12px;
	color: #888;
	margin-top: 5px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
/* .notice_txt h4:hover,
.notice_txt p:hover{
	color: #be3434;
} */
/* è½®æ’­å›¾ */
.slideBox{ width:100%; height:460px; overflow:hidden; position:relative; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; bottom:5px; z-index:1;margin-left: 50%;left: -20px; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:6px;  width:24px; height:6px;border-radius: 3px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#be3434; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;width:100%;height: 460px; }
/* .slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url("https://www.minovaru.com/images/images/slider-arrow.png") -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; } */
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

/* å¤´éƒ¨ */
.header_bg{background: url("https://www.minovaru.com/images/2022_ndxyzh_header.png") no-repeat top center / cover;width: 100%;height: 150px;position: relative;}
.xixi{ position: absolute;top: 0px;left: -600px;margin-left: 50%;overflow: hidden;height: 150px;}
.logo{line-height: 150px;}
.logo img:nth-child(2){margin-left: 24px;padding-bottom: 20px;}

.news{width: 49%;}
.jjh_list{width: 49%;margin-right: 1%;}
.table_list{width: 49%;}

.jjh_list .tempWrap{margin-top: 10px;}
.notice{width: 49%;}
.public_title{ line-height: 30px;}
.public_title>a{color: #aaa;}
.public_title p{font-size: 22px;font-weight: 400;padding-left: 20px;background: url("https://www.minovaru.com/images/2022_ndxyzh_shu.png") no-repeat left center / 6px 20px; }
.public_title p a{ color: #000;letter-spacing: 2px;}
.public_title>a{ float: right;}
/* .public_title a:hover{color: #008767;} */
.part01{margin-top: 20px;}
.part02{margin-top: 20px;background-color: #f3f3f3;}
.part03{margin-top: 20px;}
.part04_l{float: left;}
.part04_r{float: right;width: 50%;}
.part04_r ul{overflow: hidden;}
.part04_r a {display: block;float: left;width: 19%;padding: 0px 3%;text-align: center;}
.part04_r a span {
    display: block;
    text-align: center;
    line-height: 40px;
}
/* åŸºé‡‘ä¼šåŠ¨æ€ */
.table {width: 100%;margin-top: 10px;}
.table .hd ul{display: none;}
.table .hd p {line-height: 50px;background-color: #008767;color: #fff;font-size: 18px;}
.table .hd p span{border-right: 2px solid #fff;display: inline-block;text-align: center;}
.table .hd p span:first-child{width:58%}
.table .hd p span:nth-child(2){width: 18%;}
.table .hd p span:nth-child(3){width: 23%;border: none;}
.table .bd li span:first-child{border-left: 1px solid #efefdd;width:58%}
.table .bd li span:nth-child(2){width: 18%;}
.table .bd li span:nth-child(3){width: 23%;}
.table .bd li span{display: inline-block;border-right:1px solid #efefdd;border-bottom: 1px solid #efefdd;}
.table .bd li {font-size: 14px; color: #333;text-align: center;line-height: 32px;}
.table a{ width: 100%; display: block;height: 60px;margin-top: 20px;}
.table a img{display: block; width: 100%;height: auto;}
.tempWrap{width: 100%;}
.title{height: 48px; background: url("https://www.minovaru.com/images/2022_ndxyzh_title.png") no-repeat center / contain;width: 100%;margin-bottom: 46px;}
.xyfg{width: 100%; height:333px; background:url("https://www.minovaru.com/images/2022_ndxyzh_xybg.png") no-repeat center / cover;padding-top: 46px;background: unset;}
.img_list {padding: 60px 40px 0px;border-top: 2px solid #eeeeee;position: relative;}
.title3{position: absolute;top: -45px;left: 50%;margin-left: -120px;}
.img_list li{ float: left; width: 19%;height: auto;margin-right: 3.3%;font-size: 0px;}
.img_list li p{ width: 100%;line-height: 40px;background-color: #fff;font-size: 16px; text-align: center;}
.img_list li:first-of-type{width: 26%;}
.img_list li:last-of-type{width: 26%;margin-right: 0px;}
.img_list li img{ width: 100%; height: 180px;}

.footer_bg{background: #be3434; width: 100%; height: 230px;color: #fff;width: 100%;}
.footer_top{ line-height: 50px;}
.rela{position: relative;height: 230px;}
.footer_top a{display: inline-block;background: url("https://www.minovaru.com/images/2022_ndxyzh_herf.png") no-repeat left center / 13px;padding-left: 20px;color: #fff;margin-right: 10px;}
.footer_left{ position: absolute;bottom: 15px;left: 0px;}
.footer_left p{line-height: 36px;color: rgb(255,255,255,0.6);}
.footer_right{ position: absolute;bottom: 25px;right: 40px;}
.footer_right a{display: inline-block; width: 290px; height: 64px; border: 1px solid #d4bebe; border-radius: 32px; background-color: rgba(0, 0, 0,0.2);color: #fff; font-weight: 600;font-size: 24px;line-height: 64px;text-align: center;}

/* part04 */
.wrapper .inner {
    width: 1200px;
    margin: 0 auto;
}
.lxwm {
    background: url("https://www.minovaru.com/images/2022_ndxyzh_bgg1.png") right 40px no-repeat;
	width: 308px;
    float: right;
}
.qt {
    width: 840px;
    float: left;
}
.post {
    margin-bottom: 10px;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.qt .tt {
    display: inline-block;
    width: 100%;
    background-position: 95px center;
}
.post .grey {
    background: url("https://www.minovaru.com/images/2022_ndxyzh_tit1.png") no-repeat;
}
.post .tt .tit .title {
	background: unset;
	margin-bottom: unset;
    display: inline-block;
    line-height: 37px;
    padding-left: 5px;
}
.post .con {
    padding: 5px 0;
    margin: 0 auto;
}
li.qt-list.n1 {
    margin-left: 0;
}
li.qt-list {
    width: 22%;
    float: left;
    margin-left: 4%;
}
a {
    color: #333;
    text-decoration: none;
}
li.qt-list img {
    width: 100%;
    display: block;
}
li.qt-list .news_title {
    line-height: 34px;
    display: block;
    background: #008767;
    padding: 0 10px;
}
li.qt-list .news_title a {
    display: block;
    color: #fff;
    background: url("https://www.minovaru.com/images/images/sanjiao2.png") right center no-repeat;
}
.post {
    margin-bottom: 10px;
}
.post .tt {
    display: inline-block;
    width: 100%;
    background-position: 95px center;
}
.post .tt .tit {
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #49965a;
	/* color: #333; */
}
.post .tt .tit .title {
    display: inline-block;
    line-height: 47px;
    padding-left: 5px;
}
.post .con {
    padding: 5px 0;
    margin: 0 auto;
}
.lxwm p {
    line-height: 36px;
    font-size: 15px;
    padding-left: 25px;
}
.lxwm-tel {
    background: url("https://www.minovaru.com/images/2022_ndxyzh_icon11.png") left center no-repeat;
}
.lxwm-tel {
    background: url("https://www.minovaru.com/images/2022_ndxyzh_icon11.png") left center no-repeat;
}
.lxwm-email {
    background: url("https://www.minovaru.com/images/2022_ndxyzh_icon12.png") left center no-repeat;
}
.lxwm-wechat {
    background: url("https://www.minovaru.com/images/2022_ndxyzh_icon13.png") left center no-repeat;
}
.con .news_list{padding-left: unset;}
.part04{padding-top: 40px;}
.footer_left p:nth-of-type(1) {line-height: 15px;margin-top: 25px;}
.footer_left p:nth-of-type(2) {margin-top: 15px;}
.footer_left p:nth-of-type(1) a{ height: 15px;border-right: 2px solid #fff;display: inline-block;padding: 0px 15px;color: #fff;}
.footer_left p:nth-of-type(1) a:nth-child(1){padding-left: unset;}
.footer_left p:nth-of-type(1) a:nth-child(4){padding-right: unset;border-right: unset;}
.footer_right p {padding-left: 60px;line-height: 30px;bottom: 24px;right: 60px;}
.part02_con{padding: 20px;}


