﻿@charset "utf-8";

/*统一的样式*/

/* reset */
*{margin:0;padding:0;list-style:none; font-size: 16px; box-sizing: border-box;} /*默认外边距 和 内边距*/ /*去圆点*/
img{border:none; vertical-align:bottom; max-width: 100%}

table {border-collapse:collapse;} /*边框会合并为一个单一的边框*/ /**/
button,input,select,textarea{font-size:100%;}/* 使得表单元素在 ie 下能继承字体大小 */
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
/*字体系列 字体大小 字体样式 字体粗细 都继承父元素*/
.h1, .h2, .h3, .h4, .h5, .h6,span, h1, h2, h3, h4, h5, h6, p{margin: 0px; padding: 0px; font-size: inherit}
address,cite,dfn,em,var{font-style:normal;} /* 将斜体扶正 */
/*input:focus{box-shadow: 0 0 10px #999; outline: none;}   /*边框阴影*/  /*轮廓取消*/
/* link */
a{text-decoration:none; color: inherit; font-size: inherit; transition: 0s;}  /*清除超链接的下划线*/
a:hover{text-decoration:none; color: inherit; text-decoration:none;}
a:focus{text-decoration:none; color: inherit; text-decoration:none;}
.clear{clear: both;}  /*清除浮动*/
/*统一的样式*/
ol, ul, dl{margin: 0px;}

html body {
	margin: 0px auto;
	max-width: 1920px;	
	min-width: 320px;
	font-size: 100%;
	font-family:  "微软雅黑", "Microsoft YaHei", "SimSun", "宋体";
}
main{font-size: 16px;}

/*=================公共头部样式           开始==========================*/


#smallfullpage{display: none}
.pcheader{
	position: fixed;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	z-index: 20;
}
.pcheaderwarp::after{
	position: fixed;
	top: 0px;
	z-index: 15;
	content: '';
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0);
	transition: 1.2s;
	pointer-events: none
}
.pcheader>.layout{display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 30;}
.pcheaderwarp:hover::after{background-color: rgba(0, 0, 0, .6);}
.pcheader:hover{background-color: rgba(0, 0, 0, 0.8);}
.pcheader li {
	float: left;
	width: 130px;
	line-height: 39px;
	height: 39px;
	text-align: center;
	margin-right: 8px;
	position: relative;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	transition: 0.4s;
}
.pcheader li:hover{font-size: 22px;}

.pcheader li a{display: block}

.pcheader .hlogo img {
	transition: 0.4s;
	position: relative;
	transform: scale(0.6);
	margin-top: -35px;
}
.pcheader .hlogo:hover img{transform: scale(0.8); margin-top: -18px;} 

.pcheader li.li_act:hover{
	color: #ff4800;
	/* background-color: rgba(0, 0, 0, 0.6); */
	background-color: #fff;
}
.pcheader li:last-of-type{margin-right: 0px;}
.pcheader li.li_act1{color: #ff4800;background-color: rgba(0, 0, 0, 0.6);}
.pcheaderform a {
	display: inline-block;
	min-width: 24px;
	padding: 0 5px;
	height: 24px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	transition: 0.4s;
}
.pcheaderform{display: flex;  align-items: center; justify-content: space-between; width: 25px; position: relative; height: 39px; transition: 0.4s;}
.pcheader:hover .pcheaderform{height: 78px;}
.pcheader:hover	li{height: 78px; line-height: 78px; color: #fff}

.pcheaderform a:hover{color: #ff4800}
.pcheaderform i{
	display: inline-block;
	width: 24px;
	height: 24px;
	transition: 0.4s;
	background: url('../images/singin.png')no-repeat center center;
	cursor: pointer;
	z-index: 11;
}
.pcheaderform i.ksou{background: url('../images/sou.png')no-repeat center center;}
/* .pcheader:hover .pcheaderform i.ksou{background: url('../images/sou2.png')no-repeat center center;}
.pcheader:hover .pcheaderform i.ksingin{background: url('../images/singin2.png')no-repeat center center;} */
.pcheader .pcheaderform i.ksou:hover{background: url('../images/sou1.png')no-repeat center center;}
.pcheader .pcheaderform i.ksingin:hover{background: url('../images/singin1.png')no-repeat center center;}

.pcheaderform i.ksou_act{background: url('../images/sou1.png')no-repeat center center;}
.pcheaderform i.ksingin_act{background: url('../images/singin1.png')no-repeat center center;}

.pcheader i.ii{width: 100px; visibility: hidden;}

.kformsingin{
	position: absolute;
	padding: 20px;
	right: 0px;
	top: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 55;
	display: none
}
.kformsingin input{
	width: 260px;
	font-size: 14px;
	height: 38px;
	margin-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	border: 1px solid #ddd;
	padding-left: 10px;
	color: #fff;
	display: block;
	line-height: 38px;
}
.kformsingin button{
	width: 260px;
	font-size: 14px;
	height: 38px;
	color: #fff;
	margin: 0px;
	background-color: #fff;
	border: 1px solid #ff4800;
	color: #000;
	transition: 0.4s;
}
.kformsingin button:hover{color: #fff; background-color: #ff4800}
.kformsingin h2 {
    font-size: 14px;
    color: #fff;
    line-height: 200%;
    text-align: left;
}


/* 首页搜索 */
.kformsou{
	position: absolute;
	padding: 20px;
	right: 0px;
	top: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 55;
	display: none
}
.kformsou input, .kformsou select{
	width: 260px;
	font-size: 14px;
	height: 38px;
	margin-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	border: 1px solid #ddd;
	padding-left: 10px;
	color: #fff;
	display: block;
	line-height: 38px;
}


.kformsou button{
	width: 260px;
	font-size: 14px;
	height: 38px;
	color: #fff;
	margin: 0px;
	background-color: #fff;
	border: 1px solid #ff4800;
	color: #000;
	transition: 0.4s;
}
.kformsou button:hover{color: #fff; background-color: #ff4800}

.kformsou input::-webkit-input-placeholder{color: #fff;}
.kformsou input:-moz-placeholder{color: #fff;}
.kformsou input::-moz-placeholder{color: #fff;}
.kformsou input:-ms-input-placeholder{color: #fff;}
.kformsou input::placeholder{color: #fff;}

.kformsingin input::-webkit-input-placeholder{color: #fff;}
.kformsingin input:-moz-placeholder{color: #fff;}
.kformsingin input::-moz-placeholder{color: #fff;}
.kformsingin input:-ms-input-placeholder{color: #fff;}
.kformsingin input::placeholder{color: #fff;}
/* 首页搜索 */

/* knark 头部按钮的遮罩层 */
.knark{z-index: 10; display: none; position: fixed; width: 100%; height: 100%; top: 0px; bottom: 0px; left: 0px; background-color: transparent}



/* || 移动端代码  || */
.subhlogo{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 55;
	display: none;
	transition: 0.7s;
	background-color: rgba(0, 0, 0, 0.2);
}

.subhlogo .layout {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 81px;
	padding: 0 20px;
	overflow: hidden;
}


.meun-btn {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
	cursor: pointer;
	z-index: 555;
	flex-direction: column;
	justify-content: space-around;
}

.meun-btn span {
    top: 50%;
    left: 0px;
    display: block;
    width: 100%;
	height: 5px;
	border-radius: 25px;
    margin-top: -1px;
    background: #fff;
    transition: .2s ease;
}

.meun-btn-open span:nth-of-type(1) {position: absolute;transform: rotate(45deg);}
.meun-btn-open span:nth-of-type(3) {position: absolute; transform: rotate(-45deg);}
.meun-btn-open span:nth-of-type(2){width: 0px;}

.second_nav{
	position: fixed;
	top: 81px;
	left: 0px;
	z-index: 555;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	overflow-y: scroll;
	padding-bottom: 50px;
	animation-duration: 0.8s;
	display: none
}

.second_nav form{
	width: 46%;
	min-width: 280px;
	margin: 20px auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	border: 1px solid #646464;
	align-items: center;
	padding-right: 6px;
}

.second_nav form input{
	border: none;
	height: 36px;
	outline: none;
	width: 90%;
	background: transparent;
	padding-left: 15px;
	padding-right: 25px;
	color: #c8c8c8;
	font-size: 16px;
}

.second_nav form button{
	border: none;
	background: no-repeat;
	margin-left: -15px;
	color: #646464;
}
.second_nav_block{pointer-events: auto; visibility: visible; }

.second_nav form input::-webkit-input-placeholder {color: #c8c8c8;}
.second_nav form input:-moz-placeholder {color: #c8c8c8;}
.second_nav form input::-moz-placeholder {color: #c8c8c8;}
.second_nav form input:-ms-input-placeholder {color: #c8c8c8;}
.second_nav form input::placeholder{color: #c8c8c8}

.second_nav li{width: 100%; border-bottom: 1px solid #c8c8c8;}
.second_nav li p{
    position: relative;
    display: block;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    padding: 0px 20px 0px 35px;
    margin: 0px;
    font-size:36px;
    color: #646464;
	font-weight: normal;
	width: 50%;
	margin: 0 auto;
    letter-spacing: 1px;
    cursor: pointer;
	transition: .3s;
	text-align: center;
	min-width: 280px;
}
.second_nav li p i{position: absolute; right: 20px; height: 100%; top: 0px; display: flex; justify-content: center; align-items: center; transition: .6s; }
.second_nav li p a{display: block; width: 100%; float: left;}
.second_nav li p::before{
	content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border: 1px solid #505050;
    border-radius: 50%;
    transition: .3s;
}
.second_nav .li_act p::before{
    border: 1px solid #ff4800;
	background: #ff4800;
}
.second_nav .li_act p{color: #ff4800;}
.second_nav .li_act p i{transform: rotateX(180deg);}

.second_nav li dl{display: none;}
.second_nav li dd{
	font-size: 16px;
	line-height: 56px;
	height: 56px;
	/* padding: 0px 20px 0px 40px; */
	border-top: 1px solid #c8c8c8;
}
.second_nav li dd a{display: block; font-size: 18px; text-align: center}
.mark{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(255, 255, 255, 0.5);
	z-index: 55;
	display: none;
}

.second_nav .iphone{
	font-size: 28px;
	margin: 0.2rem 0px;
	position: relative;
	color: #000;
	font-family: Arial;
	padding-left: 30px;
}
.second_nav .iphone i{padding-right: 5px;}

.yiopen {
    width: 65px;
    height: 50px;
    background: url(../images/sou.png)no-repeat center center;
    content: '';
    transition: 0.4s;
}

.luan {
    display: flex;
    justify-content: center;
    align-items: center;
}
.heaForm1{position: absolute; top: 100%; right: 2%; width: 220px; width: 70%; max-width: 350px;  z-index: 55; display: none; visibility: visible}
.heaForm1 .suosou{position: relative; opacity: 1; visibility: visible; z-index: 15;}
.heaForm>div.mask{position: fixed; top: 0px; left: 0px; bottom: 0px; right: 0px;  background-color: transparent; z-index: 11;}
.heaForm1 .suosou input, .heaForm1 .suosou button, .heaForm1 .suosou select{width: 100%;}

.heaForm1>div.mask {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: transparent;
    z-index: 11;
}

.handHeight {
	height: 78px;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	z-index: 3;
	display: none
}

.subhlogoact{background: rgba(255, 255, 255, 0.9); }
.subhlogoact .meun-btn span{background: #646464 !important}

.subhlogoact .hloho {
	filter: drop-shadow(rgb(0, 0, 0) 82px 0px 0px);
    position: relative;
    left: -82px;
}

@media screen and (max-width: 1199px){
    .pcheader{display: none}
    header{padding-top: 81px;}
	.subhlogo{display: block;}
}
.subhlogo .hloho{width: 75px}
@media screen and (max-width: 767px){
    .pc_banner{display: none}
    .phone_banner{display: block}
    header {padding-top: 61px;}
    .subhlogo .layout{height: 61px;}
    .subhlogo .hloho{width: 45px;}
    .meun-btn {width: 25px;height: 25px;}
    .meun-btn span {height: 2px;}
    .second_nav{top: 61px}
}

/*=================公共头部样式           结束============================*/




/*=================首页样式              ===========================*/
#fullpage{background-color: #e3e3e3}
.banner li{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px;;}
.banner li:nth-of-type(1){ display: block; z-index: 1;}
.banner img{
	width: 100%;height: 100%; 
	min-height: 350px;object-fit: cover; position: relative;
}
.banner li:nth-of-type(1) img{ opacity: 0.5;}
.pichuxi img{animation: pichuxi 3s ease 0s 1;}
@keyframes pichuxi
{
	0%   {transform: scale(1.3); }
	100% {transform: scale(1);}
}

.banner li:nth-of-type(1)::after{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url('../images/inwenzi.png')no-repeat center center;
	content: '';
	opacity: 0;
	animation: pichuxiwen 3s ease 1s 1;
	animation-fill-mode: forwards;

}
@keyframes pichuxiwen
{
	0%   {opacity: 0;}
	100% {opacity: 1;}

}
.box2_con{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-top: 2%;
	position: relative;
}

.box2_con::before{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 1;
	content: '';
}


.boxh6 {
	font-size: 50px;
	line-height: 120%;
	color: #525252;
	border-bottom: 3px solid #525252;
	margin-bottom: 3%;
	text-align: center;
	transition: 0.4s;
	cursor: pointer;
	position: relative;
	z-index: 0;
}
.boxh6:hover{color: #ff4800; border-color: #ff4800}
.boxp {
	font-size: 20px;
	line-height: 32px;
	color: #525252;
	text-align: center;
	font-family: 'Times New Roman';
	letter-spacing: 1px;
}
.box4_con .boxh6{z-index: 21;}
.box2_swiper{
	height: 85%;
	position: relative;
	bottom: 20px;
	left: 0px;
	width: 100%;
	z-index: 10;
	margin-top: 2%
}

.box2_swiper .swiper-container{height: 100%;}
.box2_swiper .swiper-slide{height: 90%; }
.box2_swiper .swiper-slide img{width: 100%; height: 100%; object-fit: cover;}
.box2_swiper .swiper-pagination{position: relative; height: 10%; top: 0px; bottom: 0px;}

.box2_swiper .swiper-pagination-bullet{
	font-size: 26px;
	position: relative;
	line-height: 42px;
	color: #333333;
	margin: 0 10px !important;
	border-bottom: 4px solid transparent;
	transition: 0.4s;
	background-color: transparent; opacity: 1; width: auto; height: auto; 
	border-radius: 0px;
}

.box2_swiper .swiper-pagination-bullet-active{color: #ff4800; border-color: #ff4800}
/* .box2_swiper .swiper-pagination-bullet:hover::after{color: #ff4800; border-color: #ff4800} */

.box2_swiper .swiper-prev, .box2_swiper .swiper-next{
	position: absolute;
	width: 30px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	font-size: 40px;
	z-index: 11;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
	
}
.box2_swiper .swiper-prev::before, .box2_swiper .swiper-next::before{content: none}
.box2_swiper .swiper-prev{left: 45px; background: url('../images/fengperv.png')no-repeat center center;  background-size: contain;}
.box2_swiper .swiper-next{right: 45px; background: url('../images/fengnext.png')no-repeat center center; background-size: contain;}
.box2_swiper .swiper-prev:hover{transform: scale(1.2); background: url('../images/fengperv1.png')no-repeat center center;  background-size: contain;}
.box2_swiper .swiper-next:hover{transform: scale(1.2); background: url('../images/fengnext1.png')no-repeat center center;  background-size: contain;}


#fullpage .box3_con{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	position: relative;
}


.box_conback::before{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
	content: '';
	opacity: 0;
	transition: 1s;
	pointer-events: none;
}
.box_conback_act::before{opacity: 1;}

.box3_w{background: url('../images/box3_bg.jpg')no-repeat center center; width: 100%; margin-top: 3%}
.box3_w li{float: left; width: 24.5%; margin-right: 0.5%; transition: 0.4s;}
.box3_w li:nth-of-type(4){margin-right: 0;}
.box3_w li a{
	display: block;
	width: 100%;
	padding: 47% 0;
	position: relative;
}
.box3_w{position: relative; height:67%;}
.box3_w ul{
	position: absolute;
	top: 30%;
	left: 0px;
	right: 0px;
	z-index: 5;
}
.box3_w li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	object-fit: cover
}

.box3_w li p{
	position: absolute; 
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	background-color: rgba(66,67,66, 0.9);
	font-family: 'Times New Roman';
	color: #e3e3e3;
	font-size: 32px;
	font-weight: normal
}
.box3_w li h3{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff4800;
	font-size: 66px;
	font-family: 'Times New Roman';
	opacity: 0;
	transition: 0.4s
}

.box3_w li:hover{margin-top: 3%;}
.box3_w li:hover p{opacity: 0;}
.box3_w li:hover h3{opacity: 1;}

#fp-nav ul li a span{border-color: #e3e3e3  !important}
#fp-nav ul li a.active span{background-color: #e3e3e3 !important}

.sernav{
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 15;
	display: none
}
.sernav .pic1 li{display: none; width: 100%; height: 100%;}
.sernav .pic1{width: 100%; height: 100%; position: absolute; top: 0px; left: 0px;}
.sernav .pic1 li img{width: 100%; height: 100%; object-fit: cover}
.sernav>div>div{position: relative; z-index: 20; display: none}
.sernav>div>div form{margin-bottom: 5%; z-index: 6;}
.sernav>div{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center
}

.pronav{
	animation-duration: 1s;
    animation-fill-mode: both;
	animation-name: fadeIn;
}
.design{
	animation-duration: 0.7s;
    animation-fill-mode: both;
	animation-name: zoomIn;
}

.buystop a:nth-of-type(1){
	animation-duration: 1s;
    animation-fill-mode: both;
	animation-name: fadeInUp;
}

.buystop a:nth-of-type(2){
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 0.2s;
	animation-name: fadeInUp;
}

.sernav>div>div form{
	animation-duration: 0.7s;
    animation-fill-mode: both;
	animation-name: zoomInDown;
}

.usnav {
	animation-duration: 0.7s;
    animation-fill-mode: both;
	animation-name: zoomIn;
}

.pronav ul{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: -50px;
}

.pronav ul li{
	width: 180px;
	height: 180px;
	background-color: rgba(0, 0, 0, 0.6);
	transition: 0.4s;
	position: relative;
}

.pronav ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
	position: relative;
}

.pronav ul li span{font-size: 16px; color: #fff; height: 45%; display: flex; justify-content: center; align-items: center; transition: 0.4s;}
.pronav ul li i{
	background-position: center center;
    background-repeat: no-repeat;
	height: 55%;
	width: 100%;
	display: block;
	transition: 0.4s;
}
.pronav ul li:hover i{transform: scale(1.2);}
.pronav ul li:hover{background-color: rgba(142,47,10, 0.7);}
.pronav ul li:hover span{font-size: 16px; font-weight: bold}

.pronav dl{
	position: absolute;
	top: 100%;
	left: 0px;
	width: 560px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: 0s;
	pointer-events: none;
}
.pronav dl dd a{display: block;}
.pronav dl dd{float: left; width: 50%; transition: 0.4s; text-align: center; line-height: 48px;}
.pronav dl dd:hover{color: #ff4800; background-color: #c5c5c5}
.pronav dl dd img{
	position: absolute;
	top: 110%;
	left: 0px;
	width: 100%;
	display: block;
	height: 200px;
	object-fit: cover;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
}
.pronav ul li:nth-last-of-type(1) dl{left: auto; right: 0px;}
.pronav ul li:nth-last-of-type(2) dl{left: auto; right: 0px;}
.pronav ul li:nth-last-of-type(3) dl{left: auto; right: 0px;}
.pronav li:hover dl{opacity: 1; visibility: visible; pointer-events: auto; transition: 0.2s;}
.pronav dl dd:hover img{opacity: 1; visibility: visible}

.design li{
	position: relative; 
	width: 335px; 
	height: 335px;
	float: left; 
	padding: 30px;
	transition: 0.2s;
}

.design li a{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #000;
	font-size: 26px;
	text-align: center;
	transition: 0.2s;
	letter-spacing: 2px;
	width: 100%; 
	height: 100%;
}
.design li:hover{padding: 0px; }
.design li:hover a{  background-color: #ff4800; color: #fff}
.design li img{
	display: block;
	margin-top: 8px;
	width: 100%;
	height: 160px;
	object-fit: cover;
	transition: 0.6s;
	opacity: 0;
}
.design li:hover img{opacity: 1;}


.buystop a{
	float: left;
	width: 247px;
	height: 247px;
	margin: 0 95px;
	
}
.buystop a img{width: 100%; height: 100%; object-fit: cover; display: block; box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.6); position: relative; transition: 0.4s;}
.buystop a:hover img{transform: scale(1.2)}

.usnav ul{position: relative; width: 500px; height: 96px ; margin-bottom: 5px;}
.usnav ul:nth-of-type(1) li{ background-color: rgba(255, 255, 255, 0.8); position: absolute; bottom: 0px; right: 50.5%;}
.usnav ul:nth-of-type(2) li{ background-color: rgba(255, 255, 255, 0.8); position: absolute; top: 0px; right: 50.5%;}
.usnav ul li:nth-of-type(2){left: 50.5%; right: auto;} 
.usnav ul li a{
	display: block;
	text-transform: uppercase;
	min-width: 245px;
	padding: 12px;
	transition: 0.1s;
	position: relative;
}
.usnav ul li p{font-size: 32px; line-height: 36px; color: #000; transition: 0.4s; font-family: 'Times New Roman';}
.usnav ul li:nth-of-type(1) p{text-align: right;}
.usnav ul li:hover p{color: #ff4800;}
.usnav ul li img{
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 240px;
	right: 6px;
	object-fit: cover;
	opacity: 0;
	transition: 0s;
	height: 100%;
	padding: 6px 0px;
}
.usnav ul li:nth-of-type(1) img{right: auto; left: 6px;}
.usnav ul li:hover img{opacity: 1; transition: 0.2s}
.usnav ul:nth-of-type(1) li:hover a{width: 495px; padding-top: 115px; background-color: #fff}
.usnav ul:nth-of-type(2) li:hover a{width: 495px; padding-bottom: 115px; background-color: #fff}

.sernavdiv .knark{display: block !important; position: fixed; z-index: 10;}

.box4_con{display: flex; align-items: center; flex-direction: column; padding-top:42%;	}
.box4_con .boxp{position: relative; z-index: 21;}
.box4_confoo{position: absolute; bottom: 0px; left: 0px; width: 100%; height: 80%;}
.box4_confoo .foo{position: relative; z-index: 21;}
.foo{background-color: #2c2c2c;}
.foo>.layout{display: flex; justify-content: space-between; align-items: center; padding: 20px 20px;}
.foo>.layout .words1 img{ display: block; width: 67%; margin: 0 auto 20px;}
.phbox5 .phwords .words2 img {display: block; display: block; margin:8% auto 20px; width: 50%}
.box4_confoo::before{
	background: url('../images/box4_bg.jpg')no-repeat center center;
	padding-top: 3%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 71% !important;
	position: relative !important;
	content: '';
}


.foo1 .words1 h5{
	font-size: 36px;
	color: #e7e7e7;
	line-height: 120%;
}

.foo1 .words1 p{
	font-size: 16px;
	color: #e7e7e7;
	line-height: 120%;
	margin-bottom: 20px;
	text-align: center
}
.foo1 .words1 p:nth-of-type(2){margin-bottom: 0px}
.foo1 .words2 ul{float: left; padding-left: 35px; border-left: 2px solid #b7b7b7; margin-right: 40px;}
.foo1 .words2 ul p{
	display: inline-block;
	font-size: 16px;
	color: #ddd;
	padding-right: 45px;
	float: left;
}
.foo1 .words2 li{display: inline-block; width: 160px;}
.foo1 .words2 a{
	float: left;
	display: block;
	color: #828282;
	font-size: 16px;
	transition: 0.4s;
	width: 100%;
}
.foo1 .words2 a:hover{color: #ff4800}
.foo1 .words2 {flex-grow: 1; margin-left: 100px;}
.foo1 .words3 p i{display: block; color: #c9c9c9; margin-bottom: 10px; font-size: 20px; display: none}
/* .foo1 .words3{width: 170px; position: relative; height: 118px;} */
.foo1 .words3 p i::after{
	width: 118px;
	height: 118px;
	position: absolute;
	top: 0px;
	right: 0px;
	content: '';
	transition: 0.4s;
}
.foo1 .words3 p i:nth-of-type(1)::after{background: url('../images/phone.jpg')no-repeat center center; background-color: #fff; opacity: 0; z-index: 5;}
.foo1 .words3 p i:nth-of-type(2)::after{background: url('../images/wechat.jpg')no-repeat center center; background-color: #fff; z-index: 1;}

.foo1 .words3 p i:hover::after{opacity: 1;}
.foo1 .words3 .qrwei{
	width: 118px;
	height: 118px;
	transition: 0.4s;
	position: relative;
	background: url('../images/wechat.jpg')no-repeat center center;
	display: inline-block;
	margin-right: 10px;
}
.foo1 .words3 .qrwei:hover{background: url('../images/wechat.gif')no-repeat center center; background-size: contain; transform: scale(1.2)}
.foo1 .words3 .qrwei22{
	width: 118px;
	height: 118px;
	transition: 0.4s;
	position: relative;
	background: url('../images/wechat1.jpg')no-repeat center center;
	background-size: contain
}
.foo1 .words3 .qrwei22:hover{background: url('../images/wechat1.gif')no-repeat center center; background-size: contain; transform: scale(1.2)}

.foo2{border-top: 1px solid #ddd; padding: 10px 0px;text-align:center;}
.foo2>.layout{display: flex; justify-content: space-between;text-align:center;}
.foo2 p{font-size: 14px; color: #e3e3e3; line-height: 20px; text-align: center}

body #fp-nav{z-index: 12;}



/*=================首页样式           结束=============================*/




/*=================内页样式           开始===========================*/
.all_banner{position: fixed; z-index: 5; width: 100%; padding: 15% 0px; }
.all_banner img{object-fit: cover; height: 100%; position: absolute; top: 0px; left: 0px; width: 100%; }
.banner_act img{object-fit: cover;   position: relative; }
.banner_act {position: relative; padding: 0px; height: 8rem;}

.all_banner .words1{
	position: absolute;
	top: 3.5rem;
	margin: 0 auto;
    right: 0px;
	left: 0px;
}
.all_banner .words1 p{
	font-size: 1.2rem;
	font-family: "Times New Roman";
	color: #a6a6a6;
	text-transform: uppercase;
	font-style: oblique;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 2px;
}

.all_banner .words1 span{
	font-size: 0.88rem;
	font-family: "Times New Roman";
	color: #ffffff;
	font-style: oblique;
	font-weight: bold;
	line-height: 100%;
}

.all_banner .words1 i{
	font-size: 0.88rem;
	font-family: "Times New Roman";
	color: #ff4800;
	font-style: oblique;
	font-weight: bold;
	line-height: 100%;
	margin-left: 0.25rem
}

.phbox1 img.picgif{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	object-fit: cover
}






.trinav{padding-top: 8%; position: absolute; top: 0px; right: 0px; left: 0px; height: 100%;}
.trinav li{text-align: right; color: #979696; transition: 0.2s; font-size: 24px; line-height: 150%; font-family: 'Times New Roman'; text-transform: uppercase}
.trinav li span:nth-of-type(1){font-style: oblique; font-weight: bold; display: inline-block; text-align: right}
.trinav li span{display: inline-block; min-width:150px; text-align: left; margin-left: 0px;}
.trinav li:hover{font-size: 44px; color: #fff}
.trinav li.li_act{font-size: 44px; color: #fff}
.handHeight1{padding: 10% 0px; background-color: transparent}
.handHeight1_act{display: none}
.all_color{background-color: #e3e3e3; padding: 1px 0px 0.6rem;}

.all_warp{position: relative; z-index: 13; padding: 0px 0px 10px;}
.all_color1{background-color: #f6f6f6; padding-bottom: 1px}
.all_warp1{position: relative; top: -1.6rem;}
.case_list, .newsv, .cul_list{ background-color: #f6f6f6}

.case_list ul{border-top: 10px solid #000;padding-top: 0.5rem; margin-bottom: 0}
.case_list li{margin-bottom: 1rem; display: flex; justify-content: space-between; align-items: center; transition: 0.4s;}
.case_list li a::after{
	background-color: rgba(246, 246, 246, 0.31);;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	content: '';
	position: absolute;
	opacity: 0;
	transition: 0.4s;
}
.case_list li:hover a::after{
	opacity: 1;
}
.case_list li a{ display: flex; justify-content: space-between; align-items: center; width: 100%; position: relative;}
.case_list li .col-md-7{padding: 6% 0px ; position: relative;}
.case_list li img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.case_list li .col-md-1{ font-family: 'Raleway',sans serif; text-transform: uppercase; width: 12%; text-align: right; padding: 0px; transition: 0.4s;}
.case_list li .col-md-1:hover{color: #ff4800}
.case_list li .col-md-1 span{font-size: 30px; font-weight: bold;}
.case_list li .col-md-4{width: 18.5%; padding: 0px;}
.case_list li .col-md-4 h4{
	font-family: 'Raleway',sans serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 10px;
}

.case_list li .desc{
	font-family: '宋体';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
	margin-bottom: 10px;
	transition: 0.4s;
}

.case_list li .desc:hover{color: #ff4800}

.case_list li .col-md-7{width: 58.4%;;}
.fengge{position: relative; z-index: 10; }
.fengge>div{
	display: flex; 
	justify-content: center;
	align-items: center;
}

.fengge>div .feng{
	display: block;
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 3;
	margin: 0 20px;
	background-color: #e3e3e3;
	line-height: 65px;
	border-radius: 50%;
	border: 1px solid #a0a0a0;
	text-align: center;
	color: #a0a0a0;
	font-size: 40px;
	transition: 0.3s;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}
.fengge>div .feng:nth-of-type(1){ transform: rotateY(180deg)}

.fengge>div .feng::before{margin-left: 10px;}
.fengge>div .fengc{
	width: 300px;
	line-height: 65px;
	height: 65px;
	text-align: center;
	font-family: '宋体';
	border: 1px solid #a9a9a9;
	font-size: 40px;
	transition: 0.3s;
	color: #bababa;
	background-color: #e3e3e3;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.fengge>div a:hover{background-color: #ff4800; color: #fff !important}

.fengge img{
	display: block;
	width: 122px;
	height: 122px;
	margin: 20px auto;
}
.newsv{padding: 1rem 0px;}
.newsvleft .pic{padding: 35% 0px ; width: 100%; position: relative; margin-bottom: 30px}
.newsvleft img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.btn {
    min-width: 235px;
    text-align: center;
    display: inline-block;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 14px;
    border: 4px solid #1e1e1e;
    color: #1e1e1e;
    font-weight: 400;
	margin-bottom: 20PX;
	transition: 0.4s;
}

.btn:hover{border-color: #ff4800}

.descrizione{float: right;margin-right: 8.33333333%; margin-left: 0px;}
.descrizione ul li div {
    width: 50%;
	font-family: 'Raleway',sans serif;
	float: left;
	font-size: 18px; 
	color: #828282;
	text-transform: uppercase;
	padding-bottom: 50px;
}

.descrizione h2{
	font-size: 48px;
    line-height: 70px;
    letter-spacing: 0;
    font-weight: 300;
	font-family: 'Raleway',sans serif;
    margin-bottom: 12px;
}

.descrizione .text p span{font-family: 'Raleway',sans serif !important; background-color: transparent !important}
.descrizione .text p{font-family: 'Raleway',sans serif !important; background-color: transparent !important}

.cul_list li{float: left; width: 29%; margin: 0 2.16% 100px;}
.cul_list li img{position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; object-fit: cover}
.cul_list li .pic{position: relative; padding: 47% 0; margin-bottom: 10px;}

.cul_list li p{
	font-family: 'Raleway',sans serif;
	font-size: 16px;
	line-height: 36px;
	padding: 0 10px; 
	height: 144px;
	overflow: hidden;
}
.cul_list li span{
	display: block;
	width: 84px;
	height: 36px;
	margin-left: auto;
	margin-top: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	border-radius: 20px;
	position: relative;
	transition: 0.4s;
}
.cul_list li span::after{
	content: '';
	top: 3px;
	bottom: 3px;
	width: 2px;
	background-color: #dadada;
	position: absolute;
	left: 50%;
}

.cul_list li span::before{
	content: '';
	top: 50%;
	height: 2px;
	width: 30px;
	background-color: #dadada;
	position: absolute;
	left: 50%;
	margin-left: -15px;
}

.cul_list li span:hover{background-color: #ff4800}


.prosnav{padding: 5px; max-width: 1050px; position: relative; z-index: 16;  background-color: #fff; margin: 0 auto 0px; box-shadow: 0px 6px 20px rgba(0, 0, 0, .2);}
.prosnav>div{float: left; position: relative; transition: 0.4s;}
.prosnav>.mianbao{
	padding:10px 10px 0 0px;
	font-size: 16px;
    float:right;
    text-align:right;
}

.prosnav>div:hover h5{color: #ff4800}
.prosnav>div h5{
	position: relative;
	width: 150px;
	line-height: 45px;
	height: 45px;
	text-align: center;
	color: #7f7f7f;
	font-size: 22px;
	padding-right: 12px;
}
.prosnav>div h5::after{
	content: '';
	position: relative;
	background: url('../images/addernav.png')no-repeat center center;
	width: 15%;
	height: 100%;
	display: block;
	float: right;
	background-size: 80%;
}
.prosnav>div ul{
	position: absolute;
    top: 124%;
    width: 150%;
	left: -5px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 10;
	display: none
}
.prosnav>div ul{opacity: 1; visibility: visible; pointer-events: auto; background-color: #fff;}
.prosnav>div ul li{position: relative;}
.prosnav>div li>a{z-index: 15;}
.prosnav>div .serpronav{
	position: absolute;
    top: 0;
    width: 100%;
	left: 100%;
	visibility: hidden;
	pointer-events: none;
	z-index: 10;
	display: block;
	animation-duration: 0.3s;
	animation-fill-mode: both;
	opacity: 0;
}

.prosnav>div li:hover .serpronav{ visibility: visible; pointer-events: auto; opacity: 1; animation-name: slideInLeft; background-color: #fff; }



.prosnav>div li a{
	display: block;
	position: relative;
	line-height: 70px;
	height: 70px;
	text-align: center;
	color: #7f7f7f;
	font-size: 22px;
	transition: 0.4s;
	padding-right: 12px;
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
}
.prosnav .div_act h5{background-color: #c5c5c5;color: #ff4800 }
.prosnav>div li div{
	position: relative;
	width: 40%;
	display: block;
	float: right;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 3;
}

.prosnav>div li div i{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	display: block;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
	opacity: 0;
	transition: 0.4s;
}

.prosnav>div .serpronav a{padding-left: 7px; padding-right: 0px;line-height: 60px;height: 60px;}
.prosnav>div .serpronav div{background-size: auto 76%; left: -10px;}
.prosnav>div .serpronav div i{background-size: auto 76%;}
.prosnav>div .serpronav a:hover{font-size: 24px;}
.prosnav>div li:hover>a{color: #ff4800; background-color: #a6a6a6a6}
.prosnav>div li:hover>a div i{opacity: 1; }
.prosnav>div .serpronav a:hover div{transform: scale(1.1)}
.prosnav>div li.li_act div i{opacity: 1;}
.prosnav>div li.li_act a{color: #ff4800}

/* .section::after{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	z-index: 20;
	background-color: rgba(0, 0, 0, 0);
	content: '';
	overflow: hidden;
	transition: 1.5s;
	display: block;
	pointer-events: none;
}
.section1::after{
	background-color: rgba(0, 0, 0, 0.5);
	transition: 0s;
	pointer-events: auto;
} */

.sectionmaek{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	z-index: 20;
	background-color: rgba(0, 0, 0, 0.5);
	content: '';
	overflow: hidden;
	transition: 1.5s;
	display: block;
	pointer-events: none;
	display: none
}
.section1 .sectionmaek{
	background-color: rgba(0, 0, 0, 0.5);
	transition: 0s;
	pointer-events: auto;
}

.pro_swiperlics .swiper-container{padding: 0px 50px 0px;}

.prosnav>form{
	float: right;
	width: 270px;
	height: 45px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.prosnav>form input{
	width: 100%;
	height: 100%;
	padding: 0 40px 0 15px;
	border: 2px solid #7f7f7f;
	font-size: 18px;
}
.prosnav>form button{
	position: absolute;
	top: 0px;
	bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #7f7f7f;
	font-size: 26px;
	right: 10px;
	width: 40px;
	background-color: transparent;
	border: 0px;
	outline: none;
	transition: 0.4s;
}
.prosnav>form button:hover{transform: scale(1.1); color: #ff4800}
.pro_list{margin-top: 0.3rem}
.pro_list li {
	float: left;
	width: 32%;
	margin-right: 2%;
	background-color: #fff;
	padding: 10px 10px 10px; 
	border-radius: 10px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .2);
	margin-bottom: 50px;
	transition: 0.3s;
	position: relative;
}

/* .pro_list li::before{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, .2);
	z-index: 5;
	transition: 0.4s;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 10px;
}
.pro_list li:hover::before{background-color: transparent;} */
.pro_list li:hover{transform: scale(1.1)}
.pro_list li:nth-of-type(3n+3) {
	margin-right: 0px;
}
.pro_list li img{

	width: auto;
	height: auto;
	top: 0px;
	left: 0px;

}
.pro_list li img:nth-of-type(2){display: none; object-fit: cover}
.pro_list li .pic{width: 100%; position: relative; padding: 5% 0px; margin-bottom: 30px;}

.pro_list li h6{
	font-size: 18px;
	color: #000;
	line-height: 32px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #726969;
	transition: 0.3s;
}
.mtit{
	display:none;
}
.pro_list li h5{
	font-size: 18px;
	color: #726969;
	line-height: 32px;
	text-align: center;
	margin-bottom: 15px;
	transition: 0.3s;
	height: 32px;
	text-transform: uppercase
}
.pro_list li h6:hover, .pro_list li h5:hover{color: #ff4800;}
.pro_list li p{
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
	line-height: 20px;
	text-align: center;
	width: 80%;
	margin: 0 auto 20px;
	height: 60px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}

.prosnav_swpier{margin-bottom: 15px; display: none; background-color: #969696;}
.prosnav_swpier .swiper-slide a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #fff;
	padding: 5px 0 15px;
}

.prosnav_swpier .swiper-slide div {
	width: 100%;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.prosnav_swpier .swiper-slide div i{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	display: block;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 5;
	opacity: 0;
	transition: 0.4s;
}
.prosnav_swpier .div_act{background-color: #fff}
.prosnav_swpier .div_act div i{opacity: 1;}
.prosnav_swpier .div_act a{color: #ff4800}
.prosnav_swpier .div_act div{background-image: none !important}


.pro_c h3{
	font-size: 38px;
	color: #ff4800;
	line-height: 100%;
	text-align: center;
	font-family: 'FZLTZHK';
	text-transform: uppercase;
	font-weight: bold;
}
.pro_c h6{
	font-size: 26px;
	color: #000;
	line-height: 150%;
	text-align: center;
	font-family: 'FZLTZHK';
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0.5rem;
}

.pro_c h5{
	font-size: 16px;
	line-height: 28px;
	color: #525252;
	font-family: 'PingFang';
	width: 80%;
	margin: 0 auto 0.7rem;
	text-indent: 2em;
	text-align: justify
}
.bpro_swiper{position: relative;}
.bpro_swiper .words{
	position: absolute;
    top: 1.3rem;
    left: 0px;
	width: 100%;
	display: none;
	z-index: 5;
}

.bpro_swiper .words h6 {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #726969;
    transition: 0.3s;
}

.bpro_swiper .words h5 {
    font-size: 18px;
    color: #ff4800;
    line-height: 32px;
    text-align: center;
    margin-bottom: 15px;
    transition: 0.3s;
	height: 32px;
	text-indent: 0px;
}
.bpro_swiper .words p {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    text-align: center;
    width: 80%;
    margin: 0 auto 20px;
    height: 60px;
    overflow: hidden;
    display: flex;
    justify-content: center;
	align-items: center;
	display: none
}

.bpro_swiper .swiper-slide{width: 100%; padding: 30% 0px; object-fit: cover;}
.bpro_swiper .swiper-slide img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.bpro_swiper .swiper-pagination{position: relative; margin-top: 10px;}
.bpro_swiper .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background-color: #9c9c9c;
	margin: 0 7px;
	opacity: 1;
}
.bpro_swiper .swiper-pagination-bullet-active{background-color: #ff4800}

.bpro_swiper .swiper-prev, .bpro_swiper .swiper-next{
	position: absolute;
	width: 30px;
	height: 70px;
	top: 50%;
	margin-top: -35px;
	background-color: rgba(0, 0, 0, .8);
	font-size: 30px;
	z-index: 5;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
}
.bpro_swiper .swiper-prev:hover, .bpro_swiper .swiper-next:hover{background-color: #ff4800; transform: scale(1.1)}
.bpro_swiper .swiper-prev{left: -10px;}
.bpro_swiper .swiper-next{right: -10px}

.spro_swiper{ width: 70%; margin: 0.8rem auto 0px}
.spro_swiper .pic{width: 50%; padding: 25% 0px; position: relative; float: left;}
.spro_swiper .pic img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.spro_swiper p{width: 50%; float: left; padding-left: 20px; font-size: 16px;}

.pro_c{max-width: 1050px; margin: 20px auto 0px;background-color: #fff;padding: 1rem 0.45rem; }
.pro_c .more {
	font-size: 32px;
	color: #b1b1b1;
	text-align: center;
	position: relative;
	margin-top: 30px;
	cursor: pointer;
	margin-bottom: 50px;
}

.pro_c i{
	line-height: 4px;
	text-align: center;
	width: 100%;
	color: #b1b1b1;
	left: 0px;
	height: 35px;
	position: absolute;
	opacity: 1;
	bottom: -33px;
	animation: mousedown 1s ease 0s infinite;
	background: url('../images/phdown2.png')no-repeat center center;
	background-size: contain;
}
.pro_c i:nth-of-type(2){
	bottom: -50px;
	opacity: 0;
	animation: mousedown1 1s ease 0s infinite;
}
.pro_c i:nth-of-type(3){
	bottom: -66px;
	opacity: 0;
	animation: mousedown2 1s ease 0s infinite;
}

@keyframes mousedown
{
	0%   {opacity: 1}
	100% {opacity: 0}
}

@keyframes mousedown1
{
	0%   {opacity: 0}
	50% {opacity: 1}
	100% {opacity: 0}
}

@keyframes mousedown2
{
	0%   {opacity: 0}
	50% {opacity: 0}
	100% {opacity: 1}
}

.proc1 h3{
	font-size: 26px;
	line-height: 68px;
	color: #b1b1b1;
	font-family: 'FZLTZHK';
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #b1b1b1;
    width: 27%;
	margin: 0 auto 20px;
}
.pi_list{margin: 0.5rem 0 1.1rem; display: flex; justify-content: center; flex-wrap: wrap}

.pi_list li{
	float: left;
	width: 75px;
	height: 75px;
	position: relative;
	transition: 0.4s;
	margin: 0 15px 15px 0px;
}
.pi_list li img{width: 100%; height: 100%; object-fit: cover;}
.pi_list li:hover{width: 250px; height: 250px;}
.pi_list li:active{width: 250px; height: 250px;}
.pi_list li:focus{width: 250px; height: 250px;}

.pi_list li p{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
	opacity: 0;
	padding: 0 20px;
	transition: 0.3s;
	text-shadow: 0px 3px 4px rgba(0, 0, 0, .4);
}
.pi_list li:hover p{opacity: 1;}

.proc1_swiper{margin-bottom: 20px; position: relative;}
.proc1_swiper .swiper-prev, .proc1_swiper .swiper-next{
	position: absolute;
	width: 30px;
	height: 70px;
	top: 50%;
	margin-top: -35px;
	background-color: rgba(0, 0, 0, .8);
	font-size: 30px;
	z-index: 11;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
}
.proc1_swiper .swiper-prev:hover, .proc1_swiper .swiper-next:hover{background-color: #ff4800}
.proc1_swiper .swiper-prev{left: 10px;}
.proc1_swiper .swiper-next{right: 10px}
.proc1_swiper img{width: 100%; height: 7rem; min-height: 300px; object-fit: contain}



.hot_list{margin: 0 auto; width: 80%;}
.hot_list li{
	width: 48%;
	margin-bottom: 20px;
	float: left;
}
.hot_list li a{
	display: block;
	position: relative;
	width: 100%;
	padding: 40% 0px;
}
.hot_list li:nth-of-type(2n+2){float: right;}
.hot_list li img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hot_list li p{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: 22px;
	opacity: 0;
	padding: 0 20px;
	transition: 0.3s;
}
.hot_list li:hover p{opacity: 1;}

.proc1{ margin-top: 0.5rem}

.fp-tableCell{position: relative;}
.phongbox{display: none; }

.phbox2 img, .phbox3 img{width: 100%; height: 100%; object-fit: cover; position: absolute; }
.phbox2 i{
	width: 2.535rem;
	height: 2.535rem;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -1.267rem;
	background: url('../images/phwordspic.png')no-repeat center center;
	background-size: 75%;
}
.phwords{position: absolute; padding: 70px 0px 20px; z-index: 5; top: 0px; bottom: 0px; right: 0px; left: 0px; display: flex; flex-direction: column; justify-content: space-between; align-items: center}

.phongbox::before{
	position: absolute; z-index: 2; top: 0px; bottom: 0px; right: 0px; left: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	content: '';
}

.phwords p{color: #fff; font-size: 0.75rem; line-height: 110%; text-align: center;  z-index: 5; position: relative;}
.phwords p span{display: block; font-size: 0.46rem; letter-spacing: 2px;}

.phwords h5{color: rgba(255, 255, 255, 0.5); position: relative; font-size: 38px; z-index: 5; padding: 15px 0px; line-height: 110%; text-align: center; font-family: 'serif';}
.phwords h5::after{
	width: 60px;
	height: 2px;
	background-color: #ff4800;
	bottom: 0px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	content: '';
}

.phwords h5::before{
	height: 41px;
	top: -31px;
	position: absolute;
	left: 0;
	right: 0px;
	background: url('../images/phdown.png')no-repeat center center;
	content: '';
	/* animation: huxi 2s ease 0s infinite; */
	transition: 0.4s;
	-webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: down-and-up;
    animation-name: down-and-up;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@keyframes down-and-up {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    60% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}


.phbox3_swpier{
	position: absolute;
	top: 0px;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.phbox3_swpier div{width: 100%; height: 100%;}
.phbox3_swpier .swiper-slide img{width: 100%; height: 100% ; object-fit: cover;}
.phbox3_swpier .swiper-slide{min-height: 100px; position: relative;}
.phbox3_swpier .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0;
	background-size: 18% auto;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 1s;
	animation: huxi1 2s ease 0s infinite;
}

@keyframes huxi1 {
	0%   {background-size: 18% auto;}
	50% {background-size: 22% auto;}
	100% {background-size: 18% auto;}
}


.phbox3_swpier .swiper-prev, .phbox3_swpier .swiper-next{
	position: absolute;
	width: 50px;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	font-size: 40px;
	z-index: 11;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
	opacity: 0.5;
	transition: 0.4s;
}

.phbox3_swpier .swiper-prev:hover, .phbox3_swpier .swiper-next:hover{opacity: 1;}
.phbox3_swpier .swiper-prev::before, .phbox3_swpier .swiper-next::before{content: none}
.phbox3_swpier .swiper-prev{left: 10px; background: url('../images/fengperv.png')no-repeat center center}
.phbox3_swpier .swiper-next{right: 10px; background: url('../images/fengnext.png')no-repeat center center}
.phbox4 .phwords{padding: 0;}
.phbox4 .phwords p {
	height: 12%;
	width: 100%;
	background-color: #fff;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.phbox4 .phwords h5{height: 8%; width: 100%; background-color: #fff;}
.phbox4 .phwords h5::before{background-image: url('../images/phdown1.png'); top: 0px; background-size: auto 28%;  }



.phbox4 .phwords h5::after{content: none;}

.phbox4 ul{ width: 100%; height: 80%;}
.phbox4 ul li{height: 25%; position: relative;}
/* .phbox4 ul li::after{
	position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
} */
.phbox4 ul li:nth-of-type(1){background: url('../images/phbox4_bg1.jpg')no-repeat center center; background-size: cover}
.phbox4 ul li:nth-of-type(2){background: url('../images/phbox4_bg2.jpg')no-repeat center center; background-size: cover}
.phbox4 ul li:nth-of-type(3){background: url('../images/phbox4_bg3.jpg')no-repeat center center; background-size: cover}
.phbox4 ul li:nth-of-type(4){background: url('../images/phbox4_bg4.jpg')no-repeat top center; background-size: cover}
.phbox4 ul li a {
	position: relative;
	height: 100%;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8rem;
	color: #ff4800;
}
/* .phbox4 ul.animated1 li:nth-of-type(1) a{ animation: wenzihuxi1 2s linear 2s infinite; animation-iteration-count:1; }
.phbox4 ul.animated1 li:nth-of-type(2) a{ animation: wenzihuxi2 2s linear 4s infinite; animation-iteration-count:1; }
.phbox4 ul.animated1 li:nth-of-type(3) a{ animation: wenzihuxi3 2s linear 6s infinite; animation-iteration-count:1; }
.phbox4 ul.animated1 li:nth-of-type(4) a{ animation: wenzihuxi4 2s linear 8s infinite; animation-iteration-count:1;}

.phbox4 ul.animated2 li:nth-of-type(1) a{ animation: wenzihuxi11 2s linear 2s infinite; animation-iteration-count:1; }
.phbox4 ul.animated2 li:nth-of-type(2) a{ animation: wenzihuxi22 2s linear 4s infinite; animation-iteration-count:1; }
.phbox4 ul.animated2 li:nth-of-type(3) a{ animation: wenzihuxi33 2s linear 6s infinite; animation-iteration-count:1; }
.phbox4 ul.animated2 li:nth-of-type(4) a{ animation: wenzihuxi44 2s linear 8s infinite; animation-iteration-count:1;}

@keyframes wenzihuxi1 {
	0%   {font-size: 1.22rem}
	50% {font-size: 1.5rem}
	100% {font-size: 1.22rem}
}

@keyframes wenzihuxi2 {
	0%   {font-size: 1.22rem}
	50% {font-size: 1.5rem}
	100% {font-size: 1.22rem}
}

@keyframes wenzihuxi3 {
	0%   {font-size: 1.22rem}
	50% {font-size: 1.5rem}
	100% {font-size: 1.22rem}
}

@keyframes wenzihuxi4 {
	0%   {font-size: 1.22rem}
	50% {font-size: 1.5rem}
	100% {font-size: 1.22rem}
}

@keyframes wenzihuxi11 {
	0%   {font-size: 1.22rem}
	50% {font-size: 1.5rem}
	100% {font-size: 1.22rem}
}

@keyframes wenzihuxi22 {
	0%   {font-size: 1.22rem}
	50% {font-size: 1.5rem}
	100% {font-size: 1.22rem}
}

@keyframes wenzihuxi33 {
	0%   {font-size: 1.22rem}
	50% {font-size: 1.5rem}
	100% {font-size: 1.22rem}
}

@keyframes wenzihuxi44 {
	0%   {font-size: 1.22rem}
	50% {font-size: 1.5rem}
	100% {font-size: 1.22rem}
} */


.box5{display: none !important}

.phbox5 .phwords{justify-content: center; background-color: #2c2c2c; }
.phbox5 .phwords>.words{
	display: flex;
	justify-content: space-around;
	padding-bottom: 20px;
	border-bottom: 1px solid #6f6f6f;
	width: 100%;
	width: 80%;
	margin: 0.8rem auto 20px;
}
.phbox5 .phwords>.words1{width: 80%;}

.phbox5 .phwords>.words p{
	font-size: 44px;
	line-height: 100%;
	color: #fff;
	margin-bottom: 0.5rem;
}
.phbox5 .phwords>.words a{
	display: block;

	color: #9d9d9d;
	font-size: 44px;	
	line-height: 120%;
	text-align: center
}

.phbox5 .bdsharebuttonbox a {
	float: none !important;
	vertical-align: middle;
	font-size: 16px !important;
	width: 0.75rem !important;
	height: 0.75rem !important;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center !important;
	border-radius: 50%;
	background-color: #9f9f9f;
	min-height: 30px;
	min-width: 30px;
	margin: 0 0.4rem ;
	padding: 2px !important;
}
.phbox5 .bdsharebuttonbox{text-align: center}
.phbox5 .bdsharebuttonbox .bds_weixin{background-image: url("../images/share_ico1.png") !important; background-size: auto 70%}
.phbox5 .bdsharebuttonbox .bds_tsina {background-image: url("../images/share_ico2.png") !important; background-size: auto 70%}
.phbox5 .bdsharebuttonbox .bds_sqq { background-image: url("../images/share_ico3.png") !important;  background-size: auto 70%}
.phbox5 .bdsharebuttonbox .bds_copy { background-image: url("../images/share_ico4.png") !important; background-size: auto 70% }

.phbox5 .words2 h3{font-size: 46px; line-height: 100%; color: #fff; padding: 0.8rem 0 5px; text-align: center;}
.phbox5 .words2 p{font-size: 24px; line-height: 100%; color: #fff; text-align: center; line-height: 150%}
.phbox5 .words2 p:nth-of-type(1){margin-bottom: 0.8rem; }
.swiper-slideph{display: none}

.phbox2 a{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 20;
	display: block
}

.pro_banner{
	margin: 0 auto;
	position: relative;
	display: none
}

.pro_banner .swiper-slide{min-height: 350px; position: relative; height: 5rem;}
.pro_banner .swiper-slide img{width: 100%; height: 100%; object-fit: cover}
.pro_banner .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-position: 50% 60%;
	background-repeat: no-repeat;
	transition: 1s;
	animation: huxi1 2s ease 0s infinite;
}

@keyframes huxi1 {
0%   {background-size: 18% auto;}
50% {background-size: 22% auto;}
100% {background-size: 18% auto;}
}


.pro_banner .swiper-prev, .pro_banner .swiper-next{
	position: absolute;
	width: 30px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	font-size: 40px;
	z-index: 11;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none
}
.pro_banner .swiper-prev::before, .pro_banner .swiper-next::before{content: none}
.pro_banner .swiper-prev{left: 10px; background: url('../images/fengperv.png')no-repeat center center}
.pro_banner .swiper-next{right: 10px; background: url('../images/fengnext.png')no-repeat center center}


.proc1{ overflow:hidden;}
.proc1.hidden2{height:0;}


.prosnav_swpier .swiper-prev, .prosnav_swpier .swiper-next{
	position: absolute;
	width: 10px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	z-index: 11;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
	transition: 0.4s;
}

.prosnav_swpier .swiper-prev:hover, .prosnav_swpier .swiper-next:hover{opacity: 1;}
.prosnav_swpier .swiper-prev::before, .prosnav_swpier .swiper-next::before{content: none}
.prosnav_swpier .swiper-prev{left: 10px; background: url('../images/fengperv1.png')no-repeat center center; background-size: contain}
.prosnav_swpier .swiper-next{right: 10px; background: url('../images/fengnext1.png')no-repeat center center; background-size: contain}

.fullImg{ max-height: unset !important; height: auto !important; }

.addernav form div{
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff
}

.addernav{
	position: absolute !important;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 20;
}

.addernav1 {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	padding-top: 20%;
}
/* .addernav1 .adderfiex1{height: 43%; margin-top: 2%; position: absolute; bottom: 0px; left: 0px; width: 100%; } */
.adderfiex22 {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	padding-top: 35%;
	height: 100%;
	width: 100%;
	z-index: 30;
	overflow-y: scroll;
}
.adderfiex1{  width: 100%; position: relative;z-index: 6;}
.adderfiex1::after{
	/* content: ''; */
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 2;
	top: 65px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	position: absolute
}
.adderfiex ul {
	max-width: 960px;
	margin: 0 auto 0px;
	position: relative;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .3);
	z-index: 5;
}

.adderfiex ul li{
	/* border-bottom: 1px solid #797979; */
	background-color: #fff;
	position: relative;
	animation-name: fadeInUp;
    animation-duration: 1.5s;
    animation-fill-mode: both;
}
.adderfiex ul li a{display: block; position: relative; width: 100%; height: 140px; pointer-events: none; display: flex;align-items: center; justify-content: space-between;}
.adderfiex ul li .words{float: left;  width: 70%; flex-grow: 1; padding: 0 70px}
.adderfiex ul li .words1{
	float: right;
	height: 100%;
	position: relative;
	width: 140px;
	transition: 0.4s;
	background: url('../images/adder.png')no-repeat center center;
	transition: 0.4s;
	border-left: 1px solid #d7d5d5;
}
.adderfiex li .words p{color: #8e8e8e; font-size: 24px; line-height: 40px; font-weight: bold; font-family: sans-serif; position: relative; z-index: 5;}
.adderfiex li .words h6{color: #8e8e8e; font-size: 16px; line-height: 150%; position: relative; z-index: 5;}
.adderfiex li:hover .words p{color: #ff4800}
.adderfiex li:hover .words h6{color: #ff4800}

.adderfiex li:hover .words1{
	background: url('../images/adder1.png')no-repeat center center;
	background-color: rgba(0, 0, 0, .2)
}

.prosnavmar::after{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, .4);
	z-index: 15;
	opacity: 0;
	transition: 0.5s;
	content: '';
	pointer-events: none;
}
.prosnavmar:hover::after{opacity: 1;}

.adderfiex1mark{display: none; position: absolute; top: 0px; left: 0px; z-index: 5; bottom: 0px; right: 0px; background: transparent;}


.box4_adder .addernav{
	position: absolute !important;
	padding-top: 25%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	display: none;
}
.box4_adder .addernavz{z-index: 25;}
.box4_adder .addernavz1{z-index: 25;}

.addernav .addernavwarp{
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
	position: relative;
	height: 38px;
}
.addernav .addernavwarp .addernavdiv {
	width: 340px;
	margin-right: 5px;
	background-color: transparent;
	border-radius: 10px;
	position: relative;
	border: 1px solid #fff;
	position: relative;
}
.addernav .addernavdivzindex{z-index: 13;}
.addernav .addernavwarp h5{
	width: 100%;
	background-color: transparent;
	height: 36px;
	line-height: 36px;
	color: #fff;
	padding-left: 25px;
	font-size: 18px;
	border-radius: 10px; 
	position: relative;
	border: 0px solid transparent;
	cursor: pointer;
	transition: 0.4s;
}
.addernav .addernavwarp ul {
	transition: 0.4s;
	overflow: hidden;
	height: 0px;
	position: absolute;
	top: 100%;
	left: 10px;
	right: 10px;
	overflow-y: scroll;
	background-color: #fff;
}

.addernav .addernavdiv:hover ul {height: auto; max-height: 288px}

.addernav .addernavwarp ul li{
	height: 36px;
	line-height: 36px;
	color: #fff;
	padding-left: 25px;
	transition: 0.4s;
	font-size: 18px;
	color: #1e1e1e;
	cursor: pointer;
	position: relative;
	z-index: 13;
}
.addernav .addernavdiv:hover h5{background-color: rgba(255,72,0, 0.3)}
.addernav .addernavwarp ul li:hover{background-color: #8e8e8e; color: #fff}
.addernav .addernavwarp ul li.li_act{background-color: #8e8e8e; color: #fff}
.addernav .addernavwarp h5::after{
	background: url('../images/addernav1.png')no-repeat center center;
	background-size: auto 50%;
	width: 60px;
	top: 0px;
	bottom: 0px;
	right: 8px;
	content: '';
	position: absolute;
	transition: 0.4s;
}
.addernav .addernavdiv:hover h5::after{transform: scale(1.2);z-index: 5; }

.box4_adder .adderfiex{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-top: 30%;
	overflow-y: scroll;
	display: none
}
.box4_adder .adderfiex1{z-index: 10;}
#topadder{margin-top: 60px;}


#index_sheng ul{display: none; height: auto;}
#index_city ul{display: none; height: auto;}

.all_list{margin-bottom: 1.5rem}
.newsl h6{
	font-size: 60px;
	line-height: 72px;
	color: #525252;
	padding: 40px 30px 35px;
	font-weight: bold;
}
.all_list p{
	font-size: 20px;
	line-height: 30px;
	padding: 0px 30px;
	color: #737373;
	text-align: justify;
	/* font-family: '宋体'; */
}

.newsl .pic2{
	display: block;
	float: left;
	width: 70.5%;
}

.newsl .div1{margin-top: 1rem; position: relative;}
.newsl .words1{float: right; width: 29.5%} 
.newsl .words1 p{font-size: 22px; margin-bottom: 0.5rem; text-align: justify}
.newsl .words1 p:last-of-type{margin-bottom: 0px}
.newsl .words2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	width: 57%;
}
.newsl .words2 img{margin-top: 10px}
.newsl .words2 p {text-indent: 0px;}



.wenl img:nth-of-type(3){float: left; width: 55%; margin-right: 20px}
.casel p{margin: 0.6rem 0 1.45rem}
.casel .pic3{display: none}

.danl>p:nth-of-type(1){margin-top: 0.5rem}
.danl>div{margin-top: 1.5rem}
.danl .words2 img{width: 62%; float: left; margin-right: 30px}
.danl .words3 img{width: 62%; float: right; margin-left: 30px}
.danl .words4{width: 81%;}
.danl .words4 p{margin-top: 30px}
.danl .words5 p{margin-top: 30px}

.jingl>p{margin-top: 0.8rem}
.jingl>img{margin-top: 0.8rem}
.jingl>img:nth-of-type(1){margin-top: 0}

.jingl .words1{margin-top: 0.88rem}
.jingl .words1 img{float: left; width: 59%; margin-right: 30px;}

.lingl>p{margin-top: 0.65rem}
.lingl>img{margin-top: 0.65rem}
.lingl>img:nth-of-type(1){margin-top: 0}

.lingl .words1{margin-top: 0.75rem}
.lingl .words1 img{float: right; width: 45%; margin-right: 36px; position: relative; top: -200px; box-shadow: -14px 13px 8px 0px rgba(0, 0, 0, .2)}
.lingl .words1 p{float: left; width: 50%; padding-right: 10%}

.lingl .words2>img{float: left; width: 57%; }
.lingl .words2 p{float: right; width: 27%; }
.lingl .words2 p img{margin-top: 1.6rem; }

.lingl .words3{margin-top: 0.7rem}
.lingl .words3 img{display: none}

.fenggeprov{margin-top: 0.6rem}

.pro_listsou{padding: 0 50px;}

.pagedownmark{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #fff;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 50px;
	color: #000
}

.banner_act12{padding: 0px;}
.banner_act12 img{position: relative !important;}
.banner_act12 .addernavwarp {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
    z-index: 9;
	position: absolute ;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.banner_act12 .addernavwarp .addernavdiv {
	width: 50%;
	min-width: 250px;;
	margin: 15px 0;
    margin-right: 5px;
    background-color: transparent;
    border-radius: 10px;
    position: relative;
    border: 1px solid #fff;
    position: relative;
}

.banner_act12 .addernavwarp h5 {
    width: 100%;
    background-color: transparent;
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding-left: 25px;
    font-size: 18px;
    border-radius: 10px;
    position: relative;
    border: 0px solid transparent;
    cursor: pointer;
    transition: 0.4s;
}

.banner_act12 .addernavwarp ul {
	transition: 0.4s;
	overflow: hidden;
	height: 0px;
	position: absolute;
	top: 100%;
	left: 10px;
	right: 10px;
	overflow-y: scroll;
	background-color: #fff;
}

.banner_act12 .addernavdiv:hover ul {height: auto; max-height: 288px}

.banner_act12 .addernavwarp ul li{
	height: 36px;
	line-height: 36px;
	color: #fff;
	padding-left: 25px;
	transition: 0.4s;
	font-size: 18px;
	color: #1e1e1e;
	cursor: pointer;
	position: relative;
	z-index: 13;
}
.banner_act12 .addernavdiv:hover h5{background-color: rgba(255,72,0, 0.3)}
.banner_act12 .addernavwarp ul li:hover{background-color: #8e8e8e; color: #fff}
.banner_act12 .addernavwarp ul li.li_act{background-color: #8e8e8e; color: #fff}
.banner_act12 .addernavwarp h5::after{
	background: url('../images/addernav1.png')no-repeat center center;
	background-size: auto 50%;
	width: 60px;
	top: 0px;
	bottom: 0px;
	right: 8px;
	content: '';
	position: absolute;
	transition: 0.4s;
}
.banner_act12 .addernavdiv:hover h5::after{transform: scale(1.2);z-index: 5; }
.banner_act12 .addernavwarp::before{
	background: url('../images/adderpicbg.png')no-repeat center center;
	position: relative;
	height: 70px;
	width: 100%;
	content: '';
	background-size: 50%;
}

#page_add  ul li a{height: 100px;;}
#page_add ul li .words1{height: 100%;}
#page_add ul{position: relative; top: -50px; box-shadow: none}
#page_add li .words p{line-height: 170%}
.adderfiex li .words h6{line-height: 150%;}

.banner_act122{position: absolute; top: 0px; height: 17.75rem; left: 0px; width: 100%;}

#page_add ul li{margin-bottom: 8px; box-shadow: 0 7px 20px rgba(0, 0, 0, .3)}

body .viewer-backdrop{background-color: rgba(0, 0, 0, 0.4)}
/* body .viewer-button{background-color: rgba(255, 255, 255, 0.5)} */
/* body .viewer-toolbar li{background-color: rgba(255, 255, 255, 0.2)} */


.sonpage{
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	background-color: rgba(0, 0, 0, .8)
}

.pageson{max-width: 1436px; width: 100%}
.pageson{background-color: #fff; padding: 26px 0.5rem 0.4rem; position: relative;}
.page3d .wen{
	display: block;
	background: url('../images/wen3d.png')no-repeat 0 0;
	width: 100%;
	height: 39px;
	background-size: contain
}

.pagedown .wen{
	background: url('../images/wendown.png')no-repeat 0 0;
	display: block;
	width: 100%;
	height: 39px;
	background-size: contain
}

.pagefalv .wen{
	background: url('../images/wenfalv.png')no-repeat 0 0;
	display: block;
	width: 100%;
	height: 39px;
	background-size: contain
}


.pageclose{
	display: block;
    width: 25px;
	height: 25px;
	position: absolute;
	right: 0.16rem;
	top: 0.16rem;
	cursor: pointer;
}

.pageclose span:nth-of-type(1) {
    top: 50%;
    left: 0px;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 25px;
    margin-top: -1px;
    background: #646464;
	transition: .2s ease;
	position: absolute;
    transform: rotate(45deg);
}

.pageclose span:nth-of-type(2){
    top: 50%;
    left: 0px;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 25px;
    margin-top: -1px;
    background: #646464;
	transition: .2s ease;
	position: absolute;
    transform: rotate(-45deg);
}
.pageclose:hover span{background-color: #ff4800}

.page3d_swiper{margin-top: 0.7rem; position: relative;}

.page3d_button{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}

.page3d_button .swiper-prev, .page3d_button .swiper-next{
	font-size: 25px;
	color: #818181
}
.page3d_button .swiper-pagination_page3d{margin: 0 15px; display: flex; justify-content: center; align-items: center}
.page3d_button .swiper-pagination-bullet{margin: 0 12px; opacity: 1; background-color: #c5c5c5;}
.page3d_button .swiper-pagination-bullet-active{background-color: #ff4800;}

.page3d_swiper .pic{
	position: relative;
	width: 100%;
	padding: 50% 0px;
	margin-bottom: 0.45rem;
}
.page3d_swiper .pic img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.page3d_swiper p{
	font-size: 18px;
	line-height: 24px;
	color: #646464;
	overflow: hidden;
	height: 48px;
}

.pagedown ul{display: flex; justify-content: center; align-items: center; margin-top: 10px;}
.pagedown ul li{
	font-size: 18px;
	line-height: 54px;
	height: 54px;
	color: #979696;
	text-align: center;
	width: 142px;
	box-shadow: 0 4px 10px -1px rgba(0, 0, 0, .3);
	margin: 0 5px;
	transition: 0.4s;
	position: relative;
	cursor: pointer;
}
.pagedown ul .li_act{
	transform: scale(1.1);
	background-color: #ff4800;
	color: #fff;
}

.pagedown_wapper{ max-width: 1155px; margin: 0 auto; margin-top: 0.6rem;}
.pagedown_swiper{display: none}
.pagedown_swiper:nth-of-type(1){display: block}
.pagedown_swiper .swiper-container{height: 5rem; min-height: 265px; padding-top: 20px;}
.pagedown_wapper .swiper-slide .words{
	float: left;
	width: 95%;
	border-bottom: 2px solid #969696;

}

.pagedown_wapper .swiper-slide .words p{
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #979696;
}
.pagedown_wapper .swiper-slide i{
	float: right;
	display: block;
	background: url('../images/pagedown1.png')no-repeat bottom center;
	width: 53px;
	height: 40px;
}

.pagedown_wapper .swiper-slide:hover .words p{color: #ff4800;}
.pagedown_wapper .swiper-slide:hover .words{border-color: #ff4800}
.pagedown_wapper .swiper-slide:hover i {
	background: url('../images/pagedown2.png')no-repeat bottom center;
	height: 53px;
	position: relative;
	top: -10px
}

.pagefalv h2{
	text-align: center;
	font-size: 72px;
	line-height: 110%;
	margin: 15px 0 60px; 
	color: #979696
}

.pagefalv p{
	text-indent: 2em;
	font-size: 18px;
	line-height: 45px;
	color: #979696
}

.pagefalv h3{
	text-indent: 2em;
	font-size: 18px;
	line-height: 45px;
	color: #979696;
	text-align: right;
	margin-top: 20px;
}

.pagefalv .words{max-width: 1100px; margin: 0 auto}

.pagejoin{position: relative; }
.pagejoin .wen{
	background: url('../images/wenliuyan.png')no-repeat 0 0;
	display: block;
	width: 39px;
	height: 470px;
	background-size: contain;
	position: absolute;
	left: 0.35rem;
	top: 0.2rem;
}

.pagejoin form{max-width: 600px; margin: 20px auto 0px}
.pagejoin form>div{margin-bottom: 16px;}
.pagejoin form p{
	display: inline-block;
	font-size: 20px;
	line-height: 34px;
	color: #323232;
	margin-right: 10px;
	width: 20%;
	text-align: right;
}
.pagejoin form .input input{
    width: 60%;
    height: 34px;
    padding-left: 20px;
    font-size: 16px;
    color: #bdbdbd;
    border: 1px solid #a6a6a6;
    transition: .6s;
	display: inline-block;
	border-radius: 7px;
}
.pagejoin form .formCon {
    width: 70%;
    height: 170px;
	padding-top: 10px;
	padding-left: 20px;
    font-size: 16px;
    color: #bdbdbd;
    transition: .6s;
    border: 1px solid #a6a6a6;
    letter-spacing: 1px;
	border-radius: 7px;
    resize: none;
}
.pagejoin form .input:nth-of-type(4) p{float: left;}

.msg_form .ver_code {border-bottom: 0 !important;}

.msg_form .ver_code .code-box {
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    width: 70%;
    height: 40px;
    color: #fff;
    text-shadow: 1px 1px 1px black;
    background: rgba(0, 0, 0, 0.16);
    border: 0;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
	outline: none;
	margin-left: -7px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}

.msg_form .ver_code .code-box p, .msg_form .ver_code .code-box span {
    margin-top: 0 !important;
    color: #fff !important;
    display: block;
    position: absolute;
    left: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}
.msg_form .ver_code .code-box span {
    width: 40px;
    font-family: "宋体";
    font-size: 16px;
    cursor: pointer;
    background: #fff;
}
.msg_form .button{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 100%;
	padding-top: 15px;
}

.msg_form .button input{
    width: 125px;
    height: 30px;
    margin-right: 10px;
	cursor: pointer;
	height: 30px;
	font-size: 20px;
	background-color: #757575;
	border: 0px;
	color: #fff;
	display: block
}

.msg_form .button .form_reset{background-color: #ff4800}

.join_right{
	float: right;
	width: 72%;
	background-color: #fff;
	padding: 6.2% 5.1% 0.3rem
}
.join_right h6{
	font-size: 48px;
	text-transform: uppercase;
	color: #646464;
	line-height: 50px;
}

.majoin{margin-top: 0.5rem}
.majoin .formright{
	float: right;
	width: 155px;
	position: relative;
}
.majoin .formright input {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
}

.majoin .formright img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 168px;
	z-index: 4;
	object-fit: cover
}
.majoin .formright h5{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 168px;
	border: 1px solid #a6a6a6;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #969696
}
.majoin .formright p{
	padding-top: 5px;
	border-bottom: 1px solid #c8c8c8;
	text-align: center;
	color: #969696;
	line-height: 22px;
	
}

.majoin .formleft {
	float: left;
	width: 455px;
}

.majoin .formleft input{
	border: 0px;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	height:36px;
	font-size: 16px;
	color: #000;
	width: 100%;
	margin-bottom: 16px;
	outline: none;
	padding-left: 5px;
}

.majoin .formleft input::-webkit-input-placeholder{color: #969696cf;}
.majoin .formleft input:-moz-placeholder{color: #969696cf;}
.majoin .formleft input::-moz-placeholder{color: #969696cf;}
.majoin .formleft input:-ms-input-placeholder{color: #969696cf;}
.majoin .formleft input::placeholder{color: #969696cf;}

.majoin h4{
	font-size: 16px;
	color: #969696;
	padding-left: 5px;
	line-height: 36px;
}

.majoin .formCon {
	width: 100%;
	height: 155px;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 16px;
	color: #bdbdbd;
	transition: .6s;
	border: 1px solid #a6a6a6;
	letter-spacing: 1px;
	resize: none;
	margin-bottom: 20px;
}
 
.majoin .ver_code {border-bottom: 0 !important; float: left;}

.majoin .ver_code .code-box {
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    width: 200px;
    height: 34px;
    color: #fff;
    text-shadow: 1px 1px 1px black;
    background: rgba(0, 0, 0, 0.16);
    border: 0;
    border-radius: 5px;
	outline: none;
	margin-left: -7px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}

.majoin .ver_code .code-box p, .majoin .ver_code .code-box span {
    margin-top: 0 !important;
    color: #fff !important;
    display: block;
    position: absolute;
    left: 0;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 5px;
}
.majoin .ver_code .code-box span {
    width: 40px;
    font-family: "宋体";
    font-size: 16px;
    cursor: pointer;
    background: #fff;
}


.majoin .ver_code p {
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    color: #969696;
    margin-right: 10px;
    text-align: right;
}
.majoin .form_submit{
	float: right;
	width: 155px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	background-color: #ff4800;
	border: 0px;
	cursor: pointer;
} 
.majoin .form_submit_default{background-color: #c8c8c8}

.join_left {
	position: absolute;
	width: 22%;
	left: 15px;
	top: 0px;
	bottom: 0px;
	background-color: #fff;
	padding: 6% 2% 0px;
}

.join_left h5 {
    font-size: 48px;
    text-transform: uppercase;
    color: #646464;
    line-height: 50px;
}

.join_left p {
    font-size: 16px;
    text-transform: uppercase;
    color: #646464;
	line-height: 20px;
	margin-top: 25px;
}

.join_warp{
	z-index: 5; position: relative; top: -1.6rem;
}

.shibai{
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 200;
	display: none;
	background-color: rgba(0, 0, 0, .6)
}
.shibaicon{
	max-width: 600px;
	width: 100%;
	height: 300px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.shibaicon i{
	background: url('../images/shibai.png')no-repeat center center;
	display: block;
	height: 79px;
	width: 100%;
	margin-bottom: 15px;
}
.shibaicon p{
	font-size: 30px;
	line-height: 130%;
	text-align: center;
	color: #959595;
	margin-bottom: 10px;
}

.suesss i{
	background: url('../images/shibai.png')no-repeat center center;
	display: block;
	height: 79px;
	width: 100%;
}

.pageclose1 {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0.16rem;
    top: 0.16rem;
    cursor: pointer;
}

.pageclose1 span:nth-of-type(1) {
    top: 50%;
    left: 0px;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 25px;
    margin-top: -1px;
    background: #646464;
	transition: .2s ease;
	position: absolute;
    transform: rotate(45deg);
}

.pageclose1 span:nth-of-type(2){
    top: 50%;
    left: 0px;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 25px;
    margin-top: -1px;
    background: #646464;
	transition: .2s ease;
	position: absolute;
    transform: rotate(-45deg);
}
.pageclose1:hover span{background-color: #ff4800}

.viewer-toolbar{display: none}

.dingl li .pic{margin-bottom: 0px; padding: 50% 0px;}
.dingl li{padding: 13px; border-radius: 0px; position: relative;}
.dingl .words{
	position: absolute;
	top: 13px;
	bottom: 13px;
	left: 13px;
	right: 13px;
	background-color: rgba(0, 0, 0, .6);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
}

.dingl .words h5, .dingl .words p{display: none}
.dingl .words h6{color: #fff; border: 0px; font-size: 22px;}
.dingl li:hover .words{background-color: rgba(0, 0, 0, 0);}
.dingl li:hover .words h6{font-size: 26px; }

.dingcon{background-color: #fff; max-width: 1050px; margin: 20px auto; padding-bottom: 30px;}
.dingtop{background:url('../images/ding_pic1.jpg')no-repeat top right; height: 3.65rem; min-height: 200px;}

.dingtop h6{width: 218px; padding: 10px 0px; background-color: #000; margin: 0px 72px 0 auto; min-height: 86px; display: flex; justify-content: center; flex-direction: column; align-items: center; color: #fff; font-size: 30px;}
.dingtop h6 span{display: block; width: 100%; line-height: 16px; padding: 0 5px; margin-top: 7px; font-size: 12px; text-align: center}

.dingcon .words{margin-left: 50px; position: relative; top: -185px; }
.dingcon .words h5{font-size: 90px; line-height: 110%; margin-bottom: 20px; color: #fff; font-weight: bold}
.dingcon .words div{
	background:url('../images/ding_pic2.jpg')no-repeat center center;
	width: 380px;
	height: 380px;
	color: #fff;
	text-indent: 2em;
	padding: 15px;
}

.dingc{position: relative; min-height: 850px}
.dingc::before{
	position: absolute;
	width: 361px;
	height: 924px;
	content: '';
	top: -125px;
	right: 0px;
	background: url('../images/ding_bg2.png')no-repeat center center
}
.dingconli{width: 655px; margin-right: 70px; margin-left: auto; position: relative; top: -260px; z-index: 5; }
.dingconli li{
	float: left;
	width: 326px;
	margin-bottom: 2px;
	transition: 0s;
	position: relative;height: 190px;
}
.dingconli li:nth-of-type(2n+2){float: right;}

.dingconli li img{width: 100%; height: 100%;  object-fit: cover; }
.dingconli li:hover{transform: scale(1.3); transition: 0.2s; z-index: 10; box-shadow: 0px 5px 20px rgba(0, 0, 0, .4)}
.dingconli li::before{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	content: '';
	background-color: rgba(0, 0, 0, .6);
	z-index: 1;
	transition: 0.4s;
}
.dingconli li:hover::before{background-color: rgba(0, 0, 0,0); z-index: -10;}
















/*=================内页样式            结束=======================*/


/*=================部分公共样式            开始==========================*/
.wrapper {
	width: 100%;
	min-width: 320px;
	margin: auto;
	overflow: hidden;
}

.warp{
	position: absolute !important;
	top: 0px;
	left: 0px;
	overflow: hidden;
	bottom: 0px;
	right: 0px;
	z-index: 4;
	padding-top: 6%;
}

.layout {
	box-sizing: border-box;
	width: 100%;
	max-width: 1370px;
	margin-left: auto;
	margin-right: auto;
}

.clearfix::after{
	clear: both;
	content: '';
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: block;
}
.ulclearfix ul::after{
	display: block;
	overflow: hidden;
	clear: both;
	width: 0px;
	height: 0px;
	content: '';
}

.liclearfix li::after{
	display: block;
	overflow: hidden;
	clear: both;
	width: 0px;
	height: 0px ;
	content: '';
}
body .swiper-container{overflow: hidden;}

/*=================部分公共样式            结束====================*/
.pril{max-width: 1150px; }