@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: "AvantGardeLT";
	src: url('../fonts/AvantGardeLT.otf') format('truetype');
}
@font-face {
	font-family: "DrukWide";
	src: url('../fonts/DrukWide.ttf') format('truetype');
}
@font-face {
	font-family: "gothic_b";
	src: url('../fonts/gothic_b.ttf') format('truetype');
}
@font-face {
	font-family: "Helvetica85";
	src: url('../fonts/HelveticaNeueLTW1G-Hv.otf') format('truetype');
}
@font-face {
	font-family: "AvantGardeDemi";
	src: url('../fonts/AvantGardeDemi.ttf') format('truetype');
}
@font-face {
	font-family: "futurabq-bold";
	src: url('../fonts/futurabq-bold.otf') format('truetype');
}
.container{
	width: 90%;
	max-width: 1500px;
	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{
	padding: 0 5% 0 2%;
	z-index: 99;
	position: relative;
}
.menu{
}
.menu li{
	display: block;
	line-height: 80px;
}
.menu>li.this>a,
.menu>li:hover>a{
	background: #f00;
	color: #fff;
}
.menu li a{
	color: #62605e;
	display: block;
	font-family: "Arial";
	font-size: 20px;
	padding: 0 35px;
	-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{
	position: absolute;
	left: 0;
	top: 80px;
	background: #323e48;
	width: 100%;
	justify-content: flex-start;
	opacity: 0;
	z-index: -1;
	transform: translateY(-80px);
	-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.open{
	opacity: 1;
	transform: translateY(0);
}
.menu li ul li{
	line-height: 52px;
}
.menu li ul li a{
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}
.search{
	margin: auto auto auto 50px;
}
.search .stext{
	height: 30px;
	display: block;
	border: none;
	border-bottom: 3px solid #dedfdf;
	color: #333;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	width: 220px;
}
.nlogo{
	position: absolute;
	top: 0;
	right: 5%;
}
.aboutbg{
	background: url("../images/bg_about.png") center top no-repeat;
	background-size: cover;
	padding: 175px 0 60px 0;
}
.aboutbg .container{
	justify-content: flex-end;
}
.aboutbg .about{
	width: 910px;
	padding: 0 35px 0 0;
	position: relative;
}
.aboutbg .about .stitle_about{
	position: absolute;
	right: 0;
	top: -65px;
}
.aboutbg .about .about_title{
	font-size: 26px;
	color: #5e6a72;
	font-family: "AvantGardeLT";
	margin: 70px 0 10px 0;
	text-transform: uppercase;
	font-weight: bold;
}
.aboutbg .about .text{
	color: #323e48;
	font-size: 18px;
	line-height: 30px;
	font-family: "AvantGardeLT";
}
.aboutbg .about .text *{
	font-family: "AvantGardeLT";
}


.envslide{
	margin: 15px 0 0 0;
	position: relative;
}
.envslide .pic{
	margin: 0 15px 0 0;
}
.envslide,
.envslide .swiper-container,
.envslide .swiper-container .swiper-wrapper,
.envslide .swiper-container .swiper-wrapper .swiper-slide,
.envslide .pic{
	height: 305px !important;
}
.envslide .swiper-container .swiper-wrapper .swiper-slide{
	width: auto !important;
}

.zhanlanlist li:hover .pic img,
.storylist li:hover .pic img,
.tjstorylist li:hover .pic img,
.envslide .pic:hover img{
	transform: scale(1.1);
}



.swiper-button-envslide{
	position: absolute;
	top: 50%;
	width: 104px;
	height: 104px;
	margin-top: -52px;
	background: url("../images/arrow_env.png") center no-repeat;
	z-index: 2;
	cursor: pointer;
}
.swiper-button-prev-envslide{
	left: 3%;
	transform: rotate(180deg);
}
.swiper-button-next-envslide{
	right: 3%;
}


.businessmap{
	background: #f6f6f6;
}

.mapbg{
	padding: 90px 0 70px 0;
	background: #f6f6f6;
}

.mapbg .text{
	max-width: 1260px;
	margin: -70px auto 0 auto;
}
.mapbg .text .text1{
	font-size: 34px;
	color: #323e48;
	font-family: "AvantGardeLT";
	font-weight: bold;
	font-style: italic;
}
.mapbg .text .text2{
	font-size: 26px;
	color: #323e48;
	font-family: "AvantGardeLT";
	margin: 10px 0;
}
.mapbg .text .text3{
	line-height: 60px;
	background: #f00;
	font-size: 38px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}

.maparea{
	position: relative;
}
.mapdot{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.mapdot li{
	display: block;
	position: absolute;
	width: 44px;
	height: 72px;
	background: url("../images/mapdot.png") center no-repeat;
	cursor: pointer;
}
.mapdot li.beimei{		left: 17%;		top: 47%;	z-index: 7;}
.mapdot li.nanmei{		left: 32%;		top: 49%;	z-index: 6;}
.mapdot li.feizhou{		left: 52%;		top: 29%;	z-index: 5;}
.mapdot li.zhongdong{	left: 58%;		top: 16%;	z-index: 4;}
.mapdot li.ouzhou{		left: 54%;		top: 1%;	z-index: 3;}
.mapdot li.yazhou{		left: 68%;		top: 8%;	z-index: 2;}
.mapdot li.zhongguo{	left: 75%;		top: 32%;	z-index: 1;}

.mapdot li .text{
	position: absolute;
	left: 50px;
	top: 100%;
	padding: 10px 20px;
	background-color: #fff;
	max-width: 300px;
	line-height: 34px;
	color: #323e48;
	font-family: "AvantGardeLT";
	box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
	opacity: 0;
	transform: scale(0);
	z-index: 9;
	transform-origin: left center;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.mapdot li:hover .text{
	opacity: 1;
	transform: scale(1);
	width:150px;
}

.sprocate{
	background: #f0f3f4;
}
.sprocate .text1{
	color: #5b6770;
	opacity: .15;
	font-size: 88px;
	word-break: keep-all;
	text-align: center;
	padding: 30px 0 0 0;
	line-height: 70px;
	font-family: "DrukWide";
}
.sprocateslide{
	position: relative;
}
.sprocatelist{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.sprocatelist li{
	display: block;
	background: rgba(255,255,255,.8);
	padding: 15px 20px;
	width: 24.5%;
	box-sizing: border-box;
	color: #323e48;
	cursor: pointer;
	word-break: keep-all;
}
.sprocatelist li.this{
	background: rgba(255,0,0,.8);
	color: #fff;
}
.sprocatelist li strong{
	font-weight: normal;
	font-size: 24px;
	font-family: "DrukWide";
}
.sprocatelist li p{
	font-size: 26px;
	font-family: "AvantGardeDemi";
	font-weight: bold;
	font-style: italic;
}
.banner li:hover img{
	transform: scale(1.1);
}
.sprocatepic .pic:hover img{
	transform: scale(1.1);
}

.story{
	max-width: 1440px;
	margin: 110px auto;
	background: url("../images/bg_story.jpg") center top repeat-y;
	background-size: contain;
}
.story .stitle_story{
	margin: 0 0 0 285px;
	padding: 45px 0 30px 0;
}

.tjstorylist{
	max-width: 1200px;
	margin: 0 0 0 150px;
}
.tjstorylist li{
	display: block;
	margin: 0 8px 0 0;
	position: relative;
}
.tjstorylist li,
.tjstorylist li .pic{
	height: 300px;
}
.tjstorylist li:nth-child(1){
	width: 374px;
}
.tjstorylist li:nth-child(2){
	width: 395px;
}
.tjstorylist li:nth-child(3){
	width: 412px;
	margin: 0;
}

.storylist{
	max-width: 1350px;
	margin: 10px 0 0 0;
}
.storylist li{
	display: block;
	margin: 0 8px 0 0;
	position: relative;
}
.storylist li.color{
	width: 290px;
	background: #f00;
	margin: 0 8px 0 0;
}
.storylist li,
.storylist li .pic{
	height: 260px;
}
.storylist li.more{
	width: 325px;
	background: #5f6a72;
	margin: 0;
}
.storylist li.more a{
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/videomore.jpg") center top no-repeat;
}
.storylist li:nth-child(2){
	width: 340px;
}
.storylist li:nth-child(3){
	width: 355px;
}

.videoplay{
	width: 96px;
	height: 96px;
	background: url("../images/btn_play.png") center no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -48px;
	cursor: pointer;
	margin-top: -48px;
}

.zhanlanlist{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.zhanlanlist li{
	display: block;
	margin: 0 8px 0 0;
}
.zhanlanlist li,
.zhanlanlist li .pic,
.zhanlanlist li a{
	display: block;
	height: 300px;
}
.zhanlanlist1 li:nth-child(1){
	width: 600px;
}
.zhanlanlist1 li:nth-child(2){
	width: 415px;
}
.zhanlanlist1 li:nth-child(3){
	width: 409px;
	margin: 0;
}
.zhanlanlist1 li:nth-child(3) a{
	background: url("../images/2023.jpg") center top no-repeat;
}

.zhanlanlist2{
	margin: 8px 0 0 0;
	padding: 0 0 70px 0;
}
.zhanlanlist2 li,
.zhanlanlist2 li .pic{
	height: 260px;
}
.zhanlanlist2 li:nth-child(1){
	width: 340px;
	background: #c4c7c8;
}
.zhanlanlist2 li:nth-child(2){
	width: 356px;
}
.zhanlanlist2 li.more{
	width: 515px;
}
.zhanlanlist2 li.more a{
	display: block;
	width: 100%;
	height: 100%;
}


.footer{
	background: url("../images/bg_footer.jpg") center no-repeat;
	background-size: cover;
	padding: 70px 0 30px 0;
}
.flogo{
	margin: 0 0 30px 0;
}
.fpro{
	justify-content: flex-start;
	align-items: flex-start;
}
.fpro li{
	display: block;
	font-size: 24px;
	color: #5b6770;
	line-height: 34px;
}
.fpro li:first-child{
	margin: 20px 0 10px 0;
}
.fpro li a{
	display: block;
	font-size: 20px;
	color: #5b6770;
}
.fpro1{
	margin: 0 70px 0 0;
}

.cr{
	margin: 30px 0 0 0;
	font-size: 26px;
	color: #5b6770;
	font-family: "AvantGardeLT";
}
.cr *{
	font-family: "AvantGardeLT";
}

.footer .container{
	background: url("../images/fpic.png") center right no-repeat;
	mix-blend-mode: multiply;
	background-size: 50%;
}



.redline{
	width: 100%;
	height: 77px;
	background: #f00;
}



.nmessage{
	background: url("../images/bg_contact.jpg") center top repeat-y;
	padding: 180px 0 300px 0;
}
.nmessage .container{
	max-width: 1220px;
}
.nmessage .companyname{
	font-size: 30px;
	color: #5b6770;
	font-family: "AvantGardeLT";
}
.nmessage .text{
	font-size: 22px;
	color: #5b6770;
	line-height: 40px;
	margin: 40px 0 0 0;
}


.nmessageform{
	background: url("../images/bg_la1.png") center top no-repeat;
	padding: 30px 0 190px 0;
	margin: 40px 0 0 0;
	height: 775px;
	box-sizing: border-box;
}

.nmessageform form{
	max-width: 1020px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.nmessageform li{
	display: block;
	width: 32%;
}
.nmessageform li input{
	width: 100%;
	border: 4px solid #e7e9e9;
	height: 62px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 30px;
	color: #5b6770;
}


.nmessageform li input::-webkit-input-placeholder{		color: #d0d3d4; font-size: 20px;}
.nmessageform li input::-moz-input-placeholder{			color: #d0d3d4; font-size: 20px;}
.nmessageform li input::-ms-input-placeholder{			color: #d0d3d4; font-size: 20px;}
.nmessageform li input::-o-input-placeholder{			color: #d0d3d4; font-size: 20px;}
.nmessageform li textarea::-webkit-input-placeholder{	color: #d0d3d4; font-size: 20px;}
.nmessageform li textarea::-moz-input-placeholder{		color: #d0d3d4; font-size: 20px;}
.nmessageform li textarea::-ms-input-placeholder{		color: #d0d3d4; font-size: 20px;}
.nmessageform li textarea::-o-input-placeholder{		color: #d0d3d4; font-size: 20px;}



.nmessageform li.lytext{
	width: 100%;
	margin: 20px 0 0 0;
}
.nmessageform li.lytext textarea{
	width: 100%;
	height: 350px;
	padding: 20px;
	border: 4px solid #e7e9e9;
	box-sizing: border-box;
	font-size: 30px;
}

.nmessageform .subbutton{
	width: 331px;
	line-height: 85px;
	text-align: center;
	font-size: 38px;
	color: #7c868d;
	background: url("../images/bg_subbutton.jpg") center no-repeat;
	margin: 20px auto 0 auto;
	cursor: pointer;
}

.nevents{
	max-width: 1440px;
	padding: 70px 0 100px 0;
}
.nevents li{
	display: block;
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
}
.nevents li:nth-child(2n){
	margin: 0 0 2% 0;
}
.nevents li .eventstitle{
	color: #7c868d;
	font-family: "AvantGardeLT";
	font-size: 26px;
	font-weight: bold;
	margin: 60px 0 40px 0;
	padding: 0 0 25px 0;
	border-bottom: 5px solid #f00;
}
.nevents li:hover .pic img{
	transform: scale(1.1);
}


.swiper-pagination-events{
	width: 100%;
	text-align: center;
	margin: 25px 0 0 0;
}
.swiper-pagination-events span{
	width: 30px;
	height: 15px;
	border-radius: 0;
	background: #a5acb0;
	opacity: 1;
	margin: 0 5px;
}
.swiper-pagination-events span.swiper-pagination-bullet-active{
	background: #f00;
}

.banner li:hover .pic img{
	transform: scale(1.1);
}
.banner .swiper-pagination-banner{
	bottom: 30px;
}
.banner .swiper-pagination-banner span{
	width: 30px;
	height: 5px;
	border-radius: 0;
	background: #a5acb0;
	opacity: 1;
	margin: 0 5px;
}
.swiper-pagination-banner span.swiper-pagination-bullet-active{
	background: #f00;
}
.banner_events li:hover .pic img{
	transform: scale(1.1);
}
.banner_events .swiper-pagination-banner_events{
	bottom: 30px;
}
.banner_events .swiper-pagination-banner_events span{
	width: 30px;
	height: 5px;
	border-radius: 0;
	background: #a5acb0;
	opacity: 1;
	margin: 0 5px;
}
.swiper-pagination-banner_events span.swiper-pagination-bullet-active{
	background: #f00;
}
.nbanner{
	position: relative;
}
.banneritem{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.banneritem li{
	background: rgba(255,255,255,.75);
	color:#323e48;
	width: 24.9%;
	padding: 15px 15px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.banneritem li span{
	font-weight: normal;
	font-size: 24px;
	font-family: "DrukWide";
}
.banneritem li p{
	font-size: 26px;
	font-family: "AvantGardeLT";
	font-weight: bold;
}
.banneritem li.this{
	background: rgba(255,0,0,.75);
	color: #fff;
}

.catepic{
	max-width: 1440px;
	display: block;
	margin-top: 110px;
}
.catepic img{
	/* margin: 0 5px;
	border: 2px solid #8a9298;
	border-radius: 50%; */
	width: 100%;
}
.catepic p{
	width: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.nprocatename{
	color: #323e48;
	font-size: 36px;
	font-family: "AvantGardeLT";
	position: relative;
	z-index: 1;
	padding: 0 0 20px 0;
	border-bottom: 8px solid #d0d3d4;
}
.nprocatename::before{
	content: '';
	display: block;
	left: 0;
	top: 50%;
	margin-top: -12px;
	width: 100%;
	height: 8px;
	background: #f00;
	z-index: -1;
	position: absolute;
}
.nprocatename span{
	display: table;
	padding: 0 50px;
	background: #fff;
	font-size: 40px;
	font-family: "AvantGardeLT";
	font-weight: bold;
	margin: 0 auto;
	text-transform: uppercase;
}

.proitem{
	margin: 130px 0 0 0;
}

.prolist{
	max-width: 1325px;
	margin: 0 auto;
	padding: 0 0 130px 0;
}

.propic{
	width: 36%;
	position: relative;
}
.propic .biao{
	content:'';
	display: block;
	width: 149px;
	height: 146px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.propic .biao_4{
	background: url(../images/biao_4.png) center no-repeat;
}
.propic .biao_5{
	background: url(../images/biao_5.png) center no-repeat;
}
.propic .biao_6{
	background: url(../images/biao_6.png) center no-repeat;
}
.propicslide{
	border-top-left-radius: 130px;
	border: 1px solid #8a9298;
}
.propicslide:hover img{
	transform: scale(1.4);
}
.thumbspropicslide{
	box-sizing: border-box;
	padding: 70px 10px 10px 10px;
}
.thumbspropicslide .pic{
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	border-radius: 6px;
	cursor: pointer;
	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;
}
.thumbspropicslide .swiper-slide-thumb-active .pic{
	box-shadow: 0 0 10px rgba(255,0,0,.6);
	border: 3px solid #917076;
}
.thumbspropicslide .swiper-slide::before{
	content: '';
	display: block;
	position: absolute;
	width: 35px;
	height: 32px;
	top: -45px;
	z-index: 2;
	left: 50%;
	margin-left: -17px;
	background: url(../images/arrow.png) center no-repeat;
	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;
}
.thumbspropicslide .swiper-slide-thumb-active::before{
	opacity: 1;
}



.proitem{
	align-items: flex-start;
}

.thumbspropicslide .swiper-wrapper{
	justify-content: center;
}

.prointro{
	width: 59%;
}
.prointro .procatename{
	font-size: 30px;
	color: #323e48;
	font-family: "DrukWide";
	text-align: left;
	padding: 0px 0 0 0;
	position: relative;
	text-transform: uppercase;
}
.prointro .procatename img{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.prointro .protitle{
	font-size: 30px;
	color: #323e48;
	text-transform: uppercase;
	font-family: "Helvetica85";
}
.prointro .text{
	font-size: 16px;
	line-height: 26px;
	color: #323e48;
	margin: 0 0 30px 0;
	font-family: "AvantGardeLT";
}
.prointro .text *{
	font-family: "AvantGardeLT";
}
.prointro .prodata{
	margin: 50px 0 0 0;
}
.redtd {color: #FFFFFF; background:#FF0000; font-size:18px; line-height:36px;text-align:center;}
.wredtd{color: #000000;  font-size:14px; line-height:27px;text-align:center;}
.prointro .prodata table{
	width: 100%;
	border: 1px solid #d1d4d6;
}
/*
.prointro .prodata table *{
	font-family: "Arial";
}
.prointro .prodata table tr td{
	padding: 0 20px;
}
.prointro .prodata table tr td,
.prointro .prodata table tr td *{
	height: 28px;
	color: #323e48;
}
.prointro .prodata table tr:nth-child(1) td{
	background: #f00;
	color: #fff;
	height: 34px;
}
*/
.prodata>p{
	font-family: "AvantGardeLT";
	font-size: 15px;
	margin: 15px 0 0 0;
}

.banner_pro li{
	position: relative;
}
.bannertext{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	left: 0;
	top: 0;
	background: url("../images/linear_banner_pro.png") center no-repeat;
	background-size: contain;
}
.bannertext .container{
	padding: 20px 0 10px 0;
	color: #fff;
	box-sizing: border-box;
}
.bannertext .container .text1{
	font-size: 40px;
	font-family: "futurabq-bold";
	letter-spacing: 2px;
	font-weight: bold;
	max-width: 50%;
	opacity: 0;
	transform: translateY(70px);
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
}
.bannertext .container .text2{
	font-size: 32px;
	max-width: 40%;
	font-family: "AvantGardeLT";
	text-align: left;
	margin: 10px 0 25px 0;
	opacity: 0;
	transform: translateY(70px);
	-webkit-transition: all 2.5s;
	-moz-transition: 	all 2.5s;
	-ms-transition: 	all 2.5s;
	-o-transition: 		all 2.5s;
	transition: 		all 2.5s;
}
.bannertext .container .more{
	width: 220px;
	display: block;
	height: 62px;
	background: url(../images/more_banner_pro.png) center no-repeat;
	background-size: contain;
	opacity: 0;
	transform: translateY(70px);
	-webkit-transition: all 3.5s;
	-moz-transition: 	all 3.5s;
	-ms-transition: 	all 3.5s;
	-o-transition: 		all 3.5s;
	transition: 		all 3.5s;
}

.banner_pro .swiper-slide-active .bannertext .text1,
.banner_pro .swiper-slide-active .bannertext .text2,
.banner_pro .swiper-slide-active .bannertext .more{
	opacity: 1;
	transform: translateY(0);
}

.toup{
	position: fixed;
	right: 1.5%;
	bottom: 1.5%;
	padding: 10px;
	background-color: #f00;
	cursor: pointer;
	z-index: 9999;
}
.toup img{
	width: 40px;
	height: 40px;
}

.floatproicon{
	width: 120px;
	height: 120px;
	position: absolute;
	right: 20px !important;
	top: 30%;
	background: url(../images/fpic1.png) center no-repeat;
	background-size: cover;
	z-index: 99;
	opacity: .9;
	cursor: pointer;
	text-shadow: 2px 2px;
	transition: transform 0.5s ease-in-out;
}


.floatproicon:hover {
        transform:rotate(45deg);
       -webkit-transform:rotate(45deg);
       -moz-transform:rotate(45deg);
      -o-transform:rotate(45deg);
       -ms-transform:rotate(45deg);
  }

.floatprocate{
	width: 70%;
	left: 15%;
	position: absolute;
	top: 5%;
	z-index: 9999;
	background: url(../images/bg_la.png) center bottom no-repeat;
	background-size: cover;
	padding: 50px 0 225px 0;
	box-sizing: border-box;
	display: none;
	opacity:0.95;
}
/* .floatprocate::before{
	content: '';
	display: block;
	width: 100%;
	height: 17px;
	background: url(../images/bg_la2.png) center top no-repeat;
	position: absolute;
	background-size: contain;
	top: -15px;
	left: 0;
} */


.floatprocatetitle{
	font-family: "AvantGardeDemi";
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #f00;
	display: table;
	border-bottom: 8px solid #f00;
	padding: 0 0 10px 0;
	margin: 0 auto;
}


.floatprocatelist{
	flex-wrap: wrap;
	padding: 0 4%;
	justify-content: center;
}
.floatprocatelist li{
	width: 25%;
	display: block;
	margin: 0 0 30px 0;
}
.floatprocatelist li .pic{
	max-width: 250px;
	margin: 0 auto;
}
.floatprocatelist li p{
	font-size: 22px;
	color: #5b6770;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.closebtn{
	position: absolute;
	right: 3%;
	top: 2%;
	font-size: 60px;
	cursor: pointer;
}

.nvideolist{
	max-width: 1200px;
	margin: 80px auto;
}
.nvideolist ul{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.nvideolist li{
	display: block;
	width: 32.5%;
	position: relative;
	margin: 0 1.25% 1.25% 0;
}
.nvideolist li:nth-child(3){
	margin: 0 0 1.25% 0;
}
.nvideolist li .playbtn{
	width: 96px;
	height: 96px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -48px;
	margin-top: -48px;
	cursor: pointer;
	background: url("../images/btn_play.png") center no-repeat;
	background-size: cover;
}
.nvideolist li .videoarea{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 99;
}
.nvideolist li .videoarea video,
.nvideolist li .videoarea p{
	width: 100%;
	height: 100%;
}
.nvideolist li .videoclose{
	position: absolute;
	right: 3%;
	top: 4%;
	font-size: 60px;
	background: rgba(255,255,255,.5);
	text-align: center;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	cursor: pointer;
}



.storylist li .videoarea,
.tjstorylist li .videoarea{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 99;
}
.storylist li .videoarea video,
.storylist li .videoarea p,
.tjstorylist li .videoarea video,
.tjstorylist li .videoarea p{
	width: 100%;
	height: 100%;
}
.storylist li .videoclose,
.tjstorylist li .videoclose{
	position: absolute;
	right: 3%;
	top: 4%;
	font-size: 60px;
	background: rgba(255,255,255,.5);
	text-align: center;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	cursor: pointer;
}

.page{
	margin: 30px 0 90px 0;
}

.page .total,
.page .stpage,
.page .prpage,
.page .laspage{
	display: none;
}


.page .nxpage{
	float: right;
	width: 100px;
	height: 48px;
	margin-top: -60px;
	box-sizing: border-box;
	background: url("../images/btn_next.png") center no-repeat;
	background-size: cover;
}

.page a,
.page a.thispage{
	font-size: 20px;
}


























