* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 14px;
	position: relative;
	font-family: Arial,"Microsoft Yahei", Tahoma,  Helvetica, STHeiti;
}

/*@font-face {
	font-family: 'qxxin'; src: url('../fonts/qxxin.ttf'); src: url('../fonts/qxxin.ttf'); format('embedded-opentype'), url('../fonts/qxxin.ttf'); format('woff'), url('../fonts/qxxin.ttf'); format('truetype'), url('../fonts/qxxin.ttf'); format('svg'); font-weight: normal; font-style: normal;
}*/

a {
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

img {
	border: none\9;
	display: block;
}

.center {
	width: 1200px;
	margin: 0 auto;
}

.header {
	overflow: hidden;
	width: 100%;
}

.header .h-nr-1 {
	width: inherit;
	background: #eee;
}

.header .header-top {
	width: 1200px;
	margin: 0 auto;
	height: 38px;
	line-height: 38px;
}

.header .header-top .header-left {
	float: left;
	font-size: 14px;
	color: #999;
}

.header .header-top .header-right {
	float: right;
}

.header .header-top .header-right a {
	font-size: 14px;
	color: #999;
}

.header .header-top .header-right span {
	border-left: 1px solid #ccc;
	margin: 0 10px;
	display: inline-block;
	height: 12px;
	vertical-align: middle;
}

.header .h-nr-2 {
	width: inherit;
	overflow: hidden;
	padding: 20px 0;
}

.header .h-nr-2 .zb {
	width: 1200px;
	margin: 0 auto;
}

.header .h-nr-2 .zb>div {
	vertical-align: middle;
}

.header .h-nr-2 .zb .left {
	display: inline-block;
	;width: 450px;
	vertical-align: top;
	padding: 10px 0 0;
}

.header .h-nr-2 .zb .left img {
	display: inline-block;
	margin-right: 23px;
}

.header .h-nr-2 .zb .wb {
	display: inline-block;
	vertical-align: top;
	padding: 10px 0 0;
}

.header .h-nr-2 .zb .wb p {
	color: #333;
	font-size: 30px;
}

.header .h-nr-2 .zb .wb p>span {
	color: #1b995c;
}

.header .h-nr-2 .zb .wb b {
	font-size: 18px;
	color: #666;
	font-weight: normal;
	line-height: 30px;
}

.header .h-nr-2 .right {
	width: 295px;
	display: inline-block;
	float: right
}

.header .h-nr-2 .right .lx {
	float: right;
	padding-left: 52px;
	margin-top: 20px;
	background: url(../img/tel.jpg) left center no-repeat;
	font-size: 28px;
	line-height: 1em;
	font-weight: bold;
	font-style: italic;
	color: #d70006;
}

.header .h-nr-2 .right .lx .dh,.lxfs {
	display: inline-block;
	vertical-align: top;
}

.header .h-nr-2 .right .lx .lxfs p {
	font-size: 24px;
	color: #009c45;
	text-align: left;
	font-weight: bold;
}

.header .nav {
	overflow: hidden;
	width: 100%;
	height: 58px;
	position: relative;
	background: #313131;
}

.header .nav .nav-content {
	margin: 0 auto;
	overflow: hidden;
	width: 1200px;
}

.header .nav .nav-content ul {
}

.header .nav .nav-content ul li {
	float: left;
	text-align: center;
	height: 60px;
}

.header .nav .nav-content ul li a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	width: 145px;
	height: 59px;
	line-height: 58px;
	border-right: 1px solid #505050
}

.header .nav .nav-content ul li a i {
	text-transform: uppercase;
	color: #333;
	font-size: 14px;
	font-style: normal;
	display: block;
	line-height: 0;
}

.header .nav .nav-content ul li a:hover {
	background: #00a1e9;
	color: #fff;
}

.header .nav .nav-content ul li a:hover i {
	color: #fff;
}

.header .nav .nav-content ul li.on {
	background: #00a1e9;
}

.header .nav .nav-content ul li.on a {
	color: #fff;
}

.header .nav .nav-content ul li.on a i {
	color: #fff;
}

.banner {
	width: 100%;
	position: relative;
}

.banner .hd {
	position: absolute;
	overflow: hidden;
	left: 50%;
	bottom: 3%;
	z-index: 1;
	zoom: 1;
}

.banner .hd ul li {
	float: left;
	width: 16px;
	height: 16px;
	border-radius: 100px;
	background: #fff;
	border: 2px solid #fff;
	margin-right: 15px;
	cursor: pointer;
}

.banner .hd ul li.on {
	background: #e60013;
	border: 2px solid #fff
}

.banner .bd {
	width: 100%;
}

.banner .bd ul {
	width: 100% !important;
}

.banner .bd ul li {
	width: 100% !important;
	/*height: 600px;*/
	overflow: hidden;
	text-align: center;
	background-position: center top;
}

.banner .bd img {
	width: 100%;
}

.banner .backward {
	left: 0px;
}

.banner .backward i {
	left: 0px;
	background-position: -410px 0;
}

.banner .backward:hover i {
	background-position: -507px 0;
}

.banner .forward {
	right: 0px;
}

.banner .forward i {
	right: 0px;
	background-position: -667px 0;
}

.banner .forward:hover i {
	background-position: -756px 0;
}

.banner .cut-btn {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	overflow: hidden;
	top: 0;
	cursor: pointer;
	font-size: 0;
	height: 100%;
	width: 100px;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.banner .cut-btn i {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 96px;
	margin-top: -48px;
	background-image: url(../img/indexV3-icon.png);
	background-repeat: no-repeat;
}

.banner .banner-content:hover .backward, .banner .banner-content:hover .forward {
	opacity: 1;
	filter: alpha(opacity=100);
}

.search {
	width: 100%;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #ccc;
}

.search-content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.search-keywords {
	font-size: 16px;
	color: #999;
	; display: inline-block;
}

.search-keywords a {
	color: #999;
	margin-right: 33px;
}

.search-keywords a:hover {
	color: #1b995c;
}

#searchForm {
	width: 243px;
	vertical-align: middle;
	height: 33px;
	background: url(../img/search.png)no-repeat;
	line-height: 33px;
	color: #d8d8d8;
	padding-left: 15px;
	margin-top: 13px;
}

.search-form {
	display: inline-block;
	float: right;
}

#searchForm .search-input {
	outline: none;
	border: none;
	height: 33px;
	line-height: 33px;
	background: none;
	width: 195px;
}

.search-input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #d8d8d8;
	font-size: 14px;
}

.search-input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #d8d8d8;
	font-size: 14px;
}

.search-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #d8d8d8;
	font-size: 14px;
}

.search-input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #d8d8d8;
	font-size: 14px;
}

.search-form #s_btn {
	width: 30px;
	height: 32px;
	color: #fff;
	outline: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
	background: none;
}

.clear-fix-3 {
	line-height: 0;
	font-size: 0;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.product {
	width: 1200px;
	margin: 0 auto;
}

.product .product-nr {
	margin-bottom: 70px;
}

.product .product-nr .top {
	overflow: hidden;
	height: 200px;
}

.product .product-nr .top .left {
	background: url(../img/pro-l-ms.png)no-repeat;
	background: url(../img/pro-l-ms.png)\9 no-repeat;
	width: 280px;
	height: 200px;
	text-align: center;
	float: left;
}

.product .product-nr .top .left .bt {
	padding: 60px;
}

.product .product-nr .top .left h5 {
	color: #fefefe;
	font-size: 36px;
}

.product .product-nr .top .left h6 {
	color: #fefefe;
	font-size: 24px;
}

.product .product-nr .top .right {
	background: url(../img/pro-r-ms.jpg)no-repeat;
	width: 900px;
	height: 200px;
	float: left;
}

.product .product-nr .top .right>div {
	display: inline-block;
	vertical-align: top;
}

.product .product-nr .top .right .bt2 h5 {
	color: #3b3b3b;
	font-size: 28px;
}

.product .product-nr .top .right .bt2 {
	padding: 60px 0 0 40px;
}

.product .product-nr .top .right .bt2 h6 {
	color: #404040;
	font-size: 20px;
}

.product .product-nr .nr {
	margin-top: 20px;
}

.product .product-nr .nr .pro-left {
	display: inline-block;
	width: 290px;
}

.product .product-nr .nr .pro-left .bq {
	background: url(../img/pro-l-bg.png)no-repeat;
	width: 290px;
	height: 59px;
	line-height: 48px;
}

.product .product-nr .nr .pro-left .bq p {
	padding-left: 56px;
	color: #fff;
	font-size: 18px;
}

.product .product-nr .nr .pro-left .cp-list-dq {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: -10px 0 0 12px;
	text-align: center;
	padding: 20px 0;
}

.product .product-nr .nr .pro-left .cp-list-dq ul li {
	text-align: justify;
	margin-left: 44px;
}

.product .product-nr .nr .pro-left .cp-list-dq ul li a {
	color: #666;
	font-size: 16px;
	line-height: 40px;
}

.product .product-nr .nr .pro-left .cp-list-dq ul li a:hover {
	color: #1b995c;
}

.main_l {
	background: #00a1e9;
	padding-bottom: 20px;
}

.main_l .text {
  /* width: 100%; */
	padding: 20px 15px 0px 15px;
}

.main_l .text span {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
}

.main_l .text p {
	display: block;
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}

.main_l .text ul {
  /* width: 100%; */
	background: #fff;
	padding: 10px 15px 22px 15px;
}

.main_l .text ul li {
	display: block;
	border-radius: 25px;
}

.main_l .text ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	background: #00a1e9;
	border-radius: 25px;
	padding: 15px 10px 15px 16px;
	margin-bottom: 8px;
}

.main_l .text ul li a:hover {
	background: #f19000;
}

.main_l .main_contact {
  /* width: 100%; */
	padding: 0px 15px 0px 15px;
	position: relative;
}

.main_l .main_contact img {
	width: 100%;
	max-width: 100%;
	display: block;
}

.main_l .main_contact span {
	position: absolute;
	bottom: 20px;
	left: 0;
	font-size: 24px;
	color: #fff;
	display: block;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.product .product-nr .nr .pro-right {
	display: inline-block;
	vertical-align: top;
	width: 890px;
	margin-left: 15px;
}

.product .product-nr .nr .pro-right ul li {
	display: inline-block;
	margin: 0 12px 20px 0;
}

.product .product-nr .nr .pro-right ul li img {
	display: inline-block;
	/* margin-top: 10px; */
	width: 280px;
	/* height: 230px; */
}

.product .product-nr .nr .pro-right ul li .cp-img {
	display: inline-block;
	text-align: center;
	width: 278px;
	height: 200px;
	border: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}

.product .product-nr .nr .pro-right ul li .cp-img dl .dd {
	position: absolute;
	left: 0;
	width: 1px;
	height: 0;
	background: #00a1e9;
	bottom: 0;
	transition: height 300ms;
	-moz-transition: height 300ms;
/* Firefox 4 */
	-webkit-transition: height 300ms;
/* Safari and Chrome */
	-o-transition: height 300ms;
/* Opera */
	visibility: hidden;
}

.product .product-nr .nr .pro-right ul li:hover .cp-img dl .dd {
	height: 200px;
	visibility: visible;
}

.product .product-nr .nr .pro-right ul li .cp-img dl .dd2 {
	position: absolute;
	right: 0;
	width: 1px;
	height: 0;
	background: #00a1e9;
	bottom: 0;
	transition: height 300ms;
	-moz-transition: height 300ms;
/* Firefox 4 */
	-webkit-transition: height 300ms;
/* Safari and Chrome */
	-o-transition: height 300ms;
/* Opera */
	visibility: hidden;
}

.product .product-nr .nr .pro-right ul li:hover .cp-img dl .dd2 {
	height: 200px;
	visibility: visible;
}

.product .product-nr .nr .pro-right ul li .cp-img dl .dd3 {
	position: absolute;
	top: 0;
	width: 0;
	height: 1px;
	left: 0;
	background: #00a1e9;
	transition: width 300ms;
	-moz-transition: width 300ms;
/* Firefox 4 */
	-webkit-transition: width 300ms;
/* Safari and Chrome */
	-o-transition: width 300ms;
/* Opera */
	visibility: hidden;
}

.product .product-nr .nr .pro-right ul li:hover .cp-img dl .dd3 {
	visibility: visible;
	width: 278px;
}

.product .product-nr .nr .pro-right ul li:hover .cp-img {
	border: 1px solid #fff;
}

.product .product-nr .nr .pro-right ul li .cp-bt {
	text-align: center;
	width: 280px;
	height: 38px;
	line-height: 38px;
	background: #d8d8d8;
	position: relative;
}

.product .product-nr .nr .pro-right ul li .cp-bt span {
	color: #666;
	font-size: 14px;
}

.product .product-nr .nr .pro-right ul li .more {
	width: 280px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
}

.product .product-nr .nr .pro-right ul li .more .i2 {
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.product .product-nr .nr .pro-right ul li .more .i3 {
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.product .product-nr .nr .pro-right ul li .more .i1 {
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
}

.product .product-nr .nr .pro-right ul li:hover .more {
	border-color: #fff;
}

.product .product-nr .nr .pro-right ul li:hover .more .i1 {
	color: #333333;
}

.product .product-nr .nr .pro-right ul li:hover .more .i2 {
	border-width: 200px 0 0 200px;
}

.product .product-nr .nr .pro-right ul li:hover .more .i3 {
	border-width: 0 200px 200px 0;
}

.product .product-nr .nr .pro-right ul li .more {
	border-color: #666666;
	width: 280px;
	height: 38px;
	line-height: 38px;
}

.product .product-nr .nr .pro-right ul li .more .i1 {
	color: #666666;
}

.product .product-nr .nr .pro-right ul li .more .i2 {
	border-color: transparent transparent transparent #00a1e9;
}

.product .product-nr .nr .pro-right ul li .more .i3 {
	border-color: transparent #00a1e9 transparent transparent;
}

.product .product-nr .nr .pro-right ul li:hover .more {
	border-color: #00a1e9;
}

.product .product-nr .nr .pro-right ul li:hover .more .i1 {
	color: #fff;
}

.sd-lb .content {
	width: 1200px;
	margin: 0 auto;
}

.sd-lb .content .top {
	text-align: center;
}

.sd-lb .content .top img {
	display: inline-block;
}

.sd-lb .content .nr {
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	height: 700px;
}

.sd-lb .content .nr .left {
	float: left;
}

.sd-lb .content .nr .right {
	position: absolute;
	left: 635px;
}

.sd-lb .content .nr .right ul li {
	margin-bottom: 5px;
}

.sd-lb .content .nr .right ul li .img {
	display: inline-block;
	position: relative;
	z-index: 99;
}

.sd-lb .content .nr .right ul li .lb-js {
	background: url(../img/lb-bg.png)no-repeat;
	width: 470px;
	height: 127px;
	position: absolute;
	top: 20px;
	left: 90px;
}

.sd-lb .content .nr .right ul li .lb-js .js-wb {
	padding: 13px 0 0 87px;
}

.sd-lb .content .nr .right ul li .lb-js .js-wb h1 {
	font-size: 24px;
	color: #fff;
}

.sd-lb .content .nr .right ul li .lb-js .js-wb h2 {
	font-size: 14px;
	color: #fff;
	width: 350px;
	line-height: 25px;
}

.sd-lb .content .nr .right ul li .lb-js .js-wb hr {
	border: none;
	background: #fff;
	outline: none;
	height: 1px;
	width: 70px;
	margin: 10px 0;
}

.four-ys {
	background: url(../img/four-bg.png);
/* width: 100%; *//* background-size: 100% 1181px; */
	height: 1260px;
}

.four-ys .content {
	width: 1200px;
	margin: 0 auto;
}

.four-ys .content .top {
	text-align: center;
	padding: 35px 0 30px 0;
}

.four-ys .content .top img {
	display: inline-block;
}

.four-ys .content .nr {
	overflow: hidden;
}

.four-ys .content .nr .bt h1 {
	font-size: 26px;
	color: #2e9e68;
}

.four-ys .content .nr .left {
	width: 500px;
}

.four-ys .content .nr .wb p {
	font-size: 16px;
	color: #313131;
	line-height: 27px;
}

.four-ys .content .nr .left {
	display: inline-block;
}

.four-ys .content .nr .zb {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	text-align: center;
	margin-top: 65px;
}

.four-ys .content .nr .right {
	display: inline-block;
	vertical-align: top;
}

.four-ys .content .nr .zb img {
	display: inline-block;
}

.four-ys .content .nr .wb {
	margin-top: 10px;
}

.four-ys .content .nr .wb p>span {
	color: #2d9763;
}

.four-ys .content .nr .wb hr {
	border: none;
	background: #2d9763;
	outline: none;
	height: 1px;
	width: 70px;
	margin-top: 10px;
}

.four-ys .content .nr .one {
	height: 260px;
}

.four-ys .content .nr .two {
	height: 220px;
}

.four-ys .content .nr .two .bd ul li .mc {
	background: #2d9763;
	width: 211px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: -3px;
}

.four-ys .content .nr .two .two-left,.four-ys .content .nr .two .r-js {
	display: inline-block;
	width: 500px;
}

.four-ys .content .nr .two .two-left .dw {
	margin-top: -65px;
	display: table;
}

.four-ys .content .nr .three {
	height: 280px;
	margin-top: 14px;
}

.four-ys .content .nr .four {
	height: 260px;
}

.four-ys .content .nr .four .right {
	width: 500px;
	margin-top: 50px;
}

.hz-lc {
	margin-top: 50px;
}

.hz-lc .content {
	width: 1200px;
	margin: 0 auto;
}

.hz-lc .content .top {
	text-align: center;
}

.hz-lc .content .top img {
	display: inline-block;
}

.hz-lc .content .nr {
}

.hz-lc .content .nr .inco-dq {
	margin: 25px 0 20px 0;
	height: 141px;
}

.hz-lc .content .nr .qy-ry ul li {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	height: 244px;
	overflow: hidden;
	margin-right: 15px;
}

.hz-lc .content .nr .qy-ry ul li .img {
	width: 280px;
	height: 200px;
}

.hz-lc .content .nr .qy-ry ul li .mc {
	color: #666;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #ccc;
	position: relative;
}

.hz-lc .content .nr .qy-ry ul li .bh {
	position: absolute;
	width: 0;
	height: 40px;
	left: 0;
	bottom: 0;
	background: #fff;
	transition: width 300ms;
	-moz-transition: width 300ms;
	-webkit-transition: width 300ms;
	-o-transition: width 300ms;
	visibility: hidden;
}

.hz-lc .content .nr .qy-ry ul li:hover .mc {
	color: #fff;
	border: 2px solid #fff;
}

.hz-lc .content .nr .qy-ry ul li:hover .mc>.bh {
	width: 280px;
	background: #2d9763;
	visibility: visible;
}

.case {
	margin-top: 40px;
	height: 680px;
}

.case .content {
	width: 1200px;
	margin: 0 auto;
}

.case .content .top {
	text-align: center;
}

.case .content .top img {
	display: inline-block;
}

.case .content .nr {
	margin-top: 20px;
}

.case .content .nr .hd ul li {
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #d8d8d8;
}

.case .content .nr .hd {
	display: inline-block;
	width: 279px;
	border: 1px solid #d8d8d8;
}

.case .content .nr .hd ul li h1 {
	font-size: 16px;
	color: #555;
}

.case .content .nr .hd ul li em {
	display: inline-block;
	background: #00a1e9;
	width: 5px;
	height: 43px;
	float: left;
	padding-top: 20px;
	visibility: hidden;
}

.case .content .nr .hd ul li .bt {
	display: inline-block;
	padding: 20px 0;
	width: 90%;
	height: 22px;
}

.case .content .nr .hd ul li.on em {
	visibility: visible;
}

.case .content .nr .hd ul li h2 {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	margin-top: 5px;
}

.case .content .nr .bd {
	display: inline-block;
	vertical-align: top;
	margin-left: 16px;
}

.case .content .nr .bd ul li .big-img {
	display: inline-block;
	width: 580px;
	height: 520px;
}

.case .content .nr .bd ul li .big-img .pic {
	position: relative;
	width: 580px;
	height: 520px;
}

.case .content .nr .bd ul li .small-img {
	display: inline-block;
	vertical-align: top;
	margin-left: 13px;
	width: 280px;
}

.case .content .nr .bd ul li .small-img dl dd {
	margin-bottom: 20px;
	width: 280px;
	height: 160px;
	overflow: hidden;
}

.case .content .nr .bd ul li .small-img dl dd:hover img {
	transform: scale(1.1, 1.1);
	transition-duration: 300ms;
}

.case .content .nr .bd ul li .big-img .pic .yyc {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/yyc.png)no-repeat;
	width: 576px;
	height: 127px;
}

.case .content .nr .bd ul li .big-img .pic .yyc .wb {
	margin: 15px 0 0 18px;
}

.case .content .nr .bd ul li .big-img .pic .yyc .wb p {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.case .content .nr .bd ul li .big-img .pic .yyc .wb hr {
	background: #fff;
	outline: none;
	border: none;
	width: 120px;
	height: 1px;
	margin: 5px 0;
}

.case .content .nr .bd ul li .big-img .pic .yyc .wb .wb-js {
	color: #f4f4f4;
	font-size: 14px;
	line-height: 25px;
	width: 535px;
}

.about_bj {
	background: url(../img/about-bg.png) no-repeat center top;
	height: 600px;
/* width: 100%; *//* background-size: cover; *//* overflow: hidden; */
	margin-top: 50px;
}

.about {
	width: 1200px;
	height: 640px;
	margin: 0 auto;
	overflow: hidden;
	font-family: "Microsoft Yahei";
}

.about_bj .a_wz {
	padding: 60px 0 0 30px;
	height: 180px;
	overflow: hidden;
	width: 430px;
	margin: 0 auto;
	text-align: center;
}

.about_bj .a_wz .hx {
	border: 1px dashed #ccc;
	width: 430px;
}

.about_bj .a_wz h3 {
	padding-bottom: 10px;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	color: #fff;
}

.about_bj .a_wz h3 a {
	color: #fffefe;
	cursor: default;
}

.about_bj .a_wz h3 a:hover {
	text-decoration: none;
}

.about_bj .a_wz h3 span {
	color: #2e9964;
}

.about_bj .a_wz p {
	width: 430px;
	font-size: 14px;
	color: #fffefe;
/*	height: 35px;
	overflow: hidden;*/
	line-height: 35px;
}

.about_c {
	margin-left: 80px;
}

.about_c dt {
	width: 500px;
	height: 340px;
	overflow: hidden;
	display: inline-block;
}

.about_c dt img {
	width: 500px;
	height: 340px;
	overflow: hidden;
}

.about_c dd {
	width: 565px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}

.about_c dd h3 {
	width: 395px;
	height: 59px;
	margin: 0 auto;
	padding-bottom: 20px
}

.about_c dd p {
	overflow: hidden;
	line-height: 24px;
	text-align: justify;
	font-size: 14px;
	color: #666;
}

.about_c dd i {
	display: block;
	font-style: normal
}

.about_c dd i a {
	display: inline-block;
	background: url(../img/btn-hs.png) no-repeat;
	width: 140px;
	height: 42px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-right: 50px;
	line-height: 42px;
}

.about_c dd i a:hover, .about_c dd i a.cur {
	background: url(../img/btn-cs.png) no-repeat;
}

.about_c dd i a.nones {
	margin-right: 0;
}

.xc-dq {
	margin-top: 25px;
	height: 338px;
}

.xc-dq .content {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.xc-dq .content .nr {
	position: relative;
	height: 338px;
}

.xc-dq .bg {
	width: 100%;
	height: 33px;
}

.xc-dq .bg ul li {
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
}

.xc-dq .bg .xc .xc-img {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	width: 18px;
	height: 18px;
}

.xc-dq .bg .xc .xc-img img {
	position: absolute;
}

.xc-dq .bg .xc .xc-img .yc-1 {
	display: none;
}

.xc-dq .bg .xc-an ul li.on .yc-1 {
	display: block;
}

.xc-dq .bg .xc-an ul li.on .xs-1 {
	display: none;
}

.xc-dq .bg .xc .xc-img .yc-2 {
	display: none;
}

.xc-dq .bg .xc-an ul li .xs-2 {
	display: block;
}

.xc-dq .bg .xc-an ul li.on .xs-2 {
	display: none;
}

.xc-dq .bg .xc-an ul li.on .yc-2 {
	display: block;
}

.xc-dq .bg .xc span {
	display: inline-block;
	vertical-align: top;
	margin-top: -4px;
	font-size: 18px;
	color: #333;
}

.xc-dq .bg .xc {
	padding: 8px 0 2px 0;
	border-bottom: 2px solid #d8d8d8;
}

.xc-dq .qy-img {
	margin-top: 20px;
	position: relative;
}

.xc-dq .qy-img ul li {
	display: inline-block;
	text-align: center;
	width: 280px;
	margin-right: 18px;
}

.xc-dq .qy-img ul li .top-img {
	width: 280px;
	height: 190px;
	overflow: hidden;
}

.xc-dq .qy-img ul li .top-img img {
	width: 100%;
}

.xc-dq .qy-img ul li:hover .top-img img {
	transform: scale(1.1, 1.1);
	transition: all 0.8s;
}

.xc-dq .qy-img ul li .title-wb a {
	color: #666;
	font-size: 14px;
	padding: 6px 0;
	display: inline-block;
}

.xc-dq .qy-img ul li:hover .title-wb a {
	color: #2e9964
}

.xc-dq .qy-img ul li hr {
	width: 280px;
	border: none;
	color: #ccc;
	height: 1px;
	background: #ccc;
}

.xc-dq .qy-img ul li:hover hr {
	background: #2e9964;
	transition: all 0.8s;
}

.xc-dq .content .sPrev,.xc-dq .content .sNext {
	position: absolute;
	cursor: pointer;
	display: block;
	width: 60px;
	height: 30px;
	z-index: 28;
	zoom: 1;
	left: 624px;
	top: 235px;
}

.xc-dq .content .sPrev .pic1 {
	position: absolute;
}

.xc-dq .content .sPrev .pic2 {
	display: none;
	position: absolute;
}

.xc-dq .content .sPrev:hover .pic2 {
	display: block;
	z-index: 999;
}

.xc-dq .content .sNext {
	left: 512px;
	top: 235px;
}

.xc-dq .content .tempWrap {
	height: 300px!important;
}

.new {
	margin-top: 40px;
	margin-bottom: 40px;
}

.new-content {
	width: 1200px;
	margin: 0 auto;
}

.new-content .wt {
	width: 380px;
	height: 430px;
	border: 1px solid #e0e0e0;
	font-family: "Microsoft Yahei";
	overflow: hidden;
	display: inline-block;
}

.new-content .wt h2 {
	height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
	margin: 0 20px 10px;
}

.new-content .wt h2 i {
	color: #666;
	font-size: 18px;
	font-style: normal;
	margin-top: 15px;
	display: inline-block;
}

.new-content .wt h2 i a {
	color: #333;
	display: inline-block;
	padding-right: 5px;
}

.new-content .wt h2 span a {
	font-size: 14px;
	font-weight: normal;
	line-height: 50px;
	float: right;
	margin-top: 5px;
	color: #666;
}

.new-content .wt h2 span a:hover {
	color: #2e9964;
}

.new-content .wt_c {
	height: 335px;
	overflow: hidden;
}

.new-content .wt_c li {
	padding: 15px 0;
	margin: 0 20px;
	border-bottom: 1px dashed #e0e0e0;
	font-size: 14px;
}

.new-content .wt_c dt {
	background: url(../img/qq.png) no-repeat;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	padding-left: 30px;
}

.new-content .wt_c dd {
	background: url(../img/qq-2.png) no-repeat;
	line-height: 20px;
	overflow: hidden;
	padding-left: 30px;
	margin-top: 12px;
	width: 318px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #999;
}

.new-content .wt_c dd:hover {
	color: #2e9964;
}

.new-content .wt_c dt a {
	color: #666;
	font-size: 14px;
}

.new-content .wt_c dd a {
	color: #999;
	font-size: 14px;
}

.new-content .wt_c dt a:hover {
	color: #2e9964;
}

.new-content .wt_c dd a:hover {
	color: #2e9964;
}

.new-content .new-r {
	display: inline-block;
	vertical-align: top;
	width: 796px;
	margin-left: 15px;
	border: 1px solid #d8d8d8;
	padding-bottom: 7px;
}

.new-content .hd-new {
	height: 53px;
	line-height: 55px;
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #d8d8d8;
	overflow: hidden;
}

.new-content .hd-new ul li div {
	float: left;
	width: 378px;
	padding-left: 20px;
	cursor: pointer;
}

.new-content .hd-new ul li div>span {
	display: inline-block;
	margin-left: 10px;
}

.new-content .hd-new ul li div>img {
	float: right;
	margin-top: 15px;
	padding-right: 22px;
	display: none;
}

.new-content .hd-new ul li.on div {
	background: #2e9cdf;
	color: #fff;
}

.new-content .hd-new ul li.on div>img {
	display: block;
}

.new-content .bd-new {
	margin: 20px 15px 0 20px;
	overflow: hidden;
}

.new-content .bd-new ul li div {
	display: inline-block;
	vertical-align: top;
}

.new-content .bd-new ul li .new-img {
	width: 280px;
	height: 180px;
}

.new-content .new-js {
	width: 438px;
	margin-left: 15px;
	height: 180px;
}


.new-content .new-js h1 {
	color: #333;
	font-size: 16px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #d8d8d8;
}

.new-content .new-js h1 a:hover {
	color: #2e9964;
}

.new-content .new-js p {
	line-height: 25px;
	margin-top: 10px;
	width: 438px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #666;
}

.new-content .new-js p:hover {
	color: #2e9964;
}

.new-content .new-js p>a {
	color: #999;
	font-size: 14px;
}

.new-content .new-js p>a:hover {
	color: #2e9964;
}

.new-content .new-js .more>a {
	text-align: center;
	width: 140px;
	height: 38px;
	line-height: 38px;
	background: #2e9cdf;
	color: #fff;
	display: block;
	border-radius: 8px;
	margin-top: 30px;
}

.new-content .new-list {
	margin-top: 20px;
}

.new-content .new-list dl dd>a {
	color: #666;
	font-size: 14px;
}

.new-content .new-list dl dd>a span {
	display: inline-block;
	vertical-align: middle;
	margin: 3px 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 300px;
}

.new-content .new-list dl dd:hover a {
	color: #2e9964;
}

.new-content .new-list dl dd:hover a b {
	background: url(../img/new-dd.png)no-repeat;
	display: inline-block;
}

.new-content .new-list dl dd a b {
	background: url(../img/new-d.png)no-repeat;
	display: inline-block;
	width: 2px;
	height: 2px;
}

.new-content .new-list .fl-1 {
	width: 100%;
	height: 150px;
	overflow: hidden;
	line-height: 26px;
	margin-right: 30px;
}

.new-content .new-list .fl-1 dl {
	width: 50%;
	float: left;
}

.link {
	background-color: #efefef;
	padding: 15px 0px 15px 0px;
	color: #95abc1;
	font-size: 13px;
}

.link .list span {
	font-size: 16px;
	font-weight: bold;
}

.link .list a {
	font-size: 14px;
	padding: 0 10px 0 5px;
	margin-bottom: 5px;
	display: inline-block;
}

.link .list a:hover {
	color: #c10;
}

.foot {
	padding-top: 10px;
	width: 100%;
	background: #313334;
}

.foot-content {
	margin: 0 auto;
	width: 1200px;
}

.foot-content .fri-lj {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #464849;
}

.foot-content .fri-lj ul li {
	float: left;
	color: #fff;
	margin-right: 105px;
}

.foot-content .fri-lj ul li a {
	color: #fff;
	font-size: 14px;
}

.foot-content .fri-lj ul li a:hover {
	color: #2d9763;
}

.foot-content .zb {
	margin-top: 40px;
	padding-bottom: 20px;
}

.foot-content .zb div {
	display: inline-block;
	vertical-align: top;
}

.foot-content .zb .title {
	color: #fff;
}

.foot-content .zb .title h1 {
	font-size: 24px;
	font-weight: bold;
}

.foot-content .zb .title h2 {
	font-size: 16px;
	font-weight: bold;
}

.foot-content .zb .one {
	width: 520px;
}

.foot-content .zb .two {
	width: 150px;
	text-align: center;
}

.foot-content .zb .two img {
	display: inline-block;
	margin-top: 20px;
	width: 132px;
}

.foot-content .zb .wb {
	display: block;
	margin-top: 30px;
	line-height: 2.4em;
}

.foot-content .zb .wb ul li>a {
	line-height: 27px;
}

.foot-content .zb .wb>p {
	color: #fff;
	font-size: 14px;
}

.foot-content .zb a:hover {
	color: #00a1e9!important;
}

.foot-content .zb .wb>p a {
	color: #fff;
	font-size: 14px;
}

.foot-content .three {
	text-align: right;
}

.foot-content .three a {
	color: #fff;
	font-size: 14px;
}

.foot-content .three .wy {
	float: right;
	width: 517px;
}

.foot-content .three ul {
	width: 280px;
	float: right;
	text-align: left;
	margin-right: 0;
	display: inline-block;
	vertical-align: top;
}

.foot-content .three ul li {
	float: Left;
	margin: 5px 0;
	width: 140px;
	text-align: right;
}

.rtTop ul {
	overflow: hidden;
}

.rtTop li {
	float: left;
	margin-left: 10px;
}

.rtTop li img {
	display: block;
}

.rtTop {
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: fixed;
	top: 85%;
	right: 51%;
	margin-right: -675px;
	cursor: pointer;
	display: none;
}

.rtTop h4 {
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
}

.rtTop img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.copyright {
	text-align: center;
	background: #212121;
	padding: 20px 0;
	color: #c2c2c2;
	line-height: 2em;
}

.copyright p a {
	color: #c2c2c2;
}

.slide {
	width: 50px;
	height: 250px;
	position: fixed;
	top: 50%;
	margin-top: -126px;
	background: #2fa26a;
	right: 0;
	border-radius: 5px 0 0 5px;
	z-index: 999;
}

.slide ul {
	list-style: none;
}

.slide .icon li {
	width: 49px;
	height: 50px;
	background: url(../img/icon1.png) no-repeat;
}

.slide .icon .up {
	background-position: -330px -120px;
}

.slide .icon li.qq {
	background-position: -385px -73px;
}

.slide .icon li.tel {
	background-position: -385px -160px;
}

.slide .icon li.wx {
	background-position: -385px -120px;
}

.slide .icon li.down {
	background-position: -330px -160px;
}

.slide .info {
	top: 50%;
	height: 147px;
	position: absolute;
	right: 100%;
	background: #2fa26a;
	width: 0px;
	overflow: hidden;
	margin-top: -73.5px;
	transition: 0.5s;
	border-radius: 4px 0 0 4px;
}

.slide .info.hover {
	width: 145px;
}

.slide .info li {
	width: 145px;
	color: #CCCCCC;
	text-align: center;
}

.slide .info li p {
	padding: 14px;
	text-align: left;
	position: relative;
	font: normal 18px "microsoft yahei" !important;
	margin-top: 16px;
	color: #fff;
}

.slide .info li.qq p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 5px;
}

.slide .info li.qq p a:hover {
	color: #FFFFFF;
	border: none;
	background: #00E0DB;
}

.slide .info li div.img {
	height: 100%;
	margin: 15px;
}

.slide .info li div.img img {
	width: 100%;
	height: 119px;
}

    /*000*/

.index_cy {
	width: 30px;
	height: 30px;
       /* background: url(../img/index_cy.png);*/
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: 140px;
	background-position: 62px 0;
	cursor: pointer;
}

.index_cy2 {
	width: 30px;
	height: 30px;
	background: url(../img/index_cy.png);
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: 140px;
	background-position: 30px 0;
	cursor: pointer;
}



    /*media*/

@media screen and (max-width: 1050px) {

	.slide {
		display: none;
	}

	#btn {
		display: none;
	}
}



