@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- */
}

@font-face {
	font-family: 'gothic';
	src: url(font/gothic.eot);
	/* IE9*/
	src: url(font/gothic.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/gothic.woff) format('woff'), /* chrome、firefox */
	url(font/gothic.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/gothic.svg#gothic) format('svg');
	/* iOS 4.1- */
}
.iconfont {
	font-family: "iconfont";
	font-size: 25px !important;
	font-style: normal;
}


* {
	margin: 0;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.wrap {
	width: 100%;
	float: left;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.container:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.main {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

body {
	min-width: 1200px;
	min-height: 100%;
	color: #333;
	padding-top: 90px;
	font-size: 13px;
	font-family:"微软雅黑",arial, "gothic","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;
}

div,i,em,font,a,span,p,li,img,h3,h4{ transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
/*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(235, 219,196, 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;
	z-index: 9999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	box-sizing: border-box;
	box-shadow: rgb(51, 51, 51) 0px -2px 8px;;
	background: #fff;
}

.header {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	height: 35px;
	float: left;
	width: 281px;
	background: url(logo.png) no-repeat;
	margin-top: 25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .logo.b {
	background: url(logo_b.png) no-repeat;
	height: 35px;
	margin: 24px 0 0 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.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 23px;
	text-align: center;
	line-height: 90px;
	height: 90px;
	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: 80px;
	line-height: 80px;
	width: auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	color: #000;
}

.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: url(../images/nav_li_bg.jpg) center no-repeat;
	z-index: -1;
}

.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: 770px;
}

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

.cn_pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 770px;
	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: 770px;
}

.cn_flexslider .slides .img {
	width: 100%;
	display: block;
	height: 770px;
	background-position: center;
	background-repeat: no-repeat;
}

.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: 10px;
	height: 10px;
	margin: 0 2px;
	background: rgba(230,33,41,.6);
	border-radius: 50px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	transition: width, background 0.4s;
}

.flex-control-paging li a.flex-active {
	background: rgba(230,33,41,.9);
	cursor: default;
	width: 20px;
}


.foot{
	background: #f4f4f4;
	padding: 57px 0 32px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.foot_left{
	float: left;
	width: 545px;
}
.foot_left img{
	margin-bottom: 25px;
}
.foot_left p{
	color: #000;
	line-height: 25px;
}
.foot_right{
	float: right;
	text-align: right;
}
.foot_right img{
	float: right;
}
.foot_font{
	padding-right: 10px;
	display:inline-block;
	color: #000;
	padding-top: 50px;
}
.foot_font h3{
	display: inline-block;
	font-size: 30px;
	font-family: arial;
}
.foot_font p{
	margin-top: 10px;
	font-size: 17px;
}

.footer{
	border-top: 2px solid #e7e7e7;
	width: 100%;
	line-height: 49px;
	height: 49px;
	background: #f4f4f4;
	color: #9b9b9b;
}
.footer a{
	float: right;
	color: #9b9b9b;
	display: block;
	line-height: 49px;
}


.web_f {
	width: 100%;
	height: 460px;
	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_prolist {
	overflow: hidden;
	margin-left: -15px;
	width: 1215px;
	min-height: 300px;
}

.web_prolist li {
	float: left;
	margin-left: 15px;
	width: 226px;
	margin-bottom: 15px;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	position: relative;
	border: 1px solid #d5d5d5;
}

.web_prolist li em {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	background: #941e6c;
	width: 64px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.web_prolist li:hover {
	box-shadow: 0 6px 10px rgba(235, 219,196, .1);
}

.web_prolist li:hover span {
	color: #000;
}

.web_prolist li i {
	font-style: normal;
}

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

.web_prolist li:hover img {
	transform: scale(1.05, 1.05);
}

.web_prolist li img {
	display: block;
	width: 186px;
	margin: 20px auto;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.web_prolist li span {
	display: block;
	width: 100%;
	line-height: 35px;
	background: #d5d5d5;
	text-align: center;
	font-size: 14px;
	color: #666;
}


/*分页*/

.curr {
	border: 1px solid #CCC;
	color: #CCC;
	display: inline;
	padding: 4px 8px;
}

a.page {
	border: 1px solid #941e6c;
	text-decoration: none;
	color: #fff;
	display: inline;
	padding: 4px 8px;
	background-color: #941e6c;
}

a.page:visited {
	border: 1px solid #941e6c;
	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;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv {
	float: left;
	height: 32px;
	opacity: 1;
}


/*次导航*/

.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=80);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#c81e62129, endColorstr=#c8e62129);
	background: rgba(170, 52,119,.8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .2);
	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: #fff;
	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);
}

.header .nav li ul.subnav li a:hover {
	background: #862e78;
	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;
}

/*新闻页面*/

.ex_news {
	clear: both;
	overflow: hidden;
	width: 100%;
}

.ex_news ul {
	overflow: hidden;
}

.ex_news ul li {
	clear: both;
	padding: 40px 25px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	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: 345px;
	height: 152px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	top: 0;
	left: 0;
}

.ex_news ul li .img_box {
	width: 345px;
	height: 152px;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background-size: cover;
}

.ex_news ul li .ex_news_info {
	float: left;
	width: 550px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: absolute;
	top: 40px;
	left: 420px;
}

.ex_news ul li .ex_news_info h3 {
	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%;
	font-weight: normal;
	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_date {
	float: right;
	text-align: right;
	width: 100px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 60px;
	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-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 {
	left: 450px;
}

.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 .img_box {
	transform: scale(1.1, 1.1);
}

.news_show_content {
	overflow: hidden;
	padding: 30px 0 50px 0;
	line-height: 35px;
	color: #555;
	font-size: 13px;
}

.news_show_content img {
	display: block;
	max-width: 100%;
	padding-bottom: 15px;
	margin: 0 auto;
}

.news_show_content ul li {
	float: left;
	width: 232px;
	height: 258px;
	overflow: hidden;
	position: relative;
	margin-left: 24px;
	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: 774px;
	height: auto;
	margin-left: -24px;
}

.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: 14px;
	text-align: left;
	line-height: 30px;
	color: #666;
	padding-bottom: 20px;
}

.news_show_content ul li:hover img {
	transform: scale(1.1, 1.1);
}

.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;
	border: 1px solid #d5d5d5;
	transition: all .3s ease-out 0s;
	position: relative;
}

.maintain li:hover {
	box-shadow: 0 10px 10px rgba(235, 219,196, 0.1);
}

.maintain h3,

.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 {
	margin: 50px auto 20px;
	width: 1200px;
	clear: both;
	line-height: 50px;
	height: 50px;
	background: #fff;
}

.nav_menu ul {
	position: relative;
}

.nav_menu ul li {
	float: left;
	position: relative;
}

.nav_menu ul li a {
	display: block;
	float: left;
	padding: 0 25px;
	color: #444444;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	font-size: 14px;
	line-height: 50px;
	z-index: 1;
	position: relative;
}

.nav_menu ul li:hover a em,
.nav_menu ul li a.on em {
	height: 100%;
}

.nav_menu ul li a em {
	display: block;
	z-index: -1;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #941e6c;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.nav_menu ul li a.on,
.nav_menu ul li:hover a{
	color: #fff;
}

.nav_menu .nav_links {
	float: right;
}

.nav_menu .nav_links a {
	float: left;
	padding: 0 10px;
	color: #999;
	display: inline-block;
	height: 60px;
	line-height: 50px;
	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: 60px;
	line-height: 60px;
}

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







/*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(235, 219,196, 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(235, 219,196, 0);
	font-size: 16px;
	transition: all ease-out .3s;
}

.exlist a .prodcut_info p.prodcut_text {
	margin-top: 10px;
	color: rgba(235, 219,196, 0);
	font-size: 12px;
	transition: all ease-out .3s;
}

.exlist li:hover .prodcut_info {
	background: rgba(235, 219,196, .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(../images/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;
}

.bgShow {
	background-repeat: no-repeat;
	background-size: auto;
}

.container_t {
	margin-top: 50px;
	width: 100%;
	text-align: center;
}

.container_t h2 {
	font-family: helvetica;
	color: #454545;
	font-size: 34px;
	font-weight: normal;
	text-transform: uppercase;
}

.container_t p {
	font-size: 24px;
	color: #5f5f5f;
}

.product_menu {
	clear: both;
	width: 100%;
	border-bottom: 0px solid #a5251c;
	overflow: hidden;
	line-height: 40px;
	margin: 40px 0 0 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 16px;
	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: #000;
	color: #fff;
	border: 1px solid #000;
}

.product_menu ul li a:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}


/*# 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;
}

.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(235, 219,196, 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(../images/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);
}

.newslist a.news_more {
	margin: 40px auto 10px;
	display: block;
	border: #dfdfdf 1px solid;
}

.newslist a.news_more {
	color: transparent;
	background: url(../images/jiantou.png)no-repeat 26px -92px;
	width: 148px;
	height: 40px;
	transition: all ease-out .3s;
	border-radius: 0px;
	font-size: 0px;
}

.newslist a.news_more:hover {
	background: url(../images/jiantou.png)no-repeat 26px -122px;
}

.newslist a.news_more:hover {
	border-color: #b6b6b6;
	text-indent: 130px;
}

.container_bg {
	background: #fbfbfb;
}


.swiper-container {
	width: 385px;
	height: 300px;
	float: left;
	margin: 0 100px !important;
}
.news_show_time {
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
	color: #999;
	line-height: 30px;
	text-align: center;
}


/*产品列表*/

.list_box {
	overflow: hidden;
	padding: 80px 0 60px 0;
	border-bottom: 1px solid #d5d5d5;
}

.list_box:first-of-type {
	padding-top: 0;
}

.list_box:last-of-type {
	border-bottom: 0;
}

.list_box .list_box_left {
	float: left;
	width: 372px;
}

.list_box .list_box_left h3 {
	text-transform: uppercase;
	color: #000;
	font-family: arial;
	font-size: 20px;
	padding-top: 70px;
}

.list_box .list_box_left h4 {
	font-size: 18px;
	font-weight: normal;
	color: #585858;
	line-height: 40px;
}

.list_box .list_box_right,
.list_box .new_right {
	float: left;
	width: 828px;
}

.list_box .new_right ul li {
	float: left;
	margin-left: 20px;
	width: 256px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
}

.list_box .new_right ul li:hover {
	box-shadow: 0 6px 10px rgba(235, 219,196, .1);
}

.list_box .new_right ul li a {
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 0;
}

.list_box .new_right ul li:hover img {
	transform: scale(1.1, 1.1);
}

.list_box .new_right ul li img {
	display: block;
	width: 200px;
	margin: 30px auto;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.list_box .new_right ul li:hover span {
	color: #000;
}

.list_box .new_right ul li span {
	display: block;
	width: 100%;
	padding: 10px 0;
	line-height: 25px;
	color: #666;
	text-align: center;
	font-size: 14px;
}

.list_box .list_box_right ul li {
	width: 256px;
	height: 185px;
	background-image: url(logo.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-left: 18px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #eee;
}

.list_box_right img,
.list_box_right span {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.list_box_right ul li:hover img {
	transform: scale(1.1, 1.1);
}

.list_box_right ul li:hover span {
	bottom: 0;
}

.list_box_right ul li span {
	position: absolute;
	text-align: center;
	display: block;
	width: 100%;
	left: 0;
	bottom: -100px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	background: rgba(32, 118, 172, 0.9);
}

.list_box_right ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.pro_menu {
	width: 100%;
	float: left;
	line-height: 40px;
	color: #000;
	font-size: 20px;
	margin:0 0 20px 0;
}

.pro_menu .menu_left {
	width: 900px;
	float: left;
	color: #941e6c;
}

.pro_menu .menu_left i {
	display: inline-block;
	float: left;
	width: 2px;
	height: 18px;
	background: #941e6c;
	margin-right: 15px;
	margin-top: 11px;
}

.pro_menu .search {
	float: right;
	width: 250px;
	margin-top: 10px;
}

.pro_menu .search .search_input {
	display: block;
	float: right;
	width: 150px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	border: 1px solid #5b827d;
	color: #999;
	padding: 0 10px;
	text-align: left;
}

.pro_menu .search .reset_input {
	display: block;
	float: right;
	text-align: center;
	line-height: 30px;
	height: 30px;
	background: #5b827d;
	color: #fff;
	width: 50px;
	cursor: pointer;
}

.pro_menu .pro_sub {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.pro_menu .pro_sub a {
	font-size: 14px;
	padding: 0 15px;
	border-right: 1px solid #ccc;
	display: block;
	float: left;
	line-height: 14px;
}

.pro_menu .pro_sub a:last-of-type {
	border-right: 0;
}

.pro_menu .pro_sub a:hover {
	color: #941e6c;
}

.propage {
	display: table;
	margin: 30px auto;
	padding: 0 15px;
	line-height: 38px;
	border: solid 1px #ccc;
}

.propage img {
	vertical-align: middle;
	padding-left: 5px;
}

.preview {
	width: 535px;
	float: left;
}


/* smallImg */

.smallImg {
	position: relative;
	height: 115px;
	margin-top: 25px;
	width: 535px;
	overflow: hidden;
	float: left;
}

.scrollbutton {
	width: 14px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	float: left;
	cursor: pointer;
	top: 50%;
	margin-top: -25px;
}

.scrollbutton.smallImgUp,
.scrollbutton.smallImgUp.disabled {
	background: url(../images/d_08.png) no-repeat;
	left: 0;
}

.scrollbutton.smallImgDown,
.scrollbutton.smallImgDown.disabled {
	background: url(../images/d_09.png) no-repeat;
	right: 0;
}

#imageMenu {
	height: 115px;
	width: 535px;
	margin-left: 0;
	float: left;
}

#imageMenu li {
	height: 115px;
	width: 115px;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-left: 25px;
}

#imageMenu li:first-of-type {
	margin-left: 0;
}

#imageMenu li img {
	width: 113px;
	height: 113px;
	cursor: pointer;
	border: 1px solid #eee;
}

#imageMenu li#onlickImg img,
#imageMenu li:hover img {
	border: 1px solid #8cb79b;
}


/* bigImg */

.bigImg {
	position: relative;
	float: left;
	width: 533px;
	height: 533px;
	overflow: hidden;
	border: 1px solid #eee;
}

.bigImg #midimg {
	width: 400px;
	height: 400px;
	margin: 67.5px auto;
	display: block;
}

.bigImg #winSelector {
	width: 235px;
	height: 210px;
}

#winSelector {
	position: absolute;
	cursor: crosshair;
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
	background-color: #000;
	border: 1px solid #fff;
}


/* bigView */

#bigView {
	position: absolute;
	border: 1px solid #959595;
	overflow: hidden;
	z-index: 999;
}

#bigView img {
	position: absolute;
}


/*header_menu*/

.sub-menu.show {
	opacity: 1;
	top: 142px;
	visibility: inherit;
}

.header_bk .topdown {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
	width: 100%;
	position: absolute;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 99;
	display: none;
	overflow: hidden;
	padding: 60px 0;
}

.header_bk .topdown .head_left {
	float: left;
	width: 245px;
}

.nav-sub-title {
	padding-bottom: 22px;
	position: relative;
	margin-bottom: 25px;
}

.nav-sub-title .cn {
	font-size: 22px;
	color: #333;
	line-height: 34px;
}

.nav-sub-title .en {
	font-size: 12px;
	color: #666;
	line-height: 22px;
	text-transform: uppercase;
}

.nav-sub-title .line {
	position: absolute;
	width: 40px;
	background-color: #000;
	overflow: hidden;
	height: 1px;
	bottom: 0;
	left: 0;
}

.nav-sub-p {
	margin-bottom: 45px;
	font-size: 13px;
	color: #616161;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.nav-sub-more {
	display: block;
	width: 148px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border: 1px solid #000000;
	font-size: 12px;
	color: #3C3C3C;
	-webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

.nav-sub-more:hover {
	background-color: #000000;
	color: #FFF;
}

.header_bk .topdown ul {
	float: right;
	width: 880px;
}

.header_bk .topdown ul li {
	display: block;
	float: left;
	width: 391px;
	border-left: 1px solid #E2E2E2;
	height: 100px;
}

.header_bk .topdown ul .padding_top {
	padding: 0 0 32px 48px;
}

.header_bk .topdown ul .padding_bot {
	padding: 32px 0 0 48px;
}

.header_bk .topdown ul .border_top {
	border-bottom: 1px solid #E2E2E2;
}

.header_bk .topdown ul .head_img {
	float: left;
	width: 174px;
	height: 100px;
	overflow: hidden;
}

.header_bk .topdown ul li .t {
	position: relative;
	float: left;
	width: 145px;
	margin-left: 50px;
	line-height: 100px;
	font-size: 14px;
	color: #000;
}

.header_bk .topdown ul li b {
	position: absolute;
	display: block;
	width: 10px;
	height: 100px;
	top: 0;
	right: 0;
	background-image: url(nav_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: 0.6s ease all;
	transition: 0.6s ease all;
}

.header_bk .topdown ul li:hover b {
	right: 15px;
}

.header_bk .topdown ul li.left {
	opacity: 1;
	left: 0;
}

.header_bk .topdown ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.header_bk .topdown ul li a span {
	display: block;
	width: 100%;
	text-align: left;
	color: #555;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}

.header_bk .topdown ul li:hover .t {
	color: #000;
}

.header_bk .topdown ul li img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#head_d li p {
	width: 165px;
	height: 118px;
	overflow: hidden;
}

.header_bk .topdown ul li:hover img {
	transform: scale(1.1, 1.1);
}


/*底部漂浮*/

.supmenu {
	width: 180px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -113px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.supmenu .sup_tit {
	background-image: url(../images/sup_tit.png);
	height: 56px;
	background-color: #000;
	color: #fff;
	line-height: 56px;
	font-size: 14px;
	text-indent: 24px;
}

.supmenu .sup_qq {
	background-image: url(../images/sup_qq.jpg);
	height: 42px;
	line-height: 42px;
	text-indent: 60px;
	font-size: 14px;
	color: #000;
}

.supmenu .sup_line {
	background-image: url(../images/sup_line.jpg);
	height: 40px;
	line-height: 40px;
	text-indent: 60px;
	font-size: 14px;
	color: #000;
}

.supmenu .sup_lines {
	padding: 10px 0 15px 0;
	color: #000;
	font-size: 20px;
	text-align: center;
	background: #fff;
}

.supmenu .to_top {
	width: 40px;
	height: 40px;
	background: url(../images/to_top.png);
	float: right;
}

.sup_menu {
	box-shadow: #ccc 0px -3px 10px;
}

.header_bk .topdown ul li a.pro_list_img {
	display: block;
	width: 165px;
	height: 118px;
	overflow: hidden;
}

.header_bk .topdown ul .pro_list span {
	display: block;
	width: 100%;
	text-align: left;
	color: #555;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}

.pro_list a.nav_small {
	font-size: 12px;
	color: #999;
}

.pro_list a.nav_small:hover {
	color: #000;
	text-decoration: underline;
}

.pro_right {
	float: right;
	width: 600px;
	overflow: hidden;
	position: relative;
	min-height: 675px;
}

.pro_right h2 {
	font-size: 25px;
	line-height: 50px;
}

.pro_right p {
	border-bottom: 1px solid #d5d5d5;
	font-size: 16px;
	color: #000;
	line-height: 40px;
}

.text_menu span {
	display: block;
	width: 100%;
	height: 40px;
	text-align: left;
	color: #333;
	float: left;
	line-height: 40px;
	border-bottom: 1px solid #d5d5d5;
	font-size: 18px;
}

.text_menu {
	width: 100%;
	clear: both;
	margin: 15px 0 10px 0;
	overflow: hidden;
}

.pro_right .pro_intro,
.pro_right .pro_infor {
	width: 100%;
	clear: both;
	min-height: 100px;
}

.pro_right .pro_intro li,
.pro_right .pro_infor li {
	color: #999999;
	line-height: 26px;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 50%;
}

.pro_right .pro_infor2,
.pro_right .pro_infor2 {
	width: 100%;
	clear: both;
}

.pro_right .pro_infor2 li,
.pro_right .pro_infor2 li {
	color: #999999;
	line-height: 30px;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 100%;
}

.pro_detailed {
	padding: 40px 0;
	overflow: hidden;
	clear: both;
}

.pro_detailed h3 {
	color: #000;
	line-height: 2.5;
	border-bottom: #d5d5d5;
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 24px;
	border-bottom: 1px solid #d5d5d5;
}

.pro_detailed img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
}

.package_left {
	float: left;
	width: 400px;
}

.news_show_content {
	float: right;
	width: 1200px;
}

.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(i_closed.png);
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	height: 500px;
}

.video_show iframe {
	width: 100%;
	height: 500px;
}

.changge_language a {
	float: right;
	color: #fff;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #fff;
	display: block;
	margin-top: 29px;
	margin-left: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.changge_language a.a_scroll {
	color: #000;
	border-color: #000;
}

.changge_language a:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}

.pro_qrcode {
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: 0;
	right: 0;
}



.menu_down .pro_menu i {
	float: right;
	margin-top: 14px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/subnav.png);
}

.menu_down a:hover i {
	opacity: 1;
}

.nav_menu ul li:hover .menu_down {
	display: block;
}

.menu_down {
	display: none;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.menu_down a.pro_menu {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
	width: 130px;
	border: 0px;
	line-height: 42px;
	height: 42px;
	transition: 0.3s;
	transform-origin: bottom;
	margin: 0;
	font-size: 12px;
	color: #fff;
}

.menu_down a.pro_menu:hover {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	color: #fff;
	background-color: #941e6c;
}

.menu_down a.ck {
	background-color: #941e6c;
	color: #fff;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.menu_down a.ck i {
	opacity: 1;
}

.nav_menu ul li .menu_down {
	display: none;
	padding-bottom: 0px;
	position: absolute;
	background: #e53b40;
	left: 0;
	z-index: 99;
	top: 50px;
}
/*首页新闻*/
.newslist{
	overflow: hidden;
	position: relative;
	width: 100%;
	clear: both;
	padding-bottom: 50px;
}
.newslist .title{
	padding: 56px 0;
}
.exnews{
	width: 1224px;
	margin-left: -24px;
	clear: both;
}
.exnews li{
	width:384px;
	float: left;
	margin-left:24px;
	position: relative;
	height: 262px;
	background: #fff;
}
.exnews li a{
	display: block; 
	width: 100%; 
	height: 100%;
}
.exnews li .news_img{
	width: 384px; 
	height: 165px;
	position: relative;
	overflow: hidden;
}
.exnews li .news_imgs{
	width: 384px; 
	height: 165px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.exnews li .news_info{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 384px;
	height: 97px;
	padding: 18px 30px;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}
.exnews li .news_info i{
	position: absolute;
	right: 30px;
	bottom: 37px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #b7b7b7;
	background: url(../images/news_i_1.png) no-repeat;
	transition: all 0.3s;
}
.exnews li h3{
	width: 280px;
	position: relative;
	overflow: hidden;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	z-index: 1;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.1s;
}
.exnews li p{
	position: relative;
	margin-top: 10px;
	line-height: 20px;
	color: #949494;
	height: 40px;
	overflow: hidden;
	z-index: 1;
	transition: all 0.1s;
}
.exnews li .n_info{
	position: relative;
	z-index: 1;
	line-height: 22px;
	color: #fff;
	height: 44px;
	overflow: hidden;
}
.exnews li:hover .news_info{
	height: 262px;
	background: #941e6c;
}
.exnews li:hover .news_info{
	padding: 37px 30px;
}
.exnews li:hover h3,
.exnews li:hover p{
	color: #fff;
}
.exnews li:hover i{
	border: 1px solid #fff;
	background: url(../images/news_i_2.png) #fff no-repeat;
}

.exnew_prv,
.exnew_next {
	width: 45px;
	height: 22px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	background-position: top;
	background-repeat: no-repeat;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: absolute;
	top: 30px;
}

.exnew_prv {
	background-image: url(../images/news_prv.png);
	right: 50px;
}

.exnew_next {
	background-image: url(../images/news_next.png);
	right: 0;
}

.exnew_prv:hover,
.exnew_next:hover,
.on_prv {
	background-position: bottom;
	background-color: #5b827d;
	border-color: #5b827d;
}
/*用户登陆*/

.containers {
	width: 100%;
	margin: 0 auto;
	margin-top: 555px;
	background: #f8f8f8;
	overflow: hidden;
	position: relative;
}

.apply {
	clear: both;
	width: 840px;
	min-height: 300px;
	padding-top: 40px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
}

.apply .apply_sub {
	width: 200px;
	background: #252766;
	color: #fff;
	height: 45px;
	text-align: center;
	border: 1px solid #252766;
	margin: 0 auto;
	float: none;
	line-height: 45px;
	padding: 0;
}

.formitem {
	min-height: 56px;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 6px;
	right: 0;
	float: left;
}

.formitem:after {
	content: '';
	display: table;
	clear: both;
}

.formitem > .label {
	width: 100px;
	height: 56px;
	line-height: 56px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	background: #eee;
	color: #666;
}

.formitem > .container {
	width: 420px;
	min-height: 56px;
	overflow: hidden;
}

.formitem > .notice {
	width: 100%;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	margin: 5px 0;
}

.formitem > .container input {
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding: 0 10px !important;
}

.formitem > .container input:hover,
.formitem > .container textarea:hover {
	border: 1px solid #b5b5b5 !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formitem > .container input:focus,
.formitem > .container textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #696969;
	border-color: #2076ac !important;
	background-color: #fff;
	outline: 0
}

.formitem > .container input[type="text"] {
	width: 400px;
	height: 56px;
	font-size: 15px;
	font-family: "microsoft yahei", arial;
	line-height: 56px;
	box-sizing: border-box;
	padding: 0 10px;
	border: 1px solid #eee;
	border-radius: 2px;
}

.formitem > .container input[type="password"] {
	width: 400px;
	height: 56px;
	font-size: 15px;
	font-family: "microsoft yahei", arial;
	line-height: 56px;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 0 10px;
	border-radius: 2px;
}

.formitem > .container textarea {
	width: 400px;
	height: 80px;
	font-size: 15px;
	font-family: "microsoft yahei", arial;
	line-height: 56px;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 0 18px;
	resize: none;
	border-radius: 2px;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formitem > input[type="submit"] {
	width: 400px;
	height: 56px;
	background: #e53b40;
	color: #fff;
	font-family: "microsoft yahei", arial;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #eee;
	border-radius: 2px;
}

.formitem > input[type="submit"]:hover {
	background: #941e6c;
}

.Validform_checktip {
	margin-left: 0px;
	font-size: 13px;
	width: 100%;
	float: left;
	height: 17px;
	padding-top: 6px;
}

.Validform_right {
	color: #44b549;
}

.Validform_wrong {
	color: #2076ac;
}
.i_list{background: #fff;position: relative;padding: 40px 0;}
/*滚动图*/

.ab_img2 {
	width: 1200px;
	margin: 0 auto;
	clear: both;
	position: relative;
	overflow: hidden;
}

.ab_img2 .pro_next:hover {
	background-color: #941e6c;
}

.ab_img2 .pro_prv:hover {
	background-color: #941e6c;
}

.ab_img2 li:hover img {
	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);
}

.ab_img2 .pro_prv {
	width: 28px;
	height: 40px;
	background-image: url(ab_prv.png);
	cursor: pointer;
	background-position: bottom;
	background-color: #000;
	opacity: 0.8;
	float: left;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
}

.ab_img2 .pro_next {
	width: 28px;
	height: 40px;
	background-image: url(ab_next.png);
	cursor: pointer;
	background-position: bottom;
	background-color: #000;
	opacity: 0.8;
	float: left;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}
.flow img{display: block;margin: 0 auto;}
.flow p{text-align: center;line-height: 60px;text-transform: capitalize;color: #333;font-size: 16px;}
.aut{clear: both;}
.aut li{padding: 20px 30px;border-bottom: 1px solid #eee;background: #fff;overflow: hidden;cursor: pointer;margin-top: 15px;}
.aut li .aut_img{float: left;width: 204px;height: 124px;border: 1px solid #eee;overflow: hidden;}
.aut li:hover .aut_imgs{transform:scale(1.05,1.05);}
.aut li .aut_imgs{width: 204px;height: 124px;background-repeat: no-repeat;background-position: center;background-size: contain;}
.aut li .aut_info{float: right;width: 880px;color: #666;}
.aut li .aut_info h3{font-size: 18px;font-weight: normal;padding-bottom: 15px;}
.aut li .aut_info p{line-height: 20px;font-size: 14px;height: 40px;overflow: hidden;}
.aut li .aut_info em{display: block;padding-top: 30px;}
.aut li:hover img{transform: scale(1.1,1.1);}
.aut li:hover{background: #eee;}
.aut li:hover .aut_info{color: #000;}
.qua_img {
	width: 205px;
	height: 125px;
	float: left;
}

.qua_info {
	width: 960px;
	float: right;
	line-height: 30px;
	color: #666;
	padding-top: 20px;
}

.qua {
	width: 100%;
	float: left;
}
.aut_top{padding: 20px;border-bottom: 1px solid #eee;background: #fff;overflow: hidden;cursor: pointer;margin-bottom: 15px;}
.aut_top .aut_img{float: left;width: 204px;height: 124px;border: 1px solid #eee;overflow: hidden;}
.aut_top .aut_imgs{width: 204px;height: 124px;background-repeat: no-repeat;background-position: center;background-size: contain;}
.aut_top .aut_info{float: right;width: 950px;color: #666;}
.aut_top .aut_info h3,.qua h3{font-size: 18px;font-weight: normal;padding-bottom: 15px;}
.aut_top .aut_info p{line-height: 20px;font-size: 14px;color: #999;}
.qua h3{text-transform: uppercase;font-size: 22px;padding: 15px 0;color: #000;font-weight: normal;}
.web_pro{width: 1220px;margin-left: -20px;}
.web_pro li{float: left;width: 224px;margin-left: 20px;margin-bottom: 20px;}
.web_pro li .pro_img{width: 224px;height: 224px;overflow: hidden;position: relative;}

.index_tit{text-align: center;padding-bottom: 30px;overflow: hidden;width: 100%;}
.index_tit i{display: block;width: 15px;height: 3px;background: #e6345c;margin:15px auto;}
.index_tit p{line-height: 1;color: #666;font-size: 18px;}
.service img{display: block;margin-bottom: 40px;}
.service .bot_phone{border-top: 1px solid #d5d5d5;line-height: 80px;overflow: hidden;margin-top: 40px;font-size: 14px;color: #787878;}
.service .bot_phone b{display: inline-block;font-family: arial;font-size: 32px;color: #000000;}
.case_list {
	width: 1215px;
	margin-left: -15px;
}

.case_list li {
	float: left;
	width: 228px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.case_list li .case_img {
	width: 228px;
	height: 228px;
	overflow: hidden;
}

.case_list li:hover img {
	transform: scale(1.05, 1.05);
}

.case_list li span {
	display: block;
	text-align: center;
	color: #666;
	line-height: 40px;
	width: 100%;
}
.apply_box {
	background: #fff;
	overflow: hidden;
	padding-left: 60px;
	border: 1px solid #eee;
}

.apply_box h3 {
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	color: #666;
	line-height: 90px;
}

.apply_box img {
	float: right;
}

.apply_box form {
	float: left;
	width: 538px;
}
.apply_box input[type="text"]{border: 1px solid #eee;background: #fff;padding: 15px 20px;width: 406px;}
.apply_box textarea{border: 1px solid #eee;background: #fff;padding: 15px 20px;width: 406px;height: 80px;}
/*产品分类列表*/
.bg{
	background: #f0f0f0;
}
.wrap_pro{width: 100%;clear: both;overflow: hidden;padding-bottom: 50px;}
.wrap_pro .pro_tit{
	width: 100%;
}
.wrap_pro .pro_tit h3{
	font-size: 24px;
	line-height: 30px;
	font-family: arial;
	font-weight: normal;
	color: #676767;
}
.wrap_pro .pro_tit p{
	line-height: 30px;
	color: #676767;
	font-size: 20px;
}
.wrap_pro .wrap_list{
	float: right;
	width: 1200px;
	overflow: hidden;
	margin-top: 40px;
}
.wrap_pro .wrap_list li{
	width: 285px;
	height: 285px;
	margin-right: 20px;
	position: relative;
	text-align: center;
	background: none;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
	background: #fff;
}
.wrap_pro .wrap_list li:nth-child(4n){
	margin-right: 0;
}
.wrap_pro .wrap_list li .ipro_img{
	overflow: hidden;
	width: 285px;
	height: 215px;
}
.wrap_pro .wrap_list li h3{
	font-weight: normal;
	font-size: 16px;
	color: #676767;
	line-height: 70px;
	position: relative;
	width: 285px;
	height: 70px;
	z-index: 1;
}

.wrap_pro .wrap_list li h3:after{
	content: "";
	display: block;
	width: 285px;
	height: 70px;
	position: absolute;
	bottom: -70px;
	left:0;
	background: #941e6c;
	z-index: -1;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.wrap_pro .wrap_list li:hover{
	box-shadow: 0 0 0px 0 rgba(0,0,0,0.32);
}
.wrap_pro .wrap_list li:hover h3{
	position: relative;
	color: #fff;
}
.wrap_pro .wrap_list li:hover img{
	transform: scale(1.05,1.05);
}
.wrap_pro .wrap_list li:hover h3:after{
	bottom: 0;
}



/*产品推荐*/

.recommend_list {
	width: 1124px;
	background-repeat: no-repeat;
	background-position: top;
	padding: 160px 38px 50px 38px;
	overflow: hidden;
	clear: both;
	margin-top: 40px;
}

.recommend_list .recommend_top {
	display: block;
	width: 100%;
	overflow: hidden;
}

.recommend_list .recommend_top i {
	display: block;
	float: right;
	background-color: #fff;
	padding: 5px;
}

.recommend_list .recommend_top .recommend_top_left {
	float: left;
}

.recommend_list .recommend_top .recommend_top_left span {
	display: block;
	font-size: 26px;
	color: #fff;
	line-height: 30px;
	float: left;
}

.recommend_list .recommend_top .recommend_top_left a {
	display: block;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	text-align: center;
	width: 85px;
	height: 28px;
	margin-left: 20px;
	line-height: 28px;
	float: left;
}

.recommend_list .recommend_top .recommend_top_left b {
	font-weight: normal;
	display: block;
	width: 100%;
	float: left;
	color: #fff;
	font-size: 16px;
	padding-top: 15px;
	text-transform: capitalize;
}

.recommend_list ul {
	margin-left: -16px;
	width: 1140px;
	margin-top: 40px;
}

.recommend_list ul li {
	text-align: center;
	padding: 15px;
	width: 237px;
	float: left;
	background: #fff;
	margin-left: 16px;
	border: 1px solid #ddd;
}

.recommend_list ul li:hover img {
	transform: scale(1.05, 1.05);
}

.recommend_list ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.recommend_list ul li .recommend_img {
	width: 240px;
	height: 240px;
	overflow: hidden;
	margin-bottom: 10px;
}

.recommend_list ul li h4 {
	font-weight: normal;
	font-size: 16px;
}

.recommend_list ul li span {
	color: #5b827d;
	font-size: 14px;
	line-height: 35px;
}
.video_list {
	width: 1216px;
	margin-left: -16px;
}

.school_list {
	width: 1224px;
	margin-left: -24px;
}

.school_list li {
	float: left;
	width: 384px;
	margin-left: 24px;
	margin-bottom: 24px;
	background: #fff;
}

.school_list li span {
	display: block;
	text-align: center;
	color: #666;
	line-height: 40px;
}

.video_list li {
	float: left;
	width: 388px;
	margin-left: 16px;
	margin-bottom: 16px;
	position: relative;
}

.video_list li span {
	display: block;
	text-align: center;
	color: #333;
	line-height: 40px;
	background: #fff;
	position: relative;
	z-index: 99;
}

.video_list li .mask {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background: url(http://shanghailima.com/static/web/css/../img/mask.png) repeat;
	transition: all 0.5s ease 0s;
}

.video_list li:hover .mask {
	opacity: 0.5;
	transition: all 0.5s ease 0s;
}

.video_list li b {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	background: url(http://shanghailima.com/static/web/css/../img/syvi.png) no-repeat center;
	background-size: cover;
	z-index: 999;
}

.video_list li .ex_news_img {
	width: 388px;
	height: 245px;
	overflow: hidden;
}

.video_list li .img_box {
	width: 388px;
	height: 245px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.school_list li .ex_news_img {
	width: 384px;
	height: 250px;
	overflow: hidden;
}

.school_list li .img_box {
	width: 384px;
	height: 250px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.video_list li,
.video_list li .img_box,
.video_list li .ex_news_img,
.school_list li,
.school_list li .img_box,
.school_list li .ex_news_img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.video_list li:hover .img_box,
.school_list li:hover .img_box {
	transform: scale(1.1, 1.1);
}

.school_list li:hover span {
	color: #575755;
}

.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(i_closed.png);
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	height: 500px;
}

.video_show iframe {
	width: 100%;
	height: 500px;
}



/*首页关于我们*/
.i_about{
	padding: 85px 0;
	overflow: hidden;
}
.about_left{
	width: 770px;
}
.about_left .title{
	padding: 8px 0 33px;
}
.about_con{
	width: 770px;
	height: 495px;
	padding: 80px 55px 0 80px;
	box-sizing: border-box;
	background: #f4f4f4;
}
.about_con img{
	margin-bottom: 35px;
}
.about_con h3{
	color: #000;
	line-height: 20px;
	font-size: 20px;
	margin-bottom: 15px;
}
.about_con p{
	line-height: 28px;
	color: #000;
}
.m_top_50{
	margin-top: 50px;
}
.more{
	display: block;
	width: 145px;
	line-height: 37px;
	background: #b2b2b2;
	text-align: center;
	color: #000;
	position: relative;
}
.more span{
	position: relative;
	z-index: 1;
	transition: auto;
}
.more:after{
	content: "";
	display: block;
	width: 0;
	height: 37px;
	background: #941e6c;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	transition: all 0.3s;
}
.more:hover{
	color: #fff;
}
.more:hover:after{
	width: 100%;
}
.about_right{
	width: 819px;
	height: 616px;
	position: absolute;
	top: 0;
	left: 770px;
	background: url(../images/about_img.jpg);
}


/*首页中潮盛*/
.i_zcs{
	width: 100%;
	height: 500px;
	background: url(../images/index_zcs.jpg) center no-repeat;
}
.i_zcs a{
	display: block;
	width: 100%;
	height: 500px;
}


.aboutcen{
	clear: both;
	margin-top: 30px;
	margin-bottom: 10px;
}
.aboutcen p{
	line-height: 30px;
	color: #747474;
	font-size: 16px;
}



.brand_top .fr{width: 420px;}
.brand_top .fr p{padding: 80px 0 0 0;}
.brand_top .fr img{padding:15px 0 20px 0;}
.map {height: 500px;clear: both;display: block;width: 1200px;border: none;}

.jobs {
	padding-bottom: 130px;
}

.jobs .search {
	background: #fff;
	padding-top: 89px;
	padding-bottom: 10%;
	margin-top: 45px;
}

.jobs .search h2 {
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
}

.jobs .search h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	margin-top: 26px;
	color: #000;
}

.jobs .search .box {
	width: 65%;
	margin: 40px auto 0;
}

.jobs .search .keywords,
.jobs .search .job,
.jobs .search .company {
	margin-right: 1%;
	background: none;
	border: 1px solid #cbcbcc;
	height: 42px;
	font-size: 12px;
	color: #999999;
	line-height: 42px;
}

.jobs .search .keywords {
	width: 26%;
	padding-left: 0.5%;
}

.jobs .search .job,
.jobs .search .company {
	width: 27%;
}

.jobs .search .submit1 {
	width: 14%;
	color: #fff;
	background: #76161b;
	border: 0;
	border: 1px solid #76161b;
	height: 42px;
}

.jobs .con {
	margin-top: 12px;
}

.jobs .con ul {
	float: none;
}

.jobs .con li {
	background: #fff;
	border: 1px solid #eee;
	float: none;
	padding: 44px 44px 16px 44px;
	margin-bottom: 8px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	cursor: pointer;
}

.jobs .con li:hover {
	box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.jobs .con .tit {
	font-size: 21px;
	line-height: 28px;
	color: #333;
	padding-bottom: 25px;
}

.jobs .con .tit span {
	font-size: 16px;
	padding-left: 10px;
	line-height: 28px;
	color: #999999;
}

.jobs .con .downup {
	width: 28px;
	height: 28px;
	background: url("http://www.ruans-group.com/static/web/css/../img/img105.jpg") no-repeat;
	background-size: 100% 100%;
}

.jobs .con .downup.z {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Safari and Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
	-moz-transform: rotate(45deg);
	transition: transform 0.5s;
}

.jobs .con .downup.b {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-webkit-transform: rotate(0deg);
	/* Safari and Chrome */
	-o-transform: rotate(0deg);
	/* Opera */
	-moz-transform: rotate(0deg);
	transition: transform 0.5s;
}

.jobs .detaile {
	padding-bottom: 30px;
	display: none; transition: all 0.0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; 
}

.jobs .detaile h3 {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	font-weight: normal;
	padding-top: 23px;
}

.jobs .detaile .p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.jobs .detaile .imm-box {
	margin-top: 48px;
}

.jobs .detaile .imm {
	display: block;
	width: 131px;
	height: 43px;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 43px;
	text-align: center;
}

.jobs .detaile .imm:hover {
	background: #76161b;
	transition: all 0.5s;
}

.jobs .table .box {
	width: 21.8%;
	float: left;
	padding-top: 17px;
	padding-bottom: 30px;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

.jobs .table .box.double {
	width: 43.6%;
}

.jobs .table .box.double span {
	width: 13.3%;
}

.jobs .table .box.double input {
	border: 0;
}

.jobs .table .box.fourfold {
	width: 87.2%;
}

.jobs .table .box.fourfold span {
	width: 6.65%;
}

.jobs .table .box.fourfold textarea {
	width: 83%;
	height: 166px;
	border: 1px solid #e5e5e5;
	padding: 8px 1%;
	font-size: 14px;
	line-height: 22px;
	float: left;
}

.jobs .table .box.fourfold i {
	width: 0.8%;
}

.jobs .table .box.veri {
	border: 0;
}

.jobs .table .box.veri input {
	width: 31.5%;
	margin-right: 3%;
}

.jobs .table .veri-img {
	width: 80px;
	height: 30px;
}

.jobs .table .box.submit {
	border: 0;
}

.jobs .table .box.submit input {
	width: 131px;
	height: 42px;
	background: #76161b;
	color: #fff;
	font-size: 14px;
}

.jobs .table .box.submit span {
	visibility: hidden;
}

.jobs .table .line {
	border-bottom: 1px solid #f3f3f3;
	clear: both;
}

.jobs .table span {
	float: left;
	width: 26.6%;
	font-size: 14px;
	line-height: 32px;
	text-align: right;
}

.jobs .table input {
	float: left;
	width: 61.5%;
	height: 30px;
	border: 1px solid #e5e5e5;
	padding-left: 2%;
	font-size: 14px;
	line-height: 30px;
}

.jobs .table i {
	float: left;
	width: 4.2%;
	color: #e83d46;
	text-align: right;
	line-height: 10px;
}

.jobs .table select {
	float: left;
	width: 63.5%;
	height: 30px;
	border: 1px solid #e5e5e5;
	padding-left: 2%;
	font-size: 14px;
	line-height: 30px;
}
.f-cb {
	zoom: 1;
}

.f-cb:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}









.p85{
	padding: 85px 0;
}
.p45{
	padding: 45px 0;
}
.menu{
	width: 100%;
	background: #f0f0f0;
}
.menu ul{
	overflow: hidden;
}
.menu ul li{
	float: left;
}
.menu ul li a{
	display: block;
	color: #000;
	padding: 0 24px;
	line-height: 55px;
}
.menu ul li a.on{
	color: #fff;
	background: url(../images/nav_li_bg.jpg) no-repeat;
	background-size: 100% 100%;
}
/*关于我们*/
.about{
	line-height: 33px;
	color: #6a6a6a
}
.about h3{
	font-size: 40px;
	line-height: 40px;
	color: #000;
	margin-bottom: 45px;
}
.about p{
	line-height: 33px;
	color: #6a6a6a;
	text-indent:30px;
}
hr{
	margin: 48px 0;
	border: 0;
	width: 100%;
	height: 1px;
	background: #959595;
}
.about_list{
	overflow: hidden;
}
.about_list li{
	float: left;
	width: 286px;
	height: 234px;
	margin-right: 18px;
	margin-bottom: 18px;
	overflow: hidden;
}
.about_list li:nth-child(4n){
	margin-right: 0;
}
.about_list li:hover img{
	transform: scale(1.1);
}



/*项目开发*/
.development{
	line-height: 25px;
}
.dev_fenghuan{
	display: block;
	margin: 0 auto;
}
.development h3{
	font-size: 28px;
	color: #000;
	margin-bottom: 25px;
	margin-top: 30px;
}
.development p{
	color: #6a6a6a;
	line-height: 25px;
}
.development ul{
	margin-top: 55px;
	overflow: hidden;
}
.development ul li{
	float: left;
	width: 587px;
	margin: 25px 25px 0 0;
}
.development ul li:nth-child(2n){
	margin-right: 0;
}
.development ul li h3{
	margin-top: 60px;
}



/*商铺置业*/
.shops{
	line-height: 33px;
}
.shops ul{ 
	margin-top: 25px;
}
.shops ul li{
	margin-bottom: 40px;
	overflow: hidden;
}
.shops_left{
	float: left;
	width: 578px;
}
.shops_right{
	float: right;
	width: 578px;
}
.p65{
	padding-top: 65px;
}
.p40{
	margin-top: 40px;
}
.shops p{
	color: #6a6a6a;
	margin-top: 15px;
}
.show_s_1{
	float: left;
	width: 200px;
	margin-right: 45px;
}
.show_s_2{
	float: left;
	width: 335px;
	margin-right: 40px;
}
.shops ul li .show_s_1 h3{
	margin-bottom: 15px;
	font-size: 20px;
	color: #e77817;
}
.show_s_3{
	float: left;
	width: 335px;
}
.shops ul li:last-child{
	margin: 0;
}


.shops_box{
	width: 100%;
	padding: 40px 0;
	background: #f2f2f2;
	border-bottom: 30px solid #fff;
}
.shops_box h3{
	line-height: 35px;
	margin-top: 35px;
	margin-bottom: 15px;
	font-size: 20px;
	color: #6a6a6a;
	font-weight: normal;
}
.shops_box ul{
	overflow: hidden;
}
.shops_box ul li{
	float: left;
	width: 363px;
	height: 267px;
	margin-right: 55px;
}
.shops_box ul li:last-child{
	margin-right: 0;
}


/*公寓*/
.apartment{
	
}


/*联系方式*/
.contact_box{
	width: 100%;
	height: 500px;
	position: relative;
	background: url(../images/con_bg.jpg) center no-repeat;
}
.contact_box h3{
	font-size: 40px;
	color: #000;
	margin-bottom: 10px;
}
.contact_box p{
	line-height: 25px;
}
.contact_box ul{
	margin-top: 100px;
	overflow: hidden;
}
.contact_box ul li{
	float: left;
	position: relative;
	padding: 0 50px;
}
.contact_box ul li:after{
	content: "";
	display: block;
	width: 1px;
	height: 90px;
	background: #dadbdb;
	position: absolute;
	right: 0;
	top: 0;
}
.contact_box ul li i{
	display: block;
	width: 46px;
	height: 46px;
	margin: 0 auto;
}
.ci1{
	background: url(../images/c_i_1.png) no-repeat;
}
.ci2{
	background: url(../images/c_i_2.png) no-repeat;
}
.ci3{
	background: url(../images/c_i_3.png) no-repeat;
}
.contact_box ul li h4{
	color: #7e7e7e;
	font-size: 16px;
	margin: 18px 0;
	text-align: center;
	font-weight: normal;
}
.contact_box ul li p{
	font-size: 22px;
	text-align: center;
}
.contact_box ul li:first-child{
	padding-left: 13px;
}
.contact_box ul li:last-child:after{
	width: 0;
}
.w80{
	width: 80px;
}



/*人才招聘*/
.personnel{
	overflow: hidden;
}
.personnel ul{
	width: 1052px;
	margin: 0 auto;
}
.personnel ul li{
	border: 1px solid #e5e5e5;
	width: 1052px;
	box-sizing: border-box;
	padding: 32px 64px;
}
.p_title{
	line-height: 45px;
	border-bottom: 1px solid #dadada;
}
.p_title b{
	color: #cb1932;
}
.p_title span{
	float: right;
}
.p_con{
	padding-top: 25px;
	line-height: 25px;
}
