@charset"utf-8";
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #1b1b1b;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #1b1b1b;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background: #1b1b1b;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}

dd {
    margin-bottom: 0;
}

dt {
    font-weight: 400;
}

:focus {
    outline: none !important;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
img{
	vertical-align: middle;
}
body{
	padding:0;
	margin:0;
	font-family: 'Montserrat-Regular';
}
.wap{
	display: none
}
.waphead{
	display: none;
}
.w1450{
	width: 85.652%;
	max-width: 1450px;
	margin: 0 auto;
}
.w1450-new{
	width: 85.652%;
	max-width: 1450px;
	margin: 0 auto;
}
.wh1450{
	width: 85.652%;
    height: 100%;
	max-width: 1450px;
    margin: auto;
	position:relative;
	z-index:100999;
}
.w1480 {
    width: 1580px;
    margin: auto;
	position:relative;
	z-index: 100;
	box-sizing: border-box;
}
.navflex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}
.navigation-inner {
	position:relative;
	display: flex;
	align-items: center;
	font-family: 'Montserrat-Light';
}
.navigation-up {
}
.navigation-up .navigation-v3 {
	float:left;
}
.navigation-up .navigation-v3 ul {
	float:left
}
.navigation-up .navigation-v3 li {
	float:left;
	color:#fff
}
.navigation-up .navigation-v3 li  a {
	margin: 0 16px;
	padding: 20px 0;
	font-size: 18px;
	color:#fff;
	display:inline-block;
	position: relative;
    font-family: 'Montserrat-Light';
}
.navigation-up .navigation-v3 li  a:after {
	width: 0;
	position: absolute;
	content: "";
	height: 2px;
	background: #de7d2b;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.nav-up-selected .tnav a:after{
	width: 100%!important;
	position: absolute;
	content: "";
	height: 2px;
	background: #de7d2b;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.navigation-down {
	position:absolute;
	top:92px;
	left:0px;
	width:100%
}
.navigation-down .nav-down-menu {
	width:100%;
	margin:0;
	background:rgba(255,255,255,0.2);
	position:absolute;
	top:0px
}
.navigation-down .nav-down-menu .navigation-down-inner {
	margin:auto;
	width:1450px;
	position:relative
}

.fp-viewing-secondPage .navigation-down .nav-down-menu {
    width: 100%;
    margin: 0;
    background: rgba(255,255,255,0.4);
    position: absolute;
    top: 0px;
}
.fp-viewing-fourPage .navigation-down .nav-down-menu {
    width: 100%;
    margin: 0;
    background: rgba(51,51,51,0.4);
    position: absolute;
    top: 0px;
}
.navigatwidth{
	display: flex;
	align-items: center;
}
.navhref{
	padding:0;
}
.navhref a{
	padding: 16px 15px;
	display: block;
	color: #fff;
	font-size: 16px;
}
.navhref a:hover{
	background: #de7d2b;
	color: #fff;
	display: block;
}
.searchn{
	padding: 0;
	margin: 0 15px 0 0;
	position: relative;
	display: flex;
	align-items: center;
}
.search-btn:after{
	width: 2px;
	height: 20px;
	background: rgba(255,255,255,0.3);
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.search02{
	width:0;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    opacity: 0;
    overflow: hidden;
}
.searchpy{
	width: 135px;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    opacity: 1;
}
.search-btn{
	margin-right: 6px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 8px;
}

.search-pad{
	display: flex;
	align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.search-input{
	width: 0;
	overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.search-pad:hover .search-input{
	width: 140px;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.search-pad:hover{
	background: rgba(255,255,255,0.5);
	border-radius: 1000px;
}
.search-input input{
	border: 0;
	background: none;
	height: 30px;
	padding: 2px 6px;
	box-sizing: border-box;
	width: 0;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    font-size: 16px;
    color: #fff;
}
.search-pad:hover .search-input input{
	width: 135px;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.langue{
	color: #fff;
	font-size: 16px;
	background: url(../images/arr-bot.png) no-repeat center right;
	padding-right: 10px;
	width: 44px;
	box-sizing: border-box;
	margin: 0;
	position: relative;
	cursor: pointer;
}
.globe{
	display: flex;
	align-items: center;
	color: #fff;
	padding-right: 18px;
	background: url(../images/arr-bot.png) no-repeat center right;
	position: relative;
	padding-left: 15px;
	cursor: pointer;
}
.globe:after{
	width: 2px;
	height: 20px;
	background: rgba(255,255,255,0.3);
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.globe span{
	padding-left: 8px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
/*.banner .swiper-pagination-bullet{
	background: none;
	width: auto;
	height: auto;
	font-family: "Montserrat-Light";
	font-size: 18px!important;
	margin: 0 18px!important;
	color: #fff;
	opacity: 0.88;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.banner .swiper-pagination-bullet-active{
    font-size: 36px!important;
    opacity: 1;
    font-weight: bold;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}*/
.banner .swiper-pagination-bullet {
    width: 50px;
    height: 6px;
    border-radius: 1000px;
}
.swip01{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 22;
}
.banner-font{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 155px;
	padding-bottom: 50px;
}
.banner-font:after{
	width: 60px;
	height: 2px;
	background: #fff;
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.banner-title{
	font-size: 50px;
	color: #fff;
	text-align: center;
}
.banner-subtitle{
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-family: 'Montserrat-Light';
	letter-spacing: 1px;
	padding-top: 10px;
}
.secondbg{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../images/page01.jpg) no-repeat bottom center #e5eaef;
	background-size: cover;
}
.fp-viewing-firstPage .logo-white{
	display: block;
}
.fp-viewing-firstPage .logo-black{
	display: none;
}
.fp-viewing-secondPage .logo-white{
	display: block;
}
.fp-viewing-secondPage .logo-black{
	display: none;
}
.fp-viewing-firstPage .head{
    position: fixed;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    z-index: 70;
    height: 92px;
    padding: 0;
    margin: 0;
}
.fp-viewing-secondPage .head{
    position: fixed;
    width: 100%;
    border-bottom: 1px solid rgba(51,51,51,0.1);
    z-index: 70;
    padding: 0;
    margin: 0;
    height: 92px;
}
.fp-viewing-secondPage .navigation-up .navigation-v3 li a {
    color: #fff;
}
.banner-secfont{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 155px;
	padding-bottom: 50px;
}
.secbanner-title{
	width: 100%;
	font-size: 48px;
	font-family: 'Montserrat-Light';
	letter-spacing: 1px;
	color: rgba(255,255,255,0.5);
	font-weight: bolder;
	line-height: 48px;
}
.secbanner-subtitle{
/*	text-transform: uppercase;
*/	width: 100%;
	font-size: 22px;
	font-family: 'Montserrat-Light';
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: bolder;
	line-height: 32px;
}
.wraflxe-w{
	display: flex;
	justify-content: center;
}
.wrapper-top{
	padding:360px 0 0 0;
}
.wrapper{
	padding:80px 0 0 0;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wra-col3{
	width: 25%;
	padding-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wraflxe{
	display: flex;
	align-items: baseline;
}
.wrawidth{
	width: 299px;
}
.wra01{
	font-size: 36px;
	font-family: 'Montserrat-Light';
	font-weight: bolder;
	color: #fff;
}
.count-title{
	font-size: 72px;
	font-family: 'Montserrat-Light';
	font-weight: bolder;
	color: #fff;
}
.wra02{
	color: #666666;
	font-size: 24px;
	font-family: 'Montserrat-Light';
	margin: 0 0 0 8px;
}
.wra03{
	color: #fff;
	font-size: 16px;
	font-family: 'Montserrat-Light';
	margin: 0;
	width: 100%;
	text-align: center;
}
.wraflxe-w {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.wraflxe-ico{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fp-viewing-threePage .logo-white{
	display: block;
}
.fp-viewing-threePage .logo-black{
	display: none;
}
.fp-viewing-threePage .head{
    position: fixed;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    z-index: 70;
    padding: 0;
    margin: 0;
    height: 92px;
}
.section{
	width: 100%;
	position: relative;
}
.tabul{
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 33;
}
.tabpositon{
    width: 730px;
    position: absolute;
    right: 0;
    bottom: 10%;
}
.tab-li:nth-child(1){
	background: rgba(255,255,255,0.15);
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid rgba(255,255,255,0.35);
	border-left: 1px solid rgba(255,255,255,0.35);
	border-right: 1px solid rgba(255,255,255,0.35);
}
.tab-li:nth-child(2){
	background: rgba(255,255,255,0.15);
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid rgba(255,255,255,0.35);
	border-right: 1px solid rgba(255,255,255,0.35);
}
.tab-li:nth-child(3){
	background: rgba(255,255,255,0.15);
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid rgba(255,255,255,0.35);
	border-right: 1px solid rgba(255,255,255,0.35);
}
.tab-li:nth-child(4){
	background: rgba(255,255,255,0.15);
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid rgba(255,255,255,0.35);
	border-right: 1px solid rgba(255,255,255,0.35);
}


.tab-li{
	width: 240px;
	height: 198px;
	background: rgba(255,255,255,0.15);
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(255,255,255,0.35);
	border-bottom: 1px solid rgba(255,255,255,0.35);
	cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.tab-li:hover{
	background: #de7d2b;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.tab-lipad{
	text-align: center;
	width: 100%;
}
.contheight{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.activecase{
	background: #de7d2b!important;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.activecase .tab-li-btn{
	display: block;
	height: 24px;
	opacity: 1;
}
.contoption{
	opacity: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.global-case{
	width: 100%;
	padding-top: 240px;
}
.glfonth1{
	font-size: 48px;
	color: rgba(255,255,255,0.15);
	font-family: "Montserrat-Light";
	font-weight: bolder;
}
.glfonth2{
	font-size: 36px;
	font-family: "Montserrat-Bold";
	color: #fff;
}
.glfonth3{
	font-size: 16px;
	color: #ffffff;
	padding: 20px 0 0 0;
}
.tab-li-title{
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-family: "Montserrat-Bold";
}
.tab-li-subtit{
	font-size: 12px;
	color: rgba(255,255,255,0.6);
	width: 100%;
}
.tab-li-img{
	width: 100%;
	padding-bottom: 10px;
}
.tab-li-btn{
	height: 0;
	overflow: hidden;
	padding-top: 20px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    opacity: 0;
}
.tab-li:hover .tab-li-btn{
	height: 24px;
	opacity: 1;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.fp-viewing-fourPage .logo-white {
    display: none;
}
.fp-viewing-fourPage .logo-black {
    display: block;
}
.fp-viewing-fourPage .head {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid rgba(51,51,51,0.1);
    z-index: 70;
    padding: 0;
    margin: 0;
    height: 92px;
}
.fp-viewing-fourPage .navigation-up .navigation-v3 li a {
    color: #333333;
}
.news{
	width: 100%;
	padding: 0;
	height: 100%;
	position: relative;
	z-index: 1;
}
.newspage{
	background: url(../images/newbg.png) no-repeat;
	background-size: cover;
	width: 100%;
}
.main-newtit{
	width: 100%;
	padding-top: 130px;
}
.main-newen{
	font-size: 48px;
	color: rgba(102,102,102,0.15);
	font-family: "Montserrat-Light";
	font-weight: bolder;
}
.main-newcn{
	font-size: 36px;
	color: #666666;
	font-weight: bolder;
}
.new-li-w3{
	float: left;
	width: 33.3%;
	display: flex;
	flex-wrap: wrap;
	flex-direction:column;
	padding: 15px;
	box-sizing: border-box;
}
.new-li-w3:nth-child(2){
	float: left;
	width: 33.3%;
	display: flex;
	flex-wrap: wrap;
	flex-direction:column-reverse;
}
.new-left{
	width: 100%;
}
.new-right{
	width: 100%;
	overflow: hidden;
}
.new-row{
	margin-left: -15px;
	margin-right: -15px;
}
.new-time{
	font-size: 16px;
	color: #666;
	font-family: "Montserrat-Light";
	padding: 50px 0 20px;
	width: 100%;
}
.new-tit{
	font-size: 24px;
	width: 100%;
	min-height: 82px;
	overflow: hidden;
	color: #3f3f3f;
	margin-bottom: 20px;
	overflow: hidden;
}
.new-tits{
	font-size: 24px;
	width: 100%;
	min-height: 82px;
	overflow: hidden;
	color: #3f3f3f;
	margin-bottom: 20px;
	overflow: hidden;

}
.new-desi{
	font-size: 16px;
	color: #888888;
	margin-bottom: 35px;
	line-height: 28px;
	font-family: "Montserrat-Light";
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.new-list{
	width: 100%;
	border-bottom: 1px solid #cad2d7;
}
.new-list:last-child{
	width: 100%;
	border-bottom: none;
}
.new-list:hover a .new-tits{
	color: #de7d2b;
}
.new-li-w3:hover a .new-tit{
	color: #de7d2b;
}
.new-li-w3 img{
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 100%;
}
.new-li-w3:hover img{
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1.15, 1.15);
}
.fp-viewing-fivePage .head {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    z-index: 70;
    padding: 0;
    margin: 0;
    height: 92px;
}
.fp-viewing-fivePage .logo-black{
	display: none;
}
.fp-viewing-fivePage .fp-viewing-fourPage .navigation-up .navigation-v3 li a {
    color: #fff;
}
.main-about{
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: url(https://shuimiangfv2.oss-cn-hangzhou.aliyuncs.com/public/main/page05.jpg?v=1.2) no-repeat center;
	background-size: cover;
}
.main-aboutleft{
	width: 100%;
	max-width: 526px;
	color: #fff;
	padding-top: 240px;
}
.main-abh1{
	width: 100%;
	font-size: 48px;
	color: rgba(255,255,255,0.1);
	font-family: "Montserrat-Light";
	font-weight: bolder;
}
.main-abh2{
	width: 100%;
	font-size: 36px;
	color: rgba(255,255,255,1);
	font-family: "Montserrat-Light";
	font-weight: bolder;
}
.main-abh3{
	width: 100%;
	font-size: 16px;
	padding: 60px 0;
	line-height: 32px;
	font-family: "Montserrat-Light";
}
.main-abh3 b{
	color: #de7d2b;
	font-weight: bolder;
}
.abicohov{
	display: none
}
.main-abli{
	text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.main-abico{
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-abli a {
	display: block;
	color: #fff;
}
.main-abli:hover .abico{
	display: none;
}
.main-abli:hover .abicohov{
	display: block;
}
.main-abli:hover a {
	display: block;
	color: #de7d2b;
}
.main-abli:hover{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: translateY(-5px);
}
.main-ablist{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 60px;
}
.main-abline{
	width: 1px;
	height: 43px;
	background: rgba(255,255,255,0.2);
}
.main-abtit{
	text-align: center;
	font-size: 16px;
	padding: 5px 0;
}
.main-business{
	width: 100%;
	background: url(../images/business-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 125px 0 130px;
	box-sizing: border-box;
}
.main-about-bg{
	width: 100%;
}
.main-busin-top{
	width: 100%;
	text-align: center;
}
.main-busin-h1{
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: rgba(102,102,102,0.1);
	line-height: 40px;
}
.main-busin-h2{
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #666666;
	font-family: "Montserrat-Light";
	font-weight: bolder;
}
.main-busin-h3{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #666666;
    padding: 64px 0;
}
.main-busin-flx{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-busin-lx{
	margin:0 15px;
	font-size: 18px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.main-busin-lx:hover{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: translateY(-5px);
}
.main-busin-lx a {
	border: 1px solid #de7d2b;
	color: #de7d2b;
	padding: 8px 56px;
	border-radius: 1000px;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.main-busin-lx a:hover{
	border: 1px solid #de7d2b;
	color: #fff;
	background: #de7d2b;
	padding: 8px 56px;
	border-radius: 1000px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.main-busin-view{
	margin:0 15px;
	font-size: 18px;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.main-busin-view:hover{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: translateY(-5px);
}
.main-busin-view a {
	border: 1px solid #de7d2b;
	color: #de7d2b;
	padding: 8px 36px;
	border-radius: 1000px;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.main-busin-view a:hover{
	border: 1px solid #de7d2b;
	color: #fff;
	background: #de7d2b;
	padding: 8px 36px;
	border-radius: 1000px;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.main-footer{
	width: 100%;
	background: #ffffff;
	padding: 90px  0 50px;
	font-family: "Montserrat-Light";
}
.main-footer-ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.footer-h1{
    font-size: 18px;
    font-weight: bolder;
    color: #333333
}
.footer-h2{
    font-size: 14px;
    color: #777777;
    padding: 5px 0;
    margin-bottom:30px;
}
.main-footer-right{
	display: flex;
	justify-content: space-between;
	min-width: 65%;
}
.footer-dl{
	font-size: 16px;
	padding-bottom: 26px;
	text-align: left;
}
.footer-dt{
	font-size: 16px;
	color: #999999;
	padding: 5px 0;
	text-align: left;
}
.footer-dt a{
	color: #999999;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.footer-dt a:hover{
	color: #de7d2b;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.footer-dl-ul{
	float: left;
	padding-right: 15px;
	clear: both;
}
.main-footerline{
	width: 1px;
	height: 177px;
	background: #dbdbdb;
	margin: 0 10px;
}
.main-footcopy{
	width: 100%;
	border-top: 2px solid #f0f0f0;
	padding: 20px 0;
	background: #fff;
}
.copyleft{
	display: flex;
}
.copyflxe{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.copyright{
	text-align: right;
	font-size: 14px;
	color: #999999;
}
.copyright a{
	color: #999999;
}
.copay-logo{
	padding-right: 30px;
}
.copay-logo img{
	width: 117px;
}
.copay-href{
	padding: 0 10px;
	font-size: 16px;
}
.copay-href a{
	color: #999999;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	position: relative;
}
.copay-href a:hover{
	color: #de7d2b;
	position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.copay-href a:after{
	position: absolute;
	width: 1px;
	height: 18px;
	content: "";
	background: #999999;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	margin-top: 2px;
}
.copay-href a:last-child:after{
	display: none;
}
.footer-wxchat{
	position: relative;
	width: 34px;
	margin-right: 15px;
}
.wxchatimg{
	position: absolute;
	left: 50%;
	top: -115px;
	transform: translateX(-50%);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.footer-wxchat:hover .wxchatimg{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transform: translate(-50%,-10px);
	opacity: 1;
	top: -115px;
	height: auto!important;
}
.wxchat{
	width: 34px;
	display: flex;
	cursor: pointer;
}
.wxchat02{
	display: none;
}
.wxchat:hover .wxchat02{
	display: block;
}
.wxchat:hover .wxchat01{
	display: none;
}
.langue-rep{
	position: relative;
	margin-right: 15px;
}
.langue-dowm{
	position: absolute;
	background: rgba(255,255,255,0.4);
	padding: 6px;
	border-radius: 4px;
	width: 100%;
}
.langued-pad{
	position: absolute;
	padding-top: 30px;
	top: 0;
	width: 44px;
	left: 50%;
	margin-left:-6px;
	transform: translateX(-50%);
	display: none;
}
.langue-rep:hover .langued-pad{
	display: block;
}
.langue-dowm:after{
	width: 0;
    height: 0;
	border: 6px solid transparent;
    border-bottom: 8px solid rgba(255,255,255,0.4);
    position: absolute;
    right: 4px;
    top: -14px;
    content: "";
}
.langue-li a{
	width: 100%;
	text-align: center;
	padding: 5px 0;
	display: block;
	color: #fff;
}
.langue-li a:hover{
	color: #de7d2b;
}
.globe-rep{
	position: relative;
}
.globe-pad {
    position: absolute;
    padding-top: 30px;
    top: 0;
    width: 130px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.globe-dowm {
    position: absolute;
    background: rgba(255,255,255,0.4);
    padding: 6px;
    border-radius: 4px;
    width: 100%;
}
.globe-dowm:after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 8px solid rgba(255,255,255,0.4);
    position: absolute;
    right: 4px;
    top: -14px;
    content: "";
}
.globe-rep:hover .globe-pad{
	display: block;
}
.globe-li a {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    display: block;
    color: #fff;
}
.globe-li a:hover{
	color: #de7d2b;
}
.glob02{
	display: none;
}
.fp-viewing-secondPage .search01{
	display: block;
	opacity: 1;
	width: auto;
}
.fp-viewing-secondPage .search02{
	display: none;
}
.fp-viewing-secondPage .search-pad:hover {
    background: rgba(51,51,51,0.4);
    border-radius: 1000px;
}
.fp-viewing-secondPage .langue {
    color: #fff;
    background: url(../images/arr-bot.png) no-repeat center right;
    padding-right: 10px;
    width: 44px;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    cursor: pointer;
}
.fp-viewing-secondPage .langue-dowm {
    position: absolute;
    background: rgba(255,255,255,0.4);
    padding: 6px;
    border-radius: 4px;
    width: 100%;
}
.fp-viewing-secondPage .langue-dowm:after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 8px solid rgba(255,255,255,0.4);
    position: absolute;
    right: 4px;
    top: -14px;
    content: "";
}
.fp-viewing-secondPage .globe {
    display: flex;
    align-items: center;
    color: #fff;
    padding-right: 18px;
    background: url(../images/arr-bot.png) no-repeat center right;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
}
.fp-viewing-secondPage .glob01{
   display: block;
}
.fp-viewing-secondPage .glob02{
   display: none;
}
.fp-viewing-secondPage .globe-dowm {
    position: absolute;
    background: rgba(255,255,255,0.4);
    padding: 6px;
    border-radius: 4px;
    width: 100%;
}
.fp-viewing-secondPage .globe-dowm:after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 8px solid rgba(255,255,255,0.4);
    position: absolute;
    right: 4px;
    top: -14px;
    content: "";
}

.fp-viewing-fourPage .search01{
	display: none;
}
.fp-viewing-fourPage .search02{
	display: block;
	opacity: 1;
	width: auto;
}
.fp-viewing-fourPage .search-pad:hover {
    background: rgba(51,51,51,0.4);
    border-radius: 1000px;
}
.fp-viewing-fourPage .langue {
    color: #333;
    background: url(../images/arr-botblack.png) no-repeat center right;
    padding-right: 10px;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    cursor: pointer;
}
.fp-viewing-fourPage .langue-dowm {
    position: absolute;
    background: rgba(51,51,51,0.4);
    padding: 6px;
    border-radius: 4px;
    width: 100%;
}
.fp-viewing-fourPage .langue-dowm:after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 8px solid rgba(51,51,51,0.4);
    position: absolute;
    right: 4px;
    top: -14px;
    content: "";
}
.fp-viewing-fourPage .globe {
    display: flex;
    align-items: center;
    color: #333;
    padding-right: 18px;
    background: url(../images/arr-botblack.png) no-repeat center right;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
}
.fp-viewing-fourPage .glob01{
   display: none;
}
.fp-viewing-fourPage .glob02{
   display: block;
}
.fp-viewing-fourPage .globe-dowm {
    position: absolute;
    background: rgba(51,51,51,0.4);
    padding: 6px;
    border-radius: 4px;
    width: 100%;
}
.fp-viewing-fourPage .globe-dowm:after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 8px solid rgba(51,51,51,0.4);
    position: absolute;
    right: 4px;
    top: -14px;
    content: "";
}
.kefu{
	position: fixed;
	top: 120px;
	right: 0;
	z-index: 999999;
}
.kefu-li{
	width: 80px;
	height: 70px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2px;
	cursor: pointer;
	position: relative;
}
.kf02{
	display: none;
}
.sc02{
	display: none;
}
.se02{
	display: none;
}
.gz02{
	display: none;
}
.kfimg{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kfname{
	width: 100%;
	font-size: 12px;
	text-align: center;
	padding-top: 6px;
}
.kefu-li a{
	color: #333;
}
.kefu-li:hover{
	background: #de7d2b;
}
.kefu-li:hover .kf01{
   display: none;
}
.kefu-li:hover .kf02{
   display: block;
}
.kefu-li:hover .sc01{
   display: none;
}
.kefu-li:hover .sc02{
   display: block;
}
.kefu-li:hover .se01{
   display: none;
}
.kefu-li:hover .se02{
   display: block;
}
.kefu-li:hover .gz01{
   display: none;
}
.kefu-li:hover .gz02{
   display: block;
}
.kefu-li:hover a{
	color: #fff;
}
.xful {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -220px;
    height: 100%;
    width: 220px;
    line-height: 100%;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.xful:after{
	content: "";
	top: 50%;
	margin-top: -4px;
	width: 0;
    height: 0;
    border:  8px solid transparent;
    border-bottom: 8px solid rgba(222,125,43,1);
    position: absolute;
    right: -14px;
    transform: rotate(90deg);
}
.xful-pad{
    background: #de7d2b;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0 18px;
    border-radius: 8px;
}
.kefu-li:hover .xful{
	right: 90px;
}
.xfuls {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -120px;
    height: 100%;
    width: 120px;
    line-height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 6px 0 0;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.kefu-li:hover .xfuls{
	right: 80px;
}

/**关于我们**/
.navgat .logo-black{
	display: none;
}
.navgat {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    z-index: 70;
    height: 92px;
    padding: 0;
    margin: 0;
    z-index: 666;
}
.navgatblack{
    border-bottom: 1px solid rgba(207,207,207,0.4);
}
.nbanner{
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
.nbanner img{
	vertical-align: middle;
}
.nbnner-fixed{
	width: 100%;
	position: fixed;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.nbnner-h1{
	width: 100%;
	font-size: 42px;
	color: #fff;
	padding-bottom: 15px;
	letter-spacing: 0;
	font-family: "Montserrat-Bold";
}
.nbnner-h2{
	width: 100%;
	font-size: 20px;
	color: #fff;
	padding-bottom: 56px;
	letter-spacing: 1px;
	position: relative;
}
.nbnner-h2:after{
    width: 60px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    content: "";
}
.nbnner-h3{
	width: 100%;
	font-size: 42px;
	color: #fff;
	padding-bottom: 24px;
	letter-spacing: 1px;
	position: relative;
}
.nbnner-h3:after{
    width: 60px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    content: "";
}
* {
	margin:0;
	padding:0;
}
.topbox {
	height:500px;
	background-color:#313131;
}
.section-content {
	width: 100%;
	margin:auto;
	text-align:center;
}
.nav-height {
	position:relative;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.nav-wrap {
	width:100%;
	background:#fff;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.nav-wrap.navFix {
	position:fixed;
	top: 93px;
	left:0;
	border-bottom:1px solid #e3e3e3;
	z-index:333;
	background: rgba(255,255,255,0.75);
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.nav-wrap ul {
	padding: 0;
	display: block;
}
.nav-wrap.navFix ul {
	border-bottom:0;
}
.nav-wrap li {
	display:inline-block;
	text-align:left;
	float:left;
}
.nav-wrap li a {
	display:block;
	padding:0;
	font-size:16px;
	color:#333;
	margin-right: 50px;
	text-decoration:none;
	height: 60px;
	line-height: 60px;
}

.clearfix .active a{
	border-bottom:2px solid #de7d2c;
	color:#de7d2c!important;
}
.nav-mobile {
	display:none;
	font-weight:bold;
	width:100%;
}
.click-me {
	width:150px;
	height:30px;
	background:#4680d1;
	color:white;
	text-align:center;
	line-height:30px;
}
.click-me a {
	display:block;
	color:white;
}

.navgatblack{
	background: #fff;
	width: 100%;
}
.navgatblack .logo-black {
    display: block;
}
.navgatblack .logo-white {
    display: none;
}
.navgatblack .navigation-up .navigation-v3 li a {
    padding: 20px 0;
    color: #333;
    display: inline-block;
    position: relative;
}
.navgatblack .search01 {
    display: none;
}
.navgatblack .search02 {
    display: block;
    opacity: 1;
    width: auto;
}
.navgatblack .search-pad:hover {
    background: rgba(51,51,51,0.4);
    border-radius: 1000px;
}
.navgatblack .langue {
    color: #333;
    font-size: 16px;
    background: url(../images/arr-botblack.png) no-repeat center right;
    padding-right: 10px;
    width: 44px;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    cursor: pointer;
}
 .navgatblack .globe {
    display: flex;
    align-items: center;
    color: #333;
    padding-right: 18px;
    background: url(../images/arr-botblack.png) no-repeat center right;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
}
.navgatblack .glob01 {
    display: none;
}
.navgatblack .glob02 {
    display: block;
}
.navgatblack .langue-dowm {
    position: absolute;
    background: rgba(51,51,51,0.4);
    padding: 6px;
    border-radius: 4px;
    width: 100%;
}
.navgatblack .langue-dowm:after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 8px solid rgba(51,51,51,0.4);
    position: absolute;
    right: 4px;
    top: -14px;
    content: "";
}
.navgatblack .globe-dowm {
    position: absolute;
    background: rgba(51,51,51,0.4);
    padding: 6px;
    border-radius: 4px;
    width: 100%;
}
.navgatblack .globe-dowm:after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 8px solid rgba(51,51,51,0.4);
    position: absolute;
    right: 4px;
    top: -14px;
    content: "";
}
.navgatblack .nav-down-menu {
    width: 100%;
    margin: 0;
    background: rgba(51,51,51,0.4);
    position: absolute;
    top: 0px;
}
.home-flxe{
	display: flex;
	align-items: center;
	height: 60px;
	line-height: 60px;
}
.homeimg{
	width: 14px;
	vertical-align: middle;
	margin-right: 4px;
	margin-top: 4px;
}
.wmenuflxe{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: right;
}
.home-ul a {
	color: #c4c4c4;
}
.home-ul a:hover{
	color: #de7d2b;
}
.home-ul span{
	padding: 0 15px;
	color: #c4c4c4;
}
.home-ul{
	display: flex;
	align-items: center;
	font-size: 14px;
}
#section4{
	width: 100%;
}
.posection{
	width: 100%;
    padding: 93px 0 0 0;
}
.casesub-flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.caselist{
	width: 100%;
	padding: 120px 0 0;
}
.casesubh1{
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-weight: bolder;
	color: #666666;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 15px;
}
.casesubh1:after{
	width: 60px;
	height: 2px;
	background: #de7d2b;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	bottom: 0;
}
.casesubh2{
	width: 100%;
	padding:15px 0 100px;
	font-size: 16px;
	color: #666666;
}
.case-img{
	width: 100%;
	text-align: center;
	padding: 40px 0 20px;
}
.case-img img{
	max-width: 100%;
}
.caseli{
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.caseli:hover{
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: translateY(-5px);
}
.caseli:hover .casename{
    color: #f07800
}
.case-list{
	width: 100%;
	padding: 50px 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.caselis{
	width: 265px;
	padding-left: 14px;
	position: relative;
	border-bottom: 1px solid #de7d2b;
	padding-bottom: 10px;
	font-size: 18px;
	color: #666;
	text-align: left;
	font-family: "Montserrat-Light";
	margin-top: 10px;
}
.caselis:after{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -5px;
    width: 6px;
    height: 6px;
    background: #de7d2b;
    border-radius: 1000px;
    content: "";
}
.caselis:hover{
	color: #de7d2b;
}
.casename{
	width: 100%;
	padding: 18px 0 0 0;
	color: #666;
	font-size: 18px;
	font-family: "Montserrat-Light";
}
.tjproduct{
	width: 100%;
    display: block;
    padding-top: 15px;
}
.tjproductbg{
	width: 100%;
	padding-top: 80px;
	background: #f8f8f8;
}
.tjname-h1{
	width: 100%;
	position: relative;
	padding-bottom: 25px;
	font-size: 36px;
	color: #666666;
	font-weight: bolder;
}
.tjname-h1:after{
	width: 60px;
	height: 2px;
	background: #de7d2b;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.product-ul{
	width: 100%;
	padding: 40px 0;
}
.product-li{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    position: relative;
    margin-bottom: 36px;
    box-shadow: 1px 0px 16px 0px #f3f2f2;
    padding: 0;
}
.product-li:after{
	width: 0;
	height: 2px;
	background: #de7d2c;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.product-li:hover:after{
	width: 100%;
	height: 2px;
	background: #de7d2c;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.product-li .product-lileft{
	width: 55%;
	overflow: hidden;
}
.product-li .product-lileft img{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 100%;
}
.product-lileft:hover img{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1.15, 1.15);
}
.product-li .product-liright{
	width: 45%;
	padding: 0 85px;
	box-sizing: border-box;
	text-align: left;
}
.product-li:nth-child(even){
	flex-direction: row-reverse;
}
.protag{
	font-size: 14px;
	color: #de7d2c;
	width: 100%;
	padding-bottom: 15px;
	font-family: "Montserrat-Light";
}
.proh1{
	font-size: 22px;
	color: #3e3e3e;
	font-weight: bolder;
	width: 100%;
	padding-bottom: 30px;
}
.proul{
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #f7e4d5;
}
.proli{
	width: 100%;
	padding-left: 12px;
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	color: #666666;
	margin: 10px 0;
}
.proli:after{
	width: 6px;
	height: 6px;
	background: #b2b2b2;
	border-radius: 10000px;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}
.promore{
	border-radius: 1000px;
	display: inline-block;
	margin-top: 24px;
	border:1px solid #de7d2c;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.promore a{
	color: #de7d2c;
	display: block;
	padding: 8px 38px;
}
.promore:hover{
	background: #de7d2c;
	border-radius: 1000px;
	display: inline-block;
	margin-top: 24px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: translateY(-5px);
}
.promore:hover a{
	color: #fff;
	display: block;
	padding: 8px 38px;
}
.xgcasepad{
	width: 100%;
	padding: 110px 0 80px;
}
#casesul{
	padding: 30px 0;
}

.case-liimg{
	width: 100%;
	overflow: hidden;
}
.case-liimg img{
	width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.case-ui{
	width: 100%;
	padding: 20px 30px;
	box-sizing: border-box;
}
.case-uiname{
	width: 100%;
	font-size: 26px;
	color: #333333;
	text-align: left;
	padding-bottom: 10px;
}
.case-ulflxe{
	width: 100%;
	display: flex;
	align-items: center;
}
.case-ulflxe .cadd01{
   width: 16px;
}

.case-ulflxe .cadd02{
   width: 16px;
   display: none;
}
.case-addpre{
	font-size: 16px;
	color: #333;
	padding-left: 4px;
}
.case-lipad{
	position: relative;
	width: 100%;
	box-shadow: 1px 0px 16px 0px #f3f2f2;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin-top: 0;
}
.case-lipad:after{
	width: 0;
	height: 2px;
	background: #de7d2c;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}

.case-lipad:hover:after {
    width: 100%;
    height: 2px;
    background: #de7d2c;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0;
}
#casesul .swiper-slide{
	width: 100%;
	padding: 20px 10px;
	box-sizing: border-box;
}
.case-lipad:hover .case-liimg img{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1.15, 1.15);
}
.case-lipad:hover {
	box-shadow: 1px 0px 16px 0px #d9d9d9;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin-top: -10px;
}
.case-lipad:hover .cadd01{
    display: none;
}
.case-lipad:hover .cadd02{
	display: block;
}
.casemore{
	border: 1px solid #de7d2b;
	display: inline-block;
	border-radius: 10000px;
	color: #fff;
	font-size: 16px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.casemore a{
	display: block;
	color: #de7d2b;
	padding: 8px 36px;
}
.casemore:hover{
	background: #de7d2b;
	display: inline-block;
	border-radius: 10000px;
	color: #fff;
	font-size: 16px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    box-shadow: -2px 5px 9px 0px #d5cece;
}
.casemore:hover a{
	color: #fff;
	display: block;
	padding: 8px 36px;
}
.w1480 .swiper-container{
	padding:0 55px;
	box-sizing: border-box;
}
#cases .swiper-button-next.swiper-button-disabled, #cases .swiper-button-prev.swiper-button-disabled {
    opacity: .8;
    cursor: auto;
    pointer-events: none;
    background: #e5e5e5!important;
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff!important;
}
#cases .swiper-button-prev, #cases .swiper-container-rtl .swiper-button-next{
	left: 0;
}
#cases .swiper-button-next:after,  #cases .swiper-button-prev:after{
	font-size: 22px!important;
}
#cases .swiper-button-next, #cases .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}
#cases .swiper-button-next{
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    background: #c3c3c3;
    color: #fff!important;
}
#cases .swiper-button-prev{
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    background: #c3c3c3;
    color: #fff!important;
}
#cases .swiper-button-next:hover{
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    background: #de7d2c;
    color: #fff!important;
}
 #cases.swiper-button-prev:hover{
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    background: #de7d2c;
    color: #fff!important;
}
.main-footer-left{
	text-align: left;
}
.tech-flex{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tech-h1{
	position: relative;
	padding-left: 10px;
	padding-right: 15px;
	font-size: 18px;
	color: #3f3f3f;
}
.tech-h1:after{
	position: absolute;
	left: 0;
	height: 20px;
	width: 2px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: #de7d2b;
}
.tech-flex{
	width: 100%;
	padding: 25px 0;
}
.tech-h2{
	flex: 1;
	position: relative;
	height: 20px;
}
.tech-h2:after{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #dfdfdf;
	margin-top: -0.5px;
	content: "";
	left: 0;
	top: 50%;
}
.tech-ul{
	width: 100%;
	overflow: hidden;
}
.tech-ulrow{
	margin-left: -15px;
	margin-right: -15px;
}
.tech-liw3{
	float: left;
	width: 33.3%;
	padding: 15px;
	box-sizing: border-box;
}
.tech-lipad{
	width: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	border-radius: 4px;
	padding:46px 30px;
	box-sizing: border-box;
	position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.tech-lipad:after{
	width: 0;
    height: 2px;
    background: #de7d2c;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.tech-lipad:hover:after{
	width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.tech-lipad:hover{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: translateY(-5px);
}
.tech-liimg{
	margin-right: 15px;
}
.tech-ulflex{
	text-align: left;
}
.tech-th1{
	font-size: 24px;
	color: #3f3f3f;
	padding-bottom:18px;
}
.tech-th2{
	font-size: 16px;
	color: #666;
}
.tech-note{
	width: 100%;
	font-size: 16px;
	color: #666666;
	padding-bottom: 80px;
	text-align: left;
	padding-top: 20px;
}
.trait-ul{
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.trait-ulrow{
	margin-right: -6px;
	margin-left: -6px;
}
.trait-liw2{
	float: left;
	width: 33.3%;
	padding: 15px;
	box-sizing: border-box;
}
.trait-lipad{
	width: 100%;
	background: #fff;
	padding: 50px 40px 20px;
	box-sizing: border-box;
	box-shadow: 0px 5px 16px 2px #f1f0f0;
	position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.trait-h1{
	width: 100%;
	text-align: left;
	font-size: 18px;
	color: #de7d2b;
	padding-bottom: 10px;
	font-family: "Montserrat-Light";
}
.trait-h2{
	width: 100%;
	text-align: left;
	font-size: 18px;
	color: #333333;
	height: 70px;
	font-family: "Montserrat-Light";
}
.trait-lipad:after {
    width: 0;
    height: 2px;
    background: #de7d2c;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.trait-lipad:hover:after {
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.trait-lipad:hover{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: translateY(-5px);
}
.patent-pad{
	width: 100%;
	padding: 0 0 50px;
	background: #f8f8f8;
	background-size: 100%;
}
.ptname-h1{
	width: 100%;
	position: relative;
	padding-bottom: 25px;
	padding-top: 125px;
	font-size: 36px;
	color: #666666;
	font-weight: bolder;
}
.ptname-h1:after{
	width: 60px;
	height: 2px;
	background: #de7d2b;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#patent .swiper-button-next.swiper-button-disabled, #cases .swiper-button-prev.swiper-button-disabled {
    opacity: .8;
    cursor: auto;
    pointer-events: none;
    background: #e5e5e5!important;
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff!important;
}
#patent .swiper-button-prev, #patent .swiper-container-rtl .swiper-button-next{
	left: 0;
}
#patent .swiper-button-next:after,#patent .swiper-button-prev:after{
	font-size: 22px!important;
}
#patent .swiper-button-next, #patent .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}
#patent .swiper-button-next{
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    background: #c3c3c3;
    color: #fff!important;
}
#patent .swiper-button-prev{
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    background: #c3c3c3;
    color: #fff!important;
}
#patent .swiper-button-next:hover{
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    background: #de7d2c;
    color: #fff!important;
}
 #patent.swiper-button-prev:hover{
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    background: #de7d2c;
    color: #fff!important;
}
#casesuls {
    padding: 30px 0 0;
}
#casesuls .swiper-slide{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#casesuls .swiper-slide-active .swiperimgs{
	-webkit-transform: scale(1)!important;
    transform: scale(1)!important;
    transform-origin:bottom;
}

#casesuls .swiper-slide-prev .swiperimgs{
	-webkit-transform: scale(0.9)!important;
    transform: scale(0.9)!important;
    transform-origin:bottom;
}
#casesuls .swiper-slide-next .swiperimgs{
	-webkit-transform: scale(0.9)!important;
    transform: scale(0.9)!important;
    transform-origin:bottom;
}
#casesuls .swiper-slide .swiperimgs{
	-webkit-transform: scale(0.8);
    transform: scale(0.8);
    transform-origin:bottom;
}
#casesuls .swipname{
	width: 100%;
	padding: 15px 0;
	background: #fff;
}
#casesuls .swiperimgs img{
	width: 100%;
}
.porday{
	width: 100%;
}
.porday img{
	width: 100%;
}
.patent-list{
	width: 100%;
	background: url(../images/pordaybg.png) no-repeat center right;
}
.wr1480{
	padding: 0 55px;
    box-sizing: border-box;
    width: 1580px;
    margin: auto;
    position: relative;
    z-index: 100;
}
.detecth1 {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bolder;
    color: #666666;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 15px;
    padding-top: 110px;
}
.detecth2 {
    width: 100%;
    padding: 15px 0 60px;
    font-size: 16px;
    color: #666666;
}
.detecth1:after {
    width: 60px;
    height: 2px;
    background: #de7d2b;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    bottom: 0;
}
.detect{
	width: 100%;
}
.deteul{
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 105px;
}
.deteright{
	border: 1px solid #ebebeb;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	padding: 32px 0 32px 70px;
	min-height: 151px;
	box-sizing: border-box;
}
.deteli{
	background: url(../images/rico.png) no-repeat center left;
	background-size: 16px;
	padding-left: 20px;
	width:33.3%;
	text-align: left;
	color: #3f3f3f;
	margin:10px 0;
	box-sizing: border-box;
	font-size: 16px;
}
.deteleft{
	margin-right: -50px;
	position: relative;
	z-index: 9;
}
.deteleft img{
	vertical-align: middle;
}
.downlist{
	width: 100%;
	background: #f8f8f8;
	padding: 80px 0;
}
.downmain{
	width: 100%;
	background: #fff;
	padding: 110px 0;
}
.downlist-h1{
	width: 100%;
    position: relative;
    padding-bottom: 25px;
    font-size: 36px;
    color: #666666;
    font-weight: bolder;
    text-align: center;
}
.downlist-h1:after {
    width: 60px;
    height: 2px;
    background: #de7d2b;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.down-row{
	margin-left: -15px;
	margin-right: -15px;
	padding: 30px 0;
}
.down-w2{
	float: left;
	padding: 15px;
	width: 50%;
	box-sizing: border-box;
}
.clear{
	clear: both;
}
.down-wpad{
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	box-shadow: 1px 0px 16px 0px #f3f2f2;
}
.down-ulm{
	width: 100%;
	padding: 40px 50px;
	box-sizing: border-box;
}
.down-tit{
	width: 100%;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	padding-left: 10px;
}
.down-tit:after{
	position: absolute;
	left: 0;
	width: 2px;
	height: 18px;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	background: #de7d2c;
}
.down-tag{
	width: 100%;
	font-size: 15px;
	color: #666;
	height: 48px;
	padding-left: 10px;
	font-family: "Montserrat-Light";
}
.down-btn{
	margin: 30px 0 0 0;
	display: inline-block;
	background: #de7d2c;
	border-radius: 1000px;
	text-align: center;
	padding: 8px 40px;
}
.down-btn a{
	color: #fff;
}
.down-wpad:after {
    width: 0;
    height: 2px;
    background: #de7d2c;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.down-wpad:hover:after {
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.down-wpad img{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.down-wpad:hover .down-img img{
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1.15, 1.15);
}
.down-img{
	width: 100%;
	overflow: hidden;
}
.down-update{
	padding-bottom:15px;
    font-size: 14px;
    color: #666666;
}
.downlist-h2 {
    width: 100%;
    padding: 15px 0 0;
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.tjname-h2 {
    width: 100%;
    padding: 20px 0 0;
    font-size: 16px;
    color: #666666;
}

.project-h1 {
    width: 100%;
    position: relative;
    padding-bottom: 25px;
    font-size: 36px;
    color: #666666;
    font-weight: bolder;
    text-align: center;
}
.project-h1:after {
    width: 60px;
    height: 2px;
    background: #de7d2b;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.project-h2 {
    width: 100%;
    padding: 20px 0 0;
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.section-project{
	width: 100%;
	padding: 100px 0;
}
.pro-row{
	margin-right: -15px;
	margin-left: -15px;
	padding-top: 30px;
}
.project-li{
	float: left;
	width: 33.3%;
	padding: 15px;
	box-sizing: border-box;
}
.project-pad{
	width: 100%;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	box-shadow: 1px 4px 20px 7px #f5f5f5;
	position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.project-tit{
	width: 100%;
	padding: 10px 0;
	font-size: 22px;
	color: #333;
}
.project-ul{
	width: 100%;
	height: 110px;
}
.project-ul ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.project-ul li{
	padding: 4px 0 4px 12px;
	position: relative;
	color: #666;
	font-size: 16px;
	font-family: "Montserrat-Light";
}
.project-ul li:after{
	width: 6px;
	height: 6px;
	background: #b2b2b2;
	border-radius: 1000px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	position: absolute;
}
.project-pad:after {
    width: 0;
    height: 2px;
    background: #de7d2c;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.project-pad:hover:after {
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.project-pad:hover{
    transform: translateY(-5px);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.section-solution{
	width: 100%;
}
.solution-h1{
    width: 100%;
    position: relative;
    padding-bottom: 25px;
    font-size: 36px;
    color: #666666;
    font-family: "Montserrat-Bold";
    text-align: center;
}
.solution-h2{
    width: 100%;
    padding: 20px 0 0;
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.solution-h1:after {
    width: 60px;
    height: 2px;
    background: #de7d2b;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.solution-pad{
	padding: 90px 0;
	width: 100%;
	background-image: linear-gradient(#ffffff,#f8f8f8);
}
.solution-menu{
	width: 100%;
	max-width: 1450px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.solution-tab{
	width: 100%;
	padding: 0px 0 20px;
}
.soluli{
	padding: 16px 180px;
	background: #f8f8f8;
	border-radius: 1000px;
	font-size: 18px;
	margin:0 30px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.soactive{
	background: #de7d2c;
	color: #fff;
}
.soactive:after{
	width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 8px solid rgb(222 125 44);
    position: absolute;
    bottom: -16px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    transform: rotate(180deg);
}

.solution-tab .swiper-container .swiper-wrapper .swiper-slide {
    width: 1442px;
    opacity: 0.1;
    transform: scale(0.95);
}
.solution-tab  .swiper-slide-active{
	opacity: 1!important;
}
.solution-tab .swiper-pagination{
	bottom: 40px!important;
}
.solution-tab .swiper-pagination-bullet{
	width: 100px;
	height: 3px;
	border-radius: 0;
}
.solution-tab .swiper-pagination-bullet-active {
    opacity: 1;
    background: #dd7e2c!important;
}
.solution-tab .swiper-pagination-bullet {
    display: inline-block;
    background: #ffffff;
    opacity: .9;
}
.solution-siwper{
	width: 100%;
	padding: 40px 0;
}
.swiper-sliname {
	position: absolute;
    top: 30px;
    right: -97px;
    width: 294px;
    background: rgb(187 85 1 / 60%);
    padding: 6px 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    display: flex;
    justify-content: center;
}
.swiper-sliname p{
	font-size: 15px;
	line-height: 32px;
	color: #ffffff;
}

.solution-siwperli .swiper-slide-solu img{
	width: 100%;
}
.solution-siwperli .swiper-button-next{
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    background: #c3c3c3;
    color: #fff!important;
}
.solution-siwperli .swiper-button-prev{
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    background: #c3c3c3;
    color: #fff!important;
}
.solution-siwperli .swiper-button-next:hover{
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    background: #de7d2c;
    color: #fff!important;
}
 .solution-siwperli .swiper-button-prev:hover{
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    background: #de7d2c;
    color: #fff!important;
}
.solution-siwperli .swiper-button-next:after, .solution-siwperli .swiper-button-prev:after {
    font-size: 22px!important;
}
.solution-siwperli .swiper-button-prev, .solution-siwperli .swiper-container-rtl .swiper-button-next {
    left: 5%;
    right: auto;
}
.solution-siwperli .swiper-button-next, .solution-siwperli .swiper-container-rtl .swiper-button-prev {
    right: 5%;
    left: auto;
}
.section-soltep02{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.sec-soltepleft{
	width: 370px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	flex-grow: 0;
	height: 100%;
	align-items:flex-end;
}
.sec-soltepright{
	flex: 1;
}
.sec-solitli{
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0px 3px 7px #f3f3f3;
	position: relative;
}
.sec-solitli:last-child{
	margin-bottom: 0;
}
.sec-solith1{
	width: 100%;
	font-size: 24px;
	padding-bottom: 15px;
}
.sec-solit3{
	width: 100%;
	padding: 5px 0;
}
.sec-solibtn a{
	display: inline-block;
	background: #de7d2c;
	display: block;
	color: #fff;
	padding: 10px 10px;
	font-size: 12px;
	margin: 13px auto 0;
	border-radius: 1000px;
	max-width: 200px;
}
.sec-solihi{
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.sective .sec-solihi{
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 100%;
    height: 182px;
    overflow: hidden;
}
.sec-solihi:after{
	position: absolute;
	width: 2px;
	height: 0%;
	background: #de7d2c;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.sective .sec-solihi:after{
    height: 100%;
}
.sective:before{
	position: absolute;
    top: 50%;
    margin-top: -7px;
	width: 0;
    height: 0;
    border: 14px solid transparent;
    border-bottom: 14px solid rgb(255 255 255);
    position: absolute;
    content: "";
    right: -26px;
    transform: rotate(90deg);
}
.sec-solitimg{
    overflow: hidden;
}
.sec-solitimg img{
	vertical-align: middle;
	width: 100%;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.sec-solitimg:hover img{
	vertical-align: middle;
	width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1.15, 1.15);
}
.swiper-slide-solu{
    overflow: hidden;
    position: relative;
}
.swiper-slide-solu img{
	vertical-align: middle;
	width: 100%;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.swiper-slide-solu:hover img{
	vertical-align: middle;
	width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1.15, 1.15);
}
.questionbg{
	width: 100%;
	background: #f8f8f8;
}
.quest-wrap{
	width:100%;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.quest-wrap.navFix {
	position:fixed;
	top: 93px;
	left:0;
	border-bottom:1px solid #e3e3e3;
	z-index:333;
	background: rgba(255,255,255,0.75);
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.quest-wrap ul {
	padding: 0;
	display: block;
}
.quest-wrap.navFix ul {
	border-bottom:0;
}
.quest-wrap li {
	display:block;
	text-align:left;
	height: 74px;
	line-height: 74px;
	float:left;
	margin-right: 45px;
}
.quest-wrap li a {
	color:#333;
	height: 74px;
	line-height: 74px;
	display: block;
}
.quest-wrap li a:hover{
	color: #ef7800;
}
.qusearch{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px 0 40px;
}
.quserch-btn{
	background: #e1893f;
	color: #fff;
	padding: 15px 20px 15px 20px;
	border-radius: 0 1000px 1000px 0;
	height: 50px;
	box-sizing: border-box;
}
.quserch-input{

}
.quserch-input input{
	background: #fff;
	border:0;
	height: 50px;
	padding: 6px 10px 6px 20px;
	border-radius: 1000px 0 0 1000px;
	width: 340px;
	box-sizing: border-box;
	font-size: 16px;
}
.quserch-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.quserch-btn img{
	vertical-align: middle;
	margin-right: 6px;
}
.list li{
	width: 100%;
	background: #fff;
	padding: 60px 80px;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.list li:after {
    width: 0;
    height: 2px;
    background: #de7d2c;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.list li:hover:after {
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.list-h1{
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 20px;
	padding: 10px 10px 10px 40px;
	box-sizing: border-box;
	background: url(../images/q.png) no-repeat 0 10px;
}
.list-h1 img{
	margin-right: 10px;
}
.list-h2{
	width: 100%;
	font-size: 16px;
	padding: 10px 10px 10px 40px;
	box-sizing: border-box;
	background: url(../images/a.png) no-repeat 0 10px;
}

.list-btn{
	position: absolute;
	right: 0;
	top: 0;
	background: #979797;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-btn img{
	width: 20px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	vertical-align: middle;
}
.list-txt{
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	white-space:nowrap;
	font-size: 16px;
	line-height: 30px;
	color: #323232;
}
.current .list-txt{
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	white-space:inherit;
}
.current .list-btn{
	background: #de7d2c;
}
.current .list-btn img{
 	transform: rotate(180deg);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.lanren .more{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
.lanren .more-btn{
	display: flex;
	align-items: center;
	justify-content: center;
}
.morebtn02{
	display: none;
	width: 40px;
}
.morebtn01{
	width: 40px;
}
.more-btn:hover .morebtn02{
	display: block;
	width: 40px;
}
.more-btn:hover .morebtn01{
	display: none;
	width: 40px;
}
.more-btn p{
	color: #999999;
	font-size: 18px;
	padding-left: 10px;
	font-weight: 700;
}
.cubtxt{
	font-size: 18px;
	color: #de7d2c;
	position: relative;
}
.cubtxt:after{
	width: 70px;
	height: 2px;
	background: #de7d2c;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -35px;
	content: "";
}

.casesearch{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px 0 40px;
}
.caseserch-btn{
	background: #e1893f;
	color: #fff;
	padding: 15px 30px 15px 30px;
	border-radius: 0 1000px 1000px 0;
	height: 50px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.caseserch-btn img{
	vertical-align: middle;
	margin-right: 6px;
}

.caseserch-input input{
	background: #fff;
	border:0;
	height: 50px;
	padding: 6px 10px 6px 20px;
	border-radius: 1000px 0 0 1000px;
	width: 540px;
	box-sizing: border-box;
	font-size: 16px;
}
.casenav{
	width: 100%;
}
.listn{
	margin-left: -34px;
	margin-right: -34px;
}
.listn li{
	float: left;
	width: 50%;
	padding: 0 34px;
	box-sizing: border-box;
	margin: 34px 0;
	cursor: pointer;
}
.listn li .case-itemimg img{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.listn li:hover .case-itemimg img{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1.15, 1.15);
}
.case-itemli{
	width: 100%;
	background: #ffffff;
}
.case-itemli:hover .case-add01{
	display: none;
}
.case-itemli:hover .case-add02{
	display: block;
}
.case-itempad{
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.case-itemh1{
	width: 100%;
	font-size: 32px;
	height: 40px;
	color: #333;
	box-sizing: border-box;
}
.case-itemh2{
	width: 100%;
	padding: 0;
	color: #333;
	font-size: 16px;
	box-sizing: border-box;
	position: relative;
	display: none;
}
.case-absolu{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 22;
	box-sizing: border-box;
}
.case-absolubg{
	width: 100%;
    padding: 12px 30px 50px;
    left: 0;
    top: 0;
    z-index: 22;
    box-sizing: border-box;
    background: url(../images/bglinke.png) repeat-x bottom;
}
.view-more{
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}
.view-more a {
	display: inline-block;
	background: #de7d2c;
	color: #fff;
	padding: 10px 40px;
	border-radius: 1000px;
}
.case-itemimg{
	width: 100%;
	overflow: hidden;
}
.case-itemimg img{
	width: 100%;
}
.case-itemadd{
	width: 100%;
	font-size: 18px;
	padding: 15px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	color: #333;
}
.case-itemadd img{
	vertical-align: middle;
	margin-right: 4px;
}
.case-add02{
	display: none
}
.case-ph1{
	width: 100%;
	padding: 25px 0 10px 0;
	font-size: 16px;
	box-sizing: border-box;
	border-top: 1px solid #f1f1f1;
}
.case-ph2{
	width: 100%;
	font-size: 16px;
	line-height: 26px;
}
.case-itempadflxe{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 30px 15px;
	box-sizing: border-box;
}
.case-w45{
	width: 100%;
	max-width: 435px;
}
.catoparr{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.case-current .catoparr{
 	transform: rotate(180deg);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.case-current .case-itemh2{
	display: block;
}
.more-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0 50px;
}
.swipcase-tit{
	width: 100%;
	text-align: center;
	padding:0;
	background: #f1f1f1;
	border-radius: 6px;
	height: 60px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.swipcase-tit:hover{
	background: #e1893f;
	color: #fff;
}
.curr .swipcase-tit{
	background: #e1893f;
	color: #fff;
}
.swipcase-li{
	width: 100%;
	text-align: center;
}
.case-itemline{
	width: 100%;
	max-width: 1550px;
    margin: auto;
    position: relative;
    z-index: 100;
    padding: 0 50px;
    box-sizing: border-box;
}
.case-itemline .swiper-button-next, .case-itemline.swiper-button-prev{
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    background: none;
    color: #de7d2c!important;
}
.case-itemline .swiper-button-next:after, .case-itemline .swiper-button-prev:after {
    font-size: 32px!important;
}
.case-itemline .swiper-button-next{
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    background: none;
    color: #de7d2c!important;
    right: 0;
    margin-top:-24px;
}
.case-itemline .swiper-button-prev{
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 0;
    background: none;
    color: #de7d2c;
    left: 0;
    margin-top:-24px;
}
.case-item{
	width: 100%;
	padding: 10px 0;
}
.case-detail{
	width: 100%;
	padding: 80px 0;
	background: #f8f8f8;
}
.detail-name{
	width: 100%;
	display: block;
	font-size: 32px;
	text-align: center;
	color: #666666;
	padding: 15px 0;
}
.detail-flex{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}
.detail-line{
   width: 100%;
   height: 1px;
   background: #dedede;
}
.xb02{
   display: none;
}
.detail-wx{
	padding:0 5px;
	cursor: pointer;
}
.detail-wx img{
	vertical-align: middle;
}
.detail-wb img{
	vertical-align: middle;
}
.detail-href img{
	vertical-align: middle;
}
.detail-wx:hover .xb01{
   display: none;
}
.detail-wx:hover .xb02{
   display: block;
}
.detail-wb{
	padding:0 5px;
	cursor: pointer;
}
.detail-wb:hover .xb01{
   display: none;
}
.detail-wb:hover .xb02{
   display: block;
}
.detail-href{
	padding:0 5px;
	cursor: pointer;
}
.detail-href:hover .xb01{
   display: none;
}
.detail-href:hover .xb02{
   display: block;
}
.detail-row{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 40px;
}
.casedat-li {
    width: 50%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}
.case-pad {
    width: 100%;
    padding: 5px 0 5px;
    border-bottom: 1px solid #dfdfdf;
    min-height: 105px;
    box-sizing: border-box;
    position: relative;
}
.case-pad:after{
    width: 0;
    height: 1px;
    background: #de7d2c;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
}
.case-pad:hover:after{
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.casedat-li:hover .case-f22{
    color: #de7d2c;
}
.casedat-li:hover .case-f18{
    color: #de7d2c;
}
.case-f22{
	font-size: 28px;
	color: #404040;
	font-family: "Montserrat-Regular";
}
.case-f18{
	font-size: 16px;
	color: #676767;
	padding-top: 15px;
	height: 80px;
	font-family: "Montserrat-Light";
}
.case-detail-tep{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	position: relative;
}
.detail-tep-left a{
	color: #666;
	font-size: 16px;
	font-family: "Montserrat-Light";
}
.detail-tep-left a:hover{
	color: #eb7706;
}
.detail-tep-right a{
	color: #666;
	font-size: 16px;
	font-family: "Montserrat-Light";
}
.detail-tep-right a:hover{
	color: #eb7706;
}
.detail-tep-cent{
	width: 200px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}

.detail-tep-cent a:hover {
    background: #eb7706;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    border-radius: 10000px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    box-shadow: 1px 0px 16px 0px #d9d9d9;
    transform: translateY(-3px);
}
.detail-tep-cent a{
	background: #eb7706;
	padding: 10px 0;
	font-size: 16px;
	color: #fff;
	border-radius: 10000px;
	display: flex;
	align-items: center;
	justify-content: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.setit{
	font-size: 24px;
	font-weight: bold;
}
.detail-tep-cent img{
	vertical-align: middle;
}
.newsbg{
	width: 100%;
	background: #f8f8f8;
	clear: both;
	padding: 80px 0;
}
.newsli{
	width: 100%;
	position: relative;
}
.newsli:hover .newsli-w5 img{
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1.15, 1.15);
}
.newsli-w5{
	width: 50%;
	overflow: hidden;
}
.newsli-w5 img{
	width: 100%;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.newsli-w6{
   width: 55%;
   padding: 50px 90px;
   background: #ffffff;
   position: absolute;
   box-sizing: border-box;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
}
.newsli-time{
	display: flex;
	align-items: flex-end;
   font-family: "Montserrat-Light";
   width: 100%;
   position: relative;
}
.news-day{
    color: #eb7706;
    font-size: 50px;
}
.new-year{
   color: #bebebe;
   font-size: 18px;
   padding: 0 0 10px 10px;
}
.newsli-h1{
	padding:10px 0 20px;
	font-size: 26px;
	color: #333;
}
.newsli-h2{
	color: #aaaaaa;
	font-size: 16px;
	line-height: 26px;
	width: 100%;
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 这里是超出几行省略 */
	overflow: hidden;
   font-family: "Montserrat-Light";
}
#newsdetail .swiper-pagination-fraction{
	width: auto;
	right: 0;
	left: auto;
	color: #bebebe;
}
.swiper-page-bot{
	width: 100%;
	margin-top: 50px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.new-arr{
	position: absolute;
	right: 0;
}
#newsdetail .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #dcdcdc;
    margin-right: 10px;
    opacity: 1;
}
#newsdetail .swiper-pagination-bullet-active{
    background: #de7d2c!important;
}
.newslist-row{
	margin-right: -15px;
	margin-left: -15px;
	padding-top: 40px;
}
.newslist-li{
	float: left;
	width: 33.3%;
	padding: 15px;
	box-sizing: border-box;
}
.newslist-pad{
	width: 100%;
	background: #fff;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.newslist-pad:hover{
	box-shadow: 1px 0px 16px 0px #d9d9d9;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.newslist-pad:hover .newslist-img img{
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1.15, 1.15);
}
.newslist-pad:hover .newslist-h1{
	color: #de7d2b;
}
.newslist-img{
	width: 100%;
	overflow: hidden;
}
.newslist-img img{
	width: 100%;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.newslist-time{
	font-size: 14px;
	width: 100%;
	padding: 10px 0;
	color: #666;
}
.newslist-ul{
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}
.newslist-h1{
	width: 100%;
	height: 74px;
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 20px;
	text-overflow: ellipsis;  /* 超出部分省略号 */
	word-break: break-all;  /* break-all(允许在单词内换行。) */
	display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
	-webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-line-clamp: 3; /* 显示的行数 */
	color: #3f3f3f;
}
.newslist-h2{
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #888888;
	overflow: hidden;
	text-overflow: ellipsis;  /* 超出部分省略号 */
	word-break: break-all;  /* break-all(允许在单词内换行。) */
	display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
	-webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-line-clamp: 2; /* 显示的行数 */
	max-height: 100px; /* 设置最大高度，根据行高，要几行乘以几倍 */
   font-family: "Montserrat-Light";
}
.page-new{
	width: 100%;
	padding:50px 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.firstpage{
	width: 50px;
	height: 50px;
	border:1px solid #e8e8e8;
	border-radius: 1000px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.last{
	width: 50px;
	height: 50px;
	border:1px solid #e8e8e8;
	border-radius: 1000px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.firstpage img{
	width: 30px;
	vertical-align: middle;
}
.fir02{
	display: none
}
.first:hover{
	background:#de7d2c;
	cursor: pointer;
}
.first:hover .fir02{
	display: block;
}
.first:hover .fir01{
	display: none
}
.las02{
	display: none
}
.last:hover{
	background:#de7d2c;
	cursor: pointer;
}
.last:hover .las02{
	display: block;
}
.last:hover .las01{
	display: none
}
.last img{
	width: 30px;
	vertical-align: middle;
}
.first{
	margin:0 5px;
}
.last{
	margin:0 5px;
}
.page-on{
	width: 50px;
	height: 50px;
	border:1px solid #e8e8e8;
	border-radius: 1000px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0 5px;
   font-family: "Montserrat-Light";
}
.page-on a{
	color: #666;
}
.page-on:hover{
	background:#de7d2c;
	cursor: pointer;
}
.page-on:hover a{
	cursor: pointer;
	color: #ffffff;
	display: block;
}
.pageon{
	background: #de7d2c;
	border:1px solid #de7d2c;
}
.pageon a {
	cursor: pointer;
	color: #ffffff;
	display: block;
}
.news-detailbg{
    width: 100%;
    background: #f8f8f8;
    padding: 110px 0 40px 0;
}
.noewhome{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding-bottom: 15px;
}
.news-contain{
	width: 100%;
	padding: 90px 180px;
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: 0px 5px 14px 4px #f1f1f1;
}
.news-contain-h1{
	width: 100%;
	font-size: 32px;
	text-align: center;
	padding-bottom: 15px;
	color:#666666;
	font-weight: bolder;
}
.atitle{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
}
.atitle p{
	color: #999999;
	padding:0 35px;
   font-family: "Montserrat-Light";
}
.article-cn{
	width: 100%;
	padding: 20px 0;
	line-height: 26px;
	color: #333;
	font-size: 16px;
   font-family: "Montserrat-Light";
}
.article-cn p{font-family: "Montserrat-Light"!important;}
.article-cn img{
	max-width: 100%;
}
.newpet{
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
}
.new-recom{
	width: 100%;
	background: #f8f8f8;
	padding: 20px 0 80px;
}
.new-recom-nanme{
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
	font-size: 32px;
	font-weight: bolder;
	color: #666;
	position: relative;
}
.new-recom-nanme:after{
	width: 60px;
	height: 2px;
	background: #de7e2a;
	position:absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}
.result-ul{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 66;
}
.result-name{
	font-size: 50px;
	color: #fff;
	text-align: center;
	padding-bottom: 35px;
	letter-spacing: 3px;
}
.result-flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.result-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.result-btn{
	background: #e1893f;
    color: #fff;
    padding: 15px 20px 15px 20px;
    border-radius: 0 1000px 1000px 0;
    height: 50px;
    box-sizing: border-box;
}
.result-input input {
    background: #fff;
    border: 0;
    height: 50px;
    padding: 6px 10px 6px 20px;
    border-radius: 1000px 0 0 1000px;
    width: 450px;
    box-sizing: border-box;
    font-size: 16px;
}
.result-btn img{
	vertical-align: middle;
	padding-right: 5px;
}
.result-pad{
	width: 100%;
	padding:25px;
	background: #fff;
	position: relative;
	margin-top: 60px;
	box-sizing: border-box;
	margin-bottom: 20px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.result-pad:hover{
    box-shadow: 1px 0px 16px 0px #d9d9d9;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.result-pad:hover .resuleft img{
    box-shadow: 1px 0px 16px 0px #d9d9d9;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1.15, 1.15);
}
.result-pad:hover .res-h1{
    color: #de7d2c;
}
.result-pad:hover .resuright{
    background: #de7d2c;
}
.resultul{
	width: 100%;
	padding: 60px 0 0 0;
}
.resuleft{
	margin-top: -60px;
	overflow: hidden;
}
.resuleft img{
	width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.resucent{
	padding-left: 65px;
}
.res-time{
    font-size: 14px;
    width: 100%;
    color: #666;
}
.res-h1{
    width: 100%;
    font-size: 22px;
    color: #3f3f3f;
    padding: 20px 0;
}
.res-h2{
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #888888;
}
.resuright{
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #a0a0a0;
	border-radius: 4px;
	position: absolute;
	right: 55px;
	transform: translateY(-50%);
	top: 50%;
}
.resuright img{
	width: 40px;
	vertical-align: middle;
}
.result-flex{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.result-tag{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 24px;
	color: #010101;
}
.result-tag img{
	vertical-align: middle;
	margin-right: 6px;
}
.result-tag span{
	color: #de7d2c;
}
.sitemap{
	width: 100%;
	padding: 150px 0 60px;
	background:url(../images/map-bg.png) no-repeat center;
	background-size: cover;
}
.sitemap-pad{
	width: 100%;
	padding:60px;
	box-sizing: border-box;
	background: #f8f9fb;
}
.sitemap-home{
	width: 100%;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.sitemap-home p{
	padding-left: 10px;
	font-size: 20px;
	color: #333;
	font-weight: bolder;
}
.sitemap-mar{
	width: 100%;
	display: flex;
	margin-bottom: 15px;
	background: #f0f0f0;
}
.sitemap-right ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.sitemap-right li{
	margin: 5px 0;
}
.sitemap-right li a{
	position: relative;
	margin-right: 26px;
	padding:6px 26px 6px 0;
	font-size: 15px;
	font-family: "Montserrat-Light";
	color: #333;
}
.sitemap-right li a:hover{
	color: #de7d2c;
}
.sitemap-right li a:after{
    width: 1px;
    height: 16px;
    background: #333;
    content: "";
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right: 0;
}
.sitemap-right li:last-child a:after{
    display: none
}
.sitemap-left{
	background:#de7d2c;
	color: #ffffff;
	width: 180px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	font-size: 15px;
	margin-right: 20px;
	font-family: "Montserrat-Bold";
}
.sitemap-right{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.declaration{
	width: 100%;
	background: #f8f8f8;
}
.declaration-pad{
	width: 100%;
	padding: 80px 0;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
    font-family: "Montserrat-Light";
}
.nbanner-qa{
	display: inline-flex;
	padding: 10px 36px 12px;
	background: #de7d2c;
	border-radius: 1000px;
	color: #fff;
	align-items: center;
	margin: 30px 0 0 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.nbanner-qa:hover{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: translateY(-5px);
}
.nbanner-qa p{
	display: flex;
	align-items: center;
	justify-content: center;
}
.nbanner-qa img{
	width: 10px;
	height: 14px;
	margin-left: 10px;
	margin-top: 5px;
	vertical-align: middle;
}
.serv-h1{
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	font-size: 32px;
	font-family: "Montserrat-Bold";
	color: #666666;
	margin-bottom: 40px;
}
.serv-h1:after{
	width: 60px;
	height: 2px;
	background: #de7d2c;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.serve-detailpad{
	width: 100%;
	padding: 60px 0;
}
.serv-h2{
	width: 100%;
	text-align: center;
	padding: 0 0 35px 0;
	font-size: 18px;
	color: #333;
}
.serveli{
	float: left;
	width: 12.5%;
	padding: 0 2px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    cursor: pointer;
}
.servname{
	position: absolute;
	font-size: 18px;
	color: #fff;
	bottom: 0;
	z-index: 33;
	width: 100%;
	padding: 20px 30px 50px;
	box-sizing: border-box;
	text-align: center;
}
.frist{
	width: 50%;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.seico{
	display: none;
}
.frist .seico{
	display: block;
}
.frist .servname{
	width: auto;
}
.fqa-pad{
	width: 100%;
	position: relative;
}
.fqa-pad img{
	vertical-align: middle;
}
.fqa-posi{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 66;
    text-align: center;
}
.fqa-posi-h1{
	width: 100%;
	font-family: "Montserrat-Bold";
    font-size: 42px;
    color: #fff;
    padding-bottom: 15px;
    letter-spacing: 8px;
}
.fqa-posi-h2{
	width: 100%;
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
    letter-spacing: 1px;
    position: relative;
}
.fqa-posi-btn{
	display: inline-flex;
	padding: 10px 36px 12px;
	background: #de7d2c;
	border-radius: 1000px;
	color: #fff;
	align-items: center;
	margin: 30px 0 0 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.fqa-posi-btn:hover{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: translateY(-5px);
}
.fqa-posi-btn p{
	display: flex;
	align-items: center;
	justify-content: center;
}
.fqa-posi-btn img{
	width: 10px;
	height: 14px;
	margin-left: 10px;
	margin-top: 5px;
	vertical-align: middle;
}
.fqa-posi-btn p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fabricate{
	width: 100%;
	background: #f8f8f8;
	position: relative;
}
.fabricate-tite{
    width: 100%;
    padding: 50px 0 0;
}
.fabr-h1{
   width: 100%;
    font-size: 42px;
    font-family: "Montserrat-Bold";
    color: #666;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.fabr-h1:after{
	width: 60px;
	height: 2px;
	background: #de7d2c;
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.fabr-h2{
	width: 100%;
    font-size: 20px;
    color: #e0863a;
    font-weight: bolder;
    padding-bottom: 10px;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
}
.aboutbg{
	width: 100%;
    background: #f8f8f8;
    clear: both;
    padding: 150px 0;
}
.about-page-flxe01{
	width: 100%;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.about-page-left{
	width: 430px;
}
.about-page-right{
	flex: 1;
	padding-left: 50px;
	text-align: right;
}
.about-page-right img{
	max-width: 100%;
}
.about-ph1{
	font-size: 32px;
	font-weight: bolder;
	color: #ee7701;
	margin-bottom:26px;
	padding-bottom:26px;
	position: relative;
}
.about-ph1:after{
	width: 60px;
	height: 2px;
	background: #ee7701;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-ph2{
	color: #666666;
	width: 100%;
	line-height: 30px;
	font-size: 16px;
}
.development{
	width: 100%;
	box-sizing: border-box;
	padding: 80px 0 450px;
	position: relative;
	background: url('http://shuimiangfv2.oss-cn-hangzhou.aliyuncs.com/public/news/cover/GiXL6aov1LbkibjZzp8d5SWKytOMLE6iiKxIXGc1.png') no-repeat center;
	background-size: cover;
}
.deveyear{
	color:rgba(255,255,255,0.8);
	text-align: center;
	font-size: 28px;
    font-family: "Montserrat-Light";
}
.develi{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.develine{
	width: 60px;
	height: 1px;
	background: rgba(255,255,255,0.5);
}
#development .swiper-slide-active .deveyear{
	color: #ed7505;
}
.deveyear-m1{
	width: 100%;
	font-size: 28px;
	text-align: center;
	color: #ffffff;
}

.development-pad .swiper-container {
   width: 100%;
   height: 300px;
   margin-left: auto;
   margin-right: auto;
}
.development-pad .swiper-slide {
   background-size: cover;
   background-position: center;
}
.development-pad .gallery-top {
   height: 80%;
   width: 100%;
}
.development-pad .gallery-thumbs {
    height: 20%;
   box-sizing: border-box;
   padding: 10px 0;
}
.development-pad .gallery-thumbs .swiper-slide {
   width: 15.2%;
   height: 100%;
   opacity: 1;
}
.development-pad .gallery-thumbs .swiper-slide-thumb-active {
   opacity: 1;
}
.time{
	color: #fff;
	font-size: 30px;
}
.development .swipname{
	width: 70%;
	text-align: center;
	font-size: 28px;
	color: #fff;
	padding-bottom: 80px;
	font-family: "Montserrat-Light";
	margin:0 auto;
}
.development .develp-btn{
	position: relative;
	width: 90px;
}
.development .development-top{
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 80px 0;
}
.development .develp-name{
	color: #fff;
	font-size: 32px;
	position: relative;
	padding-bottom: 20px;
	font-weight: bold;
}
.development .develp-name:after{
	width: 60px;
	height: 2px;
	background: #f07800;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
}
.development  .swiper-slide-thumb-active .time{
	color: #ec7705;
}
.development .time{
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
	font-family: "Montserrat-Light";
	cursor: pointer;
}
.development .time:after{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 8px;
	height: 8px;
	background: #ffffff;
	border-radius: 1000%;
	content: "";
	display: none;
	bottom: 0;
}
.development .swiper-slide-thumb-active .time:after{
   display: block;
}
.devflxe{
	display: flex;
	justify-content: space-around;
}
.devline{
	width: 80px;
	height: 1px;
	background: rgba(255,255,255,0.5);
	margin-top: 16px;
}
.development .swiper-slide:last-child .devline{
	background: none;
}
.develp-btn .swiper-button-next:after,.develp-btn .swiper-button-prev:after{
	font-size: 34px;
}

.swiper-margin{
	margin-right: -100px;
}
.honor{
	width: 100%;
	position: relative;
	background: url(../images/zjbg.jpg) no-repeat center bottom;
	background-size: cover;
    padding: 20px 0 120px;
}
#honorswip {
    padding: 90px 0 90px;
}

.honor-img{
	width: 95%;
	margin: 0 auto;
}
.honor-img img{
	vertical-align: middle;
	width: 100%;
}
.honor-pad{
	width: 100%;
    padding: 100px 0 0 0;
    text-align: center;
}
.honor-name{
	color: #646464;
	font-size: 32px;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.honor-name:after{
	width: 60px;
	height: 2px;
	background: #ef7601;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.honor-txt{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
    max-width: 765px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin:0 auto;
}
.project-dist{
	width: 100%;
	position: relative;
	background: #f8f8f8;
}
.project-top{
	 position: absolute;
	 z-index: 22;
	 width: 100%;
	 top: 0;
}
.project-name{
	padding:80px 0 30px;
	color: #646464;
    font-size: 32px;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 65px;
}
.project-name:after{
	width: 60px;
	height: 2px;
	background: #f07400;
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	transform: translateX(-50%);
}
.project-flex{
    width: 85.652%;
    max-width: 1450px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prodt-h1{
    font-size: 50px;
    color: #ee7700;
}
.prodt-h1 span{
    font-size: 18px;
    color: #666666;
}
.prodt-h2{
   color: #666666;
   font-size: 13px;
	font-family: "Montserrat-Light";
}
.project-dt{
	text-align: center;
	font-family: "Montserrat-Light";
}
.prode{
	width: 1px;
	height: 90px;
	background: #dfcbb6;
}
.join-bg{
	width: 100%;
	background: #f8f8f8;
	padding: 25px 0;
	clear: both;
}
.join-h1{
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	font-size: 32px;
	font-weight: bolder;
	color: #666666;
	margin-bottom: 40px;
}
.join-h1:after{
	width: 60px;
	height: 2px;
	background: #de7d2c;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.join-main{
	width: 100%;
	padding: 50px 0;
}
.join-row{
	margin-left: -15px;
	margin-right: -15px;
}
.join-w2{
	float: left;
	width: 33.3%;
	padding: 15px;
	box-sizing: border-box;
}
.join-wpad{
    width: 100%;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    box-shadow: 1px 4px 20px 7px #f5f5f5;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.join-wpad:after {
    width: 0;
    height: 2px;
    background: #de7d2c;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.join-wpad:hover:after {
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.join-wpad:hover {
    transform: translateY(-5px);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.join-wh1{
	font-size: 24px;
	color: #666;
	padding-top: 25px;
	padding-bottom: 5px;
}
.join-wh2{
    width: 100%;
    padding: 5px 0 0;
    font-size: 16px;
    color: #666666;
    text-align: left;
    line-height: 24px;
    height: 130px;
}
.welfare-li{
	width: 100%;
	background: #fff;
	padding: 0 60px;
	box-sizing: border-box;
	margin-bottom: 35px;
	display: flex;
	align-items: center;
	cursor: pointer;
	height: 207px;
}
.wl-img{
	width: 50px;
	text-align: center;
}
.wl-mar{
	flex: 1;
	padding-left: 15px;
}
.wl-img img{
	max-width: 100%;
}
.welfare-li:last-child {
	margin-bottom: 0;
}
.welfare-left{
	 width: 25%;
	 float: left;
}
.welfare-cent{
	 width: 50%;
	 float: left;
	 text-align: center;
	 padding: 0 30px;
	 box-sizing: border-box;
}
.welfare-right{
	 width: 25%;
	 float: left;
}
.join-pad{
	width: 100%;
}
.join-pw02{
	width: 100%;
	padding-bottom: 50px;
	text-align: center;
}
.welfare-cent-img{
	width: 100%;
}
.welfare-cent-img img{
	width: 100%;
}
.wl-h1{
	width: 100%;
	font-size: 24px;
	color: #333;
	padding-bottom: 15px;
}
.wl-h2{
	width: 100%;
	font-size: 16px;
	color: #555;
}
.otepno{
	display: none;
}
.jolactive{
	background: #de7d2c;
}
.jolactive .otepno{
    display: block;
}
.jolactive .otepyes{
    display: none;
}
.jolactive .wl-h1{
	color: #fff;
}
.jolactive .wl-h2{
	color: #fff;
}
.joractive{
	background: #de7d2c;
}
.joractive .otepno{
    display: block;
}
.joractive .otepyes{
    display: none;
}
.joractive .wl-h1{
	color: #fff;
}
.joractive .wl-h2{
	color: #fff;
}
.join-tep{
	width: 100%;
	position: relative;
	background: #f8f8f8;
	padding: 100px 0;
}
.join-tep:after{
	width: 100%;
	height: 1px;
	background: #de7d2c;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
    margin-top: -1px;
    z-index: 0;
}
.join-tepflex{
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f8f8f8;
	padding:0 5px;
	box-sizing: border-box;
}
.tepli{
	width: 230px;
	background: #fff;
	height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #3f3f3f;
	border-radius: 1000px;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    cursor: pointer;
}
.tepli:hover {
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: translateY(-5px);
    background: url(../images/join-tepbg.png) no-repeat center;
    color: #ffffff;
}
.tepline{
	width: 60px;
	height: 1px;
	background: #de7d2c;
	position: relative;
}
.tepline:after{
	width: 5px;
	height: 5px;
	border-radius: 1000px;
	background: #de7d2c;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -2.5px;
	margin-top: -2.5px;
	content: "";
}
.join-pg4{
	width: 100%;
	background: #f8f8f8;
	padding: 30px 0 0;
}
.join-pm5{
	width: 100%;
	position: relative;
}
.join-pmimg{
	width: 100%;
	position: relative;
}
.join-pmimg img{
	width: 100%;
	vertical-align: middle;
}
.join-pmul{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
    margin: auto;
	width: 85.652%;
    max-width: 1450px;
    color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.join-pmli{
	width: 462px;
	height: 344px;
	border: 1px solid rgba(255,255,255,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    position: relative;
}
.join-pmli:hover{
	background: rgba(222,125,43,0.9);
	border: 1px solid rgba(222,125,43);
	height: 400px;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.join-pmli:hover .join-ptxt2{
	opacity: 1;
	height: auto!important;
}
.join-pmum{
	font-size: 48px;
	font-weight: bolder;
	width: 100%;
	text-align: center;
	font-family: "Montserrat-Light";
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.join-pmum:after{
	width: 42px;
	height: 1px;
	background: #ffffff;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.join-ptxt{
	font-size: 24px;
	width: 100%;
	text-align: center;
}
.join-ptxt2{
	width: 100%;
	color: #ffffff;
	font-size: 18px;
	max-width: 314px;
	margin: 0 auto;
	padding: 38px 0 0 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.join-pgleft{
	width: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 6;
}
.join-pg5{
	width: 100%;
	position: relative;
}
.join-pgleft-h1{
	font-size: 36px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: #666666;
	position: relative;
}
.join-pgleft-h1:after{
    width: 60px;
    height: 1px;
    background: #de7d2b;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}
.join-pgleft-h2{
	font-size: 24px;
	padding-bottom: 40px;
	margin-bottom: 30px;
	color: #666666;
}
.join-pgleft-pt{
	font-size: 16px;
	color: #fff;
}
.join-pgleft-pt a{
	color: #ffffff;
	background: #de7d2b;
	border-radius: 1000px;
	padding: 10px 45px;
	align-items: center;
	justify-content: center;
}
.join-pgleft-pt a img{
	vertical-align: middle;
	margin-left: 5px;
}

.custom-w2{
	float: left;
	width: 33.3%;
	padding: 15px;
	box-sizing: border-box;
}
.custom-wimg{
	width: 100%;
	padding-bottom: 20px;
}
.custom-wpad{
    width: 100%;
    background: #fff;
    padding: 60px 40px;
    box-sizing: border-box;
    box-shadow: 1px 4px 20px 7px #f5f5f5;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.custom-wpad:after {
    width: 0;
    height: 2px;
    background: #de7d2c;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.custom-wpad:hover:after {
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.custom-wpad:hover {
    transform: translateY(-5px);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.custom-wh1{
	font-size: 16px;
	color: #666;
	padding-bottom: 5px;
	line-height: 30px;
	height: 60px;
}
.custom-wh2{
    width: 100%;
    padding: 0;
    font-size: 16px;
    color: #666666;
    text-align: left;
}
.customer-mp2{
	width: 100%;
	padding: 50px 0;
	background: url(../images/custombg.png) repeat-x bottom #ffffff;
}
.customer-tit{
    width: 100%;
    padding-bottom: 15px;
}
.customer-h1{
    color: #646464;
    font-size: 32px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.customer-h1:after {
    width: 60px;
    height: 2px;
    background: #ef7601;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.customer-h2{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 765px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin: 0 auto;
    text-align: center;
}
.customer-row{
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.customer-li{
   width: 50%;
   padding: 15px;
   box-sizing: border-box;
   position: relative;
}
.customer-li2{
   width: 100%;
   padding: 15px;
   box-sizing: border-box;
   position: relative;
}
.customer-name{
	padding:0 15px;
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	padding-bottom: 10px;
	color: #333333;
}
.xred{
	position: absolute;
	left: 5px;
	top: 3px;
    color: #ed8432;
}
.customer-input{
	width: 100%
}
.customer-input input{
	width: 100%;
	border: 1px solid #d0d0d0;
	padding: 14px 20px;
	box-sizing: border-box;
	font-size: 16px;
}
.customer-input textarea{
	width: 100%;
	border: 1px solid #d0d0d0;
	padding: 20px 30px;
	box-sizing: border-box;
	font-size: 16px;
	height: 150px;
}
.customer-li3{
	width: 100%;
	display: flex;
	align-items: center;
}
.customer-yzm input{
	border: 1px solid #d0d0d0;
	padding: 14px 20px;
	box-sizing: border-box;
	font-size: 16px;
}
.customer-yzming{
	margin-left: 20px;
}
.customer-yzming img{
	border: 1px solid #d0d0d0;
	height: 58px;
	vertical-align: middle;
}
.customer-next{
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.customer-next img{
	vertical-align: middle;
	margin-right: 8px;
}
.custom-ul{
	width: 100%;
	padding: 30px 0 50px;
	text-align: center;
}
.custom-btn{
	background: #de7d2b;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 30px;
	border-radius: 1000px;
	max-width: 200px;
	margin: 0 auto;
	cursor: pointer;
}
:root {
    --swiper-theme-color: #de7d2b!important;
}
.agree{
	padding: 20px 0 0 0;
	width: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.agree a{
	color: #de7d2b;
}
.agree .radio input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.agree .radio input[type=checkbox] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #555;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.agree .radio input[type=checkbox]:checked + .radio-label:before {
  background-color: #de7d2b;
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border: 1px solid #de7d2b;
}
.agree .radio input[type=checkbox]:focus + .radio-label:before {
  outline: none;
  border-color: #de7d2b;
}
.agree .radio input[type=checkbox]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.agree .radio input[type=checkbox] + .radio-label:empty:before {
  margin-right: 0;
}
.telpad{
	padding-left: 27px;
}
.search-box {
    height: 44px;
    padding: 0;
    right: 0;
    position: absolute;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: auto;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 99;
}
.dropdown {
    position: relative;
}
.search-box input {
    width: 85%;
    height: 40px;
    border: 1px solid #d4d4d4;
    line-height: 40px;
    outline: none;
    font-size: 16px;
    left: 0;
    top: 0;
    position: absolute;
    padding-right: 0;
    background-color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.search-box a.btn-close, .search-box a.btn-search {
    top: 25px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.search-box a.btn-search {
    position: absolute;
    right: 40px;
    width: 30px;
    height: 30px;
    color: #86807f;
    text-decoration: none;
    margin: 0 !important;
    z-index: 999;
    background: url(../images/fdz.png) no-repeat;
}
.search-box a.btn-close {
    position: absolute;
    right: 0;
    width: 28px;
    height: 28px;
    top: 5px;
    color: #86807f;
    text-decoration: none;
    margin: 0 !important;
    background: url(../images/closes.png) no-repeat center;
    background-size: 18px;
}
.search-box a.btn-close, .search-box a.btn-search {
    top: 5px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.hsearch {
    font-size: 14px;
    font-weight: bolder;
    width: 100%;
    padding: 0 20px 15px;
    box-sizing: border-box;
    color: #9a9999;
}
.dropdown ul li {
    list-style: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
}
.dropdown ul li a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 20px;
    cursor: pointer;
}
.header_bg li a {
    color: #000000 !important;
}
.search-box.search-hide {
    visibility: hidden;
}
.search-box.search-hide {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    left: auto;
}


/***/
.dropdownAdd {
    position: relative;
    width: 300px;
}

.dropdown-selected {
    height: 40px;
    border: 1px solid #d4d4d4;
    line-height: 40px;
    padding-left: 10px;
    outline: none;
    font-size: 16px;
    padding-right: 0;
    background-color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.dropdownAdd ul {
    padding: 0;
    width: 100%;
    overflow-y: auto;
    position: absolute;
    display: none;
    z-index: 2;
    left: 0%;
    top: 70px;
    background: #fff;
    border-radius: 5px;
    padding: 30px 0 30px;
    position: absolute;
    z-index: 999;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 20%);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.dropdownAdd ul li {
    list-style: none;
    text-indent: 10px;
}

.dropdownAdd ul li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 10px;
	cursor: pointer;
}

.dropdownAdd ul li:hover {
    background-color: #f2f6fa;
}

.dropdownAdd ul li a:active,
.dropdownAdd ul li.active a {
    background-color: #e4e9f2;
}
#header-search form{
	padding:0;
	margin:0;
}
.nav-hide {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
}
.nav-head{
	background: #ffffff;
}
.nav-head .logo-white{
	display: none;
}
.nav-head .logo-black{
	display: block;
}
.wapsearch-close{
	display: none;
}
.header_content_right{
	display: none;
}
.iwp-search-flex{
	display: none;
}
.cusflex{
	display: flex;
	align-items: center;
}
.tepbord{
	position: relative;
	z-index: 2;
}
.canyzm{
	width: 180px;
	height: 48px;
	border: 1px solid #d0d0d0;
	vertical-align: middle;
}
.item-ico1{
	cursor: pointer;
}
.item-ico2{
	display: none;
}
.curr .item-ico2{
	display: block;
	cursor: pointer;
}
.curr .item-ico1{
	display: none;
	cursor: pointer;
}
.wmenuflxe02{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wmenuflxe03{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.wmenuflxe .active{
	position: relative;
	color: #de7d2b;
}
.wmenuflxe .active:after{
	width: 100%;
    height: 2px;
    background: #de7d2b;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}
.pation{
	display: none;
}
.newsli-topflxe{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.new-numflxe{
	display: flex;
	align-items: center;
    align-items: flex-end;
    font-family: "Montserrat-Light";
}
.new-num-h1{
	font-size: 36px;
	color: #b9b9b9;
}
.new-num-h2{
	font-size: 22px;
	color: #555;
	padding: 0 5px;
}
#product .navigatwidth{
	padding-left:30%;
}
#case .navigatwidth{
	padding-left:10%;
}
#serve .navigatwidth{
	padding-left:47%;
}
#contact .navigatwidth{
	padding-left:65%;
}
#news {
	display: none!important;
}
.new-arr02{
	display: none;
}
.newsli:hover .newsli-h1{
	color: #eb7706;
}
.newsli:hover .new-arr{
	display: none;
}
.newsli:hover .new-arr02{
	display: block;
	position: absolute;
    right: 0;
}
.globfb-img{
	width: 100%;
	position: relative;
}
.globpc{
	width: 100%;
}
.globpc img{
	width: 100%;
}
.globh5{
	width: 100%;
}
.globh5 img{
	width: 100%;
}
.globh5-01{
	width: 100%;
}
.globh5-01 img{
	width: 100%;
}
.new-wap-tit a{
	color: #333;
}
.main-footer-rli{
	padding-left: 0;
	float: left;
	box-sizing: border-box;
}
.footer-dlflx{
	display: block;
}
.fabricate-map{
	width: 100%;
}
.fabricate-map img{
	width: 100%;
}
.join-welfare {
    display: flex;
    width: 100%;
}


/*首页视频*/
#mac-video {
	position: relative;
}


#title {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	overflow: hidden;
}

#title .swiper-slide {
	color: #fff;
}

#title .photographer {
	width: 900px;
}

#title .coder {
	width: 510px;
}

#title .musician {
	width: 660px;
}

#title .swiper-slide h3 {
	font-size: 120px;
	margin-top: 10vw;
	line-height: .91667;
	font-weight: 600;
	letter-spacing: -.015em;
	font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	transition: opacity .3s;
	cursor: pointer;
}

#title .swiper-slide h3:hover {
	opacity: 1;
}

#title .prev h3 {
	opacity: 0;
}

#title .next h3 {
	opacity: 0.25;
}

#title .swiper-pagination {
	width: 980px;
	left: calc(50% - 490px);
	text-align: left;
	bottom: 30px;
}

#title .swiper-pagination .swiper-pagination-bullet {
	margin: 0 8px;
	background: #fff;
	outline: none;
}

#videos {
	width: 100%;
}

#videos .swiper-slide {
	position: relative;
}

#videos video {
	width: 100%;
}

#videos .swiper-slide  .txt {
	color: #fff;
	position: absolute;
	top: 18vw;
	width: 700px;
	margin-left: calc(50% - 490px);
	font-size: 28px;
	line-height: 1.28595;
	font-weight: 600;
	letter-spacing: .007em;
}
.information{
	width: 100%;
	padding: 20px 0 0 0;
	font-family: "Montserrat-Light";
}
.wxewm {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    display: none;
}
.wxewm-pad {
    background: #ffffff;
    padding: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 991;
    position: absolute;
}
.ewmclose {
    position: absolute;
    right: -17px;
    top: -17px;
    font-size: 18px;
    background: #000;
    color: #ffffff;
    cursor: pointer;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 1000px;
    cursor: pointer;
    transition: width 1s,height 1s,transform 1s;
    -moz-transition: width 1s,height 1s,transform 1s;
    -webkit-transition: width 1s,height 1s,transform 1s;
    -o-transition: width 1s,height 1s,transform 1s;
}
.ewmclose:hover{
    background: #eb7706;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.wxewm-pad img {
    width: 150px;
    height: 150px;
}
.divid {
    padding: 10px 20px;
    background: #ff6900;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    position: fixed;
    z-index: 9999;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ewmclose img{
	width: 15px;
	height: 15px;
}
.return-flx {
    width: 100%;
    position: relative;
    margin-top: 25px;
}
.gltj{
	 position: absolute;
	 bottom: 10%;
	 color: #fff;
	 font-size: 16px;
	 width: 85.652%;
     max-width: 1450px;
     margin: 0 auto;
     left: 50%;
     transform: translateX(-50%);
}
.mantj{
	 position: absolute;
	 bottom: 10%;
	 color: #fff;
	 font-size: 16px;
	 width: 85.652%;
     max-width: 1450px;
     margin: 0 auto;
     left: 50%;
     transform: translateX(-50%);
}
.fotflex{
    display: flex;
    align-items: center;
}
/*#honorswip .swiper-slide:nth-child(1){
	 width: 78px!important;
	 margin:0 15px;
}*/
#honorswip .swiper-slide{
	width: 250px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin:0 15px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
#honorswip .swiper-wrapper{
	align-items: flex-end;
}
#honorswip .swiper-slide:hover{
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: translateY(-15px);
}
.customer-wap{
	display: flex;
	align-items: center;
}
.deveimg{
	width: 85.652%;
    max-width: 1450px;
    margin: 0 auto;
    text-align: center;
}
.deveimg img{
	max-width: 100%;
}
.clearfix .active{
	position: relative;
	color: #e70!important;
}
.clearfix .active:after{
	width: 100%;
	background: #e70;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
}
#menu .swiper-slide{
	width: auto!important;
}
.addico01{
   position: absolute;
   right: 23.5%;
   bottom: 31%;
   z-index: 3;
   text-align: center;
}
.addico-anme{
	background: #fff;
	border-radius: 6px;
	padding: 14px 25px;
	color: #d47a2c;
	font-size: 16px;
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 41px;
}
.addi{
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
}
/*.addico01:hover .addico-anme{
   display: block;
}
.addico02:hover .addico-anme{
   display: block;
}
.addico03:hover .addico-anme{
   display: block;
}
.addico04:hover .addico-anme{
   display: block;
}
.addico05:hover .addico-anme{
   display: block;
}
.addico06:hover .addico-anme{
   display: block;
}
.addico07:hover .addico-anme{
   display: block;
}
.addico08:hover .addico-anme{
   display: block;
}
.addico09:hover .addico-anme{
   display: block;
}
.addico10:hover .addico-anme{
   display: block;
}
.addico11:hover .addico-anme{
   display: block;
}
.addico12:hover .addico-anme{
   display: block;
}
.addico13:hover .addico-anme{
   display: block;
}
.addico14:hover .addico-anme{
   display: block;
}
.addico15:hover .addico-anme{
   display: block;
}
.addico16:hover .addico-anme{
   display: block;
}*/
.addico-ico{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.addico01{
   position: absolute;
   right: 23.5%;
   bottom: 28%;
   z-index: 16;
   text-align: center;
   cursor: pointer;
}
.addico02{
   position: absolute;
   right: 23%;
   bottom: 61%;
   z-index: 15;
   text-align: center;
   cursor: pointer;
}
.addico03{
   position: absolute;
   right: 29%;
   bottom: 55%;
   z-index: 14;
   text-align: center;
   cursor: pointer;
}
.addico04{
   position: absolute;
   right: 74%;
   bottom: 62%;
   z-index: 13;
   text-align: center;
   cursor: pointer;
}
.addico05{
   position: absolute;
   right: 32.5%;
   bottom: 47%;
   z-index: 12;
   cursor: pointer;
   text-align: center;
   cursor: pointer;
}
.addico06{
   position: absolute;
   right: 26.5%;
   bottom: 46%;
   z-index: 11;
   text-align: center;
   cursor: pointer;
}
.addico07{
   position: absolute;
   right: 30.5%;
   bottom: 48%;
   z-index: 10;
   text-align: center;
   cursor: pointer;
}
.addico08{
   position: absolute;
   right: 51.9%;
   bottom: 63%;
   z-index: 9;
   text-align: center;
   cursor: pointer;
}
.addico09{
   position: absolute;
   right: 44.7%;
   bottom: 55.4%;
   z-index: 8;
   text-align: center;
   cursor: pointer;
}
.addico10{
   position: absolute;
   right: 41.5%;
   bottom: 51.8%;
   z-index: 7;
   text-align: center;
   cursor: pointer;
}
.addico11{
   position: absolute;
   right: 52.1%;
   bottom: 44.6%;
   z-index: 6;
   text-align: center;
   cursor: pointer;
}
.addico12{
   position: absolute;
   right: 32.8%;
   bottom: 43.5%;
   z-index: 5;
   text-align: center;
   cursor: pointer;
}
.addico13{
   position: absolute;
   right: 31.2%;
   bottom: 41%;
   z-index: 4;
   text-align: center;
   cursor: pointer;
}
.addico14{
   position: absolute;
   cursor: pointer;
   right: 27.5%;
   bottom: 39.6%;
   z-index: 3;
   text-align: center;
}
.addico15{
   position: absolute;
   right: 36%;
   bottom: 47.5%;
   z-index: 3;
   text-align: center;
   cursor: pointer;
}
.addico16{
   position: absolute;
   right: 47.4%;
   bottom: 26.3%;
   z-index: 3;
   text-align: center;
   cursor: pointer;
}
.addico17{
   position: absolute;
   right: 62%;
   bottom: 32.3%;
   z-index: 3;
   text-align: center;
   cursor: pointer;
}
.addico18{
   position: absolute;
   right: 49%;
   bottom: 65.3%;
   z-index: 12;
   text-align: center;
   cursor: pointer;
}
.addico19{
   position: absolute;
   right: 48%;
   bottom: 67.3%;
   z-index: 20;
   text-align: center;
   cursor: pointer;
}
.addico20{
	position: absolute;
	right: 46.3%;
	bottom: 59%;
	z-index: 8;
	text-align: center;
	cursor: pointer;
}
.addico21{
	position: absolute;
    right: 33.5%;
    bottom: 52%;
    z-index: 16;
    text-align: center;
    cursor: pointer;
}
.addico22{
	position: absolute;
    right: 28%;
    bottom: 52%;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}
.animate-wave {
  position: absolute;
  margin: 0 auto;
}

.wave08{
  width: 300px;
  height: 300px;
  top: -115px;
  left: -150px;
  right: 0;
  z-index: -1;
  display: none;
}

@-webkit-keyframes opac {
  from {
    opacity: 1;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
  }

  to {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.animate-wave * {
  background: rgba(246,200,179,0.85);
  position: absolute;
  border-radius: 50%;
  animation: opac 6s infinite;
}

.animate-wave .w2 {
  animation-delay: 1s;
}

.animate-wave .w3 {
  animation-delay: 2s;
}

.animate-wave .w4 {
  animation-delay: 3s;
}

.animate-wave .w5 {
  animation-delay: 4s;
}

.animate-wave .w6 {
  animation-delay: 5s;
}

.maddico01{
   position: absolute;
   right: 23.5%;
   bottom: 26%;
   z-index: 3;
   text-align: center;
}
.maddico01{
   position: absolute;
   right: 23.5%;
   bottom: 26%;
   z-index: 16;
   text-align: center;
   cursor: pointer;
}
.maddico02{
   position: absolute;
   right: 24%;
   bottom: 52%;
   z-index: 15;
   text-align: center;
   cursor: pointer;
}
.maddico03{
   position: absolute;
   right: 32.5%;
   bottom: 50%;
   z-index: 14;
   text-align: center;
   cursor: pointer;
}
.maddico04{
   position: absolute;
   right: 72.5%;
   bottom: 50%;
   z-index: 13;
   text-align: center;
   cursor: pointer;
}
.maddico05{
   position: absolute;
   right: 32.5%;
   bottom: 42%;
   z-index: 12;
   cursor: pointer;
   text-align: center;
   cursor: pointer;
}
.maddico06{
   position: absolute;
   right: 27.5%;
   bottom: 41%;
   z-index: 11;
   text-align: center;
   cursor: pointer;
}
.maddico07{
   position: absolute;
   right: 30.5%;
   bottom: 42%;
   z-index: 10;
   text-align: center;
   cursor: pointer;
}
.maddico08{
   position: absolute;
   right: 50.9%;
   bottom: 55%;
   z-index: 9;
   text-align: center;
   cursor: pointer;
}
.maddico09{
   position: absolute;
   right: 44.7%;
   bottom: 49.4%;
   z-index: 8;
   text-align: center;
   cursor: pointer;
}
.maddico10{
   position: absolute;
   right: 41%;
   bottom: 45.8%;
   z-index: 7;
   text-align: center;
   cursor: pointer;
}
.maddico11{
   position: absolute;
   right: 52.1%;
   bottom: 40.6%;
   z-index: 6;
   text-align: center;
   cursor: pointer;
}
.maddico12{
   position: absolute;
   right: 31.8%;
   bottom: 38.5%;
   z-index: 5;
   text-align: center;
   cursor: pointer;
}
.maddico13{
   position: absolute;
   right: 31.2%;
   bottom: 36%;
   z-index: 4;
   text-align: center;
   cursor: pointer;
}
.maddico14{
   position: absolute;
   cursor: pointer;
   right: 27.5%;
   bottom: 34.6%;
   z-index: 3;
   text-align: center;
}
.maddico15{
   position: absolute;
   right: 36.5%;
   bottom: 42%;
   z-index: 3;
   text-align: center;
   cursor: pointer;
}
.maddico16{
   position: absolute;
   right: 47.6%;
   bottom: 27.3%;
   z-index: 3;
   text-align: center;
   cursor: pointer;
}
.event-banner{
	width: 100%;
	position: relative;
}
.event-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 1000px;
    opacity: 1;
}
.event-banner .swiper-pagination-bullet{
	background: #fff!important;
}
.event-banner .swiper-pagination-bullet-active{
    background: #e70!important;
}
.event-h1{
	font-size: 48px;
	position: relative;
	padding-bottom: 20px;
}
.event-h1:after{
	content: "";
	width: 50px;
	height: 5px;
	background: #ff7300;
	position: absolute;
	left: 0;
	bottom: 0;
}
.event-ul{
	width: 100%;
	padding: 40px 80px;
	box-sizing: border-box;
}
.eventul{
	width: 100%;
}
.eventul li{
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
    margin-bottom: 85px;
    width: 100%;
    position: relative;
    overflow:hidden;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    -ms-transition: all 500ms;
}
.eventul li:last-child{
	margin-bottom: 0;
}
.event-left{
     width: 50%;
     height: 490px;
     position: relative;
}
.event-limg{
	width: 100%;
	height: 100%;
	position: absolute;
}
.event-left img{
	width: 100%;
}
.event-right{
     width: 50%;
     padding: 53px 82px 80px;
     box-sizing: border-box;
}
.eventbg{
	background: #fff;
	width: 100%;
}
.eventcnbg {
    width: 100%;
    background: #fff;
    clear: both;
    padding: 80px 0;
    border-bottom: 1px solid #f1f1f1;
}
.evenico{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: #ff7300;
}
.evefont{
	padding-left: 10px;
	font-family: 'Montserrat-Light';
}
.evetime{
    color: #ff7300;
    padding-top: 5px;
    padding-bottom: 17px;
    font-family: 'Montserrat-Light';
}
.eveth1{
	margin-bottom: 28px;
    max-height: 90px;
    color: #333;
    font-size: 20px;
}
.eveth2{
	line-height: 30px;
    max-height: 155px;
    color: #666464;
    font-size: 18px;
    font-family: "Montserrat-Light";
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.tran300 {
    -webkit-transition: all 500ms;
    transition: all 500ms;
    -ms-transition: all 500ms;
}
.tran200s {
    -webkit-transition: all 300ms 300ms;
    transition: all 300ms 300ms;
    -ms-transition: all 300ms 300ms;
    text-align: right;
}

.event-bit{
	background: #ff7300;
	position: absolute;
}
.new2listnra {
    width: 280px;
    height: 75px;
    bottom: -75px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    -ms-transition: all 500ms;
}
.cfff {
    color: #fff;
}
.eventul li:hover {
    box-shadow: 0px 0px 50px rgb(0 0 0 / 20%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
    -ms-transition: all 500ms;
}
.eventul li:hover .new2listnra{
	right: 0;
	bottom: 0;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    -ms-transition: all 500ms;
}
.eventul li:hover .btn-arr img{
	margin-right: -15px;
-webkit-transition: all 300ms 300ms;
    transition: all 300ms 300ms;
    -ms-transition: all 300ms 300ms;
}
.btn-arr img{
-webkit-transition: all 300ms 300ms;
    transition: all 300ms 300ms;
    -ms-transition: all 300ms 300ms;
}
.btn-arr{
    width: 50px;
    text-align: right;
}
.eve-contion{
	width: 100%;
}
.eve-activeh1{
	width: 100%;
	font-size: 48px;
	margin-bottom: 55px;
}
.eve-actleft:after{
	width: 104px;
	height: 5px;
	background: #ff7300;
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
}
.eve-actleft{
	width: 50%;
	padding-left: 150px;
	padding-right: 50px;
	position: relative;
	box-sizing: border-box;
}
.eve-contion-flex{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.eve-actright{
	width: 50%;
	padding-left: 15px;
	box-sizing: border-box;
}
.eve-actright img{
	width: 100%;
}
.eve-actcn{
	font-size: 18px;
	line-height: 36px;
	font-family: 'Montserrat-Light';
}
.eve-contion{
	padding-left: 150px;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 36px;
    margin-top: 55px;
    font-family: 'Montserrat-Light';
}

/*h5*/
.active-h5ul{
	width: 100%;
	padding:15px;
	box-sizing: border-box;
	font-family: "Montserrat-Light";
}
.active-h5li{
	width: 100%;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 8px 0 15px;
	box-shadow: 1px 1px 4px #ede8e8;
	position: relative;
}
.active-h5li:after{
    content: "*";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #e90842;
    font-size: 20px;
    margin-top: 5px;
}
.active-liinput{
	height: 38px;
	line-height: 38px;
	width: 100%;
	overflow: hidden;
}
.active-liinput input{
	border: 0;
	height: 38px;
	line-height: 38px;
	width: 100%;
}
.active-liname{
	padding-right: 10px;
}
.active-h5btn{
	width: 100%;
	margin: 15px 0 30px;
}
.active-h5btn button{
	background: #ff7300;
	width: 100%;
	font-size: 18px;
	color: #fff;
	padding: 10px 0;
	font-family: "Montserrat-Light";
	border:0;
	border-radius: 4px;
}
.active-h5rol{
	width: 100%;
	font-size: 14px;
	color: #333;
	font-family: "Montserrat-Light";
	line-height: 26px;
	background: #f1f1f1;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 4px;
}
.navbanner-bg{
    position: fixed;
    width: 100%;
    z-index: 70;
    height: 92px;
    padding: 0;
    margin: 0;
}

/***圣诞节 -start***/
.christmas-head{
    width: 100%;
    position: fixed;
    background: url(../images/snow/snow04.png) bottom center no-repeat;
    background-size: 100%;
    height: 93px;
    z-index: 9;
}
.snow-top01{
	position: absolute;
	bottom: 5px;
	left: 1%;
	animation: shake01 5s infinite;
}
.snow-top02{
	position: absolute;
	bottom: 2px;
	left: 5%;
	animation: shake02 5s infinite;
}
.snow-top031{
	animation: shake02 9s infinite;
}
.snow-top03{
	position: absolute;
	bottom: 2px;
	left: 22%;
	animation: shake03 5s;
}
.snow-top04{
	position: absolute;
	bottom: 2px;
	left: 40%;
	animation: shake04 5s infinite;
}
.christmas-foot{
   position: fixed;
   width: 100%;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 999;
   animation: shake05 5s;  
}
.christmas-foot img{
	width: 100%;
}
@keyframes shake01 {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

@keyframes shake02 {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes shake03 {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes shake04 {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes shake05 {
  0% {
    transform: translateY(250px);
  }
  100% {
    transform: translateY(0);
  }
}
.snow-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 100001; }

/**新年**/
.newYear-head{
    width: 100%;
    position: fixed;
    height: 93px;
    z-index: 9;
}
.newYear-foot{
   position: fixed;
   width: 100%;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 999;
   animation: shake05 5s;  
}
.newYear-foot img{
	width: 100%;
}
.newYear-top01{
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 0;
    animation: newyear01 5s;  
    overflow: hidden;
}
.newYear-top01:after{
	width: 300px;
	content: "";
	background: url(../images/new-year/new-year-ico01-line.png) no-repeat;
	background-size: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	z-index: 2;
}
.newYear-top01 img{
	max-width: 80%;
    animation: newyearimg 5s infinite;  
}

.new-year-icoimg{
	position: absolute;
	bottom: 2px;
	left: 0;
	animation: newyear01 5s ;
}
.new-year-icoline{
    position: absolute;
	bottom: 0;
	left: 0;
	animation: newyear01 5s ;
}
@keyframes newyearimg {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}
@keyframes newyear01 {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.newYear-top02{
    position: absolute;
    top: -3px;
    left: 23%;
    animation: newyear02 5s;
    text-align: center;
}
.newYear-top02 img{
	max-width: 80%;
}
.newYear-top02-1{
    animation: newyear021 9s infinite;
}
@keyframes newyear02 {
  0% {
    opacity: 0;
  }
  100% {
    transform:opacity: 1;
  }
}
@keyframes newyear021 {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(-15px);
  }
}
.newYear-top03{
	position: absolute;
	top: 0;
	right: 0;
	animation: newyear03 3s;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.newYear-top03 img{
	max-width: 80%;
}
@keyframes newyear03 {
  0% {
    margin-right: -80px;
    opacity: 0;
  }
  100% {
    margin-right: 0
    opacity: 1;
  }
}
.dl01{
   position: absolute;
   left: 28%;
   top: 46%;
   transform-origin: right top;
    animation-name: routate;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
.dl01 img{
	width: 60%;
}
.dl02{
   position: absolute;
   left: 50%;
   top: 50%;
   transform-origin: right top;
    animation-name: routate02;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.dl01 img{
	max-width: 100%;
}
@-webkit-keyframes routate {
    0% {
        -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    40% {
        -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
  
    100% {
        -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        transform: rotate(4deg);
    }
}
@-webkit-keyframes routate02 {
    0% {
        -webkit-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    40% {
        -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
  
    100% {
        -webkit-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        transform: rotate(6deg);
    }
}

.newYear-bot{
	width: 100%;
    position: fixed;
    height: 93px;
    z-index: 9;
    bottom: 0;
}
 
.newyh01{
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 9%;
    animation: newyh01 4s infinite;
}
.newyh01 img{
	max-width: 100%;
}
.newyh01-1{
    animation: newyh01-1 4s infinite;
}
@keyframes newyh01 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  90% {
    transform:opacity: 1;
    transform: scale(1);
  }
  100% {
    transform:opacity: 0;
    transform: scale(1);
  }
}
@keyframes newyh01-1 {
  0% {
    transform: translateY(20px);
  }
  100% {
     transform: translateY(-23vh);
  }
}
.newyh02{
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 11%;
    animation: newyh02 5s infinite;
}
.newyh02 img{
	max-width: 100%;
}
.newyh02-1{
    animation: newyh02-1 5s infinite;
}
@keyframes newyh02 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform:opacity: 1;
    transform: scale(1);
  }
}
@keyframes newyh02-1 {
  0% {
    transform: translateY(20px);
  }
  100% {
     transform: translateY(-42vh);
  }
}
.newyh03{
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 14%;
    animation: newyh01 6s infinite;
}
.newyh03 img{
	max-width: 100%;
}
.newyh03-1{
    animation: newyh01-1 6s infinite;
}
@keyframes newyh02 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform:opacity: 1;
    transform: scale(1);
  }
}
@keyframes newyh02-1 {
  0% {
    transform: translateY(20px);
  }
  100% {
     transform: translateY(-22vh);
  }
}
.newyh04{
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 18%;
    animation: newyh04 7s infinite;
}
.newyh04 img{
	max-width: 80%;
}
.newyh04-1{
    animation: newyh04-1 7s infinite;
}
@keyframes newyh04 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform:opacity: 1;
    transform: scale(1);
  }
}
@keyframes newyh04-1 {
  0% {
    transform: translateY(20px);
  }
  100% {
     transform: translateY(-23vh);
  }
}
.newyh05{
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 20%;
    animation: newyh05 8s infinite;
}
.newyh05 img{
	max-width: 80%;
}
.newyh05-1{
    animation: newyh05-1 8s infinite;
}
@keyframes newyh05 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform:opacity: 1;
    transform: scale(1);
  }
}
@keyframes newyh05-1 {
  0% {
    transform: translateY(20px);
  }
  100% {
     transform: translateY(-23vh);
  }
}
.newyh06{
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 30%;
    animation: newyh06 9s infinite;
}
.newyh06 img{
	max-width: 80%;
}
.newyh06-1{
    animation: newyh06-1 9s infinite;
}
@keyframes newyh06 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform:opacity: 1;
    transform: scale(1);
  }
}
@keyframes newyh06-1 {
  0% {
    transform: translateY(20px);
  }
  100% {
     transform: translateY(-23vh);
  }
}
.newyh07{
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 64%;
    animation: newyh07 5s infinite;
}
.newyh07 img{
	max-width: 80%;
}
.newyh07-1{
    animation: newyh07-1 5s infinite;
}
@keyframes newyh07 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform:opacity: 1;
    transform: scale(1);
  }
}
@keyframes newyh07-1 {
  0% {
    transform: translateY(20px);
  }
  100% {
     transform: translateY(-24vh);
  }
}
.newyh08{
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 67%;
    animation: newyh08 6s infinite;
}
.newyh08 img{
	max-width: 100%;
}
.newyh08-1{
    animation: newyh08-1 6s infinite;
}
@keyframes newyh08 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform:opacity: 1;
    transform: scale(1);
  }
}
@keyframes newyh08-1 {
  0% {
    transform: translateY(20px);
  }
  100% {
     transform: translateY(-21vh);
  }
}
.newyh09{
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 71%;
    animation: newyh09 7s infinite;
}
.newyh09 img{
	max-width: 100%;
}
.newyh09-1{
    animation: newyh09-1 7s infinite;
}
@keyframes newyh09 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform:opacity: 1;
    transform: scale(1);
  }
}
@keyframes newyh09-1 {
  0% {
    transform: translateY(20px);
  }
  100% {
     transform: translateY(-28vh);
  }
}
.newyh10{
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 74%;
    animation: newyh10 8s infinite;
}
.newyh10 img{
	max-width: 100%;
}
.newyh10-1{
    animation: newyh10-1 8s infinite;
}
@keyframes newyh10 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform:opacity: 1;
    transform: scale(1);
  }
}
@keyframes newyh10-1 {
  0% {
    transform: translateY(20px);
  }
  100% {
     transform: translateY(-26vh);
  }
}
.newyh11{
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 76%;
    animation: newyh10 9s infinite;
}
.newyh11 img{
	max-width: 100%;
}
.newyh11-1{
    animation: newyh10-1 9s infinite;
}
@keyframes newyh11 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform:opacity: 1;
    transform: scale(1);
  }
}
@keyframes newyh11-1 {
  0% {
    transform: translateY(20px);
  }
  100% {
     transform: translateY(-32vh);
  }
}
.newyh12{
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 80%;
    animation: newyh12 10s infinite;
}
.newyh12 img{
	max-width: 100%;
}
.newyh12-1{
    animation: newyh12-1 10s infinite;
}
@keyframes newyh12 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform:opacity: 1;
    transform: scale(1);
  }
}
@keyframes newyh12-1 {
  0% {
    transform: translateY(20px);
  }
  100% {
     transform: translateY(-23vh);
  }
}