* {
	padding: 0;
	margin: 0;
}

a,
li {
	color: #333;
	text-decoration: none;
	list-style: none;
	font-size: 14px;
}

.v {
	width: 100%;
	height: auto;
	clear: both;
	overflow: hidden;
}

.jndtopbg {
	width: 100%;
	height: 100px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 33;
}

.jndtop {
	width: 1200px;
	height: 100px;
	margin: auto;
}

.jndabout {
	margin-top: 10px;
	overflow: hidden;
}

.topleft {
	width: 460px;
	height: 100px;
	float: left;
}

.topleft h1 {
	color: #fff;
	margin-top: 16px;
}

.topleft span {
	color: #eee;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}

.topright {
	width: 740px;
    height: 100px;
    float: left;
	
}

.topright ul {
	width: 740px;
	margin-top: 30px;
}

.topright ul li {
	float: left;
	line-height: 35px;
}

.topright ul li a {
	display: block;
	position: relative;
	padding: 0 0px;
	margin: 0 23px;
	transition: 0.5s;
	color: #fff;
	font-size: 16px;
}

.topright ul li a:hover {
	color: #e4373d;
}

.topright ul li a:before {
	content: "";
	width: 0;
	height: 2px;
	background: #e4373d;
	position: absolute;
	top: 100%;
	left: 50%;
	transition: all .8s;
}

.topright ul li a:hover:before {
	left: 0%;
	width: 100%;
}

.roll-wrap:hover .control {
	display: block;
}

.roll-wrap {
	position: relative;
	width: 100%;
	height: 292px;
	overflow: hidden;
}

.roll-wrap .roll__list {}

.roll_row .roll__list::before,
.roll_row .roll__list::after {
	content: "";
	display: table;
	line-height: 0;
}

.roll_row .roll__list::after {
	clear: both;
}

.roll_row .roll__list {
	width: 9999px;
}

.roll_row .roll__list li {
	float: left;
	display: block;
	margin-right: 20px;
	width: 446px;
	height: 292px;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	color: #fff;
	background-color: #ff9900;
}

.control {
	position: absolute;
	top: 130px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-size: 25px;
	background-color: rgba(225, 225, 225, 0.5);
}

.control:hover {
	background-color: #e5363b;
}

.control.pre {
	left: 5px;
}

.control.next {
	right: 5px;
}

.roll_col {
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.roll_col .roll__list {
	width: 100%;
}

.h600 {
	height: 600px;
}

.roll_col li {
	display: block;
	height: 700px;
	line-height: 700px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #ff9900;
}

.roll_col .li-2 {
	background-color: #0099ff;
}

.roll_col .li-3 {
	background-color: #ff0099;
}

.roll_col .li-4 {
	background-color: #00ff99;
}

.roll_col .control {
	top: 80px;
}

.jndabout {
	width: 1200px;
	margin: 45px auto 35px auto;
}

.jndabout h2 {
	text-align: center;
	font-weight: 500;
	position: relative;
	width: 270px;
	margin: auto;
	line-height: 55px;
}

.jndabout h2:before {
	content: "";
	width: 70px;
	height: 4px;
	background: #025bab;
	position: absolute;
	top: 100%;
	left: 38%;
	transition: all .8s;
}

.jndabout h2:hover:before {
	left: 2%;
	width: 260px;
}

.jndaboutext {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	line-height: 28px;
	font-size: 15px;
}

.prodbg {
	width: 100%;
	height: 660px;
	background: #025BAB;
	overflow: hidden;
}

.prodwb {
	width: 1200px;
	height: 660px;
	margin: auto;
	overflow: hidden;
}

.prodwb h2 {
	text-align: center;
	font-weight: 500;
	margin-top: 60px;
	margin-bottom: 15px;
	color: #fff;
}

.prodwb span {
	text-transform: uppercase;
	display: block;
	text-align: center;
	color: #ccc;
	margin-bottom: 10px;
}

.prodwb p {
	text-align: center;
	color: #fff;
}
.jndprd{
	height: 335px !important;
	margin-top: 25px;
}
.prodwb ul {
	width: 100%;
	height: 310px !important;
	margin-top: 25px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.prodwb ul li {
	width: 330px !important;
	height: 310px !important;
	background: #4a4444 !important;
	float: left;
	margin: 0 10px;
}
.prodwb ul li:hover{
	background: #e5363b !important;

}


.prodwb ul li img {
	width: 330px;
	height: 240px;
	background: #4a4444;
}

.prodwb ul li p {
	text-align: left;
	line-height: 70px;
	padding-left: 10px;
	width: 220px;
	float: left;
	font-size: 16px;
}

.prodwb ul li span {
	height: 25px;
	width: 90px;
	line-height: 25px;
	float: right;
	display: block;
	text-align: center;
	background: #fff;
	color: #111;
	border-radius: 10px;
	margin: 20px 10px 0 0;
	font-size: 12px;
}
.jndmore{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.jndmore p{
	font-size: 19px;line-height: 35px;
}





.jndnews {
	width: 1200px;
	margin: 45px auto 35px auto;
}

.jndnews h2 {
	text-align: center;
	font-weight: 500;
	position: relative;
	width: 110px;
	margin: auto;
	line-height: 55px;
	margin-bottom: 27px;
}

.jndnews h2:before {
	content: "";
	width: 70px;
	height: 4px;
	background: #025bab;
	position: absolute;
	top: 100%;
	left: 20%;
	transition: all .8s;
}

.jndnews h2:hover:before {
	left: 2%;
	width: 110px;
}
.jndnews ul{
	width: 100%;
}
.jndnews ul li:nth-child(3){
	width: 378px;
	float: right;
}
.jndnews ul li:nth-child(2){
	margin-left: 33px;
}
.jndnews ul li{
	width: 378px;
	float: left;
}
.jndnews ul li img{
	transition:0.6s;
}
.jndnews ul li:hover img{
	filter:brightness(50%);
}
.jndnews ul li .newsy p{
	font-size: 17px;
	float: left;
	color: #e5363b;
	line-height: 40px;
	
}
.jndnews ul li .newsy span{
	font-size: 14px;
	color: #888;
	line-height: 40px;
	margin-left: 20px;
}
.jndnews ul li .newse a{
	font-size: 17px;
	color: #e5363b;
	display: block;
	margin: 10px 0 9px 0;
}
.jndnews ul li .newse span{
	font-size: 14px;
	color: #888;
	line-height: 25px;
}
.jndfoot{
	width: 100%;
	height: 550px;
	top: 0;
	left: 0;
	margin-top: 50px;
	background: url(../img/foire.jpg) center no-repeat;
	background-attachment: fixed;
}
.foot01{
	width: 1200px;
	margin: auto;
	height: 550px;
}
.foot01 .footleft{
	width: 660px;
	float: left;
	height: 550px;
}
.foot01 .footleft h2{
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	margin-top: 95px;
}

.footell{
	margin-top: 58px;
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.footell img{
	float: left;
	display: block;
	width: 59px;
	margin-right: 25px;
}
.footell p{
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}
.footleft ul{
	width: 500px;
	float: left;
	overflow: hidden;
	margin-top: 40px;
}
.footleft ul li{
	width: 500px;
	line-height: 60px;
	border-bottom: solid 1px #CCCCCC;
}
.footleft ul li img{
	
}

.footleft ul li span{
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
}
.footleft ul .ndte1 span{
	background: url(../img/img1.png)0 center no-repeat;
	padding-left: 25px;
}
.footleft ul .ndte2{
	margin-top: 25px;
}
.footleft ul .ndte2 span:nth-child(1){
	background: url(../img/img2.png)0 center no-repeat;
	padding-left: 25px;
}
.footleft ul .ndte2 span:nth-child(2){
	background: url(../img/img3.png)33px center no-repeat;
	padding-left: 60px;
}











.foot01 .footright{
	width: 480px;
	float: right;
	background: #fff;
	height: 440px;
	border-radius: 12px;
	margin-top: 55px;
	box-shadow: 2px 2px 5px #222;
}
.foot01 .footright h3{
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	margin-top: 50px;
	margin-bottom: 25px;
}
.foot01 .footright .hyiue{
	margin-left: 40px;
	line-height: 35px;
	color: #333;
}

.foot01 .footright input[type=text], select {
  width: 400px;
  padding: 18px 20px;
  margin: 8px 40px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.foot01 .footright input[type=submit] {
  width: 230px;
  background-color: #025bab;
  color: white;
  padding: 12px 40px;
  margin: 12px 130px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 2px 3px 5px rgba(0,0,0,0.5);
  
}

.foot01 .footright input[type=submit]:hover {
  background-color: #333;
}

footer{
	width: 100%;
	height: 160px;
	background: #232323;
	overflow: hidden;
}
footer ul{
	width: 710px;
	margin:40px auto 0 auto;
	overflow: hidden;
}
footer ul li{
	float: left;
	line-height: 35px;
	
}
footer ul li:nth-child(1):before{
	content: "";
	
}
footer ul li:before{
	content: "|";
	color: #fff;
	
}
footer ul li a{
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
}
footer div{
	text-align: center;
	color: #666;
	font-size: 15px;
	line-height: 60px;
}

/*内页样式*/
.nadeweb{
	width: 1200px;
	margin:50px auto 0px auto;
     min-height: 400px;
}
.nadeweb .neyleft{
	width: 270px;
	float: left;
     min-height: 400px;
     overflow: hidden;
}
.nadeweb .neyleft h3{
	width: 270px;
	float: left;
     background: #025bab;
     color: #fff;
     padding-left: 30px;
     line-height: 80px;
     font-size: 26px;
}
.nadeweb .neyleft ul{
	width: 100%;
}
.nadeweb .neyleft ul li{
	width: 100%;
	background: #eee;
	line-height: 45px;
	border-bottom: 1px solid #777;
}
.nadeweb .neyleft ul li a{
	padding-left: 30px;
	transition: 0.3s;
	font-size: 15px;
}
.nadeweb .neyleft ul li a:before{
	content: "+";
	margin-right: 10px;
	font-size: 15px;
}
.nadeweb .neyleft ul li:hover a{
	padding-left: 46px;
	color: #025BAB;
	font-weight: 600;
}
.nascont{
	min-height: 100px;
	padding: 0px 20px 15px 30px;
	background: #025BAB;
	overflow: hidden;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
}























.nadeweb .neyright{
	width: 900px;
     min-height: 400px;
     float: right;
}
.doureyrr{
	width: 100%;
	line-height: 60px;
	border-bottom: 1px solid #444;
	overflow: hidden;
}
.doureyrr h3{
	float: left;
}
.doureyrr p{
	float: right;
}
.neyzti{
	width: 100%;
	min-height: 300px;
	margin-top: 15px;
}
.neyzti .nadtxt{
	font-size: 14px;
	line-height: 26px;
	color: #333;
	margin: 0 10px;
}
.neyzti .nadprod{
	width: 100%;
}
.neyzti .nadprod li{
	float: left;
	width: 280px;
	margin: 0 9px 15px 9px;
	border: 1px solid #eee;
	text-align: center;
}
.neyzti .nadprod li img{
	float: left;
	width: 100%;
}
.neyzti .nadprod li span{
	display: block;
	line-height: 45px;
     background: #eee;
     font-size: 15px;
     transition:0.6s;
}
.neyzti .nadprod li:hover span{
	color: #025BAB;
}

.neyzti .nadprod li img{
	transition:0.6s;
}
.neyzti .nadprod li:hover img{
	filter:brightness(80%);
}

.neyzti .nadnews{
	width: 100%;
}
.neyzti .nadnews li{
	width: 100%;
	line-height: 42px;
	border-bottom: #ccc 1px dashed;
}
.neyzti .nadnews li a{
	color: #333;
	font-size: 15px;
	padding-left: 10px;
}
.neyzti .nadnews li:hover a{
	color: #025BAB;
	
}
.neyzti .nadnews li span{
	color: #888;
	float: right;
	padding-right: 10px;
}