@charset "UTF-8";
body{
	font-family: "微软雅黑" !important;
}
img{
	max-width: 100%;
}
.clear{
	clear: both;
}

.footH {
    height: 50px;
    display: none;
}
.footFix {
    background: #333;
    padding: 10px 0;
    display: none;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    color: #fff;
}
.footFix>a {
    display: inline-block;
    width: 33%;
    font-size: 16px;
    color: #ffffff!important;
}
.footFix>a>i.iconfont {
    font-size: 20px;
    margin-right: 5px;
    color: #fff;
} 
.top-search{
	overflow: hidden;
	background: #f2f2f2;
	height: 0;
    transition: all .5s ease;
}
.top-search.on{
	height: 85px;
	padding: 20px;
    transition: all .5s ease;
}
.top-search input[type=text]{
	width: 80%;
	float: left;
	height: 45px;
	border: 2px solid #e02b20;
	font-family: "思源黑体 CN";
	font-size: 18px;
	color: #333;
	text-indent: 12px;
}
.top-search input[type=button]{
	width: 20%;
	border: none;
	float: left;
	height: 45px;
	background: #e02b20; 
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
}
/*head*/ 
.menus{
	width: 100%;
	padding: 5px 0 14px 0;
	background-color: #000;
	position: relative;
	transition: all .5s ease;

}
.menus.fixedbg {
    position: fixed !important;
    opacity: 0.9;
	padding:1px 0 2px 0;
	z-index: 8888;
	transition: all .5s ease;
}
.menus.fixedbg::after{
	height: 100%;
	left: -30px;
	top: -20px;
	box-shadow: 7px 5px 10px 0 rgba(0, 0, 0, 0);
	transition: all .5s ease;
} 
@media (max-width: 1920px) and (min-width:1610px) {
	.menus .container {
		width: 1200px;
	}
}
.menus .Logo{
	float: left;
	z-index: 9;
	top: 0px;
	transition: all 1s ease;
	padding-top:10px;
	position: absolute;
}
.menus .Logomobile{
	display: none;
}
.menus.fixedbg .Logo{
	padding-top:0px;
	transition: all 1s ease;	
}
.menus .Logo img{
	display: block;
	width: 100%;
	float: left;
	width: 15%;
}
.WebLink{
	z-index: 9;
	float: right;
	margin-left: 12%;
	margin-top: 25px;
	position: relative;
	z-index: 999;
}
.menus.fixedbg .WebLink{
	margin-top:20px;
}
.WebLink li{
	float: left;
	margin-left: 46px;
	position: relative;
}

@media (max-width: 1440px) {
	.menus .container {
		width: 96%;
		max-width: 1080px;
	}
	.WebLink li{
		margin-left: 22px;
	}
}
.WebLink li:nth-child(1){
	margin-left: 0;
}
.WebLink li a{
	display: block;
	line-height: 32px;
	font-size: 14px;
	font-weight:600;
	color: #8d8d8d;
	line-height: 30px;
	transition: all 0.5s ease;
}
.WebLink li.on a{
	color: #dc262a;
	transition: all 0.5s ease;
}
.WebLink li.on i{
	color: #dc262a;
	transition: all 0.5s ease;
}
.WebLink li:hover a, .WebLink li:hover i{
	color: #dc262a;
	transition: all 0.5s ease;
}
.WebLink li a span{
	font-size: 12px;
}
.WebLink li i{
	font-size: 14px;
    color: #8d8d8d;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 4px;
}
.WebLink > li .xc-sub-lm-warp{
	position: absolute;
	left: 85%;
	margin-left: -80px;
	width: 240px;
	top: 30px; 
	z-index: -1;
	visibility: hidden; 
    transition: all .5s ease;  	
}
.WebLink > li:hover .xc-sub-lm-warp{ 
	z-index: 9999;
	visibility: visible;
}
.WebLink > li .xc-sub-lm-warp .sub-lm-line{
	height: 29px;
}
.menus.fixedbg .WebLink > li .xc-sub-lm-warp .sub-lm-line{
	height: 24px; 
    transition: all .5s ease; 
}
.WebLink > li .xc-sub-lm-warp .sub-lm{
	background: rgba(0,0,0,0.96);
	border-top:3px solid #8D8D8D;
	padding: 10px 0 20px 0;  
	margin-top: 50px;
	opacity: 0; 
	position: relative;
	z-index: 0;
	visibility: hidden;
    transition: all .2s ease; 
}
.WebLink > li:hover .xc-sub-lm-warp .sub-lm{ 
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	z-index: 9999; 
    transition: all .5s ease; 
}
.WebLink > li .xc-sub-lm-warp .sub-lm > div{
	display: block;
	position: relative;
	line-height: 25px;
	font-size: 15px; 
	line-height: 40px;
    transition: all .5s ease;  
} 
.WebLink > li .xc-sub-lm-warp .sub-lm > div > a{
	display: block;
	color: #8D8D8D;
    transition: all .5s ease; 
	text-indent: 35px;
	line-height: 30px;
    padding: 5px 0;
}
.WebLink > li .xc-sub-lm-warp .sub-lm > div > a:hover{
	color: #fff;
    transition: all .5s ease; 
}
.WebLink > li .xc-sub-lm-warp .sub-lm > div .sub-sub-lm{
	position: absolute;
	width: 240px;
	right: -240px;
	background: #010101;
	border-top: 3px solid #8d8d8d;
	top: 0;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
    transition: all .5s ease; 
}
.WebLink > li .xc-sub-lm-warp .sub-lm > div:hover .sub-sub-lm{
	opacity: 1;
	visibility: visible;
    transition: all .5s ease; 
}
.WebLink > li .xc-sub-lm-warp .sub-lm > div .sub-sub-lm a{
	display: block;
	font-size: 14px;
	color: #8d8d8d;
	line-height: 40px;
	text-indent: 35px;
}
.WebLink > li .xc-sub-lm-warp .sub-lm > div .sub-sub-lm a:hover{
	color: #fff;
}
.head-ss{
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: url(../images/search.png) no-repeat center center;
	position: relative;
	z-index: 9;
	cursor: pointer;
	margin-top: 30px;
    margin-left: 20px;
}
.menus.fixedbg .head-ss {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
/*main-content*/
.main-content{
	border-top: 2px solid #e02b20;
	border-bottom:3px solid #e02b20;
	background: #000;
	padding:27px 0;
}
.main-content-title{
	font-size: 25px;
    color: #ffffff!important;
    text-align: center;
	padding-bottom:10px;
}
.main-content-info{
	font-size: 15px;
	color: #ffffff!important;
	text-align: center;
	margin-bottom: 17px;
}
.main-content-button{
	line-height:41px;
	text-align: center;
	background:#e02b20;
	width:100%;
	max-width:460px;
	margin:0 auto;
}
.main-content-button a{
	display: block;
	color: #ffffff !important;
	font-size: 18px;
	padding:0 12px;
}
/*zhanshi*/
.zhanshi{
	padding:0;
	width:100%;
	position: relative;
}
.zhanshi-row{
	padding-top: 0px!important;
    padding-bottom: 40px!important;
    margin-right: auto!important;
    margin-bottom: -5px!important;
    margin-left: auto!important;
    padding-top: 0px;
    padding-bottom: 6px;
	
	direction: ltr;
	background: #191919!important;
	
}
.zhanshi-row_h1{
	width: 100%;
	text-align: center;
	font-size: 86px;
	color:#fff;
	line-height: 112px;
	font-weight: bold;
}
.zhanshi-row_h2{
	width: 100%;
	text-align: center;
	color:#fff;
	font-size: 35px;
	line-height: 35px;
}
.zhanshi-row-title{
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
}
.zhanshi-row-title ul li{
	width: 33.3%;
	float: left;
	overflow: hidden;
}
.zhanshi-row-title ul li img{
	transform: scale(1);
	transition: all .5s ease;
	float: left;
}
.zhanshi-row-title ul li:hover img{
	transform: scale(1.08);
	transition: all .5s ease;
}
.zhanshi-row-title ul li span{
	font-size: 35px;
	line-height: 35px;
	color:#fff;
	text-align: center;
	float: left;
	width: 100%;
}
/*jieshao*/
.jieshao{
	padding:45px 0 55px 0;
}
.jieshao .container{
	width: 90% !important;
	max-width: 1380px;
}
.jieshao .p30{
	padding:30px 60px;
}
.jieshao-img{
	margin-bottom:30px;
	text-align: center;
}
.jieshao-tit{
	font-size:22px;
	font-weight:700;
	color:#353740;
	line-height:30px;
	padding-bottom: 10px;
	text-align: center;
}
.jieshao-sub{
	font-size:16px;
	font-weight:500;
	color:#747d88;
	text-align: center;
	line-height:28px;
}
/*advertisement*/
.advertisement{
	border-top: 4px solid #e02b20;
	background-image: url(../images/test-banner-2.jpg)!important;
	padding-top: 0px;
    padding-bottom: 0px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: 50%;
}
.advertisement-row{
	width:43%;
	padding-top: 0px!important;
    padding-bottom: 0px!important;
    margin: 0 auto;
	background-color: rgba(0,0,0,0.8);
	overflow: hidden;
	min-height:195px;
}
.adver-left{
	width: 47.25%;
	padding-right: 30px;
    padding-left: 30px;
	float:left;
	text-align: center;
}
.adver-left-tit{
	color:#fff;
	font-size:30px;
	line-height:54px;
	padding-top:0;
	margin-top:10px;
	margin-bottom: 6px;
    font-style: italic;
	font-weight:500;
}
.adver-left-sub{
	color:#fff;
	font-size:18px;
	border-bottom: 1px solid #fff;
	margin: 0 10px;
}
.adver-left-button{
	margin:0 auto;
	margin-top:22px;
}
.adver-left-button a{
	background:#e02b20;
	color:#fff;
	padding:7px 11px;
	font-size:14px;
	font-weight:bold;
	text-align: center;
}
.adver-right{
	width: 52.7%;
	float:right;
	overflow: hidden;
}
/*job-shop*/
.job-shop{
	border-top:2px solid #e02b20;
	border-bottom: 2px solid #e02b20;
	padding:17px 0 17px 0;
	text-align: center;
}
.job-shop-word{
	font-weight:500;
}
.job-shop-word a {
	color:#333;
	font-size:30px;
	font-family: Oswald;
	transition: all .5s ease;
	padding-bottom:10px;
	line-height: 40px;
}
.job-shop-word:hover a{
	font-size:34px;
	transition: all .5s ease;
}
/*workholding*/
.workholding{
	position: relative;
	padding:0;
	width:100%;
}
.workholding_row{
	width:100%;
	
}
.workholding_row .swiper-wrapper{
	
}
.workholding_row .swiper-wrapper .swiper-slide{
	background-size:100%;
	height:521px;
}
.work-description{
	text-align:right;
	margin-right:185px;
}
.work-description h2{
	font-size: 40px!important;
	color:#fff;
	font-weight:300;
	line-height:40px;
	padding-top:200px;
}
.work-button{
	border:2px solid #dd0003;
	font-weight: 500;
	margin-top:20px;
	text-align: center;
	float: right;	
	background: rgba(0,0,0,0);
	transition: all .5s ease;
}
.work-button a{
	color:#fff;
	display:block;
	font-size: 20px;
	padding:6px 20px;
	background: #dd0003;
}
.work-button:hover{
	background:#dd0003;
	border:2px solid #dd0003;
	transition: all .5s ease;
}
/*indexProduct*/
.indexProduct{
	padding-top:33px;
	padding-bottom:27px;
	width:100%;
	overflow: hidden;
	background:#f7f7f7;
	text-align: center;
}
.indexProduct_title{
	font-weight:bold;
	text-transform: uppercase;
	font-size:42px;
	line-height:55px;
	padding-bottom:10px;
	margin-bottom:30px;
	margin-left:190px;
	margin-right:190px;
}
.indexProduct_title2{
	color: #747d88;
	line-height:28px;
	font-size:16px;
	margin-left:190px;
	margin-right:190px;
	margin-bottom: 67px;
}
.indexProduct_list{
	overflow: hidden;
}
.indexProduct_list .p30{
	padding-right:30px;
}
.product-img{
	margin-bottom:30px;
	position: relative;
}
.product-txt{
	color:#666;
	font-size:15px;
}
.indexProduct_list  .p30 a{
	display: block;
}
.product-img span{
	background: rgba(0,0,0,0);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width:100%;
	height: 100%;
	transition: all .5s ease;
	text-align: center;
	vertical-align: middle;
}
.product-img span i{
	font-size:26px;
	color:#000;
	position: absolute;
	top: 41%;
	left: 47%;;
}
.product-img:hover span{
	opacity: 1;
	background: rgba(252,210,29,1);
	transition: all .5s ease;
}

/* foot */
.foot{
	width:100%;
	padding:34px 0 53px 0;
	background:#000;
	border-top:1px solid #fff;
}
.foot .foot-list{
	width:33.3%;
	float:left;
	padding:0 30px;
	position: relative;
}
.foot .foot-list h2{
	font-weight:bold;
	color:#999;
	text-align: center;
	font-size:15px;
}
.foot .foot-list ul{
	margin-top:24px;
	overflow: hidden;
	text-align: center;
}
.foot .foot-list:first-child ul li{
	float:left;
	width:100%;
	text-align: center;
	line-height:17px;
	padding-bottom:10px;
}
.dyewm{
	display: none;
	position: absolute;
	top: -270px;
	left: 22%;
	z-index: 9999;
}
.dyewm.xs{
	display: block;
}
.wxewm{
	display: none;
	position: absolute;
	top: -270px;
	left: 22%;
	z-index: 9999;
}
.wxewm.xs{
	display: block;
}
.dyewm img, .wxewm img{
	width: 100%;
}
.foot .foot-list:first-child ul li a{
	color:#dd3333;
	font-size:15px;
}
.foot .foot-list.ts ul li{
	width:20%;
	padding:0 0px;
	display: inline-block;
}
.foot .foot-list.ts ul li i{
	font-size:26px;
	color:#fff;
}
.foot .foot-list.te li{
	text-align: center;
}
.foot .foot-list.te li i{
	font-size:35px;
	color:#fff;
}
.foot .infolist{
	margin:0 auto;
	text-align: center;
	color:#fff;
	font-size: 12px;
}
.foot .infolist a{
	color:#fff;
}
/*Ny-product*/
.Ny-product{
	width:100%;
}
.Ny-product .product-banner{
	background:#191919 url(../images/Artboard-2-v3.png) no-repeat;
	background-position: center right;
	background-size: initial;
	border-top:2px solid #e02b20;
	border-bottom:2px solid #e02b20;
	
}
.product-banner-word{
	background-image: linear-gradient(90deg,#191919 79%,rgba(0,0,0,0) 100%);
	padding: 30px 0;
	width: 70%;
	margin:0 auto;
}
.product-banner-txt{
	text-align: center;
	color:#fff;
	font-size:39px;
	
	margin: 0 auto;
	margin-bottom:30px;
}
.product-banner-txt2{
	text-align:center;
}
.product-banner-txt2 a{
	background:#dd0003;
	color:#fff;
	line-height:42px;
	padding:10px 18px 10px 18px;
	font-size:25px;
	font-weight:bold;
}
.product-list{
	width:100%;
	background-color: #000000;
	padding-top:34px;
}
.product-list-tit{
	margin:27px 0 50px 0;
	padding:10px 0 5px 0;
	color:#fff;
	font-size:45px;
	font-family: Oswald;
	font-weight:500;
	text-align: center;
}
.product-list-row{
	padding:27px 0 0 0;
	overflow: hidden;
	border-bottom:1px solid #fff;
	margin-bottom:70px;
}
.product-list-row .p30{
	padding-left:30px;
	padding-right:30px;
	margin-bottom:67px;
}
.product-list-row .p30 a{
	display: block;
	overflow: hidden;
}
.product-list-row .p30 .Pic{
	overflow: hidden;
}
.product-list-row .p30 .Pic img{
	opacity: 0.7;
	transition: all .8s ease;
}
.product-list-row .p30 .Pic:hover img{
	opacity: 1;
	transition: all .8s ease;	
	filter: brightness(120%);
}
.product-list-row .p30 .Txt{
	text-align: center;
	color:#fff;
	font-size:24px;
}
/*productDe*/
.Ny-productDe{
	width:100%;
	padding:20px 0 120px 0;
	margin:0 auto;
	text-align: center;
	background-color: #191919;
	
}
.productDe-logo{
	padding-top:27px;
	text-align: center;
	margin:0 auto;
	margin-bottom:20px;
	font-size: 50px;
	color:#fff;
	font-weight: bold;
}
.productDe-logo-lx{
	font-size:69px;	
	line-height:69px;
	font-weight:300;
	color:#fff;
	text-align: center;
	padding-bottom:10px;
}
.productDe-logo-kx{
	font-size:27px;
	line-height:27px;
	padding-bottom:30px;
	color:#fff;
	margin-bottom: 18px;
}
.productDe-logo-kx span{
	font-weight:bold;
}
.productDe-logo-button{
	margin:0 auto;
	line-height:60px;
}
.productDe-logo-button a{
	background: #e02b20;
	color:#000;
	border:3px solid #e02b20;
	padding:11px 0px 11px 16px;
	transition: all .5s ease;
	font-size:23px;
	font-weight:600;
	line-height:59px;	
}
.productDe-logo-button a:hover{
	background: rgba(0,0,0,0);
	color:#e02b20;
	transition: all .5s ease;
}
.productDe-logo-button a i{
	font-size:24px;
	padding-left:18px;
}
.productDe-sketch{
	padding-top: 34px!important;
	padding-bottom: 23px!important;
	max-width:1280px;
	margin:0 auto;
	overflow: hidden;
}
.productDe-sketchlist{
	width:100%;
	overflow: hidden;
	margin-bottom: 35px;
}
.productDe-sketch-left{
	width:29.667%;
	margin-right:5.5%;
	float:left;
}
.left-img{
	margin-bottom:20px;
	text-align: right;
}
.left-txt{
	text-align: right;
	color:#fff;
}
.left-txt h1{
	font-size:23px;
	padding-bottom:10px;
	margin-bottom: 10px;
}
.left-txt h2{
	margin-left:120px;
	font-size:15px;
	color:#fff;
	line-height:25.5px;
}
.productDe-sketch-middle{
	width:29.667%;
	margin-right:5.5%;
	float:left;
}
.productDe-sketch-middle img{
	width:77%;
	filter: brightness(120%);
}
.productDe-sketch-right{
	width:29.667%;
	float:left;
}
.right-img{
	margin-bottom:20px;
	text-align: left;
}
.right-txt{
	text-align: left;
	color:#fff;
}
.right-txt h1{	
	font-size:23px;
	padding-bottom:10px;
	margin-bottom: 10px;
}
.right-txt h2{
	margin-right:120px;
	font-size:15px;
	color:#fff;
	line-height:25.5px;
}
.productDe-sketch-button{
	margin:0 auto;
	text-align: center;
	overflow: hidden;
	border:4px solid #dd3333;
	color:#fff;
	background: rgba(0,0,0,0);
	font-size:22px;
	font-weight:bold;
	padding:7px 4px 7px 22px;
}
.productDe-sketch-button i{
	font-size:24px;
	opacity: 0;

	transition: all .5s ease;
}
.productDe-sketch-button:hover{
	color:#fff;
}
.productDe-sketch-button:hover i{
	opacity: 1;
	padding-left:14px;
	transition: all .5s ease;	
}
.dab{
	border-top: 1px solid #e02b20;
    border-bottom: 1px solid #e02b20;
    padding: 20px 0 28px 0;
    text-align: center;
	background:#000;
}
.dab-word{
	color:#fff;
	font-size:34px;
	line-height:37px;
}
.productDe-Detail{
	padding-top:28px;
	width:100%;
	margin:0 auto;
	overflow: hidden;
}
.productDe-Detail-info{
	width:100%;
}
.Detail-item{
	overflow: hidden;
	padding-bottom: 28px;
}
.textnr{
	width:50%;
	float:left;
	overflow: hidden;
}
.textnr .fr{
	float:right !important;
}
.textnr .fl{
	float:left !important;
}
.textnr hr{
	width:130px;
	background:#fff;
	color:#fff;
	height:1px;
}
.textnr .textnr_tit{
	font-size: 46px;
	color:#fff;
	text-align: right;
	margin-top:150px;
}
.textnr .textnr_sub{
	font-size:16px;
	line-height:25.5px;
	text-align: right;
	color:#fff;	
	margin-left:216px;
}
.imgnr{
	text-align: left;
	padding-left:8%;
	float:left;
}
.Detail-item:nth-child(2n+2) .textnr{
	width:50%;
	float:right;
	padding-left:3%;
}
.Detail-item:nth-child(2n+2) .textnr .textnr_tit{
	text-align: left;
	margin-right: 30px;
}
.Detail-item:nth-child(2n+2) .textnr hr{
	
}
.Detail-item:nth-child(2n+2) .textnr .textnr_sub{
	margin-right:216px;
	margin-left:0;
	text-align: left;
}
.Detail-item:nth-child(2n+2) .imgnr{
	padding-left:12%;
}
.Detail-item:nth-child(3) .textnr.rocklock, .Detail-item:nth-child(5) .textnr.rocklock{
	width:47.5%;
}
.Detail-item:nth-child(5) .textnr.rocklock hr, .Detail-item:nth-child(5) .textnr.rocklock .textnr_sub{
	float:right;
}
.Detail-item:nth-child(3) .imgnr.rocklock{
	width: 46.25%;
	margin-left: 5.5%;
	margin-right:0;
}
 .Detail-item:nth-child(5) .imgnr.rocklock{
	width: 46.25%;
	margin-left: 5.5%;
	margin-right:0;	 
	margin-top:80px;
 }
.Detail-item .textnr_button{
	float:left;
	overflow: hidden;
	text-align: center;
	line-height:46px;
	margin-top:31px;
}
.Detail-item .textnr_button a{
	border:2px solid #e02b20;
	color:#fff;
	font-size:22px;
	padding:6px 22px;
}
/*Ny-contact*/
.Ny-contact{
	width:100%;
}
.contact-banner{
	background-image: linear-gradient(180deg,#000000 0%,rgba(0,0,0,0) 14%), url(../images/contact-bg.jpg);
	background-color: rgba(0,0,0,0.75);
	background-position: 50%;
	background-size: cover;
    padding-bottom: 10.2%;
	position: relative;
}
.contact-container{
	width:80%;
	max-width: 1080px;
	margin:0 auto;
}
.contact-container .head-content{
	margin:0 auto 20px;
    width: 80%;
    max-width: 800px;
	padding: 10px;
    text-align: center;
}
.contact-container .head-content h1{
	font-size:80px;
	text-align: center;
	text-transform: uppercase;
	color:#fff;
	line-height:120px;
	padding-bottom:10px;
	position: relative;
	z-index: 3;
	font-family: Oswald;
	letter-spacing: 0.1em;
}
.contact-container .head-content span{
	color:#fff;
	font-size:25px;
	font-weight:600;
	position: relative;
	line-height:30px;
	z-index: 3;
	font-family:Nunito;
}
.contact-banner-overlay{
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	content: "";
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}
.contact-list{
	padding:54px 0;
	width:100%;
	background:#000;
}
.contact-list .container{
	max-width:890px;
	width:62%;
	margin:0 auto;
	padding:27px 0;
}
.contact-list .p13{
	padding-left:13px;
	padding-right:13px;
}
.contact-list .p13 .Pic{
	text-align: center;
	margin-bottom:30px;
}
.contact-list .p13 .txt{
	
}
.contact-list .p13 .txt .tit{
	color:#fff;
	font-size:18px;
	text-align: center;
	padding-bottom:10px;
}
.contact-list .p13 .txt .sub{
	color:#dd3333;
	font-size:15px;
	font-weight:bold;
	text-align: center;
}
.contact-info{
	background: #000;
	overflow: hidden;
}
.contact-info-left{
	width:50%;
	float:left;
	padding:80px 5%;
}

.contact-address{
	margin-bottom:30px;
	text-align: right;
}
.contact-address:last-child{
	margin-bottom:0;
}
.address-title{
	color:#fff;
	font-size:42px;
	line-height:63px;
	padding-bottom:10px;
	text-transform: uppercase;
	font-family: Oswald;	
	letter-spacing: 2px;
}
.address-info{
	font-size:18px;
	line-height:32px;
	padding-bottom:18px;
	color:#fff;
}
.address-red{
	font-weight: bold;
	color:#dd3333;
}
.address-red a:hover{
	color: #dd3333;
}
/*.contact-address:last-child .address-info{
	padding-bottom: 0;
}*/
.contact-info-right{
	width:50%;
	float: right;
	background: url(../images/run-cnc-mug-1.jpg) no-repeat;
	/*background-size: 100%;*/
	height:536px;
}
/*tradeshows*/
.Ny-tradeshows{
	width:100%;
}
.tradeshows-banner{
	background-image: linear-gradient(180deg,#000000 0%,rgba(0,0,0,0) 14%), url(../images/grayscale.jpg);
    background-color: rgba(0,0,0,0.4);
    background-position: 50%;
    background-size: cover;
    padding-bottom: 1%;
    position: relative;
	background-blend-mode: multiply;
}
.tradeshows-container{
	width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}
.head-tradeshows{
	margin: 0 auto 20px;
    width: 80%;
    max-width: 800px;
    padding: 10px;
    text-align: center;
}
.head-tradeshows h1{
	font-size: 58px;
	font-weight:bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 120px;
    padding-bottom: 10px;
    position: relative;
    z-index: 3;
    font-family: Roboto;
    letter-spacing: 0.1em;
}
.tradeshows-banner-overlay{
	background-color: rgba(0,0,0,0.4);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}
.tradeshows-list{
	width:100%;
	overflow: hidden;
	background-color: #161616;
	padding-bottom:54px;
}
.tradeshows-list-title{
	font-size:80px;
	color:#fff;
	text-transform: uppercase;
	padding:27px 0;
	line-height:106px;
	text-align: center;
}
.tradeshows-info{
	padding:27px 0;
	margin: 0 auto;
	color:#fff;
}
.tradeshows-info-time{
	width:41.75%;
	margin-right:3%;
	font-size:55px;
	text-align: center;
	color:#fff;
	line-height: 72px;
	padding-bottom: 10px;
	float:left;
	font-family: Oswald;
}
.tradeshows-info-add{
	width:30.75%;
	margin-right:3%;
	font-size:20px;
	font-weight:500;
	float:left;	
	line-height: 72px;
	padding-bottom:10px;
}
.tradeshows-info-zhm{
	width:22.75%;
	margin-right:3%;
	color:#fff;
	float:left;	
	line-height: 72px;
	text-align: center;
	padding-bottom:10px;	
}
.tradeshows-info-zhm a{
	border:2px solid #fff;
	font-size:16px;
	padding: 21px 30px;
	font-family: Open Sans;
	font-weight:700;
	letter-spacing: 5px;
	transition: all .8s ease;
	overflow: hidden;
	color:#fff;
	text-decoration: none;
}
.tradeshows-info-zhm a:hover{
	color:#fff;
	border:2px solid rgba(0,0,0,0);
	transition: all .3s ease;
}
.tradeshows-info-zhm  i{
	margin-left: -30px;
	opacity: 0;
	transition: all .5s ease;
}
.tradeshows-info-zhm:hover i{
	margin-left: -15px;
	opacity: 1;
	transition: all .5s ease;	
}
.tradeshows-info-link.pass{
	margin-right: 0 !important;
	float:left;	
	font-size:37px;
	line-height: 72px;
	padding-bottom:10px;
	font-family: Oswald;	
}
.tradeshows-info-link.future{
	color: #fff;
	letter-spacing: 5px;
	font-size: 14px;
	font-family: Open Sans;
	font-weight:bold;
	text-transform: uppercase;
	background-image: linear-gradient(90deg,#e02b20 0%,#ff7e6d 100%)!important;
	background-color: #f46aa0;
	float: left;

}
.tradeshows-info-link.future a{
	padding-top: 20px!important;
	padding-right: 40px!important;
	padding-bottom: 20px!important;
	padding-left: 40px!important;
	display: block;
	overflow: hidden;
}
.tradeshows-info-link.future a:hover{
	color:#fff;
}
.tradeshows-info-springboard{
	width: 12.75%;
    margin-right: 3%;
    color: #fff;
    float: left;
    line-height: 72px;
    text-align: center;
    padding-bottom: 10px;
}
.tradeshows-info-springboard a{
	border: 2px solid #fff;
    font-size: 16px;
    padding: 21px 30px;
    font-family: Open Sans;
    font-weight: 700;
    letter-spacing: 5px;
    transition: all .8s ease;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}
.tradeshows-info-springboard a:hover{
	font-size:18px;
	transition: all .3s ease;
}
.tradeshowsDe-row{
	padding: 0px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
    margin-bottom: 70px;
	color:#fff;
	line-height:30px;
	min-height:500px;
}
/*Ny-download*/
.Ny-download{
	width:100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.download-head{
	font-size:44px;
	font-weight:bold;
	line-height:57px;
	padding-bottom:42px;
	color:#fff;
    background-color: #000000;	
	text-align: center;
	padding-top: 89px;
}
.download-banner{
	width:100%;
	background: url(../images/test-banner-2.jpg) no-repeat center top;
	overflow: hidden;
	background-size: cover;
    background-attachment: fixed;
	height:395px;
}
.downloadpart{
	margin:0 auto;
	width:75%;
}
.download-leftpart{
	float:left;
	width:47.25%;
	margin-right:5.5%;
	padding-top: 20px;
}
.download-leftpart img{
	width:90%;
}
.download-rightpart{
	float:left;
	width:42.25%;
	margin-top:100px;
	background:#0c71c3;
	padding:28px 4px;
	text-align: center;
}
.rightpart-tit{
	font-size:25px;
	color:#fff;
	line-height:25px;
	padding-bottom:10px;
}
.rightpart-sub{
	color:#fff;
	font-size:16px;
	line-height:25px;
	padding-bottom:20px;
}
.rightpart-button{
	color:#fff;
	font-size:20px;
	font-weight:500;
	line-height:52px;
}
.rightpart-button a{
	border-radius: 4px;
	background:#b70603;
	padding:6px 20px;
}
.rightpart-button:hover a{
	color:#fff;
}
.rightpart-button a i{
	opacity: 0;
	font-size:20px;
	margin-left: -10px;
	transition: all .2s ease;
}
.rightpart-button:hover a i{
	opacity: 1;
	margin-left: 0px;
	transition: all .2s ease;
}

.download-list{
	width:100%;
	padding-top:35px;
}
.download-list .search{
	margin:0 auto;
	margin-bottom:30px;
	width:47%;
	overflow: hidden;
}
.download-list input[type=text]{
	width:87.5%;
	float: left;
	height:36px;
	border: 1px solid #dddddd;
	font-size:14px;
	color:#666;
	text-indent:10px;
	border-radius: 4px;
}
.download-list input[type=button]{
	width:12.5%;
	font-size:14px;
	color:#666;
	background-color: #ddd;
	cursor: pointer;
	border:none;
	padding:9px 10px;
	float:left;
    margin-left: -5px;
	border-radius: 4px;	
}
.download-tit{
	text-align: center;
	font-size:30px;
	font-weight:500;
	font-family: Arimo;
    color: #666;
	padding-bottom:57px;
	text-transform: uppercase;	
}
.download-info{
	padding:27px 0;
	overflow: hidden;
}
.download-info .p30{
	padding-left:30px;
	padding-right:30px;
	margin-bottom:30px;
}
.download-info .p30 .txt{
	text-align: center;
	font-size:25px;
	color: #666;
}
.download-info .p30 .Pic{
	text-align: center;
}
.download-info .p30:hover .Pic{
	opacity: 0.6;
}
.Ny-downloadDe{
	width:100%;
	overflow: hidden;
}
.downloadDe-return{
	color: #ffffff;
	margin:0 auto;
	margin-top:20px;
	border-radius: 4px;
	margin-bottom:10px;
	width:285px;
	background:#0c71c3;
}
.downloadDe-return a{
	display: block;
	padding:7px 12px 7px 10px;
	font-size:17px;
	line-height:28px;
	text-align: center;
}
.downloadDe-return a i{
	font-size:17px;
	color:#fff;
	display: block;
	float:left;
}
.downloadDe-return:hover a{
	color:#fff;
}
.downloadDe-head{
	font-size:34px;
	font-weight: bold;
    line-height: 57px;
    padding-bottom: 20px;
    color: #fff;
    background-color: #000000;
    text-align: center;
    padding-top: 89px;
}
.downloadDe-info{
	width:100%;
	max-width: 800px;
	margin:0 auto;
	padding-top:40px;
	overflow: hidden;
}
.downloadDe-info .p22{
	padding-left:22px;
	padding-right:22px;
	margin-bottom:43px;
}
.info-tit{
	text-align: center;
	line-height:25px;
	color: #666;
	font-size:20px;	
}
.info-sub{
	font-size:15px;
	color:#666;
	text-align: center;
	margin-top:5px;
	margin-bottom:22px;
	height: 100px;
}
.info-pic{
	text-align: center;
	width: 50%;
    margin: 0 auto;
}
.info-2D{
	width:100%;
	overflow: hidden;
	min-height:98px;
}
.info-2D a{
	width:100%;
	float:left;
	text-align: center;
	color:#dd3333;
	font-size:15px;
	padding-bottom:15px;
}
.info-2D a:last-child{
	padding-bottom:0px;
}
.info-row{
	width:100%;
	max-width:800px;
	overflow: hidden;
	padding-top:27px;
    text-align: center;
	margin:0 80px;
}
.row-left{
	margin:0 auto;
}
.row-left-line{
	background: #000;
	height:1px;
	width:200px;
}
/*about*/
.Ny-about{
	background:#000000;
	padding-top:67px;
	padding-bottom: 180px;
	position: relative;
}
.about-space{
	height:67px;
	background: #fff;
	overflow: hidden;
}
.about-info{
	width:80%;
	overflow: hidden;
	background:#000;
	position: relative;
	margin:0 auto;
	margin-top:-55px;
	padding:27px 0;
}
.about-info-left{
	width:47.25%;
	margin-right:5.5%;
	float:left;
	text-align: right;
}
.about-info-left .tit{
	color:#ff0000;
	font-size:56px;
	font-weight:700;
	line-height:83px;
	font-family:Oswald;
	text-transform: uppercase;
	padding-left:60px;
	margin-bottom:14px;
}
.about-info-left hr{
	background: #ed4441;
	height:3px;
	width:150px;
	float:right;
	margin-bottom:52px;
}
.about-info-left .sub{
	float:right;
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-align: left;
}
.about-info-right{
	width:47.25%;
	float:right;
	margin-top:90px;
}
/*deuce*/
.productDe-sketch-left.deuce{
	width:31.333%;
	margin-right:3%;
}
.productDe-sketch-middle.deuce{
	width:31.333%;
	margin-right:3%;
}
.productDe-sketch-middle.deuce img{
	width:100%;
}
.productDe-sketch.deuce{
	max-width:none;
}
.imgnr.deuce{
	width:48.5%;
	padding-left:3%;
}
.Detail-item:nth-child(3) .imgnr.deuce img{
	width:93%;
	margin-top: 60px;
}
/*dovetail*/
.Ny-productDe.dovetail{
	padding:0px;
}
.dovetail-banner{
	background-image: linear-gradient(183deg,#000000 0%,rgba(0,0,0,0.44) 100%), url(../images/5thjobshop.png);
	position: relative;
	width:100%;
	background-position: 50%;
	background-size: cover;
	padding-bottom:40%;
	background-color: #232323!important;
}
.dovetail-row{
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	background-image: linear-gradient(180deg,rgba(0,0,0,0.92) 0%,rgba(0,0,0,0) 100%);
	background-color: rgba(0,0,0,0.43);
	padding:80px 0 62px 0;
	
}
.dovetail-row .row-word{
	font-size:73px;
	color:#fff;
	line-height:25.5px;
	text-align: center;
	font-family:Roboto;
}
.dovetail-po{
	position: relative;
	top:165px;
	left:0;
	max-width:1000px;
	margin:0 auto;
	width:100%;
}
.dovetail-po-left{
	float:left;
	width:47.25%;
	margin-right:5.5%;
}
.dovetail-po-left .tit{
	padding-top:36px;
	text-align: center;
	color:#fff;
	padding-bottom:10px;
	margin-bottom:27px;
}
.dovetail-po-left .tit h1{
	font-weight: 300;
    text-transform: uppercase;
	font-size:27px;
}
.dovetail-po-left .tit h2{
	font-weight: bold;
    text-transform: uppercase;
	font-size:27px;
}
.dovetail-po-left .pic{
	text-align: center;
}
.dovetail-po-left .pic img{
	width:50%;
}
.dovetail-po-right{
	float:left;
	width:47.25%;
}
.dovetail-po-right .tit{
	padding-top:36px;
	text-align: center;
	color:#fff;
	padding-bottom:10px;
	margin-bottom:27px;
}
.dovetail-po-right .tit h1{
	font-weight: 300;
    text-transform: uppercase;
	font-size:27px;
}
.dovetail-po-right .tit h2{
	font-weight: bold;
    text-transform: uppercase;
	font-size:27px;
}
.dovetail-po-right .pic{
	text-align: center;
}
.dovetail-po-right .pic img{
	width:50%;
}
.dovetail-adv{
	border-top:3px solid #e02b20;
	border-bottom:3px solid #e02b20;	
	background:#000;
	padding:16px 0;
}
.dovetail-adv-button{
	color:#000000;
	line-height:64px;
	font-size:30px;
	font-weight: 600;
}
.dovetail-adv-button a{
	background:#e02b20;
	border:3px solid #e02b20;
	padding:9px 0px 9px 21px;
}
.dovetail-adv-button a i{
	font-size:30px;
	color:#000;
	padding-left: 30px;
}
.dovetail-adv-button:hover{
	color:#e02b20;
}
.dovetail-adv-button:hover a{
	background:#000;
	color:#e02b20;
}
.dovetail-adv-button:hover a i{
	font-size:30px;
	color:#e02b20;

}
.dovetail-adv-txt{
	padding:27px 0;
	margin:0 auto;
	max-width:1080px;
	overflow: hidden;
}
.dovetail-adv-txt .item{
	width:28.667%;
	margin-right:5.5%;
	float:left;
	color:#fff;
	font-size:34px;
	line-height:25px;
}
.dovetail-adv-txt .item:last-child{
	margin-right:0%;
}
.dovetail-video{
	width:100%;
	overflow: hidden;
}
.dovetail-video video{
	width:100%;
}
.textnr.dovetail .textnr_sub{
	padding-bottom:16px;
}
.textnr.dovetail p{
	float:right;
	text-align: right;
	color:#fff;
	text-decoration: underline;
}
.productDe-logo-button.dovetail{
	margin-bottom:54px;
}
.imgnr.dovetail{
	width: 48.5%;
	padding-left: 3%;
}
.Detail-item:nth-child(3) .imgnr.dovetail img{
	width:80%;
	margin-top: 63px;
}
.Detail-item:nth-child(4) .imgnr.dovetail img{
	margin-top: 85px;
}
.Detail-item:nth-child(5) .imgnr.dovetail img{
	width:80%;
	margin-top: 63px;
}
.dovetail-part{
	width:100%;
	overflow: hidden;
	max-width: 1080px;
	margin:0 auto;
	margin-bottom:50px;
}
.dovetail-part .p30{
	padding-left:30px;
	padding-right: 30px;
	float:left;
}
/*Ny-master*/
.Ny-master{
	width:100%;
	overflow: hidden;
	padding:54px 0;
	background: #191919;
	text-align: center;
}
.master-title{
	padding-top:27px;
	padding-bottom:10px;
	margin-bottom:20px;
	font-size:66px;
	color:#fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto';
	line-height:66px;
}
.Ny-master>hr{
	background: #fff;
	margin:19px auto 18px;
	width:496px;
}
.master-sub{
	text-align: center;
	color:#fff;
	font-size:24px;
	line-height:25px;
}
.master-bimg{
	width:80%;
	max-width:1080px;
	margin:0 auto -20px;
}
.master-logo-button{
	margin:0 auto;
	line-height:39px;
}
.master-logo-button a{
	background: #e02b20;
	color:#000;
	border:3px solid #e02b20;
	padding:11px 0px 11px 16px;
	transition: all .5s ease;
	font-size:30px;
	font-weight:600;
	line-height:59px;	
}
.master-logo-button a:hover{
	background: rgba(0,0,0,0);
	color:#e02b20;
	transition: all .5s ease;
}
.master-logo-button a i{
	font-size:30px;
	padding-left:27px;
}
.productDe-sketch-middle.master img{
	width:100%;
}
.master-video{
	padding:54px 0;
	border-top: 2px solid #e02b20;
	border-bottom:2px solid #e02b20;
	background:#000;
}
.productDe-Detail-info.master{
	max-width:1138px;
	margin:0 auto;
}
.imgnr.master{
	width:47.25%;
	margin-right:5.5%;
	padding-left:0%;
}
.imgnr.rocklock{
	width:47.25%;
	margin-right:5.5%;
	padding-left:0;
}
.Detail-item:nth-child(2n+2) .textnr.rocklock{
	width: 47%;
	padding-left:0;
}
.Detail-item:nth-child(2n+2) .textnr.rocklock .textnr_tit{
	margin-top:80px;
}

.Detail-item.master:nth-child(2n+1) .textnr{
	float: right;
	width:47.25%;
}
.Detail-item.master:nth-child(2n+2) .textnr{
	float: left;
	width:47.25%;
}
.Detail-item.master:nth-child(2n+1) .textnr .textnr_tit{
	text-align: left;
	margin-top:73px;
}
.Detail-item.master:nth-child(2n+2) .textnr .textnr_tit{
	text-align:right;
	margin-top:3px;
	margin-right:0px;
}
.Detail-item.master:nth-child(2n+1) .textnr>hr{
	float: unset;
}
.Detail-item.master:nth-child(2n+2) .textnr>hr{
	float: right;
}
.Detail-item.master:nth-child(2n+1) .textnr .textnr_sub{
	text-align: left;
	margin-left:0px;
}
.Detail-item.master:nth-child(2n+2) .textnr .textnr_sub{
	text-align: right;
	margin-right:0px;
	float:right;
	margin-left:216px;
}
.Detail-item.master:nth-child(2) .textnr .textnr_sub{
	margin-left: 265px;
}
.Detail-item.master .textnr_button{
	float:left;
	overflow: hidden;
	text-align: center;
	line-height:46px;
	margin-top:31px;
}
.Detail-item.master .textnr_button a{
	border:2px solid #e02b20;
	color:#fff;
	font-size:22px;
	padding:6px 22px;
}
.Detail-item.master:nth-child(2n+2) .imgnr{
	padding-left:5%;
	width: 51.25%;
    margin-right: 1.5%;
}
.Detail-item.master:nth-child(2) .textnr{
	margin-top: 75px;
} 
.Detail-item.master:nth-child(4) .textnr{
	margin-top: 75px;
} 
.productDe-logo-button.master a{
	background: #e02b20;
    color: #000;
    border: 3px solid #e02b20;
    padding: 11px 0px 11px 21px;
    transition: all .5s ease;
    font-size: 30px;
    font-weight: 600;
    line-height: 59px;
}
.productDe-logo-button.master a:hover{
	background: rgba(0,0,0,0);
    color: #e02b20;
    transition: all .5s ease;
}
.productDe-logo-button.master a i{
	font-size:30px;
}
/*Ny-nyc*/
.Ny-nyc{
	width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.nycpart{
	padding-top:100px;
}
.nyc-banner{
	width: 100%;
    background-image:linear-gradient(180deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%), url(../images/test-banner-2.jpg) !important;
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    height: 415px;
}
.nyc-banner .rightpart-tit{
	margin-bottom:30px;
	font-size:16px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	letter-spacing:3px;
	color:#fff;
	line-height:25px;
}
.nyc-banner .rightpart-sub{
	font-size:60px;
	color:#fff;
	line-height:78px;
	padding-bottom:10px;
	font-weight: bold;
	margin-bottom:30px;
	text-transform: uppercase;	
}
.nyc-banner .rightpart-sub2{
	font-size: 24px;
    line-height: 43px;
    max-width: 705px;
	color:#fff;
}
.nyc-list{
	padding-top:110px;
	padding-bottom:110px;
}
.nyc-video-img{
	padding:27px 0;
	text-align: center;
}
.nyc-video-txt{
	font-size:24px;
	line-height:43px;
	color:#747d88;
	text-align: center;
}
.nyc-info{
	background:#f7f7f7;
	padding:27px 0 77px 0;
	overflow: hidden;
}
.nyc-info-left{
	width:100%;
	margin-right: 5.5%;
	float:left;
	overflow: hidden;
	margin-top:120px;
}
.nyc-info-left-tit{
	color: #333;
	padding-bottom: 10px;
	font-size:23px;
	line-height:34px;
}
.nyc-info-left-sub{
	color:#747d88;
	line-height:36px;
	padding-bottom:40px;
	font-size:19px;
}
.nyc-info-left-link{
	color:#747d88;
	font-size:20px;
}
.nyc-info-left-link a{
	color:#dd3333;
}
.nyc-info-right{
	width:47.25%;
	float:right;
	margin-top: 120px;
	display: none;
}
/*howitsmake*/
.Ny-howitsmake{
	width:100%;
	overflow: hidden;
	background:#000;
	padding-top:81px;
	min-height: 450px;
	text-align: center;
}
.Ny-howitsmake video{
	width:100%;
	max-width: 1080px;
	margin: 0 auto;
}
/*distributors*/
.Ny-distributors{
	padding:130px 0 220px 0;
	background: #191919;
}
.distributors-left{
	float:left;
	width:47.25%;
	margin-right:5.5%;
}
.distributors-left{
	float:left;
	width:47.25%;
	margin-right:5.5%;
	text-align: center;
}
.distributors-left-tit{
	color:#fff;
	font-size:27px;
}
.distributors-left-img{
	background:url(../images/map1w.png) no-repeat center center;
	height:300px;
}
.distributors-left:hover .distributors-left-tit{
	color:#e02b20;
}
.distributors-left:hover .distributors-left-img{
	background:url(../images/map1.png) no-repeat center center;
}
.distributors-right{
	float:left;
	width:47.25%;
	text-align: center;
}
.distributors-right-tit{
	color:#fff;
	font-size:27px;
}
.distributors-right-img{
	background:url(../images/map2w.png) no-repeat center center;
	height:300px;
}
.distributors-right:hover .distributors-right-tit{
	color:#e02b20;
}
.distributors-right:hover .distributors-right-img{
	background:url(../images/map2.png) no-repeat center center;
}
/*intl*/
.intl{
	width:100%;
	overflow:hidden;
	background: #000000;
	padding:54px 0;
}
.intl-list{
	width:38%;
	margin:0 auto;
	padding:27px 0;
	min-height: 450px;
}
.intl-item{
	margin-bottom:15px;
}
.intl-list h5{
	color:#000;
	font-size:16px;
	background: #ffffff;
}
.intl-list h5 a{
	display: block;
	width:100%;
	padding:20px;
	position: relative;
	line-height: 18px;
	text-decoration: none;	
}
.intl-list h5 a i{
	font-size:16px;
	float:right;
}
.intl-list:hover h5 a{
	color:#000;
	text-decoration: none;
}
.intl-list:hover h5 a i{
	color:#000;
}
.intl-item .content{
	line-height:35px;
	font-size:15px;
	color:#666;
	padding: 20px;
	display: block;
	background: #fff;
}
.wlcqlx{
	color:#fff;
	font-size:19px;
}
.wlcqlx a{
	color:#ff0000;
	font-weight:bold;
}
/*factory*/
.factory{
	background:#191919;
	padding:54px 0;
}
.factory-list{
	padding-top:27px;
	overflow: hidden;
	
}
.factory-title {
	padding-bottom:27px;
	text-align: center;
	overflow: hidden;
	color:#fff;
}
.factory-title h1{
	line-height:32px;
	padding-bottom:10px;
	font-size:32px;
	margin-bottom:30px;
}
.factory-title h2{
	font-size:15px;
	line-height:25px;
	padding-bottom:10px;
	width:50%;
	margin:0 auto;
}
.factory-title a{
	color:#dd3333;
	text-decoration: underline;
	font-size: 15px;
	font-weight:bold;
}
.factory-info{
	width:100%;
	overflow: hidden;
	padding-bottom:30px;
}
.factory-info .item{
	margin-bottom:27px;
}
.factory-info .item h5{
	color: #666;
	font-size: 16px;
	background: #ffffff;
}
.factory-info .item h5 a{
	display: block;
    width: 100%;
    padding: 20px;
    position: relative;
    line-height: 18px;
    text-decoration: none;
}
.factory-info .item h5 a i{
	font-size: 16px;
	float: right;
	color:#ccc;
}
.factory-info .item .content{
	line-height: 25px;
    font-size: 15px;
    color: #666;
    padding: 20px;
    display: none;
    background: #fff;
}
.factory-canada{
	width:100%;
	overflow: hidden;
	margin:0 auto;
	text-align: center;
}
.canada-item{
	width:33.333333333%;
	border-top:1px solid #fff;
	margin:0 auto;
	padding-top:40px;
}
.canada-item h5{
	color: #666;
    font-size: 16px;
    background: #ffffff;
	text-align: left;
}
.canada-item h5 a{
	display: block;
    width: 100%;
    padding: 20px;
    position: relative;
    line-height: 18px;
    text-decoration: none;
}
.canada-item h5 a i{
	font-size: 16px;
    float: right;
    color: #ccc;
}
.canada-item .content{
	line-height: 15px;
    font-size: 15px;
    color: #666;
    padding: 20px;
    display: none;
    background: #fff;
	text-align: left;
}
.canada-item .content a.red{
	color:#dd3333;

}
.canada-item .content p{
	padding-bottom: 10px;
}
/*self*/
.imgnr.self{
	width:47.25%;
	margin-right:5.5%;
	padding-left:0;
}
.Detail-item.self:nth-child(2n+1) .textnr{
	float: right;
	width:47.25%;
}
.Detail-item.self:nth-child(2n+2) .textnr{
	float: left;
	width:47.25%;
}
.Detail-item.self:nth-child(2n+1) .textnr .textnr_tit{
	text-align: left;
	margin-top:73px;
	font-size:44px;
}
.Detail-item.self:nth-child(2n+2) .textnr .textnr_tit{
	text-align:right;
	margin-top:3px;
	margin-right:0px;
}
.Detail-item.self:nth-child(2n+1) .textnr>hr{
	float: unset;
}
.Detail-item.self:nth-child(2n+2) .textnr>hr{
	float: right;
}
.Detail-item.self:nth-child(2n+1) .textnr .textnr_sub{
	text-align: left;
	margin-left:0px;
}
.Detail-item.self:nth-child(2n+2) .textnr .textnr_sub{
	text-align: right;
	margin-right:0px;
	float:right;
	margin-left:0px;
}
.Detail-item.self .textnr_button{
	float:left;
	overflow: hidden;
	text-align: center;
	line-height:46px;
	margin-top:31px;
}
.Detail-item.self .textnr_button a{
	border:2px solid #e02b20;
	color:#fff;
	font-size:22px;
	padding:6px 22px;
}
.Detail-item.self:nth-child(2n+2) .imgnr{
	padding-left:5%;
	width: 51.25%;
    margin-right: 1.5%;
}
.Detail-item.self:nth-child(2) .textnr{
	margin-top: 75px;
}
.Detail-item.self:nth-child(3) .textnr .textnr_sub{
	margin-right: 166px;
}
.Detail-item.self:nth-child(4) .textnr{
	margin-top: 75px;
} 
/*top*/
.Ny-top{
	background: #191919;
	width:100%;
	padding:117px 0;
	min-height:600px;
}
.top-title{
	padding:8px 0 17px 0;
	text-align: center;
	color:#fff;
	font-size:51px;
	line-height:51px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	font-family: Oswald;
	margin-bottom:48px;
}
.top-title.rocklock{
	text-align: center;
	border-top: none;
	border-bottom: none;
	margin-bottom: 25px;
}
.top-title.rocklock img{
	width:24%;
}
.top-list{
	color:#fff;
	font-size:32px;
	text-align: center;
}
.top-button{
	text-align: center;
	overflow: hidden;
	padding-top:33px;
	line-height: 50px;
}
.top-button a{
	width:130px;
	background: rgba(221,0,3,1);
	color:#fff;
	font-size: 26px;
	padding:12px 26px;
	margin:0 53px;
	transition: all .3s ease;
}
.top-button a:hover{
	transition: all .3s ease;
	background: rgba(221,0,3,0.7)
}
/*deucepro*/
.top52-banner.deucepro{
	background: #000 url(../images/DV56-2X2-VF3-large.png) no-repeat center top;
}
/*selfpro*/
.top52-banner.selfpro{
	background: #000 url(../images/self-centering-header-image-v7.png) no-repeat center top;
	background-size: 100%;
    background-position-y: 30%;
}
/*dovetailpro*/
.top52-banner.dovetailpro{
	background: #000 url(../images/dovetail-header-image.png) no-repeat center top;
	background-size: 100%;
    background-position-y: 30%;
}
/*masterpro*/
.top52-banner.masterpro{
	background: #000 url(../images/alignment-pallet-header-image-v3.png) no-repeat center top;
	background-size: 100%;
    background-position-y: 30%;
}
/*top52*/
.Ny-top52{
	width: 100%;
}
.top52-banner{
	background: #000 url(../images/52mm-Top-Tooling-Group-View-B-resize3.png) no-repeat center top;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
	height: 375px;
}

.top52-banner-txt{
	color:#fff;
	text-align: center;
	font-size:58px;
	line-height: 58px;
	padding-top:123px;
	padding-bottom:33px;
	background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
	position: relative;
	margin-top:-210px;
	font-family: Oswald;	
}
.top52-info{
	margin:0 auto;
	text-align: center;
	background: #000;
	overflow: hidden;
}
.top52-return{
	margin-bottom: 75px;
	
}
.top52-return a{
	background-color:#e02b20;
	color:#000;
	padding:10px 14px;
	font-size:20px;
    line-height: 46px;
	font-weight:bold;
    border-radius: 4px;	
}
.top52-return a i{
	font-size: 20px;
	padding-right: 10px;
}
.top52-info-tit{
	color:#fff;
	font-size:26px;
	border-bottom:1px solid #fff;
	padding-bottom:30px;
	margin: 0 43% 30px;
}
.top52-info-list{
	width:100%;
	padding-top:25px;
}
.top52-info-list .p30{
	padding-left:20px;
	padding-right:20px;
	margin-bottom:60px;
}
.top-img{
	text-align: center;
}
.top-tit{
	color:#fff;
	font-size:19px;
	font-weight:700;
	padding-bottom:10px;
}
.top-txt{
	color:#fff;
	font-size:15px;
	height: 56px;
}
.top-txt h1{
	line-height:25px;
}
.top-txt h2{
	font-size: 14px;
}
.top52-info-list .p30:hover .top-img img{
	filter: brightness(146%);
}
/*top52De*/
.Ny-top52De{
	width:100%;
	margin:0 auto;
	background: #000;
	padding-top:25px;
}
.top52De-list{
	overflow: hidden;
	margin:0 auto;
	margin-bottom:100px;
	max-width:1200px;
}
.top52De-list-left{
	width:49%;
	float:left;
	text-align: center;
}
.top52De-list-right{
	width:51%;
	float:left;
	margin-top:61px;
	padding-left: 5%;
}
.top52De-list-right .tit1{
	font-size:32px;
	color:#fff;
	padding-bottom:10px;
	font-family:Roboto;
}
.top52De-list-right .tit2{
	font-size:29px;
	color:#fff;
	font-weight:bold;
	font-family:Roboto;	
}
.top52De-list-right hr{
	background: #fff;
	width:250px;
	margin-top:26px;
	height:1px;
}
.top52De-list-right .intro{
	font-size:15px;
	margin-top:23px;
	color:#fff;
}
.top52De-list-right .intro ul li{
	background:url(../images/dot123.png) no-repeat left center;
	padding-left: 20px;
	line-height: 30px;
}
.top52De-button{
	overflow: hidden;
    margin: 0 auto;
    width: 295px;
	
}
.top52De-button a{
	background:#DD0003;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	padding: 7px 15px 7px 17px;
	line-height:42px;
	display: block;
}
.top52De-button a i{
	color:#fff;	
	font-size:24px;
	padding-left:10px;
}
.top52De-info{
	border-top:1px solid #fff;
	background: url(../images/test-banner-2.jpg);
}
.top52De-info .cpxpz{
	width:80%;
	margin:0 auto;
	background-color: rgba(0,0,0,0.75);
    min-height: 450px;
}
.cpxpz .hd{
	padding:0 10px;
	width:100%;
	overflow: hidden;
}
.cpxpz .hd ul li{
	width:25%;
	float:left;
	color:#a3a3a3;
	font-size:15px;
	text-align: center;
	letter-spacing: 2px;
	cursor: pointer;
	font-weight:bold;
}
.cpxpz .hd ul li:first-child{
	background: url(../images/download-icon.png) no-repeat center 15px;
	padding-top: 65px;
}
.cpxpz .hd ul li:nth-child(2){
	background: url(../images/accessories-icon-v2.png) no-repeat center 15px;
	padding-top: 65px;	
}
.cpxpz .hd ul li:nth-child(3){
	background: url(../images/specs-icon.png) no-repeat center 15px;
	padding-top: 65px;
}
.cpxpz .hd ul li:nth-child(4){
	background: url(../images/parts-icon.png) no-repeat center 15px;
	padding-top: 65px;
}
.cpxpz .hd ul li:hover, .cpxpz .hd ul li.on{
	color:#e02b20;
}

.cpxpz .bd {
	width:100%;
	overflow: hidden;
	margin-top:30px;
	padding-bottom: 40px;
}
.cpxpz .bd ul{
	width:100%;
	overflow: hidden;
}
.cpxpz .bd ul li{
	width:100%;
	overflow: hidden;
	padding-left:30px;
	color:#fff;
	font-size:16px;
}
.cpxpz .bd .dl{
	
}
.cpxpz .bd .dl a{
	width:100%;
	color:#dd3333;
	line-height:26px;
	float:left;
	font-weight:bold;
	text-decoration: none;
}
.cpxpz .bd .dl a span{
	color:#fff;
	padding-right: 5px;
}
.cpxpz .bd ul li .p22{
	padding:0 22px;
	height:305px;
}
.cpxpz .bd ul li .p22 .Ac-tit{
	font-size:17px;
	color:#dd3333;
	text-align: center;
}
.cpxpz .bd ul li .p22 .Ac-sub{
	font-size:17px;
	color:#dd3333;
	text-align: center;
}
.cpxpz .bd ul li .p22 .Ac-img{
	overflow: hidden;
	text-align: center;
}
.cpxpz .bd ul li .p22 .Ac-img img{
	transition: all .5s ease;
	transform: scale(1);
}
.cpxpz .bd ul li .p22 .Ac-img img:hover{
	transition: all .5s ease;
	transform: scale(1.1);
}
.relation{
	background:#191919;
    padding-top: 70px;
	padding-bottom: 70px;
		position: relative;
}
.relation_tit{
	font-size:27px;
	color:#fff;
	font-weight:bold;
	padding-bottom:10px;
	text-align: center;
}
.52-relation{
	padding-top:42px;
}
.relation .swiper-container{
	width:100%;
}
.relation .swiper-wrapper{
	width:100%;
	max-width:1080px!important;
}
.relation .swiper-slide a{
	display: block;
	text-align: center;
}
.relation .swiper-slide a span{
	float: left;
    color: #fff;
    font-size: 20px;
    width: 100%;
}
.relation_info{

	width:80%;
	margin:0 auto;
}

#Pn{
	background:url(../images/prev.png) no-repeat;
	width:44px;
	right:100px;
}
#Pp{
	background:url(../images/next.png) no-repeat;
	width:44px;
	left:100px;
}
#Dn{
	background:url(../images/Dn.png) no-repeat;
	width: 48px;
	height: 48px;
	background-size: 48px 48px;
	right: 90px;
	z-index: 999;
}
#Dp{
	background:url(../images/Dp.png) no-repeat;
	width: 48px;
	height: 48px;
	background-size: 48px 48px;
	left: 90px;
	z-index: 999;
}
#Dsp{
	bottom: 50px;
}
#Dsp .swiper-pagination-bullet{
	background:#fff;
	opacity: 0.5;
	margin:0 5px;
}
#Dsp .swiper-pagination-bullet-active{
	background:#fff;
	opacity: 1;
}
/*cutters*/
..Ny-cutters{
	width: 100%;

}
.cutters-banner{
	background: #000 url(../images/cuttersbg.png) no-repeat center top;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
	height: 375px;
}

.cutters-banner-txt{
	color:#fff;
	text-align: center;
	font-size:58px;
	line-height: 58px;
	padding-top:123px;
	padding-bottom:33px;
	background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
	position: relative;
	margin-top:-210px;
	font-family: Oswald;
}
/*Jaws*/
.jaws-banner{
	background: #000 url(../images/jawsbg.png) no-repeat center top;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
	height: 375px;
}
/*multi*/
.multi-banner{
	background: #000 url(../images/multibg.png) no-repeat center top;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
	height: 375px;
}
/*pull*/
.pull-banner{
	background: #000 url(../images/pullbg.png) no-repeat center top;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
	height: 375px;
}
/*round*/
.round-banner{
	background: #000 url(../images/roundbg.jpg) no-repeat center top;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
	height: 375px;
}
/*Ny-jobshop*/
.Ny-job{
	width:100%;
	background: #000;
}
.job-banner{
    position: relative;	
	margin-bottom: -6px;
}
.job-banner video{
	width:100%;
}
.job-container{
	width: 80%;
    max-width: 1080px;
    margin: 0 auto;
	position: absolute;
	top:137px;
}
.job-container .head-content {
    margin: 0 auto 20px;
    width: 80%;
    max-width: 800px;
    padding: 10px;
    text-align: center;
}
.job-container .head-content h1{
	font-size: 90px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    line-height: 120px;
    padding-bottom: 10px;
    position: relative;
    z-index: 3;
    font-family: Oswald;
    letter-spacing: 0.1em;
}
.job-container .head-content span{
	font-size:27px;
	color:#fff;
	line-height:35px;
	text-align: left;
	float: left;
}
.job-head{
	border-top: 2px solid #e02b20;
	overflow: hidden;
	margin:0 auto;
	text-align: center;
}
.job-head ul{
	width:85%;
    margin: 0 auto;
}
.job-head ul li{
	float:left;
	background:#e02b20;
	font-size:20px;
	text-align: center;
	font-weight:bold;
	line-height:44px;
	border:2px solid #e02b20;
	border-top: none;
	width:20.875%;
	margin-right: 5.5%;
	transition: all .3s ease;	
}
.job-head ul li:last-child{
	margin-right:0;
}
.job-head ul li a{
	display: block;
	color:#fff;
}
.job-head ul li:hover{
	background:rgba(255,255,255,0);
	transition: all .3s ease;
}
.job-info{
	padding-top:90px;
	width:100%;
}
.job-title{
	margin:0 42%;
	font-size:26px;
	color:#fff;
	text-align: center;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
	margin-bottom:20px;
}

.job-img{
	background: #000 url(../images/milling.png) no-repeat center top;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
	height: 375px;
}
.job-img2{
	background: #000 url(../images/space.jpg) no-repeat center top;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
	height: 375px;
}
.job-img3{
	background: #000 url(../images/qc.jpg) no-repeat center top;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
	height: 375px;
}
.job-cpc{
	width:90%;
	margin:0 auto;
	margin-top:20px;
	overflow: hidden;
}
.job-cpc .item-list{
	text-align: center;
}
.job-cpc .item-list .Pic{
	margin-bottom:30px;
}
.job-cpc .item-list .txt{
	width:100%;
	text-align: center;
	color:#fff;
}
.job-cpc .item-list .txt h1{
	font-size:23px;
	font-weight:bold;
	padding-bottom:10px;
	
}
.job-cpc .item-list .txt h2{
	font-size:15px;
	line-height:25px;
	color:#e5e5e5;
}

.job-cpcp{
	width:90%;
	margin:0 auto;
	margin-top:20px;
	overflow: hidden;
}
.job-cpcp .item-list{
	text-align: center;
}
.job-cpcp .item-list .Pic{
	margin-bottom:30px;
}
.job-cpcp .item-list .txt{
	width:100%;
	text-align: center;
	color:#fff;
}
.job-cpcp .item-list .txt h1{
	font-size:23px;
	font-weight:bold;
	padding-bottom:10px;
	
}
.job-cpcp .item-list .txt h2{
	font-size:15px;
	line-height:25px;
	color:#e5e5e5;
}
.job-honor{
	margin:0 auto;
	margin-top:20px;
	width:49%;
	padding-bottom:50px;
}
.job-item {
	margin-bottom:20px;
}
.job-item h5{
	color: #666;
    font-size: 16px;
    background: #ffffff;
}
.job-item h5 a{
	display: block;
    width: 100%;
    padding: 20px;
    position: relative;
    line-height: 18px;
    text-decoration: none;
	color:#333;
	font-weight:bold;
}
.job-item h5 a>i{
	font-size: 22px;
    float: right;
    color: #f00;
}

.job-item .content{
	line-height: 15px;
    font-size: 15px;
    color: #666;
    padding: 20px;
    display: none;
    background: #fff;
}
/*Ny-faq*/
.Ny-faq{
	width:100%;
	background:#191919;
	overflow: hidden;
	padding:81px 0;
}
.faq-title{
	font-weight:bold;
	font-size:32px;
	color:#fff;
	line-height:32px;
	border-bottom:3px solid #fff;
	text-align: center;
	padding:0px 0px 10px;
	margin:0 43% 30px;
}
.faq-info{
	overflow: hidden;
	width:100%;
	max-width: 1080px;
	margin:0 auto;
	margin-bottom:24px;
}
.faq-item-tit{
	line-height:32px;
	padding-bottom:37px;
	font-size:32px;
	color:#fff;
	font-weight:bold;
	text-align: center;
}
.faq-item{
	margin-bottom:30px;
	padding:0 30px;
}
.faq-item h5{
	color: #333;
    font-size: 16px;
    background: #ffffff;
}
.faq-item h5 a{
	display: block;
    width: 100%;
    padding: 20px;
    position: relative;
    line-height: 18px;
    text-decoration: none;
}
.faq-item h5 a i{
	font-size: 16px;
	float: right;
	color:#ccc;
}
.faq-item .content{
	line-height: 25px;
    font-size: 15px;
    color: #666;
    padding: 20px;
    display: none;
    background: #fff;
}
/*Ny-catalog*/
.Ny-catalog{
	width: 100%;
}
.catalog-list{
	width: 100%;
    background-color: #000000;
    padding-top: 34px;
	padding-bottom:30px;
}
.catalog-list-tit{
	color:#fff;
	font-size:45px;
	font-family: Oswald;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.catalog-list-row{
	padding-top:32px;
}
.catalog-list-row .p30{
	padding:0 30px;
}
.catalog-list-row .p30 .Txt{
	text-align: center;
	color:#e02b20;
	font-size:24px;
}
.catalog-list-row .p30 .Pic{
	margin-top:15px;
	text-align: center;
}
.catalog-list-row .p30 .Pic img{
	height: 150px;
	width: auto;
}
/*Ny-automation*/
.Ny-automation{
	width:100%;
	overflow: hidden;
}

.automation-list{
	overflow: hidden;
}
.automation-list-left{
	width:50%;
	float:left;
	padding:100px 142px;
	overflow: hidden;
	text-align: center;
}
.automation-list-left-tit1{
	font-size:42px;
    text-transform: uppercase;	
	letter-spacing: 2px;
	font-family: Oswald;
	color:#333;
	padding-bottom:20px;
	line-height:63px;
}
.automation-list-left-tit2{
	text-align: center;
	color:#e02b20;
	padding-bottom:10px;
	line-height:48px;
	font-size:32px;
	text-transform: uppercase;
	margin-bottom:60px;
	font-weight:bold;
	font-family: Oswald;
	letter-spacing: 2px;
}
.automation-list-left-but{
	line-height: 57px;
}
.automation-list-left-but a{
	color:#fff;
	background: #0c71c3;
	font-size: 18px;
	font-family: Oswald;
	padding:15px 28px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.automation-list-left-but a:hover{
	background: #c99872Optimization Through Automation.;
}
.automation-list-right{
	float:left;
	width:50%;
}
.automation-list-bg{
	background:url(../images/original1.jpg) no-repeat;
	background-position: 50%;
	height:347px;
	position: relative;
}
.automation-list-zz{
	position: absolute;
	width:100%;
}
.automation-list-zz .bg-left{
	width:50%;
	float:left;
	color:#fff;
	line-height:60px;
	padding:100px 142px;
	font-size:40px;
	background:rgba(0,0,0,0.6);
	height: 347px;
}
.automation-list-zz .bg-right{
	width:50%;
	float:left;
	color:#fff;
	line-height:60px;
	padding:100px 142px;
	font-size:40px;
	background:#000;
	height: 347px;
	font-family: Oswald;
	text-transform: uppercase;
}
.automation-list-detail{
	width:100%;
	overflow: hidden;
	background:#fff;
	padding-top:54px;
	padding-bottom:27px;
}
.automation-list-detail .detail-item{
	padding:27px 0;
	overflow: hidden;
}
.automation-list-detail .detail-item .imgnr{
	float:left;
	width:47.25%;
	margin-right:5.5%;
}
.automation-list-detail .detail-item .imgnr img{
	margin-top:25px;
}
.automation-list-detail .detail-item .txtnr{
	width:47.25%;
	float:left;
}
.automation-list-detail .detail-item .txtnr .txtnr_title{
	font-weight:bold;
	color:#666;
	font-size:24px;
	line-height:25px;
	text-align: center;
	margin:25px 0 30px 0;
}
.automation-list-detail .detail-item .txtnr .txtnr_sub{
	background: #f5f5f5;
	color:#666;
	font-size:16px;
	padding:30px 30px 46px 60px;
}
.automation-list-detail .detail-item:nth-child(2n+2) .imgnr{
	float:right;
	width:47.25%;
	margin-right:0%;
	padding-left:0%;
}
.automation-list-detail .detail-item:nth-child(2n+2) .imgnr img{
	margin-top:0px;
}
.automation-list-detail .detail-item:nth-child(2n+2) .txtnr{
	float:left;
	width:47.25%;
	margin-right:5.5%;
}
.automation-list-detail .detail-item:nth-child(3) .imgnr img{
	margin-top:0px;
}
.automation-bg2{
	background:#e5e5e5;
	padding:27px 0;
	overflow: hidden;
	text-align: center;
}
.automation-bg2-title{
	margin:45px 0 30px 0;	
	overflow: hidden;
	line-height:30px;
	color:#666;
	font-size:30px;
	font-weight:bold;
}
.automation-bg2-img{
	margin-top:25px;
	overflow: hidden;
}
.automation-cp{
	width:100%;
	margin-top:22px;
}
.automation-cp-left{
	float:left;
	width:29.667%;
	margin-right:5.5%;
}
.automation-cp-left-tit{
	margin:45px 0 29px 0;
	color:#666;
	font-size:24px;
	line-height:25px;
	text-align: center;
}
.automation-cp-left-sub{
	padding:50px 30px 30px 30px;
	background: #f5f5f5;
}
.automation-cp-right{
	width:64.833%;
	float:left;
}
.automation-cp-right img{
	margin-top:85px;
}
.automation-list-lx{
	width:100%;
	overflow: hidden;
	background:#000;
	padding-top:29px;
	padding-bottom:25px;
}
.lx-video{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	padding-bottom:27px;
}
.lx-video video{
	width:100%;
}
.lx-title{
	margin-top:81px;
	color:#fff;
	font-size:27px;
	font-weight:bold;
	text-align: center;
}
#msg{
	width:60%;
	margin:0 auto;
	margin-top:50px;
}
form#msg input[type=text]{
	width:100%;
	border:1px solid rgba(51,51,51,0.41);
	line-height:51px;
	height: 51px;
	font-size:14px;
	color:#999;
	text-indent: 16px;
	margin-bottom:26px;
	float:left;
}
form#msg input[type=text]:nth-child(1){
	width:48.5%;
}
form#msg input[type=text]:nth-child(2){
	width:48.5%;
	margin-left:3%;
}
form#msg input[type=text]:nth-child(3){
	width:48.5%;
}
form#msg input[type=text]:nth-child(4){
	width:48.5%;
	margin-left:3%;
}
form#msg textarea{
	min-width: 100%;
    max-width: 100%;
	min-height: 150px;
	max-height: 150px;
	text-indent: 20px;
	border:1px solid rgba(51,51,51,0.41);
	margin-bottom:26px;
	font-size:14px;
	color:#999;
	padding-top: 20px;
}
form#msg input[type=button]{
	border:2px solid #2ea3f2;
	color:#2ea3f2;
	font-size:20px;
	text-align: center;
	padding:6px 20px;
	background:rgba(0,0,0,0);
	float:right;
}



@media (max-width: 1920px) and (min-width:1460px) {
	.indexProduct .container{
		width: 1200px;
	}
	.indexCase .container{
		width:1200px;
	}
	.indexAdvantage .container{
		width:1200px;
	}
	.indexAbout .container{
		width:1200px;
	}
	.indexNews .container{
		width:1200px;
	}
	.foot .container{
		width:1200px;
	}
	.copyright .container{
		width:1200px;
	}
	.Ny-Product .container{
		width:1200px;
	}
	.Ny-Case .container{
		width:1200px;
	}
}
/*@media (max-width: 1920px) and (min-width:1460px) {
	.indexProduct .leftPro .right{
		width: 42.88337924701561%;
	}
}*/

/* 内页尺寸 */
@media (max-width: 1920px) and (min-width:1610px) {
	
}
@media (max-width: 1920px) and (min-width: 1440px) {

}
.sroll_top {
    right: 0.8%;
    bottom: 8%;
    position: fixed;
    display: none;
    cursor: pointer;
    z-index: 1000;
}

/*Page*/
.Page{
	padding: 30px 0;
	overflow: hidden;
	text-align: center;
}
.disabled{ border:1px solid #d8d8d8; padding: 4px 4px; font-size:12px; color:#ababab; display: none;}
.Page a:hover{
	border:1px solid #f1a617;

}
.Page a{ border:1px solid #efefef; padding: 3px 10px; font-size:12px; color:#dedede;background: #fff;margin: 0 0px;  }
.Page a.sy{color:#e6483c !important;}
.current{ background:#f1a617; padding:3px 10px; color:#fff; border:1px solid #efefef;font-size:12px;}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #e0151e;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #e0151e;
	color: #fff;
}
 
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
	width: 4px;
	height: 16px; 
	background-color: #f2f2f2; 
} 
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{ 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{ 
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(224,43,32,1); 
	border-radius: 0;
}  
::-webkit-scrollbar-thumb:hover{
	background-color: rgba(224,43,32,.8);
}
::-webkit-scrollbar-thumb:active{
	background-color: rgba(224,43,32,1); 
}
/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/ 

/*预加载*/
#myloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999 !important;
	background: #ec1b25;
	text-align: center;
} 

#myloader .loader {
	display: inline-block;
	height: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#myloader .loader .grid {
	width: 60px;
	height: 60px;
	margin: 100px auto;
} 

#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;	
	-ms-transform: rotate(45deg); 
   	-webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
}
.object{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	position: absolute;
	left: 65px;
	top: 65px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	}
.object:nth-child(2n+0) {
	margin-right: 0px;

}
#object_one {
	-webkit-animation: object_one 2s infinite;
	animation: object_one 2s infinite;
	-webkit-animation-delay: 0.2s; 
    animation-delay: 0.2s; 
	}
#object_two {
	-webkit-animation: object_two 2s infinite;
	animation: object_two 2s infinite;
	-webkit-animation-delay: 0.3s; 
    animation-delay: 0.3s; 
	}
#object_three {
	-webkit-animation: object_three 2s infinite;
	animation: object_three 2s infinite;
	-webkit-animation-delay: 0.4s; 
    animation-delay: 0.4s; 
	}
#object_four {
	-webkit-animation: object_four 2s infinite;
	animation: object_four 2s infinite;
	-webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}
#object_five {
	-webkit-animation: object_five 2s infinite;
	animation: object_five 2s infinite;
	-webkit-animation-delay: 0.6s; 
    animation-delay: 0.6s; 
}
#object_six {
	-webkit-animation: object_six 2s infinite;
	animation: object_six 2s infinite;
	-webkit-animation-delay: 0.7s; 
    animation-delay: 0.7s; 
}
#object_seven {
	-webkit-animation: object_seven 2s infinite;
	animation: object_seven 2s infinite;
	-webkit-animation-delay: 0.8s; 
    animation-delay: 0.8s; 
}
#object_eight {
	-webkit-animation: object_eight 2s infinite;
	animation: object_eight 2s infinite;
	 -webkit-animation-delay: 0.9s; 
    animation-delay: 0.9s; 
}
#object_big{
	
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50px;
	top: 50px;
	-webkit-animation: object_big 2s infinite;
	animation: object_big 2s infinite;
	-webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}	
@-webkit-keyframes object_big {
 50% { -webkit-transform: scale(0.5); }

}

@keyframes object_big {
 50% { 
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  } 

}
@-webkit-keyframes object_one {
 50% { -webkit-transform: translate(-65px,-65px)  ; }
}
@keyframes object_one {
 50% { 
    transform: translate(-65px,-65px) ;
    -webkit-transform: translate(-65px,-65px) ;
  } 

}
@-webkit-keyframes object_two {
  50% { -webkit-transform: translate(0,-65px) ; }
}

@keyframes object_two {
 50% { 
    transform: translate(0,-65px) ; 
    -webkit-transform: translate(0,-65px) ; 
  } 

}
@-webkit-keyframes object_three {
 50% { -webkit-transform: translate(65px,-65px) ; }
}

@keyframes object_three {
 50% { 
    transform: translate(65px,-65px) ;
    -webkit-transform: translate(65px,-65px) ;
  } 
}

@-webkit-keyframes object_four {
  
  50% { -webkit-transform: translate(65px,0) ; }

}
@keyframes object_four {
  50% { 
    transform: translate(65px,0) ;
    -webkit-transform: translate(65px,0) ;
  } 
}
@-webkit-keyframes object_five {
  50% { -webkit-transform: translate(65px,65px) ; }
}
@keyframes object_five {
  50% { 
    transform: translate(65px,65px) ;
    -webkit-transform: translate(65px,65px) ;
  } 
}
@-webkit-keyframes object_six {
  
  50% { -webkit-transform: translate(0,65px) ; }

}
@keyframes object_six {
  50% { 
    transform:  translate(0,65px) ;
    -webkit-transform:  translate(0,65px) ;
  } 
}
@-webkit-keyframes object_seven {
  
  50% { -webkit-transform: translate(-65px,65px) ; }

}
@keyframes object_seven {
  50% { 
    transform: translate(-65px,65px) ;
    -webkit-transform: translate(-65px,65px) ;
  } 

}
@-webkit-keyframes object_eight {
  
 50% {
  	-webkit-transform: translate(-65px, 0);
  }
 }
 @keyframes object_eight {
 	50% {
 		transform: translate(-65px, 0);
 		-webkit-transform: translate(-65px, 0);
 	}
 }

.search-wrap {
	display: flex;
	flex-direction: row;
}

.search-wrap input {
	background: none;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #333;
	width: 80%; 
	border: none;
	outline: none;
	padding-left: 10px;
	border: 1px solid #999 ;
	color: #fff;
}
.search-wrap input::-webkit-input-placeholder{
	color: #fff;
}
.layui-layer-shade{
	opacity: 0.8 !important;
}
.search-wrap button {
	background: #ec1b24 ;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 0px;
	height: 45px;
	line-height: 45px;
	width: 28%;
	border: none;
	outline: none;
}
.ksly-ss{
	width: 40% !important;
	background: none !important;
}

/*20210514新增*/
/*引导页*/
.ydybk{
	width: 100%; 
	height: 100%;
	background: url(../images/0ydy-back.jpg) no-repeat top center;
	background-size: cover;
}
.guide{
	width: 100%;
	position: fixed;
	text-align: center;
	top:33%;
}
.guide .list{
	display: inline-block;
	margin: 0 50px;
	overflow: hidden;
	transition: all .5s ease;
}
.guide .list:hover{
	background: rgba(255,255,255,0.35);
	border-radius: 8px;
	transition: all .5s ease;
}

/*视频案例*/
.videoCase{
	background: #191919;
	padding: 75px 0 70px;
}
.videoCase .container{
	width: 96%;
	max-width: 1195px;
}
.videoCase .pdg{
	padding: 0 19px;
}
.videoList{
	cursor: pointer;
	margin-bottom: 40px;
}
.videoList .pic{
	position: relative;
	overflow: hidden;
}
.videoList .pic img{
	display: block;
	width: 100%; 
	transform: scale(1);
    transition: all .5s ease;
}
.videoList:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.videoList .pic::after{
	content: "";
	width: 73px;
	height: 69px;
	position: absolute;
	background: url(../images/0video-ico.png) no-repeat center center;
	left: 50%;
	top: 50%;
	margin-top: -34.5px;
	margin-left: -36.5px;
}
.videoList p{
	text-align: center;
	font-family: arial;
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	margin-top: 22px;
}

.promask{
	position: fixed;
	background:rgba(0,0,0,0.6);
	width: 100%;
	z-index: 8888;
	left: 0;
	top: 0;
}
.prodebox{
	width: 40%;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	margin-left: -20%;
	border-radius: 20px;
	top:15%; 
	background: #fff;
/*	overflow: hidden;*/
}
.prodebox .prodeclose{
	float: right;
	padding: 20px 20px 0 0;
	cursor: pointer;
	position: relative;
    right: -64px;
    top: -29px;
	color: #fff;
}
.prodebox .prodeclose i{
	color: #fff;
}
.prodebox .content{
	width:95%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.prodebox .people{
	overflow: hidden;
	margin-top: 24px;
}
.prodebox .people img{
	display: block;
	width: 160px;
	height: 160px;
	float: left;
	border-radius: 100%;
	margin-right: 25px;
}
.prodebox .people .name{
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
	color: #1d1d1d;
	line-height: 22px;
	padding-top: 38px;
}
.prodebox .people .class{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #1d1d1d;
	line-height: 20px;
	padding-top: 12px;
}
.prodebox .contNr{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #3f3e3e;
	line-height: 36px;
	margin-top: 20px;
}
.prodebox .contNr video{
	height: 400px;
}
.icon-close:before { content: "\e63a"; font-size: 32px; color: #fff; }