.header{
	position: relative;
	height: 60px;
	background: #333;
	width: 100%;
}
.logo img{
	height: 60px;
	display: block;
}
.menu{
	display: none;
	height: 60px;
	width: 30px;
	position: absolute;
	right: 30px;
	top: 0px;
}
.menu i{
	transition: all 0.4s;
	position: relative;
	width: 30px;
	height: 3px;
	margin-top: 30px;
	background: #1b75bc;
	display: block;
}
.menu i:before,
.menu i:after{
	position: relative;
	content: "";
	width: 100%;
	height: 100%;
	top: -10px;
	background: #1b75bc;
	display: block;
	transition: all 0.4s;
}
.menu i:after{
	top: unset;
	bottom: -8px;
}
.close i:before {
    top: -6px;
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}
.close i:after {
    top: -6px;
    -webkit-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}
.close i{
	background: transparent;
}
.nav ul li{
	cursor: pointer;
	float: left;
	width: 150px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 60px;
}
.nav ul li a{
	display: block;
}
.nav ul li.active,
.nav ul li:hover{
	color: #999;
}
.erji{
	display: block;
	/*position: absolute;*/
	background: #4A4A4A;
	height: 40px;
	width: 100%;
	left: 0;
	z-index: 9999;
}
.erji dl{
	text-align: left;
	padding-left: 150px;
}
.erji dd{
	color: #fff;
	display: inline-block;
	width: 150px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	vertical-align: top;
}
.erji dd a{
	display: block;
}
.erji dd:hover,
.erji dd.active{
	color: #999;
}
.banner img{
	width: 100%;
}
.banner .pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 100%;
	display: inline-block;
	margin: 0 8px;
	opacity: 0.3;
}
.banner .pagination .swiper-pagination-bullet-active{
	opacity: 1;
	background-color: #fff;
}
.banner .pagination{
	bottom: 30px;
	text-align: center;
}
.footer{
	background: #404040;
	padding: 80px 0 30px;
}
.fot_logo{
	margin-left: 11%;
	margin-right: 120px;
}
.fot_logo img{
	height: 25px;
}
.fot_nav {
	margin-right: 120px;
    margin-top: 6px;
    color: #fff;
}
.fot_nav h3{
	font-style: italic;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 20px;
}
.fot_nav dl dd{
	font-size: 14px;
	line-height: 16px;
	color: #757575;
	margin-bottom: 20px;
	font-style: italic;
}
.fot_phone{
	color: #fff;
}
.fot_phone img{
	height: 30px;
	display: inline-block;
	vertical-align: top;
}
.fot_phone .text{
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
}
.fot_phone .text p{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 22px;
}
.fot_cop{
	font-size: 12px;
	color: #757575;
	line-height: 17px;
	text-align: center;
	margin-top: 100px;
}
.about_banner img{
	width: 100%;
	display: block;
}
.overview{
	padding: 60px 0 0;
}
.overview_text{
	margin-bottom: 70px;
}
.overview_text h3{
	text-align: center;
	font-size: 48px;
	font-weight: 800;
	color: #333333;
	line-height: 56px;
	margin-bottom: 30px;
}
.overview_text .txt{
	text-align: center;
	letter-spacing: 0.4px;
	width: 880px;
	margin: auto;
	font-size: 18px;
	font-weight: 500;
	color: #999;
	line-height: 26px;
}
.overview_list ul{
	margin: 0 -4px;
}
.overview_list ul li{
	margin-bottom: 58px;
	width: 584px;
	margin-right: 40px;
	float: left; 
}
.overview_list ul li:nth-child(2n){
	margin-right: 0;
}
.overview_list ul li h3{
	font-size: 20px;
	font-weight: 800;
	color: #333333;
	line-height: 30px;
	margin-bottom: 16px;
}
.overview_list ul li .txt,
.overview_list ul li .txt *{
	font-size: 18px;
	font-weight: 500;
	color: #999;
	line-height: 26px;
}
.advantages{
	padding: 97px 0 74px;
}
.advantages p{
	font-size: 54px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	line-height: 69px;
	margin-left: 100px;
	position: relative;
	display: inline-block;
}
.advantages p:before{
	position: absolute;
	content: "";
	background: url(../images/circles1.png)no-repeat center;
	background-size: 100% 100%;
	left: -48px;
    top: -36px;
	width: 108px;
	height: 108px;
}
.advantages_list{
	background: #f7f7f8;
	padding: 70px 0 20px;
}
.advantages_list ul li{
	margin-bottom: 50px;
	width: 378px;
	float: left;
	margin-right: 32px;
}
.advantages_list ul li:nth-child(3n){
	margin-right: 0;
}
.advantages_list ul li h3{
	font-weight: 800;
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 16px;
}
.advantages_list ul li .txt,
.advantages_list ul li .txt *{
	font-size: 18px;
	font-weight: 500;
	color: #999;
	line-height: 26px;
}
.details{
	padding: 110px 0 70px;
}
.details p{
	position: relative;
	font-size: 54px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	line-height: 69px;
	margin-left: 54px;
	margin-bottom: 80px;
}
.details p:before{
	position: absolute;
	content: "";
	background: url(../images/circles.png)no-repeat center;
	background-size: 100% 100%;
	left: -48px;
    top: -36px;
	width: 108px;
	height: 108px;
}
.details_text ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 160px;
}
.details_text ul li:last-child{
	margin-right: 0;
}
.details_text ul li h3{
	font-size: 20px;
	font-weight: 800;
	color: #333333;
	line-height: 30px;
	margin-bottom: 16px;
}
.details_text ul li h4{
	font-size: 18px;
	line-height: 26px;
	color: #999;
}
.details_logo img{
	height: 40px;
	margin-top: 15px;
}
.page_main{
	background: #F7F7F8;
}
.page_main .centerBox{
	padding: 56px 103px 56px 65px;
	background: #fff;
}
.page_left{
	width: 37.4%;
}
.page_left ul li{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 50px;
	text-transform: lowercase;
}
.page_left ul li:first-letter{
	text-transform:capitalize;
}
.page_left ul li span{
	margin-right: 6px;
}
.page_left ul li img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.page_left ul li.active{
	position: relative;
	font-size: 36px;
	line-height: 46px;
	font-weight: 800;
	font-style: italic;
}
.page_left ul li.active:before{
	position: absolute;
	content: "";
	background: url(../images/circles.png)no-repeat center;
	background-size: 100% 100%;
	left: -30px;
    top: -20px;
    width: 72px;
    height: 72px;
}
.page_right{
	width: 62.6%;
}
.page_right h3{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}
.page_right .txt,
.page_right .txt *{
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.5px;
}
.pro_main{
	padding: 40px 0 70px;
	background: #F7F7F8;
}
.pro_nav{
	width: 22.9%;
}
.pro_nav ul li{
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
}
.pro_nav ul li h3{
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 30px;
	cursor: pointer;
}
.pro_nav ul li h3 img{
	margin-left: 16px;
	display: inline-block;
	vertical-align: middle;
}
.pro_nav ul li h3 img.on{
	transform: rotate(180deg);
}
.pro_nav ul li dl{
	margin-left: 30px;
	padding-bottom: 10px;
}
.pro_nav ul li dd{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 24px;
}
.pro_right{
	width: 74.3%;
}
.pro_right h3{
	font-size: 14px;
	line-height: 44px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}
.pro_list ul{
	font-size: 0;
}
.pro_list ul li{
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width: 30.8%;
	margin-right: 3.8%;
	margin-bottom: 33px;
	padding: 40px 0;
}
.pro_list ul li:nth-child(3n){
	margin-right: 0;
}
.pro_list ul li .img{
	width: 90%;
	margin: auto;
	height: 135px;
	margin-bottom: 47px;
}
.pro_list ul li .img img{
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.pro_list ul li p{
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	font-weight: 500;
}
#pages {
	text-align: -webkit-right;
	font-size: 14px;
	height: 30px;
	margin:30px auto 0;
	color: #333;
}
#pages a { 
	margin:0 5px;
	display:inline-block;
	height:30px; 
	line-height:30px;
	/*background:#fff;*/
    /*border:1px solid #e3e3e3;*/
	text-align:center;
	color:#333; 
	padding:0 10px;
}
#pages a.a1 { 
	padding:0 10px;
	display: inline-block;
	vertical-align: top;
}
#pages a.a1:first-child{
	background: url(../images/zuo.png)no-repeat center;
	background-size: 100%;
	font-size: 0;
	border: 0;
}
#pages a.a1:last-child{
	background: url(../images/you.png)no-repeat center;
	background-size: 100%;
	font-size: 0;
	border: 0;
}
#pages a:hover { 
	/*background:#1b75bc; */
	color:#1b75bc; 
	/*border: 1px solid #1b75bc;*/
	text-decoration:underline; 
}
#pages span { 
	margin: 0 5px;
	display:inline-block; 
	height:30px; 
	line-height:30px; 
	/*background:#1b75bc; */
	/*border:1px solid #1b75bc; */
	color:#1b75bc; 
	text-decoration:underline; 
	text-align:center;
	padding:0 10px;
}
.page .noPage { 
	display:inline-block; 
	width:48px; 
	height:30px; 
	line-height:30px; 
	border:1px solid #e3e3e3; 
	text-align:center; 
	color:#a4a4a4; 
}
.pro_show{
	background: #f7f7f8;
}
.site{
	padding-top: 30px;
	margin-bottom: 20px;
}
.site a{
	font-size: 16px;
	line-height: 16px;
}
.pro_images{
	width: 48.6%;
}
.pro_text{
	background: #fff;
	padding: 60px 44px 24px 44px; 
	width: 49.5%;
}
.pro_zutu{
	height: 480px;
}
.pro_zutu img{
	width: 100%;
	height: 100%;
}
.gallery-thumbs{
	height: 100%;
	width: 14%;
}
.gallery-thumbs .swiper-slide{
	background: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gallery-thumbs .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
}
.gallery-top{
	width: 83%;
	height: 100%;
}
.gallery-top .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.gallery-top .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
}
.pro_text h3{
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 20px;
	font-style: italic;
}
.pro_text .txt,
.pro_text .txt *{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.pro_text h4{
	margin-top: 26px;
	font-size: 14px;
	line-height: 44px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	margin-bottom: 30px;
}
.gallery-top .pagination .swiper-pagination-bullet{
	width: 7px;
	height: 7px;
	margin: 0 6px;
	background: #c2c2c2;
	opacity: 0.35;
}
.gallery-top .pagination .swiper-pagination-bullet-active{
	opacity: 1;
	background: #333;
}
.pro_text ul {
	font-size: 0;
}
.pro_text ul li h5{
	/*font-size: 12px;*/
	line-height: 14px;
	/*color: #757575;*/
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 20px;
}
.pro_text ul li p{
	/*font-size: 20px;*/
	font-size: 12px;
	line-height: 24px;
	/*font-weight: bold;*/
	letter-spacing: -0.5px;
}
.pro_text ul li{
	margin-bottom: 34px;
	/* float: left; */
	width: 212px;
	margin-right: 40px;
	display: inline-block;
	vertical-align: top;
}
.pro_text ul li:nth-child(3n){
	/*margin-right: 0;*/
	/*white-space: nowrap;*/
}
.pro_text ul li .tagss span{
	width: 16px;
	height: 16px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 3.5px;
	margin-right: 14px;
	cursor: pointer;
}
.pro_text ul li .tagss span:after{
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	border: 1px solid #ddd;
	border-radius: 100%;
	top: -3.5px;
	left: -4px;
}
.pro_text ul li .tagss span.active:after{
	border: 1px solid #666;
}
.pro_top{
	margin-bottom: 20px!important;
}
.pro_qie{
	background: #fff;
	padding: 60px 0 50px;
}
.pro_w{
	width: 900px;
	margin: auto;
}
.pro_t{
	margin-bottom: 76px;
}
.pro_t ul{
	text-align: center;
}
.pro_t ul li{
	cursor: pointer;
	font-size: 18px;
	line-height: 26px;
	color: #999;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 10px;
	margin: 0 48px;
}
.pro_t ul li.active{
	border-bottom: 1px solid #202020;
	color: #333;
	font-weight: bold;
}
.pro_q .txt,.pro_q .txt *{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: -0.8px;
	color: #333;
}
.pro_q{
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	position: relative;
	display: none;
}
.pro_q:before{
	position: absolute;
	content: "";
	background: url(../images/circles.png)no-repeat center;
	background-size: 100% 100%;
	left: -30px;
    top: -20px;
    width: 72px;
    height: 72px;
}
.pro_xx{
	margin: 40px 0 0;
}
.pro_xx ul{
	text-align: center;
}
.pro_xx ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
}
.pro_xx ul li span{
	margin-left: 10px;
	color: #999;
}
.pro_nr img{
	max-width: 100%;
	height: auto!important;
	display: block;
	margin: auto;
}
.pro_menu{
	display: none;
}
.index{
	background: #f7f7f8;
}
.electronics{
	padding-top: 100px;
}
.index_title{
	padding-left: 46px;
	margin-bottom: 60px;
}
.index_title h3{
	float: left;
	position: relative;
	font-size: 54px;
	font-weight: bold;
	font-style: italic;
	line-height: 69px;
}
.index_title h3 span{
	font-size: 20px;
	line-height: 28px;
	color: #999;
	font-weight: normal;
	display: block;
	font-style: normal;
	margin-left: 16px;
}
.index_title h3:before{
	position: absolute;
	content: "";
	background: url(../images/circles.png)no-repeat center;
	background-size: 100% 100%;
	left: -40px;
    top: -36px;
	width: 108px;
	height: 108px;
}
.index_title img{
	float: right;
	margin-top: 28px;
}
.electronics_list ul:nth-child(1){
	margin-bottom: -4.8%;
	width: 68%;
	float: left;
}
.electronics_list ul li{
	background: #fff;
	position: relative;
}
.electronics_list ul li .img{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.electronics_list ul li p{
	height: 84px;
	background: rgba(255, 255, 255, 0.8);
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.electronics_list ul li .img img{
	max-width: 100%;
	max-height: 100%;
}
.electronics_list ul:nth-child(1) li{
	width: 46.5%;
	margin-right: 3.5%;
	float: left;
	margin-bottom: 4.8%;
}
.electronics_list ul:nth-child(2){
	width: 32%;
	float: left;
}
.electronics_list ul:nth-child(2) li{
	width: 100%;
}
.kitchen{
	padding-top: 100px;
}
.kitchen .electronics_list ul{
	margin-bottom: 0;
	width: 100%;
}
.kitchen .electronics_list ul li{
	margin-bottom: 30px;
	width: 31.666%;
	margin-right: 2.5%;
}
.kitchen .electronics_list ul li:nth-child(3n){
	margin-right: 0;
}
.kitchen_swiper{
/*	padding: 53px 40px 70px 100px;*/
	min-height: 477px;
	background: #fff;
}
.kitchen_swiper .swiper-slide .img{
	width: 57%;
	height: 355px;
	margin: 52px 0 70px;
	background: #fff;
}
.kitchen_swiper .swiper-slide .img a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
.kitchen_swiper .swiper-slide .img img{
	max-width: 52%;
	max-height: 100%;
	margin: auto;
	display: block;
}
.kitchen_swiper .swiper-slide .text{
	background: #fff;
	width: 43%;
	min-height: 477px;
	display: flex;
	align-items: center;
	padding-left: 55px;
}
.kitchen_swiper .swiper-slide .text h3{	
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	line-height: 46px;
	margin-bottom: 26px;
}
.kitchen_swiper .swiper-slide .text .txt,
.kitchen_swiper .swiper-slide .text .txt *{
	font-size: 16px;
	font-weight: 500;
	color: #999;
	line-height: 24px;
}

.kitchen_swiper{
	position: relative;
}
.kitchen_swiper .prev{
	left: 8%;
}
.kitchen_swiper .next{
	right: 52%;
}
.kitchen_swiper .prev,
.kitchen_swiper .next{
	background: none;
	width: 28px;
	height: 28px;
	outline: none;
}
.kitchen_swiper .prev img,
.kitchen_swiper .next img{
	width: 100%;
	height: 100%;
}
.appliances{
	padding-top: 100px;
}
.review{
	padding-top: 80px;
	padding-bottom: 244px;
}
.review h3{
	font-size: 36px;
	line-height: 46px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 40px;
}
.review_swiper .swiper-slide{
	background: #fff;
	padding: 35px 30px 40px;
	min-height: 280px;
}
.review_text,
.review_text *{
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	color: #111;
	letter-spacing: -1.5px;
}
.review_text{
	margin-bottom: 40px;
}
.review_left img{
	width: 33px;
	height: 33px;
	border-radius: 100%;
	margin-right: 12px;
	display: inline-block;
	vertical-align: middle;
}
.review_left span{
	font-size: 14px;
	font-weight: bold;
	color: #111111;
	line-height: 24px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
.review_xx{
	margin-top: 3px;
}
.review_xx img{
	width: 18px;
	height: 18px;
}