*{ padding:0; margin:0; box-sizing: border-box;}
body { font-family: "Microsoft YaHei"; font-size:14px;color:#333; overflow-x:hidden }
ul,ol,li {list-style: outside none none; }
a {text-decoration: none; color:#333;}
a:hover{ text-decoration: none; color: #d0111b;}
img{border:none; max-width:100%;}
.clear{clear:both; display:block; }
.fl{float:left;}
.fr{float:right;}
.w11 {
	width: 1400px;
	margin: 0 auto;
}  
.warp{
	width: 90%;
	margin: 0 auto;
}
.w1373{ width:1373px; margin:0 auto;}
.clear {
	clear: both;
}
.clearfixed:after{ content:""; clear:both; display:block}
.fl{ float:left}
.fr{ float:right}
.ne-banner{ width:100%; position:relative; overflow:hidden; margin-top:128px;}
.ne-banner img{ width:100%;animation: changeScale 1 2.5s;}
.pc-nbanner{display: block;}
.mobile-nbanner{display: none;}
.ne-banner-title {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translateY(-50%);
}
.ne-banner-title h3 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 20px;
	font-weight:normal;
}
.ne-banner-title p {
	font-size: 24px;
	color: #fff;
	line-height: 40px;
}



.f-hz{ background:#d0111b; padding:47px 0;}
.f-hz h1{ text-align:center; font-size:30px; font-weight:normal; color:#fff; padding-bottom:20px;}
.f-hz ul{ text-align:center;}
.f-hz ul li{ background:#fff; height:55px; width:29%; display:inline-block; text-align:center;}
.f-hz ul li span{ display:inline-block; position:relative; top:-4px;}
.f-hz ul li p{ display:inline-block; font-size:24px; padding-left:20px; line-height:55px;}
.f-hz ul li span img{ transition-duration:.5s;}
.f-hz ul li a{ color:#333;}
.f-hz ul li a:hover{ color:#d0111b}
.f-hz ul li:nth-child(2){ margin:0 6.1%;}
.f-hz ul li:hover span img{ transform:scale(1.1,1.1)}

.pro-banner-txt{ position:absolute; bottom:0; width:100%; left:0;}
.pro-banner-txt h2{ color:#333333; font-size:36px; padding-bottom:26px; font-weight:normal;}
.pro-banner-txt h2 span{ display:inline-block; padding-left:20px; font-size:16px;}
.ny-nav{width:100%;display:inline;background:rgba(255,255,255,0.7);float:left;height:62px;overflow:hidden}
.ny-nav a{  color:#555555; display:inline-block; padding:0 3.5%; line-height: 62px;  float:left; font-size:20px; position:relative; transition-duration: 1s; text-align:center; cursor: pointer;}
.ny-nav a:hover{color:#fff; background:#d0111b; }
.ny-nav .ts{ color:#fff; background:#d0111b;}

.jianT{width: 100%; text-align: center; padding:0 0 40px 0;}
.jianT li{  background:#fff; border:1px solid #ddd;line-height: 36px;  height:36px; width:43px; display:inline-block; margin:0 6px;  }
.jianT li a{ font-size: 14px; color:#474747; display:block}
.jianT li a:hover{text-decoration: none; background:#c61c22;color:#fff;}
.jianT li .on{ background:#c61c22; color:#fff;}

/*2020/6/29*/
.banner-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    left: 0;
    width: 100%;
}
.banner-txt h1 {
    font-size: 48px;
}
.ne-search {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    /*height: 152px;*/
    -moz-box-shadow: 0px 0px 7px #949494;
    -webkit-box-shadow: 0px 0px 7px #949494;
    box-shadow: 0px 0px 7px #949494;
    position: relative;
    top: -78px;
    padding: 20px;
    box-sizing: border-box;
}
.ne-sou input {
    width: 85%;
    background: #ebebeb;
    height: 51px;
    line-height: 51px;
    border: none;
    outline: none;
    padding-left: 25px;
    float: left;
}
.ne-pc-banner{
	display: block !important;
}
.ne-mobile-banner{
	display: none !important;
}
.ne-sou button {
    width: 15%;
    height: 51px;
    border: none;
    outline: none;
    background: url(../../images/ss.png) no-repeat center center #d0111b;
}
.sou-sk{ top:-30px;padding: 20px;}
.sou-ti{ text-align:center; font-size:36px; padding:20px 0 40px 0; border-bottom:10px solid #f6f6f6;}
.sou-ti span{ color:#d0111b}
.sou-pro{ padding:50px 0; border-bottom:3px solid #f6f6f6}
.sou-pro h1{ font-size:24px; padding-bottom:32px;}
.sou-pro-list li{ width:24%; text-align:center; font-size:18px; float:left; margin-right:1%; margin-bottom:20px;}
.sou-pro-list li:nth-child(4n){ margin-right:0;}
.sou-pro-list li .pic-pro{ position:relative; padding-bottom:60%;}
.sou-pro-list li .pic-pro img{ max-width:100%; max-height:100%; position:absolute; top:0; left:0; bottom:0; right:0; margin:auto; transition-duration:.5s;}
.sou-pro-list li{ padding-top:15px;}
.sou-pro-list li:hover p{ color:#d0111b}
.sou-pro-list li p{height: 48px;}

.jq22 .hidden{ display: none;}
.jq22 ul.list{overflow: hidden;}
.jq22 ul.list li{width: 100%; overflow: hidden; font-size:18px; border-bottom:1px dashed #e0e0e0; padding-bottom:20px; margin-bottom:20px; position:relative; padding-left:20px;}
.jq22 ul.list li:before{ content:""; width:5px; height:5px; background:#d0111b; position:absolute; top:10px; left:10px; border-radius:50%;}
.jq22 ul.list li p{ width:80%; float:left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; transition-duration:.5s;}
.jq22 ul.list li p b{ font-weight:normal; color:#d0111b}
.jq22 ul.list li:hover p{ padding-left:5px;}
.jq22 ul.list li span{ float:right;}
.jq22 .more{overflow: hidden;padding:10px;text-align: center;}
.jq22 .more a{display: block;width: 80px;padding:8px 0;color:#fff;margin:0 auto;background:#d0111b;text-align:center;border-radius:3px;}
.jq22 .more a:hover{text-decoration: none;background: red;color: #fff;}


@media screen and (max-width:1360px){
	.w1373{
		width: 1260px;
	}
}
@media screen and (max-width:769px){
	.ne-banner{
		margin-top: 55px;
	}
	.pc-nbanner{display: none;}
	.mobile-nbanner{display: block;}
	.f-hz h1{
		font-size: 16px;
	}
	.w1373{
		width: 92%;
	}
	.f-hz ul li{
		width: 30%;
		height: 40px;
		line-height: 40px;
	}
	.f-hz ul li p{
		line-height: 40px;
		padding-left: 0px;	
	}
	.f-hz ul li span img{
		width: 25px;	
		margin-top: 5px;
	}
	.f-hz ul li:nth-child(2) {
	    margin: 0 0 10px 0;
	}
	.f-hz ul li p{
		font-size: 16px;	
	}
	
	.ne-banner-title {
	    width: 92%;
	    left: 4%;
	}
	.ne-banner-title h3{
		font-size: 26px;
		margin-bottom: 5px;
	}
	.ne-banner-title p{
		font-size: 15px;
		line-height: 22px;
	}	
	.pro-banner-txt{
		position: relative;
	}
	.pro-banner-txt-title{
		display: none;
    }
    .ny-nav a{
    	width: 33.3%;	
    	font-size: 16px;
    	line-height: 50px;
    }
    .ne-pc-banner{
	display: none !important;
	}
	.ne-mobile-banner{
		display: block !important;
	}
	.sou-ti{
		font-size: 26px;
	}
	.sou-pro-list li{
		font-size: 16px;	
	}
	.jq22 ul.list li{
		font-size: 16px;
		padding-bottom: 10px;
    margin-bottom: 10px;
	}
	.jq22 ul.list li p{
		width: 65%;	
	}
	.f-hz{
		padding: 15px 0;	
	}
    
}

@keyframes changeScale
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-moz-keyframes changeScale 
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-webkit-keyframes changeScale
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-o-keyframes changeScale 
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

	

