@charset "utf-8";
/* CSS Document */
/*
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
*/
/* @font-face {
	font-family: "sy-r";
	src: url('../fonts/sy-r.otf') format('truetype');
}
@font-face {
	font-family: "sy-h";
	src: url('../fonts/sy-h.otf') format('truetype');
} */
#scrollsidebar{
	position: absolute;
	z-index: 999;
	top: 40%;
	background: url("../images/bg_sidebar.jpg") center no-repeat;
	background-size: cover;
	border-radius: 10px;
	width: 108px;
}
#scrollsidebar li{
	display: block;
	border-bottom: 1px solid #fbe494;
}
#scrollsidebar li a{
	color: #fbe494;
	display: block;
	padding: 19px 0;
	text-align: center;
	text-shadow: 3px 3px 5px #222;
}
#scrollsidebar li:last-child{
	border: none;
}
#scrollsidebar li .iconfont{
	font-size: 34px;
}
#scrollsidebar li p{
	font-size: 16px;
	line-height: 16px;
	margin: 8px 0 0 0;
}

.container{
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header{
	text-align: center;
	position: fixed;
	background: url(../images/bg_header.jpg);
	background-size: cover;
	width: 100%;
	z-index: 99999;
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.header1{
	line-height: 90px;
	font-size: 44px;
}
.header img{
	height: 110px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.header_1 img{
	height: 80px;
}

.menu{
	justify-content: center;
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 99999;
	left: 0;
	top: 110px;
	padding: 2px 0;
	box-shadow: 0 6px 6px rgba(0,0,0,.15);
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li{
	display: block;
	width: 15%;
	text-align: center;
	line-height: 56px;
	margin: 0 0 0 2%;
	position: relative;
	z-index: 1;
}
.menu li:last-child{
	margin: 0 2%;
}
.menu li .bj{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: url("../images/bg_menuli_2.png") center repeat-x;
	background-size: cover;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li .bj::before{
	width: 6px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	z-index: -1;
	background: url("../images/bg_menuli_1.png") #fff center no-repeat;
	background-size: cover;
}
.menu li .bj::after{
	width: 6px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	display: block;
	z-index: -1;
	background: url("../images/bg_menuli_1.png") #fff center no-repeat;
	background-size: cover;
}
.menu>li:hover>.bj,
.menu>li>ul>li:hover>.bj,
.menu>li.this>.bj{
	opacity: 1;
}
.menu li .bk{
	height: 40px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -21px;
	z-index: -1;
	opacity: 0;
	transform: scale(0);
	border-top: 1px solid #fbe494;
	border-bottom: 1px solid #fbe494;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li .bk::before{
	width: 5px;
	height: 42px;
	position: absolute;
	left: -5px;
	top: -1px;
	content: '';
	display: block;
	z-index: -1;
	background: url("../images/bg_menuli_3.png") center no-repeat;
	background-size: contain;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li .bk::after{
	width: 5px;
	height: 42px;
	position: absolute;
	right: -5px;
	top: -1px;
	content: '';
	display: block;
	z-index: -1;
	background: url("../images/bg_menuli_3.png") center no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.menu>li>ul>li:hover>.bk,
.menu>li:hover>.bk,
.menu>li.this>.bk{
	opacity: 1;
	transform: scale(1);
}
.menu li a{
	display: block;
	font-size: 20px;
	color: #222;
	font-family: "sy-r";
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu>li>ul>li:hover>a,
.menu>li:hover>a,
.menu>li.this>a{
	color: #fff;
}
.menu ul{
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
/*	padding: 20px 0;*/
	background: #fff;
	display: none;
}
.menu ul li{
	width: 100%;
	margin: 0 !important;
}

.menu_1{
	top: 80px;
}
.menu_1 li{
	line-height: 40px;
}
.menu_1 li .bk{
	height: 28px;
	margin-top: -14px;
}
.menu_1 li .bk::before{
	width: 4px;
	left: -4px;
	height: 30px;
}
.menu_1 li .bk::after{
	width: 4px;
	right: -4px;
	height: 30px;
}
.menu_1 li a{
	font-size: 18px;
}

.banner.pcv,
.nbanner{
	margin: 168px 0 0 0;
}
.banner.pcv .pagination_banner_pcv,
.banner.wapv .pagination_banner_wapv{
	text-align: center;
	position: absolute;
	bottom: 20px;
	z-index: 2;
}
.banner.pcv .pagination_banner_pcv .swiper-pagination-bullet,
.banner.wapv .pagination_banner_wapv .swiper-pagination-bullet{
	width: 60px;
	height: 4px;
	opacity: 1;
	padding: 5px 0;
	margin: 0 5px;
	position: relative;
	background: none;
	border-radius: none;
}
.banner.pcv .pagination_banner_pcv .swiper-pagination-bullet::after,
.banner.wapv .pagination_banner_wapv .swiper-pagination-bullet::after{
	width: 60px;
	height: 4px;
	position: absolute;
	top: 5px;
	content: '';
	display: block;
	background: #eee;
	border-radius: 2px;
}
.banner.pcv .pagination_banner_pcv .swiper-pagination-bullet-active::after,
.banner.wapv .pagination_banner_wapv .swiper-pagination-bullet-active::after{
	background: #34466e;
}

.stitle{
	font-size: 54px;
	line-height: 56px;
	color: #34466e;
	font-family: "sy-h";
	display: table;
	/* padding: 0 140px; */
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.stitle::before{
	content: '';
	display: none;
	width: 155px;
	height: 56px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/bg_stitle_1.png") bottom 5px right no-repeat;
	background-size: contain;
	z-index: -1;
}
.stitle::after{
	content: '';
	display: none;
	width: 157px;
	height: 56px;
	position: absolute;
	right: 0;
	top: 0;
	background: url("../images/bg_stitle_2.png") bottom 5px left no-repeat;
	background-size: contain;
	z-index: -1;
}
.stitle img{
	max-width: 100%;
}
.classicname{
	width: 100px;
	height: 100px;
	font-size: 48px;
	color: #fbe494;
	font-family: "sy-h";
	text-align: center;
	line-height: 100px;
	margin: 0 auto;
	background: url("../images/bg_stitle_3.png") center no-repeat;
	background-size: contain;
	text-shadow: 3px 3px 5px #222;
}
.classicname img{
	max-width: 100%;
}

.videocate{
	justify-content: space-between;
}
.videocate li{
	display: block;
	width: 23.125%;
	text-align: center;
	line-height: 62px;
	position: relative;
	z-index: 1;
}
.videocate li .style1{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.videocate li .style1 .bj{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: url("../images/bg_menuli_2.png") center repeat-x;
	background-size: cover;
}
.videocate li .style1 .bj::before{
	width: 6px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	z-index: -1;
	background: url("../images/bg_menuli_1.png") #fff center no-repeat;
	background-size: cover;
}
.videocate li .style1 .bj::after{
	width: 6px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	display: block;
	z-index: -1;
	background: url("../images/bg_menuli_1.png") #fff center no-repeat;
	background-size: cover;
}
.videocate li .style1 .bk{
	height: 40px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -21px;
	z-index: -1;
	transform: scale(0);
	border-top: 1px solid #fbe494;
	border-bottom: 1px solid #fbe494;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.videocate li .style1 .bk::before{
	width: 6px;
	height: 42px;
	position: absolute;
	left: -5px;
	top: 0;
	content: '';
	display: block;
	z-index: -1;
	background: url("../images/bg_menuli_3.png") center no-repeat;
}
.videocate li .style1 .bk::after{
	width: 6px;
	height: 42px;
	position: absolute;
	right: -5px;
	top: 0;
	content: '';
	display: block;
	z-index: -1;
	background: url("../images/bg_menuli_3.png") center no-repeat;
	transform: rotate(180deg);
}

.videocate li .style2 .bj{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: url("../images/bg_cate_2.png") center repeat-x;
	background-size: contain;
}
.videocate li .style2 .bj::before{
	width: 17px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	z-index: -1;
	background: url("../images/bg_cate_1.png") #fff center no-repeat;
	background-size: contain;
}
.videocate li .style2 .bj::after{
	width: 17px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	display: block;
	z-index: -1;
	background: url("../images/bg_cate_1.png") #fff center no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}
.videocate li.this .style1 .bk,
.videocate li:hover .style1 .bk{
	transform: scale(1);
}
.videocate li.this .style1,
.videocate li:hover .style1{
	opacity: 1;
}
.videocate li.this .style2,
.videocate li:hover .style2{
	opacity: 0;
}

.videocate li a{
	display: block;
	font-size: 20px;
	color: #222;
	font-family: "sy-r";
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.videocate li:hover a,
.videocate li.this a{
	color: #fff;
}

.videolist li{
	width: 23.125%;
	display: block;
	position: relative;
}
.videolist .pic{
	background: #000;
	cursor: pointer;
}
.videolist .pic img{
	opacity: .7;
}
.videolist .pic .iconfont{
	font-size: 70px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	margin-left: -35px;
}

.caseslide{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	position: relative;
}
.caseslide .casepic{
	width: 50%;
	position: relative;
}


.caseslide .pagination_caseslide{
	position: absolute;
	right: 50%;
	margin-right: 30px;
	bottom: 25px;
	left: auto;
	z-index: 2;
	width: auto;
}
.caseslide .pagination_caseslide .swiper-pagination-bullet{
	width: 22px;
	height: 22px;
	border: 1px solid #fff;
	background: none;
	opacity: 1;
	margin: 0 12px;
	position: relative;
}
.caseslide .pagination_caseslide .swiper-pagination-bullet::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -4px;
	background: #fff;
	border-radius: 50%;
}
.caseslide .pagination_caseslide .swiper-pagination-bullet-active{
	border-color: #34466e;
}
.caseslide .pagination_caseslide .swiper-pagination-bullet-active::before{
	background: #34466e;
}
.casepic .text{
	position: absolute;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	left: 40px;
	bottom: 26px;
}

.tbreview{
	width: 50%;
	padding: 2% 5%;
	box-sizing: border-box;
}
.tbreview .info1{
	border-bottom: 1px solid #eee;
	padding: 0 0 30px 0;
}
.tbreview .info1 .userinfo .avatar{
	font-size: 14px;
	color: #666;
	text-align: center;
	margin: 0 30px 0 0;
}
.tbreview .info1 .userinfo .avatar .pic{
	width: 56px;
	height: 56px;
	border-radius: 50%;
}
.tbreview .info1 .userinfo .text{
	font-size: 24px;
	color: #252525;
}
.tbreview .info1 .orderinfo{
	width: 200px;
	font-size: 12px;
	line-height: 24px;
	color: #252525;
}
.tbreview .info1 .orderinfo span{
	color: #525252;
}

.tbreview .info2{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	letter-spacing: 1.5px;
}

.tbreview .info3{
	justify-content: flex-start;
}
.tbreview .info3 .pic{
	width: 21.25%;
	margin: 0 5% 0 0;
}
.tbreview .info3 .pic:last-child{
	margin: 0;
}

.tbreview .more{
	display: table;
	text-align: right;
	margin: 40px 0 0 0;
	font-size: 17px;
	color: #34466e;
	font-weight: bold;
}

.xgtslide li p{
	line-height: 50px;
	background: #f1f1f1;
	text-align: center;
	font-size: 20px;
	color: #34466e;
}

.consult{
	background: url("../images/bg_menuli_2.png") center repeat-x;
	background-size: contain;
	color: #fff;
	padding: 10px 0;
}
.consult .hotline{
	font-size: 20px;
}
.consult .hotline .iconfont{
	font-size: 30px;
	margin: 0 10px 0 0;
}
.consult .hotline strong{
	font-size: 30px;
	font-family: "Arial Black", "Arial";
}
.consult .text{
	font-size: 20px;
	font-weight: bold;
	margin: auto 20px auto auto;
}
.consult .consultform{
	background: #fff;
	border-radius: 4px;
}
.consult .consultform .text1{
	width: 240px;
	line-height: 48px;
	background: #fff;
	border-radius: 4px;
	border: none;
	padding: 0 15px;
	font-size: 16px;
}

.consult .consultform .text2{
	background: url("../images/bg_menuli_2.png") center repeat-x;
	background-size: cover;
	color: #fbe494;
	width: 110px;
	line-height: 40px;
	border-radius: 4px;
	border: none;
	display: block;
	margin: 4px 4px 4px 0;
	cursor: pointer;
	text-align: center;
}

.flogo{
	display: table;
	margin: 0 auto;
}

.ftext{
	font-size: 24px;
	line-height: 24px;
	color: #111;
	text-align: center;
	font-family: "sy-h";
	font-weight: bold;
	letter-spacing: 5px;
	margin: 15px -5px 0 0;
}

.fmenu{
	justify-content: center;
}
.fmenu li{
	display: block;
	margin: 0 35px;
}
.fmenu li a{
	font-size: 16px;
	color: #333;
}

.cr{
	font-size: 16px;
	line-height: 26px;
	color: #525252;
	text-align: center;
}
.cr *{
	color: #525252;
}


.shadow{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
}

.about .text,
.about .text *{
	font-size: 24px;
	line-height: 48px;
	color: #333;
	font-family: "sy-r";
	text-align: center;
}


.casetype1 li{
	flex-direction: row-reverse;
	align-items: flex-end;
}
.casetype1 li:nth-child(2n){
	flex-direction: row;
}
.casetype1 li .pic{
	width: 50%;
}
.casetype1 li .pic2{
	width: 43.75%;
	position: relative;
	overflow: visible;
}
.casetype1 li .pic2 .text{
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 50px;
	padding: 10px 0 30px 0;
}
.casetype1 li .pic2 .text span{
	font-size: 32px;
	color: #333;
	font-family: "sy-r";
	font-weight: bold;
}
.casetype1 li .pic2 .text p{
	font-size: 24px;
	color: #999;
	font-family: "sy-r";
}
.casetype1 li .pic2 .text p .iconfont{
	color: #34466e;
	font-size: 24px;
}

.ncase .casetext,
.ncase .casetext *{
	font-size: 24px;
	line-height: 48px;
	color: #333;
	font-family: "sy-r";
	text-align: center;
}


.casetype2 li{
	display: block;
	float: left;
	width: 31.75%;
	margin: 0 2.375% 3% 0;
}
.casetype2 li:nth-child(3n){
	margin: 0 0 3% 0;
}
.casetype2 li p{
	font-size: 24px;
	color: #333;
	text-align: center;
	font-family: "sy-r";
	letter-spacing: 1.5px;
	margin: 15px 0 0 0;
}


.xslist{
	border-radius: 20px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
	padding: 60px 0;
}
.xslist .tbreview{
	padding: 0;
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}
.xslist .tbreview .info3 .pic{
	width: 32%;
	margin: 0 2% 0 0;
}
.xslist .tbreview .info3 .pic:nth-child(3n){
	margin: 0;
}

.ncate .catelist{
	height: 60px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.ncate .catename{
	text-align: center;
	background: #34466e;
	width: 10%;
	color: #fff;
	height: 100%;
/*	padding: 12px 0;*/
	font-size: 18px;
	box-sizing: border-box;
	border-bottom: 1px solid #939cb2;
	justify-content: center;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.ncate .catename li{
	display: block;
	font-weight: bold;
}
.ncate .cateitem{
	width: 78%;
	height: 100%;
	overflow: hidden;
	padding: 10px 0 10px 5%;
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.ncate .cateitem ul{
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.ncate .cateitem li{
	width: 16.666%;
	display: block;
	line-height: 40px;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	position: relative;
}
.ncate .cateitem li a{
	font-size: 18px;
	color: #7f7d7d;
	display: block;
}
.ncate .cateitem li a::before{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	border: 1px solid #cac9c9;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.ncate .cateitem li a::after{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -6px;
	background: #34466e;
	opacity: 0;
	transform: scale(0);
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.ncate .cateitem>ul>li:hover>a::before,
.ncate .cateitem>ul>li>a.this::before
.ncate .cateitem>ul>li>ul>li:hover>a::before,
.ncate .cateitem>ul>li>ul>li>a.this::before{
	border: 1px solid #34466e;
}
.ncate .cateitem>ul>li:hover>a::after,
.ncate .cateitem>ul>li>a.this::after,
.ncate .cateitem>ul>li>ul>li:hover>a::after,
.ncate .cateitem>ul>li>ul>li>a.this::after{
	opacity: 1;
	transform: scale(1);
}
.ncate .cateitem>ul>li:hover>a,
.ncate .cateitem>ul>li>a.this,
.ncate .cateitem>ul>li>ul>li:hover>a,
.ncate .cateitem>ul>li>ul>li>a.this{
	color: #34466e;
}
.ncate .cateitem li ul{
	position: absolute;
	left: 100%;
	width: 260px;
	max-height: 400px;
	padding: 10px 20px;
	box-sizing: border-box;
	overflow: scroll;
	top: -10px;
	background: #efefef;
	z-index: 999;
	display: none;
}
.ncate .cateitem li ul li{
	width: 100%;
}
.ncate .catemore{
	width: 12%;
	height: 100%;
	box-sizing: border-box;
	text-align: right;
	margin: 0 auto auto auto;
	line-height: 40px;
	padding: 10px 0;
	font-size: 18px;
	color: #7f7d7d;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
}
.ncate .catemore .iconfont{
	font-size: 22px;
}
.ncate .catemore.open,
.ncate .catemore.open .iconfont{
	color: #34466e;
}
.ncate .catemore::after{
	content: '';
	display: block;
	width: 3px;
	background: #34466e;
	top: 42%;
	right: 10px;
	height: 0;
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.ncate .catemore.open::after{
	opacity: 1;
	height: 49%;
}

.protext p img{
	max-width: 750px;
}
.funcarea{
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
	line-height: 62px;
	padding: 0 30px;
	box-sizing: border-box;
}
.sorttype{
	justify-content: flex-start;
	font-size: 18px;
}
.sorttype a{
	width: 190px;
	display: block;
	text-align: center;
	border-right: 1px solid #e3e3e3;
	color: #666;
	font-size: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.sorttype a .iconfont{
	color: #999;
	font-size: 18px;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.sorttype a:hover,
.sorttype a:hover .iconfont,
.sorttype a.this,
.sorttype a.this .iconfont{
	color: #34466e;
}
.sorttype a.sort2 .iconfont{
	transform: rotate(180deg);
}

.videoarea{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(0,0,0,.6);
}
.videoarea p,
.videoarea video{
	width: 100%;
	height: 100%;
}
.videoarea .icon-guanbi{
	display: block;
	color: #fff;
	position: fixed;
	right: 20px;
	top: 20px;
	font-size: 40px;
	text-shadow: 0 0 10px rgba(0,0,0,.2);
	z-index: 999999;
	cursor: pointer;
}

.prosearchtext{
	height: 44px;
	padding: 0 20px;
	border: none;
	background: #fff;
	width: 440px;
}
.prosearchtext::-webkit-input-placeholder{	color: #999; font-size: 18px;}
.prosearchtext::-moz-input-placeholder{		color: #999; font-size: 18px;}
.prosearchtext::-ms-input-placeholder{		color: #999; font-size: 18px;}
.prosearchtext::-o-input-placeholder{		color: #999; font-size: 18px;}
.prosearchbtn{
	width: 120px;
	line-height: 44px;
	border: none;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background: #34466e;
	cursor: pointer;
}

.nvideolist li{
	width: 23.125%;
	margin: 0 2.5% 2.5% 0;
	float: left;
	display: block;
	position: relative;
	cursor: pointer;
}
.nvideolist li:nth-child(4n){
	margin: 0 0 2.5% 0;
}
.nvideolist li:nth-child(4n+1){
	clear: both;
}
.nvideolist li .pic{
	background: #000;
}
.nvideolist li .pic img{
	opacity: .7;
}
.nvideolist li .pic .iconfont{
	font-size: 70px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	margin-left: -35px;
}


.nprolist li{
	display: block;
	float: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
}
.nprolist li:nth-child(4n){
	margin: 0 0 2% 0;
}
.nprolist li:nth-child(4n+1){
	clear: both;
}
.nprolist li p{
	font-size: 18px;
	text-align: left;
	color: #222;
	margin: 15px 0 0 0;
}
.nprolist li span{
	color: #c10625;
	display: block;
	margin: 10px 0 0 0;
	font-size: 24px;
	font-weight: bold;
	position: relative;
}
.nprolist li span font{
	font-size: 16px;
	font-weight: normal;
}
.nprolist li span .iconfont{
	font-size: 26px;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
}

.zxbtn{
	cursor: pointer;
}

#zxform{
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.layui-layer #zxform{
	width: 400px;
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 20px;
}
#zxform .rq{
	color: #f00;
}

.layui-layer #zxform .layui-form-label{
	font-size: 14px;
	width: 110px;
	padding: 9px 15px 9px 0;
}
.layui-layer #zxform .layui-input-block{
	margin-left: 125px;
}


.layui-btn-normal{
	background-color: #34466e !important;
}

.text4slide .pic{
	height: 100%;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.text4slide .pic img{
	object-fit: cover;
	height: 100% !important;
}
.text_price{
	font-size: 22px;
	color: #252525;
}
.prosku{
	align-items: flex-start;
	justify-content: flex-start;
	margin: 20px 0 0 0;
	font-size: 18px;
}
.prosku p{
	padding: 3px 10px 3px 0;
	line-height: 34px;
}
.prosku li{
	padding: 3px 20px;
	background: #ececec;
	cursor: pointer;
	border-radius: 5px;
	margin: 0 20px 0 0;
	line-height: 34px;
}
.prosku li.this{
	background: #34466e;
	color: #fff;
}
.price li{
	font-size: 40px;
	color: #c10625;
	font-weight: bold;
}
.price li font{
	font-size: 16px;
	color: #c10625;
	font-weight: normal;
}
.price li span{
	font-size: 16px;
	color: #666;
	padding: 0 0 0 10px;
	font-weight: normal;
}
.prodetailslide .detailtext .text1{
	padding: 0;
}
.videoslide{
	position: fixed;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999999;
	opacity: 0;
	transform: scale(0);
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.videoslide video{
	width: 100%;
	height: 100%;
	display: block;
}
.videoslide.open{
	opacity: 1;
	transform: scale(1);
}
.videoslideclose{
	position: fixed;
	right: 10px;
	top: 10px;
	font-size: 24px;
	color: #fff;
	border-radius: 50%;
	background: rgba(0,0,0,.1);
	width: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
}
.videoslide .swiper-container,
.videoslide .swiper-container .swiper-wrapper,
.videoslide .swiper-container .swiper-wrapper .swiper-slide{
	height: 100% !important;
}

