@charset "utf-8";
.head_Logo img {
	height: 36px
}




















body {
	font-size: 12px;
	
	min-width: 1200px;
	overflow-x: hidden;
}














.header {
	width: 100%;
	height: auto;
	position: absolute;
	font-size: 14px;
	z-index: 50
}
.head_cont {
	width: 1200px;
	margin: 0 auto;
	z-index: 10;
	height: 68px;
	transition: all .3s ease-out 0s
}
.head_Logo {
	width: auto;
	display: block;
	float: left
}
.head_nav {
	float: right
}
.head_nav li {
	float: left;
	width: auto;
	height: 50px;
	position: relative
}
.head_nav_li a {
	line-height: 36px;
	height: 36px;
	border-radius: 18px;
	text-align: center;
	padding: 10px 26px;
	color: #fff;
	font-size: 14px;
	margin: 0 .5px
}
.head_nav_li .subnav a {
	color: #6E6E6E;
	transition: all .3s ease-out 0s;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	height: 44px;
	line-height: 44px;
	width: 100%;
	margin-left: 0;
}
.head_nav_li .subnav a:hover{
	text-align: center;
	height: 44px;
	line-height: 44px;
}
.head_nav_li .active, .head_nav_li a:hover {
	background-color: #fff;
	color: #333;
	text-align: center;
}
.subnav {
	position: absolute;
	width: 192px;
	top: 54px;
	left: 40%;
	background-color: #fff;
	z-index: 20;
	padding: 22px 0 20px 0;
	border-radius: 6px;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	margin-left: -95px;
	opacity: 0;
transition: all .3s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	visibility: hidden;
}
.head_nav_li:hover .subnav {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	visibility: visible
}
.subnav_Tri {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -8px;
	right: 46%
}
.subnav li {
	height: 44px;
	line-height: 44px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #f1f2f2;
transition: all .3s ease-out 0s
}
.subnav .subnav_bor {
	border-bottom: none
}
.head_nav .subnav_a {
	height: 44px;
	line-height: 44px;
	border-radius: 0;
	font-size: 13px;
	color: #a3a3a3;
	padding: 0 25px
}
.subnav li a {
	color: #6E6E6E;
	background: 0 0;
	line-height: 42px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.subnav li:hover a {
	color: #3d3d3d;
	background: 0 0;
	line-height: 42px
}
.subnav li:hover {
	background-color: #f7f7f7
}
#wrap {
	width: 100%;
	z-index: 50
}
.topBar {
 transition: all .3s ease-out 0s;
	height: 90px
}
#nav.hide .topBar {
	background-color: rgba(57, 66, 79, .92);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
	height: 60px
}
#nav.hide .topBar .head_cont {
	padding: 12px
}
#nav.hide .topBar .nav_cont {
	padding: 12px
}
.nav {
	width: 100%;
	background-color: #39424f;
	height: auto;
	font-size: 14px;
	z-index: 50
}
.nav_cont {
	width: 1200px;
	margin: 0 auto;
	z-index: 10;
	padding: 24px 0;
transition: all .3s ease-out 0s
}
.nav_box {
	height: 90px;
	font-size: 14px;
	background-color: #39424F
}
.nav_Logo {
	width: auto;
	height: 40px;
	display: block;
	float: left
}
.nav_Logo img {
	height: 40px
}
.nav_list {
	float: right
}
.nav_list_li {
	float: left;
	width: auto;
	height: 46px;
	position: relative
}
.nav_list_li:hover .subnav {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	visibility: visible
}
.nav_list a {
	line-height: 36px;
	height: 36px;
	border-radius: 18px;
	text-align: center;
	display: block;
	padding: 0 26px;
	color: #DBDBDB;
	margin: 0 .5px
}
.nav_list .active, .nav_list a:hover {
	background-color: #13df81;
	color: #fff
}
.top_txt {
	width: 1200px;
	height: 205px;
	padding-top: 175px;
	margin: 0 auto
}
.top_txt p {
	font-size: 24px;
	color: #13df81;
	font-family: Arial;
	width: 600px;
	height: 30px;
	overflow: hidden;
	font-family: HELVETICANEUELTPRO-THEX, "微软雅黑"
}
.top_txt_a {
	width: 80px;
	height: 24px;
	border: 1px solid rgba(255, 255, 255, .1);
	display: block;
	margin-top: 15px;
	border-radius: 13px
}
.top_txt_a i {
	width: 34px;
	height: 12px;
	background: url(../images/icon.png) no-repeat -64px 0;
	display: block;
	margin: 5px 0 0 32px
}
.bgmask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
filter:alpha(opacity:100);
	z-index: 1;
	display: none;
	background: #000
}
.content {
	width: 100%;
	height: auto
}
.indexCont {
	width: 100%;
	height: auto
}
.moslider {
	height: 850px;
	min-width: 1200px;
	position: relative;
	overflow: hidden;
	width: 100%
}

	height: 40px;
	border-bottom-right-radius: 21px;
	border-top-right-radius: 21px;
	display: block;
	float: right;
	margin-top: -1px;
	margin-right: -2px;
transition: all .3s ease-out 0s
}
.paging_r i {
	width: 58px;
	height: 12px;
	display: block;
	background: transparent url(../images/icon.png) no-repeat scroll -76px -103px;
	margin: 15px 0 0 10px;
transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}
.paging .paging_r:hover i {
	background: url(../images/icon.png) no-repeat -18px -103px;
	margin: 15px 0 0 20px
}
.paging_l i {
	width: 58px;
	height: 12px;
	display: block;
	background: transparent url(../images/icon.png) no-repeat scroll -70px -88px;
	margin: 15px 0 0 10px;
transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}
.paging .paging_l:hover i {
	background: url(../images/icon.png) no-repeat -148px -88px;
	margin: 15px 0 0 20px
}
.paging a:hover {
	background: #13df81
}
.ser_three {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 70px 0
}
.ser_three_bg {
	min-height: 780px
}
.ser_three h3 {
	font-size: 18px;
	color: #444;
	text-align: center;
	padding: 30px 50px;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 30px;
	margin: 0 auto
}
.ser_three img {
	height: auto;
	margin-bottom: 45px
}
.showcase_bg {
	width: 100%;
	min-width: 1200px;
	height: auto;
	padding: 120px 0;
	background-color: #F7F7F7;
	border-top: 1px solid #F3F3F3;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat
}
.ser_three div.default {
	padding-top: 30px;
}
.showcase {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	z-index: 10;
	position: relative
}
.show_top_l {
	float: left
}
.show_top_l_h2 {
	font-size: 24px;
	color: #333;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	font-family: HELVETICANEUELTPRO-THEX, "微软雅黑"
}
.show_top_l_p {
	height: 26px;
	font-size: 14px;
	color: #b1b1b1;
	line-height: 26px;
	overflow: hidden;
	font-family: HELVETICANEUELTPRO-THEX, "微软雅黑"
}
.show_top {
	width: 1200px;
	height: 64px
}
.show_bot {
	margin-right: -15px;
	height: auto;
	padding-top: 40px
}
.show_bot li {
	float: left;
	margin: 0 15px 15px 0;
	width: 390px;
	height: 260px;
	overflow: hidden
}
.show_bot_box {
	position: relative;
	width: 390px;
	height: 260px
}
.show_bot_box a img {
	width: 390px
}
.show_shade {
	height: 74px;
	width: 100%;
	position: absolute;
	bottom: -74px;
transition: all .45s cubic-bezier(.215, .61, .355, 1)
}
.show_shade_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 74px;
	background: #fff
}
.show_shade_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 360px;
	height: 54px;
	padding: 15px 0 5px 30px
}
.show_shade_txt span {
	width: 270px;
	font-size: 16px;
	color: #666;
	display: block;
	height: 26px;
	line-height: 26px;
	overflow: hidden
}
.show_shade_txt i {
	width: 270px;
	color:#999;
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden
}
.show_top_bg {
	background: #39424f;
	min-width: 1200px
}
.show_bot_but {
	width: 36px;
	height: 36px;
	border-radius: 20px;
	display: block;
	background: #13df81;
	margin-top: 8px;
	position: absolute;
	bottom: 18px;
	right: 20px;
transition: all .3s ease-out 0s
}
.show_san_but {
	width: 36px;
	height: 36px;
	border-radius: 20px;
	background-color: transparent
}
.show_san_but i {
	background: url(../images/icon.png) no-repeat 0 -71px;
	width: 14px;
	height: 9px;
	display: block;
	margin: 13px 0 0 11px
}
.show_bot_but i {
	background: url(../images/icon.png) no-repeat 0 -71px;
	width: 14px;
	height: 9px;
	display: block;
	margin: 13px 0 0 11px
}
.show_bot_box:hover .show_shade {
	bottom: 0
}
.show_bot_box:hover .show_bot_box_t {
	top: -36px
}
.show_bot_box_t {
	height: 260px;
transition: all .6s cubic-bezier(.215, .61, .355, 1);
	position: absolute;
	top: 0
}
.showcase_two_bg {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2
}
.pro_img {
	min-width: 1200px
}
.pro_post_img {
	text-align: center;
}
.show_two {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
	padding: 60px 20px 160px 20px;
	overflow: hidden
}
.show_two_nav {
	width: 1200px;
	height: auto;
	padding: 0 0 15px 0;
	margin-bottom: 25px;
}
.show_two_nav a {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 16px;
	color: #666;
	font-size: 13px;
	float: left
}
.show_two_nav .active {
	background: #13df81;
	color: #fff;
}
.pro_navheight {
	margin-bottom:50px;
}
.show_two_nav a:hover {
	background: #13df81;
	color: #fff
}
.show_two_txt {
	height: 64px;
	padding: 16px 0 6px 25px;
	display: block
}
.show_two_txt span {
	width: 270px;
	font-size: 16px;
	color: #666;
	display: block;
	height: 26px;
	line-height: 26px;
	overflow: hidden
}
.show_two_txt i {
	width: 270px;
	color: #999;
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden
}
.show_two_box {
	margin-right: -15px;
	max-height: 1370px
}
.show_two_box li {
	width: 396px;
	height: auto;
	margin: 0 9px 18px 0;
	float: left;
transition: all .3s ease-out 0s
}
.show_two_box li:hover {
	box-shadow: 0 6px 10px 5px rgba(0, 0, 0, .08)
}
.show_two_box .show_two_but {
	position: absolute;
	bottom: 26px;
	right: 40px;
transition: all .3s ease-out 0s
}
.show_two_box li:hover .show_two_but {
	background: #13DF81;
	right: 20px
}
.show_thr_bg {
	width: 100%;
	height: auto;
	position: relative
}
.show_thr {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 0 0
}
.show_top_txt {
	width: 1200px;
	margin: 0 auto;
	height: 88px;
	padding: 102px 0 0 0
}
.show_top_txt h2 {
	font-size: 20px;
	color: #fff;
	width: 570px;
	height: 30px;
	overflow: hidden
}
.show_top_txt p {
	color: #fff;
	opacity: .7;
filter:alpha(opacity:30);
	width: 570px;
	height: 16px;
	overflow: hidden
}
.show_thr_top {
	width: 1040px;
	margin: 0 auto;
	padding: 50px 70px 80px;
	-webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
	box-shadow: 2px 8px 30px rgba(0, 0, 0, .08);
	z-index: 2
}
.show_thr_bot {
	width: 1180px;
	margin: 0 auto;
	z-index: 1
}
.show_thr_bot h3 {
	font-size: 16px;
	color: #595959;
	width: 440px;
	height: 26px;
	overflow: hidden;
	line-height: 26px;
transition: all .3s ease-out 0s
}
.show_thr_bot_p {
	color: #999;
	opacity: .5;
	filter: alpha(opacity=50);
	height: 16px;
	line-height: 16px;
	overflow: hidden
}
.show_thr_ul li {
	margin-bottom: 10px
}
.show_thr_b_l {
	float: left;
	width: 440px;
	height: 72px;
	padding: 36px 40px 0 110px;
	position: relative
}
.show_thr_b_r {
	float: right;
	width: 440px;
	height: 72px;
	padding: 36px 110px 0 40px;
	position: relative;
	text-align: right
}
.show_thr_b_but {
	position: absolute;
	top: 36px;
	right: 44px
}
.show_thr_b_l p.show_thr_b_but {
	position: absolute;
	top: 36px;
	left: 44px
}
.show_thr_bot a:hover {
	background: #13df81;
	z-index: 1
}
.show_thr_bot a:hover p {
	color: #fff
}
.show_thr_bot a:hover h3 {
	color: #fff
}
.show_thr_bot a:hover .ser_but {
	border: 1px solid #fff;
	background: #fff
}
.back_top {
	position: fixed;
	bottom: -80px;
	right: 40px;
	z-index: 20
}








.netmask.success i {
	color:#fff;
	font-size:50px;
	position:absolute;
	top:50%;
}
.navitem_i {
	margin-left:10px;
	font-size:18px;
	display:none;
}

