﻿@charset "utf-8";

*{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a{text-decoration: none;color:#000;} 
img{max-width:100%;}
.flex{
	display: flex;
}
.flex-c{
	display: flex;
    justify-content: center;
    align-items: center;
}
.flex-Lc{
	display: flex;
    align-items: center;
}
.flex-tb{
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-Lt{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-L{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-Lend{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	-moz-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-end{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.inner{
	width:1200px;
	margin:0 auto;
	position: relative;
}
.header-top .logo{
	height: 112px;
	float: left;
	display: flex;
	align-items: center;
}
.header-top .tel{
	
	float: left;
	padding-left:450px;
	font-size:24px;
	color:#cf000d;
	line-height:112px;
	text-align:left;
	display: flex;
	font-weight:normal;
}


.shopp-car{
	float: right;
	height: 112px;
	display: flex;
	align-items: center;
}
.shopp-icon{
	position: relative;
	cursor: pointer;
}
.shopp-car span{
	color:#939393;
	font-size:18px;
	padding:0 34px;
	position: relative;
	background:url(../images/shopp-car.png) no-repeat left center;
}
.shopp-car span:hover{
	background:url(../images/shopp-car-2.png) no-repeat left center;
}
.shopp-car span:after{
	display: block;
	content:"";
	width:15px;
	height:9px;
	background:url(../images/sanj-1.png) no-repeat;
	position: absolute;
	right: 0;
	top:50%;
	margin-top:-5px;
	 -moz-transition:.3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.shopp-car span:hover:after{
	 -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.shopp-Img{
	padding:15px;
	background:#fff;
	position: absolute;
	top:100%;
	left:50%;
	width:154px;
	display: none;
	z-index:999;
	 transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.shopp-icon:hover .shopp-Img{
	display: block;
}

.header-banner{
	background:#2b2929;
}
.banner-slide{
	float: left;
	width: 180px;
	position: relative;
}
.banner-slide>.tabel a{
	font-size:18px;
	color:#fff;
	display: block;
	padding-left:36px;
	line-height:40px;
	background:#da212d;
}
.header-nav>ul>li{
	float: left;
	width:127px;
	position: relative;
	text-align: center;
}
.header-nav>ul>li:hover{
	background:#da212d;
}
.header-nav>ul>li>a{
	display: block;
	line-height:40px;
	color:#fff;
	font-size:18px;
}
.slide-navbar{
	width:100%;
	position: absolute;
	left: 0;
	top:100%;
	z-index: 999;
	padding:7px 0;
	display: none;
	background-color: rgba(43, 43, 43,0.7);
}
.slide-navbar ul li{
	position: relative;
	padding:3px 10px;
}
.slide-navbar ul li a{
	display: block;
	font-size:16px;
	line-height:40px;
	color:#fff;
}
.slide-navbar ul li:hover{
	background-color: rgba(43, 43, 43,0.7);
}
.slide-navbar ul li:hover a{
	background:url(../images/more-1.png) no-repeat right center;
}

.banner .swiper-slide a{
	display: block;
	height:570px;
}
.banner .swiper-pagination{
	bottom:12px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	margin:0 10px;
	height:18px;
	width:18px;
	background:#dcdcdc;
	opacity:1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	background:#ff0000;
}

.banner-navslide{
	/*height:570px;*/
		width:100%;
	position: absolute;
	left: 0;
	top:100%;
	z-index: 99999;
	padding:25px 0 0;
	background-color: rgba(43, 43, 43,0.7);
}
.navslide-walset>ul>li{
	padding:0 34px;
}
.navslide-walset>ul>li>.tabel a{
	display: block;
	line-height:60px;
	color:#fff;
	font-size:18px;
}
.navslide-walset>ul>li:hover>.tabel a{
	background:url(../images/more-1.png) no-repeat right center;
}
.navslide-walset>ul>li:hover{
	background-color: rgba(43, 43, 43,0.7);
}

.navslide-product{
	background:#fff;
	position: absolute;
	left: 180px;
	top:0;
	z-index: 999;
	width: 1020px;
	min-height: 400px;
	display: none;
}
.navslide-product ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.navslide-product ul li{
	border-bottom:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
}
.navslide-product ul li:nth-child(3n){
	border-right: none;
}
.navslide-alls{
	height:190px;
	display: flex;
	  align-items: center;
}
.navslide-alls .Img{
	width:146px;
	text-align: center;
}
.navslide-alls .text{
	width:calc(100% - 146px);
}
.navslide-alls .text h3{
	font-size:16px;
	color:#151515;
	line-height:20px;
	margin-bottom:5px;
}
.navslide-alls .text p a{
	color:#da212d;
	display: block;
}
.navslide-alls .text p a:hover{
	text-decoration: underline;
}

.cooker-warps{
	height:1336px;
	padding:24px 0 0;
	background:url(../images/cooker-warps.jpg) no-repeat top center;
}
.cooker-lunbank{
	background:#e4e5e5;
}
.logo-cooker{
	height:124px;
	width:220px;
	text-align: center;
	display: flex;
	  justify-content: center;
	  align-items: center;
}
.cooker-lunbank h3{
	font-size:26px;
	color:#db2934;
	line-height:40px;
	margin-top:-10px;
}
.cooker-luntops{
	padding:12px 40px;
	position: relative;
	width: calc(100% - 220px);
}
.cooker-luntops:before{
	display: block;
	content:"";
	width:3px;
	height:92px;
	background:#ff7800;
	position: absolute;
	left: 0;
	top:50%;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.cooker-lunslide{
	height:102px;
	overflow: hidden;
	position: relative;
}
.cooker-lunslide ul li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cooker-lunslide ul{
	width:100%;
	position: absolute;
	left: 0;
	top:0;
	z-index: 99;
}
.cooker-lunslide ul li a{
	display: block;
	width:80%;
	font-size:18px;
	color:#5c5957;
	line-height:34px;
	 white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.cooker-lunslide ul li span{
	display: block;
	/*width:155px;*/
	font-size:18px;
	color:#5c5957;
	line-height:34px;
}
.cooker-lunslide ul li:hover a{
	color:#dd313c;
}
.cooker-lunslide ul li:hover span{
	color:#dd313c;
}

.Referral-cnoter{
	padding:60px 0 0;
}
.cooker-title{
	text-align: center;
	position: relative;
	padding:18px 0;
}
.cooker-title h3{
	font-size:36px;
	color:#151515;
	line-height:70px;
}
.cooker-title p{
	font-size:16px;
	color:#585858;
	line-height:30px;
}
.Referral-title{
	height:61px;
	text-align: center;
	background:url(../images/Referral-title.png) no-repeat top center;
}
.Referral-title h3{
	font-size:30px;
	color:#fff;
	line-height:60px;
	background:url(../images/xian-2.png) no-repeat center;
}
.Referral-listy{
	padding:20px 8px 0;
	margin:10px 0;
	background:#fff;
	border:1px solid #b3b3b3;
}
.Referral-listy ul li{
	float: left;
	width:25%;
	padding:0 6px;
}
.Referral-listy ul li .text{
	text-align: center;
	height:76px;
	display: flex;
	  justify-content: center;
	  align-items: center;
}
.Referral-listy ul li .text p{
	font-size:18px;
	color:#393939;
	padding-left:25px;
	background:url(../images/hot.png) no-repeat left center;
}
.Referral-listy ul li:hover .text p{
	color:#da212d;
}

.quality-lefts{
	width:795px;
}
.quality-title{
	height:61px;
	padding:0 18px 0 10px;
	background:url(../images/quality-title.png) no-repeat left top;
}
.quality-title h3{
	font-size:24px;
	color:#ffffff;
	color:#fff;
	padding-left:14px;
	border-left:4px solid #fff;
}
.quality-title a{
	display: block;
	color:#fff;
	font-size:16px;
	padding-right:22px;
	background:url(../images/more-2.png) no-repeat right center;
}
.quality-title a:hover{
	text-decoration: underline;
}
.quality-listy{
	background:#fff;
	padding:20px 15px 10px;
	border:1px solid #b3b3b3;
	border-top: none
}
.quality-listy ul li{
	float: left;
	padding:0 15px;
	text-align: center;
}
.quality-listy ul li .text{
	height:66px;
		display: flex;
		  justify-content: center;
		  align-items: center;
}
.quality-listy ul li .text p{
	font-size:18px;
	color:#393939;
}
.quality-listy ul li:hover .text p{
	color:#da212d;
}
.quality-rights{
	width: 396px;
	background:#fff;
}
.method-swiper{
	background:#fff;
	height:320px;
	padding:18px 26px 0;
	border:1px solid #b3b3b3;
	border-top: none;
}
.method-slide p{
	font-size:18px;
	color:#393939;
	line-height:46px;
	text-align: center;
}
.method-swiper .swiper-container{
	padding-bottom:10px;
}
.method-swiper .swiper-pagination{
	bottom:0;
}
.method-swiper .swiper-pagination .swiper-pagination-bullet{
	margin:0 6px;
	height:13px;
	width:13px;
	background:#fff;
	border:1px solid #b4b4b4;
	opacity:1;
}
.method-swiper .swiper-pagination .swiper-pagination-bullet-active{
	background:#da212d;
	border-color:#e7acb0;
}

.regards-warps{
	height:844px;
	background:url(../images/regards-bg.jpg) no-repeat top center;
}

.cooker-title.xian{
	/*padding-bottom:30px;*/
	background:url(../images/xian-1.png) no-repeat bottom center;
}

.regards-flex{
	background:#fff;
	margin-top:60px;
}
.regards-flex .Img{
	width:50%;
}
.regards-flex .text{
	width:50%;
	padding:45px 50px 0 40px;
}
.regards-flex .text p{
	font-size:16px;
	color:#585858;
	line-height:26px;
	text-align: justify;
	padding-bottom:18px;
}
.regards-flex .text .btn a{
	display: inline-block;
	width:178px;
	line-height:40px;
	font-size:18px;
	color:#fff;
	background:#da212d;
	border-radius:30px;
	text-align: center;
}
.regards-flex .text .btn a:hover{
	text-decoration: underline;
}

.Newbaner{
	padding:50px 0 0;
	height:1198px;
	background:url(../images/Newbaner.jpg) no-repeat top center;
}

.News_center{
	background:#fff;
	padding:40px 20px;
	border-radius:15px;
	margin:40px 0;
}
.Newswiper{
	width: 547px;
}
.Newswiper .swiper-pagination{
	text-align: right;
	padding:0 12px;
}
.Newswiper .swiper-pagination .swiper-pagination-bullet{
	width:24px;
	line-height:24px;
	opacity: 1;
	background:#fff;
	text-align: center;
	border-radius:0;
	height:24px;
	color:#494949;
	font-size:18px;
}
.Newswiper .swiper-pagination .swiper-pagination-bullet-active{
	background:#da212d;
	color:#fff;
}
.News_topright{
	width:580px;
	border-top:1px dashed #d7d7d7;
}
.News_topright ul li{
	height: 186px;
	padding:25px 14px;
	border-bottom:1px dashed #d7d7d7;
	cursor: pointer;
}
.News-listy .text{
	height:105px;
	overflow: hidden;
}
.News-listy .text h3{
	font-size:24px;
	color:#474747;
	line-height:40px;
	 white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:10px;
}
.News-listy .text p{
	font-size:16px;
	color:#979797;
	line-height:20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
.News-listy .flex-L span{
	display: inline-block;
	color:#979797;
	font-size:16px;
}
.News-listy .flex-L a{
	display: inline-block;
	color:#979797;
	font-size:16px;
}
.News_topright ul li:hover {
	background:#f7eaeb;
}
.News_topright ul li:hover .News-listy .text h3{color:#da212d;}
.News_topright ul li:hover .News-listy .flex-L a{color:#da212d;}

.measure-listy{
	margin-top:28px;
	border-top:1px solid #b4b4b4;
}
.measure-listy ul li a{
	display: flex;
	padding:25px 18px;
	border-bottom:1px solid #b4b4b4;
}
.measure-listy ul li .tabel h3{
	font-size:18px;
	text-align: center;
	color:#fff;
	line-height:60px;
	background:#b4b4b4;
	margin-bottom:4px;
}
.measure-listy ul li .tabel{
	width:110px;
	border-bottom:10px solid #b4b4b4;
}
.measure-listy ul li .text{
	width:calc(100% - 110px);
	padding-left: 26px;
}
.measure-listy ul li .text h3{
	font-size:24px;
	color:#474747;
	line-height:32px;
	margin-bottom:5px;
	 white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.measure-listy ul li .text p{
	font-size:16px;
	color:#979797;
	line-height:20px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
.measure-listy ul li:hover .tabel{
	border-color:#da212d;
}
.measure-listy ul li:hover .tabel h3{
	background:#da212d;
}
.measure-listy ul li:hover .text h3{
	color:#da212d;
}
.measure-listy ul li:hover .text p{
	color:#ea6133;
}

.Nwes-morebtn{
	text-align: center;
}
.Nwes-morebtn a{
	display: inline-block;
    width: 178px;
    line-height: 40px;
    font-size: 18px;
    color: #da212d;
    border:1px solid  #da212d;
    border-radius: 30px;
    text-align: center;
}
.Nwes-morebtn a:hover{
	text-decoration: underline;
}

.Shops-center{
	padding:15px 0;
	background:#da212d;
}

.Shops-listy ul li{
	width:230px;
	background:#ffffff;
	margin:0 24px;
}
.Shops-listy ul li a{
	height:68px;
	display: flex;
	  justify-content: center;
	  align-items: center;
}
.Shops-listy ul li .text{
	padding-left:12px;
}
.Shops-listy ul li .text h3{
	font-size:20px;
	color:#595959;
}
.Shops-listy ul li .text p{
	font-size:16px;
	color:#7f7f7f;
}
.Shops-listy ul li:hover .text h3{
	color:#da212d;
}

.footer{
	background:#e1e1e1;
}

.footer-top{
	padding:45px 0;
}

.footer-listy {  
width: 365px;

}
.footer-listy ul li{
	float: left;
	/*margin-right:60px;*/
}
.footer-listy ul li .links{
	width:125px;
}
.footer-listy ul li+li{
	padding-left:40px;
	border-left:1px solid #cacaca;
}
.footer-listy ul li h3{
	font-size:18px;
	color:#4f4f4f;
	margin-bottom:15px;
}
.footer-listy ul li .links p a{
	display: inline-block;
	font-size:16px;
	color:#4f4f4f;
	line-height:30px;
}
.footer-listy ul li .links p a:hover{
	text-decoration: underline;
}


.footer-ewm {
	 
	 
	}

.footer-tells {
	margin-left: 112px;
	width: 330px;
	
	}

.footer-tells .tops{
	padding-left:80px;
	background:url(../images/fotell.png) no-repeat left center;
	margin-bottom:18px;
}
.footer-tells .tops h3{
	font-size:18px;
	color:#4f4f4f;
	line-height:26px;
}
.footer-tells .tops p{
	font-size:30px;
	color:#da212d;
	line-height:40px;
}
.footer-tells .adress p{
	font-size:18px;
	color:#4f4f4f;
	line-height:32px;
}
.copyright{
	text-align: center;
	background:#535353;
}
.copyright p{
	line-height:38px;
	color:#949494;
}

.copyright a{
	
	color:##949494;
}




.banner-Model{
	height:320px;
	background:url(../images/banner-Model.jpg) no-repeat top center;
	width:100%;
}

.banner-cp-1{
	height:320px;
	background:url(../images/banner-cp-1.jpg) no-repeat top center;
	width:100%;
}
.banner-cp-2{
	height:320px;
	background:url(../images/banner-cp-2.jpg) no-repeat top center;
	width:100%;
}

.banner-cp-3{
	height:320px;
	background:url(../images/banner-cp-3.jpg) no-repeat top center;
	width:100%;
}


.banner-cp-4{
	height:320px;
	background:url(../images/banner-cp-4.jpg) no-repeat top center;
	width:100%;
}

.banner-cp-567{
	height:320px;
	background:url(../images/banner-cp-567.jpg) no-repeat top center;
	width:100%;
}


.banner-cp-8{
	height:320px;
	background:url(../images/banner-cp-8.jpg) no-repeat top center;
	width:100%;
}

.banner-cp-9{
	height:320px;
	background:url(../images/banner-cp-9.jpg) no-repeat top center;
	width:100%;
}













.banner-navslide.active{
	display: none;
}

.header-banner.white{
	background:#fff;
	border-top:1px solid #d7d7d7;
}
.header-banner.white .header-nav>ul>li>a{
	color:#424242;
}
.header-banner.white .header-nav>ul>li:hover>a{
	color:#fff;
}

.location-navct{
	padding:12px 0 0;
	line-height:46px;
	color:#6a6a6a;
	font-size:16px;
	margin-bottom:25px;
	border-bottom:1px solid #d7d7d7;
}
.location-navct a{
	display: inline-block;
	line-height:46px;
	color:#6a6a6a;
	font-size:16px;
}
.location-navlisty ul{
	border-left:1px solid #d7d7d7;
}
.location-navlisty ul li{
	float: left;
	width:11%;
	text-align: center;
	position: relative;
	border:1px solid #d7d7d7;
	border-left: none;
}
.location-navlisty ul li a{
	display: block;
	font-size:18px;
	color:#626262;
	line-height:64px;
}
.location-navlisty ul li:hover a{
	color:#da212d;
}
.location-navlisty ul li:hover:after{
	display: block;
	content:"";
	width:100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
	height: 8px;
	background:#da212d;
}
.location-navlisty{
	padding-bottom:35px;
}
.location-cplisty ul{
	margin:0 -7px;
}
.location-cplisty ul li{
	float: left;
	width:25%;
	text-align: center;
	padding:30px 7px;
	cursor: pointer;
}
.location-setmnal{
	height:402px;
	border:1px solid #d7d7d7;
	background:#fff;
	padding:7px;
}
.location-contsr{
	padding:15px 0 0;
	background:#f4f4f4;
}
.location-cplisty ul li .location-setmnal:hover{
	border-color: #da212d;
}

.location-setmnal .text{
	padding:25px 0 0;
}
.location-setmnal .text h3{
	font-size:17px;
	color:#626262;
	line-height:28px;
	width: 256px;
    display: inline-block;
}
.location-setmnal .text p a{
	display: inline-block;
	font-size:16px;
	color:#939393;
	line-height:22px;
	border:1px solid #d7d7d7;
	padding:0 6px;
}
.location-setmnal .text p  {
	display: inline-block;
	padding-top:10px;
	 
	 
}




.location-cplisty ul li .location-setmnal:hover .text h3{
	color:#da212d;
}
.location-cplisty ul li .location-setmnal:hover .text p a{
	color:#da212d;
	border-color:#da212d;
}

.paging-nextbtn{
	padding:40px 0;
	display: flex;
	  justify-content: center;
	  align-items: center;
}
.paging-nextbtn span{
	display: inline-block;
	width:34px;
	height:34px;
	line-height:34px;
	margin:0 1px;
	cursor: pointer;
}
.paging-nextbtn a{
	display: inline-block;
	width:34px;
	height:34px;
	line-height:34px;
	margin:0 1px;
	background:#fff;
	text-align: center;
	font-size:18px;
}
.paging-nextbtn a.active{
	background:#da212d;
	color:#fff;
}
.paging-nextbtn span.prev{background:#fff url(../images/btn-prev.png) no-repeat center;}
.paging-nextbtn span.next{background:#fff url(../images/btn-next.png) no-repeat center;}


.banner-new{
	height:320px; width:100%;
	background:url(../images/banner-new.jpg) no-repeat top center;
}

.Marine-cplisty ul li{
	background:#fff;
	padding:20px;
	margin-top:22px;
	cursor: pointer;
}
.Marine-slide .Img{
	width:300px;
}
.Marine-right{
	width: 820px;
	padding:10px 0;
}
.Marine-right .top h3{
	font-size:24px;
	line-height:40px;
	color:#3f3f3f;
	margin-bottom:10px;
		 white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
}
.Marine-right .top p{
	font-size:16px;
	color:#939393;
	text-align: justify;
}
.Marine-right .botms span{
	display: inline-block;
	font-size:16px;
	color:#939393;
	padding-right:25px;
}
.Marine-right .botms a{
	display: inline-block;
	font-size:16px;
	color:#939393;
}
.Marine-cplisty ul li:hover .Marine-right .top h3{color:#da212d;}
.Marine-cplisty ul li:hover .Marine-right .top p{color:#ea6133;}
.Marine-cplisty ul li:hover .Marine-right .botms a{color:#da212d;}
.Marine-cplisty ul li:hover{
	box-shadow:0px 0px 20px 0 #e7e7e7;
}





.banner-jj{
	height:320px; width:100%;
	background:url(../images/banner-jj.jpg) no-repeat top center;
}
.banner-hzhb{
	height:320px; width:100%;
	background:url(../images/banner-hzhb.jpg) no-repeat top center;
}

.banner-gcal{
	height:320px; width:100%;
	background:url(../images/banner-gcal.jpg) no-repeat top center;
}
.banner-job{
	height:320px; width:100%;
	background:url(../images/banner-job.jpg) no-repeat top center;
}
.banner-yxyfw{
	height:320px; width:100%;
	background:url(../images/banner-yxyfw.jpg) no-repeat top center;
}
.banner-lx{
	height:320px; width:100%;
	background:url(../images/banner-lx.jpg) no-repeat top center;
}