header {
	background: #1b1b1b;
}

.w2 {
	width: 1350px;
	margin: 0 auto;
}

.top {
	width:80%;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	margin: 0 auto;
}

.top h1 {
	color: #ea5405;
	font-size: 26px;
	font-weight: bold;
	margin-left: 15px;
	width: 25%;
}

.top p {
	font-size: 16px;
}

.nm1 {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100px;
}

.nm1 ul {
	width: 835px;
	display: flex;
	justify-content: space-between;
}

.nm1 ul li {
	font-size: 16px;

}
.nm1 ul li a{ display:block; padding:0px 12px;    width: max-content;}

/*鎼滅储鍜岀儹闂ㄦ悳绱�*/
.hotSearch a {
	margin-right: 6px;
}

#formsearch input {
	height: 22px;
	background: #fff;
	border: 1px solid #c8c8c8;
	line-height: 22px;
}

#formsearch input#keyword {
	height: 22px;
	line-height: 22px;
	padding-left: 4px;
	color: #666;
}

#formsearch input#s_btn {
	width: 46px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #c7000b;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 12px;
}

.ss {
	position: relative;



}

.ss #formsearch {
	position: absolute;
	top: 60px;
	right: -0;
	display: none;
	z-index: 999;
	line-height: 22px;
	width: 226px;
}

.nm1-1 {
	width: 155px;
	display: flex;
	justify-content: space-between;
}

.nm1-2 {
	width: 104px;
	height: 30px;
	background: #eeeeee;
	color: #333333;
	display: flex;
	align-items: center;
	border-radius: 25px;
	font-size: 12px;
}

.nm1-2 a:nth-child(1) {
	display: block;
	width: 52px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: #7d7d7d;
	border-radius: 25px;
}



.example {
	width: 100%;
	height: 700px;
	text-align: center;
}
@media (max-width: 1600px)  {.example {height: 650px;}}
@media (max-width: 1500px)  {.example {height: 600px;}}
@media (max-width: 1400px)  {.example {height: 550px;}}
@media (max-width: 1300px)  {.example {height: 500px;}}
@media (max-width: 1200px)  {.example {height: 450px;}}
.nm1.w2 li:hover a{color:#ea5405;}
.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 73px;
	height: 13px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 5px;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 105px;
	background: url(../images/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 105px;
	background: url(../images/next.png) no-repeat;
}


.nm2 {
	height: 850px;
	padding-top: 75px;
}

.nm2 h1 {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}

.nm2 hr {
	width: 43px;
	height: 4px;
	border: 0;
	margin: 17px auto 0;
	background: #ea5405;
	margin-top: 17px;
}


.example2 {
	width: 1350px;
	height: 610px;
	margin: 46px auto 0;
}

.ft-carousel2 {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel2 .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel2 .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}



.ft-carousel2 .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
	font-size: 0;
}



.ft-carousel2 .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel2 .carousel-prev-btn {
	left: 0px;
	background: url(../images/prev1.png) no-repeat;
}

.ft-carousel2 .carousel-prev-btn:hover {
	background: url(../images/prev1-h.png) no-repeat;
}

.ft-carousel2 .carousel-next-btn {
	right: 0px;
	background: url(../images/next1.png) no-repeat;
}

.ft-carousel2 .carousel-next-btn:hover {
	background: url(../images/next1-h.png) no-repeat;
}

.nm2-1 {
	width: 1192px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.nm2-1 li {
	width: 247px;
	height: 300px;
}
.nm2-1 li:hover a{ color:#ea5405}
.nm2-1 li:hover img{box-shadow: -2px 2px 5px #d8d6d6;}
.nm2-1 p {
	line-height: 50px;
	text-align: center;
	font-size: 16px;
}


.nm3 {
	height: 1280px;
	padding-top: 75px;
	background: url(../images/bj1.jpg)no-repeat;
}

.nm3 h1 {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.nm3 hr {
	width: 43px;
	height: 4px;
	border: 0;
	margin: 17px auto 0;
	background: #ea5405;
	margin-top: 17px;
}


.mt-tabpage {
	width: 1350px;
	margin: 30px auto;
}

.mt-tabpage-title {
	width: 870px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	line-height: 45px;
}

.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding:0px 5px;
}

.mt-tabpage-title .mt-tabpage-item img {
	width: 100%;
}

.mt-tabpage-title .mt-tabpage-item-cur {
	color: #ea5405;
}

.mt-tabpage-count {
	position: relative;
	width: 1350px;
	height: 960px;
	overflow: hidden;
}

.mt-tabpage-cont__wrap {
	position: absolute;
}

.mt-tabpage-count .mt-tabpage-item {
	width: 1350px;
	text-align: center;
}

.nm3-1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #fff;
	padding-top: 74px;
}

.nm3-1 li {
	width: 418px;
	height: 418px;
	margin-bottom: 45px;
	position: relative;
}


.nm3-1 .bj1 {
	display: block;
	opacity: 0;
	position: absolute;
	background: rgba(0, 0, 0, .8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}



.pbox {
	width: 378px;
	height: 382px;
	border: solid 2px #ffffff;
	margin: 20px 0 0 20px;
}

.pbox h2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	padding: 100px 0 0 0px;
}

.pbox h2 span {
	font-size: 14px;
	display: block;
	background: url(../images/ht.png) no-repeat top center;
	padding-top: 20px;
	margin-top: 20px;
}

.gd {
	width: 74px;
	height: 74px;
	background-color: #ea5405;
	border-radius: 50%;
	margin: 0 auto;
	color: #ffffff;
	font-size: 14px;
	margin-top: 40px;
	text-align: center;
	line-height: 74px;
}


.nm3-1 li:hover .bj1 {
	opacity: 1;
}

.nm4 {
	margin-top: 75px;
}

.nm4 h1 {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}

.nm4 hr {
	width: 43px;
	height: 4px;
	border: 0;
	margin: 17px auto 0;
	background: #ea5405;
	margin-top: 17px;
	margin-bottom: 50px;
}

.nm4-1 {
	width: 554px;
	height: 413px;
	overflow: hidden;

}

.nm4-1 img {
	transition: all .6s;
}

.nm4-1:hover img {
	transform: scale(1.1);
}

.nm4-2 {
	width: 730px;
	height: 413px;
	padding-top: 30px;
	color: #333333;
	position: relative;
}

.nm4-2 h1 {
	font-size: 32px;
	font-weight: 100;
	text-align: left;
}

.nm4-2 h2 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 55px;
	color: #666666;
}

.nm4-2 p {
	line-height: 36px;
	font-size: 16px;
}

.nm4-2 a {
	position: absolute;
	bottom: 20px;
	left: 0;
	display: block;
	width: 100px;
	height: 25px;
	background: url(../images/jt.png)no-repeat center;
}

.nm4-2 a:hover {
	background: url(../images/jt-h.png)no-repeat center;
}

.clear {
	clear: both
}

.gun {
	position: relative;
}


.product_list1 {
	margin-top: 82px;
}

.product_list1 li {
	float: left;
	margin-left: 36px;
	_display: inline;
}

.product_list1 li a.img {
	display: block;
}

.product_list1 li a.img img {
	width: 241px;
	height: 331px;
}

/*婊氬姩*/
#demo {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

#indemo {
	float: left;
	width: 800% !important;
}

#demo1 {
	float: left;
}

#demo2 {
	float: left;
}


.shu {
	height: 228px;
	background: url(../images/ht2.jpg) no-repeat top center;
	padding-top: 54px;
	margin-top: 80px;
}

.sul {
	display: flex;
	justify-content: space-between;
}

.sul li {
	width: 300px;
	text-align: center;
}

.sul hr {
	width: 37px;
	height: 4px;
	background: #fff;
	margin: 0 auto;
	border: 0;
	margin-top: 10px;
	margin-bottom: 28px;
}

.sul li div {
	display: flex;
	justify-content: center;
}

.sul li div i {
	font-style: unset;
	color: #fff;
	font-size: 20px;
	margin-left: 10px;
}

.sul li .counter {
	font-family: 'Tahoma';
	color: #fff;
	font-size: 60px;
	line-height: 40px;
	margin-bottom: 21px;
}

.sul li span {
	color: #fff;
	opacity: 0.6;
	font-size: 18px;
	line-height: 14px;
}



.nm5{
 height: 665px;
 padding-top: 75px;
 overflow: hidden;
}

.nm5 h1 {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	color: #333333;
}

.nm5 hr {
	width: 43px;
	height: 4px;
	border: 0;
	margin: 17px auto 0;
	background: #ea5405;
	margin-top: 17px;
}


.mt-tabpage2 {
	width: 1350px;
	margin: 30px auto;
}

.mt-tabpage-title2 {
	width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	line-height: 45px;
}

.mt-tabpage-title2 .mt-tabpage-item2 {
	display: inline-block;
	text-align: center;
	color: #333333;
	font-size: 18px;
}

.mt-tabpage-title2 .mt-tabpage-item2 img {
	width: 100%;
}

.mt-tabpage-titleq2 .mt-tabpage-item-cur {
	color: #ea5405;
}

.mt-tabpage-countq2 {
	position: relative;
	width: 1350px;
	height: 960px;
	overflow: hidden;
}

.mt-tabpage-cont__wrap2 {
	position: absolute;
}

.mt-tabpage-countq2 .mt-tabpage-item2 {
	width: 1350px;
	text-align: center;
}


.nm5-1 {
	display: flex;
	justify-content: center;
}

.nm5-1 li {
	display: inline;
	width: 17%;
	text-decoration: none;
	padding: 15px;
	text-align: center;
	font-size: 18px;
	cursor:pointer;
}

.act {
	color: #ea5405;
}

.nm5-1 li:hover {
	color: #ea5405;
}

#container {
	border-top: 1px solid #dcdcdc;
	margin-top: 20px;
}

.example3 {
	width: 1350px;
	height: 372px;
	margin: 46px auto 0;
}

.ft-carousel3 {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel3 .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel3 .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}



.ft-carousel3 .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
	font-size: 0;
}



.ft-carousel3 .carousel-btn {
	position: absolute;
	top: 50%;
	width: 52px;
	height: 52px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel3 .carousel-prev-btn {
	left: 0px;
	background: url(../images/prev2.png) no-repeat;
}

.ft-carousel3 .carousel-prev-btn:hover {
	background: url(../images/prev2-h.png) no-repeat;
}

.ft-carousel3 .carousel-next-btn {
	right: 0px;
	background: url(../images/next2.png) no-repeat;
}

.ft-carousel3 .carousel-next-btn:hover {
	background: url(../images/next2-h.png) no-repeat;
}

.nm5-1a {
	width: 1350px;
	height: 371px;
	background: url(../images/dtbj1.png)no-repeat center top;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 10px 82px 0;
}

.nm5-1a li {
	width: 348px;
	height: 300px;
}

.nm5-1a p {
	line-height: 50px;
	text-align: center;
	font-size: 16px;
}

.nm5-1a-1 {
	width: 348px;
	height: 313px;
	overflow: hidden;
}

.nm5-1a-1 img {
	transition: all .6s;
}

.nm5-1a li:hover p {
	color: #ea5405;
}

.nm5-1a-1:hover img {
	transform: scale(1.1);
}

.nm6 {
	height: 725px;
	background: #f8f8f8;
	padding-top: 75px;
}

.nm6-1 {
	width: 660px;

}

.nm6-1 h1 {
	font-size: 26px;
	color: #333333;
	width: 100%;
	border-bottom: 2px solid #dddddd;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 5px;
}

.nm6-1 h1 a {
	float: right;
	color: #666666;
	font-size: 18px;
	font-weight: 100;
}

.nm6-1 h1 a:hover {
	color: #ea5405;
}

.nm6-1a {
	margin-top: 27px;
}

.nm6-1a h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 70px;
	color: #333333;
}

.nm6-1a p {
	color: #666666;
	font-size: 16px;
	font-weight: 600;
}

.nm6-2 {
	width: 660px;

}

.nm6-2 h1 {
	font-size: 26px;
	color: #333333;
	width: 100%;
	border-bottom: 2px solid #dddddd;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 5px;
}

.nm6-2 h1 a {
	float: right;
	color: #666666;
	font-size: 18px;
	font-weight: 100;
}

.nm6-2 h1 a:hover {
	color: #ea5405;
}

.nm6-2a {
	overflow: hidden;
	position: relative;
	height: 495px !important;
	margin-top: 40px;
}

.nm6-2a ul {
	position: absolute;
	margin: 0pt;
	padding: 0pt;
	top: 0px;
}

.nm6-2a ul li {
	height: 142px;
	background: url(../images/xt1.png)no-repeat;
	padding-left: 30px !important;
	position: relative;
	margin-bottom: 40px !important;
}



.nm6-2a ul li h2 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 30px;
	font-weight: 600;
}

.nm6-2a ul li:hover h2 {
	color: #ff964d;
}

.nm6-2a ul li p {
	color: #666666;
	font-size: 16px;
	font-weight: 600;
}

.nm6-2a ul li hr {
	position: absolute;
	bottom: 1px;
	width: 100%;
	height: 2px;
	border: 0;
	display: block;
	background: #d6d6d6;
}

.nm7 {
	background: #1b1b1b;
}

.nm7-1 {
	display: block;
	height: 4px;
	width: 100%;
	background: #ea5405;
	border: 0;
}

.nm7-2 {

	overflow: hidden;
}

.nm7-2a {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	height: 300px;
}

.nm7-2a-1 {
	width: 490px;
	height: 220px;
	padding-top: 5px;
	border-right: 1px solid #767676;
}

.nm7-2a-1 h1 {
	font-size: 18px;
	color: #ffffff;
}

.nm7-2a-1 hr {
	width: 39px;
	height: 4px;
	border: 0;
	background: #ea5405;
	margin-top: 10px;
	margin-bottom: 20px;
}

.nm7-2a-1 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.nm7-2a-1 ul li {
	width: 50%;
	margin-bottom: 15px;
}

.nm7-2a-1 ul li a {
	color: #c6c6c6;
	font-size: 16px;
}

.nm7-2a-1 ul li:hover a {
	color: #ea5405;
}

.nm7-2a-2 {
	width: 610px;
	height: 220px;
	padding-top: 5px;
	border-right: 1px solid #767676;
	margin-left:20px;
}

.nm7-2a-2 a:hover{color:#ea5405!important}

.nm7-2a-2 h1 {
	font-size: 18px;
	color: #ffffff;
}

.nm7-2a-2 hr {
	width: 39px;
	height: 4px;
	border: 0;
	background: #ea5405;
	margin-top: 10px;
	margin-bottom: 20px;
}

.nm7-2a-2 p {
	color: #c6c6c6;
	font-size: 16px;
	line-height: 28px;
}


.nm7-2a-3 {
	width: 300px;
	height: 220px;
	padding-top: 5px;
	margin-left: 70px;
}

.nm7-2a-3 h1 {
	font-size: 18px;
	color: #ffffff;
}

.nm7-2a-3 hr {
	width: 39px;
	height: 4px;
	border: 0;
	background: #ea5405;
	margin-top: 10px;
	margin-bottom: 20px;
}

.nm7-2a-3 ul {
	display: flex;
	justify-content: space-between;
}

.nm7-2a-3 ul li p {
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.nm7-3 {
	width: 100%;
	height: 1px;
	border: 0;
	background: #575757;
}

.nm7-4 {
	
	position: relative;

}

.nm7-4 p {
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	opacity: 0.48;
	width: 85%;
}

.nm7-4a {
	position: absolute;
	right: 84px;
	top: 30%;
	width: 86px;
	display: flex;
	justify-content: space-between;
}


.age-tips {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.age-tips .box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 340px;
	margin: -200px 0 0 -360px;
	background-color: #f1f1f1;
	text-align: center;
	box-sizing: border-box;
	border-radius: 20px;
	overflow: hidden;
}
.age-tips .box1{
	height: 212px;
	background: #fff;
	padding-top: 76px;
}
.age-tips .box1 .box1b {
	display: flex;
	justify-content: center;
	
	
}

.age-tips .box1 h1 {
	color: #39b379;
	font-size: 32px;
	font-weight: bold;
	margin-left: 10px;
}

.age-tips .box1 .box1a{
	width: 100%;
}
.age-tips .box1  p{
	font-size: 14px;
	color: #ea5405;
	margin-bottom: 18px;
}

.age-tips .box i {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 36px;
	height: 36px;
	background: url(../images/close.png) no-repeat;
	cursor: pointer;
}

.age-tips .box img {
	margin-bottom: 35px;
}

.age-tips .box p {
	color: #ff6b00;
	font-family: "Gotham-Light";
}

.age-tips .box p em {
	color: #fff;
}

.age-tips .box .warning {
	margin-top: 20px;
	font-size: 16px;
	font-family: "Gotham-Medium";
}

.age-tips .box .btn {
	margin: 30px 0;
	display: flex;
    justify-content: space-evenly;
}

.age-tips .box .btn span {
	display: inline-block;
	
	width: 190px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	cursor: pointer;
	transition: all .5s;
}
#adult{
	color: #fff;
	background: #39b379;
}
#minor{
	color: #333333;
	background: #fff;
	border: 1px solid #333333;
}

.age-tips .box .btn span:hover {
	border-color: #ff6b00;
	color: #fff;
}