﻿.head-tran .header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	height: 80px;
}

.head-tran .header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	height: 80px;
}


.head-tran .header.fixed #starlist li .sub.change{
	display: none;
}

.head-tran .header:before{
	position: absolute;
	top: 79px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,.2);
	display: block;
	content: "";
	z-index: 1;
}


.container{
	max-width: 1440px;
	margin: 0 auto;
}



.logo{
	float: left;
	width: 13%;
	height: 80px;
}

.logo h1{
	text-align: center;
	margin-top: 18px;
	float: left;
}

.logo-primary{
	display: none;
}

.head-tel{
	width: 12%;
	height: 80px;
	float: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.not-tel{
	line-height: 32px;
	float: right;
	color: #fff;
	font-size: 18px;
	letter-spacing: .5px;
	font-family: "arial, helvetica, sans-serif";
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-weight: 600;
}

.icon{
	display: inline-block;
	position: relative;
}

.h-tel-icon{
	width: 14px;
	height: 14px;
	background: url(../images/head_tel_w.png) center center no-repeat;
	background-size: 100% 100%;
	margin-right: 12px;
}



/*菜单*/

.menu-box{
	float: right;
	width: 78%;
	display: flex;
	justify-content: flex-end;
}

nav {
	
}

#starlist {
	text-align: right;
}

#starlist li {
	display: inline-block;
	text-align: center;
	position: relative;
}



#starlist li>a {
	color: rgba(255,255,255,.72);
	font-size: 16px;
	display: block;
	line-height: 80px;
	position: relative;
	z-index: 9;
	transition: initial;
	margin: 0 12px;
}

#starlist li>a.active {
	color: rgba(255,255,255,1);
	font-weight: bold;
}

#starlist li>a:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	display: block;
	content: "";
	background: #094e45;
	transition: all 0.5s;
	z-index: 9;
}

#starlist li:hover>a:before {
	width: 100%;
	transition: all 0.5s;
}

#starlist li:hover>a {
	color: rgba(255,255,255,1);
}


#starlist ul {}


#starlist li .sub {
	position: absolute;
	left: 50%;
	transform:translateX(-50%) ;
	top: 80px;
	width: 100px;
	height: 0;
	padding: 0;
	background-color: rgba(255, 255, 255, 1);
	opacity: 0;
	z-index: 1;
	box-shadow: 0 0 8px rgba(60,113,186,.24);
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	overflow: hidden;
}


#starlist li:hover .sub {
	opacity: 1;
	top: 80px;
	padding: 10px 0;
	height: auto;
	z-index: 99;
}


#starlist ul.sub {
	text-align: center;
}

#starlist ul.sub .container {
	max-width: initial;
}

#starlist ul.sub li {
	float: initial;
	display: inline-block;
	width: auto;
	text-align: center;
	margin: 0 14px;
}

#starlist ul.sub li a {
	color: #333;
	font-size: 14px;
	line-height: 32px;
	height: initial;
	font-weight: initial;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

#starlist ul.sub li a:before {
	display: none;
}

#starlist ul.sub li:hover a {
	color: #094e45;
	background: initial;
}




.menu span,.menu:before,#starlist .active span  {
	display: none;
}

.menu:before {
	position: absolute;
	content: "";
	top: 25px;
	right: 5px;
	background-image: url(../images/jt.png);
	background-position: center center;
	background-size: 100%;
	width: 20px;
	height: 11px;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.menu:hover:before {
	transform: rotate(180deg)
}

#mnavh {
	display: none;
	margin: 26px 0 0 0;
	width: 16px;
	height: 24px;
	float: right;
	text-align: center;
	padding: 0 2% 0 0;
	right: 3%;
}


.navicon {
	display: block;
	position: relative;
	width: 24px;
	height: 2px;
	background-color: #fff;
	bottom: -8px;
	cursor: pointer;
}

.navicon:before,
.navicon:after {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	position: absolute;
	background: #fff;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.navicon:before {
	margin-top: -8px;
}

.navicon:after {
	margin-top: 8px;
}

.open .navicon {
	background: none
}

.open .navicon:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open .navicon:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.open .navicon:before,
.open .navicon:after {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	position: absolute;
	background: #fff;
}




/*head 产品下拉菜单*/

#starlist li .sub.change{
	position: fixed;
	left: 50%;
	transform:translateX(-50%) ;
	top: 80px;
	width: 100%;
	height: 0;
	background-color: rgba(255, 255, 255, 1);
	z-index: 1;
	box-shadow: initial;
	transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	overflow-y: hidden;
	text-align: left;
	padding: initial;
}

#starlist li:hover .sub.change {
	top: 80px;
	height: auto;
	z-index: 99;
}

#starlist ul.sub.change .container {
	max-width: 1440px;
}

#starlist ul.sub.change li {
    display: inline-block;
    width: 100%;
    text-align: initial;
    margin: initial;
}



/*选项卡_默认样式****************************************************************************/
.yyui_tab_card.pro-head-menu{
	padding: 64px 0 128px;
}

.yyui_tab_card.pro-head-menu .yyui-left{
	float: left;
	width: 22.2%;
	position: relative;
	padding-top: 24px;
}

.yyui_tab_card.pro-head-menu .yyui-left:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "系列筛选";
	display: block;
	font-size: 12px;
	color: #bcbcbc;
}


.yyui_tab_card.pro-head-menu .yyui-left em{
	font-size: 12px;
	color: #bcbcbc;
	margin-bottom: 12px;
	display: block;
}

.yyui_tab_card.pro-head-menu .yyui-left div{
	font-size: 16px;
	cursor: pointer;
	width: 100%;
	margin: 0;
	display: block;
}

.yyui_tab_card.pro-head-menu .yyui-left div a{
	color: #666666;
}

.yyui_tab_card.pro-head-menu .yyui-left div i{
	display: inline-block;
	width: 24px;
	padding-top: 18px;
	margin: 0 18px 0 20px;
}

.yyui_tab_card.pro-head-menu .yyui-left div h2{
	font-size: 14px;
	font-weight: initial;
	display: inline-block;
	height: 60px;
	line-height: 60px;
}

.yyui_tab_card.pro-head-menu .yyui-left .yyui_tab_title_this{
	background: #f8f8f8;
	width: 100%;
}

.yyui_tab_card.pro-head-menu .yyui-left .yyui_tab_title_this a{
	color: #000;
}


.yyui_tab_card > .yyui_tab_content{ 
	display:none; 
	
}

.yyui_tab_card > .yyui_tab_content_this{ 
	display:block; 
}


.pro-head-menu .yyui_tab_content_this{
	float: right;
	width: 75%;
} 

.pro-item-title{
	text-align: right;
}

.pro-item-title div{
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding: 0 14px;
	display: inline-block;
	cursor: pointer;
	background: #F8F8F8;
	margin-right: 4px;
	transition: all 0.5s;
}

.pro-item-title div a{
	color: #555555;
}

.pro-item-title .yyui_tab_title_this{
	background: #094e45;
	color: #fff;
}

.pro-item-title .yyui_tab_title_this a{
	color: #fff;
}

.yyui_tab_card.pro-head-menu .yyui_tab_content_this .yyui_tab_card .yyui_tab_content_this{
	width: 100%;
}

.pro-menu-list{
	margin-top: 24px;
}

.pro-menu-list .item{
	width: 32%;
	float: left;
	margin-left: 2%;
	background: #F8F8F8;
	position: relative;
}

.pro-menu-list .item:first-child{
	margin-left: 0;
}

.pro-menu-list .item .label{
	position: absolute;
	top: 10px;
	left: 10px;
}

.pro-menu-list .item .label span{
	font-size: 12px;
	color: #fff;
	background: #094e45;
	height: 22px;
	line-height: 21px;
	display: inline-block;
	padding: 0 6px;
	
}

.pro-menu-list .item .pic{
	padding: 10px 10px 0;
}

.pro-menu-list .item .text{
	padding: 0 20px 36px 20px;
	text-align: center;
}

.pro-menu-list .item .text h2{
	font-size: 18px;
	color: #333333;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: initial;
}

.pro-menu-list .item .text p{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.factory-head-menu{
	background: #F8F8F8;
	position: relative;
}


.factory-head-menu .yyui-left{
	float: left;
	width: 30%;
	background: #F8F8F8;
}

.factory-head-menu .yyui-left div{
	height: 100px;
	line-height: 100px;
}

.factory-head-menu .yyui-left div a{
	display: block;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 8% 0 42%;
}

.factory-head-menu .yyui-left .yyui_tab_title_this{
	background: #fff;
	position: relative;
}


.factory-head-menu .yyui-left .yyui_tab_title_this a{
	display: block;
	color: #094e45;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.factory-head-menu .yyui_tab_content_this{
	float: right;
	width: 70%;
	height: 700px;
	position: relative;
}

.factory-head-menu .yyui_tab_content_this img{
	max-width: initial;
	height: 700px;
}

.factory-head-menu .yyui_tab_content_this p{
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 50px 5%;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	background: url(../images/factory_menu_bg.png) center center no-repeat;
	background-size: 100% 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}







/*导航鼠标切换*/
.head-tran:hover .header:before {
    background-color: rgba(238,238,238,1);
}

.head-tran:hover .header .navicon {
	background: #333333;
}

.head-tran:hover .header .open .navicon {
	background: none
}

.head-tran:hover .header .navicon:before,
.head-tran:hover .header .navicon:after{
	background: #333333;
}

.head-tran:hover .header .open .navicon:before,
.head-tran:hover .header .open .navicon:after{
	background: #333333;
}

.head-tran:hover .header {
	background-color: rgba(255,255,255,1);
}

.head-tran:hover .header .logo-white{
	display: none;
}

.head-tran:hover .header .logo-primary{
	display: inline-block;
}

.head-tran:hover .header .stock-code{
	color: #333333;
}

.head-tran:hover .header .tel-search:before{
	background-color: rgba(0,0,0,.2);
}

.head-tran:hover .header .not-tel{
	color: #333333;
}

.head-tran:hover .header .h-tel-icon{
	background: url(../images/head_tel.png) center center no-repeat;
	background-size: 100% 100%;
}

.head-tran:hover .header #starlist li>a{
	color: rgba(26,26,26,1);
}

.head-tran:hover .header #starlist li>a.active{
	color: rgba(9,78,69,1);
}

.head-tran:hover .header #starlist li:hover>a{
	color: rgba(9,78,69,1);
}



/*原色*/



.head-tran.head-primary .header .navicon {
	background: #333333;
}

.head-tran.head-primary .header .open .navicon {
	background: none
}

.head-tran.head-primary .header .navicon:before,
.head-tran.head-primary .header .navicon:after{
	background: #333333;
}

.head-tran.head-primary .header .open .navicon:before,
.head-tran.head-primary .header .open .navicon:after{
	background: #333333;
}

.head-tran.head-primary .header {
	background-color: rgba(255,255,255,1);
	box-shadow: 0 0 1px rgba(0,0,0,.3);
}

.head-tran.head-primary .header .logo-white{
	display: none;
}

.head-tran.head-primary .header .logo-primary{
	display: inline-block;
}

.head-tran.head-primary .header .stock-code{
	color: #333333;
}

.head-tran.head-primary .header .tel-search:before{
	background-color: rgba(0,0,0,.2);
}

.head-tran.head-primary .header .not-tel{
	color: #333333;
}

.head-tran.head-primary .header .h-tel-icon{
	background: url(../images/head_tel.png) center center no-repeat;
	background-size: 100% 100%;
}

.head-tran.head-primary .header #starlist li>a{
	color: rgba(26,26,26,1);
}

.head-tran.head-primary .header #starlist li>a.active{
	color: rgba(9,78,69,1);
}

.head-tran.head-primary .header #starlist li:hover>a{
	color: rgba(9,78,69,1);
}


.head-primary .phone-height{
	height: 80px;
}



/*导航悬浮*/
.head-tran .header.fixed .navicon {
	background: #333333;
}

.head-tran .header.fixed .open .navicon {
	background: none
}

.head-tran .header.fixed .navicon:before,
.head-tran .header.fixed .navicon:after{
	background: #333333;
}

.head-tran .header.fixed .open .navicon:before,
.head-tran .header.fixed .open .navicon:after{
	background: #333333;
}

.head-tran .header.fixed {
	background-color: rgba(255,255,255,1);
	box-shadow: 0 0 8px rgba(0,0,0,.1);
}

.head-tran .header.fixed .logo-white{
	display: none;
}

.head-tran .header.fixed .logo-primary{
	display: inline-block;
}

.head-tran .header.fixed .stock-code{
	color: #333333;
}

.head-tran .header.fixed  .tel-search:before{
	background-color: rgba(0,0,0,.2);
}

.head-tran .header.fixed .not-tel{
	color: #333333;
}

.head-tran .header.fixed .h-tel-icon{
	background: url(../images/head_tel.png) center center no-repeat;
	background-size: 100% 100%;
}

.head-tran .header.fixed #starlist li>a{
	color: rgba(26,26,26,1);
}

.head-tran .header.fixed #starlist li>a.active{
	color: rgba(9,78,69,1);
}

.head-tran .header.fixed #starlist li:hover>a{
	color: rgba(9,78,69,1);
}



/*底部*/

.foot{
	background: #000;
	background-size: cover;
}

.foot-con{
	padding: 100px 0 128px;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.foot-menu{
	width: 55%;
}

.foot-menu ul{
	margin-top: 0;
}

.foot-menu ul li{
	float: left;
	width: 20%;
}

.foot-menu ul li a{
	display: block;
	font-size: 18px;
	color: rgba(255,255,255,1);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 80%;
}

.foot-menu ul li ul{
	margin-top: 16px;
}

.foot-menu ul li ul li{
	float: initial;
	width: 100%;
}

.foot-menu ul li ul li a{
	font-size: 14px;
	color: rgba(255,255,255,.6);
	line-height: 36px;
}

.foot-menu ul li ul li a:hover{
	color: rgba(255,255,255,1);
}

.foot-contact{
	
}

.f-c-title h2{
	font-size: 32px;
	color: #ffffff;
	font-weight: initial;
}

.f-c-title p{
	font-size: 16px;
	color: #ffffff;
	margin-top: 10px;
}

.f-i-t{
	padding-top: 24px;
}

.f-i-t ul li{
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	margin-top: 24px;
	padding-left: 30px;
	position: relative;
}

.f-i-t ul li span{
	display: block;
}


.f-i-t ul li:before{
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	content: "";
	width: 18px;
	height: 21px;
	background: url(../images/foot_id_icon.png) center center no-repeat;
	background-size: 100% 100%;
}

.f-i-t ul li:nth-child(2):before{
	background: url(../images/foot_tel_icon.png) center center no-repeat;
	background-size: 100% 100%;
}



.follow-wrapper a{
	display: block;
	float: left;
	margin-right: 20px;
	height: 38px;
	width: 38px;
	border: 1px solid rgba(255,255,255,.24);
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.follow-wrapper a:nth-of-type(1){
	background: url(../images/foot_wx.png) center center no-repeat;
	background-size: 100% 100%;
}

.follow-wrapper a:nth-of-type(2){
	background: url(../images/foot_dy.png) center center no-repeat;
	background-size: 100% 100%;
}

.follow-wrapper a:nth-of-type(3){
	background: url(../images/foot_shs.png) center center no-repeat;
	background-size: 100% 100%;
}

.follow-wrapper a:hover{
	overflow: initial;
	border: 1px solid rgba(255,255,255,1);
}

.follow-wrapper a .follow-rwm{
	position: absolute;
	top: -136px;
	left: 50%;
	transform: translateX(-50%);
	width: 112px;
	height: 112px;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	opacity: 0;
}

.follow-wrapper a:hover .follow-rwm{
	opacity: 1;
}

.follow-wrapper a:hover .follow-rwm:after{
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 5px;
	display: block;
	content: "";
	background: url(../images/foot_rwm_sj.png) center center no-repeat;
}


.copyright-box{
	padding-top: 30px;
	padding-bottom: 56px;
	margin-top: 36px;
	border-top: 1px solid rgba(255,255,255,.24);
}

.copyright{
	float: left;
	width: 60%;
}

.copyright p{
	color: rgba(255,255,255,.6);
	font-size: 14px;
	line-height: 26px;
}

.copyright p a{
	color: rgba(255,255,255,.6);
}

.technical-support{
	float: right;
}

.technical-support p{
	color: rgba(255,255,255,.6);
	font-size: 14px;
	line-height: 26px;
}

.technical-support p a{
	color: rgba(255,255,255,.6);
}



.foot-link{
	font-size: 14px;
	color: rgba(255,255,255,.6);
	position: relative;
	top: -48px;
	height: 0;
}

.foot-link a{
	color: rgba(255,255,255,.6);
}

.foot-link a:hover{
	color: #fff;
}




/*新闻中心*/

.list-banner{
	position: relative;
	overflow: hidden;
}

.list-banner:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,0,0,.2);
	z-index: 9;
}

.list-banner .text{
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-44%);
	z-index: 10;
	text-align: center;
	color: #fff;
}

.list-banner .text h3{
	font-size: 24px;
	font-weight: initial;
	letter-spacing: 2px;
}

.list-banner .text h2{
	font-size: 48px;
	margin-top: 24px;
	letter-spacing: 4px;
}

.list-banner .pic img{
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	height: 720px;
	max-width: initial;
}



.news-list{
	text-align: center;
	padding-bottom: 112px;
}

.list-menu-box{
	margin-top: 64px;
	padding: 30px 0;
	border-bottom: 1px solid #dddddd;
}

.list-menu-box .submenu{
	float: left;
}

.list-menu-box .submenu a{
	font-size: 16px;
	line-height: 18px;
	color: #757575;
	margin-right: 40px;
}

.list-menu-box .submenu a.active{
	color: #094E45;
}

.list-menu-box .submenu a:hover{
	color: #000;
}

.list-menu-box .cru{
	float: right;
	font-size: 14px;
	color: #757575;
}

.list-menu-box .cru a{
	font-size: 14px;
	color: #757575;
	margin-right: 20px;
	position: relative;
}

.list-menu-box .cru a:hover{
	color: #000;
}

.list-menu-box .cru a:after{
	position: absolute;
	right: -16px;
	top: 0;
	display: block;
	content: ">";
	font-size: 14px;
	color: #757575;
}

.list-menu-box .cru a:last-child:after{
	display: none;
}

.list-menu-box .cru a:last-child{
	margin-right: 0px;
}



.news-list-box{
	padding-top: 4px;
	text-align: left;
	padding-bottom: 88px;
	margin-bottom: 60px;
	border-bottom: 1px solid #dddddd;
}

.news-list-box .item{
	margin-top: 76px;
	float: left;
	width: 31.2%;
	margin-left: 3.2%;
	position: relative;
}

.news-list-box .item:nth-child(3n+1){
	margin-left: 0;
}

.news-list-box .item .pic{
	overflow: hidden;
}

.news-list-box .item .text{
	margin-top: 32px;
}

.news-list-box .item .l-time a{
	font-size: 12px;
	color: #094e45;
	padding: 0 7px;
	height: 24px;
	line-height: 22px;
	border: 1px solid #094e45;
	display: inline-block;
}

.news-list-box .item .l-time span{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-left: 16px;
}

.news-list-box .item .text h2{
	font-size: 24px;
	color: #333333;
	line-height: 38px;
	height: 76px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: initial;
	margin-top: 16px;
}

.news-list-box .item:hover .text h2{
	color: #094E45;
}

.news-list-box .item .text p{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 14px;
}


.increase-more{
	color: #333333;
	font-size: 18px;
}

.increase-more:hover{
	color: #094E45;
}

.icon{
	position: relative;
}

.icon-drop-down:before{
	content: "";
	width: 15px;
	height: 9px;
	background: url(../images/drop_down_jt.png) center center no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin-left: 14px;
	position: relative;
	top: -3px;
}

.increase-more:hover .icon-drop-down:before{
	background: url(../images/drop_down_jt_a.png) center center no-repeat;
	background-size: 100% 100%;
}



/*新闻内容页*/

.list-page-menu{
	background: #f8f8f8;
	height: 60px;
}

.list-page-menu a{
	font-size: 14px;
	color: #757575;
	margin-right: 40px;
	line-height: 60px;
}

.news-page{
	padding: 68px 0 104px;
}

.news-left {
	float: left;
	width: 67.4%;
}

.news-page-title {
	padding-bottom: 28px;
	border-bottom: 1px solid #ddd;
}

.news-page-title h2{
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	font-weight: initial;
}

.news-page-title .news-des{
	margin-top: 16px;
}

.news-page-title .news-des span{
	font-size: 14px;
	color: #999999;
	margin-right: 40px;
}

.news-content{
	padding: 44px 0 50px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	text-align: justify;
}

.pagin{
	border-top: 1px solid #ddd;
	font-size: 14px;
	color: #666666;
	padding-top: 30px;
}

.pagin a{
	color: #666666;
}

.pagin a:hover{
	color: #094E45;
}

.pagin .up{
	width: 40%;
	float: left;
}

.up span{
	width: 60px;
	display: block;
	float: left;
}

.up a{
	width: 325px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	display: block;
	float: left;
}

.pagin .return{
	width: 20%;
	float: left;
}



.pagin .un{
	width: 40%;
	float: right;
}

.un span{
	width: 60px;
	display: block;
	float: left;
}

.un a{
	width: 325px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	display: block;
	float: right;
}

.copy-notice{
	margin-top: 40px;
	background: #F8F8F8;
}

.copy-notice p{
	font-size: 12px;
	line-height: 24px;
	color: #999;
	padding: 10px 20px;
}



.news-right{
	float: right;
	width: 23.8%;
}

.tag {
	background: #f8f8f8;
}

.tag .box{
	padding: 30px 20px;
}

.tag .subtitle h3{
	font-size: 16px;
	color: #333333;
	font-weight: initial;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.tag-box{
	margin-top: 16px;
}

.tag-box ul li{
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	margin-right: 16px;
}

.tag-box ul li a{
	color: #666666;
}

.tag-box ul li a:hover{
	color: #094E45;
}



.pop-rec{
	margin-top: 24px;
}

.poprec-box ul li{
	margin-top: 20px;
}

.poprec-box ul li.active img{
	display: block;
}

.poprec-box ul li img{
	display: none;
}

.poprec-box ul li h2{
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	font-weight: initial;
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.poprec-box ul li:hover h2{
	color: #094E45;
}

.poprec-box ul li span{
	font-size: 12px;
	color: #999999;
	line-height: 14px;
	margin-top: 4px;
	display: block;
}




.product-rec{
	background: #f8f8f8;
	padding: 120px 0 128px;
	overflow: hidden;
}

.rec-title{
	
}

.rec-title h2{
	font-size: 48px;
	color: #333333;
	font-weight: initial;
	line-height: 50px;
	float: left;
}

.rec-title a{
	width: 158px;
	height: 38px;
	border: 1px solid #d0d0d0;
	font-size: 14px;
	color: #666666;
	line-height: 38px;
	float: right;
	text-align: center;
	margin-top: 6px;
}

.rec-title a:hover{
	background: #094E45;
	border: 1px solid #094E45;
	color: #FFFFFF;
}


.product-list{
	margin-top: 64px;
}

.product-list .item{
	float: left;
	width: 32.26%;
	margin-left: 1.6%;
	background: #FFFFFF;
	text-align: center;
	position: relative;
}

.product-list .item:first-child{
	margin-left: 0;
}


.product-list .item .text{
	padding: 0 40px 44px 40px;
	height: 112px;
}

.product-list .item .text h2{
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: initial;
	padding-top: 24px;
	transition: all 0.5s;
}

.product-list .item .text p{
	color: #757575;
	font-size: 16px;
	line-height: 0;
	margin-top: 0;
	transition: all 0.5s;
	height: 0;
	line-height: 30px;
	overflow: hidden;
}

.product-list .item .text a{
	color: #094e45;
	font-size: 14px;
	line-height: 0;
	margin-top: 0;
	display: inline-block;
	transition: all 0.5s;
	height: 0;
	line-height: 30px;
	overflow: hidden;
}

.product-list .item:hover .text h2{
	padding-top: 0;
}

.product-list .item:hover .text p{
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 30px;
	line-height: 30px;
	margin-top: 8px;
}

.product-list .item:hover .text a{
	line-height: 30px;
	height: 30px;
	margin-top: 16px;
}




/*联系我们*/

.page-banner{
	position: relative;
	overflow: hidden;
}

/*.page-banner:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,0,0,.2);
	z-index: 9;
}*/

.page-banner .text{
	width: 1342px;
	padding-left: 98px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-40%);
	z-index: 10;
	text-align: center;
	color: #fff;
	text-align: left;
}

.page-banner .text h3{
	font-size: 24px;
	font-weight: initial;
	letter-spacing: 2px;
	margin-top: 24px;
}

.page-banner .text h2{
	font-size: 48px;
	letter-spacing: 4px;
}

.page-banner .pic img{
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	height: 720px;
	max-width: initial;
}




.contact-company{
	padding: 120px 0 112px;
}

.contact-company .container{
	position: relative;
}

.company-box{
	float: left;
	width: 45%;
}

.com-title h1{
	font-size: 40px;
	color: #333333;
	font-weight: initial;
}

.com-title p{
	font-size: 18px;
	color: #333333;
	margin-top: 10px;
}

.com-tel{
	position: absolute;
	bottom: 0;
	line-height: 44px;
}

.com-tel p{
	font-size: 18px;
	color: #333333;
}

.com-tel b{
	font-size: 36px;
	color: #094e45;
	font-family: arial;
}


.company-text{
	float: right;
	width: 49.4%;
}

.com-des ul li{
	font-size: 18px;
	color: #333333;
	padding: 18px 0;
	line-height: 20px;
}


.com-but{
	margin-top: 44px;
	padding-top: 60px;
	border-top: 1px solid #eeeeee;
}


.com-navigation{
	float: left;
}

.com-navigation a{
	width: 154px;
	height: 46px;
	border: 1px solid #999999;
	display: block;
	text-align: center;
	line-height: 46px;
	color: #666666;
	float: left;
	font-size: 16px;
}

.com-navigation a:hover{
	border: 1px solid #094E45;
	color: #FFFFFF;
	background: #094E45;
}

a:hover .icon-nav{
	background: url(../images/pos_icon_a.png) center center no-repeat;
	background-size: 100% 100%;
}

.icon-nav{
	width: 24px;
	height: 22px;
	display: inline-block;
	background: url(../images/pos_icon.png) center center no-repeat;
	background-size: 100% 100%;
	margin-bottom: -4px;
	margin-right: 10px;
}

.com-wech{
	float: left;
	margin-left: 40px;
	cursor: pointer;
	position: relative;
}

.com-wech i{
	border-radius: 50%;
	border: 1px solid #094E45;
	display: block;
	width: 48px;
	height: 48px;
}


.com-wech:hover .com-wech-pic{
	display: block;
}

.com-wech:hover  i{
	opacity: .8;
}

.com-wech-pic{
	width: 112px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: -136px;
	transform: translateX(-50%);
	display: none;
}

.com-wech-pic img{
	box-shadow: 0 0 1px rgba(0,0,0,.4);
}



.contact-map{
	overflow: hidden;
}

.contact-map img{
	position: relative;
	left: 0;
	top: 0;
	height: 640px;
	max-width: initial;
}


.subsidiary{
	padding: 120px 0 110px;
	background: #f8f8f8;
	margin-top: 128px;
}

.subsidiary .container{
	text-align: center;
}

.subsidi-title h2{
	text-align: center;
	width: 100%;
}

.subsidiary-list{
	margin-top: 56px;
	text-align: left;
	margin-bottom: 48px;
	height: 652px;
	overflow: hidden;
}

.subsidiary-list.myclass{
	height: auto;
	margin-bottom: 0;
}

.subsidiary-list .item{
	width: 32.26%;
	margin-left: 1.6%;
	height: 314px;
	background: #fff;
	float: left;
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}

.subsidiary-list .item:before{
	position: absolute;
	bottom: -64px;
	right: -70px;
	width: 308px;
	height: 248px;
	background: url(../images/subsidiary_bg_icon.png) center center no-repeat;
	background-size: 100% 100%;
	display: block;
	content: "";
}

.subsidiary-list .item:hover:before{
	background: url(../images/subsidiary_bg_icon_a.png) center center no-repeat;
	background-size: 100% 100%;
}

.subsidiary-list .item:hover{
	background: #094E45;
}

.subsidiary-list .item:nth-child(3n+1){
	margin-left: 0;
}

.subsidiary-list .item .box{
	padding: 40px;
	position: relative;
	z-index: 9;
}

.subsidiary-list .item h2{
	font-size: 20px;
	color: #333333;
	line-height: 24px;
}

.subsidiary-list .item:hover h2{
	color: #fff;
}


.subsidiary-list .item ul{
	margin-top: 14px;
	height: 128px;
}

.subsidiary-list .item ul li{
	font-size: 16px;
	color: #757575;
	line-height: 32px;
}

.subsidiary-list .item:hover ul li{
	color: #dee3e2;
}

.subsidiary-list .item ul li span{
	float: left;
	width: 14%;
}

.subsidiary-list .item ul li p{
	float: right;
	width: 84%;
}

.subsidiary-list .item .box a{
	width: 128px;
	height: 38px;
	border: 1px solid #eeeeee;
	text-align: center;
	line-height: 38px;
	display: block;
	font-size: 14px;
	color: #666666;
	margin-top: 28px;
	background: #FFFFFF;
	position: relative;
	z-index: 9;
}

.subsidiary-list .item .box a .icon-nav{
	width: 20px;
	height: 18px;
}

.subsidiary-list .item .box a:hover .icon-nav{
	background: url(../images/pos_icon_s.png) center center no-repeat;
	background-size: 100% 100%;
}

.subsidiary-list .item .box a:hover{
	color: #094E45;
	border: 1px solid #fff;
}


.none{
	display: none;
}



.submit{
	padding: 120px 0 120px;
}

.mit-title{
	margin-bottom: 70px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dddddd;
}

.mit-title h2{
	font-weight: initial;
	font-size: 48px;
	line-height: 72px;
}

.mit-title h2 span{
	display: block;
}


.submit-box{
	
}

.submit-lr .name{
	float: left;
	width: 49.2%;
}

.submit-lr .tel{
	float: right;
	width: 49.2%;
}



.submit-lr p{
	font-size: 18px;
	color: #333333;
}

.submit-lr p span{
	color: #ff0000;
	margin-left: 8px;
}


.submit-lr input{
	width: 95.8%;
	margin-top: 18px;
	padding: 0 2%;
	height: 48px;
	background: #f8f8f8;
	border: initial;
	outline: initial;
	font-size: 16px;
	color: #333;
}


.textbox {
	margin-top: 44px;
}

.textbox p{
	font-size: 18px;
	color: #333333;
}

.textbox textarea{
	width: 97.8%;
	margin-top: 18px;
	padding: 10px 1%;
	height: 168px;
	background: #f8f8f8;
	border: initial;
	outline: initial;
	font-size: 16px;
	line-height: 28px;
	color: #333;
}


.submit-but{
	margin-top: 48px;
}

.submit-but a{
	width: 152px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #094E45;
	display: block;
	color: #fff;
	font-size: 18px;
}

.submit-but a:hover{
	opacity: .9;
}




/*案例列表*/

.list-banner.case-list-banner .text h3{
	margin-top: 24px;
}

.list-banner.case-list-banner .text h2{
	margin-top: 0;
}

.case-list{
	background: #F8F8F8;
}


.case-menu{
	border-bottom: 1px solid #dddddd;
}

.case-menu ul li{
	float: left;
	margin-right: 24px;
}

.case-menu ul li a{
	font-size: 18px;
	color: #333333;
	position: relative;
	display: block;
	line-height: 90px;
	padding: 0 10px;
}

.case-menu ul li a:hover{
	color: #094E45;
}

.case-menu ul li.active a{
	color: #094E45;
}

.case-menu ul li.active a:before{
	width: 100%;
	height: 3px;
	background: #094E45;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
	transition: all 0.5s;
}

.case-menu ul li a:before{
	width: 0;
	height: 3px;
	background: #094E45;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
	transition: all 0.5s;
}

.case-menu ul li a:hover:before{
	width: 100%;
}



/*links*/

.links_list {position: relative;z-index: 3;border-bottom: 1px solid #dddddd;}
.link_prev{width:50px;height:50px;overflow:hidden;cursor:pointer;position: absolute;left: -50px;top: 50%;margin-top: -25px;font-size: 0;line-height: 0;background: url(../images/switch_left.png) center center no-repeat;}
.link_next {width:50px;height:50px;overflow:hidden;cursor:pointer;position: absolute;right: -50px;top: 50%;margin-top: -25px;font-size: 0;line-height: 0;background: url(../images/switch_right.png) center center no-repeat;}
.link_prev:hover {background: url(../images/switch_left_a.png) center center no-repeat;}
.link_next:hover {background: url(../images/switch_right_a.png) center center no-repeat;}
#links {width:100%;overflow:hidden;padding: 56px 0 56px;}
#links ul {overflow:hidden;width:5000px;}
#links li {float:left;width:144px;display:inline;text-align: center;}
#links li.active p{color: #094E45;}
#links img {opacity:0.6;filter:alpha(opacity=60);}
#links li p {
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	margin-top: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#links li a:hover p {color: #094E45;}

.slideContainer{position: relative;z-index:0;}




.case-list-box{
	padding-top: 56px;
	padding-bottom: 116px;
	text-align: center;
}

.case-list-box .container{
	padding-bottom: 64px;
}

.case-list-box .item{
	position: relative;
	float: left;
	margin-left: 1.6%;
	width: 32.26%;
	margin-top: 32px;
	background: #FFFFFF;
	box-shadow: 0 0 8px rgba(0,0,0,.06);
	text-align: left;
}

.case-list-box .item:before{
	width: 0;
	position: absolute;
	bottom: 0;
	height: 3px;
	background: #094E45;
	display: block;
	content: "";
	transition: all 0.5s;
}

.case-list-box .item:hover:before{
	width: 100%;
}



.case-list-box .item:nth-child(3n+1){
	margin-left: 0;
	clear: both;
}


.case-list-box .item .label{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 9;
}

.case-list-box .item .label span{
	padding: 0 8px;
	color: #fff;
	font-size: 12px;
	background: #094E45;
	height: 24px;
	line-height: 22px;
	display: inline-block;
}

.case-list-box .item .pic{
	overflow: hidden;
}

.case-list-box .item .text{
	
}

.case-list-box .item .text .box{
	padding: 38px 40px 56px;
}

.case-list-box .item .text span{
	font-size: 16px;
	color: #999999;
	line-height: 20px;
}

.case-list-box .item .text h2{
	font-size: 24px;
	color: #333333;
	line-height: 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: initial;
	margin-top: 20px;
}

.case-list-box .item .text a{
	position: relative;
	z-index: 9;
	font-size: 18px;
	color: #999999;
	line-height: 20px;
	display: inline-block;
	margin-top: 42px;
}


.icon-more{
	display: inline-block;
	width: 8px;
	height: 13px;
	background: url(../images/more_sj.png) center center no-repeat;
	background-size: 100% 100%;
	margin-left: 10px;
}




/*案例内容页*/


.page-cru{
	padding: 44px 0 30px;
	font-size: 12px;
	line-height: 20px;
	color: #757575;
}

.page-cru a{
	font-size: 12px;
	color: #757575;
	margin-right: 18px;
	position: relative;
}

.page-cru a:before{
	position: absolute;
	right: -14px;
	top: -2px;
	content: ">";
	display: block;
	font-size: 12px;
}

.page-cru a:last-child{
	color: #000;
}

.page-cru a:last-child:before{
	display: none;
}



.case-page-con{
	margin-bottom: 128px;
	overflow: hidden;
}

.case-con-pic{
	width: 57.64%;
	float: left;
}


.slider-container { 
	overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #444;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider {
  position: relative;
  width: 9999px;
}
.slider:before,
.slider:after {
  display: table;
  content: ' ';
}
.slider:after {
  clear: both;
}
.slider__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
  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;
	overflow: hidden;
}
.slider__item img {
  display: block;
  max-width: initial;
}
.slider__switch span {
  color: #ccc;
  display: block;
  width: 28px;
  height: 32px;
} 
/* Arrows */
.slider__switch {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 40px;
  cursor: pointer;
  opacity: 1;
  transition: opacity .15s ease;
  margin-top: -20px;
}
.slider__switch--prev {
  left: 0;
  background: #094E45 url(../images/case_left_jt.png) center center no-repeat;
}
.slider__switch--next {
  right: 0;
  background: #094E45 url(../images/case_right_jt.png) center center no-repeat;
}

.slider__switch:hover {
  opacity: 1;
}
.slider__switch[disabled] {
  visibility: hidden;
  opacity: 1;
}
.slider-nav {
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99999;
  filter: alpha(opacity=100); /* ie8 */
}
.slider-nav__control {
  display: none;
}

.slider.has-touch {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;
}

		.preview {
			margin-top: 10px;
			overflow: hidden;
		    text-align: center;
		    display: flex;
		    justify-content: space-between;
		}
		.preview a {
			 transition: initial;
		  display: block;
		  position: relative;
		 width: 19.2%;
		}
		.preview a :first-child{
		  margin-right: 0px;
		}
		.preview a :last-child{
		  margin-right: 0px;
		}
		.preview img {
		  display: block;
		  height: auto;
		}
		.preview .active-2:before {
			position: absolute;
			left: 0;
			top: 0;
			content: "";
			display: block;
		 	width: 100%;
		  	height: 100%;
		  	background: url(../images/case_page_pic_line.png) center center no-repeat;
		  	background-size: 100% 100%;
		}




.case-con-text{
	width: 40.7%;
	float: right;
	background: #f8f8f8;
	position: relative;
}

.case-con-text:after{
	background: #f8f8f8;
	position: absolute;
	bottom: -200px;
	right: 0;
	height: 200%;
	width: 100%;
	display: block;
	content: "";
	z-index: -1;
}

.case-con-text .box{
	padding: 44px 40px;
}

.case-page-subtitle h2{
	font-size: 24px;
	color: #333333;
	line-height: 32px;
	font-weight: initial;
}

.case-des{
	margin-top: 18px;
}

.case-des .label{
	padding: 0 6px;
	height: 22px;
	line-height: 20px;
	border: 1px solid #094E45;
	color: #094E45;
	font-size: 12px;
	display: inline-block;
}

.case-des span{
	color: #999999;
	font-size: 14px;
	margin-left: 16px;
}


.case-page-text{
	margin-top: 18px;
}

.case-page-text p{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}


.case-page-chara {
	margin-top: 32px;
}

.case-page-chara ul li{
	font-size: 14px;
	line-height: 48px;
	color: #333333;
	border-bottom: 1px solid #ddd;
}

.case-page-chara ul li:first-child{
	border-top: 1px solid #eeeeee;
}



.case-page-submit{
	margin-top: 48px;
}

.case-page-submit a{
	padding: 0 22px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 38px;
	height: 40px;
	background: #094E45;
	display: inline-block;
}

.case-page-submit a:hover{
	opacity: .8;
}




.case-rec .case-list-box {
    padding-top: 32px;
    padding-bottom: 0;
}





/*产品中心*/

.product-banner{
	width: 100%;
	height: 100vh;
	background: url(../images/product_banner.jpg) center center no-repeat;
	background-size: cover; 
	
}

.product-banner .container{
	position: relative;
	height: 100vh;
}

.product-banner .text{
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	width: 50%;
	margin-top: -140px;
}

.product-banner .text h3{
	padding: 0 24px;
	background: #094E45;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: initial;
}

.product-banner .text h2{
	color: #fff;
	font-size: 72px;
	line-height: 80px;
	letter-spacing: 6px;
	margin-top: 24px;
}

.product-banner .text span{
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 3px;
	margin-top: 22px;
	display: block;
	font-family: "arial narrow";
}

.product-banner .text p{
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 3px;
	margin-top: 48px;
}

.product-banner .text p em{
	font-size: 18px;
	margin: 0 10px;
}



.product-menu #links li {width:240px;}


.product-menu .links_list {border-bottom: initial;}

.product-menu {border-bottom: 1px solid #ddd;}



.product-list-con{
	background: #f8f8f8;
}


.product-submenu{
	margin-top: 88px;
}

.product-submenu ul li{
	float: left;
	margin-right: 20px;
}

.product-submenu ul li.active a{
	background: #094e45;
	color: #fff;
}

.product-submenu ul li a{
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	display: block;
	color: #555555;
	font-size: 16px;
}

.product-submenu ul li a:hover{
	color: #094E45;
}


.prod-list-con{
	padding-bottom: 120px;
	text-align: center;
}

.prod-list-con .container{
	padding-bottom: 56px;
}

.product-list.prod-list-con {
    padding-top: 24px;
    margin-top: 0;
}

.product-list.prod-list-con .item{
    margin-top: 24px;
}

.product-list.prod-list-con .item:nth-child(3n+1){
	margin-left: 0;
	clear: both;
}

.product-list .item .label span{
	position: absolute;
	left: 40px;
	top: 40px;
	background: #094E45;
	margin-right: 12px;
	height: 24px;
	line-height: 22px;
	padding: 0 8px;
	color: #FFFFFF;
	font-size: 12px;
}





/*应用领域*/

.list-banner.applicat-list-banner:before{
	background: rgba(0,0,0,.4);
}

.list-banner.applicat-list-banner .text {
    transform: translate(-50%,-40%);
}

.list-banner.applicat-list-banner .text h3{
	margin-top: 24px;
	font-size: 20px;
}

.list-banner.applicat-list-banner .text h2{
	margin-top: 0;
}


.applicat-list{
	background: #f8f8f8;
	padding: 120px 0 120px;
	text-align: center;
}

.applicat-list .item{
	position: relative;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.06);
	margin-bottom: 56px;
	text-align: left;
	transition: all 0.5s;
}

.applicat-list .item:hover{
	background: #094E45;
}


.applicat-list .item .pic{
	width: 66.11%;
	float: left;
	overflow: hidden;
}

.applicat-list .item .text-con{
	width: 33.89%;
	float: right;
}

.applicat-list .item .text-con .box{
	padding: 112px 68px;
}

.applicat-list .item .text-con i img{
	 transform: initial;
}

.applicat-list .item .text-con i img:first-child{
	display: block;
}

.applicat-list .item .text-con i img:last-child{
	display: none;
}

.applicat-list .item:hover .text-con i img:first-child{
	display: none;
}

.applicat-list .item:hover .text-con i img:last-child{
	display: block;
}

.applicat-list .item .text-con h2{
	 font-size: 30px;
	 color: #000000;
	 line-height: 32px;
	 white-space: nowrap;
	 text-overflow: ellipsis;
	 overflow: hidden;
	 margin-top: 28px;
}

.applicat-list .item:hover .text-con h2{
	 color: #fff;
}

.applicat-list .item .text-con span{
	font-size: 14px;
	color: #cccccc;
	line-height: 16px;
	display: block;
	margin-top: 12px;
}

.applicat-list .item:hover .text-con span{
	color: #b9c5c3;
}

.applicat-list .item .text-con p{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid rgba(0,0,0,.1);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.applicat-list .item:hover .text-con p{
	color: #d4dbda;
	border-top: 1px solid rgba(255,255,255,.15);
}

.applicat-list .item .text-con a{
	font-size: 16px;
	color: #999999;
	line-height: 20px;
	position: absolute;
	bottom: 112px;
	z-index: 10;
}

.applicat-list .item:hover .text-con a{
	color: #8fa3a0;
}

.applicat-list .item .text-con a:hover{
	color: #094E45;
}

.applicat-list .item:hover .text-con a:hover{
	color: #fff;
}






/*应用领域内容页*/

.applicatpage-banner{
	position: relative;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.applicatpage-banner:before{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	content: "";
	display: block;
	z-index: 8;
}

.applicatpage-banner .pic{
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	z-index: 7;
	transform: translateX(-50%);
	text-align: center;
}

.applicatpage-banner .pic img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.applicatpage-banner .container{
	position: relative;
	z-index: 9;
	height: 100vh;
	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;
}


.applicatpage-banner .text{
	text-align: center;
	margin-top: 40px;
	width: 952px;
}

.applicatpage-banner .text h2{
	font-size: 48px;
	color: #ffffff;
}

.applicatpage-banner .text p{
	font-size: 22px;
	line-height: 48px;
	color: rgba(255,255,255,.8);
	margin-top: 24px;
}

.applicatpage-banner .icon{
	margin-top: 112px;
	width: 100%;
}

.applicatpage-banner .icon ul li{
	float: left;
	width: 25%;
	text-align: center;
}

.applicatpage-banner .icon ul li .box{
	border-left: 1px solid rgba(255,255,255,.3);
}

.applicatpage-banner .icon ul li:first-child .box{
	border-left: initial;
}

.applicatpage-banner .icon ul li p{
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-top: 20px;
}




/*案例滚动*/

.app-workpiece{
	padding: 128px 0;
	background: #f8f8f8;
}

.app-workpiece .container{
	position: relative;
}

.app-workp-left{
	width: 25%;
	float: left;
}


.app-title{
	
}

.app-title h2{
	color: #333333;
	font-size: 48px;
	font-weight: initial;
}


.aw-menu{
	position: absolute;
	bottom: 0px;
}

.aw-menu ul li{
	margin-top: 10px;
	line-height: 56px;
	height: 56px;
	width: 220px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	cursor: pointer;
	background: #fff;
}

.aw-menu ul li:hover{
	color: #094e45;
}

.aw-menu ul li.cur{
	background: #094e45;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
}


.app-workpiece .tabs{
	width: 75%;
	float: right;
	overflow: hidden;
}

.app-workpiece .tab-item{
	height: 0;
	opacity: 0;
	transition: all 0.5s;
	position: relative;
}

.app-workpiece .tab-item.active{
	height: auto;
	opacity: 1;
}


.app-workpiece .tab-item .text-con{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 92%;
	padding: 38px 4%;
	color: #fff;
	background: url(../images/application_page_pic_bg.png) center center no-repeat;
	background-size: 100% 100%;
	text-align: center;
}

.app-workpiece .tab-item .text-con h2{
	font-size: 30px;
	color: #ffffff;
	line-height: 36px;
}

.app-workpiece .tab-item .text-con p{
	font-size: 18px;
	color: rgba(255,255,255,.8);
	line-height: 36px;
	margin-top: 10px;
}




.applicat-advant{
	background: initial;
	padding-bottom: 0;
}


.applicat-advant-list{
	margin: 64px auto 0 auto;
	max-width: 1920px;
}

.applicat-advant-list .item{
	float: left;
	width: 25%;
	position: relative;
}

.applicat-advant-list .item:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,0,0,.4);
}

.applicat-advant-list .item:hover:before{
	background: #297067;
	mix-blend-mode: multiply;
}

.applicat-advant-list .item .text-con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	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;
	z-index: 10;
}

.applicat-advant-list .item .text-con .title{
	text-align: center;
}

.applicat-advant-list .item .text-con .title h2{
	font-size: 36px;
	line-height: 48px;
	color: #fff;
}

.applicat-advant-list .item .text-con .title span{
	font-size: 12px;
	line-height: 16px;
	color: rgba(255,255,255,.4);
	text-transform: uppercase;
	display: block;
	margin-top: 6px;
}


.applicat-advant-list .item .text-con .chara{
	margin-top: 0;
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
}

.applicat-advant-list .item:hover .text-con .chara{
	margin-top: 30px;
	height: 390px;
}

.applicat-advant-list .item .text-con .chara ul a{
	border-top: 1px solid rgba(255,255,255,.3);
	display: block;
	opacity: .56;
}

.applicat-advant-list .item .text-con .chara ul a:hover{
	opacity: 1;
}


.applicat-advant-list .item .text-con .chara ul li{
	width: 200px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #FFFFFF;
	font-size: 18px;
	padding: 12px 0;
}

.applicat-advant-list .item .text-con .chara ul a:first-child{
	border-top: initial;
}

.applicat-advant-list .item .text-con .chara ul li i{
	width: 40px;
	height: 40px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	margin-right: 16px;
}




.applicat-product{
	background: initial;
}

.applicat-product .product-list .item{
	box-shadow: 0 0 16px rgba(0,0,0,.05);
}





/*产品内容页*/

.product-page-banner .container{
	position: relative;
}

.product-page-banner .container .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100vh;
	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;
	z-index: 9;
}

.product-page-banner .container .text .box{
	text-align: center;
	margin-top: 56px;
}

.product-page-banner .container .text h2{
	font-size: 56px;
	color: #ffffff;
	line-height: 64px;
	letter-spacing: 4px;
}

.product-page-banner .container .text h3{
	font-size: 36px;
	color: #ffffff;
	line-height: 48px;
	font-weight: initial;
	margin-top: 40px;
	letter-spacing: 4px;
}

.product-page-banner .container .text p{
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 28px;
	letter-spacing: 3px;
}

.product-page-banner .container .text p span{
	margin: 0 24px;
}

.product-page-banner .pic img{
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100vh;
	max-width: initial;
	object-fit: cover;
}



.product-parameter{
	padding: 128px 0 120px;
	position: relative;
	overflow: hidden;
}

.product-parameter:before{
	position: absolute;
	left: -130px;
	bottom: -110px;
	width: 607px;
	height: 490px;
	display: block;
	content: "";
	background: url(../images/subsidiary_bg_icon_a.png) center center no-repeat;
	background-size: 100% 100%;
	opacity: .05;
}


.product-parameter .product-title{
	float: left;
	width: 30%;
}

.product-title h2{
	font-size: 48px;
	font-weight: initial;
	color: #000000;
	line-height: 56px;
}

.product-parameter .text-con{
	float: right;
	width: 59.2%;
}

.product-parameter .text-con .chara ul li{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	padding: 15px 0;
	border-top: 1px solid #eeeeee;
}

.product-parameter .text-con .chara ul li:last-child{
	border-bottom: 1px solid #eeeeee;
}



.product-parameter .text-con .text{
	margin-top: 50px;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}




.product-procedure{
	padding-top: 120px;
	background: #f8f8f8;
}

.procedure-box{
	padding: 160px 0 200px;
}

.procedure-box ul li{
	float: left;
	width: 15.33%;
	margin-right: 1.6%;
	text-align: center;
	position: relative;
}

.procedure-box ul li:last-child{
	margin-right: 0;
}

.procedure-box ul li p{
	font-size: 20px;
	color: #000000;
	line-height: 24px;
	margin-top: 24px;
}

.procedure-box ul li:before{
	position: absolute;
	width: 24px;
	height: 14px;
	right: -24px;
	top: 50%;
	margin-top: -7px;
	display: block;
	content: "";
	background: url(../images/product_page_icon_jt.png) center center no-repeat;
	background-size: 100% 100%;
}

.procedure-box ul li:last-child:before{
	display: none;
}




.index-applicat{
	padding: 120px 0 128px;
	background: url(../images/index_application_bg.jpg) center center no-repeat;
	background-size: 100% 100%;
}

.index-applicat-list{
	padding-top: 64px;
}

.index-applicat-list .item{
	width: 23.8%;
	margin-left: 1.6%;
	overflow: hidden;
	position: relative;
	float: left;
}

.index-applicat-list .item:first-child{
	margin-left: 0;
}

.index-applicat-list .item:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,0,0,.32);
	z-index: 8;
	transition: all 0.5s;
}

.index-applicat-list .item:hover:before{
	background: rgba(9,78,69,.9);
}

.index-applicat-list .item .text-con{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	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;
}

.index-applicat-list .item .text-con .box{
	padding: 48px 36px;
	text-align: center;
}

.index-applicat-list .item .text-con i{
	width: 104px;
	height: 104px;
	display: inline-block;
	background: #094E45;
	border-radius: 50%;
	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;
	position: relative;
	margin: auto;
}

.index-applicat-list .item .text-con i:before{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: block;
	content: "";
	background: rgba(9,78,69,.4);
	z-index: -1;
}

.index-applicat-list .item .text-con h2{
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 34px;
}

.index-applicat-list .item .text-con span{
	font-size: 16px;
	color: rgba(255,255,255,.5);
	line-height: 24px;
	margin-top: 5px;
	display: block;
}

.index-applicat-list .item .text-con p{
	font-size: 16px;
	line-height: 32px;
	color: rgba(255,255,255,.8);
	margin-top: 22px;
	display: none;
	max-height: 64px;
}

.index-applicat-list .item .pic img{
	position: relative;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 500px;
	max-width: initial;
}



.index-applicat-list .item:hover .text-con{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8;
	width: 100%;
	height: auto;
	display: inline;
	display: inline;
	display: inline;
	display: inline;
	-webkit-box-pack: inline;
	-ms-flex-pack: inline;
	-webkit-justify-content: inline;
	justify-content: inline;
	-webkit-box-align: inline;
	-ms-flex-align: inline;
	-webkit-align-items: inline;
	align-items: inline;
}

.index-applicat-list .item:hover .text-con .box{
	padding: 48px 36px;
	text-align: left;
}


.index-applicat-list .item:hover .text-con i{
	width: auto;
	height: auto;
	display: inline;
	background: initial;
	border-radius: initial;
	display: inline;
	display: inline;
	display: inline;
	display: inline;
	-webkit-box-pack: inline;
	-ms-flex-pack: inline;
	-webkit-justify-content: inline;
	justify-content: inline;
	-webkit-box-align: inline;
	-ms-flex-align: inline;
	-webkit-align-items: inline;
	align-items: inline;
	position: relative;
}

.index-applicat-list .item:hover .text-con i:before{
	display: none;
}

.index-applicat-list .item:hover .text-con h2{
	margin-top: 24px;
}

.index-applicat-list .item:hover .text-con span{
	display: none;
}

.index-applicat-list .item:hover .text-con p{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}





/*荣誉资质*/

.brand-banner{
	position: relative;
	overflow: hidden;
}

/*.brand-banner:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,0,0,.2);
	z-index: 9;
}*/

.brand-banner .container{
	position: relative;
}

.brand-banner .text{
	width: 50%;
	height: 100vh;
	position: absolute;
	left: 0;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.brand-banner .text .box{
	margin-top: 40px;
	padding-left: 98px;
}

.brand-banner .text h2{
	font-size: 48px;
	line-height: 56px;
	letter-spacing: 2px;
	color: #fff;
}

.brand-banner .text span{
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	margin-top: 28px;
	color: rgba(255,255,255,.7);
}

.brand-banner .pic img{
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	height: 100vh;
	width: 100%;
	max-width: initial;
	object-fit: cover;
}



.honor-content{
	background: #F8F8F8;
	position: relative;
	padding: 104px 0 120px;
	text-align: center;
}


.honor-menu{
	text-align: center;
}

.honor-menu ul li{
	display: inline-block;
	margin: 0 8px;
}

.honor-menu ul li a{
	display: block;
	padding: 0 18px;
	font-size: 16px;
	color: #666666;
	background: #eeeeee;
	height: 36px;
	line-height: 34px;
}

.honor-menu ul li a:hover{
	color: #FFFFFF;
	background: #094E45;
}

.honor-menu ul li.active a{
	color: #FFFFFF;
	background: #094E45;
}




.honor-list{
	padding-top: 8px;
	padding-bottom: 72px;
	margin-bottom: 56px;
	border-bottom: 1px solid #dddddd;
}

.honor-list a{
	display: block;
	float: left;
	width: 23.725%;
	margin-left: 1.7%;
	margin-top: 56px;
}

.honor-list a .box{
	
}

.honor-list a .pic{
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	padding: 8px;
}

.honor-list a .pic .line{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/honor_list_line_con.png) center center repeat-y;
	background-size: 100% auto;
	z-index: 9;
	filter:grayscale(100%);
	opacity: .5;
	transition: all 0.5s;
}

.honor-list a:hover .pic .line{
	filter:initial;
	opacity: 1;
}

.honor-list a .pic .line:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	display: block;
	content: "";
	background: url(../images/honor_list_line_up.png) top center no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

.honor-list a .pic .line:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 59px;
	display: block;
	content: "";
	background: url(../images/honor_list_line_un.png) top center no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

.honor-list a .pic img{
	filter:grayscale(100%);
	transition: all 0.5s;
}

.honor-list a:hover .pic img{
	filter:grayscale(0);
}

.honor-list a:nth-child(4n+1){
	margin-left: 0;
	clear: both;
}

.honor-list a h3{
	font-size: 18px;
	color: #333333;
	text-align: center;
	font-weight: initial;
	margin-top: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	max-height: 22px;
}



#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      margin: 0;
      height: 100%; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle;
      -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
           box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
    #baguetteBox-overlay .full-image figcaption {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      line-height: 1.8;
      white-space: normal;
      color: #ccc;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
      font-family: sans-serif; }
    #baguetteBox-overlay .full-image:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease; }
  #baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
            animation: bounceFromRight .4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
            animation: bounceFromLeft .4s ease-out; }

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
       border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease; }
  .baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9); }
  .baguetteBox-button#next-button {
    right: 2%; }
  .baguetteBox-button#previous-button {
    left: 2%; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0; }


.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
          animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); } }





/*智能工厂*/

.factory-banner{
	position: relative;
	overflow: hidden;
}

.factory-banner:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,0,0,.3);
	z-index: 9;
}

.factory-banner .text{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-30%);
	z-index: 10;
	text-align: center;
	color: #fff;
}

.factory-banner .text h3{
	font-size: 24px;
	letter-spacing: 2px;
	margin-top: 24px;
	color: rgba(255,255,255,.7);
}

.factory-banner .text h2{
	font-size: 56px;
	letter-spacing: 4px;
}

.factory-banner .pic img{
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 100%;
	height: 100vh;
	max-width: initial;
	object-fit: cover;
}



.factory-introduce{
	padding: 112px 0 112px;
}

.introduce-con .title{
	float: left;
	width: 30%;
}

.introduce-con .title h2{
	font-size: 36px;
	color: #333333;
	line-height: 56px;
}

.introduce-con .text{
	float: right;
	width: 49.2%;
}

.introduce-con .text p{
	font-size: 18px;
	line-height: 36px;
	color: #333333;
}

.introduce-con .text ul{
	margin-top: 36px;
	font-size: 18px;
	line-height: 36px;
	color: #333333;
}


.introduce-pic{
	margin-top: 70px;
}



.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0, 0)
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	font-size: 0;
	border-radius: 50%;
}

.owl-carousel .owl-controls .owl-nav .owl-prev{
	background: #f8f8f8 url(../images/factory_device_jt_left.png) center center no-repeat;
	left: -80px;
}

.owl-carousel .owl-controls .owl-nav .owl-next{
	background: #f8f8f8 url(../images/factory_device_jt_right.png) center center no-repeat;
	right: -80px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover{
	background: #094E45 url(../images/factory_device_jt_left_a.png) center center no-repeat;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover{
	background: #094E45 url(../images/factory_device_jt_right_a.png) center center no-repeat;
}


.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}


.owl-carousel .owl-refresh .owl-item {
	display: none
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d
}


.owl-dots {
	text-align: center;
	margin-top: 32px;
}

.owl-dots .owl-dot{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ccc;
	margin: 0 6px;
}

.owl-dots .owl-dot.active{
	background: #094E45;
}




.factory-device{
	background: #f8f8f8;
	padding: 120px 0 120px;
	overflow: hidden;
}

.factory-device .container{
	overflow: hidden;
}

.factory-title-box .title{
	float: left;
	width: 50%;
}

.factory-title-box .title h2{
	font-size: 48px;
	color: #000000;
	line-height: 56px;
	font-weight: initial;
}

.factory-title-box .eng{
	font-size: 24px;
	color: rgba(0,0,0,.1);
	line-height: 30px;
	float: right;
	text-align: right;
}

.factory-title-box .eng span{
	display: block;
}


.device-con{
	margin-top: 60px;
}

.device-menu{
	float: right;
	width: 25.4%;
	position: relative;
	z-index: 9;
}

.device-menu ul li{
	width: 100%;
	color: #333;
	cursor: pointer;
	position: relative;
	z-index: 9;
	background: #fff;
}

.device-menu ul li p{
	padding: 34px 40px;
	line-height: 29px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
}

.device-menu ul li:hover{
	color: #094E45;
}

.device-menu ul li.cur{
	color: #FFFFFF;
	background: #094E45;
	font-weight: bold;
}

.device-menu ul li.cur:before{
	position: absolute;
	left: -30px;
	width: 30px;
	height: 100%;
	background: #094E45;
	display: block;
	content: "";
	z-index: 9;
}

.device-menu ul li.cur:after{
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -8.5px;
	width: 10px;
	height: 17px;
	background: url(../images/factory_device_jt_left_a.png) center center no-repeat;
	display: block;
	content: "";
	z-index: 9;
}


.device-pic .tabs{
	width: 74.6%;
	float: left;
	overflow: hidden;
}

.device-pic .tab-item{
	height: 0;
	opacity: 0;
	transition: all 0.5s;
	position: relative;
}

.device-pic .tab-item.active{
	height: auto;
	opacity: 1;
}


.device-pic .tab-item .text-con{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 92%;
	padding: 26px 4%;
	color: #fff;
	background: url(../images/application_page_pic_bg.png) center center no-repeat;
	background-size: 100% 100%;
	text-align: center;
}

.device-pic .tab-item .text-con h2{
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
}

.device-pic .tab-item .text-con p{
	font-size: 16px;
	color: rgba(255,255,255,.8);
	line-height: 28px;
	margin-top: 8px;
}




.raw-material{
	height: 100vh;
	background: url(../images/raw_material_bg.jpg) center center no-repeat;
	background-size: cover;
}

.raw-material .factory-title-box {
	padding-top: 120px;
}

.raw-material .factory-title-box .title h2{
	color: #fff;
}

.raw-material .factory-title-box .title p{
	color: #fff;
	margin-top: 24px;
}

.raw-material .factory-title-box .eng{
	color: rgba(255,255,255,.2);
}




.factory-process{
	padding-top: 120px;
	background: #F8F8F8;
}

.factory-title-box .title p{
	color: #333;
	font-size: 18px;
	line-height: 36px;
	margin-top: 40px;
}




.quality-control{
	padding: 120px 0;
}


.quality-control-box{
	margin-top: 64px;
}


.quality-pic .tabs{
	width: 100%;
	overflow: hidden;
}

.quality-pic .tab-item{
	height: 0;
	opacity: 0;
	transition: all 0.5s;
	position: relative;
}

.quality-pic .tab-item.active{
	height: auto;
	opacity: 1;
}


.quality-pic .tab-item .text-con{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 92%;
	padding: 38px 4%;
	color: #fff;
	background: url(../images/application_page_pic_bg.png) center center no-repeat;
	background-size: 100% 100%;
	text-align: center;
}

.quality-pic .tab-item .text-con h2{
	font-size: 30px;
	color: #ffffff;
	line-height: 36px;
}

.quality-pic .tab-item .text-con p{
	font-size: 18px;
	color: rgba(255,255,255,.8);
	line-height: 36px;
	margin-top: 10px;
}


.quality-menu{
	margin-top: 88px;
}

.quality-menu ul li{
	float: left;
	width: 23.8%;
	margin-left: 1.6%;
	color: rgba(0,0,0,.4);
	padding-top: 24px;
	position: relative;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.5s;
}

.quality-menu ul li:hover{
	color: #000000;
}

.quality-menu ul li:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(0,0,0,.2);
	display: block;
	content: "";
}

.quality-menu ul li.cur{
	color: rgba(0,0,0,1);
}

.quality-menu ul li.cur:before{
	height: 4px;
	background: rgba(0,0,0,1);
}

.quality-menu ul li:first-child{
	margin-left: 0;
}

.quality-menu ul li span{
	display: block;
}




.factory-features{
	padding: 120px 0 128px;
	background: #094E45;
}

.factory-features .factory-title-box .title h2{
	color: #fff;
}

.factory-features .factory-title-box .title p{
	color: rgba(255,255,255,.8);
	margin-top: 30px;
}

.factory-features .factory-title-box .eng{
	color: rgba(255,255,255,.2);
}


.features-box{
	padding-top: 40px;
}

.features-box ul li{
	width: 23.8%;
	margin-left: 1.6%;
	float: left;
	background: #FFFFFF;
	text-align: center;
	margin-top: 24px;
}

.features-box ul li:nth-child(4n+1){
	margin-left: 0;
	clear: both;
}

.features-box ul li .box{
	padding: 64px 16px 54px;
}

.features-box ul li h2{
	font-size: 20px;
	color: #333333;
	line-height: 32px;
	margin-top: 28px;
}

.features-box ul li span{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	margin-top: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}




/*核心优势*/

.advantages-banner{
	position: relative;
	overflow: hidden;
}

.advantages-banner:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,0,0,.3);
	z-index: 9;
}

.advantages-banner .text{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-30%);
	z-index: 10;
	text-align: center;
	color: #fff;
}

.advantages-banner .text h3{
	font-size: 24px;
	letter-spacing: 6px;
	margin-top: 20px;
	color: rgba(255,255,255,1);
	font-weight: initial;
}

.advantages-banner .text h2{
	font-size: 56px;
	letter-spacing: 4px;
}

.advantages-banner .pic img{
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 100%;
	height: 100vh;
	max-width: initial;
	object-fit: cover;
}



.advant-title .factory-title-box{
	text-align: center;
	width: 55%;
	margin: 0 auto;
}

.advant-title .factory-title-box .title{
	float: initial;
	width: 100%;
}

.advant-title .factory-title-box .title p{
	margin-top: 30px;
}


.advant-title .device-con{
	margin-top: 72px;
}


.adv-proce{
	padding: 80px 8% 96px;
}

.adv-proce-pic{
	text-align: center;
	padding: 0 10% 40px;
}



.adv-quali{
	background: #094E45;
}


.adv-quali .factory-title-box .title h2{
	color: #FFFFFF;
}

.adv-quali .factory-title-box .eng{
	color: rgba(255,255,255,.1);
}


.adv-quali .quality-menu ul li{
	color: rgba(255,255,255,.32);
}

.adv-quali .quality-menu ul li:hover{
	color: rgba(255,255,255,1);
}


.adv-quali .quality-menu ul li:before{
	background: rgba(255,255,255,.2);
}

.adv-quali .quality-menu ul li.cur{
	color: rgba(255,255,255,1);
}

.adv-quali .quality-menu ul li.cur:before{
	background: rgba(255,255,255,1);
}





/*企业文化*/

.brand-banner.culture-banner:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,0,0,.2);
	z-index: 9;
}


.culture-con{
	padding: 120px 0;
	background: #F8F8F8;
}

.culture-con .container{
	overflow: hidden;
}

.mission-vision{
	float: left;
	width: 49.2%;
}

.mission{
	position: relative;
}

.mission .text{
	position: absolute;
	top: 50px;
	left: 48px;
	text-align: left;
}

.mission .text h2{
	font-size: 40px;
}

.mission .text p{
	font-size: 22px;
	line-height: 36px;
	margin-top: 18px;
}

.mission .text p span{
	display: block;
}


.vision{
	position: relative;
	margin-top: 24px;
}


.values{
	float: right;
	width: 49.2%;
	background: #fff;
	position: relative;
}


.values .title{
	width: 100%;
	padding-top: 50px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0;
}

.values .title h2{
	font-size: 40px;
	color: #333;
}

.values .title p{
	font-size: 22px;
	line-height: 36px;
	margin-top: 20px;
}






.philosophy{
	padding: 120px 0 128px;
}

.philosophy .rec-title h2{
	text-align: center;
	width: 100%;
}

.philosophy-box{
	margin-top: 64px;
}

.philosophy-box ul li{
	float: left;
	width: 32.26%;
	margin-left: 1.6%;
	background: #F8F8F8;
	text-align: center;
	padding: 100px 0;
}

.philosophy-box ul li:first-child{
	margin-left: 0;
}

.philosophy-box ul li h3{
	font-size: 30px;
	color: #333333;
	line-height: 36px;
	margin-top: 32px;
}

.philosophy-box ul li p{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 8px;
	text-transform: uppercase;
}

.philosophy-box ul li span{
	width: 24px;
	height: 3px;
	background: #094e45;
	margin-top: 26px;
	display: inline-block;
}




/*发展历程*/
.culture{
	padding: 128px 0 180px;
	background: url(../images/culture_bg.jpg) bottom center no-repeat;
	background: auto 100%;
}


#timeline {
		width: 1440px;
		height: 730px;
		overflow: hidden;
		position: relative;
	}
	
	
		#dates {
			width: 1440px;
			height: 160px;
			position: relative;
		}
		#dates:before {
			position: absolute;
			left: -50%;
			bottom: 0;
			display: block;
			content: "";
			width: 200%;
			height: 1px;
			background: #ddd;
		}
			#dates li {
				float: left;
				width: 480px;
				text-align: center;
			}
			
				#dates a {
					color: #dddddd;
					display: block;
					position: relative;
					height: 160px;
				line-height: 100px;
				font-size: 88px;
				font-family: arial;
				letter-spacing: 3px;
				}
				#dates .selected {
			        font-size: 100px;
			        font-weight: bold;
			        color: #094E45;
				}
				
				#dates a:before {
					position: absolute;
					left: 50%;
					bottom: -5px;
					transform: translateX(-50%);
					width: 10px;
					height: 10px;
					background: #dddddd;
					border-radius: 50%;
					display: block;
					content: "";
				}
				#dates a.selected:before {
			        background: #094E45;
				}
				
		
		#issues {
			width: 1440px;
			height: 730px;
			overflow: hidden;
			margin-top: 56px;
		}	
			#issues li {
				width: 1440px;
				height: 730px;
				float: left;
				text-align: center;
			}
			
				#issues li p {
					font-size: 20px;
					color: #333;
					line-height: 36px;
					font-weight: bold;
					padding: 8px 10%
				}
		
		#next,
		#prev {
			position: absolute;
			top: 134px;
			width: 48px;
			height: 48px;
			overflow: hidden;
			font-size: 0;
			border-radius: 50%;
		}
			#next {
				right: 0px;
				background: #eeeeee url(../images/factory_device_jt_right.png) center center no-repeat;
			}
			#prev {
				left: 0px;
				background: #eeeeee url(../images/factory_device_jt_left.png) center center no-repeat;
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}
				



/*招商加盟*/

.join-banner .container{
	position: relative;
}

.join-banner .container .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 9;
}

.join-banner .container .text .box{
	text-align: left;
	margin-top: 56px;
}

.join-banner .container .text h2{
	font-size: 64px;
	color: #ffffff;
	line-height: 64px;
	letter-spacing: 8px;
	margin-top: 72px;
}

.join-banner .container .text h3{
	font-size: 28px;
	color: #094E45;
	height: 50px;
	line-height: 48px;
	margin-top: 54px;
	letter-spacing: 8px;
	background: #fff;
	display: inline-block;
	padding: 0 12px 0 20px;
}

.join-banner .pic img{
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100vh;
	max-width: initial;
	object-fit: cover;
}



.join-company{
	position: relative;
	overflow: hidden;
	padding-top: 120px;
}

.join-company:before{
	position: absolute;
	left: -160px;
	top: -180px;
	width: 667px;
	height: 537px;
	display: block;
	content: "";
	background: url(../images/join_bg_des.png) center center no-repeat;
	background-size: 100% 100%;
	opacity: .04;
}

.join-company .text{
	text-align: center;
	padding: 0 9%;
}

.join-company .text h2{
	font-size: 48px;
	line-height: 64px;
	color: #000000;
	font-weight: initial;
}

.join-company .text h2 span{
	display: block;
}

.join-company .text p{
	font-size: 18px;
	line-height: 36px;
	color: #222222;
	margin-top: 30px;
}


.join-company .chara{
	padding: 80px 0 120px;
	text-align: center;
}

.join-company .chara ul li{
	width: 19%;
	display: inline-block;
	border-left: 1px solid #eee;
}

.join-company .chara ul li:first-child{
	border-left: initial;
}

.join-company .chara ul li h3{
	font-size: 30px;
	color: #094e45;
}

.join-company .chara ul li p{
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-top: 10px;
}

.slides{width:100%;height:900px;position:relative;overflow:hidden;}
.slideInner{height:900px;position:relative;left:0;margin-left:0;}
.slideInner a{display:block;height:900px;background-size:auto 100%; background-position:center center;background-repeat: no-repeat;position:relative;z-index:1;transition: initial;-moz-transition: initial;-webkit-transition: initial;text-decoration: initial;}

.slideInner a div.text{
	width:1440px;
	position:absolute;
	left:50%;
	top:326px;
	transform: translateX(-50%);
	z-index: 9;
	text-align: left;
}

.slideInner a div.text h2{
	font-size: 36px;
	color: #ffffff;
	line-height: 48px;
	width: 600px;
}

.slideInner a div.text p{
	font-size: 18px;
	color: #ffffff;
	line-height: 36px;
	width: 600px;
	margin-top: 20px;
}

.slideInner a div.bg{
	width:50%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	background: #297067;
	mix-blend-mode: multiply;
	z-index: 8;
}

.nav{
	width:1440px;
	position:absolute;
	top:515px;
	left:50%;
	transform: translateX(-50%);
	z-index: 9;
}

.nav:before{
	display: block;
	content: "";
	background: rgba(255,255,255,.3);
	width: 586px;
	height: 1px;
	margin-bottom: 64px;
}

.nav a{display:inline-block;width:56px;height:56px;border: 1px solid rgba(255,255,255,.2);border-radius: 50%;}
.nav a.prev{background:url(../images/company_jt_left.png) center center no-repeat;}
.nav a.next{background:url(../images/company_jt_right.png) center center no-repeat;margin-left: 16px;}

.nav a:hover{
	border: 1px solid rgba(255,255,255,.1);
	background-color: rgba(255,255,255,.1);
}



.join-company.join-base:before{
	display: none;
}

.join-company.join-base .chara{
	padding: 60px 0 70px;
}


.base-box{
	margin-bottom: 120px;
}

.base-menu{
	width: 100%;
	text-align: center;
}

.base-menu ul{
	padding-top: 56px;
}

.base-menu ul li{
	color: #666666;
	cursor: pointer;
	z-index: 9;
	display: inline-block;
	padding-left: 80px;
	border-bottom: 1px solid #e5e5e5;
}

.base-menu ul li:first-child{
	padding-left: 0;
}

.base-menu ul li:hover{
	color: #000;
}

.base-menu ul li h2{
	font-size: 18px;
	font-weight: initial;
	position: relative;
	padding-bottom: 16px;
}

.base-menu ul li.cur h2{
	color: #000;
	font-weight: bold;
	font-size: 24px;
	display: inline-block;
}

.base-menu ul li.cur h2:before{
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #000000;
	display: block;
	content: "";
}



.base-pic .tabs{
	width: 100%;
	overflow: hidden;
}

.base-pic .tab-item{
	height: 0;
	opacity: 0;
	transition: all 0.5s;
}

.base-pic .tab-item.active{
	height: auto;
	opacity: 1;
}


.base-text .tab-item{
	height: 0;
	opacity: 0;
	transition: all 0.6s;
}

.base-text .tab-item.active{
	height: auto;
	opacity: 1;
}


.base-text {
	margin-top: 40px;
}

.base-text .tab-item p{
	font-size: 0;
}

.base-text .tab-item.active p{
	font-size: 22px;
	color: #333333;
	text-align: center;
}




.join-branding{
	background: #F8F8F8;
	padding-bottom: 128px;
}

.join-branding .text p{
	padding: 0 7%;
}

.join-branding .feature{
	padding-top: 52px;
	text-align: center;
}

.join-branding .feature ul li{
	text-align: center;
	width: 120px;
	margin: 0 50px;
	display: inline-block;
	background: url(../images/branding_icon_line.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 32px 0 48px;
}

.join-branding .feature ul li h3{
	font-size: 36px;
	color: #094E45;
}

.join-branding .feature ul li p{
	font-size: 12px;
	color: #094E45;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 3px;
	 transform: scale(.7);
}



.join-branding-pic{
	margin-top: 80px;
}



.join-honor:before{
	right: -150px;
	left: initial;
}

.join-honor .text p{
	padding: 0 10%;
}

.join-honor .text p span{
	display: block;
}


.join-honor .feature{
	text-align: center;
	padding: 120px 0 144px;
}

.join-honor .feature ul li{
	display: inline-block;
	width: 18%;
	border-left: 1px solid #eeeeee;
}

.join-honor .feature ul li:first-child{
	border-left: initial;
}

.join-honor .feature ul li h3{
	font-size: 16px;
	color: #333333;
	font-weight: initial;
	margin-top: 24px;
}

.join-honor .feature ul li p{
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 0;
	 transform: scale(.7);
	 margin-top: 4px;
}



.join-method{
	padding: 120px 0 128px;
	background: #094E45;
}

.join-method .factory-title-box h2{
	color: #FFFFFF;
}

.join-method .factory-title-box .eng{
	color: rgba(255,255,255,.1);
}




.method-box{
	padding-top: 40px;
}

.method-box ul li{
	margin-top: 24px;
	float: left;
	width: 18.8%;
	margin-left: 1.5%;
	text-align: center;
	background: rgba(255,255,255,.07);
	padding: 88px 0;
}

.method-box ul li:first-child{
	margin-left: 0;
}

.method-box ul li img{
	display: block;
	margin: 0 auto;
}

.method-box ul li span{
	display: inline-block;
	width: 24px;
	height: 2px;
	background: rgba(255,255,255,.2);
	margin: 36px 0 24px;
}

.method-box ul li h3{
	font-size: 24px;
	color: #FFFFFF;
}

.method-box ul li p{
	font-size: 14px;
	color: rgba(255,255,255,.4);
	margin-top: 10px;
}




/*品牌介绍*/

.brand-company{
	padding: 136px 0 130px;
	position: relative;
}

.brand-company:before{
	position: absolute;
	left: -160px;
	top: -180px;
	width: 667px;
	height: 537px;
	display: block;
	content: "";
	background: url(../images/join_bg_des.png) center center no-repeat;
	background-size: 100% 100%;
	opacity: .04;
}

.brand-company .title{
	text-align: center;
}

.brand-company .title h2{
	color: #000;
	font-size: 48px;
	font-weight: initial;
}

.brand-company .title h3{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: initial;
	border-radius: 25px;
	background: #094E45;
	padding: 0 46px;
	height: 50px;
	display: inline-block;
	line-height: 48px;
	margin-top: 24px;
}


.brand-company .chara{
	margin-top: 64px;
	text-align: center;
}

.brand-company .chara ul li{
	padding: 0 48px;
	text-align: center;
	display: inline-block;
	border-left: 1px solid #dddddd;
}

.brand-company .chara ul li:first-child{
	border-left: initial;
}

.brand-company .chara ul li h4{
	font-size: 30px;
	color: #094e45;
	line-height: 36px;
}

.brand-company .chara ul li p{
	font-size: 18px;
	color: #333333;
	line-height: 32px;
	margin-top: 8px;
}

.brand-company .text{
	font-size: 24px;
	color: #222222;
	line-height: 48px;
	margin-top: 56px;
	padding: 0 15.3%;
	text-align: justify;
}




.brand-guarantee{
	padding: 120px 0 128px;
}

.brandtitle{
	text-align: center;
	padding: 0 15.2%;
}

.brandtitle h2{
	font-size: 48px;
	color: #000000;
	font-weight: initial;
}

.brandtitle p{
	font-size: 18px;
	line-height: 36px;
	color: #333;
	font-weight: initial;
	margin-top: 24px;
}

.brandtitle p span{
	display: block;
}


.guarantee-list{
	padding-top: 60px;
}

.guarantee-list ul li{
	float: left;
	width: 32.26%;
	margin-left: 1.6%;
	padding: 100px 0 80px;
	background: #f8f8f8;
	text-align: center;
}

.guarantee-list ul li:first-child{
	margin-left: 0;
}

.guarantee-list ul li .text{
	margin-top: 80px;
	padding: 0 16%;
}

.guarantee-list ul li h3{
	font-size: 24px;
	color: #333;
}

.guarantee-list ul li p{
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	margin-top: 16px;
}




.brand-manufacture {
	background: #094E45;
}

.brand-manufacture .base-box{
	margin-top: 70px;
}


.brand-manufacture .brandtitle h2{
	color: #FFFFFF;
}

.brand-manufacture .brandtitle p{
	color: rgba(255,255,255,.8);
}

.brand-manufacture .base-menu ul li{
	color: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.brand-manufacture .base-menu ul li:hover{
	color: rgba(255,255,255,1);
}

.brand-manufacture .base-menu ul li.cur h2{
	color: rgba(255,255,255,1);
}

.brand-manufacture .base-menu ul li.cur h2:before{
	background: rgba(255,255,255,1);
}

.brand-manufacture .base-text .tab-item.active p{
	color: rgba(255,255,255,.8);
}



.brand-accessory{
	padding: 120px 0 140px;
}


.accessory-list{
	margin-top: 64px;
}

.gallery {
  background: #FAFAFA;
  counter-reset: gallery-cell;
  position: relative;
}

.gallery-cell {
  width: 100%;
  height: 740px;
  background: #8C8;
  counter-increment: gallery-cell;
  position: relative;
}

.gallery-cell .pic img{
	width: 100%;
  height: 740px;
  object-fit: cover;
}


.gallery-cell .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 0 40px;
  background: url(../images/application_page_pic_bg.png) center center no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.gallery-cell .text h3{
	font-size: 24px;
	color: #ffffff;
}

.gallery-cell .text p{
	font-size: 18px;
	color: rgba(255,255,255,.9);
	margin-top: 16px;
}


.flickity-viewport{
	overflow: hidden;
}


.gallery--auto-play-demo .gallery-cell { margin-right: 2%; }



.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #eee;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: 9;
          transition: .5s;
}

.flickity-prev-next-button:hover {
	background: #f5f5f5;
}

.flickity-prev-next-button.previous { left: -70px; }
.flickity-prev-next-button.next { right: -70px; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 32%;
  top: 32%;
  width: 36%;
  height: 36%;
}



.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -40px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 24px;
  height: 3px;
  margin: 0 4px;
  background: #333;
  opacity: 0.2;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected { opacity: 1; }




.brand-host-honor{
	height: 900px;
	background: #094E45 url(../images/honor_host_pic.jpg) center center no-repeat;
	background-size: auto 100%;
}

.brand-host-honor .text{
	padding-top: 286px;
	width: 30%;
}

.brand-host-honor .text h2{
	font-size: 48px;
	color: #ffffff;
}

.brand-host-honor .text ul{
	margin-top: 36px;
}

.brand-host-honor .text ul li{
	font-size: 18px;
	line-height: 48px;
	color: #ffffff;
}



.brand-honor{
	padding: 120px 0;
	background: #F8F8F8;
}

.brand-honor-list{
	padding-top: 8px;
	border-bottom: initial;
	padding-bottom: 0;
	margin-bottom: 0;
	overflow: hidden;
}



.cooperate{
	padding: 120px 0 128px;
}

.cooperate-list{
	padding-top: 32px;
}

.cooperate-list ul li{
	width: 23.8%;
	margin-left: 1.6%;
	padding: 46px 0;
	background: #f8f8f8;
	text-align: center;
	float: left;
	margin-top: 24px;
	position: relative;
	overflow: hidden;
}

.cooperate-list ul li:nth-child(4n+1){
	margin-left: 0;
}

.cooperate-list ul li img{
	height: 78px;
}

.cooperate-list ul li h3{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	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;
	background: rgba(9,78,69,.9);
	color: #ffff;
	font-size: 20px;
	transition: all 0.5s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cooperate-list ul li:hover h3{
	top: 0;
}



/*首页*/

.index-banner .index-slider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
/*盒子带容器*/
.index-banner .slides {
	height: auto;
	/* Simple clear fix */
	overflow: hidden;
	/**	
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	/**
		 * Here is CSS transitions 
		 * responsible for slider animation in modern broswers
		 */
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.index-banner .slide {
	height: auto;
	float: left;
	clear: none;
}
.index-banner .slider-arrow {
	position: absolute;
	margin-bottom: -16px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 0;
	background-color: rgba(0,0,0,.3);
	border-radius: 50%;
	opacity: 0;
}/*左右按钮样式及放置位置*/

.index-banner:hover .slider-arrow {
	opacity: 1;
}

.index-banner .slider-arrow--right {
	bottom: 50%;
	right: 16px;
	background-image: url(../images/factory_device_jt_right_a.png);
	background-position: center center;
	background-repeat: no-repeat; 
	background-size: 10px 17px;
}
.index-banner .slider-arrow--left {
	bottom: 50%;
	left: 16px;
	background-image: url(../images/factory_device_jt_left_a.png);
	background-position: center center;
	background-repeat: no-repeat; 
	background-size: 10px 17px;
}

.index-banner .slider-nav {
	position: absolute;
	bottom: 30px;
	text-align: center;
}
.index-banner .slider-nav__item {  /*nva样式*/
	display: inline-block;
	width: 24px;
	height: 3px;
	margin: 0 6px;
	position: relative;
	background: rgba(255,255,255,.4);
}
.index-banner .slider-nav__item--current {
	background: rgba(255,255,255,1);
} /*被选中后的样式*/


/*banner*/

.pc{
	width: 100%;
	display: block;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.phone {
	display: none;
}



.index-product{
	padding: 120px 0 112px;
	text-align: center;
}

.index-product-list{
	margin-top: 64px;
	margin-bottom: 56px;
	height: 720px;
	transition: all 0.5s;
	overflow: hidden;
}

.index-product-list.active{
	height: auto;
}

.index-product-list:after{
	height: 0;
	width: 0;
	content: "";
	display: block;
	clear: both;
}

.index-product-list .item{
	position: relative;
	width: 50%;
	float: left;
	background: #f8f8f8;
	overflow: hidden;
}

.index-product-list .item:nth-of-type(2),.index-product-list .item:nth-of-type(3),.index-product-list .item:nth-of-type(6){
	background: #094E45;
}

.index-product-list .item:nth-of-type(2):before,.index-product-list .item:nth-of-type(3):before,.index-product-list .item:nth-of-type(6):before{
	background: url(../images/subsidiary_bg_icon.png) center center no-repeat;
	background-size: 100% 100%;
	width: 400px;
	height: 320px;
	position: absolute;
	left: -110px;
	bottom: -120px;
	display: block;
	content: "";
	opacity: .05;
}

.index-product-list .item .text{
	width: 50%;
	height: 360px;
	float: left;
}

.index-product-list .item .text .box{
	padding: 126px 3% 0 10%;
	text-align: center;
}

.index-product-list .item .pic{
	width: 50%;
	float: right;
	height: 360px;
	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;
}


.index-product-list .item .text h2{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 24px;
	line-height: 40px;
	color: #333;
	padding: 0 5%;
}

.index-product-list .item .text p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 28px;
	margin-top: 4px;
	color: #666;
}


.index-product-list .item:nth-of-type(2) .text h2,.index-product-list .item:nth-of-type(3) .text h2,.index-product-list .item:nth-of-type(6) .text h2{
	color: #FFFFFF;
}

.index-product-list .item:nth-of-type(2) .text p,.index-product-list .item:nth-of-type(3) .text p,.index-product-list .item:nth-of-type(6) .text p{
	color: rgba(255,255,255,.8);
}

.index-product-list .item:nth-of-type(2) .text a,.index-product-list .item:nth-of-type(3) .text a,.index-product-list .item:nth-of-type(6) .text a{
	color: rgba(255,255,255,.6);
}

.index-product-list .item:nth-of-type(2) .text a:hover,.index-product-list .item:nth-of-type(3) .text a:hover,.index-product-list .item:nth-of-type(6) .text a:hover{
	color: rgba(255,255,255,1);
}

.index-product-list .item:nth-of-type(2) .text .icon-des,.index-product-list .item:nth-of-type(3) .text .icon-des,.index-product-list .item:nth-of-type(6) .text .icon-des{
	background: url(../images/factory_device_jt_right_a.png) center center no-repeat;
	background-size: 100% 100%;
	opacity: .6;
}

.index-product-list .item:nth-of-type(2) .text a:hover .icon-des,.index-product-list .item:nth-of-type(3) .text a:hover .icon-des,.index-product-list .item:nth-of-type(6) .text a:hover .icon-des{
	opacity: 1;
}

.index-product-list .item .text a{
	font-size: 14px;
	color: #757575;
	line-height: 24px;
	display: inline-block;
	margin-top: 16px;
	position: relative;
	z-index: 9;
}

.index-product-list .item .text a:hover{
	color: #094E45;
}

.icon-des{
	content: "";
	width: 7px;
	height: 11px;
	background: url(../images/factory_device_jt_right.png) center center no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin-left: 7px;
	position: relative;
	bottom: -1px;
}

a:hover .icon-des{
	background: url(../images/switch_right_a.png) center center no-repeat;
	background-size: 100% 100%;
}


#poster-btn{
	position: relative;
	padding-right: 28px;
}

#poster-btn:after{
	position: absolute;
	right: 0;
	top: 8px;
	width: 15px;
	height: 9px;
	background: url(../images/drop_down_jt.png) center center no-repeat;
	background-size: 100% 100%;
	display: block;
	content: "";
}

#poster-btn:hover:after{
	background: url(../images/drop_down_jt_a.png) center center no-repeat;
	background-size: 100% 100%;
}


.current-menu:after{
	transform: rotate(180deg)
}




.product-rec.index-applicat{
	background: initial;
	padding: 0;
}

.product-rec.index-applicat .applicat-advant-list{
	margin-top: 0;
}



.index-brand{
	height: 900px;
	background: url(../images/index_brand_pic.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}


.index-brand .text{
	padding-top: 120px;
	width: 49.2%;
}

.index-brand .text h2{
	font-size: 48px;
	color: #ffffff;
	line-height: 64px;
	font-weight: initial;
}

.index-brand .text h2 span{
	display: block;
}

.index-brand .text p{
	font-size: 18px;
	color: #ffffff;
	line-height: 36px;
	margin-top: 32px;
}

.index-brand .text a{
	font-size: 14px;
	color: rgba(255,255,255,.8);
	width: 158px;
	line-height: 38px;
	height: 38px;
	margin-top: 46px;
	display: inline-block;
	text-align: center;
	border: 1px solid rgba(255,255,255,.32);
}

.index-brand .text a:hover{
	color: #094E45;
	border: 1px solid rgba(255,255,255,1);
	background: #FFFFFF;
}


.index-brand .chara{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/index_brand_bg.png) center center no-repeat;
	background-size: auto 100%;
	width: 100%;
	padding: 80px 0 48px;
}

.index-brand .chara ul{
	display: flex;
	justify-content: space-between;
}

.index-brand .chara ul li{
	text-align: center;
	color: #fff;
	position: relative;
}

.index-brand .chara ul li:after{
	position: absolute;
	right: -150px;
	top: 0px;
	display: block;
	content: "";
	height: 100%;
	width: 1px;
	background: rgba(255,255,255,.5);
	transform: scale(.9);
}

.index-brand .chara ul li:last-child:after{
	display: none;
}

.index-brand .chara ul li h3{
	font-size: 30px;
	line-height: 36px;
}

.index-brand .chara ul li p{
	font-size: 16px;
	line-height: 28px;
	margin-top: 14px;
}





.index-case{
	position: relative;
}

.index-case-menu{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	background: url(../images/factory_menu_bg.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 80px 0 40px;
}

.index-case-menu ul li{
	width: 32.26%;
	cursor: pointer;
	background: #fff;
	margin-left: 1.6%;
	float: left;
	transition: all 0.5s;
}

.index-case-menu ul li .box:after{
	height: 0;
	width: 0;
	content: "";
	display: block;
	clear: both;
}

.index-case-menu ul li .box{
	padding: 15px;
	display: block;
}

.index-case-menu ul li:first-child{
	margin-left: 0;
}

.index-case-menu ul li .pic{
	float: left;
	width: 38%;
}

.index-case-menu ul li .text{
	float: right;
	width: 56%;
	padding-top: 10px;
}

.index-case-menu ul li h2{
	font-size: 18px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
}

.index-case-menu ul li p{
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	color: #757575;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 12px;
}

.index-case-menu ul li:hover,.index-case-menu ul li.cur{
	background: #094E45;
}

.index-case-menu ul li:hover h2,.index-case-menu ul li.cur h2{
	color: #fff;
}

.index-case-menu ul li:hover p,.index-case-menu ul li.cur p{
	color: rgba(255,255,255,.6);
}




.index-case-pic .tabs{
	width: 100%;
	overflow: hidden;
}

.index-case-pic .tab-item{
	height: 0;
	opacity: 0;
	transition: all 0.5s;
	position: relative;
	text-align: center;
}

.index-case-pic .tab-item.active{
	height: auto;
	opacity: 1;
}




.index-news{
	padding: 120px 0 128px;
	background: #f8f8f8;
}

.news-tab{
	float: right;
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.tabs-1{ 
	
}

.tabs-1 a{
	width: 110px;
	display: inline-block;
	color:#333333;
	text-align:center;
	font-size:16px;
	line-height: 38px;
	margin-left: 10px;
	border: 1px solid #F8F8F8;
	float: initial;
}

.tabs-1 a.active{
	color: #fff;
	background: #094E45;
	border: 1px solid #094E45;
	font-weight: bold;
}



.news-box{
	padding-top: 56px;
}

.news-box .swiper-container3{
	width:100%;border-top:0;
}

.news-box .swiper-slide3{
	width:100%;
	overflow: hidden;
}


.news-box .swiper-container3 {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */	
	z-index:1;
}
	
.news-box .swiper-wrapper3 {
	position:relative;width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.news-box .swiper-free-mode > .news-box .swiper-wrapper3 {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.news-box .swiper-slide3 {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	text-align: left;
}


.indexnews-not{
	position: relative;
	width: 32.26%;
	height: 620px;
	float: left;
}

.indexnews-not .time{
	position: absolute;
	top: 0;
	left: 0;
	background: #094E45;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 10px 12px 12px;
	z-index: 9;
}

.indexnews-not .time i{
	font-size: 36px;
	line-height: 40px;
	font-family: arial;
}

.indexnews-not .time span{
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0;
	display: block;
	font-family: arial;
}

.indexnews-not .tp img{
	width: 100%;
	height: 620px;
	object-fit: cover;
}

.indexnews-not .text{
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/index_news_bg.png) center center no-repeat;
	background-size: 100% 100%;
	color: #fff;
	display: inline-block;
	padding: 128px 44px 50px;
	z-index: 2;
}

.indexnews-not .text h2{
	font-size: 24px;
	line-height: 40px;
	font-weight: initial;
	color: #ffffff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.indexnews-not .text a{
	font-size: 14px;
	line-height: 22px;
	color: rgba(255,255,255,.5);
	display: inline-block;
	margin-top: 22px;
}

.indexnews-not:hover .text a{
	color: rgba(255,255,255,1);
}

.icon-learn{
	content: "";
	width: 7px;
	height: 11px;
	background: url(../images/case_right_jt.png) center center no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin-left: 8px;
	position: relative;
	bottom: -1px;
	opacity: .6;
}

.indexnews-not:hover .icon-learn{
	opacity: 1;
}


.indexnews-middle{
	width: 32.26%;
	float: left;
	margin: 0 1.6%;
}

.indexnews-middle .item{
	background: #fff;
	margin-top: 12px;
	height: 304px;
	position: relative;
	transition: all 0.5s;
}

.indexnews-middle .item:first-child{
	margin-top: 0;
}

.indexnews-middle .item .box{
	padding: 40px 48px;
}

.indexnews-middle .item .text h2{
	font-size: 24px;
	line-height: 36px;
	font-weight: initial;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333333;
}

.indexnews-middle .item .text p{
	font-size: 16px;
	line-height: 28px;
	max-height: 56px;
	margin-top: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #757575;
}

.indexnews-middle .item .time-det{
	margin-top: 36px;
	padding-top: 30px;
	border-top: 1px solid rgba(0,0,0,.1);
}

.indexnews-middle .item .time-det .time{
	float: left;
	color: #999999;
	text-align: center;
}

.indexnews-middle .item .time-det .time i{
	font-size: 36px;
	line-height: 40px;
	font-family: arial;
}

.indexnews-middle .item .time-det .time span{
	font-size: 12px;
	line-height: 14px;
	display: block;
	letter-spacing: 0;
	font-family: arial;
}

.indexnews-middle .item .time-det .des{
	float: right;
	margin-top: 6px;
}

.indexnews-middle .item .time-det .des a{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd; 
	border-radius: 50%;
	background: url(../images/more_sj.png) center center no-repeat;
}



.indexnews-middle .item:hover{
	background: #094E45;
}

.indexnews-middle .item:hover .text h2{
	color: #fff;
}

.indexnews-middle .item:hover .text p{
	color: rgba(255,255,255,.72);
}

.indexnews-middle .item:hover .time-det{
	border-top: 1px solid rgba(255,255,255,.1);
}

.indexnews-middle .item:hover .time-det .time{
	color: rgba(255,255,255,.4);
}

.indexnews-middle .item:hover .time-det .des a{
	border: 1px solid rgba(255,255,255,.4); 
	background: url(../images/case_right_jt.png) center center no-repeat;
}



.indexnews-right{
	width: 32.26%;
	position: relative;
	float: left;
}


.indexnews-right .item{
	margin-top: 12px;
	background: #fff;
	height: 197px;
	transition: all 0.5s;
}

.indexnews-right .item:first-child{
	margin-top: 0;
}

.indexnews-right .item .box{
	padding: 40px;
}

.indexnews-right .item .time{
	float: left;
	color: #999999;
	text-align: center;
	padding-top: 3px;
}

.indexnews-right .item .time i{
	font-size: 36px;
	line-height: 40px;
	font-family: arial;
}

.indexnews-right .item .time span{
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0;
	display: block;
}


.indexnews-right .item .text{
	width: 72%;
	float: right;
	padding-left: 8%;
	border-left: 1px solid rgba(0,0,0,.1);
}

.indexnews-right .item .text h2{
	font-size: 22px;
	line-height: 38px;
	font-weight: initial;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 76px;
}

.indexnews-right .item .text a{
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(../images/news_icon_jt.png) center center no-repeat;
	background-size: 100% 100%;
	margin-top: 22px;
}




.indexnews-right .item:hover{
	background: #094E45;
}

.indexnews-right .item:hover .time{
	color: rgba(255,255,255,.5);
}

.indexnews-right .item:hover .text{
	border-left: 1px solid rgba(255,255,255,.2);
}

.indexnews-right .item:hover .text h2{
	color: #fff;
}

.indexnews-right .item:hover .text a{
	background: url(../images/news_icon_jt_a.png) center center no-repeat;
	background-size: 100% 100%;
}

.indexnews-right .item:hover .text a:before{
	background: #fff;
}

