@charset "utf-8";
body{padding-top:90px;}
/*全局*/

@font-face {
	font-family: 'iconfont';
	src: url('font/iconfont.eot');
	/* IE9*/
	src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('font/iconfont.woff') format('woff'), /* chrome、firefox */
	url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('font/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont";
	font-size: 25px !important;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica';
	src: url('font/helveticaneueltpro-thex');
	/* IE9*/
	src: url('font/helveticaneueltpro-thex') format('embedded-opentype'), /* IE6-IE8 */
	url('font/helveticaneueltpro-thex.woff') format('woff'), /* chrome、firefox */
	url('font/helveticaneueltpro-thex.ttf') format('truetype');
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
	font-family: 'HELVETICANEUELTPRO-THEX';
	src: url('fonts/HELVETICANEUELTPRO-THEX.OTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'KAUSHANSCRIPT-REGULAR';
	src: url('fonts/KAUSHANSCRIPT-REGULAR.TTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveNueThin';
	f src: url('fonts/HelveNueThin.TTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GOTHAM-BLACK';
	src: url('fonts/GOTHAM-BLACK.OTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueThn';
	src: url('fonts/HelveticaNeueThn.TTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LANEUP';
	src: url('fonts/LANEUP.TTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AVGARDD';
	src: url('fonts/AVGARDD.TTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GOTHAMRND-BOOK';
	src: url('fonts/GOTHAMRND-BOOK.OTF');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.wrap {
	width: 100%;
	float: left;
	clear: both;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.container h1{font-family:"微软雅黑"; display:block; margin:30px auto;text-align:center;}
.container h2{text-align: center;padding: 20px 0;}

.main {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

body {
	min-width: 1200px;
	min-height: 100%;
	color: #333;
	font-size: 13px;
	background: #fff;
	font-family: arial, "microsoft yahei";
	-webkit-font-smoothing: antialiased;
	padding-top: 90px;
}

body img {
	border: none;
	max-width: 100%;
}

body a {
	text-decoration: none;
	color: #555;
	line-height: 200%;
}

body ul,
body ol {
	list-style: none;
}

body em {
	font-style: normal;
}

body input,
body textarea,
body select {
	border: none;
	outline: none;
}


/*cql*/

.ficont {
	margin-top: 150px;
	padding: 20px;
	width: 500px;
	height: 180px;
	background-image: url(bg.png);
	margin-left: auto;
	margin-right: auto;
}

.ficont .title {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	color: #f5f9f9;
	padding-top: 15px;
}

.ficont .content {
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	color: #f5f9f9;
}

.ficont .button {
	margin-top: 10px;
	padding: 5px 0;
	width: 100px;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #abcd03;
}

.en_con .list {
	float: left;
	width: 440px;
	/*height: 230px;*/
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #3898a9;
	padding: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.en_con .list .title {
	width: 100%;
	height: 100px;
	display: block;
}

.en_con .list .title .img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px solid #3898a9;
	display: block;
	float: left;
}

.en_con .list .title .img img {
	border-radius: 100%;
	width: 90px;
	padding: 5px;
}

.en_con .list .title .display {
	float: left;
	width: 300px;
	color: #03859a;
	padding: 30px 10px;
}

.en_con .list .content {
	border-top: 1px solid #DDDDDD;
	margin-top: 10px;
	padding: 10px 0px;
	width: 100%;
	height: 100px;
	line-height: 150%;
	display: block;
}

.wd {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 35%;
	bottom: 400px;
	width: 580px;
	height: 180px;
	background-color: #fff;
	border-radius: 10px;
	display: none;
	clear: both;
	padding: 20px;
	z-index: 10000;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

body.wd-show #wd-container {
	display: block;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

body.wd-show #wd-dialog-mask-pc {
	display: block;
}

#wd-dialog-mask-pc {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

.wd .img {
	float: left;
	width: 120px;
	height: 170px;
}

.wd .img img {
	width: 120px;
	height: 170px;
}

.wd .con {
	float: left;
	width: 400px;
	padding: 0px 20px;
}

.wd .con .title {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px #DDDDDD solid;
	line-height: 150%;
	font-size: 14px;
}

.wd .con .content {
	padding: 10px 0px;
	line-height: 150%;
}


/*简易*/

.f12 {
	-webkit-font-smoothing: none;
	font-size: 12px;
}

.overflow-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.font-arial {
	font-family: arial;
}

.w100 {
	width: 100%;
}

.display100 {
	display: block;
	width: 100%;
	height: 100%;
}

.rel {
	position: relative;
}

.m-h500 {
	height: 500px;
}

.clearfix:after {
	clear: both;
	visibility: hidden;
	display: table;
	content: '';
	height: 0;
}


/*top*/

.header_bk {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 9999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	box-sizing: border-box;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.header {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}

.header .nav {
	width: auto;
	float: right;
	height: 100%;
}

.header .nav li {
	width: auto;
	height: 100%;
	float: left;
	position: relative;
}

.header .nav li a {
	display: block;
	padding: 0 25px;
	text-align: center;
	line-height: 90px;
	height: 90px;
	font-size: 15px;
	position: relative;
	color: #464646;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav li a.b {
	height: 70px;
	line-height: 70px;
	width: auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav li a:hover,
.header .nav li a.on {
	color: #fff;
}

.header .nav li a:hover b,
.header .nav li a.on b {
	height: 100%;
}

.header .lang {
	width: auto;
	position: absolute;
	right: 0;
	top: 34px;
}

.header .lang.b {
	top: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .lang li {
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.header .lang li a {
	color: #000;
	display: block;
	width: 100%;
	height: 22px;
	line-height: 22px;
	border: 1px #000 solid;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
}

.header .lang li a:hover,
.header .lang li a.on {
	background: #000;
	color: #fff;
}


/*flash*/

#banner {
	width: 100%;
	background: url(load.gif) no-repeat center;
	height: 658px;
}

.pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
}

.cn_pro-switch {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 658px;
	z-index: 0;
}

.cn_flexslider {
	margin: 0;
	padding: 0;
}

.cn_flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.cn_flexslider .slides li {
	width: 100%;
	display: block;
	height: 658px;
}

.cn_flexslider .slides .img {
	width: 100%;
	display: block;
	height: 658px;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides li {
	width: 100%;
	display: block;
	height: 300px;
}

.flexslider .slides .img {
	width: 100%;
	display: block;
	height: 300px;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

.slides {
	height: auto;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.cn_flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
}

.cn_flexslider .slides {
	zoom: 1;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -20px 0 0;
	display: block;
	background: url(ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	margin-top: -45px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.cn_flexslider:hover .flex-next:hover,
.cn_flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	display: inline-block;
	width: 20px;
	height: 3px;
	margin: 0 2px;
	background: rgba(100, 100, 100, 0.6);
	border-radius: 2px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	transition: width, background 0.4s;
}


/*新闻页面*/

.news_left {
	padding: 135px 35px 100px 35px;
	width: 292px;
	float: left;
	margin-left: 24px;
	background: #fff;
	position: relative;
	transition: all ease-out .3s;
	border: 1px solid #d5d5d5;
}

.news_right {
	width: 100%;
	height: 140px;
	position: relative;
	overflow: hidden;
}

.news ul li:hover .news_right img {
	transform: scale(1.1, 1.1);
}


/*foot*/
.blank50{height:50px; float:none; clear:both; overflow:hidden;width:100%; background-color:#F3F3F3; z-index:10000; position:relative;}

.foot {
	width: 100%;
	overflow: hidden;
	float: left;
	position: relative;
}

.foot_m {
	width: 100%;
	padding: 80px 0 40px;
	background: #292929;
	overflow: hidden;
	margin-top:50px;
}

.final_cnp {
	width: 1200px;
	margin: 0 auto;
	line-height: 50px;
	color: #767676;
	text-align: left;
	border-top: 1px solid #494949;
}

.foot_right {
	float: right;
	color: #767676;
	text-align: left;
	width: auto;
}

.foot_right p {
	color: #999;
	margin-top: 6px;
	font-size: 12px;
	text-align: center;
}

.foot_link {
	float: left;
}

.foot_link a {
	display: inline-block;
	color: #8e8e8e;
	font-size: 12px;
	float: left;
	width: 100%;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.foot_link b {
	color: #d3d3d3;
	font-size: 14px;
	float: left;
	line-height: 1;
	margin-bottom: 15px;
}

.foot_link a:first-child {
	padding-left: 0;
}

.foot_link ul li {
	width: 132px;
	float: left;
}

.foot_link a:hover {
	color: #fff;
}

.foot_left {
	float: left;
	color: #8e8e8e;
}

.foot_left .foot_logo {
	width: 240px;
	height: 54px;
}

.foot_logo img {
	display: block;
}

.foot_left .qrcode {
	margin-top: 30px;
}

.foot_left .qrcode img {
	display: block;
	float: left;
	width: 115px;
}

.foot_left .qrcode p {
	display: block;
	float: left;
	width: 150px;
	line-height: 25px;
	color: #000;
	margin: 65px 0 0 15px;
}

.foot_right .foot_info {
	float: left;
	width: 100%;
	line-height: 40px;
}

.f_infoleft {
	float: left;
	margin-right: 0px;
	line-height: 24px;
}

.f_infoleft h2 {
	font-size: 16px;
	color: #d3d3d3;
	line-height: 1;
	margin-bottom: 15px;
}

.f_infoleft h3 {
	font-size: 32px;
	color: #ededed;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 15px;
	font-family: "HELVETICANEUELTPRO-THEX";
}

.f_infoleft b {
	display: inline-block;
	width: 40px;
}

.f_infoleft i {
	display: inline-block;
	font-style: normal;
	font-size: 24px;
}

.web_f {
	width: 100%;
	height: 362px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.web_nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #000 solid;
	color: #666;
	margin: 40px 0;
	position: relative;
}

.web_nav li {
	float: left;
	min-width: 110px;
	text-align: center;
	height: 50px;
	cursor: pointer;
	padding: 0 15px;
}

.web_nav li:hover,
.web_nav li.on {
	color: #fff;
	background: #000;
}

.web_nav li:hover a,
.web_nav li.on a {
	color: #fff;
}

.web_nav li a {
	display: block;
	width: auto;
	height: 100%;
	color: #000;
	line-height: 50px;
}

.web_nav span {
	position: absolute;
	right: 0;
	color: #999;
	line-height: 50px;
	top: 0px;
}

.web_nav li:hover .down {
	visibility: inherit;
	display: block;
}

.web_nav li:hover .down a {
	display: block;
	padding: 10px;
	width: 180px;
	height: 45px;
	color: #fff;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	float: left;
}

.web_nav .down a:hover {
	background: #000;
}

.imgbox {
	float: left;
	width: 60px;
	height: 45px;
	overflow: hidden;
}

.imgbox img {
	width: 60px;
}

.imgtitle {
	float: left;
	width: 110px;
	height: 45px;
	margin-left: 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	text-transform: uppercase;
}

.web_nav li .down {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 50px;
	background-color: rgba(0, 162, 233, 0.8);
	z-index: 999;
	display: none;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*产品*/

.web_prolist {
	overflow: hidden;
	margin-left: -20px;
	width: 1220px;
	min-height: 300px;
	margin-top: 20px;
}

.web_prolist li {
	float: left;
	margin-left: 24px;
	width: 220px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px #eee solid;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	text-align:center;
}

.web_prolist li a {
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 0;
	height: 280px;
}

.web_prolist li:hover {
		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	    box-shadow: 2px 6px 10px #eee;
}


.web_prolist li span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #666;
	background: #fff;
	text-align: center;
	font-size: 14px;
}


/*分页*/

.curr {
	border: 1px solid #CCC;
	color: #CCC;
	display: inline;
	padding: 4px 8px;
}

a.page {
	border: 1px solid #eee;
	text-decoration: none;
	color: #fff;
	display: inline;
	padding: 4px 8px;
	background-color: #024d0d;
}

a.page:visited {
	border: 1px solid #fff;
	text-decoration: none;
	padding: 4px 8px;
}

.ra {
	color: #000;
}

.ra a,
.ra a:link {
	color: #000;
	text-decoration: none;
}

.ra a:hover {
	color: #000;
	text-decoration: underline;
}

.red {
	color: #ff0000;
}

.yrr {
	color: #FF9900;
}

.bb {
	font-weight: bold;
}

.expage {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	float: left;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-left: 0px;
}

.error {
	border: 1px #f40 solid;
}

.right {
	border: 1px #44b549 solid;
}


/*# sourceMappingURL=style.css.map */

.page {
	padding-top: 40px;
	width: 88px;
	clear: both;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}

.page img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#exnew_prv {
	float: left;
	height: 32px;
	margin-right: 20px;
	cursor: pointer;
	opacity: 1;
}

#exnew_prv:hover {
	opacity: 0.8;
}

#exnew_next:hover {
	opacity: 0.8;
}

#exnew_next {
	float: left;
	height: 32px;
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#protype_prv {
	float: left;
	height: 32px;
	margin-right: 10px;
	cursor: pointer;
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv {
	float: left;
	height: 32px;
	opacity: 1;
}


/*about*/

.ex_ab {
	padding: 40px 0;
}

.pt40 {
	padding-top: 40px;
}


/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#c800508f, endColorstr=#c800508f);
	background: rgba(255, 255, 255, 8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 210px;
	top: 91px;
	left: 0;
}

.header .nav li ul.subnav li {
	width: 210px;
	border-bottom: transparent 1px solid;
}

.header .nav li ul.subnav li a {
	background: transparent;
	color: #333;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: left;
	transition: all 0.3s ease-out 0s;
}

.header .nav li ul.subnav li a span {
	display: block;
	float: left;
	width: 135px;
}

.header .nav li ul.subnav li i {
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(subnav.png);
}



.header .nav li ul.subnav li a:hover i {
	opacity: 1;
}

.header .nav li:hover ul.subnav {
	opacity: 1;
	visibility: visible;
}


/*contact*/

.en_final {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #292929;
	color: #767676;
	font-size: 12px;
}

.en_final a {
	display: inline-block;
	color: #767676;
	float: right;
	line-height: 50px;
}


/*vi*/

.vi_list {
	clear: both;
	padding: 40px 0;
}

.vi_list ul {
	width: 1215px;
	margin-left: -15px;
}

.vi_list ul li {
	float: left;
	margin-left: 15px;
	width: 286px;
	height: 250px;
	border: 1px solid #eee;
	margin-bottom: 15px;
	overflow: hidden
}

.vi_list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.vi_list ul li img {
	width: 286px;
	height: 250px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.vi_list ul li:hover img {
	transform: scale(1.1, 1.1);
}

.advanced h3 {
	color: #000;
	font-size: 21px;
	font-family: arial;
	font-weight: normal;
}

.advanced h3 i {
	display: inline-block;
	width: 3px;
	height: 16px;
	background: #000;
	float: left;
	margin-right: 10px;
	margin-top: 3.5px;
}

.advanced p {
	text-indent: 0;
	color: #666;
	line-height: 40px;
	padding-top: 15px;
}


/*honor*/

.honor_list {
	clear: both;
	padding: 50px 0 40px 0;
}

.honor_list p {
	text-align: center;
	color: #787878;
	line-height: 30px;
	padding-bottom: 20px;
}

.honor_list ul {
	width: 1200px;
}

.honor_list ul li {
	float: left;
	margin-right: 26px;
	width: 280px;
	margin-bottom: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.honor_list ul li:nth-child(4n) {
	margin-right: 0;
}

.honor_list ul li .honor_img {
	width: 280px;
	overflow: hidden;
}

.honor_list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.honor_list ul li img {
	width: 280px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.honor_list p {
	text-align: center;
	margin-top: 10px;
	color: #666;
}

.honor_list ul li:hover img {
	transform: scale(1.1, 1.1);
}

.honor_list ul li:hover p {
	color: #000;
}


/*room*/

.room_list {
	clear: both;
	padding: 0 0 40px 0;
}

.room_list p {
	text-align: center;
	color: #787878;
	line-height: 30px;
	padding-bottom: 20px;
}

.room_list ul {
	width: 1200px;
}

.room_list ul li {
	float: left;
	margin-right: 26px;
	width: 280px;
	margin-bottom: 20px;
}

.room_list ul li:nth-child(4n) {
	margin-right: 0;
}

.room_list ul li .honor_img {
	width: 280px;
	overflow: hidden;
	height: 200px;
}

.room_list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.room_list ul li img {
	width: 280px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.room_list p {
	text-align: center;
	margin-top: 10px;
	color: #666;
}

.room_list ul li:hover img {
	transform: scale(1.1, 1.1);
}

.room_list ul li:hover p {
	color: #000;
}


/*产品分类列表*/

.wrap_pro {
	width: 100%;
	height: auto;
	padding: 0px 0;
	padding-bottom: 60px;
	float: left;
	clear: both;
	text-transform: uppercase;
}

.wrap_pro:nth-child(odd) {
	background: ;
}

.prolist_t i {
	display: block;
	width: 35px;
	height: 2px;
	background: #000;
	margin-bottom: 15px;
}

.main_pro {
	width: 1000px;
	margin: 0 auto;
	height: auto;
}

.cn_main_pro {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	padding-top: 40px;
}

.prolist_t b {
	font-size: 24px;
	color: #5f5f5f;
	font-weight: normal;
}

.prolist_t h2 {
	font-family: "HELVETICANEUELTPRO-THEX";
	color: #454545;
	font-size: 34px;
	font-weight: normal;
	line-height: 40px;
	text-transform: uppercase;
}

.prolist_t {
	width: 100%;
	margin-bottom: 30px;
	font-size: 18px;
	color: #585858;
	float: left;
	clear: both;
	position: relative;
	line-height: 30px;
	text-align: center;
}

.prolist_t font {
	font: normal 16px/30px arial;
	color: #585858;
}

.cn_main_pro .prolist_c {
	width: 1200px;
	float: right;
}

.prolist_c li {
	width: 286px;
	background: #fff center no-repeat;
	background-size: cover;
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
	position: relative;
	overflow: hidden;
}

.prolist_c li:nth-child(4n) {
	margin-right: 0;
}

.prolist_c li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.prolist_c li img {
	width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.prolist_c li .prolist_img {
	width: 286px;
	height: 286px;
	position: relative;
	overflow: hidden;
}

.prolist_c li .type {
	display: block;
	position: relative;
	width: 100%;
	height: 40px;
	color: #666;
	background: #fff;
	text-align: center;
	line-height: 40px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.prolist_c li:hover img {
	transform: scale(1.1, 1.1);
}


/*新闻页面*/

.ex_news {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-top: 60px;
}

.ex_news ul {
	overflow: hidden;
}

.ex_news ul li {
	clear: both;
	padding: 25px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	background: #fff;
	position: relative;
	height: 152px;
	margin-bottom: 30px;
	cursor: pointer;
}

.ex_news ul li:last-child {
	margin-bottom: 0px;
}

.ex_news ul li .ex_news_img {
	float: left;
	width: 380px;
	height: 152px;
	background-image: "url(logo.png)";
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	top: 0;
	left: 0;
}

.ex_news ul li .ex_news_info {
	float: left;
	width: 600px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: absolute;
	top: 20px;
	left: 420px;
}

.ex_news ul li .ex_news_info a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	font-size: 18px;
	display: block;
	width: 100%;
	padding-bottom: 15px;
	color: 666;
}

.ex_news ul li .ex_news_info p {
	height: 50px;
	line-height: 25px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
	color: #999;
	font-size: 13px;
}

.ex_news ul li .ex_news_img img {
	width: 380px;
	height: 152px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li .ex_news_date {
	float: right;
	text-align: right;
	width: 100px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	right: 25px;
}

.ex_news ul li .ex_news_date item {
	display: block;
	width: 14px;
	height: 14px;
	background: url(r_arrow.png) no-repeat center;
	position: absolute;
	bottom: -50px;
	right: 5px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li .ex_news_date font {
	font-family: "HELVETICANEUELTPRO-THEX";
	font-size: 32px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
}

.ex_news ul li:hover a {
	color: #333;
}

.ex_news ul li:hover .ex_news_info {
	padding-left: 20px;
}

.ex_news ul li:hover .ex_news_date font {
	color: #333;
}

.ex_news ul li:hover .ex_news_date item {
	bottom: 60px;
}

.ex_news ul li:hover .ex_news_img img {
	transform: scale(1.1, 1.1);
}

.news_show_content {
	overflow: hidden;
	padding: 50px 0;
	line-height: 35px;
	color: #555;
	font-size: 13px;
}

.news_show_content ul li {
	float: left;
	width: 218px;
	height: 258px;
	overflow: hidden;
	position: relative;
	margin-left: 25px;
	margin-bottom: 20px;
	cursor: pointer;
	border: 1px solid #eee;
	background-size: cover;
	background-position: center;
}

.news_show_content ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.news_show_content ul {
	width: 1225px;
	height: auto;
	margin-left: -25px;
}

.prolist_c li:hover .event_img {
	transform: scale(1.1, 1.1);
}

.event_img {
	width: 100%;
	height: 195px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content ul li img {
	width: 218px;
	height: 258px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content .event_bg {
	width: 1200px;
	height: 450px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	background-size: cover;
	background-position: center
}

.news_show_content .event_bg img {
	width: 1200px;
	height: 450px;
}

.news_show_content h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 35px;
	padding-top: 20px;
	color: #666;
}

.news_show_content p {
	font-size: 13px;
	text-align: left;
	line-height: 30px;
	color: #666;
	padding-bottom: 20px;
}

.news_show_content ul li:hover img {
	transform: scale(1.1, 1.1);
}

.certificate {
	width: 1200px;
}

.certificate li {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.certificate li .cer_img {
	float: left;
	border: 1px solid #eee;
	width: 205px;
	height: 125px;
	overflow: hidden;
}

.certificate li .cer_img img {
	width: 205px;
	height: 125px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	cursor: pointer;
}

.certificate li .cer_info {
	float: left;
	padding: 0 40px;
	color: #666;
	width: 913px;
}

.certificate li .cer_info h3 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	padding-bottom: 20px;
}

.certificate li .cer_info p {
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	height: 63px;
	width: 100%;
	overflow: hidden;
}

.certificate li .cer_info a {
	color: #666;
	font-size: 12px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.certificate li:hover h3 {
	color: #000;
}

.certificate li:hover .cer_info a {
	color: #000;
	padding-left: 10px;
}

.certificate li:hover .cer_img img {
	transform: scale(1.05, 1.05);
}

.aut_top .aut_img {
	float: left;
	border: 1px solid #eee;
	width: 205px;
	height: 125px;
	overflow: hidden;
}

.aut_top .aut_img img {
	width: 205px;
	height: 125px;
}

.aut_top .aut_info {
	float: left;
	padding: 0 0 0 40px;
	color: #666;
	width: 680px;
}

.aut_top .aut_info h3 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	padding-bottom: 20px;
}

.aut_top .aut_info p {
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	;
	width: 100%;
	overflow: hidden;
}

.aut_top {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.brand {
	padding-bottom: 40px;
	overflow: hidden;
}

.brand_t {
	float: right;
	width: 654px;
}

.brand_t h2 {
	font-size: 26px;
	font-weight: normal;
	margin-top: 40px;
}

.brand_t p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.join {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	float: left;
}

.join h2 {
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 18px;
}

.join p {
	line-height: 24px;
	color: #666;
}

.join_l {
	float: left;
	padding-right: 40px;
}

.join_r {
	float: left;
	padding-top: 20px;
	width: 550px;
}

.join li {
	float: left;
	width: 340px;
	background: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 40px 20px;
	text-align: center;
	transition: all .3s ease-out 0s;
}

.join li:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	background: #024d0d;
	color: #fff !important;
}

.join li:hover p {
	color: #fff !important;
	transition: all .3s ease-out 0s;
}

.join li .nums {
	font-size: 34px;
	font-family: "HELVETICANEUELTPRO-THEX";
	padding-bottom: 14px;
}

.join li .title {
	font-size: 20px;
	position: relative;
	padding-bottom: 14px;
}

.join li .title:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 30px;
	height: 1px;
	background: #ccc;
	margin-left: -15px;
}

.join li .subtitle {
	line-height: 22px;
	padding-top: 22px;
	min-height: 90px;
}

.join .process {
	width: 709px;
	margin: 0 auto;
}

.join_flow {
	width: 815px;
	margin: 0 auto;
	padding: 35px 65px;
	border: 3px solid #A5251C;
	overflow: hidden;
	margin-bottom: 50px;
}

.join_flow h3 {
	color: #A5251C;
	padding-bottom: 30px;
	border-bottom: 1px solid #d5d5d5;
	font-size: 24px;
}

.join_flow p {
	line-height: 40px;
	margin-top: 30px;
	font-size: 14px;
}

.brand_img {
	width: 569px;
	height: 192px;
}

.brand li {
	height: 192px;
	padding: 35px 30px;
}

.brand_info {
	width: 520px;
	margin-top: 20px;
}

.brand_info h3 {
	color: #474747;
	font-size: 22px;
	margin-bottom: 20px;
}

.brand_info i {
	display: block;
	float: left;
	width: 100%;
	height: 34px;
	background-image: url(brand_border.jpg);
	margin: 15px 0;
}

.brand_info p {
	line-height: 25px;
	color: #666;
	text-align: left;
	width: 100%;
	float: left;
}

.service {
	padding-bottom: 30px;
	padding-top: 60px;
	overflow: hidden;
	width: 100%;
}

.service p {
	line-height: 22px;
	text-align: left;
	color: #666;
}

.service .service_bg {
	width: 1200px;
	height: 310px;
	background: url(service_bg.jpg) no-repeat;
}

.history p {
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding-bottom: 20px;
	color: #666;
}

.history_bg {
	background: url(history.jpg);
	width: 940px;
	height: 1035px;
	float: left;
}

.ser_c {
	line-height: 36px;
	font-size: 14px;
	margin-bottom: 40px;
}

.maintain {
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 40px;
}

.maintain li {
	background: #fff;
	padding: 40px;
	margin-bottom: 20px;
	transition: all .3s ease-out 0s;
	position: relative;
}

.maintain li:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.maintain h3 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
}

.maintain p {
	padding-bottom: 20px;
	color: #777;
}

.news_boxs {
	width: 100%;
	height: 140px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news ul li:hover .news_right .news_boxs {
	transform: scale(1.1, 1.1);
}


/*weini*/

.nav_menu {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	line-height: 40px;
	height: 76px;
	background: #fff;
	margin-bottom: 60px;
}

.nav_menus {
	width: 1200px;
	margin: 0 auto;
}

.nav_menu ul {
	float: left;
}

.nav_menu ul li {
	float: left;
	margin-right: 10px;
	position: relative;
}

.nav_menu ul li:last-child {
	margin-right: 0;
}

.nav_menu ul li a {
	display: block;
	float: left;
	padding: 0 20px;
	color: #444444;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	height: 76px;
	line-height: 76px;
	border: 0px solid #959595;
	font-size: 16px;
}

.nav_menu ul li a::after {
	content: '';
	display: block;
	margin-top: -1px;
	width: 30%;
	height: 1px;
	background: transparent;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.nav_menu ul li:hover a::after {
	width: 100%;
	background: #024d0d;
}

.nav_menu ul li a.on {
	color: #024d0d;
}

.nav_menu ul li a.on::after {
	content: '';
	background-color: #024d0d;
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	bottom: 0;
	left: 0;
}

.nav_menu ul li a:hover {
	color: #024d0d;
	border: 0px solid #024d0d;
}

.nav_menu .nav_links {
	float: right;
}

.nav_menu .nav_links a {
	float: left;
	padding: 0 10px;
	color: #999;
	display: inline-block;
	height: 76px;
	line-height: 76px;
	max-width: 310px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.nav_menu .nav_links i {
	float: left;
	color: #999;
	display: inline-block;
	height: 76px;
	line-height: 76px;
}

.nav_menu .nav_links a:hover {
	color: #666;
	text-decoration: underline;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.about_bg {
	background: url(about_bg.jpg) no-repeat;
	width: 598px;
	height: 500px;
}

.about_text {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 60px 0 50px;
}

.about_text img {
	display: block;
	float: right;
}

.container_bg .about_text img {
	display: block;
	float: left;
}

.container_bg .about_text .about_left {
	float: left;
	width: 560px;
	padding-left: 60px;
	padding-top: 60px;
}

.about_text .about_left {
	float: left;
	width: 560px;
}

.about_text .about_left i {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #999;
	margin: 20px 0 10px;
}

.about_text .about_left h2 {
	font-size: 24px;
	color: #3c3c3c;
	font-weight: normal;
}

.about_text p {
	padding-top: 18px;
	line-height: 28px;
	font-size: 14px;
	color: #717171;
	overflow: hidden;
	clear: both;
}

.about_b {
	width: 100%;
	margin-top: 50px;
	float: left;
}

.about_b .about_left {
	float: left;
	width: 482px;
	padding-top: 70px;
}

.about_b img {
	display: block;
	float: right;
}

.contact {
	overflow: hidden;
	width: 1200px;
	margin-bottom: 50px;
	margin-top: 50px;
}

.contact .con_info {
	padding: 0;
	overflow: hidden;
	clear: both;
	text-align: center;
}

.contact .con_info .con_left {
	float: left;
	width: 1200px;
}

.contact .con_info .con_left h2 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 46px;
}

.contact .con_info .con_left i {
	display: inline-block;
	font-weight: bold;
	font-style: normal;
	font-size: 25px;
}

.contact .con_info .con_left p {
	width: 100%;
	line-height: 28px;
	clear: both;
	color: #666;
}

.contact .con_info .con_left b {
	display: inline-block;
	width: 20px;
}

.contact .con_info .con_right {
	width: 185px;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}

.contact .con_info .con_right p {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.skill {
	padding-bottom: 40px;
	min-height: 700px;
}

.skill_img {
	width: 380px;
	height: 260px;
}

.skill_tite {
	font-size: 18px;
	color: #333;
	margin: 20px 20px 15px;
}

.skill_tite span {
	font-size: 20px;
	color: #206ad0;
	padding-right: 8px;
}

.skill_text {
	font-size: 13px;
	color: #999999;
	padding: 0 20px 0px;
	min-height: 74px;
	line-height: 18px;
}

.skill ul {
	margin-top: 20px;
	float: left;
}

.skill li {
	width: 380px;
	height: auto;
	float: left;
	margin-right: 30px;
	margin-bottom: 1%;
	position: relative;
	padding-bottom: 15px;
	transition: all .3s ease-out 0s;
	margin-bottom: 35px;
}

.skill li:nth-child(3n) {
	margin-right: 0;
}

.skill li:hover {
	margin-top: -10px;
	margin-bottom: 45px;
}

.skill li:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.skill li:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 1px;
	background: rgba(255, 255, 255, .15);
	left: 50%;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.skill li:hover:after {
	width: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
}

.skill_info {
	width: 500px;
	margin-top: 30px;
}

.skill_info h3 {
	color: #a5251c;
	font-size: 23px;
	font-weight: normal;
}

.skill_info h4 {
	color: #595657;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: normal;
}

.skill_info i {
	display: block;
	float: left;
	width: 25px;
	height: 2px;
	background: #ccc;
	margin: 0 0 25px 0;
}

.skill_info p {
	line-height: 25px;
	color: #0a0204;
	text-align: left;
	width: 100%;
	float: left;
}

.list_tit {
	width: 100%;
	clear: both;
	margin: 45px auto;
	overflow: hidden;
}

.tit_left {
	width: 50%;
	float: left;
	text-align: left;
	position: relative;
}

.tit_left h3 {
	color: #4d4948;
	font-size: 30px;
	line-height: 50px;
}

.tit_left p {
	font-size: 14px;
	color: #5d5d5d;
	z-index: 2;
}

.tit_right {
	float: right;
	width: 50%;
	position: relative;
	line-height: 25px;
	color: #5d5d5d;
	text-align: right;
	font-family: arial;
	font-size: 12px;
	margin-top: 20px;
}

.list_tit strong {
	display: block;
	width: 100%;
	height: 38px;
	background-image: url(border.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	margin: 20px 0;
}


/*idea*/

.idea {
	width: 1262px;
	margin-left: -62px;
}

.idea li {
	width: 569px;
	float: left;
	margin-left: 62px;
	margin-bottom: 35px;
}

.idea li h3 {
	color: #474747;
	line-height: 35px;
	font-size: 24px;
}

.idea li p {
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	margin-bottom: 25px;
}

.idea li img {
	display: block;
	width: 569px;
	height: 252px;
}


/*made*/

.made {
	padding: 60px 0;
	background: #f9f9f9;
	position: relative;
}

.made .made_title {
	text-align: center;
	line-height: 1;
	margin: 0;
	animation-delay: 0.1s;
}

.made .made_title h2 {
	font-size: 28px;
	font-weight: normal;
	color: #444444;
}

.made .made_title p a {
	margin-top: 20px;
	float: left;
}

.made .made_title .exlist {
	margin-top: 30px;
}

.made .made_title .exlist li {
	float: left;
	position: relative;
	height: 403px;
	overflow: hidden;
}

.right20 {
	margin-right: 20px;
	margin-bottom: 20px
}

.exlist a .prodcut_info {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-out .3s;
}

.exlist a .prodcut_info div {
	position: relative;
	top: 50%;
	margin-top: -15px;
}

.exlist a .prodcut_info p.prodcut_title {
	margin-top: 10px;
	color: rgba(0, 0, 0, 0);
	font-size: 16px;
	transition: all ease-out .3s;
}

.exlist a .prodcut_info p.prodcut_text {
	margin-top: 10px;
	color: rgba(0, 0, 0, 0);
	font-size: 12px;
	transition: all ease-out .3s;
}

.exlist li:hover .prodcut_info {
	background: rgba(0, 0, 0, .8);
}

.exlist li:hover .prodcut_info p.prodcut_title {
	margin-top: 0px;
	color: #fff;
	font-size: 16px;
}

.exlist li:hover .prodcut_info p.prodcut_text {
	margin-top: 0px;
	color: #b7b7b7;
}

.exlist li::after {
	content: '';
	width: 28px;
	height: 28px;
	background: url(jt1.png);
	margin-left: -14px;
	margin-top: 0px;
	position: absolute;
	top: 0%;
	left: 50%;
	z-index: 10;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
}

.exlist li:hover::after {
	margin-top: 30px;
	top: 52%;
	opacity: 1;
}

.exlist a .prodcut_info p {
	text-align: center;
	color: #fff;
	padding: 0 20px;
}

.exlist li:hover img {
	transform: scale(1.2, 1.2);
}

.exlist a img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.exabout {
	position: relative;
	overflow: hidden;
	background-size: auto;
	background-color: #ffffff;
	padding: 80px 0;
}

.aboutimg {
	float: left;
}

.bgShow {
	background-repeat: no-repeat;
	background-size: auto;
}

.abouttext {
	float: right;
	position: relative;
	background: #fff;
	margin-top: 90px;
	margin-left: 40px;
	text-align: left;
	line-height: 30px;
	color: #7e7e7e;
	width: 600px;
	font-size: 14px;
}

.abouttext h2 {
	font-family: "HELVETICANEUELTPRO-THEX";
	color: #454545;
	font-size: 34px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 6px;
}

.abouttext p {
	font-size: 24px;
	color: #5f5f5f;
	margin-bottom: 20px;
}

.exculture {
	float: left;
}

.exculture .culture_t {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.exculture .culture_t h2 {
	font-family: "HELVETICANEUELTPRO-THEX";
	color: #454545;
	font-size: 34px;
	font-weight: normal;
	text-transform: uppercase;
}

.exculture .culture_t p {
	font-size: 24px;
	color: #5f5f5f;
}

.exculture li {
	width: 288px;
	height: auto;
	float: left;
	margin-right: 15px;
	margin-bottom: 1%;
	position: relative;
	padding-bottom: 15px;
	transition: all .3s ease-out 0s;
	margin-bottom: 35px;
	background: #fff;
}

.exculture li:nth-child(4n) {
	margin-right: 0;
}

.exculture .culture_list h2 {
	font-weight: normal;
	font-size: 16px;
	color: #024d0d;
	padding: 10px 20px;
}

.exculture .culture_list p {
	font-weight: normal;
	font-size: 14px;
	color: #646464;
	line-height: 20px;
	padding: 0 20px 20px;
	min-height: 80px;
}

.exculture .culture_list:hover {
	margin-top: -20px;
	margin-bottom: 45px;
}

.exculture .culture_list:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.exculture .culture_list:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #024d0d;
	left: 50%;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.exculture .culture_list:hover:after {
	width: 100%;
	left: 0;
	background-color: #024d0d;
}

.container_t {
	margin-top: 50px;
	width: 100%;
	text-align: center;
}

.container_t h2 {
	font-family: "HELVETICANEUELTPRO-THEX";
	color: #454545;
	font-size: 34px;
	font-weight: normal;
	text-transform: uppercase;
}

.container_t p {
	font-size: 24px;
	color: #5f5f5f;
}

.service {
	font-size: 14px;
	margin-bottom: 40px;
}

.service h3 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
	text-align: center;
}

.service p {
	padding-bottom: 50px;
	color: #777;
	text-align: center;
}

.service ul {
	width: 1054px;
	margin: 0 auto;
}

.service li {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	transition: all .3s ease-out 0s;
	position: relative;
	border: 1px solid #ccc;
	width: 454px;
	float: left;
	margin-right: 30px;
	border-radius: 4px;
}

.service .service_t {
	font-weight: normal;
	font-size: 22px;
	line-height: 50px;
	color: #333;
}

.service .service_t span {
	font-size: 42px;
	font-family: "HELVETICANEUELTPRO-THEX";
	float: left;
	margin-right: 8px;
}

.service .service_c {
	font-size: 16px;
	float: left;
	padding-top: 10px;
	color: #666;
}

.service .service_t b {
	margin: 5px 14px 0 5px;
	width: 43px;
	height: 43px;
	float: left;
}

.service .service_t .icon1 {
	background: url(sicon1.png) no-repeat;
	background-size: 100%;
}

.service .service_t .icon2 {
	background: url(sicon2.png) no-repeat;
	background-size: 100%;
}

.service .service_t .icon3 {
	background: url(sicon3.png) no-repeat;
	background-size: 100%;
}

.service .service_t .icon4 {
	background: url(sicon4.png) no-repeat;
	background-size: 100%;
}

.product_menu {
	clear: both;
	width: 100%;
	border-bottom: 0px solid #a5251c;
	overflow: hidden;
	line-height: 40px;
	margin: 40px 0;
}

.product_menu ul {
	float: left;
}

.product_menu ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product_menu ul li:last-child {
	margin-right: 0;
}

.product_menu ul li a {
	display: block;
	float: left;
	padding: 0 15px;
	color: #444444;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	line-height: 40px;
	border: 1px solid #b9b9b9;
	background: #fff;
}

.product_menu ul li a.on {
	background: #024d0d;
	color: #fff;
	border: 1px solid #024d0d;
}

.product_menu ul li a:hover {
	background: #024d0d;
	color: #fff;
	border: 1px solid #024d0d;
}


/*# sourceMappingURL=style.css.map */

.list-box {
	text-align: center;
}

.list-box a.list-item {
	padding: 0 15px 0 16px;
	color: #666;
	font-size: 15px;
	height: 15px;
	line-height: 15px;
	border-right: 1px solid #ccc;
	display: inline-block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	cursor: pointer;
}

.list-box a:hover {
	color: #8a211d;
}

.pro_type {
	width: 100%;
	padding-left: 3%;
	min-width: 1200px;
	padding-bottom: 60px;
	overflow: hidden;
	position: ;
}

.pro_type ul li {
	width: 23%;
	height: auto;
	background: none;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	float: left;
	position: relative;
}

.pro_type ul li a.list_item {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

.typeshow {}

.type_img {
	overflow: hidden;
}

.typeshow .type_img img {
	height: auto;
	overflow: hidden;
	float: none;
	width: 100%;
	height: auto;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.pro_type ul li a:hover img {
	transform: scale(1.08, 1.08);
}

.pro_type ul li a .pro_info {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-out .3s;
	font-family: "microsoft yahei";
}

.pro_type ul li a .pro_info {
	opacity: 0;
}

.pro_type ul li a:hover .pro_info {
	opacity: 1;
}

.pro_type ul li a .pro_info div {
	height: 100%;
	background: rgba(138, 33, 29, 0.8);
	top: 0px;
	margin-top: 0px;
	position: relative;
}

.pro_type ul li a .pro_info:after {
	content: '';
	display: block;
	border: 1px solid rgba(255, 255, 255, .5);
	position: absolute;
	top: 0px;
	left: -1px;
	margin: 2%;
	width: 96%;
	height: 96%;
}

.pro_type ul li a .pro_info .pro_tit {
	padding: 40% 50px 0;
	text-align: center;
	transform: scale(1.4, 1.4);
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 28px;
	line-height: 28px;
	margin: 0px;
	width: auto;
	transition: all ease-out .3s;
}

.pro_type ul li a .pro_info p {
	color: #fff;
	text-align: center;
}

.pro_type ul li:hover a .pro_info .pro_tit {
	transform: scale(1, 1);
}

.pro_type ul li a .pro_info .sub_tit {
	font-family: "Helvetica";
	text-align: center;
	margin-top: 5px;
	transform: scale(1.4, 1.4);
	color: #fff;
	padding: 0 50px;
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 0px;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all ease-out .3s;
	width: auto;
}

.pro_type ul li:hover a .pro_info .sub_tit {
	transform: scale(1, 1);
}

.pro_type ul li a .pro_info .description {
	text-align: center;
	transform: scale(1.4, 1.4);
	color: #fff;
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 70%;
	padding: 0 20px;
}

.pro_type ul li a .pro_info .description {
	text-align: center;
	margin: 5% auto;
	font-size: 13px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.pro_type ul li:hover a .pro_info .description {
	transform: scale(1, 1);
}

.pro_type ul li a .pro_info div:after {
	content: '';
	width: 160px;
	height: 37px;
	display: block;
	position: absolute;
	top: 65%;
	left: 50%;
	margin-left: -81px;
	background: transparent url(icon.png) no-repeat 70px 9px;
	transition: all 0.3s ease-out 0s;
	margin-top: -10px;
	border: 1px solid rgba(255, 255, 255, .5);
	transform: scale(1.4, 1.4);
}

.pro_type ul li:hover a .pro_info div:after {
	transform: scale(1, 1);
}

.titlebg {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	padding: 50px 0 30px;
	text-align: center;
}

.titlebg h2 {
	font-family: "HELVETICANEUELTPRO-THEX";
	color: #454545;
	font-size: 34px;
	font-weight: normal;
}

.titlebg p {
	font-size: 24px;
	color: #5f5f5f;
}

.mteam {
	margin-top: 80px;
	padding-bottom: 50px;
	display: block;
	float: left;
	width: 1200px;
}

.mteam h2 {
	font-family: "HELVETICANEUELTPRO-THEX";
	color: #454545;
	font-size: 34px;
	font-weight: normal;
	text-transform: uppercase;
}

.mteam_img2 {
	float: left;
}

#mteam .content .header {
	padding: 0;
	position: relative;
	top: 0px;
	left: 100px;
}

#mteam .summary {
	float: none;
	width: 345px;
	float: left;
	background: #fff;
	padding: 20px;
}

.mteam p {
	font-size: 24px;
	color: #5f5f5f;
}

.mteam {
	float: left;
	margin-left: 100px;
	margin-top: 80px;
}

.module-content {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}

#mteam .mteamimg a {
	display: block;
	width: 385px;
	height: 211px;
	border-radius: 0px;
	overflow: hidden;
}

#mteam .header img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#mteam .summary p.subtitle {
	transition: all 0.6s ease 0s;
	text-align: left;
	width: 345px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	line-height: 26px;
	color: #a5a5a5;
	font-size: 14px;
	margin-bottom: 10px;
}

#mteam .summary p.title {
	width: 345px;
	text-align: left;
	font-size: 18px;
	color: #333;
}

#mteam .header img:hover {
	transform: scale(1.1, 1.1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.mteambg {
	position: absolute;
	right: 100px;
	top: -15px;
	z-index: 99;
}

#mteam {
	background: url(bg1.jpg) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	position: relative;
	height: 625px;
}

#mteam .bx-wrapper .bx-controls-direction a {
	top: 36%;
}

.abouttext .more {
	margin: 50px auto 80px;
	border: 1px solid #ccc;
	position: relative;
	transition: all 0.5s ease 0s;
	display: table-caption;
}

.abouttext .more {
	animation-name: fadeInUp;
	animation-delay: 0.5s;
}

.abouttext a.more {
	width: 160px;
	height: 32px;
	line-height: 32px;
	color: transparent;
	background: url(jiantou.png) no-repeat 32px -97px;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border-radius: 0px;
	font-size: 0px;
	border: none;
	border: 1px solid #ccc;
}

.abouttext a.more::after {
	content: "";
	display: block;
	width: 160px;
	height: 32px;
	border: 3px solid transparent;
	opacity: 0;
	transition: all 0.5s ease 0s;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: -1px;
	left: -1px;
	transform: scale(1, 1);
}

.abouttext a.more:hover::after {
	width: 158px;
	height: 36px;
	border: 2px solid #024d0d;
	opacity: 1;
	margin: 0 auto;
	transform: scale(1.1, 1.1);
	text-align: center;
	top: -5px;
	left: -2px;
}

.abouttext a.more:hover {
	border: 1px solid transparent;
	transition: all 0.5s ease 0s;
}

.abouttext a.more:hover {
	background: url(jiantou.png)no-repeat 32px -126px;
}


/*newslist*/

.newslist {
	padding: 60px 0 50px;
	background: #f3f3f3;
	position: relative;
}

.newslist .title {
	text-align: center;
	line-height: 1;
}

.newslist .title h2 {
	font-family: "HELVETICANEUELTPRO-THEX";
	color: #454545;
	font-size: 34px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 6px;
}

.newslist .title p {
	font-size: 24px;
	color: #5f5f5f;
	margin-bottom: 20px;
}

.newslist ul {
	margin-top: 40px;
	overflow: hidden;
	position: relative;
}

.newslist ul li {
	float: left;
	position: relative;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 580px;
	cursor: pointer;
}

.newslist ul li:nth-last-child(2) {
	float: right
}

.newslist ul li .news_img {
	width: 580px;
	float: left;
	height: 176px;
	overflow: hidden;
	margin-bottom: 10px;
}

.newslist ul li .img_boxs {
	width: 580px;
	height: 176px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.newslist ul li :hover .img_boxs {
	transform: scale(1.06);
	-moz-transform: scale(1.06, 1.06);
	-webkit-transform: scale(1.06, 1.06);
	-o-transform: scale(1.06, 1.06)
}

.newslist ul li .news_infor {
	float: left;
	margin-right: 20px;
	width: 400px;
	padding-left: 160px;
	position: relative;
	display: block;
	height: 160px;
}

.newslist ul li .date {
	font-family: "HELVETICANEUELTPRO-THEX", Arial;
	font-weight: 300;
	position: absolute;
	top: 20px;
	left: 0px;
	color: #666;
	line-height: 1.5;
	font-size: 34px;
}

.newslist ul li .news_infor h3,
.newslist ul li .news_infor p {
	transition: all 0.6s ease 0s;
}

.newslist ul li .news_infor h3 {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	color: #333;
	margin: 18px 0 20px;
	font-weight: normal;
}

.newslist ul li .news_infor p {
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	height: 40px;
	line-height: 22px;
	color: #6a6a6a;
}

.newslist ul li :hover .news_infor h3 {
	margin-left: 20px;
}

.newslist ul li :hover .news_infor p {
	margin-left: 20px;
}

.newslist .news_infor::after {
	content: "";
	display: block;
	background: url(r_arrow.png) no-repeat center;
	width: 40px;
	height: 40px;
	transition: all 0.6s ease 0s;
	position: absolute;
	bottom: 0px;
	left: 150px;
	opacity: 0;
}

.newslist ul li :hover .news_infor::after {
	margin-left: 20px;
	opacity: 1;
}

.newslist a.news_more {
	margin: 20px auto 10px;
	display: block;
	border: #dfdfdf 1px solid;
}

.newslist a.news_more {
	color: transparent;
	background: url(jiantou.png) no-repeat 26px -97px;
	width: 148px;
	height: 30px;
	transition: all ease-out .3s;
	border-radius: 0px;
	font-size: 0px;
}

.newslist a.news_more:hover {
	background: url(jiantou.png) no-repeat 26px -127px;
}

.newslist a.news_more:hover {
	border-color: #b6b6b6;
	text-indent: 130px;
}

.made_title {
	text-align: center;
	margin: 40px 0 20px;
}

.made_title h2 {
	font-size: 28px;
	font-weight: normal;
	color: #444444;
}

.made_title p {
	font-size: 16px;
	color: #7b7b7b;
	line-height: 24px;
	padding-top: 10px;
}

.wx {
	width: 20px;
	height: 20px;
	background: #929292;
	padding: 5px;
	float: left;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: relative;
}

.wx img {
	width: 20px;
}

.qrcode {
	width: 147px;
	height: 157px;
	background: url(qrcode.png) no-repeat center;
	visibility: hidden;
	position: absolute;
	top: -154px;
	left: -10px;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}

.wx:hover .qrcode {
	visibility: visible;
	transition: all 0.3s ease-out 0s;
	margin-top: -10px;
	opacity: 1;
}


/*滾動數字*/

.module.mcounter ul.content_list li p.number {
	margin-top: 15px;
}

.module.mcounter ul.content_list li p.number .counterDX {
	font-size: 48px;
	color: #024d0d !important;
	font-family: HELVETICANEUELTPRO-THEX, Arial;
	text-align: center;
	margin-top: 15px;
}

.module.mcounter ul.content_list li p.number .unit {
	font-size: 14px;
	color: #024d0d !important;
}

.module.mcounter ul.content_list li p.title {
	margin-bottom: 10px;
}

.module.mcounter ul.content_list li {
	width: 33.333%;
	height: 108px;
	float: left;
	text-align: center;
}

.module.mcounter ul.content_list li p {
	text-align: center;
	font-size: 14px;
	color: #9e9e9e;
	padding-top: 0;
	line-height: inherit;
}

.container_bg {
	background: #fbfbfb;
}

.concept_list {
	margin: 40px 0 60px;
	overflow: hidden;
	float: left;
}

.concept_list li {
	width: 384px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #fff;
	overflow: hidden;
	height: 308px;
}

.concept_list li img {
	transition: all ease-out .3s .1s;
	opacity: 1;
}

.concept_list li:hover img {
	opacity: 1;
	transition: all ease-out .3s .1s;
}

.concept_list .service_info {
	transition: all 0.6s ease 0s;
	background-color: #fff;
	position: relative;
	margin-top: 0px;
	height: 136px;
}

.concept_list .service_info p.title {
	color: #333;
	height: 40px;
	line-height: 40px;
	transition: all ease-out .2s;
	font-size: 18px;
	border-bottom: 0;
	font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
	text-align: center;
	line-height: 70px;
}

.concept_list .service_info p.description {
	margin-top: 25px;
	width: 88%;
	padding: 0px 6%;
}

.concept_list .service_info p.description {
	color: #848484;
	font-size: 13px;
	line-height: 24px;
	height: 50px;
	overflow: hidden;
	text-align: center;
}

.concept_list li:hover .service_info {
	background-color: rgba(255, 255, 255, 0.94);
	margin-top: -110px;
	height: 136px;
}

.concept_list li:hover .title {
	color: #024d0d;
}

.concept_list li:hover img {
	transform: scale(1.1, 1.1);
}

.concept_list li:hover .service_info p.title::after {
	background-color: #DADADA;
	width: 20px;
	margin-left: 186px;
	top: 55px;
}

.concept_list .service_info p.title::after {
	content: "";
	display: block;
	background-color: #DADADA;
	width: 98px;
	height: 1px;
	position: absolute;
	margin-left: 110px;
	font-size: 12px;
	transition: all 0.6s ease 0s;
}

.spokesman {
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}

.spokesman .spokesman_l {
	float: left;
	width: 384px;
	height: 603px;
	margin-left: 54px;
}

.spokesman .spokesman_r {
	float: left;
	margin-left: 60px;
	margin-top: 50px;
	width: 566px;
}

.spokesman .spokesman_r h2 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 16px;
}

.spokesman .spokesman_r p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.course {
	width: 1200px;
	margin-top: 60px;
	margin-bottom: 60px;
	float: left;
}

.course ul {
	padding-left: 33px;
}

.course li {
	float: left;
	width: 162px;
	text-align: center;
	padding-bottom: 44px;
	padding-right: 76px;
}

.course li:nth-child(5) {
	padding-right: 0;
}

.course .course_tit {
	padding-top: 10px;
	height: 98px;
}

.course .course_tit h2 {
	font-size: 24px;
	font-family: "HELVETICANEUELTPRO-THEX";
	color: #024d0d;
	padding-bottom: 6px;
}

.course .course_tit p {
	color: #666;
}


/*分类滚动*/

.exproduct {
	position: relative;
	overflow: hidden;
	background-size: auto;
	background-color: #ffffff;
	padding: 0px 0;
}

.ab_img2 {
	width: 1200px;
	margin: 0 auto;
	clear: both;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.ab_img2 ul {
	width: 1200px;
	margin-left: -12px;
	position: relative;
}

.ab_img2 li {
	width: 291px;
	margin-left: 12px;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	padding-bottom: 27px;
}

.ab_img2 li img {
	width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
}
.ab_img2 .title{text-align:center;}


.ab_img2 li:hover img {
	transform: scale(1.1, 1.1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

(1.1, 1.1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.pro_menu {
	font-size: 14px;
}

.pro_menu_top {
	width: 1198px;
	border: 1px solid #eee;
	height: 40px;
	margin-top: 20px;
}

.pro_menu_bot a {
	padding: 0 0 0 45px;
	line-height: 35px;
	color: #666;
	display: block;
	float: left;
}

.pro_menu_top a {
	font-size: 15px;
	padding: 0 0 0 45px;
	height: 40px;
	line-height: 40px;
	color: #333;
	display: block;
	float: left;
}

.pro_menu_top span {
	display: block;
	width: 120px;
	color: #fff;
	height: 40px;
	text-align: center;
	float: left;
	background: #024d0d;
	line-height: 40px;
}

.pro_menu_top a:hover,
.pro_menu_top a.on,
.pro_menu_bot a:hover,
.pro_menu_bot a.on {
	color: #024d0d;
}

.pro_menu_bot {
	width: 1078px;
	border: 1px solid #eee;
	height: 35px;
	border-top: 0;
	padding-left: 120px;
}

.p_str_box{text-align:center;}
.p_str{ text-align:center; margin-top:50px; height:33px;display:inline-block;}
.p_str{font-size:14px;}
.p_str select{border:1px solid #D0D0D0; height:33px; line-height:33px; float:left; padding:0px; width:80px; text-indent:10px; margin-left:3px;}
.p_str span{border:1px solid #D0D0D0; height:30px; line-height:30px; display:block; width:80px; float:left; padding:0px; margin:0 3px;}
.p_str span:hover{background-color:#F3F3F3;}
.header .logo {
	float: left;
	width: 287px;
	height: 68px;
	background-size:287px 68px;
	margin-top: 12px;
	background:url(logo.png) no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .logo.b {
	background: url(logo.png) no-repeat;
	width:228px;
	height: 54px;
	background-size:228px 54px;
	margin: 8px 0 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.header .nav li a b {
display: block;
width: 100%;
height: 0%;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
bottom: 0;
background: #25A78D;
z-index: -1;
}
.header .nav li ul.subnav li a:hover {
background: #25A78D;
color: #fff;
text-indent: 10px;
}
.flex-control-paging li a.flex-active {
background-color:#25A78D;
cursor: default;
width: 30px;
}
.ab_img2 .pro_next:hover {
background:RGBA(37,167,141,1);
background-image: url(ab_next.png);
}	
.ab_img2 .pro_prv:hover {
background:RGBA(37,167,141,1);
background-image: url(ab_prv.png);
}
.ab_img2 .pro_prv {
width: 28px;
height: 50px;
left: 0px;
top: 50%;
position: absolute;
cursor: pointer;
margin-top: -25px;
background:RGBA(37,167,141,0.5);
background-image: url(ab_prv.png);
transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ab_img2 .pro_next {
width: 28px;
margin-top: -25px;
height: 50px;
right: 0px;
top: 50%;
background-size: cover;
position: absolute;
cursor: pointer;
background:RGBA(37,167,141,0.5);
background-image: url(ab_next.png);
transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}