@charset "utf-8";

/*全局*/

@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;
}

.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;
}

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;
}


.m_bg b,.m_bg span{
	font-family: "HELVETICANEUELTPRO-THEX";
}




/*cql*/

.ficont {
	margin-top: 150px;
	padding: 20px;
	width: 500px;
	height: 180px;
	background-image: url(../images/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: 80px;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	height: 63px;
	float: left;
	width: 98px;
	background: url(logo.png) no-repeat;
	background-size: 100%;
	margin-top: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .logo.b {
	background: url(logo.png) no-repeat;
	background-size: 100%;
	width: 80px;
	height: 51px;
	margin: 8px 0 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.header .nav {
	width: auto;
	float: right;
	height: 100%;
}

.header .nav li {
	width: 100px;
	height: 100%;
	float: left;
	position: relative;
}

.header .nav li a {
	display: block;
	text-align: center;
	line-height: 80px;
	height: 80px;
	font-size: 15px;
	position: relative;
	color: #000;
	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 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;
	top: 0;
	background: #1a1b1d;
	z-index: -1;
}

.header .nav li a i{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	transform: translateX(-50%);
	background: #cd161c;
	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 .nav li a:hover i,
.header .nav li a.on i{
	width: 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: 700px;
}

.pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
}

.cn_pro-switch {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 700px;
	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(../images/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(26, 27, 29, 0.8);
	border-radius: 2px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	transition: width, background 0.4s;
}

.flex-control-paging li a.flex-active {
	background: rgba(205, 22, 28, 0.9);
	cursor: default;
	width: 30px;
}


/*新闻页面*/

.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*/
.foot{
	clear: both;
	position: relative;
	width: 100%;
	height: 335px;
	background: url(../images/footer_bg.jpg) no-repeat;
	padding-top: 95px;
	box-sizing: border-box;
}
.foot .container{
	overflow: hidden;
}
.foot_left{
	float: left;
	width: 500px;
	overflow: hidden;
	color: #000;
}
.foot_left img{
	float: left;
	margin-bottom: 25px;
}
.foot_left h3{
	float: left;
	font-size: 22px;
	font-weight: normal;
	margin: 53px 0 0 30px;
}
.foot_left p{
	clear: both;
	line-height: 26px;
}
.foot_right{
	float: right;
	color: #000;
	padding-top: 27px;
	
	overflow: hidden;
}
.qr{
	float: right;
	width: 105px;
	margin-left: 28px;
	text-align: center;
	line-height: 20px;
}
.qr img{
	width: 100%;
}
.foot_font{
	float: right;
	text-align: right;
	padding-top: 20px;
}
.foot_font h3{
	font-size: 24px;
	margin-bottom: 12px;
	font-weight: normal;
}
.foot_font p{
	line-height: 24px;
}
.final {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #1a1b1d;
	color: #fff;
	font-size: 12px;
	position: relative;
}

.final a {
	display: inline-block;
	color: #fff;
	float: right;
	line-height: 50px;
}




.web_f {
	width: 100%;
	height: 350px;
	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;
	text-align: center;
	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;
}

.web_prolist li a {
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 0;
	height: auto;
}

.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;
}


.protype_menu{
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.pro_menu_top,
.pro_menu_bottom{
	width: 1200px;
	margin: 0 auto;
}
.pro_menu_top a{
	display: inline-block;
	padding: 0 15px;
	line-height: 50px;
}
.pro_menu_top a.on{
	color: #fff;
	background: #000;
}

.pro_menu_bottom{
	padding: 10px 0;
}
.pro_menu_bottom a{
	display: inline-block;
	padding: 4px 8px;
}
.pro_menu_bottom a.on{
	background: #000;
	color: #fff;
}

/*分页*/

.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: #cd161c;
}

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;
}


/*品牌力量*/
.brand_box{
	position: relative;
	background: url(../images/brand_bg.jpg) top no-repeat #fff;
	width: 100%;
	padding: 50px 0;
}
.exbrand{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.exbrand_left{
	float: left;
	width: 300px;
	height: 250px;
	text-align: center;
	background: #fff;
	padding-top: 92px;
	box-sizing: border-box;
}
.exbrand_left h3{
	font-size: 26px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}
.exbrand_left P{
	color: #999;
	font-family: arial;
}
.exbrand ul{
	float: left;
	width: 900px;
}
.exbrand ul li{
	overflow: hidden;
}
.exbrand ul li .bimg,
.exbrand ul li .eimg{
	float: left;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
	width: 300px;
	height: 250px;
}
.exbrand ul li span{
	display: block;
	width: 100%;
	height: 100%;
}
.exbrand ul li .bimg img,
.exbrand ul li .eimg img{
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.exbrand ul li .bfont,
.exbrand ul li .efont{
	float: left;
	width: 300px;
	height: 250px;
	position: relative;
	padding: 33px;
	background: #fff;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.exbrand ul li .eimg,
.exbrand ul li .efont{
	width: 600px;
}
.exbrand ul li .bfont b,
.exbrand ul li .efont b{
	font-size: 18px;
	color: #333;
	line-height: 36px;
	font-family: arial;
}
.exbrand ul li .bfont h3,
.exbrand ul li .efont h3{
	font-size: 22px;
	color: #333;
	line-height: 36px;
	font-weight: normal;
}
.exbrand ul li .bfont p,
.exbrand ul li .efont p{
	font-size: 18px;
	color: #999;
	line-height: 36px;
	font-family: arial;
	font-weight: normal;
}
.exbrand ul li .bfont i,
.exbrand ul li .efont i{
	position: absolute;
	right: 33px;
	bottom: 33px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/mi.png) no-repeat;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.exbrand ul li .bfont:hover,
.exbrand ul li .efont:hover {
	padding: 33px 40px;
}
.exbrand ul li .bfont:hover i,
.exbrand ul li .efont:hover i{
	transform: rotateZ(360deg);
}
.exbrand ul li .bimg:hover img,
.exbrand ul li .eimg:hover img{
	transform: scale(1.1);
}
.bmore{
	float: left;
	display: block;
	position: relative;
	width: 150px;
	height: 125px;
	background: #cd161c;
}
.bmore i{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -9px 0 0 -9px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/mo.png) no-repeat;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.bmore:hover i{
	transform: rotateZ(360deg);
}






/*次导航*/

.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: 81px;
	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(../images/subnav.png);
	position: inherit;
}

.header .nav li ul.subnav li a:hover {
	background: #cd161c;
	color: #fff;
	text-indent: 10px;
}

.header .nav li ul.subnav li a:hover i {
	opacity: 1;
}

.header .nav li:hover ul.subnav {
	opacity: 1;
	visibility: visible;
}


/*contact*/


.contact_box{
	width: 300px;
	padding-right: 40px;
	float: right;
	padding-top: 20px;
	font-size: 14px;
	line-height: 35px;
}
.contact_box b{
	color: #f7cf31;
	font-size: 24px;
	font-weight: normal;
}
.contact_box ul{
	text-align: center;
	padding: 25px 0 0;
	overflow: hidden;
}
.contact_box ul li{
	width: 50%;
	float: left;
	line-height: 20px;
}



/*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: 0 0 0 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;
	height: 212px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.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.05, 1.05);
}

.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;
	float: left;
	clear: both;
	border-bottom: 40px solid #fff;
	text-transform: uppercase;
	overflow: hidden;
}






/*新闻页面*/

.ex_news {
	clear: both;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #eee;
}

.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;
	cursor: pointer;
}

.ex_news ul li:last-child {
	margin-bottom: 0px;
}

.ex_news ul li .ex_news_img {
	float: left;
	width: 306px;
	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: 380px;
}

.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(../images/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-bottom: 35px;
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
}
.join h2,
.join_b_title h2 {
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 20px;
}
.join h3,
.join_b_title h3{
	color: #ccc;
	font-weight: normal;
	font-family: arial;
	margin-bottom: 30px;
}
.join h3 i,
.join_b_title h3 i{
	display: inline-block;
	width: 14px;
	height: 1px;
	background: #ccc;
	margin-right: 10px;
	vertical-align: super;
}
.join p {
	line-height: 35px;
	color: #666;
}
.join hr{
	clear: both;
	border: 0;
	background: #f2f2f2;
	width: 100%;
	height: 1px;
}
.join_left {
	float: left;
}
.join_right {
	float: right;
	padding-top: 30px;
	width: 550px;
}
.join_bottom{
	width: 1200px;
	overflow: hidden;
	margin-bottom: 60px;
}
.join_b_title{
	padding: 35px 44px 15px;
}
.join_bottom ul{
	overflow: hidden;
}
.join_bottom ul li{
	float: left;
	width: 285px;
	margin-right: 20px;
}
.join_bottom ul li:nth-child(4){
	margin-right: 0;
}
.join_bottom ul li p{
	padding: 10px 15px;
	line-height: 25px;
}




.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(../images/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(../images/service_bg.jpg) no-repeat;
}

.history p {
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding-bottom: 20px;
	color: #666;
}

.history_bg {
	background: url(../images/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;
	border-top: 1px solid #eee;
}

.maintain li {
	padding:60px 40px;
	transition: all .3s ease-out 0s;
	position: relative;
	border-bottom: 1px solid #eee;
}

.maintain li:hover {
	padding:60px 40px 60px 55px;
	box-shadow: 0 5px 25px 0 rgba(0,0,0,0.1);
}

.maintain h3 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
}

.maintain p {
	color: #777;
	width: 1100px;
}

.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: #cd161c;
}

.nav_menu ul li a.on::after {
	content: '';
	background-color: #cd161c;
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	bottom: 0;
	left: 0;
}

.nav_menu ul li a:hover {
	color: #cd161c;
	border: 0px solid #cd161c;
}

.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;
}

.package{
	padding: 40px 0;
	overflow: hidden;
}

.f_left{
	float: left;
}
.f_right{
	float: right;
}

.about_img{
	position: relative;
}
.about_font{
	width: 570px;
	height: 570px;
	background: #fff;
	bottom: 0;
	right: 0;
	position: absolute;
	box-sizing: border-box;
	padding:20px 0 0 60px ;
	
}
.about_font h3{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}
.about_font p{
	color: #888;
	line-height: 36px;
	margin-bottom: 30px;
}
.about_font h3{
	color: #333;
	font-size: 24px;
	line-height: 100px;
	margin-top: 40px;
}
.about_bottom{
	margin-top: 60px;
	margin-bottom: 60px;
}
.about_bottom h3{
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: normal;padding-top: 40px
}
.about_bottom p{
	line-height: 36px;
	color: #888;
}





.contact {
	overflow: hidden;
	width: 1200px;
}
.contact_font{
	padding: 50px;
	border-bottom: 1px solid #f0f0f0;
}
.contact_font h3{
	font-size: 26px;
	color: #000;
	font-weight: normal;
	
}
.contact_font p{
	color: #999;
}
.contact ul {
	overflow: hidden;
	margin-bottom: 70px;
}
.contact ul li{
	float: left;
	text-align: center;
	width: 25%;
	padding-top: 60px;
}
.contact ul li i{
	display: block;
	width: 46px;
	height: 46px;
	margin: 0 auto 20px;
}
i.e1{
	background: url(../images/eli.png) no-repeat;
}
i.e2{
	background: url(../images/eli2.png) no-repeat;
}
i.e3{
	background: url(../images/eli3.png) no-repeat;
}
i.e4{
	background: url(../images/eli4.png) no-repeat;
}
.contact ul li p{
	font-size: 16px;
	color: #7e7e7e;
	margin-bottom: 10px;
}
.contact ul li h3{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	width: 170px;
	margin: 0 auto;
}
.contact ul li img{
	width: 86px;
}





.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(../images/sicon1.png) no-repeat;
	background-size: 100%;
}

.service .service_t .icon2 {
	background: url(../images/sicon2.png) no-repeat;
	background-size: 100%;
}

.service .service_t .icon3 {
	background: url(../images/sicon3.png) no-repeat;
	background-size: 100%;
}

.service .service_t .icon4 {
	background: url(../images/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;
}





/*newslist*/

.newslist {
	padding: 0 0 50px;
	background: #FFF;
	position: relative;
}

.exnews {
	overflow: hidden;
	position: relative;
}

.exnews li {
	float: left;
	position: relative;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 590px;
	height: 415px;
	margin-right: 20px;
	cursor: pointer;
}
.exnews li:nth-child(2){
	margin-right: 0;
}
.exnews li .news_img{
	width: 590px;
	height: 295px;
	overflow: hidden;
}
.exnews li .news_img img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.news_infor{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 550px;
	height: 180px;
	background: #fff;
	padding: 24px 30px 0 30px;
	box-sizing: border-box;
	transition: all 0.3s;
}
.news_infor h3{
	width: 370px;
	overflow: hidden;
	line-height: 60px;
	font-weight: normal;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999;
}
.news_infor p{
	line-height: 22px;
	width: 400px;
	color: #c8c8c8;
}
.news_infor i{
	margin-top: 40px;
	display: block;
	float: right;
	width: 16px;
	height: 14px;
	background: url(../images/ni.png) no-repeat;
	opacity: 0;
	transition: all 0.3s;
}
.exnews li:hover .news_infor i{
	opacity: 1;
	margin-top: 23px;
}
.exnews li:hover .news_infor{
	padding-left: 53px;
}
.exnews li:hover .news_img img{
	transform: scale(1.05);
}

/*标题*/
.title{
	padding: 45px 0;
}
.title h3{
	font-size: 26px;
	font-weight: normal;
	color: #000;
	line-height: 40px;
}
.title p{
	line-height: 28px;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}

/*产品分类*/

.exproduct {
	position: relative;
	overflow: hidden;
	background-size: auto;
	background-color: #ffffff;
	padding: 0px 0;
	background: #f8f8f8;
}
.product_type{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
	
}
.product_type_top{
	width: 1200px;
	height: 300px;
	margin-bottom: 20px;
}
.product_type_bottom{
	overflow: hidden;
	height: 375px;
}
.product_type_bottom li,
.prolist_c li{
	width: 285px;
	float: left;
	margin: 0 20px 20px 0;
}
.product_type_bottom li:nth-child(4){
	margin-right: 0;
}
.proimg{
	width: 285px;
	height: 285px;
	background: #fff;
	overflow: hidden;
}
.proimg img{
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.profont{
	width: 285px;
	height: 90px;
	padding: 17px 24px 0 24px;
	box-sizing:border-box;
	transition: all 0.4s;
	position: relative;
}
.profont:before{
	content: "";
	display: block;
	width: 285px;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.4s;
	background: #ce171c;
}
.profont h3{
	line-height: 30px;
	font-size: 16px;
	color: #999;
	transition: all 0.4s;
	font-weight: normal;
	position: relative;
}
.profont p{
	line-height: 18px;
	color: #999;
	font-family: arial;
	transition: all 0.4s;
	position: relative;
}
.profont i{
	float: right;
	width: 18px;
	height: 18px;
	background: url(../images/mi.png) no-repeat;
	margin-top: 20px;
	transition: all 0.6s;
	position: relative;
}
.product_type_bottom li:hover .proimg img,
.prolist_c li:hover .proimg img{
	transform: scale(1.05);
}
.product_type_bottom li:hover .profont:before,
.prolist_c li:hover .profont:before{
	height: 90px;
}
.product_type_bottom li:hover .profont h3,
.product_type_bottom li:hover .profont p,
.prolist_c li:hover .profont h3,
.prolist_c li:hover .profont p{
	color: #fff;
}
.product_type_bottom li:hover .profont i,
.prolist_c li:hover .profont i{
	background: url(../images/mo.png) no-repeat;
	transform: rotateZ(360deg);
}


.more{
	float: right;
	display: block;
	width: 150px;
	height: 50px;
	background: #cd161c;
	margin-top: 9px;
}
.more i{
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/mo.png) no-repeat;
	margin: 16px auto 0;
	transition: all 0.6s;
}
.more:hover i{
	transform: rotateZ(360deg);
}




/*产品分类*/
.main_pro {
	width: 1000px;
	margin: 0 auto;
	height: auto;
}

.cn_main_pro {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	padding-top: 40px;
}

.prolist_t {
	width: 285px;
	float: left;
	font-size: 18px;
	color: #585858;
	margin-right: 20px;
	float: left;
	position: relative;
	padding: 0;
	box-sizing: border-box;
}
.prolist_t h2 {
	font-family: "微软雅黑";
	color: #111;
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	text-transform: uppercase;
}
.prolist_t b{
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #9f9f9f;
	line-height: 20px;
	margin-bottom: 10px;
}
.prolist_t i{
	width: 28px;
	height: 2px;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
	background: #b4281d;
}
.pro_img{
	float: right;
	width: 84px;
	height: 84px;
}
.pro_img span{
	display: block;
	width: 100%;
	height: 100%;
}
.prolist_c{
	float: left;
	width: 895px;
	overflow: hidden;
}
.prolist_c li:nth-child(3n){
	margin-right: 0;
}




/*优势*/
.advantagebg{
	position: relative;
	background: #f9f9f9;
	padding-bottom: 84px;
}
.advantagebg ul{
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}
.advantagebg ul li{
	float: left;
	width: 570px;
	height: 108px;
	margin-top: 40px;
	padding-left: 137px;
	margin-right: 60px;
	box-sizing: border-box;
	position: relative;
}
.advantagebg ul li:nth-child(2n){
	margin-right: 0;
}
.advantagebg ul li img{
	position: absolute;
	top: 0;
	left: 0;
}
.advantagebg ul li h3{
	width: 430px;
	color: #5e5e5e;
	line-height: 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #eae9e6;
}
.advantagebg ul li p{
	width: 430px;
	font-size: 14px;
	color: #bfbdbd;
	line-height: 32px;
}


/*理念*/
.concept_list{
	width: 1200px;
	overflow: hidden;
}
.concept_list li{
	width: 1200px;
	height: 250px;
	overflow: hidden;
	margin-bottom: 30px;
}
.concept_info{
	width: 460px;
	height: 200px;
	margin-top: 25px;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}
.concept_list li:nth-child(1){
	background: url(../images/concept_1.jpg) left no-repeat;
}
.concept_list li:nth-child(2){
	background: url(../images/concept_2.jpg) right no-repeat;
}
.concept_list li:nth-child(3){
	background: url(../images/concept_3.jpg) left no-repeat;
}
.concept_list li:nth-child(4){
	background: url(../images/concept_4.jpg) right no-repeat;
}

.concept_info h3{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #333;
}
.concept_info b{
	font-size: 16px;
	font-weight: normal;
	font-family: arial;
	color: #ccc;
	margin-left: 20px;
}
.concept_info p{
	color: #999;
	font-size: 15px;
	line-height: 25px;
}

.concept_info i{
	display: block;
	width: 40px;
	height: 1px;
	background: #ccc;
	margin-bottom: 15px;
}


/*参见问题*/
.problem{
margin-bottom: 60px;
}
.problem li{
	border: 1px solid #eee;
	margin-bottom: 60px;
	background: #fdfdfd;
	padding: 50px 40px;
	margin-bottom: 40px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.problem li h3{
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
}
.problem li p{
	line-height: 30px;
	font-size: 15px;
}
.problem li:last-child{
	margin-bottom: 0;
}
.problem li h3 b{
	font-size: 24px;
}
.problem li:hover{
	box-shadow: 0 5px 25px 0 rgba(0,0,0,0.1);
}
