
@charset "UTF-8";
body {
	width:100%;
	margin:0;
	padding:0;
	font-family:"微软雅黑";
	min-width:1200px;
	overflow-x:auto!important; 
  }

 @font-face {
    font-family: 'arr';
    src: url('../font/ARRUSKI_0.eot');
    src: url('../font/ARRUSKI_0.woff2');
    src: url('../font/ARRUSKI_0.woff');
    src: url('../font/ARRUSKI_0.ttf');
    src: url('../font/ARRUSKI_0.svg');
}

.fl{
	float: left;
}

.fr{
	float: right;

}

*{
  margin: 0;
  padding: 0;
}
img{
	border:0;
}

.w1600{
	max-width:1600px;
	margin:0 auto;
	padding:0 20px;
}

.w1400{
	max-width:1400px;
	margin:0 auto;
	padding:0 20px;
}

.w1200{
	width:1200px;
	margin:0 auto;
}

.nx_header{
	width:100%;
	display:block;
	height:77px;
	background:#fff;
	overflow:hidden;
}

.nx_head_cen{
	padding:0 0 0 2%;
	display:block;
}

.nx_head_cenb{
	width:100%;
	display:block;
}

.nx_head_left{
	width:auto;
	padding-top:20px;
	display:inline-block;
}

.nx_head_left span{
	float:left;
}

.nx_head_left p{
	float:left;
	margin-left:30px;
}

.nx_head_right{
	width:auto;
}

.nx_nav{
	float:left;
} 

.nx_nav ul{
	width:auto;
	display:inline-block;
}

.nx_nav ul li{
	width:auto;
	height:77px;
	line-height:77px;
}

.nx_nav ul li a{
	width:80px;
	height:77px;
	text-align:center;
	font-size:16px;
	line-height:77px;
	padding:0 25px;
	color:#666;
	transition-duration:500ms;
	display:inline-block;
}

.nx_nav ul li a:hover{
	background:#eaeaea;
	font-weight:bold;
	transition-duration:500ms;
}

.nx_right{
	float:right;
}

.nx_language{
	width:90px;
	padding:0 15px;
	text-align:left;
	float:left;
}

.nx_language span{
	width:100%;
	padding-top:25px;
	display:block;
	color:#848484;
	font-size:14px;
	padding-bottom:5px;
}

.nx_language span img{
	padding:0 5%;
}

.nx_language:hover ul{
	display:block;
}


.nx_language ul{
	width:100%;
	display:none;
}

.nx_language ul li{
	width:100%;
	height:20px;
	line-height:20px;
	color:#848484;
	font-size:14px;
	display:block;
	text-align:left;
}

.nx_language ul li a{
	color:#848484;
}

.nx_language ul li a:hover{
	color:#7ab725;
}

.nx_language p img{
	padding:0 5%;
}

.nx_search{
	width:70px;
	float:right;
	position:relative;
}

.nx_search ul{
	width:auto;
	display:inline-block;
}

.nx_search ul li{
	width:auto;
	display:inline-block;
	position:relative;
}

.nx_search ul li .shur{
	width:170px;
	height:37px;
	background:#cac9c9;
	line-height:37px;
	padding:20px 15px;
	display:block;
	border:none;
	float:left;
	position:absolute;
	left:0px;
	top:0;
	color:#fff;
	font-size:16px;
	transition-duration:500ms;
} 

.nx_search ul li .shur2{
	width:70px;
	height:77px;
	padding: 0;
	display:block;
	border:0;
	cursor:pointer;
	float:right;
	background:#b4b4b4 url(../img/publicity_u_06.jpg) center center no-repeat;
	position:relative;
	z-index:2;
}

.nx_search:hover ul li .shur{
	left:-200px;
	transition-duration:500ms;
}

.canvas-box{
	width: 100%;
    height:100%;
    position:absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 5;
}

.canvas-box #canvas{
	width:100%!important;
	height:872px!important;
}


.nx_banner{
	width:100%;
	height:auto;
}

.nx_banner_t{
	width:100%;
	height:872px;
	display:block;
	position:relative;
	overflow:hidden;
}

.nx_banner_tc{
	height:100%;
	display:block;
	text-align:center;
}

.nx_banner_tc span{
	width:100%;
	padding-top:0%;
	display:block;
	opacity:0;
}

.nx_banner_tc em{
	width:100%;
	padding-top:0%;
	display:block;
	opacity:0;
}

.nx_banner_tc em p{
	width:185px;
	height:40px;
	color:#fff;
	text-align:center;
	line-height:40px;
	background:#7fbe25;
	border-radius:20px;
	margin:0 auto;
	font-size:16px;
	cursor:pointer;
	transition-duration:500ms;
}

.nx_banner_tc em p:hover{
	background:#70a821;
	transition-duration:500ms;
}

.main{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
}

.nx_about{
	width:100%;
	display:block;
	background:#fff;
	overflow:hidden;
	padding:98px 0 130px;
}

.nx_about_c{
	display:block;
}

.nx_about_t{
	width:100%;
	display:block;
	text-align:center;
}

.nx_about_t dl{
	width:100%;
	display:block;
}

.nx_about_t dl dt{
	width:100%;
	display:block;
	font-size:48px;
	color:#343434;
	height:82px;
}

.nx_about_t dl dd{
	color:#333;
	font-size:14px;
	line-height:30px;
	display:block;
	margin-bottom:55px;
}

.nx_about_b{
	width:100%;
	display:block;
	overflow:hidden;
}

.nx_about_bc{
	width:100%;
	display:block;
	text-align:center;
}

.nx_about_bc dl{
	width:33%;
	display:inline-block;
	border-right:1px solid #e5e5e5;
	padding-bottom:15px;
}

.nx_about_bc dl:last-child{
	border-right:0;
}

.nx_about_bc dl dt{
	width:80%;
	padding:0 10% 40px;
	display:block;
}

.nx_about_bc dl dt img{
	max-width:100%;
	display:block;
	margin:0 auto;
}

.nx_about_bc dl dd{
	width:80%;
	display:block;
	text-align:center;
	padding:0 10%;
}

.nx_about_bc dl dd span{
	width:100%;
	height:45px;
	font-size:24px;
	line-height:30px;
	color:#333;
	display:block;
}

.nx_about_bc dl dd em{
	width:100%;
	display:block;
	line-height:25px;
	color:#666;
	font-size:16px;
}

.nx_advantage{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
}

.nx_advantage_c{
	width:100%;
	display:block;
	display:block;
}

.nx_advantage_t{
	width:100%;
	height:115px;
	display:block;
}

.nx_advantage_t ul{
	width:100%;
}

.nx_advantage_t ul li{
	width:50%;
	height:115px;
	background:#333;
}

.nx_advantage_t ul li .pe{
	width:75.84%;
	display:block;
}
.nx_advantage_t ul li .pe.fr{
	margin-right:7.5%;
}

.nx_advantage_t ul li .pe.fl{
	margin-left:7.5%;
}

.nx_advantage_t ul li em{
	width:85%;
	padding-top:34px;
	display:block;
	float:left;
	position:relative;
}

.nx_advantage_t ul li em span{
	width:100%;
	color:#fff;
	font-size:30px;
	height:40px;
	display:block;
}

.nx_advantage_t ul li em p{
	width:100%;
	display:block;
	color:#d0d0d0;
	font-size:14px;
	height:20px;
	line-height:20px;
	overflow:hidden;
}

.nx_advantage_t ul li i{
	width:42px;
	height:42px;
	display:block;
	float:right;
	border:1px solid #484848;
	margin-top:38px;
	background:url(../img/publicity_t_30.jpg) center center no-repeat;
}

.nx_advantage_t ul li em b{
	width:33px;
	height:17px;
	background:url(../img/publicity_t_35.jpg) no-repeat;
	display:block;
	margin-top:4px;
	margin-left:55px;
	opacity:0;
}


.nx_advantage_t ul li:hover,.nx_advantage_t ul li.active{
	background:#7fbe25;
	cursor:pointer;
}

.nx_advantage_t ul li:hover em p,.nx_advantage_t ul li.active em p{
	color:#deedcf;
}

.nx_advantage_t ul li:hover i,.nx_advantage_t ul li.active i{
	background:url(../img/publicity_t_27.jpg) center center no-repeat;
	border:1px solid #8cc53b;
}

.nx_advantage_t ul li:hover em b,.nx_advantage_t ul li.active em b{
	opacity:1;
}




.nx_advantage_b{
	width:100%;
	display:block;
	background:url(../img/publicity_u_02.jpg) center top;
	padding:120px 0 115px;
	height:510px;
	overflow:hidden;
	position:relative;
}

.nx_advantage_bc{
	display:block;
	position:absolute;
	top:120px;
	left:0;
}

.nx_advantage_bc ul{
	width:100%;
	display:block;
	overflow:hidden;
	height:auto;
}

.nx_advantage_bc ul li{
	width:43%;
	height:58px;
	line-height:58px;
	overflow:hidden;
	font-size:18px;
	padding:0 1%;
	color:#ccc;
	border:1px solid #464a4d;
	margin-bottom:26px;
	background:url(../img/publicity_u_19.png);
	transition-duration:500ms;

}

.nx_advantage_bc ul li:nth-child(2n){
	float:right;
}

.nx_advantage_bc ul li:hover{
	background:#7fbe25;
	transition-duration:500ms;

}

.fanyd{
	width:100%;
	display:block;
	overflow:hidden;
	text-align:center;
}

.fanyd a{
	width:100px;
	height:38px;
	border: 1px solid #464a4d;
	text-align:center;
	line-height:38px;
	font-size:16px;
	color:#fff;
	margin:0 8px;
	display:inline-block;
	transition-duration:500ms;
	cursor:pointer;
	display:inline-block;
}

.fanyd a:hover{
	background:#7fbe25;
	border:1px solid #7fbe25;
	transition-duration:500ms;
}


.nx_technology{
	width:100%;
	display:block;
	overflow:hidden;
	padding:95px 0 115px;
	background:#333;
}

.nx_technology_c{
	display:block;
}

.nx_technology_ct{
	width:100%;
	display:block;
	text-align:center;
	padding-bottom:65px;
}

.nx_technology_ct span{
	width:100%;
	font-size:48px;
	height:75px;
	color:#fff;
	display:block;
	line-height:50px;
}

.nx_technology_ct p{
	width:100%;
	font-size:14px;
	color:#d2d2d2;
	display:block;
	line-height:25px;
}

.nx_technology_cb{
	width:100%;
	display:block;
}

.nx_technology_cbl{
	width:33.1%;
	height:372px;
	border:1px solid #434343;
	background:#70a228;
	transition-duration:500ms;
}

.nx_technology_cbl:hover{
	background:#669620;
	transition-duration:500ms;
}

.nx_technology_cbl em{
	padding:10% 8.5% 24px;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:30px;
}

.nx_technology_cbl i{
	padding:0 8.5%;
	display:block;
	text-align:right;
}

.nx_technology_cbc{
	width:47.2%;
	margin-left:10px;
}

.nx_technology_cbc ul{
	width:100%;
	display:block;
}

.nx_technology_cbc ul li{
	height:180px;
	margin-bottom:10px;
	line-height:30px;
	color:#999;
	font-size:14px;
	border:1px solid #434343;
}

.nx_technology_cbc ul li p{
	padding:30px 40px;
	display:block;
}

.nx_technology_cbc ul li.li01{
	width:53%;
	background:#3d3d3d;
	transition-duration:500ms;
}

.nx_technology_cbc ul li.li01:hover{
	background:#333232;
	transition-duration:500ms;
}

.nx_technology_cbc ul li.li02{
	width:45%;
	color:#666;
	background:#c2c2c2;
	transition-duration:500ms;
}

.nx_technology_cbc ul li.li02:hover{
	background:#acabab;
	transition-duration:500ms;
}

.nx_technology_cbc ul li.li03{
	width:45%;
	color:#fff;
	background:#999;
	transition-duration:500ms;
}

.nx_technology_cbc ul li.li03:hover{
	background:#8b8989;
	transition-duration:500ms;
}

.nx_technology_cbc ul li.li04{
	width:53%;
	transition-duration:500ms;
}

.nx_technology_cbc ul li.li04:hover{
	background:#3d3d3d;
	transition-duration:500ms;
}


.nx_technology_cbr{
	width:18.1%;
	height:372px;
	border:1px solid #434343;
	transition-duration:500ms;
}

.nx_technology_cbr:hover{
	background:#3d3d3d;
	transition-duration:500ms;
}

.nx_technology_cbr em{
	padding:10% 8.5% 24px;
	display:block;
	min-height:230px;
	color:#999;
	font-size:14px;
	line-height:30px;
}

.nx_technology_cbr i{
	padding:0 8.5%;
	display:block;
	text-align:right;
}


.nx_product{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	padding:100px 0;
}

.nx_product_c{
	display:block;
}

.nx_product_ct{
	width:100%;
	height:auto;
	display:block;
	text-align:center;
}

.nx_product_ct span{
	width:100%;
	font-size:48px;
	color:#343434;
	height:95px;
	line-height:50px;
	display:block;
}

.nx_product_ct em{
	width:100%;
	display:block;
	line-height:30px;
	font-size:16px;
	color:#666;
	display:block;
	padding-bottom:80px;
}

.nx_product_cb{
	width:100%;
	display:block;
}

.nx_product_cbt{
	width:100%;
	height:115px;
	display:block;
}

.nx_product_cbt ul{
	width:100%;
	border-left:1px solid #e6e5e5;
}

.nx_product_cbt ul li{
	width:49.87%;
	height:115px;
	background:#f2f2f2;
	border:1px solid #e6e5e5;
	border-left:none;
}

.nx_product_cbt ul li .pe{
	width:90%;
	padding:0;
	display:block;
}
.nx_product_cbt ul li .pe.fr{
	margin-right:5%;
}

.nx_product_cbt ul li .pe.fl{
	margin-left:5%;
}

.nx_product_cbt ul li em{
	width:85%;
	padding-top:34px;
	display:block;
	float:left;
	position:relative;
}

.nx_product_cbt ul li em span{
	width:100%;
	color:#333;
	font-size:30px;
	height:40px;
	display:block;
}

.nx_product_cbt ul li em p{
	width:100%;
	display:block;
	color:#7f7f7f;
	font-size:14px;
	height:20px;
	line-height:20px;
	overflow:hidden;
}

.nx_product_cbt ul li:hover,.nx_product_cbt ul li.active{
	background:#7fbe25;
	cursor:pointer;
}

.nx_product_cbt ul li:hover em p,.nx_product_cbt ul li.active em p{
	color:#deedcf;
}

.nx_product_cbt ul li:hover em span,.nx_product_cbt ul li.active em span{
	color:#fff;
}


.nx_product_cbb{
	display:block;
	padding:85px 90px;
	background:#f2f2f2;
	border:1px solid #e6e5e5;
	overflow:hidden;
	border-top:none;
}

.nx_product_cbbc{
	width:100%;
	display:block;
}

.nx_product_cbbc dl{
	width:100%;
	display:block;
}

.nx_product_cbbc dl dt{
	width:39.5%;
	float:left;
}

.nx_product_cbbc dl dt span{
	width:100%;
	height:100px;
	display:block;
}

.nx_product_cbbc dl dt em{
	width:100%;
	display:block;
	line-height:30px;
	color:#666;
	font-size:14px;
}

.nx_product_cbbc dl dd{
	width:54.9%;
	float:right;
}

.nx_product_cbbc dl dd img{
	max-width:100%;
	display:block;
}

.nx_attention{
	width:100%;
	height:auto;
	background:url(../img/publicity_u_26.jpg) center no-repeat;
	overflow:hidden;
	padding:100px 0 60px;
}

.nx_attention_c{
	display:block;
}

.nx_attention_ct{
	width:100%;
	display:block;
	text-align:center;
	color:#fff;
}

.nx_attention_ct span{
	width:100%;
	height:100px;
	line-height:50px;
	font-size:48px;
	display:block;
}

.nx_attention_ct p{
	width:100%;
	height:62px;
	line-height:30px;
	font-size:16px;
	display:block;
}

.nx_attention_cb{
	width:100%;
	display:block;
}

.nx_attention_cbt{
	width:100%;
	display:block;
	padding-bottom:72px;
	overflow:hidden;
}

.nx_attention_cbt ul{
	width:100%;
	display:block;
	text-align:center;
}

.nx_attention_cbt ul li{
	float:none;
	width:145px;
	height:40px;
	border:1px solid #8e9295;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-size:18px;
	display:inline-block;
	margin:0 20px;
	border-radius:20px;
	transition-duration:500ms;
	cursor:pointer;
}

.nx_attention_cbt ul li:hover,.nx_attention_cbt ul li.active{
	background:#7fbe25;
	border:1px solid #7fbe25;
	transition-duration:500ms;
}

.nx_attention_cbb{
	width:100%;
	display:block;
	height:544px;
}

.nx_attention_cbbc{
	display:block;
	max-width:1372px;
	margin:0 auto;
}

.nx_attention_cbbc ul{
	width:100%;
	display:block;
}

.nx_attention_cbbc ul li{
	width:22.6%;
	margin:0 1.2% 36px;
	background:#fff;
	cursor:pointer;
}

.nx_attention_cbbc ul li span{
	width:100%;
	display:block;
	overflow:hidden;
	position:relative;
}

.nx_attention_cbbc ul li span img{
	width:100%;
	height:100%;
	display:block;
	transform: scale(1,1);
	transition-timing-function: ease-out;
    transition-duration:500ms;
}

.nx_attention_cbbc ul li:hover span img{
	width:100%;
	display:block;
	transform: scale(1.1,1.1);
	transition-timing-function: ease-out;
    transition-duration:500ms;
}

.nx_attention_cbbc ul li p{
	width:94%;
	padding:0 3%;
	height:42px;
	line-height:42px;
	color:#333;
	font-size:16px;
	display:block;
	overflow:hidden;
}

.nx_attention_cbbc ul li:hover p{
	color:#7fbe25;
}

.nx_cooperation{
	width:100%;
	display:block;
	overflow:hidden;
	padding:100px 0 75px;
	background:#fff;
}

.nx_cooperation_c{
	display:block;
}

.nx_cooperation_ct{
	width:100%;
	display:block;
	text-align:center;
	padding-bottom:75px;
	overflow:hidden;
}

.nx_cooperation_ct span{
	font-size:48px;
	line-height:50px;
	height:95px;
	display:block;
	color:#343434;
}

.nx_cooperation_ct p{
	width:100%;
	display:block;
	line-height:30px;
	color:#666;
	font-size:16px;
}

.nx_cooperation_cb{
	width:100%;
	display:block;
	overflow:hidden;
}

.nx_cooperation_cb ul{
	width:100%;
	padding:5px;
	display:block;
}

.nx_cooperation_cb ul li{
	width:15.44%;
	margin-right:1.22%;
	margin-bottom:0;
}

.nx_cooperation_cb ul li i{
	width:100%;
	display:block;
	border-radius:10px;
	box-shadow:0 0px 2px 2px #f4f4f4;
	margin-bottom:16px;
}

.nx_cooperation_cb ul li i img{
	width:100%;
	height:83px;
	display:block;
	border-radius:3px;
}

.nx_cooperation_cb ul li span{
	width:100%;
	text-align:center;
	color:#333;
	font-size:18px;
	height:28px;
	line-height:28px;
	display:block;
	overflow:hidden;
}

.nx_cooperation_cb ul li p{
	width:100%;
	text-align:center;
	color:#666;
	font-size:14px;
	height:25px;
	line-height:25px;
	display:block;
	margin-bottom:14px;
	overflow:hidden;
}



.nx_case{
	width:100%;
	display:block;
	padding:120px 0 115px;
	background:url(../img/publicity_t_02.jpg) center no-repeat;
	overflow:hidden;
}

.nx_case_c{
	display:block;
}

.nx_case_ct{
	width:100%;
	display:block;
	padding-bottom:50px;
	overflow:hidden;
}

.nx_case_ct ul{
	width:100%;
	display:block;
	text-align:center;
}

.nx_case_ct ul li{
	width:212px;
	height:56px;
	border:1px solid #5d6062;
	border-radius:29px;
	line-height:56px;
	text-align:center;
	color:#fff;
	font-size:30px;
	margin:0 36px;
	float:none;
	display:inline-block;
	cursor:pointer;
}

.nx_case_ct ul li:hover,.nx_case_ct ul li.active{
	background:#7fbe25;
	border:1px solid #7fbe25;
}

.nx_case_cb{
	width:100%;
	display:block;
	position:relative;
	height:425px;
}

.nx_case_cbt{
	width:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
} 

.nx_case_cbtt{
	width:100%;
	display:block;
	margin-bottom:25px;
}

.nx_case_cbtt ul{
	width:100%;
	display:block;
	background:#f4f4f4;
	border-left:1px solid #dfe0e0;
	border-top:1px solid #dfe0e0;
}

.nx_case_cbtt ul li{
	width:33.25%;
	height:138px;
	border:1px solid #dfe0e0;
	border-left:0;
	border-top:0;
	text-align:center;
	line-height:138px;
	position:relative;
	cursor:pointer;
}

.nx_case_cbtt ul li i{
	width:100%;
	height:100%;
	background:#f4f4f4;
	display:block;
}

.nx_case_cbtt ul li:hover i{
	width:100%;
	height:100%;
	background:#fff;
}

.nx_case_cbtt ul li img.xias{
	display:inline-block;
}

.nx_case_cbtt ul li img.xias2{
	display:none;
}

.nx_case_cbtt ul li:hover img.xias{
	display:none;
}

.nx_case_cbtt ul li:hover img.xias2{
	display:inline-block;
}

.nx_case_cbtt ul li img{
	width:200px;
	height:95px;
	margin:0 auto;
}

.nx_case_cbtt ul li dl{
	position:absolute;
	top:0;
	left:100%;
	width:100%;
	height:276px;
	background:#fff;
	z-index:5;
	display:none;
}

.nx_case_cbtt ul li dl dd{
	padding:50px 40px 0;
	text-align:left;
}

.nx_case_cbtt ul li dl dd span{
	width:100%;
	font-size:24px;
	color:#7fbe25;
	height:55px;
	display:block;
	line-height:30px;
}

.nx_case_cbtt ul li dl dd em{
	width:100%;
	font-size:14px;
	color:#666;
	display:block;
	line-height:20px;
}

.nx_case_cbtt ul li dl.dl03,.nx_case_cbtt ul li dl.dl06{
	left:auto;
	right:100%;
}

.nx_case_cbtt ul li dl.dl07,.nx_case_cbtt ul li dl.dl08{
	top:-100%;
}


.nx_case_cbtt ul li dl.dl09{
	left:auto;
	right:100%;
	top:-100%;
}

.nx_case_cbtt ul li:hover dl{
	display:block;
}


.nx_case_cbdp{
	width:93.75%;
	margin:0 auto;
	display:block;
}

.nx_case_cbdp ul{
	width:100%;
	display:block;
}

.nx_case_cbdp ul li{
	width:32.6%;
	margin:0 0.32% 10px;
	background:#fff;
	cursor:pointer;
}

.nx_case_cbdp ul li span{
	width:48.5%;
	margin:10px;
	display:block;
	float:left;
	position:relative;
	overflow:hidden;
}

.nx_case_cbdp ul li span img{
	width:100%;
	max-height:138px;
	display:inline-block;
	transform: scale(1,1);
	transition-timing-function: ease-out;
    transition-duration:500ms;
}

.nx_case_cbdp ul li:hover span img{
	width:100%;
	max-height:138px;
	display:inline-block;
	transform: scale(1.1,1.1);
	transition-timing-function: ease-out;
    transition-duration:500ms;
}

.nx_case_cbdp ul li p{
	width:41%;
	padding:10px 15px 10px 0;
	float:right;
	font-size:16px;
	color:#333;
	line-height:32px;
	display:block;
	text-align:left;
}

.nx_case_cbdp ul li:hover p{
	color:#7fbe25;
}

.nx_join{
	width:100%;
	padding:145px 0 140px;
	display:block;
	overflow:hidden;
}

.nx_join_c{
	display:block;
}

.nx_join_ct{
	width:100%;
	display:block;
	text-align:center;
}

.nx_join_ct span{
	width:100%;
	display:block;
	font-size:48px;
	color:#333;
	height:70px;
	line-height:50px;
}

.nx_join_ct p{
	width:100%;
	display:block;
	color:#666;
	font-size:16px;
	line-height:25px;
	height:85px;
}

.nx_join_cb{
	width:100%;
	display:block;
}

.nx_join_cb dl{
	width:327px;
	height:440px;
	padding:0;
	float:left;
}

.nx_join_cb dl .em{
	width:298px;
	height:440px;
	margin:0 0;
	float:left;
	border:1px solid #e7e6e6;
    border-radius: 50px;
    box-shadow:0px 5px 5px 0px rgba( 6, 0, 1 ,0.1);
	transition-duration:500ms;
}


.nx_join_cb dl dt{
	width:80%;
	padding:50px 10% 15px;
	display:block;
	text-align:center;
}

.nx_join_cb dl dt span{
	width:91px;
	height:91px;
	background:url(../img/publicity_u_55.jpg) no-repeat;
	border-radius:50%;
	display:block;
	margin:0 auto;
	line-height:91px;
	text-align:center;
}

.nx_join_cb dl:hover dt span{
	background:url(../img/publicity_u_52.jpg) no-repeat;
}

.nx_join_cb dl dt span img{
	width:39px;
	height:39px;
}

.nx_join_cb dl dt span img.spe{
	display:inline-block;
}

.nx_join_cb dl dt span img.spe2{
	display:none;
}

.nx_join_cb dl:hover dt span img.spe{
	display:none;
}

.nx_join_cb dl:hover dt span img.spe2{
	display:inline-block;
}

.nx_join_cb dl dd{
	width:72%;
	padding:0 14%;
	display:block;
	text-align:center;
}

.nx_join_cb dl dd span{
	width:100%;
	display:block;
	font-size:18px;
	color:#333;
	height:35px;
}

.nx_join_cb dl dd em{
	width:100%;
	line-height:24px;
	color:#999;
	font-size:14px;
	display:block;
	margin-bottom:22px;
	/*height:125px;*/
	overflow:hidden;
}

.nx_join_cb dl dd i{
	width:118px;
	line-height:32px;
	height:32px;
	border:1px solid #d2d2d2;
	text-align:center;
	color:#999;
	font-size:12px;
	font-family:Arial;
	text-transform:uppercase;
	display:block;
	margin:0 auto;
	border-radius:17px;
}

.nx_join_cb dl:hover .em{
	background:#7fbe25;
	cursor:pointer;
	transition-duration:500ms;
}

.nx_join_cb dl:hover dd span,.nx_join_cb dl:hover dd em{
	color:#fff;
}

.nx_join_cb dl:hover dd i{
	color:#7fbe25;
	background:#fff;
	border:1px solid #7fbe25;
}


.nx_advisory{
	width:100%;
	display:block;
	padding:95px 0 45px;
	background:url(../img/publicity_t_146.jpg) center no-repeat;
	overflow:hidden;
}

.nx_advisory_c{
	display:block;
} 

.nx_advisory_ct{
	width:100%;
	display:block;
	text-align:center;
	height:95px;
	line-height:50px;
	font-size:48px;
	color:#fff;
}

.nx_advisory_cc{
	width:92%;
	padding:0 4%;
	display:block;
}

.nx_advisory_cc ul{
	width:100%;
	display:block;
}

.nx_advisory_cc ul li{
	width:100%;
	display:block;
	margin-bottom:12px;
	overflow:hidden;
}

.nx_advisory_cc ul li em{
	width:31%;
	display:block;
	margin-right:3%;
	float:left;
}

.nx_advisory_cc ul li em:last-child{
	margin-right:0;
}

.nx_advisory_cc ul li em span{
	color:#fff;
	height:46px;
	line-height:46px;
	font-size:16px;
	margin-right:10px;
	float: left;
}

.nx_advisory_cc ul li em .nx_shuw{
	width:71%;
	height:46px;
	line-height:46px;
	padding:0 2%;
	background:url(../img/publicity_u_103.png);
	display:block;
	border:0;
	float: left;
	color:#fff;
	font-size:16px;
}

.nx_advisory_cc ul li em .nx_shuw.chaow{
	width:76%;
}

.nx_advisory_cc ul li em .nx_shuw.chaow2{
	width:75.5%;
}

.nx_advisory_cc ul li em .nx_shuw.chaow3{
	width:71.7%;
}

.nx_advisory_cc ul li em .nx_shuw.chaow4{
	width:84%;
}

.nx_advisory_cc ul li em .nx_shuw.chaow5{
	width:64%;
}

.nx_advisory_cc ul li em .nx_shuw.chaow6{
	width:68%;
	font-size:15px;
}

.nx_advisory_cc ul li em .nx_shuw.chaow6 option{
	color:#333;
	font-size:15px;
}

.nx_advisory_cc ul li em.em01{
	width:100%;
	display:block;
}

.nx_advisory_cc ul li em.em01 span{
	width:10.5%;
	float:left;
}

.nx_advisory_cc ul li em.em01 label{
	height:46px;
	line-height:46px;
	display:inline-block;
	color:#fff;
	font-size:16px;
	margin-right:50px;
}

.nx_advisory_cc ul li em.em01 label input{
	margin-right:10px;
}

.nx_advisory_cc ul li em.em02{
	width:100%;
	display:block;
	margin-bottom:35px;
}

.nx_advisory_cc ul li em.em02 span{
	width:100%;
	display:block;
}

.nx_advisory_cc ul li em.em02 span i{
	color:#999;
	font-size:14px;
	padding-left:5px;
}

.nx_advisory_cc ul li em.em02 textarea{
	width:98%;
	height:122px;
	padding:10px 1%;
	border:0;
	background:url(../img/publicity_u_103.png);
	display:block;
	color:#fff;
	font-size:16px;
	line-height:30px;
}

.nx_advisory_cc ul li .nx_submit{
	width:100%;
	display:block;
}

.nx_advisory_cc ul li .nx_submit .nx_i_submit{
	width:258px;
	height:60px;
	line-height:60px;
	text-align:center;
	background:#7fbe25;
	color:#fff;
	font-size:20px;
	display:block;
	margin:0 auto;
	border-radius:30px;
	cursor:pointer;
	border:0;
}



.case_bg{
  width:100%;
  height:100%;
  display:none;
  position:fixed;
  z-index:999;
  top:0;
  left:0;
  background:url(../img/case_i_03.png);
}

.case_tk{
  width:100%;
  display:none;
  position:fixed;
  z-index:1000;
  top:15%;
  left:0;
}

.case_tk_c{
  width:895px;
  height:auto;
  margin:0 auto;
  background:#fff;
  display:block;
  border-radius:10px;
  position:relative;
}

.case_tk_ct{
  margin:0;
  display:block;
  text-align:right;
  padding:0;
  overflow:hidden;
  position:absolute;
  top:25px;
  right:-43px;
}

.case_tk_ct span{
  width:43px;
  height:43px;
  display:inline-block;
  float:right;
  background:#7fbe25;
}

.case_tk_ct span:hover{
	background:#72ac1e;
}

.case_tk_ct span img{
  width:43px;
  display:inline-block;
  cursor:pointer;
}

.case_tk_cc{
  margin:0 auto;
  display:block;
  text-align:left;
  padding:25px;
}

.case_tk_cc img{
	max-width:100%;
	display:block;
}

.case_tk_cc span{
	width:100%;
	display:block;
	margin-bottom:30px;
  color:#333;
  font-size:1.4rem;
}

.case_tk_cc p{
  width:100%;
  display:block;
  color:#333;
  font-size:18px;
 	line-height:32px;
 	padding-bottom:30px;
}

.case_tk_cc .dest{
	width:100%;
    height:130px;
    overflow:auto;
}


.case_tk_cc.policy em{
  width:100%;
  display:block;
  color:#333;
  font-size:18px;
 	line-height:30px;
 	padding-bottom:10px;
}

.case_tk_cc.policy .poe_m.test-1{
	width:100%;
	height:auto;
	display:block;
}

.case_tk_cc.policy .poe{
  width:100%;
  display:block;
  color:#999;
  font-size:16px;
 	line-height:30px;
 	height:290px;
	overflow-y: auto;
}

.case_tk_cc.policy .poe p{
  width:100%;
  display:block;
  color:#999;
  font-size:14px;
 	line-height:26px;
 	padding-bottom:5px;
}


.case_tk_cc.policy .poe_m.test-1 .poe::-webkit-scrollbar {
    width:6px;     
    height:1px;
  }
.case_tk_cc.policy .poe_m.test-1 .poe::-webkit-scrollbar-thumb {
    width:6px!important;
    border-radius:10px;
    background:#d4d4d4;
  }
.case_tk_cc.policy .poe_m.test-1 .poe::-webkit-scrollbar-track {
    width:2px!important;
    border-radius: 10px;
    background:#e3e3e3;
  }


.multipleLine{ position:relative; width:100%;  }
.multipleLine .hd{ height:auto; padding:0 0; position:relative;  }
.multipleLine .hd .prev{ display:block; width:24px; height:46px; overflow:hidden;
	 cursor:pointer; background:url("../img/publicity_t_56.png") no-repeat; position:absolute; left:-110px; top:225px;z-index:10;}
.multipleLine .hd .next{ display:block; width:24px; height:46px; overflow:hidden;
	 cursor:pointer; background:url("../img/publicity_t_72.png") no-repeat; position:absolute; right:-110px; top:225px;z-index:10;}

.multipleLine .hd .prev:hover{ background:url("../img/publicity_t_56f.png") no-repeat;}
.multipleLine .hd .next:hover{ background:url("../img/publicity_t_72f.png") no-repeat;}


.multipleLine .bd{ padding:0; height:auto; overflow:hidden;  }
.multipleLine .bd ul{ overflow:hidden; zoom:1; margin-bottom:10px;  }




.multipleLine2{ position:relative; width:100%; padding-bottom:0;  }
.multipleLine2 .hd{ height:auto; padding:0 0; position:relative; right:0; bottom:0; z-index:5;  }

.multipleLine2 .bd{ padding:0; height:auto; overflow:hidden;  }
.multipleLine2 .bd ul{ overflow:hidden; zoom:1; margin-bottom:10px;  }



.multipleLine3{ position:relative; width:100%; padding-bottom:0;  }
.multipleLine3 .hd{ height:auto; padding:0 0; position:relative; right:0; bottom:0; z-index:5;  }

.multipleLine3 .bd{ padding:0; height:auto; overflow:hidden;  }
.multipleLine3 .bd ul{ overflow:hidden; zoom:1; margin-bottom:10px; }

.multipleLine4{ position:relative; width:100%; padding-bottom:0;  }
.multipleLine4 .hd{ height:auto; padding:0 0; position:relative; right:0; bottom:0; z-index:5;}

.multipleLine4 .bd{ padding:0; height:auto; overflow:hidden;  }
.multipleLine4 .bd ul{ overflow:hidden; zoom:1; margin-bottom:10px; }

.multipleLine5{ position:relative; width:100%; padding-bottom:0;  }
.multipleLine5 .hd{ height:auto; padding:0 0; position:relative; right:0; bottom:0;  z-index:5;}

.multipleLine5 .bd{ padding:0; height:auto; overflow:hidden;  }
.multipleLine5 .bd ul{ overflow:hidden; zoom:1; margin-bottom:10px; }


.multipleLine6{ position:relative; width:100%; padding-bottom:0;  }
.multipleLine6 .hd{ height:auto; padding:0 0; position:relative; right:0; bottom:0; z-index:5;}
.multipleLine6 .hd a{color:#333;}
.multipleLine6 .hd a:hover {
    color: #fff;
}
.multipleLine6 .bd{ padding:0; height:auto; overflow:hidden;  }
.multipleLine6 .bd ul{ overflow:hidden; zoom:1; margin-bottom:10px; }






.dontai_botc{
	width:5300px;
	display:block;
}

.dontai_botri{
/*	width:100%;*/
	height:460px;
}


.container1 {
	width:100%;
	height: auto;
	padding:0px;
	margin-left:0px;
	float: left;
}

.container1 .div_scroll {
	width:100%;
	height:auto;
	float: left;
}	

.container1 .scroll_container {
	overflow: hidden;
	position: relative;
}

.container1 .scroll_absolute {
    position: absolute;
}

.container1 .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 0;
    width:3px;
    height: 100%;
    background:#333;
    margin: 0;
    padding: 0;
}

.container1 .scroll_track {
	position: relative;
	background-color: #333;
}

.container1 .scroll_drag {
	position: relative;
	top: 0;
	left: -1px;
	cursor: pointer;
	width:6px;
	height:auto;
	background-color: #dcb879;
}

.container1 .scroll_arrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background-color: #D6B74B;
}

.container1 .scroll_vertical_bar .scroll_arrow {
    height:0;
    background: #333;
}



.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
	width:200px!important;
    height:100%;
    left:0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px!important;
    margin: 4px auto!important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color:#7fbe25!important;
   /* background-color: rgba(255,255,255,.75);*/
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%!important;
    height:4px!important;
    margin:4px 0!important;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color:#333!important;
    /*background-color: rgba(0,0,0,.4);*/
    filter: "alpha(opacity=40)"!important;
    -ms-filter: "alpha(opacity=40)"!important;
}





























.footer_wgx .foott {
    width: 100%;
    height: 91px;
    background: #3e3e3e; }
    .footer_wgx .foott .foott-new {
      width: 1193px;
      height: 91px;
      margin: 0 auto; }
      .footer_wgx .foott .foott-new .nav {
        width: 637px;
        height: 91px;
        float: left; }
        .footer_wgx .foott .foott-new .nav a {
          font-size: 14px;
          line-height: 91px;
          float: left;
          margin-right: 32px;
          color: #b2b2b2; }
        .footer_wgx .foott .foott-new .nav a:hover {
          color: #7fbe25; }
      .footer_wgx .foott .foott-new .con {
        /*margin-left: 115px;*/
        float: left;
        color: #b2b2b2;
        margin-top: 32px; }
        .footer_wgx .foott .foott-new .con span {
          line-height: 29px;
          font-size: 14px;
          margin-right: 20px;
          float: left; }
        .footer_wgx .foott .foott-new .con a {
          width: 29px;
          height: 29px;
          border-radius: 29px;
          float: left;
          margin-right: 7px;
          display: block; }
          .footer_wgx .foott .foott-new .con a img {
            display: block;
            width: 29px;
            height: 29px;
            border-radius: 29px; }
      .footer_wgx .foott .foott-new .menu {
        width: 330px;
        height: 35px;
        float: right;
        margin-top: 29px; }
        .footer_wgx .foott .foott-new .menu a {
          width: 110px;
          height: 35px;
          display: block;
          background: #fff;
          float: left;
          text-align: center;
          line-height: 35px;
          color: #888888; }
        .footer_wgx .foott .foott-new .menu a.cur {
          background: #7fbe25;
          color: #fff; }
  .footer_wgx .foottt {
    width: 100%;
    height: 115px;
    background: #323232; }
    .footer_wgx .foottt .foottt-new {
      width: 1193px;
      height: 115px;
      margin: 0 auto; }
      .footer_wgx .foottt .foottt-new .logo {
        width: 116px;
        height: 22px;
        display: block;
        float: left;
        margin-top: 47px; }
      .footer_wgx .foottt .foottt-new .con {
        float: left;
        margin-left: 30px;
        margin-top: 40px; }
        .footer_wgx .foottt .foottt-new .con .nav {
          opacity: 0.8; }
          .footer_wgx .foottt .foottt-new .con .nav a {
            line-height: 12px;
            font-size: 12px;
            color: #989898;
            float: left; }
          .footer_wgx .foottt .foottt-new .con .nav a:hover {
            color: #7fbe25; }
          .footer_wgx .foottt .foottt-new .con .nav span {
            line-height: 12px;
            font-size: 10px;
            color: #989898;
            float: left;
            opacity: 0.4;
            margin: 0 10px; }
        .footer_wgx .foottt .foottt-new .con .tit {
          font-size: 12px;
          line-height: 24px;
          color: #989898;
          opacity: 0.5;
          margin-top: 4px; }
      .footer_wgx .foottt .foottt-new .tits {
        float: right;
        font-size: 12px;
        line-height: 12px;
        color: #989898;
        opacity: 0.8;
        margin-top: 62px; }
        .footer_wgx .foottt .foottt-new .tits a {
          color: #989898; }
        .footer_wgx .foottt .foottt-new .tits a:hover {
          color: #7fbe25; }

.footer_wgx .con a.wx{
  position: relative;
}
.footer_wgx .foott .foott-new .con a img.wximg{
  left: -36px;
  bottom: 35px;
  position: absolute;
  display: none;
  width: 100px;
  height: 100px;
  border-radius: 0;
}
.footer_wgx .foott .foott-new .con a.wx:hover img.wximg{
  display: block;
}

@media (max-width:1800px){
	.nx_advantage_t ul li .pe{
		width:88.84%;
	}

	.multipleLine .hd .prev{ left:-60px;}
	.multipleLine .hd .next{ right:-60px;}

}


@media (max-width:1600px){
	.nx_technology_cbl em{
		line-height:24px;
	}

	.multipleLine .hd .prev{ left:10px;}
	.multipleLine .hd .next{ right:10px;}
}

@media (max-width:1520px) {
	.nx_advisory_cc ul li em .nx_shuw.chaow5 {
	    width: 63%;
	}
	.nx_advisory_cc ul li em .nx_shuw.chaow6{
		width:67%;
	}
	.nx_advisory_cc ul li em .nx_shuw.chaow3 {
	    width: 70.7%;
	}
	.nx_advisory_cc ul li em .nx_shuw.chaow2 {
	    width: 74.5%;
	}

	.nx_nav ul li a{
		padding:0 20px;
	}

}

@media (max-width:1480px){
	.nx_advisory_cc ul li em .nx_shuw.chaow5 {
	    width: 62%;
	}

	.nx_advisory_cc ul li em .nx_shuw.chaow6{
		width:66%;
	}

	.nx_advisory_cc ul li em .nx_shuw{
		width:68%;
	}

}


@media (max-width:1440px){

	.nx_advisory_cc ul li em .nx_shuw.chaow {
	    width: 74%;
	}
	.nx_advisory_cc ul li em .nx_shuw.chaow3 {
	    width: 68.7%;
	}
	.nx_advisory_cc ul li em .nx_shuw.chaow4 {
	    width: 83%;
	}
	.nx_technology_cbl em{
		padding:6% 3.5% 24px;
	}

	.nx_technology_cbc ul li{
		line-height:25px;
	}

	.nx_nav ul li a{
		padding:0 10px;
	}
	.nx_advisory_cc ul li em .nx_shuw.chaow2 {
	    width: 73.5%;
	}
	
	.nx_advisory_cc ul li em .nx_shuw.chaow5 {
	    width:59%;
	}
	.nx_advisory_cc ul li em .nx_shuw.chaow6{
		width:63%;
	}

}


@media (max-width:1366px) {
	.nx_advisory_cc ul li em .nx_shuw.chaow2 {
	    width: 71.5%;
	}
	.nx_advisory_cc ul li em .nx_shuw.chaow5 {
	    width: 57%;
	}

	.nx_advisory_cc ul li em .nx_shuw.chaow6{
		width:61%;
	}
	.nx_advisory_cc ul li em .nx_shuw.chaow3 {
	    width: 67.7%;
	}
	
	.multipleLine .hd .prev{top:202px;}
	.multipleLine .hd .next{top:202px;}
	.nx_advisory_cc ul li em .nx_shuw {
	    width: 65%;
	}

}


@media (max-width:1280px) {

	.nx_advisory_cc ul li em .nx_shuw{
		width:65%;
	}

	.nx_advisory_cc ul li em .nx_shuw.chaow {
	    width:73%;
	}

	.nx_advisory_cc ul li em .nx_shuw.chaow2 {
	    width:70.5%;
	}

	.nx_advisory_cc ul li em .nx_shuw.chaow3 {
	    width:65.7%;
	}
	.nx_advisory_cc ul li em .nx_shuw.chaow4 {
	    width:81%;
	}

	.nx_advisory_cc ul li em .nx_shuw.chaow5 {
	    width:56%;
	}

	.nx_advisory_cc ul li em .nx_shuw.chaow6{
		width:60%;
	}

	.nx_case_cbtt ul li{
		width:33.2%;
	}

	.nx_nav ul li a{
		padding:0 5px;
	}


}

@media (max-width:1260px){
	.nx_advisory_cc ul li em .nx_shuw.chaow {
	    width: 74%;
	}
}




