@charset "utf-8";
/* CSS Document */
/*
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;

*/
.container{
	width: 90%;
	max-width: 1690px;
	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{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.logo{
	width: 196px;
	position: relative;
}
.logo .logo_white{
	opacity: 1;
}
.logo .logo_dark{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.logo .show{
	opacity: 1;
}
.menu li{
	display: block;
}
.menu li:last-child{
	margin: 0;
}
.menu li a{
	font-size: 14px;
	color: #fff;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.menu>li>a{
	padding: 0 30px;
	line-height: 80px;
}
.menu li.this a,
.menu li:hover a{
	color: #f43222;
}
.menubar{
	position: fixed;
	width: 100%;
	z-index: 99;
	background: #fff;
	border-top: 1px solid #ccc;
	display: none;
	left: 0;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
}
.menubar .container{
	width: 70%;
	padding: 60px 0;
}
.menubar li{
	display: block;
}
.menubar_news li{
	width: 23%;
}
.menubar_news li p{
	font-size: 18px;
	text-align: center;
	margin: 10px 0 0 0;
	color: #222 !important;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.menubar_news li:hover p{
	color: #f43222 !important;
}
.menubar_shop .container{
	padding: 70px 0;
}
.menubar_shop li{
	width: 22%;
	padding: 0 30px;
	box-sizing: border-box;
	line-height: 58px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.menubar_shop li p{
	color: #222 !important;
	font-size: 18px;
	margin: 0 auto 0 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.menubar_shop li .iconfont{
	transform: rotate(-45deg);
	color: #222 !important;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.menubar_shop li:hover p,
.menubar_shop li:hover .iconfont{
	color: #f43222 !important;
}

.lang{
	position: relative;
	cursor: pointer;
	padding: 5px 0;
}
.thislang{
	color: #fff;
}
.thislang span{
	display: block;
	margin: 0 5px;
}
.thislang .arrow_lang{
	transform: rotate(90deg);
	font-size: 14px;
}
.langchange{
	position: absolute;
	display: none;
	background: #fff;
	padding: 8px 10px;
	top: 36px;
	left: 0;
	width: 100%;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.3);
}
.langchange .triangle{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: -7px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-bottom: 7px solid #fff;
	border-right: 6px solid transparent;
}
.langchange a{
	font-size: 14px;
}


.header1{
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.3);
}
.header1 .menu li a{
	color: #222;
}
.header1 .menu li.this a,
.header1 .menu li:hover a{
	color: #f43222;
}
.header1 .logo_white{
	opacity: 0;
}
.header1 .logo_dark{
	opacity: 1;
}
.header1 .thislang{
	color: #222;
}


.header_white{
	background: #fff !important;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.3) !important;
}
.header_white .menu li a{
	color: #222 !important;
}
.header_white .menu li.this a,
.header_white .menu li:hover a{
	color: #f43222 !important;
}
.header_white .logo_white{
	opacity: 0 !important;
}
.header_white .logo_dark{
	opacity: 1 !important;
}
.header_white .thislang{
	color: #222 !important;
}

.banner .pic{
	height: 100vh !important;
}

.pagination-banner .swiper-pagination-switch{
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 1;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.pagination-banner .swiper-pagination-switch::after{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -11px;
	margin-top: -11px;
	border: 1px solid #f43222;
	transform: scale(0);
	opacity: 0;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.pagination-banner .swiper-active-switch{
	background: #f43222;
}
.pagination-banner .swiper-active-switch::after{
	transform: scale(1);
	opacity: 1;
}

.banner,
.banner .swiper-wrapper,
.banner .swiper-slide,
.banner .swiper-slide img{
	height: 100vh !important;
}
.banner .swiper-slide img{
	object-fit: cover;
}

.stitle span{
	font-size: 36px;
}
.stitle p{
	font-size: 18px;
	color: #666;
	margin: 10px 0 0 0;
}

.modulemore{
	width: 112px;
	text-align: center;
	line-height: 44px;
	border-radius: 5px;
	border: 1px solid #666;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.modulemore:hover{
	color: #f43222;
	border-color: #f43222;
}

.spro{
	background: #f9f9f9;
}

.proslide{
	padding: 20px 0;
	position: relative;
}
.proslide li{
	padding: 0 10px;
	box-sizing: border-box;
}
.proslide li .blank{
	display: block;
	padding: 40px 20px;
	border-radius: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.proslide li a{
	position: relative;
}
.proslide li .fireicon{
	font-size: 64px;
	position: absolute;
	left: 0;
	top: -30px;
}
.proslide li .fireicon span{
	position: absolute;
	display: block;
	bottom: 10px;
	left: 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 100%;
}
.proslide li .fireicon.hoticon{
	color: #f43222;
}
.proslide li .fireicon.newicon{
	color: #ff8d06;
}
.proslide li .blank:hover{
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
}
.proslide li .blank:hover .proslidepicshow{
	transform: scale(1.1);
}
.probottom{
	position: relative;
}
.prointro .proname{
	font-size: 30px;
	font-weight: bold;
	align-items: flex-end;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #ddd;
}
.prointro .proname span{
	font-size: 18px;
	color: #999;
	font-weight: normal;
}

.prointro .text{
	white-space: pre-line;
	font-size: 18px;
	line-height: 30px;
	color: #666;
}

.prothumb{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 25px 0 0 0;
}
.prothumb .pic{
	border: 2px solid #b8b8b8;
	border-radius: 5px;
	margin: 0 10px 0 0;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.prothumb .pic.this{
	border-color:#f43222;
}
.prothumb .pic:last-child{
	margin: 0;
}
.prothumb .pic img{
	transform: scale(1.2);
}


.icon_proslide_arrow{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	border: 1px solid #666;
	cursor: pointer;
	text-align: center;
	font-size: 24px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.icon_proslide_arrow:hover{
	color: #f43222;
	border-color: #f43222;
}
.icon_proslide_arrow_left{
	left: -70px;
	transform: rotate(180deg);
}
.icon_proslide_arrow_right{
	right: -70px;
}



.scase{
	height: 800px !important;
	background: url("../images/bg_case_index.jpg") center no-repeat;
	background-size: cover;
}
.scase .container{
	height: 100%;
	padding: 150px 0 0 0;
	color: #fff;
	max-width: 1400px;
	box-sizing: border-box;
}
.scase .text1{
	font-size: 36px;
}
.scase .text2{
	font-size: 18px;
	margin: 10px 0 0 0;
}
.scase a,
.svideo a{
	width: 130px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	margin: 30px 0 0 0;
	display: block;
	border-radius: 5px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.scase a:hover,
.svideo a:hover{
	width: 140px;
	border-color: #f43222;
	color: #f43222;
}
.svideo{
	height: 740px !important;
	background: url("../images/bg_video_index.jpg") center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
}
.svideo .container{
	height: 100%;
	padding: 100px 0 0 0;
	color: #fff;
	max-width: 1400px;
	box-sizing: border-box;
}
.svideo .text1{
	font-size: 36px;
	font-weight: bold;
}
.svideo .playbtn{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 90px;
	margin-left: -45px;
	margin-top: -45px;
	cursor: pointer;
}
.sabout{
	height: 740px;
	background: url("../images/bg_about_index.jpg") center no-repeat;
	background-size: cover;
}
.sabout .container{
	height: 100%;
	color: #fff;
	max-width: 1400px;
	justify-content: flex-end;
}
.sabout .text1{
	font-size: 36px;
}
.sabout .text2{
	font-size: 18px;
	line-height: 36px;
}
.sabout a{
	width: 112px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	margin: 50px 0 0 0;
	display: block;
	border-radius: 5px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.sabout a:hover{
	width: 130px;
	border-color: #f43222;
	color: #f43222;
}


.naboutvideo{
	height: 800px !important;
	background: url("../images/naboutvideo.jpg") center no-repeat;
	background-size: cover;
	position: relative;
	margin: 20px 0;
}
.naboutvideo .playbtn{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 90px;
	margin-left: -45px;
	margin-top: -45px;
	cursor: pointer;
	color: #fff;
}

.jzhsjt .stitle{
	text-align: center;
}

.jzhlist li{
	width: 46.8%;
	display: block;
	margin: 0 2% 0 2%;
	position: relative;
}
.jzhlist li a{
	display: block;
}
.jzhlist li:last-child{
	margin: 0 2% 0 0;
}
.jzhlist li .text{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 8%;
}
.jzhlist li .text .text1{
	font-size: 16px;
	color: #333;
}
.jzhlist li .text .text2{
	font-size: 36px;
	line-height: 36px;
	margin: 15px 0;
}
.jzhlist li:last-child .text .text2{
	font-size: 40px;
	line-height: 40px;
	margin: 10px 0;
}
.jzhlist li .text .text3{
	font-size: 18px;
	color: #333;
}
.jzhlist li .text4{
	position: absolute;
	width: 100%;
	text-align: center;
	right: 4%;
	bottom: 5%;
	justify-content: flex-end;
	font-size: 16px;
	color: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.jzhlist li .text4 .iconfont{
	transform: rotate(-45deg);
	font-size: 14px;
}
.jzhlist li:hover .pic img{
	transform: scale(1.1);
}
.jzhlist li:hover .text4{
	color: #f43222;
}


.footerbg{
	background: #333;
}

.flogo{
	font-size: 48px;
	text-align: center;
	color: #fff;
}
.flogo img{
	width: 322px;
	margin: 0 auto 20px auto;
	display: block;
}

.footer{
	padding: 50px 0 70px 0;
	align-items: flex-start;
	border-top: 1px solid #444;
}


.fmenu{
	align-items: flex-start;
	width: 70%;
}
.fmenu li{
	color: #fff;
	display: block;
	line-height: 36px;
	font-size: 17px;
	font-weight: bold;
}
.fmenu li:first-child{
	margin: 0 0 10px 0;
}
.fmenu li a{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}



.fcontact .text{
	color: #fff;
	font-size: 16px;
	text-align: right;
	line-height: 30px;
}
.fcontact .text p strong{
	font-size: 24px;
}

.socialmedia{
	border-top: 1px solid #444;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}
.socialmedia a{
	display: block;
	margin: 0 0 0 13px;
}
.socialmedia a p{
	font-size: 14px;
	text-align: center;
	color: #666;
	margin: 5px 0 0 0;
}

.socialicon{
	width: 45px;
	line-height: 45px;
	border-radius: 50%;
	background: #666;
	color: #333;
	display: block;
	text-align: center;
	font-size: 30px;
	cursor: pointer;
	position: relative;
}

.socialicon img{
	width: 110px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -55px;
	display: none;
}
div.socialicon::after{
	content: '';
    border-top: 8px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
	margin-left: -6px;
	margin-bottom: 7px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
div.socialicon:hover::after{
	opacity: 1;
}


.cr{
	padding: 20px 0;
	border-top: 1px solid #444;
	color: #fff;
	font-size: 14px;
	opacity: .6;
	text-align: center;
	word-break: keep-all;
}
.cr a{
	color: #fff;
	font-size: 14px;
}

.nbanner{
	margin-top: 80px;
}
.nabout{
	background: url("../images/bg_about.jpg") center no-repeat;
	height: 700px;
	background-size: cover;
}
.nabout .container{
	max-width: 1400px;
	color: #fff;
	height: 100%;
	justify-content: flex-end;
}
.nabout .text{
	width: 45%;
}
.nabout .text1{
	font-size: 40px;
	font-weight: bold;
}
.nabout .text2{
	font-size: 16px;
	line-height: 30px;
}
.nabout .text2 p{
	margin: 20px 0 0 0;
}

.ntitle{
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	text-align: center;
}
/* .ntitle::after{
	content: '';
	display: block;
	margin: 20px auto 0 auto;
	width: 30px;
	height: 2px;
	background: #fff;
} */
.dev{
	background: url("../images/bg_dev.jpg") center no-repeat;
	height: 750px;
	background-size: cover;
	box-sizing: border-box;
}
.dev .container{
	width: 1400px;
	color: #fff;
	height: 100%;
	position: relative;
}
.dev .swiper-container{
	width: 50%;
	margin: 0;
	z-index: 2;
}
.dev .text1{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.dev .text2{
	font-size: 16px;
	line-height: 32px;
}

.dev .text2::-webkit-scrollbar {
	width : 5px;
	height: 0px;
}
.dev .text2::-webkit-scrollbar-thumb {
	border-radius: 0px;
	height: 0px;
	background: rgba(255,255,255,.5);
}
.dev .text2::-webkit-scrollbar-track {
	background: rgba(0,0,0,0);
}

.dev .pagination-dev{
	height: 100%;
	z-index: 1;
	justify-content: flex-start;
	align-items: flex-end;
	bottom: 20px;
}
.pagination-dev span{
	width: 12px;
	height: 12px;
	opacity: 1;
	position: relative;
	z-index: 1;
}
.pagination-dev span::after{
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	border-radius: 50%;
	background: #fff;
	opacity: .27;
}
.pagination-dev span font{
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -40px;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
}
.pagination-dev span:nth-child(1){margin: auto 0 0 152px;}
.pagination-dev span:nth-child(2){margin: auto 0 93px 104px;}
.pagination-dev span:nth-child(3){margin: auto 0 162px 117px;}
.pagination-dev span:nth-child(4){margin: auto 0 205px 128px;}
.pagination-dev span:nth-child(5){margin: auto 0 223px 134px;}
.pagination-dev span:nth-child(6){margin: auto 0 238px 113px;}
.pagination-dev span:nth-child(7){margin: auto 0 262px 120px;}
.pagination-dev span:nth-child(8){margin: auto 0 314px 130px;}


.pagination-dev span.swiper-active-switch{
	background: #f43222;
}
.pagination-dev span.swiper-active-switch::after{
	background: #f43222;
}
.pagination-dev span.swiper-active-switch font{
	color: #f43222;
}

.arrow_dev{
	width: 38px;
	line-height: 38px;
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}
.arrow_dev_left{
	left: -70px;
}
.arrow_dev_right{
	right: -70px;
	transform: rotate(180deg);
}


.videoarea{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	display: none;
	background: rgba(0,0,0,.5);
}
.videoarea video{
	width: 100%;
	height: 100%;
}
.videoarea .videoclose{
	font-size: 22px;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	background: rgba(255,255,255,.2);
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	z-index: 999999;
	cursor: pointer;
}


.banner_news,
.banner_news .swiper-wrapper,
.banner_news .swiper-slide{
	height: 670px !important;
	position: relative;
}
.banner_news .container{
	width: 70%;
	height: 100%;
	justify-content: flex-start;
	align-items: flex-end;
	color: #fff;
}
.banner_news .text{
	margin: 0 0 125px 0;
}
.banner_news .text1{
	font-size: 36px;
	font-weight: bold;
}
.banner_news .text2{
	font-size: 16px;
	margin: 15px 0 0 0;
}
.banner_news .playbtn{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 90px;
	margin-left: -45px;
	margin-top: -45px;
	cursor: pointer;
}

.pagination-banner_news span{
	width: 50px;
	height: 3px;
	opacity: .5;
	position: relative;
	z-index: 1;
	border-radius: 2px;
	margin: 0 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.pagination-banner_news span.swiper-active-switch{
	background: #f43222;
	opacity: 1;
}

.newscate{
	justify-content: center;
}
.newscate a{
	display: block;
	margin: 0 60px;
}
.newscate .iconfont{
	font-size: 46px;
	color: #111;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.newscate p{
	margin: 20px 0 0 0;
	font-size: 16px;
	color: #111;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.newscate a:hover .iconfont,
.newscate a:hover p,
.newscate a.this .iconfont,
.newscate a.this p{
	color: #f43222;
}


.newsmodule1{
	background: #fbfbfb;
}

.newslist{
	flex-wrap: wrap;
}
.newslist li{
	display: block;
	width: 48.7%;
	position: relative;
}
.newslist li:nth-child(1),
.newslist li:nth-child(2){
	margin-bottom: 40px;
}
.newslist li .pic{
	position: relative;
}
.newslist li .pic::after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/shadow.png") center no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
	z-index: 1;
}
.newslist li .text{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5%;
	box-sizing: border-box;
	width: 100%;
	color: #fff;
	z-index: 2;
}
.newslist li .text .text1{
	font-size: 16px;
}
.newslist li .text .text2{
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.newsmodule2 .newslist li{
	width: 100%;
	margin: 0;
}
.newsmodule2 .newslist li .pic::after{
	display: none;
}
.pagination-newslist span{
	width: 50px;
	height: 3px;
	opacity: .5;
	position: relative;
	z-index: 1;
	border-radius: 2px;
	margin: 0 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.pagination-newslist span.swiper-active-switch{
	background: #f43222;
	opacity: 1;
}

.newsmodule2 .newslist li .text{
	bottom: auto;
	top: 0;
	padding: 7% 9%;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.newsmodule2 .newslist li .text .text2{
	font-size: 36px;
}
.newsmodule2 .newslist li .modulemore{
	border-color: #fff;
	margin: 30px 0 0 0;
}

.newsmodule3{
	background: #fbfbfb;
}
.newsmodule3 .newslist li .text2{
	margin: 20px 0 0 0;
}
.newsmodule3 .newslist li p{
	font-size: 16px;
	margin: 10px 0 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pagination{
	bottom: 30px;
}

.npro{
	background: #fff;
}
.nprolist{
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.nprolist li{
	display: block;
	width: 25%;
}

.competition li{
	display: block;
	height: 800px;
	position: relative;
}
.competition li .container{
	width: 70%;
	height: 100%;
	padding: 100px 0 0 0;
	box-sizing: border-box;
	justify-content: flex-start;
	align-items: flex-start;
}
.competition li .text{
	margin: 0 auto 125px auto;
	text-align: center;
	max-width: 990px;
}
.competition li .text1{
	font-size: 36px;
	font-weight: bold;
}
.competition li .text2{
	font-size: 16px;
	margin: 25px 0 0 0;
	line-height: 26px;
}
.competition li .text .modulemore{
	margin: 35px auto 0 auto;
	display: block;
}
.competition li .playbtn{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 90px;
	margin-left: -45px;
	margin-top: 25px;
	cursor: pointer;
	color: #fff;
}

.ncontact .container{
	max-width: 1400px;
	align-items: flex-start;
}

.contactinfo{
	width: 33%;
}
.contactinfo li{
	justify-content: flex-start;
}
.contactinfo li .iconfont{
	font-size: 28px;
	margin: 0 30px 0 0;
	color: #666;
}
.contactinfo li .text{
	padding: 20px 0;
	width: calc(100% - 58px);
	border-bottom: 1px solid #999;
}
.contactinfo li .text1{
	font-size: 14px;
	color: #666;
}
.contactinfo li .text2{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.message{
	width: 46%;
}
.message .stitle p{
	font-size: 16px;
}

#messageform li{
	display: block;
	margin: 0 0 12px 0;
	position: relative;
}
#messageform input{
	border: 1px solid #333;
	height: 42px;
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
}
#messageform textarea{
	border: 1px solid #333;
	height: 100px;
	box-sizing: border-box;
	padding: 15px 20px;
	width: 100%;
}
#messageform li img{
	background: #fff;
	width: 82px;
	height: 35px;
	padding: 1px 0;
	position: absolute;
	right: 1px;
	top: 1px;
}
#messageform li .subbutton{
	background: #333;
	color: #fff;
}

.nprotop{
	align-items: flex-start;
}

.nprocontainer .container{
	max-width: 1400px;
}
.nprothumb{
	width: 49%;
}
.nprothumb .view{
	border: 2px solid #ddd;
	border-radius: 4px;
	margin: 0 5px;
	position: relative;
}
.nprothumb .preview .pic{
	border: 2px solid #ededed;
	border-radius: 4px;
	margin: 0 5px;
}
.nprothumb .preview .active-nav .pic{
	border-color: #aeaeae;
}


.prothumb_arrow{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	font-size: 40px;
	color: #333;
	z-index: 2;
	cursor: pointer;
}
.prothumb_arrow_left{
	left: 0;
	transform: rotate(180deg);
}
.prothumb_arrow_right{
	right: 0;
}

.nprointro{
	width: 47%;
}
.nprointro .nproname{
	line-height: 60px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 40px;
}
.nprointro .text1{
	font-size: 16px;
	line-height: 32px;
	margin: 20px 0 0 0;
}
.nprointro .text2{
	font-size: 16px;
	line-height: 32px;
	margin: 20px 0 0 0;
}
.nprointro .nprocolor{
	margin: 20px 0 0 0;
}
.nprointro .nprocolor strong{
	font-size: 17px;
	font-weight: bold;
}
.nprocolorlist{
	justify-content: flex-start;
	
}
.nprocolorlist span{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin: 20px 20px 0 0;
}

.orderbtn{
	width: 160px;
	line-height: 44px;
	text-align: center;
	border-radius: 4px;
	background: #111;
	color: #fff;
	margin: 30px 0 0 0;
	justify-content: center;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.orderbtn .iconfont{
	font-size: 20px;
	margin: 0 10px 0 0;
}
.orderbtn:hover{
	background: #f43222;
}

.shoplink{
	flex-wrap: wrap;
}
.shoplink li{
	display: block;
	width: 46%;
	padding: 0 30px;
	box-sizing: border-box;
	line-height: 58px;
	border-top: 1px solid #ccc;
}
.shoplink li p{
	color: #222 !important;
	font-size: 18px;
	margin: 0 auto 0 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.shoplink li .iconfont{
	transform: rotate(-45deg);
	color: #222 !important;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.shoplink li:hover p,
.shoplink li:hover .iconfont{
	color: #f43222 !important;
}
.shoplink li:nth-child(3),
.shoplink li:nth-child(4){
	border-bottom: 1px solid #ccc;
}

.npromoduletitle{
	padding: 0 0 0 12px;
	font-size: 24px;
	border-left: 4px solid #111;
	line-height: 26px;
}

.nprotable table{
	line-height: 50px;
	text-align: center;
}

.propic li{
	display: block;
	width: 24%;
}
.propic li .pic{
	border: 2px solid #ddd;
	border-radius: 4px;
}

.nprocase .ntitle{
	color: #111;
}
.nprocase .ntitle::after{
	background: #111;
}

.nprocase{
	background: #f5f5f5;
}
.nprocaselist{
	justify-content: flex-start;
	align-items: flex-start;
}
.nprocaselist li{
	display: block;
	width: 24%;
	margin: 0 1.333% 0 0;
}
.nprocaselist li:last-child{
	margin: 0;
}
.nprocaselist li:hover .pic img{
	transform: scale(1.1);
}
.nprocaselist li .text{
	background: #fff;
	padding: 6% 2%;
	text-align: center;
}
.nprocaselist li .text p{
	font-size: 20px;
	font-weight: bold;
}
.nprocaselist li .text span{
	font-size: 16px;
	color: #666;
	display: block;
	margin: 5px 0 0 0;
}

.nprocate a{
	display: block;
	width: 160px;
	line-height: 48px;
	border-radius: 25px;
	border: 1px solid #666;
	text-align: center;
	margin: 0 20px 0 0;
}
.nprocate a:last-child{
	margin: 0;
}
.nprocate a:hover,
.nprocate a.this{
	color: #f43222;
	border-color: #f43222;
}

.npro .stitle span{
	font-weight: bold;
	font-size: 40px;
}
.npro .stitle p{
	font-size: 16px;
	line-height: 24px;
}

.ncase .stitle span{
	font-weight: bold;
	font-size: 40px;
}
.ncase .stitle p{
	font-size: 16px;
	line-height: 24px;
}

.ncasecon{
	align-items: flex-start;
}

.casesearch{
	width: 37%;
	border-radius: 26px;
	border: 1px solid #666;
	padding: 0 20px 0 30px;
	box-sizing: border-box;
}
.casesearch .stext{
	width: 90%;
	height: 50px;
	border: none;
}
.casesearch .sbut{
	width: 10%;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	cursor: pointer;
}

.banav{
	color: #999;
	font-size: 14px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}
.banav a{
	color: #111;
	font-size: 14px;
}
.ncaselist{
	order: 1;
}
.ncasefl{
	order: 2;
}

.ncasecontainer{
	width: 78%;
}
.ncaselist{
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.ncaselist li{
	display: block;
	width: 32%;
	margin: 0 2% 2% 0;
}
.ncaselist li:nth-child(3n){
	margin: 0 0 2% 0;
}
.ncaselist li:hover .pic img{
	transform: scale(1.1);
}
.ncaselist li .text{
	background: #f0f0f0;
	padding: 6% 2%;
	text-align: center;
}
.ncaselist li .text p{
	font-size: 20px;
	font-weight: bold;
}
.ncaselist li .text span{
	font-size: 16px;
	color: #666;
	display: block;
	margin: 5px 0 0 0;
}



.ncasefl{
	height: 1200px;
	width: 18%;
	margin: 30px 0 0 0;
}


.ncasefl{
	align-items: flex-start;
}
.ncasefl .word{
	width: 30px;
	background: #333;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0;
	height: 100%;
}
.ncasefl .word li{
	display: block;
	cursor: pointer;
	text-align: center;
}
.ncasefl .flnamelist{
	height: 1200px;
	width: calc(100% - 30px);
	overflow: scroll;
}
.ncasefl .flnamelist li{
	display: block;
}
.flnamelist a{
	display: block;
	line-height: 40px;
	font-size: 14px;
	cursor: pointer;
}
.flword>a{
	background: #eee;
	padding: 0 0 0 17px;
	cursor: default;
}

.flname ul{
	display: none;
}
.flname.this ul{
	display: block;
}
.flname>a{
	padding: 0 0 0 57px;
	background-repeat: no-repeat;
	background-position: center left 15px;
	background-size: 31px;
}
.flname>a .iconfont{
	float: right;
	font-size: 14px;
	transform: rotate(270deg);
	margin: 0 15px 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.flname>a.this .iconfont{
	transform: rotate(90deg);
}
.flname ul li a{
	padding: 0 0 0 57px;
}
.flname ul li:hover a,
.flname ul li.this a{
	color: #f43222;
}

.ncaseintrocon{
	max-width: 1400px;
}
.ncasename .text1{
	font-size: 40px;
	font-weight: bold;
}
.ncasename .text2{
	font-size: 24px;
	color: #666;
}

.view_case{
	width: 80%;
	order: 2;
}
.view_case img{
	height: 675px;
	object-fit: cover;
}
.preview_case{
	width: 19%;
	order: 1;
}
.preview_case .swiper-container{
	height: 690px !important;
}
.preview_case .swiper-slide{
	height: 172.5px !important;
}
.preview_case .swiper-slide .pic{
	height: calc(100% - 15px) !important;
	margin: 0 0 15px 0;
}

.casethumb_arrow{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	font-size: 22px;
	color: #fff;
	z-index: 2;
	cursor: pointer;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,.6);
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.casethumb_arrow:hover{
	border-color: #f43222;
	color: #f43222;
}
.casethumb_arrow_left{
	left: 20px;
}
.casethumb_arrow_right{
	right: 20px;
	transform: rotate(180deg);
}


.ncasethumb{
	align-items: flex-start;
}

.ntitle2{
	color: #111;
}
.ntitle2::after{
	background: #111;
}

.zcxx{
	align-items: flex-start;
}
.zcpro{
	width: 24%;
}
.zcpro .pic{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 2px solid #333;
}
.zcpro p{
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #333;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.zcproinfo{
	width: 72%;
}

.nnewslist li{
	margin: 0 2.6% 2.6% 0;
}
.nnewslist li:nth-child(2n){
	margin: 0 0 2.6% 0;
}


.zcproname{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #333;
}













