*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
html,body{
	width: 100%;
	height: 100%;
	background: #fafafa;
	font-size: 15px;
	color: #333;
	font-family: "Microsoft YaHei", Arial;
}
body{
	min-width: 1024px;
}
body.tcstyle{
	overflow: hidden;
}
td{
	padding:5px 10px;
	line-height: 24px;
}
/*body{
	min-width: 1360px;
}*/
a{
	text-decoration: none;
	color: #555;
}
a:hover{
	text-decoration: none;
	color: #008465;
}
ul{
	list-style: none;
}
/*img{
	width: 100%;
}*/
/* Let's get this party started */
::-webkit-scrollbar {
    width: 0px;
    height: 5px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    border-radius: 21px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius:5px;
    border-radius: -9px;
    background: #00e4ff;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #00e4ff;
}

/*取消A默认点击背景色*/
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
/*引入字体*/
@font-face{
	font-family: fzzt;
	src:url(../images/fzzt.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}
.ch10{
	margin-top:10% ;
}
.ch20{
	margin-top:20% ;
}
.ch30{
	margin-top:30% ;
}
.ch40{
	margin-top:40% ;
}
.ch50{
	margin-top:50% ;
}
.ch60{
	margin-top:60% ;
}
.ch65{
	margin-top:65% ;
}
.ch70{
	margin-top:70% ;
}
.ch75{
	margin-top:75% ;
}
.ch80{
	margin-top:80% ;
}
.ch85{
	margin-top:85% ;
}
.ch90{
	margin-top:90% ;
}
.ch100{
	margin-top:100% ;
}
.ch110{
	margin-top:110% ;
}
.ch120{
	margin-top:120% ;
}
.ch125{
	margin-top:125% ;
}
.mgtop30{
	margin-top: 30px;
}
.boths:after {
	content: '';
	display: block;
	clear: both;
}
/*顶部公用样式*/
.topbox{
	position: relative;
	width: 100%;
	min-width: 1360px;
	height: 100px;
	z-index:10 ;
	transition: all 0.5s ease;
	z-index: 10;
	opacity: 0;
	transform: translateY(-50%);
}
.topbox.okstyle{
	opacity: 1;
	transform: translateY(0);
}


.topbox.upstyle{
	position: fixed;
	height: 80px;
	z-index: 5000;
	width: 100%;
	min-width: auto;
}
.topbox .tobg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #008465;
	opacity: 0;
	transition: all 0.5s ease;
	box-shadow: 0px 2px 4px rgba(0,0,0,.3);
}
.topbox.upstyle .tobg,
.topbox .tobg.active{
	opacity: 1;
}


.topbox .nrbox{
	position: absolute;
	width: calc(100% - 80px);
	height: 100%;
	left: 50px;
    opacity: 1;
	transition: all 0.8s ease;
	z-index: 2;
}
.topbox.active .nrbox{
	opacity: 1;
}

.topbox .logobox{
	position: absolute;
	width: 400px;
	height: 75px;
	top: 50%;
	margin-top: -35px;
	background: url(../images/logo.png) top left no-repeat;
	background-size:auto 100%;
	transition: all 0.3s ease;
}
.topbox .logobox h1{
	position: absolute;
	width: 100%;
	height: 60px;
	top: 50%;
	left: 90px;
	transform: translateY(-50%);
	line-height: 40px;
	font-family: fzzt;
	font-size: 33px;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	transition: all 0.3s ease;
	letter-spacing: 3px;
}
.topbox .logobox h1 p{
	line-height: 20px;
	font-family: "times new roman";
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0px;
	transform: scale(0.95) translateX(-10px);
}

.topbox.upstyle .logobox{
	transform: scale(0.85) translateX(-10%);
	margin-top: -37px;
}

.topbox .right{
	position: absolute;
	display: block;
	width: 160px;
	height: 40px;
	top: 0px;
	right: 0px;
	z-index: 500;
	text-align: left;
	top: 50%;
	margin-top: -22px;
}
.topbox .right .rbtnbox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 40px;
	width: 50px;
	cursor: pointer;
	opacity: 1;
	transition:all 0.3s ease;
	text-align: center;
}
.topbox .right .rbtnbox .icobox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 20px;
	width: 40px;
	top:11px;
	overflow: hidden;
	text-align: center;
}
.topbox .right .rbtnbox .icon {
	display: block;
	position: relative;
	display: inline-block;
	height: 40px;
	width: 25px;
	z-index: 100;
	margin-top: 0px;
	overflow: hidden;
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */
	-webkit-box-sizing:content-box; /* Safari */
	transition: all 0.3s;
}

.topbox .right .rbtnbox .icon .icon {
	width: 25px;
	height: 20px;
	display: block;
	position: relative;
	top: 0px;
	transition: all 0.3s;
}
.topbox .right .rbtnbox .icon .icon01 {
	background: url(../images/search.png) center no-repeat; 
	background-size:auto 20px;
}

.topbox .right .rbtnbox .icon .icon02 {
	background: url(../images/down.png) center no-repeat; 
	background-size:auto 20px;
}
.topbox .right .rbtnbox .zi{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	bottom: -15px;
	opacity: 0;
	transition:all 0.3s ease;
}
.topbox .right .rbtnbox:hover .zi{
	opacity: 1;
}




.wap-menubt{
	position: absolute;
	width: 50px;
	height: 40px;
	z-index: 2000;
	background: rgba(0,0,0,0);
	cursor: pointer;
}
.wap-menubt .open,.wap-menubt .close{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -10;
}
.wap-menubt .open.active,
.wap-menubt .close.active{
	z-index: 2000;
}

.wap-menubt .t1,.wap-menubt .t2,.wap-menubt .t3{
	position: absolute;
	width: 22px;
	height: 2px;
	top: 50%;
	left: 50%;
	margin-left: -11px;
	background: #fff;
	transition:all 0.2s;
}


.wap-menubt:hover .t1,.wap-menubt:hover .t2,.wap-menubt:hover .t3{
	background: #fff;
}
.wap-menubt.active{
	position: fixed;
	/*background: #7d1a15;*/
	z-index: 3000;
}
.wap-menubt .t1{
	margin-top: -9px;
}
.wap-menubt .t1.active{
	transform: rotate(-45deg);
	margin-top: -0px;
	background: #fff;
	width: 30px;
	margin-left: -15px;
}
.wap-menubt .t2{
	margin-top: -0px;
}
.wap-menubt .t2.active{
	background: #fff;
	width: 30px;
	opacity: 0;
}
.wap-menubt .t3{
	margin-top: 9px;
}
.wap-menubt .t3.active{
	transform: rotate(45deg);
	margin-top: 0px;
	background: #fff;
	width: 30px;
	margin-left: -15px;
}

.kssearch-form {
	transition:all 0.3s ease;
	position: absolute;
	top: 100px;
	right: 107px;
	width: 300px;
	max-height: 0;
	overflow: hidden;
	z-index: 100;
	border:1px solid rgba(0,0,0,.0)
}

.topbox.upstyle .kssearch-form {
	top: 80px;
}

.kssearch-form.gdstyle {
	top: 60px;
}
.ksstel-form.gdstyle {
	top: 60px;
}
.kssearch-form.active {
	max-height: 85px;
	border:1px solid #008465;
}

.kssearch-form fieldset {
	position: relative;
	margin: 0 50px 0 0;
	padding: 0;
	border: none;
}
.kssearch-form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 50px;
}
.kssearch-form input[type="search"] {
	width: 100%;
	padding: 0 5px 0 22px;
	background: rgba(255,255,255,.9);
	border: none;
	font-family: "微软雅黑";
	color: #333;
}
.kssearch-form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #008465;
	border: none;
	cursor: pointer;
}
.wapmenubox{
	position: fixed;
	width: 100%;
	height: calc(100% - 100px);
	z-index: 2500;
	top: 100px;
	left: 0;
	overflow: hidden;
	opacity: 0;
	z-index: -1000;
	transition:all 0.3s ease;
	background: #f8fbf9;
}
.wapmenubox.upstyle{
	height: calc(100% - 80px);
	top: 80px;
}
.wapmenubox.active{
	opacity: 1;
	z-index: 2000;
	transition:all 0.3s ease;
}
.wapmenubox .menulogobox{
	position: absolute;
	width:100%;
	height: 85px;
	top: 0;
	left: 0;
	background:#fffcf7;
	border-bottom: 1px solid rgba(0,0,0,.2);
	z-index: 500;
	transition:all 0.3s ease;
}
.wapmenubox .menulogo{
	position: absolute;
	width: 50%;
	max-width: 246px;
    height: 52px;
	top: 20px;
	left: 50px;
	background: url(../images/logo.png) center left no-repeat;
	background-size: auto 100%;
}
.wapmenubox .mbox{
	position: relative;
    width: calc(100% - 60px);
    max-width: 1560px;
    margin: 0 auto;
    height: 100%;
	transition: all 0.3s;
	overflow-y:auto ;
	border-top: 1px solid #e6f5f1;
}
.wapmenubox .mbox.gdstyle{
	top: 60px;
}
.wapmenubox .mbox li{
	position: relative;
	width: calc(100% - 65px);
	height: auto;
	left: 65px;
	border-bottom:1px dashed rgba(0,0,0,.05) ;
	overflow: hidden;
	padding: 20px 10px;
}

.wapmenubox .mbox li .biglm{
	position: relative;
	float: left;
	width: 320px;
	height: 40px;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 40px;
	transition:all 0.3s ease;
	font-weight: 700;
}
.wapmenubox .mbox li .biglm:hover{
	color: #008465;
}
.wapmenubox .mbox li .biglm:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 25px;
	margin-top: -5px;
	background: #008465;
	border-radius: 5px;
}
.wapmenubox .mbox li .biglm:after{
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	right: 25px;
	margin-top: -7px;
	background: url(../images/rrr.png) center no-repeat;
	background-size: auto 100%;
}
.wapmenubox .mbox li .homebt:after{
	display: none;
}

.wapmenubox .mbox li .smalm-all{
	position: relative;
	float: left;
	width: calc(100% - 320px);
	height: auto;
	margin-top: 2px;
}
.wapmenubox .mbox li .smalm-all .smalm{
	position: relative;
	float: left;
	width: 120px;
	height: 100%;
	font-size: 16px;
	color: #666;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-right: 5px;
	transition:all 0.5s ease;
	margin-bottom: 4px;
}
.wapmenubox .mbox li .smalm-all .smalm:hover{
	color: #fff;
	background: #008465;
}

.wapmenubox .mbox li .zi{
	position: absolute;
	width: 100%;
	height: 25px;
	top: 17px;
	left: 0px;
	line-height: 25px;
	padding-left: 80px;
	font-size: 16px;
	color: #666;
}
.wapmenubox .mbox li .zi:hover{
	color: #008bd7;
}

/*顶部公用样式结束*/


/*导航条*/
.nav_menu3 {
	display: block;
	position: relative;
	float: right;
	width: calc(100% - 540px);
    margin-right: 170px;
	height: 80px;
	text-align: right;
	z-index: 1000;
	opacity: 1;
	margin-top: 10px;
	transition:all 0.5s ease;
}
.topbox.upstyle .nav_menu3 {
	margin-top: 0px;
}
.nav_menu3.closestyle {
	opacity: 0;
	z-index: -1000;
}

.nav_menu3 ul,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
	margin: 0;
	padding: 0;
 	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menubox.upstyle .nav_menu3  {
	height: 80px;
}
.nav_menu3 li{
	width: 11%;
	max-width: 120px;
	position: relative;
	display: inline-block;
	text-align: center;
	margin-left: -2px;
	margin-right: -2px;
	transition: all 0.5s ease;
}

.nav_menu3 li:after{
	content: "";
	position: absolute;
	width: 17px;
	height: 9px;
	bottom: -10px;
	left: 50%;
	margin-left: -9px;
	background:url(../images/sj1.png) top center no-repeat;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s ease;
}
.nav_menu3 li:hover:after,
.nav_menu3 li.active:after{
	content: "";
	bottom: 0px;
	opacity: 1;
}
.nav_menu3 > ul > li:hover{
	/*transform: scale(1.15);*/
	box-shadow:3px 15px 40px -20px rgba(0, 0, 0, 0.8);
}
.nav_menu3 > ul > li:hover ul{
	box-shadow:3px 20px 40px -25px rgba(0, 0, 0, 0.8);
}

.nav_menu3 > ul > li > a {
	line-height: 80px;
	color: #fff;
	transition: all 0.5s ease;
	font-size: 18px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topbox.upstyle .nav_menu3 > ul > li > a {
	line-height: 80px;
}
.menubox.upstyle .nav_menu3 > ul > li > a {
	line-height: 80px;
}
.nav_menu3 > ul > li:hover > a,
.nav_menu3 > ul > li.active > a {
	color: #fff;
	background: #05aa84;
}

.topbox.upstyle .nav_menu3 > ul > li:hover > a {
	color: #fff;
	background: #05aa84;
}

.nav_menu3 ul ul {
	position: absolute;
	width: 100%;
	margin-top: 15px;
	transition: 0.5s;
	opacity: 0;
	left: -9999px;
	/*border: 1px solid rgba(242,139,62,.5);*/
	border-top: 0px;
	box-shadow: 0px 2px 4px rgba(0,0,0,.3);
}
.nav_menu3 ul ul li {
	position: relative;
	width: 100%;
	height: auto;
}
.nav_menu3 ul ul li:after {
	display: none;
}
.nav_menu3 li:hover > ul {
	left: auto;
	margin-top: 0px;
	opacity: 1;
}
.nav_menu3 ul ul li a {
  	padding: 10px;
	width: 100%;
	line-height: 20px;
	background: rgba(255,255,255,.95);
	text-decoration: none;
  	color: #666;
 	transition: 0.3s;
  	border-top: 1px solid rgba(0,0,0,.05);
}

.nav_menu3 ul ul li:hover > a,
.nav_menu3 ul ul li a:hover {
	color: #000;
	text-shadow: 0px 1px 2px rgba(255,255,255,.8);
	background: #ddeef9;
}

/*导航条结束*/
.bigcen{
	position: relative;
	width: 100%;
	min-width: 1360px;
	height: auto;
	min-height: 1000px;
	background: #fff;
}
.cennr{
	position: relative;
	width: calc(100% - 60px);
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}




.lmtitle{
	position: relative;
	width: calc(100% - 130px);
	height: auto;
	float: left;
}
.lmtitle h1{
	position: relative;
	width:100px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	letter-spacing: 2px;
}
.lmtitle h1.yw{
	position: relative;
	width:100px;
	height: 25px;
	font-size: 18px;
	line-height: 30px;
	color: #666;
	letter-spacing: 2px;
}
.lmtitle h1:after{
	content: "";
	position: absolute;
	width:20px;
	height: 3px;
	background: #f28b3e;
	top: 20px;
	right: -20px;
}
.lmtitle h2{
	position: relative;
	width:100%;
	height: 25px;
	font-size: 18px;
	line-height: 25px;
	color: #666;
	text-transform: uppercase;
	font-weight: normal;
}




.pagebottom{
	position: relative;
	width: 100%;
	min-width: 1360px;
	height: auto;
	background: #008465;
	z-index: 10;
}

.pagebottom .ttins{
	position: relative;
	width: 100%;
	height: auto;
	background:#fff url(../images/bottombg.jpg) bottom center no-repeat;
	background-size:cover ;
}
.pagebottom .ttins .btbox{
	position: relative;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,.02);
}
.pagebottom .btbox .nrsx{
	padding: 0;
}
.pagebottom .ttins .btbox li{
	position: relative;
	float: left;
	width: 12.5%;
	height: 100%;
	padding: 35px 0;
	text-align: center;
	transition: all 0.5s ease;
	cursor: pointer;
	border-right: 1px solid rgba(0,0,0,.1);
}
.pagebottom .ttins .btbox li:nth-child(1){
	border-left: 1px solid rgba(0,0,0,.1);
}
.pagebottom .ttins .btbox li:hover{
	background: #008465;
}
.pagebottom .ttins .btbox li .zi{
	position: relative;
	widows: 100%;
	height: 20px;
	font-size: 15px;
	line-height: 22px;
	color: #666;
	margin-top: 5px;
	transition: all 0.5s ease;
}
.pagebottom .ttins .btbox li:hover .zi{
	color: #fff;
}
.pagebottom .ttins .btbox li .ico{
	position: relative;
	widows: 100%;
	height: 45px;
	transition: all 0.5s ease;
	filter:brightness(100%);
}
.pagebottom .ttins .btbox li:hover .ico{
	filter:brightness(1000%);
}
.pagebottom .ttins .btbox li .ico01{
	background: url(../images/ico1-1.png) top center no-repeat;
	background-size:auto 100%;
}
.pagebottom .ttins .btbox li .ico02{
	background: url(../images/ico2-1.png) top center no-repeat;
	background-size:auto 100%;
}
.pagebottom .ttins .btbox li .ico03{
	background: url(../images/ico3-1.png) top center no-repeat;
	background-size:auto 100%;
}
.pagebottom .ttins .btbox li .ico04{
	background: url(../images/ico4-1.png) top center no-repeat;
	background-size:auto 100%;
}
.pagebottom .ttins .btbox li .ico05{
	background: url(../images/ico5-1.png) top center no-repeat;
	background-size:auto 100%;
}
.pagebottom .ttins .btbox li .ico06{
	background: url(../images/ico6-1.png) top center no-repeat;
	background-size:auto 100%;
}
.pagebottom .ttins .btbox li .ico07{
	background: url(../images/ico7-1.png) top center no-repeat;
	background-size:auto 100%;
}
.pagebottom .ttins .btbox li .ico08{
	background: url(../images/ico8-1.png) top center no-repeat;
	background-size:auto 100%;
}



.pagebottom .ttins .cenins{
	position: relative;
	width: 100%;
	height: auto;
	background: rgba(255,255,255,.8);
}
.pagebottom .ttins .cenins .ins{
	position: relative;
	float: left;
	width: 40%;
	height: 100%;
}
.pagebottom .ttins .cenins .ins.lxwm{
	width: calc(40% - 250px);
	float: right;
}
.pagebottom .ttins .cenins .ins h1{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #008465;
	padding: 0 0px;
}
.pagebottom .ttins .cenins .ins h1.lxwm{
	padding: 0;
}
.pagebottom .ttins .cenins .ins .infos{
	position: relative;
	width: 100%;
	height: 120px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}
.pagebottom .ttins .cenins .ins .infos li{
	position: relative;
	float: left;
	width: 260px;
	height: 30px;
	
}
.pagebottom .ttins .cenins .ins .infos li span{
	position: relative;
	float: left;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 10px;
	color: #333;
	transition: all 0.3s ease;
}
.pagebottom .ttins .cenins .ins .infos li:hover span{
	background: #008465;
	color: #fff;
}

.pagebottom .ttins .cenins .ewm{
	width:250px;
	float: right;
	height: 100%;
	padding-left: 120px;
	padding-top: 136px;
	background: url(../images/wx.jpg) top right no-repeat;
	background-size:130px 130px ;
	font-size: 14px;
	color: #333;
	line-height: 16px;
	text-align: center;
}




.pagebottom .bonins{
	position: relative;
	width: 100%;
	height: auto;
	background: #008465;
}
.dangjian .bonins{
	background: #c00;
}

.pagebottom .nrsx{
	position: relative;
	width: calc(100% - 60px);
	max-width: 1600px;
	min-width: 1360px;
	height: auto;
	padding: 25px 0;
	margin: 0 auto;
	overflow: hidden;
}
.pagebottom .nrsx.cens{
	padding: 35px 0;
}
.pagebottom .nrsx .infos{
	position: relative;
	width: 30%;
	float: left;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	color: #fff;
}
.pagebottom .nrsx .bolgo{
	position: absolute;
	width: 300px;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../images/botlogo.png) right center no-repeat;
}




.option {
	background: #fff;
	padding: 0 10px;
	color: #333;
}


.nrlist{
	position: relative;
	width: 100%;
	height: auto;
}

.nrlist li{
	position: relative;
	width: 100%;
	height: 55px;
	transition: all 0.5s;
	margin-top: 8px;
	background: #fff;
}
.nrlist li:nth-child(1){
	margin-top: 0px;
}
.nrlist.big li{
	height: 70px;
}


.nrlist li:hover{
	transform: translateY(-5px) scale(1);
	background: rgba(255,255,255,1);
	box-shadow:0px 10px 40px -12px rgba(0, 0, 0, 0.7);
	z-index: 5;
}

.nrlist li h1{
	position: relative;
	width: calc(100% - 90px);
	height: 55px;
	float: left;
	line-height: 55px;
	font-size: 15px;
	color: #333;
	padding: 0 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    transition: all 0.5s;
}

.nrlist li h2{
	position: relative;
	float: right;
	width: 90px;
	padding: 0 5px;
	font-size: 14px;
	height: 100%;
	line-height: 55px;
	color: #666;
	transition: all 0.5s;
	text-align: right;
	font-weight: normal;
	background: rgba(8,132,101,.1);
}
.nrlist.big li h2{
	width: 70px;
	line-height: 20px;
	padding:15px 10px;
	font-weight: bold;
	text-align: center;
	color: #999;
}
.nrlist.big li h2 span{
	font-size: 13px;
	letter-spacing: -0.5px;
}
/*.cenbox .nrlist li h2{
	height: 60px;
	line-height: 60px;
}*/
.nrlist li:hover h1,
.nrlist li:hover h3{
	color: #05503f;
}
.nrlist li:hover h2{
	background: #008465;
	color: #fff;
}
.dangjian .nrlist li h2{
	background: rgba(204,0,0,.1);
}
.dangjian .nrlist li:hover h1{
	color: #c00;
}
.dangjian .nrlist li:hover h2{
	background: #c00;
}


.nrlist li h3{
	position: absolute;
	width: calc(100% - 80px);
	height: auto;
	line-height: 28px;
	top: 50%;
	font-size: 15px;
	padding: 0 10px;
	font-weight: normal;
	transform: translateY(-50%);
	display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.e-newslist{
	position: relative;
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-top: -30px;
	padding: 30px;
	height: auto;
}


.e-newslist li{
	position: relative;
	float: left;
	width: 50%;
	height: 205px;
	padding: 20px 3% 20px 0px;
	border-bottom: 1px dashed rgba(0,0,0,.1);
	transition: ALL 0.5S EASE;
	opacity: 0;
	transform: scale(0.8);
}
.e-newslist li:hover{
	z-index: 5;
}
.qhnrbox .e-newslist li{
	border-bottom: 1px dashed rgba(255,255,255,.8);
}

.qhnrbox .e-newslist li {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.3s;
}

.cenbox.active .e-newslist li {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.3s;
}

.e-newslist li.gg{
	height: 150px;
}
.e-newslist li:nth-child(even){
	padding: 20px 0px 20px 3%;
}

.e-newslist li:nth-child(even)::after{
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: calc(100% - 60px);
	top: 30px;
	left: 1px;
	border-left: 1px dashed rgba(0,0,0,.1);
}
.qhnrbox .e-newslist li:nth-child(even)::after{
	content: "";
	border-left: 1px dashed rgba(255,255,255,.8);
}

.e-newslist li .ns-infobox{
	position: relative;
	width: 100%;
	height: 100%;
	padding:5px 20px 5px 25px;
	background: rgba(255,255,255,.8);
	transition: all 0.5s;
}
.qhnrbox .e-newslist li .ns-infobox{
	background: rgba(255,255,255,.3);
}
.e-newslist li .ns-infobox:hover{
	transform: scale(1) translateY(-5px);
	background: rgba(255,255,255,1);
	box-shadow:3px 20px 40px -15px rgba(0, 0, 0, 0.5);
	z-index: 5;
}
.e-newslist li .ns-infobox::after {
	content: "";
    position: absolute;
    top: 27px;
    left: 10px;
    display: block;
    width: 4px;
	height: 4px;
	border-radius: 3px;
	background:#008465;
	transition: all 0.3s;
}

.e-newslist li .ns-infobox:hover::after {
	opacity: 0;
}

.e-newslist li .ns-infobox .title {
    position: relative;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    transition: all 0.3s;
}
.e-newslist li .ns-infobox .title.list {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.e-newslist li .ns-infobox .title.ggao {
    height: auto;
    min-height: 25px;
    max-height: 50px;
    line-height: 25px;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.e-newslist li .ns-infobox:hover .title {
    color: #008465;
}


.e-newslist li .ns-infobox  .info {
    height: 70px;
    line-height: 23px;
    font-size: 12px;
    color: #999;
    margin-top: 12px;
    overflow: hidden;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.e-newslist li .ns-infobox:hover  .info {
    color: #666;
}
.e-newslist li .ns-infobox .info .imgbox {
    position: relative;
    float: left;
    width: 100px;
    height: 70px;
    margin-right: 10px;
    overflow: hidden;
}
.e-newslist li .ns-infobox .info .imgbox.nopic {
    width: 0px;
    margin-right: 0px;
}
.e-newslist li .ns-infobox .info .imgbox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.e-newslist li .ns-infobox:hover .info .imgbox .img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.e-newslist li .ns-infobox .data{
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	margin-top: 10px;
	transition: 0.3s;
}
.e-newslist li:hover .ns-infobox .data{
	color: #008465;
}

.e-newslist li .point{
	position: absolute;
	left: 80px;
    top: -6px;	
	width: 4px;
	height: 4px;
	border-radius: 3px;
	background: #008465;
	margin-top: 15px;
	z-index: 10;
	transition: 0.3s;
}
.e-newslist li .point::after{
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	top: -15px;
	left: 10px;
	border-radius: 3px;
	background: #008465;
	margin-top: 15px;
	transition: 0.3s;
	opacity: 0.7;
}
.e-newslist li .point::before{
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	top: -15px;
	left: 20px;
	border-radius: 3px;
	background: #008465;
	margin-top: 15px;
	transition: 0.3s;
	opacity: 0.3;
}
.ny-tlist:hover .point,.ny-tlist:hover .point::before,.ny-tlist:hover .point::after{
	background: #fff;
}

.totop{
	position: fixed;
	width: 40px;
	height: 40px;
	z-index: 20;
	right:-50px;
	bottom: 10px;
	color: #FFF;
	background: #008465;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	transition: all 0.3s ease;
	cursor:pointer;
}
.totop.dangjian{
	background: #c00;
}
.totop.upstyle{
	right:10px;
}

.indpagebottom{
	transition: all 0.8s ease;
	opacity: 0;
	transform: translateY(50px);
	filter: blur(5px);
	z-index: 10;
}
.indpagebottom.active{
	opacity: 1;
	transform: translateY(0px);
	filter: blur(0);
}

@media (max-width: 1450px){
	.topbox .nrbox {
	    width: calc(100% - 40px);
	    left: 30px;
	}
	.topbox .logobox {
	    height: 70px;
	    margin-top: -32px;
	}
	.topbox .logobox h1 {
	    height: 60px;
	    font-size: 30px;
	}
	.topbox .logobox h1 p {
	    line-height: 15px;
	    transform: scale(0.86) translateX(-30px);
	}
	.nav_menu3 {
	    width: calc(100% - 500px);
	    margin-right: 160px;
	}
}

@media (max-width: 1430px){
	.nav_menu3{
		display: none;
	}
}
	
	
	
	