﻿.head-tran .header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	height: 90px;
}

.head-tran .header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	height: 90px;
}

.container{
	max-width: 1440px;
	margin: 0 auto;
}



.logo{
	float: left;
	width: 13%;
	height: 90px;
}

.logo h1{
	text-align: center;
	margin-top: 24px;
	float: left;
}


.language{
	height: 90px;
	line-height: 90px;
	float: right;
	color: rgba(255,255,255,.72);
	text-align: right;
}

.language a{
	color: rgba(255,255,255,.72);
	font-size: 16px;
	letter-spacing: .5px;
	font-family: "arial, helvetica, sans-serif";
}

.language a:hover{
	color: #c4a444;
}


.language span{
	margin: 0 12px; 
}

.icon{
	display: inline-block;
	position: relative;
}


/*菜单*/

.menu-box{
	float: left;
	width: 79%;
	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: 90px;
	position: relative;
	z-index: 9;
	transition: initial;
	margin: 0 25px;
}

#starlist li>a.active {
	color: #c4a444;
	font-weight: bold;
}

#starlist li>a:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	display: block;
	content: "";
	background: #c4a444;
	transition: all 0.5s;
	z-index: 9;
}

#starlist li:hover>a:before {
	width: 100%;
	transition: all 0.5s;
}

#starlist li:hover>a {
	color: #c4a444;
}


#starlist ul {}


#starlist li .sub {
	position: absolute;
	left: 50%;
	transform:translateX(-50%) ;
	top: 90px;
	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: 90px;
	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-tran:hover .header .navicon {
	background: #fff;
}

.head-tran:hover .header .open .navicon {
	background: none
}

.head-tran:hover .header .navicon:before,
.head-tran:hover .header .navicon:after{
	background: #fff;
}

.head-tran:hover .header .open .navicon:before,
.head-tran:hover .header .open .navicon:after{
	background: #fff;
}

.head-tran:hover .header {
	background-color: #002c4c;
}


.head-tran:hover .header #starlist li>a{
	color: rgba(255,255,255,.72);
}

.head-tran:hover .header #starlist li>a.active{
	color: #c4a444;
}

.head-tran:hover .header #starlist li:hover>a{
	color: #c4a444;
}

.head-tran:hover .header #starlist ul.sub li a {
	color: #333;
}

.head-tran:hover .header #starlist ul.sub li a:hover {
	color: #c4a444;
}

/*原色*/

.head-tran.head-primary .header .navicon {
	background: #fff;
}

.head-tran.head-primary .header .open .navicon {
	background: none
}

.head-tran.head-primary .header .navicon:before,
.head-tran.head-primary .header .navicon:after{
	background: #fff;
}

.head-tran.head-primary .header .open .navicon:before,
.head-tran.head-primary .header .open .navicon:after{
	background: #fff;
}

.head-tran.head-primary .header {
	background-color: #002c4c;
}

.head-tran.head-primary .header #starlist li>a{
	color: rgba(255,255,255,.72);
}

.head-tran.head-primary .header #starlist li>a.active{
	color: #c4a444;
}

.head-tran.head-primary .header #starlist li:hover>a{
	color: #c4a444;
}

.head-primary .phone-height{
	height: 90px;
}



/*导航悬浮*/
.head-tran .header.fixed .navicon {
	background: #fff;
}

.head-tran .header.fixed .open .navicon {
	background: none
}

.head-tran .header.fixed .navicon:before,
.head-tran .header.fixed .navicon:after{
	background: #fff;
}

.head-tran .header.fixed .open .navicon:before,
.head-tran .header.fixed .open .navicon:after{
	background: #fff;
}

.head-tran .header.fixed {
	background-color: #002c4c;
	border-bottom: 0.0625rem solid rgba(255,255,255,.1);
}

.head-tran .header.fixed #starlist li>a{
	color: rgba(255,255,255,.72);
}

.head-tran .header.fixed #starlist li>a.active{
	color: #c4a444;
}

.head-tran .header.fixed #starlist li:hover>a{
	color: #c4a444;	
}



/* foot */

.footer{
	background-color: #002c4c;
	position: relative;
}

.footer::before{
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: url(../images/texture.png) center center no-repeat;
	position: absolute;
	left: 0%;
	top: 0%;
	opacity: .05;
	z-index: 1;
}

.footer .container{
	position: relative;
	z-index: 9;
}

.foot-con{
	padding: 100px 0 45px;
}

.foot-int-box{
	width: 32%;
	float: left;
}

.foot-tel-id{
	margin-top: 45px;
	font-size: 16px;
	line-height: 36px;
	color: rgba(255,255,255,.8);
}

.foot-tel-id a{
	color: rgba(255,255,255,.8);
}

.qr-code{
	margin-top: 48px;
}

.qr-code ul li{
	float: left;
	text-align: center;
	margin-right: 24px;
}

.qr-code ul li p{
	font-size: 12px;
	line-height: 24px;
	margin-top: 5px;
	color: rgba(255,255,255,.4);
}



.foot-menu{
	float: right;
}

.foot-menu ul li{
	float: left;
	line-height: 36px;
	margin-left: 88px;
}

.foot-menu ul li a{
	color: #fff;
	font-size: 16px;
}

.foot-menu ul li a:hover{
	color: #c4a444;
}

.foot-menu ul li ul{
	margin-top: 10px;
}

.foot-menu ul li ul li{
	float: initial;
	line-height: 36px;
	margin-left: 0;
}

.foot-menu ul li ul li a{
	color: rgba(255,255,255,.5);
	font-size: 14px;
}


.foot-copy-box{
	border-top: 1px solid rgba(255,255,255,.1);
	font-size: 14px;
	line-height: 24px;
	padding: 25px 0 50px;
}

.copyright{
	float: left;
	width: 50%;
	text-align: left;
	color: rgba(255,255,255,.4);
}

.copyright a{
	color: rgba(255,255,255,.4);
}

.copyright a:hover{
	color: #c4a444;
}

.technical-support{
	float: right;
	width: 50%;
	text-align: right;
	color: rgba(255,255,255,.4);
}

.technical-support a{
	color: rgba(255,255,255,.4);
}

.technical-support a:hover{
	color: #c4a444;
}



.foot-link{
	font-size: 14px;
	color: rgba(255,255,255,.4);
	position: relative;
	top: -45px;
	height: 0;
	z-index: 9;
}

.foot-link a{
	color: rgba(255,255,255,.4);
}

.foot-link a:hover{
	color: #c4a444;
}




/*首页*/

.index-banner .index-slider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
/*盒子带容器*/
.index-banner .slides {
	height: auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-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: #c4a444;
	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;
	left: 50%;
	bottom: 30px;
	text-align: center;
}
.index-banner .slider-nav__item {  
	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;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	object-fit: cover;
}

.phone {
	display: none;
}







/* 404 */

.box-404{
	width: 100%;
	background: url(../images/404_bg.jpg) center center no-repeat;
	background-size: cover;
}

.box-404 .container{
	position: relative;
	height: 100vh;
}

.box-404 .foot-copy-box{
	width: 100%;
	position: absolute;
	bottom: 30px;
	padding-bottom: 0;
	border-top: initial;
	z-index: 9;
}


.con-404{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}

.con-404 .title p{
	font-size: 36px;
	line-height: 48px;
	color: #ffffff;
	margin-top: 90px;
}

.con-404 .button{
	margin-top: 84px;
}

.con-404 .button a{
	margin: 0 12px;
}


.more-a{
	display: inline-block;
	width: 182px;
	height: 56px;
	line-height: 56px;
	background: url(../images/more_bg_h.png) center center no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #002c4c;
	font-weight: bold;
	font-size: 18px;
}

.jump-more{
	width: 11px;
	height: 11px;
	display: inline-block;
	background: url(../images/more_icon_h.png) center center no-repeat;
	background-size: 100% 100%;
	margin-left: 8px;
}

.more-a:hover{
	background: url(../images/more_bg_y.png) center center no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.more-a:hover .jump-more{
	background: url(../images/more_icon.png) center center no-repeat;
	background-size: 100% 100%;
}





/* 联系我们 */

.contact-banner{
	width: 100%;
	background: url(../images/contact_bg.jpg) center center no-repeat;
	background-size: cover;
}

.contact-banner .container{
	height: 700px;
	position: relative;
}

.contact-banner .title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}

.contact-banner .title p{
	font-size: 56px;
	line-height: 96px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 5px;
}



.contact-con{
	padding: 140px 0;
}

.contact-con .title span{
	font-size: 72px;
	line-height: 96px;
	color: #000000;
	font-family: "SourceHanSerifCN-Bold";
	position: relative;
}

.contact-con .title span::after{
	position: absolute;
	right: -55px;
	top: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/contact_title_icon.png) center center no-repeat;
	background-size: 100% 100%;
}

.contact-con .title h2{
	font-size: 60px;
	line-height: 96px;
	color: #000000;
	font-weight: initial;
	margin-top: 10px;
}


.contact-item{
	margin-top: 60px;
}

.contact-item .con{
	margin-top: 120px;
	position: relative;
}

.contact-left{
	float: left;
	width: 49.17%;
}

.company-name p{
	font-size: 24px;
	color: #000000;
	line-height: 24px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 24px;
}

.company-name p::after{
	position: absolute;
	left: 0px;
	top: 0;
	content: "";
	display: block;
	width: 6px;
	height: 24px;
	background: #c4a444;
	border-radius: 3px;
}

.company-name h3{
	font-size: 42px;
	color: #000000;
	line-height: 48px;
}


.hotline{
	position: absolute;
	bottom: 0;
}

.hotline p{
	font-size: 48px;
	line-height: 60px;
	color: #333333;
	font-family: "SourceHanSerifCN-Bold";
	margin-top: 6px;
}



.contact-right{
	float: right;
	width: 49.17%;
}

.contact-right ul li{
	padding: 29px 0;
	border-top: 1px dashed #cccccc;
}

.contact-right ul li:last-child{
	border-bottom: 1px dashed #cccccc;
}

.contact-right ul li span,.hotline span{
	font-size: 18px;
	line-height: 20px;
	color: #999;
	display: block;
	position: relative;
	padding-left: 30px;
}

.contact-right ul li p{
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
	margin-top: 15px;
}


.icon{
	display: inline-block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


.tel-icon{
	background: url(../images/tel_icon.png) center center no-repeat;
	background-size: 100% 100%;
}

.fax-icon{
	background: url(../images/fax_icon.png) center center no-repeat;
	background-size: 100% 100%;
}


.mail-icon{
	background: url(../images/mail_icon.png) center center no-repeat;
	background-size: 100% 100%;
}


.id-icon{
	background: url(../images/id_icon.png) center center no-repeat;
	background-size: 100% 100%;
}


.contact-item .more-box{
	float: right;
	width: 49.17%;
	margin-top: 60px;
}

.more{
	display: inline-block;
	width: 243px;
	height: 70px;
	line-height: 70px;
	background: url(../images/more_bg_y_d.png) center center no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin: 0 auto;
}

.more .jump-more{
	width: 11px;
	height: 11px;
	display: inline-block;
	background: url(../images/more_icon.png) center center no-repeat;
	background-size: 100% 100%;
	margin-left: 10px;
}

.more:hover{
	background: url(../images/more_bg_h_d.png) center center no-repeat;
	background-size: 100% 100%;
	color: #002c4c;
}

.more:hover .jump-more{
	background: url(../images/more_icon_h.png) center center no-repeat;
	background-size: 100% 100%;
}



.contact-item.item2{
	margin-top: 140px;
	padding-top: 140px;
	border-top: 2px solid #c4a444;
}





.online-message{
	padding: 133px 0 140px;
	background: #f1f1f1;
}

.des-title{
	
}

.des-title h2{
	font-size: 60px;
	line-height: 72px;
	color: #000000;
}

.des-title p{
	font-size: 18px;
	line-height: 36px;
	color: #333333;
	margin-top: 23px;
}


.message-box{
	margin-top: 52px;
	padding-top: 80px;
	border-top: 2px solid #dddddd;
}

.input {
	margin-bottom: 20px;
}

.input input{
	background: #fff;
	font-size: 18px;
	color: #333;
	width: 96.8%;
	padding: 0 1.6%;
	height: 70px;
	border: initial;
	outline: initial;
}

.input-name{
	float: left;
	width: 49.17%;
}

.input-tel{
	float: right;
	width: 49.17%;
}

.input-name input,.input-tel input{
	width: 94%;
	padding: 0 3%;
}

.input textarea{
	background: #fff;
	font-size: 18px;
	line-height: 36px;
	color: #333;
	width: 96.8%;
	padding: 18px 1.6%;
	height: 174px;
	border: initial;
	outline: initial;
}

.mes-more{
	padding-top: 40px;
}

.mes-more .more{
	background: url(../images/more_bg_h_d.png) center center no-repeat;
	background-size: 100% 100%;
	color: #002c4c;
}

.mes-more .more:hover{
	background: url(../images/more_bg_y.png) center center no-repeat;
	background-size: 100% 100%;
	color: #fff;
}





/* 新闻 */

.news-banner{
	background: url(../images/news_banner.jpg) center center no-repeat;
	background-size: cover;
}

.news-banner .container{
	height: 700px;
	position: relative;
}

.news-banner .title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
	
}

.news-banner .title h2{
	font-size: 60px;
	line-height: 80px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 5px;
	margin-top: 20px;
}

.news-banner .title p{
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	margin-top: 21px;
}




.news-list-box{
	padding: 100px 0 140px;
}


.news-menu-box{
	
}

.news-menu{
	float: left;
}

.news-menu ul li{
	float: left;
}

.news-menu ul li a{
	width: 160px;
	height: 48px;
	display: inline-block;
	font-size: 18px;
	line-height: 48px;
	color: #666666;
	text-align: center;
}

.news-menu ul li a:hover{
	color: #c4a444;
}

.news-menu ul li.active a{
	background: url(../images/more_bg_h_d.png) center center no-repeat;
	background-size: 100% 100%;
	color: #002c4c;
	font-weight: bold;
}



.cru{
	float: right;
}

.cru span{
	font-size: 16px;
	line-height: 48px;
	color: #999999;
	margin: 0 8px;
}

.cru a{
	font-size: 16px;
	line-height: 48px;
	color: #999999;
}

.cru a:hover{
	color: #c4a444;
}

.cru a:last-child{
	color: #333;
}



.news-list .item{
	margin-top: 48px;
	padding-top: 48px;
	border-top: 1px solid #ddd;
}

.news-list .item:last-child{
	padding-bottom: 48px;
	border-bottom: 1px solid #ddd;
}

.news-list .item a{
	display: block;
	position: relative;
}

.news-list .item a::before{
	width: 150px;
	height: 150px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/news_more.png) center center no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	transition: all .5s;
}

.news-list .item a:hover::before{
	opacity: 1;
}

.news-list .item .pic{
	width: 25.4%;
	float: left;
	overflow: hidden;
	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;
}

.news-list .item .pic img{
	max-width: initial;
	width: 100%;
	height: 245px;
	transition: all 0.5s;
	object-fit: cover;
}

.news-list .item a:hover .pic img{
	transform: scale(1.06);
	transition: all 0.5s;
}

.news-list .item .con{
	width: 45.7%;
	float: left;
	margin-left: 3.33%;
	padding-top: 36px;
}

.news-list .item .title h3{
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: all 0.5s;
}

.news-list .item:hover .title h3{
	color: #c4a444;
}

.info{
	margin-top: 8px;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

.info span{
	margin-right: 40px;
}

.view-icon{
	width: 20px;
	height: 12px;
	background: url(../images/view_icon.png) center center no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin-right: 8px;
	bottom: -6px;
}


.news-list .item .text{
	margin-top: 38px;
}

.news-list .item .text p{
	font-size: 16px;
	line-height: 32px;
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.down-more{
	display: inline-block;
	margin-top: 60px;
	text-align: center;
	width: 100%;
}

.jump-more.down-icon{
	background: url(../images/more_icon_drop_down.png) center center no-repeat;
	background-size: 100% 100%;
	margin-left: 12px;
}

.more:hover .jump-more.down-icon{
	background: url(../images/more_icon_drop_down_h.png) center center no-repeat;
	background-size: 100% 100%;
}




/* 新闻内容 */

.cru.cru-page{
	float: initial;
	background: #f1f1f1;
	height: 80px;
	line-height: 80px;
}


.news-page-box{
	margin: 93px 0 120px;
}

.news-con-box{
	float: left;
	width: 67.78%;
}

.news-con-box .title h2{
	font-size: 36px;
	line-height: 48px;
	color: #333;
	margin-bottom: 18px;
}

.news-con{
	margin-top: 35px;
	padding: 50px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-size: 18px;
	line-height: 36px;
	text-align: justify;
}

.news-con img{
	margin: 0 auto;
}

.turning{
	margin-top: 60px;
	text-align: center;
}

.turning a{
	margin: 0 12px;
	font-size: 16px;
}

.turning .more-a{
	background: url(../images/more_bg_y_d.png) center center no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.turning .more-a:hover{
	background: url(../images/more_bg_h_d.png) center center no-repeat;
	background-size: 100% 100%;
	color: #002c4c;
}

.t-icon{
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
}


.left-icon{
	background: url(../images/left_icon.png) center center no-repeat;
	background-size: 100% 100%;
	margin-right: 12px;
	bottom: -1px;
}

.right-icon{
	background: url(../images/right_icon.png) center center no-repeat;
	background-size: 100% 100%;
	margin-left: 12px;
	bottom: -1px;
}

.turning .more-a:hover .left-icon{
	background: url(../images/left_icon_a.png) center center no-repeat;
	background-size: 100% 100%;
}

.turning .more-a:hover .right-icon{
	background: url(../images/right_icon_a.png) center center no-repeat;
	background-size: 100% 100%;
}


.related-news{
	float: right;
	width: 25.42%;
	background: #f1f1f1;
	margin-top: 126px;
}


.related-news .box{
	padding: 46px 24px 40px 24px;
}

.related-news .subtitle{
	margin-bottom: 38px;
}

.related-news .subtitle i{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.rel-news-list .item{
	padding-bottom: 16px;
	margin-bottom: 19px;
	border-bottom: 1px solid #cccccc;
}

.rel-news-list .info{
	font-size: 12px;
	line-height: 20px;
}

.rel-news-list .info span{
	margin-right: 20px;
}

.rel-news-list .view-icon{
	width: 16px;
	height: 10px;
	margin-right: 6px;
	bottom: -6px;
}

.rel-news-list .title h2{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	font-weight: initial;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 5px;
}



/* 案例列表 */

.case-banner{
	background: url(../images/case_banner.jpg) center center no-repeat;
	background-size: cover;
}

.case-menu{
	text-align: center;
	width: 100%;
}

.case-menu ul li{
	float: initial;
	display: inline-block;
	margin: 0 -3px;
}



.case-list-box{
	padding-top: 120px;
}

.case-list-box .container{
	max-width: 1920px;
	padding: 0 40px;
}

.case-list{
	padding-top: 50px;
	margin-bottom: 30px;
}

.case-list .item{
	margin-top: 40px;
	width: 31.93%;
	float: left;
	margin-left: 2.1%;
}

.case-list .item:nth-child(3n+1){
	margin-left: 0%;
}

.case-list .item a{
	display: block;
	position: relative;
}

.case-list .item .con{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	opacity: 1;
	transition: all 0.5s;
}

.case-list .item:hover .con{
	opacity: 1;
	background-color: rgba(0,0,0,0);
}

.case-list .item .con .box{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.case-list .item .con h2{
	font-size: 20px;
	line-height: 30px;
	font-weight: initial;
	color: #fff;
	margin-top: 36px;
}





/* 案例内容页 */

.case-page{
	margin: 120px 0;
	overflow: hidden;
}

.case-con-box{
	position: relative;
}

.case-con{
	float: left;
	width: 23.75%;
	padding-top: 60px;
}

.case-con-title{
	margin-top: 50px;
}

.case-con-title .title h2{
	font-size: 36px;
	line-height: 48px;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.case-con-title .case-info{
	margin-top: 18px;
}

.case-con-title .case-info span{
	font-size: 14px;
	line-height: 32px;
	color: #999999;
	margin-right: 20px;
}

.case-pic{
	float: right;
	width: 74.59%;
}

.swiper-container {
	width: 1314px;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container::before{
	display: block;
	content: "";
	width: 230px;
	height: 740px;
	background: url(../images/case_page_bg.png) center center no-repeat;
	background-size: 100% 100%;
	z-index: 9;
	position: absolute;
	top: 0;
	right: -232px;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide img{
	height: 740px;
	max-width: initial;
}

.turning-prompt{
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 23.75%;
}

.swiper-pagination{
	float: left;
	width: 40%;
	color: #000;
	font-size: 18px;
	line-height: 80px;
}

.swiper-pagination-current{
	font-size: 72px;
}

.swiper-pagination-total{
	font-size: 18px;
}

.case-switch{
	float: right;
	width: 60%;
	text-align: center;
	line-height: 80px;
}

.swiper-button-next,
.swiper-button-prev {
	display: inline-block;
	width: 12px;
	height: 23px;
	z-index: 10;
	cursor: pointer;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	transition: all 0.5s;
	margin: 0 20px;
	position: relative;
}

.swiper-button-prev {
	background-image: url(../images/case_right_icon.png);
}

.swiper-button-prev::after{
	position: absolute;
	left: -24px;
	top: 0;
	display: block;
	content: "";
	width: 2px;
	height: 23px;
	background: #cccccc;
}

.swiper-button-next{
	background-image: url(../images/case_left_icon.png);
}

.swiper-button-prev:hover {
	opacity: .4;
}

.swiper-button-next:hover{
	opacity: .4;
}

.case-turning{
	border-top: 2px solid #c4a444;
	padding-top: 60px;
	margin-top: 120px;
}




.case-page-list{
	padding: 140px 0;
	background: #f1f1f1;
}

.subtitle .title{
	float: left;
}

.subtitle .title h3{
	font-size: 60px;
	line-height: 70px;
	color: #000;
}

.subtitle .t-more{
	float: right;
}




.case-page-list .case-list{
	margin-bottom: 0;
	padding-top: 30px;
}


.customized-ad{
	height: 320px;
	background: url(../images/customized_banner_bg.jpg) center center no-repeat;
	background-size: auto 100%;
}

.customized-ad .con{
	padding-top: 70px;
}

.customized-ad .con h2{
	font-size: 40px;
	line-height: 60px;
	color: #fff;
	margin-bottom: 26px;
}

.customized-ad .con h2 span{
	display: block;
	font-weight: initial;
}

.customized-ad .con a{
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	opacity: .6;
}

.customized-ad .con a:hover{
	opacity: 1;
}




/* 产品列表 */

.product-list-box{
	padding: 93px 0 140px;
}

.product-con{
	margin-bottom: 80px;
	position: relative;
}

.product-con::before{
	background-color: #c4a444;
	height: 2px;
	width: 100%;
	display: block;
	content: "";
	position: absolute;
	bottom: -80px;
}


.product-con .sticky{
	margin-top: 120px;
}

.product-menu-box{
	width: 23.75%;
	float: left;
	padding-bottom: 24px;
}

.cat-subtitle {
	margin-bottom: 24px;
}

.cat-subtitle h3{
	font-size: 24px;
	line-height: 36px;
}


.nav{width: 100%;height: 100%;}
.nav a{display: block;overflow: hidden;line-height: 40px;}
.nav-item{
	position: relative;
}

.nav-item a{
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.nav-item ul{display: none;}
.nav-item.nav-show ul{display: block;}
.nav-item ul li{
	padding-left: 20px;
}
.nav-item ul li:last-child{
	padding-bottom: 15px;
}
.nav-item ul li span{
	display: block;
	float: left;
	text-align: center;
}
.nav-item ul li em{
	font-size: 16px;
	width: 70%;
	float: right;
	text-align: center;
}

.nav-item ul li::after{
	height: 0;
	width: 0;
	content: "";
	display: block;
	clear: both;
}
.nav-item.nav-show ul li a{
	font-size: 18px;
	line-height: 40px;
	max-height: 40px;
	color: #999999;
	font-weight: initial;
}

.nav-item ul li.active a{
	color: #c4a444;
	font-weight: bold;
}

.nav-item ul li a:hover{
	color: #c4a444;
}

/*---------------------*/
.nav-more{float:right;margin-right: 24px;transition: transform .3s;margin-top: 12px;}
/* 此处为导航右侧箭头 如果自定义iconfont 也需要替换*/

.nav-more::after{
	content: "";
	background: url(../images/b_m_jt.png) center top no-repeat;
	background-size: 100% 100%;
	width: 15px;
	height: 15px;
	display: block;
}
.nav-show .nav-more::after{
	background: url(../images/b_m_jt_a.png) center top no-repeat;
	background-size: 100% 100%;
}
/*---------------------*/
.nav-show .nav-more{transform:rotate(180deg);}


.product-screen{
	margin-top: 62px;
}

.scr-box{
	margin-top: ;
}

/* 必要布局样式css */

.cation-middle {
    font-size: 14px;
}

.cation-list {
	margin-top: 32px;
}

.cation-list dt {
	font-size: 18px;
    line-height: 24px;
    color: #000;
	font-weight: bold;
	margin-bottom: 16px;
}

.cation-list dd {
    margin-left: 0px;
    overflow: hidden;
}

.cation-list dd a {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    float: left;
    padding: 0 16px;
    margin: 5px 0;
	background: #f1f1f1;
	margin-right: 10px;
}

.cation-list dd a.on, .cation-list a:hover {
    background: #c4a444;
	font-weight: bold;
	color: #fff;
}



.cation-list:nth-of-type(2) dt {
	font-size: 18px;
    line-height: 24px;
    color: #000;
	font-weight: bold;
	margin-bottom: 16px;
}

.cation-list:nth-of-type(2) dd {
    margin-left: 0px;
    overflow: hidden;
}

.cation-list:nth-of-type(2) dd a {
	width: 24px;
	height: 24px;
    font-size: 0;
    line-height: 24px;
    float: left;
    padding: 0 0;
    margin: 5px 0;
	background: initial;
	margin-right: 16px;
	position: relative;
}

.cation-list:nth-of-type(2) dd a span{
	display: block;
	width: 24px;
	height: 24px;
	font-size: 0;
	border-radius: 50%;
}

.cation-list:nth-of-type(2) dd a.on::before, .cation-list:nth-of-type(2) a:hover::before {
    position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #002c4c;
	display: block;
	content: "";
	border-radius: 50%;
}



.product-list{
	float: right;
	width: 74.59%;
	padding-top: 70px;
}

.product-list .item{
	width: 31.85%;
	margin-left: 2.22%;
	background-color: #f1f1f1;
	float: left;
	margin-bottom: 24px;
	position: relative;
	transition: all 0.5s;
	top: 0;
}

.product-list .item:hover{
	top: -8px;
	transition: all 0.5s;
}

.product-list .item a{
	display: block;
}

.product-list .item:nth-child(3n+1){
	margin-left: 0;
}

.product-list .item .con{
	padding: 35px 40px 0px 40px;
}

.product-list .item .con h2{
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	transition: all 0.5s;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.product-list .item a:hover .con h2{
	color: #c4a444;
}

.product-list .item .con p{
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	margin-top: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
}

.product-list .item .color{
	position: absolute;
	left: 40px;
	bottom: 40px;
}

.product-list .item .color ul li{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}





.no-data{
	text-align: center;
	padding-top: 60px;
}

.no-data p{
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 44px;
}


.product-page-list-box {
	background: initial;
	padding-top: 0;
	margin-top: -40px;
}

.product-page-list{
	width: 100%;
	float: initial;
}

.product-page-list .item{
	width: 23.75%;
	margin-left: 1.66%;
}

.product-page-list .item:nth-child(3n+1){
	margin-left: 1.66%;
}

.product-page-list .item:nth-child(4n+1){
	margin-left: 0;
}

.product-page-list-bg{
	background: initial;
}




/* 产品内容页 */

.product-page-con{
	background: #f1f1f1;
}

.product-page-con .container{
	max-width: 1920px;
	height: 90vh;
}

.product-pic{
	float: left;
	width: 50%;
	overflow: hidden;
	position: relative;
}

.product-pic .slide{
	overflow: hidden;
}

.product-pic .pic-box{
	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;
}

.product-pic img{
	height: 90vh;
	width: 100%;
	max-width: initial;
	object-fit: cover;
}



.iteminfo-wrap{
	float: right;
	width: 50%;
	height: 90vh;
	position: relative;
}

.iteminfo-wrap .box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
}


.iteminfo-wrap .pro-title{
	
}

.iteminfo-wrap .pro-title span{
	font-size: 16px;
	color: #fff;
	background: #c4a444;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	display: inline-block;
	border-radius: 6px;
}

.iteminfo-wrap .pro-title h2{
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	margin-top: 14px;
}


.iteminfo-wrap .info-text{
	margin-top: 19px;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}


.choose-attrs{
	margin-top: 24px;
}

.choose-attr {
	padding: 20px 0;
	border-top: 1px dashed #cccccc;
	line-height: 40px;
}

.choose-attr:last-child {
	border-bottom: 1px dashed #cccccc;
}

.choose-attr .dt{
	float: left;
	color: #666666;
	font-size: 14px;
}

.choose-attr .dd{
	float: right;
	width: 89%;
	color: #666666;
	font-size: 14px;
}

.choose-attr .dd span{
	float: left;
	display: inline-block;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	padding: 0 14px;
	margin: 5px 0;
	margin-right: 10px;
	background: #fff;
}

.choose-attr.item4 .dd span{
	color: rgba(1, 1, 1, 0);
}


.choose-btns{
	margin-top: 70px;
}

.choose-btns .btn{
	float: left;
}

.choose-btns .tel{
	float: left;
	margin-left: 40px;
	line-height: 56px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	position: relative;
	padding-left: 40px;
}

.pro-tel-icon{
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/product_tel_icon.png) center center no-repeat;
	background-size: 100% 100%;
}





/* 荣誉资质 */

.about-banner{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-banner .container{
	height: 700px;
	position: relative;
}

.about-banner .title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}

.about-banner .title span{
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	font-family: "SourceHanSerifCN-Bold";
	text-transform: uppercase;
}


.about-banner .title h2{
	font-size: 36px;
	line-height: 48px;
	color: #fff;
	font-weight: initial;
	letter-spacing: 8px;
	margin-top: 40px;
}


.about-menu{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	height: 70px;
}

.about-menu ul li{
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
}

.about-menu ul li::before{
	position: absolute;
	left: 0;
	top: 0;
	height: 70px;
	width: 1px;
	background: #eeeeee;
	display: block;
	content: "";
	z-index: 9;
}

.about-menu ul li:first-child::before{
	display: none;
}

.about-menu ul li a{
	font-size: 18px;
	color: #333333;
	text-align: center;
	height: 70px;
	line-height: 70px;
	display: block;
	position: relative;
	z-index: 9;
}

.about-menu ul li::after{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #c4a444;
	content: "";
	z-index: 1;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.about-menu ul li:hover::after{
	width: 100%;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.about-menu ul li a:hover{
	color: #002c4c;
	font-weight: bold;
}

.about-menu ul li.active{
	background: #c4a444;
}

.about-menu ul li.active a{
	color: #002c4c;
	font-weight: bold;
}




.honor-content{
	padding: 120px 0 140px;
	background: #f1f1f1;
}

.honor-content .news-menu{
	float: initial;
}

.honor-content .tabClick{
	text-align: center;
}

.honor-content .news-menu ul li {
    float: initial;
	display: inline-block;
}

.honor-list{
	padding-top: 56px;
	padding-bottom: 100px;
	border-bottom: 2px solid #ddd;
}

.honor-list a{
	display: block;
	float: left;
	width: 23.95%;
	margin-left: 1.4%;
	margin-top: 24px;
}

.honor-list a .box{
	background: #FFFFFF;
	padding: 40px 30px;
}

.honor-list a .pic{
	position: relative;
	overflow: hidden;
	margin-top: 26px;
	display: inline-block;
}

.honor-list a .pic img{
	height: 200px;
}

.honor-list a .pic:before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	display: block;
	content: "";
	opacity: 0;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.honor-list a .pic:after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/honor_amp.png) center center no-repeat;
	background-size: 25px 25px;
	display: block;
	content: "";
	opacity: 0;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.honor-list a:hover .pic:before,.honor-list a:hover .pic:after{
	opacity: 1;
}

.honor-list a:nth-child(4n+1){
	margin-left: 0;
	clear: both;
}


.h-info span{
	font-size: 12px;
	color: #666666;
	margin-right: 12px;
}

.h-info .tag{
	display: inline-block;
	font-size: 14px;
	color: #c4a444;
	line-height: 26px;
	height: 26px;
	border: 2px solid #c4a444;
	padding: 0 12px;
	border-radius: 15px;
	font-weight: bold;
}

.honor-list a h3{
	font-size: 30px;
	line-height: 36px;
	color: #333333;
	margin-top: 20px;
}

.honor-list a h3 span{
	display: inline-block;
}

.honor-list a h3 span:last-child{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


#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; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.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); } }




/* 发展历程 */

.course-list-box{
	
}

.course-list-box .item{
	padding: 140px 0 180px;
	overflow: hidden;
}

.course-list-box .item .container{
	position: relative;
}

.course-list-box .item:nth-child(2n+1){
	background: #f1f1f1;
}


.course-con{
	width: 50%;
	float: left;
}

.course-con .text{
	padding-top: 70px;
}

.course-con .text span{
	font-family: "SourceHanSerifCN-Bold";
	font-size: 48px;
}

.course-con .text em {
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
}

.course-con .text p {
	font-size: 24px;
	line-height: 48px;
	margin-top: 33px;
}

.course-con .duration{
	position: absolute;
	bottom: 0;
	font-size: 18px;
	color: #cccccc;
}


.course-pic{
	width: 40.7%;
	float: right;
	position: relative;
}

.course-pic .pic .box{
	overflow: hidden;
	position: relative;
	z-index: 9;
	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;
}

.course-pic .pic img{
	height: 390px;
	max-width: initial;
}

.years-icon{
	position: absolute;
	bottom: -140px;
	left: -85px;
	border: 2px solid #cccccc;
	width: 166px;
	height: 166px;
	background: #fff;
	border-radius: 50%;
	font-size: 20px;
	line-height: 24px;
	color: #999999;
	text-align: center;
	z-index: 99;
}

.years-icon .box{
	margin-top: 60px;
}

.years-icon span{
	font-family: "SourceHanSerifCN-Bold";
	font-size: 14px;
	text-transform: uppercase;
	display: block;
}

.course-list-box .item:first-child .course-pic::before{
	position: absolute;
	bottom: -180px;
	left: 0;
	background: #cccccc;
	width: 2px;
	height: 180px;
	display: block;
	content: "";
	z-index: 1;
}

.course-list-box .item .course-pic::before{
	position: absolute;
	bottom: -180px;
	left: 0;
	background: #cccccc;
	width: 2px;
	height: 200%;
	display: block;
	content: "";
}



.course-list-box .item:last-child .course-pic::before{
	position: absolute;
	top: -140px;
	bottom: initial;
	left: 0;
	background: #cccccc;
	width: 2px;
	height: 200px;
	display: block;
	content: "";
}


.course-list-box .item:last-child {
	padding-bottom: 280px;
}

.course-list-box .item:last-child .years-icon{
	border: initial;
	width: 170px;
	height: 170px;
}





/* 企业文化 */

.vision-mission{
	background: url(../images/culture_bg.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 135px;
}


.vision-mission .title{
	padding-bottom: 61px;
	border-bottom: 2px solid #c4a444;
}

.vision-mission .title span{
	font-size: 30px;
	color: #333333;
	line-height: 36px;
	font-family: "SourceHanSerifCN-Bold";
}

.vision-mission .title h3{
	font-size: 60px;
	color: #000000;
	line-height: 80px;
	margin-top: 21px;
}


.vis-miss-box{
	padding: 210px 0 260px;
}

.vis-miss-box .item{
	float: left;
	width: 49.17%;
}

.vis-miss-box .item.miss-right{
	float: right;
}

.vis-miss-box .item span{
	position: relative;
	padding-left: 40px;
	font-size: 24px;
	color: #666666;
	display: block;
	margin-bottom: 29px;
}

.vis-miss-box .item p{
	font-size: 30px;
	color: #333333;
	line-height: 48px;
	font-weight: bold;
}

.icon.icon-25{
	width: 25px;
	height: 26px;
}

.vis-icon{
	background: url(../images/vision_icon.png) center center no-repeat;
	background-size: 100% 100%;
}

.miss-icon{
	background: url(../images/mission_icon.png) center center no-repeat;
	background-size: 100% 100%;
}




.values{
	padding: 126px 0 490px;
	background: url(../images/values_bg.jpg) center bottom no-repeat;
	background-size: 100% auto;
}

.values .title{
	
}

.values .title h3{
	font-size: 60px;
	color: #000000;
	line-height: 80px;
	padding-bottom: 39px;
	border-bottom: 2px solid #c4a444;
}

.values .title p{
	font-size: 36px;
	color: #333;
	line-height: 56px;
	font-weight: bold;
	margin-top: 39px;
}



.values-con{
	margin-top: 189px;
}

.values-con .item{
	background-color: rgba(241, 241, 241, .5);
	float: left;
	width: 49.17%;
	margin-left: 1.66%;
}

.values-con .item:first-child{
	margin-left: 0;
}


.values-con .item .box{
	padding: 52px;
}

.values-con .item .subtitle span{
	position: relative;
	padding-left: 40px;
	line-height: 30px;
	font-size: 24px;
}


.ext-cli-icon{
	background: url(../images/external_clients_icon.png) center center no-repeat;
	background-size: 100% 100%;
}

.int-oper-icon{
	background: url(../images/internal_operations_icon.png) center center no-repeat;
	background-size: 100% 100%;
}


.values-list{
	margin-top: 36px;
}

.values-list ul li{
	border-top: 1px dashed #ccc;
	padding: 28px 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}

.values-list ul li span{
	color: #cccccc;
	margin: 0 25px 0 5px;
}




/* 关于我们 */
.brand{
	overflow: hidden;
	padding-top: 150px;
}

.brand-con{
	width: 49.17%;
	float: left;
	position: relative;
	z-index: 9;
}

.brand-con .title{
	
}

.brand-con .title span{
	font-size: 24px;
	line-height: 30px;
	color: #000;
	padding-left: 20px;
	position: relative;
}

.brand-con .title span::before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	height: 24px;
	width: 6px;
	background: #c4a444;
	display: block;
	content: "";
	border-radius: 3px;
}

.brand-con .title h2{
	font-size: 48px;
	line-height: 64px;
	color: #000000;
	margin-top: 29px;
}

.brand-con .text{
	padding-top: 19px;
}

.brand-con .text p{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	text-align: justify;
	margin-top: 32px;
}

.brand-con .chara{
	margin-top: 138px;
}

.brand-con .chara ul li{
	width: 33%;
	float: left;
}

.brand-con .chara ul li em{
	font-size: 72px;
	line-height: 64px;
	color: #c4a444;
	font-weight: bold;
	display: block;
}

.brand-con .chara ul li em span{
	font-size: 24px;
	margin-left: 5px;
}

.brand-con .chara ul li p{
	font-size: 18px;
	line-height: 24px;
	color: #666666;
}

.brand-pic{
	width: 49.17%;
	float: right;
	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;
}

.brand-pic img{
	height: 819px;
	max-width: initial;
	margin-right: -280px;
}



.core-advant{
	padding: 133px 0 140px;
	background: url(../images/core_advant_bg.jpg) center center no-repeat;
	background-size: cover;
}

.t-eng{
	float: right;
	font-size: 30px;
	line-height: 70px;
	color: rgba(0, 0, 0, .5);
	 font-family: "SourceHanSerifCN-Bold";
}

.subtitle.white .title h3{
	color: rgba(255, 255, 255, 1);
}

.subtitle.white .t-eng {
	color: rgba(255, 255, 255, .5);
}


.core-advant-list{
	margin-top: 79px;
}

.core-advant-list .item{
	float: left;
	width: 32.22%;
	margin-left: 1.66%;
	text-align: center;
	background: #fff;
}

.core-advant-list .item:first-child{
	margin-left: 0;
}

.core-advant-list .item .box{
	padding: 125px 70px 110px;
}


.core-advant-list .item .pic{
	width: 178px;
	height: 178px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	margin: 0 auto;
}

.core-advant-list .item .pic img{
	padding-top: 55px;
}


.core-advant-list .item .con{
	margin-top: 45px;
}

.core-advant-list .item .con h4{
	font-size: 36px;
	line-height: 48px;
	color: #333333;
}

.core-advant-list .item .con p{
	font-size: 18px;
	line-height: 36px;
	color: #757575;
	height: 108px;
	text-align: justify;
	margin-top: 24px;
}



.research-development{
	padding: 133px 0 140px 0;
	position: relative;
}

.research-development::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 960px;
	display: block;
	content: "";
	background: #f1f1f1;
	z-index: -1;
}

.research-development::after{
	position: absolute;
	top: 0;
	right: 0;
	width: 948px;
	height: 949px;
	display: block;
	content: "";
	background: url(../images/research_development_s.png) center center no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}


.res-deve-box{
	margin-top: 53px;
}

.res-deve-box .chara{
	float: left;
	width: 49.17%;
}

.res-deve-box .chara ul li{
	margin-top: 26px;
}

.res-deve-box .chara ul li:first-child{
	margin-top: 0;
}

.res-deve-box .chara ul li span{
	font-size: 18px;
	color: #999999;
	line-height: 36px;
}

.res-deve-box .chara ul li b{
	font-size: 24px;
	color: #c4a444;
	line-height: 32px;
	margin-top: 7px;
	display: block;
}

.res-deve-box .text{
	float: right;
	width: 49.17%;
	font-size: 18px;
	color: #333;
	text-align: justify;
	line-height: 36px;
}


.res-deve-pic{
	margin-top: 93px;
}

.res-deve-pic ul li{
	float: left;
	margin-left: 1.66%;
	width: 23.75%;
}

.res-deve-pic ul li:first-child{
	margin-left: 0;
}




.quality-control-box{
	position: relative;
}

.qua-con{
	float: left;
	width: 57.64%;
}


.qua-con .text{
	padding-top: 37px;
	font-size: 18px;
	line-height: 36px;
	color: #333333;
	text-align: justify;
}

.qua-con .text p{
	margin-top: 18px;
}


.qua-icon{
	position: absolute;
	right: 0;
	bottom: 0;
}


.quality-control-pic{
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 90px;
}

.quality-control-pic ul li:first-child{
	float: left;
	width: 43%;
}

.quality-control-pic ul li{
	float: right;
	width: 55.8%;
	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;
}

.quality-control-pic ul li img{
	height: 632px;
	max-width: initial;
}



.production{
	padding: 133px 0 140px;
}

.production-con{
	text-align: center;
	padding: 0 16.94%;
}

.production-con .title{
	width: 100%;
}

.production-con .text{
	margin-top: 55px;
	font-size: 18px;
	line-height: 36px;
	color: #333;
}

.production-pic{
	margin-top: 110px;
}




/* 首页 */

.index-brand .t-more{
	margin-top: 91px;
}

.index-brand .brand-con .title h2{
	font-size: 60px;
	line-height: 64px;
}

.index-brand .brand-con .text p{
	font-size: 18px;
	line-height: 36px;
}


.index-brand .brand-con .chara {
	margin-top: 118px;
}



.index-product{
	padding-top: 133px;
}

.index-product-list{
	padding-top: 46px;
}

.index-product-list .item{
	margin-top: 24px;
	position: relative;
	width: 49.17%;
	margin-left: 1.66%;
	float: left;
}

.index-product-list .item .con{
	position: absolute;
	left: 50%;
	top: 42px;
	transform: translateX(-50%);
	text-align: center;
	width: 60%;
	z-index: 9;
}

.index-product-list .item .con h2{
	font-size: 32px;
	line-height: 40px;
	max-height: 40px;
	color: #333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.index-product-list .item .con p{
	font-size: 20px;
	line-height: 30px;
	max-height: 30px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 16px;
}

.index-product-list .item .con .more-a{
	width: 104px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	letter-spacing: 0;
}


.index-product-list .more-a {
	margin-top: 16px;
}

.index-product-list .more-a .t-icon{
	width: 12px;
	height: 12px;
}

.index-product-list .more-a .right-icon-h{
	bottom: -1px;
	margin-left: 5px;
}


.index-product-list .more-a:hover .right-icon-h{
	background: url(../images/right_icon.png) center center no-repeat;
	background-size: 100% 100%;
}




.index-product-list .item:first-child{
	width: 100%;
	margin-left: 0%;
}

.index-product-list .item:first-child .con{
	top: 70px;
}

.index-product-list .item:first-child .con h2{
	color: #fff;
	font-size: 40px;
	line-height: 54px;
	max-height: 54px;
}

.index-product-list .item:first-child .con p{
	color: #fff;
}


.index-product-list .item:nth-of-type(2){
	margin-left: 0%;
}







.custom{
	width: 100%;
	background: url(../images/custom_bg.jpg) center top no-repeat;
	background-size: 100% 100%;
	padding: 133px 0 140px;
}


.subtitle .title p{
	font-size: 24px;
	color: #333;
	padding-top: 25px;
}

.custom .in-title .more{
	margin-top: 64px;
}


.cus-char{
	margin-top: 64px;
}

.cus-char .item{
	width: 23.75%;
	margin-left: 1.66%;
	float: left;
	position: relative;
}

.cus-char .item:first-child{
	margin-left: 0;
}

.cus-char .item:after{
	position: absolute;
	bottom: 0px;
	width: 0%;
	height: 16px;
	display: block;
	content: "";
	background: #c4a444;
	transition: all 0.3s;
}

.cus-char .item:hover:after{
	width: 100%;
}

.cus-char .item .tp img{
	display: block;
}

.cus-char .item .box {
	position: absolute;
	bottom: 76px;
	width: 100%;
	text-align: center;
}

.cus-char .item .box p{
	font-size: 36px;
	line-height: 46px;
	color: #ffffff;
	margin-top: 32px;
}




.index-case{
	padding: 133px 0 140px;
	background: #f1f1f1;
}



.pb-carouselWarp {
    position: relative;
    width: 100%;
    margin-top: 70px;
	border-top: 2px solid #ddd;
}
.pb-carouselWarp .pb-carousel {
  position: relative;
  overflow: hidden;
  height: 660px;
  margin-top: 65px;
}
.pb-carouselWarp .pb-carousel li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pb-carouselWarp .pb-carousel li .tp {
	width: 49.17%;
	float: right;
	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;
}

.pb-carouselWarp .pb-carousel li .tp img{
	height: 660px;
	width: 100%;
	max-width: initial;
	object-fit: cover;
}


.pb-carouselWarp .pb-carousel li .text {
	width: 42.37%;
	float: left;
	height: 660px;
	position: relative;
}

.pb-carouselWarp .pb-carousel li .text .box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.i-c-title h2{
	font-size: 42px;
	line-height: 56px;
	color: #000000;
	font-weight: initial;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.i-c-text{
	margin-top: 132px;
	position: relative;
}

.i-c-text::before{
	position: absolute;
	left: 0;
	top: -56px;
	font-size: 88px;
	color: #999;
	display: block;
	content: "“";
	font-family: Arial, Helvetica, sans-serif;
}

.i-c-text p{
	color: #666666;
	font-size: 18px;
	line-height: 36px;
	max-height: 108px;
	display: -ms-flexbox;
	display: -moz-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: justify;
}

.i-c-but{
	margin-top: 90px;
}

.pb-carouselWarp .pb-carousel .pb-this {
  display: block;
  left: 0;
}


.pb-carouselWarp .pb-carousel-ind {
 	height: 80px;
 	margin-top: 60px;
}
.pb-carouselWarp .pb-carousel-ind li {
	float: left;
	width: 16.66%;
	cursor: pointer;
	text-align: center;
}

.pb-carouselWarp .pb-carousel-ind li img{
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	height: 80px;
}
   
.pb-carouselWarp .pb-carousel-ind li.pb-this img{
  	-webkit-filter: none;
    filter: none;
}

.pb-carouselWarp .pb-carousel-ind li:hover img{
  	-webkit-filter: none;
    filter: none;
}


.pb-carouselWarp .pb-arrow {
  position: absolute;
  top: -130px;
  width: 58px;
  height: 58px;
  border: 1px solid #333;
  cursor: pointer;
  border-radius: 50%;
  opacity: .4;
  transition: all 0.5s;
}
.pb-carouselWarp .pb-arrow-prev {
  right: 84px;
  background: url(../images/left_icon_a.png) no-repeat center;
}
.pb-carouselWarp .pb-arrow-next {
  right: -0;
  background: url(../images/right_icon_a.png) no-repeat center;
}

.pb-carouselWarp .pb-arrow:hover {
  opacity: 1;
}



.index-news{
	padding: 133px 0 140px;
}

.news-tab{
	float: left;
	line-height: 70px;
	display: flex;
	justify-content: flex-end;
	margin-left: 70px;
}

.tabs-1{ 
	
}

.tabs-1 a{
	width: 120px;
	height: 40px;
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
	color: #666666;
	text-align: center;
}

.tabs-1 a:hover{
	color: #c4a444;
}

.tabs-1 a.active{
	background: url(../images/more_bg_h_d.png) center center no-repeat;
	background-size: 100% 100%;
	color: #002c4c;
	font-weight: bold;
}




.news-box{
	padding-top: 70px;
}

.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.22%;
	float: left;
	margin-left: 1.66%;
	background: #f1f1f1;
}

.indexnews-not:first-child{
	margin-left: 0;
}

.indexnews-not .tp{
	overflow: hidden;
	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;
}

.indexnews-not .tp img{
	height: 309px;
	width: 100%;
	max-width: initial;
	object-fit: cover;
}


.indexnews-not .text{
	padding: 40px 40px 57px;
}

.indexnews-not .text span{
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}

.indexnews-not .text h2{
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 14px;
	transition: all 0.5s;
}

.indexnews-not:hover .text h2{
	color: #c4a444;
}

.indexnews-not .text p{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 20px;
}

.indexnews-not .text a{
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	margin-top: 29px;
	display: block;
	opacity: .5;
	position: relative;
	z-index: 9;
}

.indexnews-not .text a:hover{
	opacity: 1;
}

.right-icon-h {
    background: url(../images/right_icon_a.png) center center no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
    bottom: -2px;
}


.indexnews-right{
	width: 32.26%;
	position: relative;
	float: right;
	background: #f1f1f1;
}

.indexnews-right .box{
	padding: 45px 36px;
}

.indexnews-right .box ul li{
	padding-top: 17px;
	margin-top: 18px;
	border-top: 1px dashed #ccc;
	position: relative;
}

.indexnews-right .box ul li .unit-link{
	display: none;
}

.indexnews-right .box ul li .tp{
	display: none;
}

.indexnews-right .box ul li:first-child{
	padding-top: 0;
	margin-top: 0;
	border-top: initial;
}

.indexnews-right .box ul li span{
	font-size: 12px;
	line-height: 18px;
	color: #999999;
}

.indexnews-right .box ul li p a{
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	height: 48px;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 10px;
}

.indexnews-right .box ul li p a:hover{
	color: #c4a444;
}




/* 松记定制 */

.customized-banner{
	width: 100%;
	background: url(../images/customized_bg.jpg) center center no-repeat;
	background-size: cover;
}

.customized-banner .container{
	height: 100vh;
	position: relative;
}

.customized-banner .title{
	position: absolute;
	top: 50%;
	transform: translateY(-45%);
	text-align: left;
	width: 45%;
	margin-left: 5%;
}

.customized-banner .title span{
	font-size: 60px;
	line-height: 110px;
	font-weight: initial;
	display: block;
}

.customized-banner .title h2{
	font-size: 72px;
	line-height: 110px;
	color: #fff;
	letter-spacing: 5px;
}



.customized-introduction{
	background: url(../images/customized_introduction_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 150px 0 160px;
}


.customized-introduction .subtitle .title{
	float: left;
	width: 100%;
	text-align: center;
}

.customized-introduction .subtitle .title h3{
	letter-spacing: 3px;
}

.customized-introduction .subtitle .t-eng{
	float: right;
	width: 100%;
	text-align: center;
	letter-spacing: 0;
	color: #000;
}


.customized-introduction .con{
	padding: 0 16.94%;
	padding-top: 48px;
	text-align: justify;
	font-size: 20px;
	line-height: 40px;
}

.customized-introduction .con p{
	margin-top: 30px;
}



.custom-scope-title{
	background: url(../images/customization_scope_bg.jpg) center center no-repeat;
	background-size: cover;
}

.custom-scope-title .container{
	position: relative;
	height: 700px;
}

.custom-scope-title .subtitle{
	position: absolute;
	bottom: 110px;
}

.custom-scope-title .subtitle .title{
	float: left;
	width: 100%;
}

.custom-scope-title .subtitle .title h3{
	letter-spacing: 3px;
}

.custom-scope-title .subtitle .t-eng{
	float: right;
	width: 100%;
	letter-spacing: 0;
	color: #fff;
	margin-top: 10px;
}


.custom-scope-box{
	padding: 66.5px 0;
}

.custom-scope-mar{
	padding: 66.5px 0;
	overflow: hidden;
}

.custom-scope-subtitle h4{
	font-size: 48px;
	color: #000000;
	line-height: 60px;
}

.custom-scope-subtitle p{
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin-top: 30px;
}

.material-box{
	margin-top: 63px;
}

.material-box .item{
	float: left;
	width: 32.22%;
	margin-left: 1.66%;
	position: relative;
}

.material-box .item:first-child{
	margin-left: 0;
}

.material-box .item .box{
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px 10%;
	width: 80%;
}

.material-box .item .pic img{
	height: 309px;
	object-fit: cover;
	width: 100%;
	max-width: initial;
}

.material-box .item .digit{
	font-size: 96px;
	color: rgba(0, 0, 0, .1);
	line-height: 110px;
	font-family: "SourceHanSerifCN-Bold";
	font-weight: bold;
	width: 100%;
	text-align: right;
}

.material-box .item .con{
	margin-top: 45px;
}

.material-box .item .con h5{
	font-size: 30px;
	line-height: 36px;
	color: #000000;
}

.material-box .item .con p{
	font-size: 18px;
	line-height: 24px;
	color: #666666;
	margin-top: 13px;
}




.craft-style-box{
	margin-top: 64px;
	padding-top: 25px;
	border-top: 2px solid #000;
}

.craft-style-box ul li{
	margin-top: 96px;
	width: 25%;
	float: left;
	text-align: center;
}

.craft-style-box ul li h5{
	font-size: 24px;
	line-height: 32px;
	color: #000000;
	margin-top: 25px;
	font-weight: initial;
}

.craft-style-box ul li p{
	font-size: 18px;
	line-height: 24px;
	color: #666666;
	margin-top: 14px;
}



.colour .custom-scope-subtitle{
	float: left;
}

.colour .colour-right{
	float: right;
	padding-top: 70px;
}

.colour-right .tabs-1{ 
	
}

.colour-right .tabs-1 a{
	width: 92px;
	height: 34px;
	display: inline-block;
	font-size: 0;
	border: 3px solid #eeeeee;
	margin-left: 20px;
}

.colour-right .tabs-1 a.active{
	background: initial;
	border: 3px solid #002c4c;
}



.colour-pro-list .swiper-container3{
	width:100%;border-top:0;
}

.colour-pro-list .swiper-slide3{
	width:100%;
	overflow: hidden;
}

.colour-pro-list .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;
}
	
.colour-pro-list .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;
}
.colour-pro-list .swiper-free-mode > .colour-pro-list .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;
}
.colour-pro-list .swiper-slide3 {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	text-align: left;
}


.colour .t-more{
	float: right;
}



.testing{
	padding: 133px 0 140px;
	background: url(../images/testing_standard_bg.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.testing-con{
	margin-top: 60px;
}

.testing-con .item{
	float: left;
	width: 32.22%;
	margin-left: 1.66%;
	background-color: #fff;
	height: 550px;
}

.testing-con .item:first-child{
	margin-left: 0;
}

.testing-con .item .box{
	padding: 43px 50px 43px;
}


.testing-con .item .subtitle{
	text-align: center;
	font-size: 30px;
	color: #000000;
	line-height: 36px;
	font-weight: bold;
}

.testing-con .item .subtitle h5{
	position: relative;
	display: inline-block;
	padding-left: 45px;
}

.icon-30{
	width: 30px;
	height: 30px;
}

.appearance-icon{
	background: url(../images/appearance_icon.png) center center no-repeat;
	background-size: 100% 100%;
}

.function-icon{
	background: url(../images/function_icon.png) center center no-repeat;
	background-size: 100% 100%;
}

.security-icon{
	background: url(../images/security_icon.png) center center no-repeat;
	background-size: 100% 100%;
}


.standards ul li:first-child{
	border-top: 2px solid #333;
}


.standards ul li{
	padding-top: 26px;
	margin-top: 22px;
	border-top: 1px dashed #ddd;
}

.standards ul li:first-child p{
	height: 32px;
}

.standards ul li b{
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	display: block;
}

.standards ul li p{
	font-size: 18px;
	color: #666666;
	line-height: 32px;
	margin-top: 8px;
	height: 64px;
}

.testing-con .item:last-child .standards ul li b{
	line-height: 32px;
}



.minimum-order{
	padding: 133px 0 144px;
	max-width: 1920px;
	position: relative;
	overflow: hidden;
}

.minimum-order::after{
	position: absolute;
	top: 0;
	right: 0;
	width: 924px;
	height: 924px;
	display: block;
	content: "";
	background: url(../images/research_development_s.png) center center no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	opacity: .5;
}


.min-order-con {
	width: 42.36%;
}

.min-order-con .t-eng{
	float: initial;
	color: #000;
	margin-bottom: 10px;
}

.min-order-con .text{
	margin-top: 50px;
	font-size: 18px;
	line-height: 36px;
	color: #666666;
}

.min-order-pic{
	margin-top: 130px;
}

.min-order-pic .digital-icon{
	width: 30%;
	text-align: center;
	float: left;
}

.min-order-pic .digital-icon img{
	margin-top: 90px;
}


.min-order-pic .pic{
	width: 66.11%;
	text-align: center;
	float: right;
}

.min-order-pic .pic img{
	height: 400px;
	max-width: initial;
}



.custom-cycle{
	background: #f1f1f1 url(../images/custom_cycle_bg.png) center center no-repeat;
	background-size: cover;
	padding-top: 133px;
	overflow: hidden;
}

.custom-cycle-con{
	width: 66.11%;
}

.procedure-box{
	padding: 133px 0 190px;
}

.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: 24px;
	color: #333333;
	line-height: 30px;
	margin-top: 30px;
	font-weight: bold;
}

.procedure-box ul li:before{
	position: absolute;
	width: 15px;
	height: 15px;
	right: -24px;
	top: 54px;
	display: block;
	content: "";
	background: url(../images/right_icon_a.png) center center no-repeat;
	background-size: 100% 100%;
	opacity: .3;
}

.procedure-box ul li:last-child:before{
	display: none;
}



.cus-advantages{
	background: url(../images/customized_advantages_bg.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.advantages-list{
	margin-top: 70px;
}

.advantages-list .item{
	float: left;
	width: 23.75%;
	margin-left: 1.66%;
	text-align: center;
	background: #fff;
}

.advantages-list .item:first-child{
	margin-left: 0;
}

.advantages-list .item .box{
	padding: 70px 40px 65px;
}


.advantages-list .item .pic{
	width: 138px;
	height: 138px;
	border: 1px solid #eee;
	border-radius: 50%;
	margin: 0 auto;
}

.advantages-list .item .pic img{
	padding-top: 40px;
}


.advantages-list .item .con{
	margin-top: 42px;
}

.advantages-list .item .con h4{
	font-size: 24px;
	line-height: 36px;
	color: #000;
}

.advantages-list .item .con p{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	height: 128px;
	text-align: justify;
	margin-top: 25px;
}


.cus-case{
	background: initial;
}



.case-page-con.news-con{
	border-top: 2px solid #c4a444;
	padding-top: 60px;
	margin-top: 120px;
	padding-bottom: 0;
	border-bottom: initial;
}