﻿@charset "utf-8";

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

#bsWXBox {
	box-sizing: content-box
}

ul {
	list-style: none
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select {
	margin: 0;
	padding: 0
}

body {
	font-family: 'Microsoft YaHei',arial;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	width: 100%;
	background: #fff;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent
}

img {
	border: 0;
	max-width: 100%
}

table {
	border-collapse: collapse;
	width: 100%
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal
}

input,textarea {
	font-size: 14px;
	outline: 0;
	overflow: hidden;
	font-family: arial
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
	cursor: pointer;
	outline: 0
}

input[type='checkbox'],input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px
}

textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text'] {
	padding: 0;
	color: #666;
	outline: 0
}

input[type="submit"],input[type="reset"],input[type="button"],input[type='text'],select,button {
	-webkit-appearance: none
}

input,select,textarea {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-radius: 0
}

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999;
	opacity: 1
}

::-moz-placeholder {
	color: #999;
	opacity: 1
}

:-ms-input-placeholder {
	color: #999
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.pic {
	width: 100%;
	overflow: hidden;
	position: relative
}

.pic:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 1200px
}

@media (max-width:1600px) {
	.container {
		width: 100%;
		padding: 0 15px
	}
}

#container {
	overflow: hidden
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.phone-nav {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 60px;
	display: none;
	color: #666;
	z-index: 15
}

.phone-nav img {
	height: 22px;
	margin-top: 19px;
	display: block
}

#mmenu .lan {
	margin-top: 20px;
	margin-left: 20px
}

#mmenu .search {
	position: relative;
	margin: 10px 10px 10px 20px
}

#mmenu .search {
	background: url(../images/top_tel.png) no-repeat left top;
	background-size: 28px;
	height: 28px;
	line-height: 28px;
	padding-left: 30px;
	color: #2a2a2a;
	font-size: 14px
}

#mmenu .search i {
	font-family: Arial;
	font-size: 20px;
	color: #d80025;
	font-weight: bold;
	vertical-align: middle
}

.home-banner {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1
}

.home-banner .home-banner-slick .slick-list {
	overflow: hidden
}

.home-banner .home-banner-slick .slick-slide {
	position: relative;
	overflow: hidden
}

.home-banner .home-banner-slick .slick-slide img {
	-webkit-transition: 1s linear 2s;
	transition: 1s linear 2s;
	-webkit-animation: scaleAni 16s linear;
	animation: scaleAni 16s linear;
	text-align: center;
	margin: 0 auto
}

.home-banner .home-banner-slick .item {
	position: relative;
	text-align: center
}

.home-banner .home-banner-slick .slick-dots {
	z-index: 10;
	bottom: 9px;
	line-height: 0;
	text-align: right;
	width: 1200px;
	left: 50%;
	margin-left: -600px
}

.home-banner .home-banner-slick .slick-dots li {
	margin: 0 7px;
	padding: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%
}

.home-banner .home-banner-slick .slick-dots li button {
	width: 16px;
	height: 16px;
	padding: 0;
	display: block;
	border: 0;
	background: url(../images/btn02.png) no-repeat left top;
	border-radius: 50%
}

.home-banner .home-banner-slick .slick-dots li button:before {
	content: ""
}

.home-banner .home-banner-slick .slick-dots .slick-active button {
	background: url(../images/btn01.png) no-repeat left top
}

.home-banner .home-banner-slick .slick-dots .slick-active button:before {
	color: transparent
}

.home-banner .home-banner-slick-phone {
	display: none
}

.home-banner .home-banner-slick-phone .slick-list {
	overflow: hidden
}

.home-banner .home-banner-slick-phone .slick-slide {
	position: relative;
	overflow: hidden
}

.home-banner .home-banner-slick-phone .slick-slide img {
	-webkit-transition: 1s linear 2s;
	transition: 1s linear 2s;
	-webkit-animation: scaleAni 16s linear;
	animation: scaleAni 16s linear;
	text-align: center;
	margin: 0 auto
}

.home-banner .home-banner-slick-phone .item {
	position: relative;
	text-align: center
}

.home-banner .home-banner-slick-phone .slick-dots {
	z-index: 10;
	bottom: 12px;
	line-height: 0
}

.home-banner .home-banner-slick-phone .slick-dots li {
	margin: 0 3px;
	padding: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%
}

.home-banner .home-banner-slick-phone .slick-dots li button {
	width: 16px;
	height: 16px;
	padding: 0;
	display: block;
	border: 0;
	background: url(../images/btn02.png) no-repeat left top;
	border-radius: 50%
}

.home-banner .home-banner-slick-phone .slick-dots li button:before {
	content: ""
}

.home-banner .home-banner-slick-phone .slick-dots .slick-active button {
	background: url(../images/btn01.png) no-repeat left top
}

.home-banner .home-banner-slick-phone .slick-dots .slick-active button:before {
	color: transparent
}

.inbanner {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 2
}

.inbanner .inbanner-slick {
	overflow: hidden;
	position: relative
}

.inbanner .inbanner-slick img {
	text-align: center;
	margin: 0 auto;
	display: block;
	transition: 5s;
	animation: mymove4 5s
}

.inbanner .inbanner-slick-phone {
	display: none;
	overflow: hidden;
	position: relative
}

.inbanner .inbanner-slick-phone img {
	display: block
}

.prompt {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 999;
	filter: alpha(opacity=80);
	opacity: 80
}

.prompt span {
	position: absolute;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	top: 55%;
	left: 50%;
	margin-left: -152px;
	width: 304px;
	display: block;
	line-height: 24px;
	color: #666
}

.prompt span a {
	text-decoration: underline
}

.prompt_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url(../images/closed.png) no-repeat center center;
	cursor: pointer
}

.top {
	width: 100%;
	height: 104px;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 9
}

.logo {
	float: left;
	width: 152px;
	background: url(../images/top_shu.png) no-repeat right top
}

.top_zi {
	height: 70px;
	float: left;
	margin: 34px 0 0 0
}

.zi01 {
	color: #464646;
	font-size: 16px;
	font-weight: bold;
	width: 342px;
	height: 22px;
	line-height: 22px;
	display: block
}

.zi02 {
	color: #848484;
	font-size: 14px;
	width: 342px;
	height: 20px;
	line-height: 20px;
	display: block
}

.zi02>i {
	color: #d32727;
	font-style: normal
}

.top_side {
	float: right;
	margin-top: 16px
}

.side_01 {
	height: 34px;
	line-height: 34px;
	font-size: 12px
}

.side_01 span {
	margin-left: 10px;
	position: relative
}

.side_01 span img {
	margin-right: 2px;
	vertical-align: top;
	margin-top: 11px
}

.erweis {
	display: none;
	z-index: 999;
	position: absolute;
	top: 16px;
	left: 0;
	height: 120px;
	width: 120px
}

.side_01 span:first-child {
	margin-left: 0
}

.side_02 {
	background: url(../images/top_tel.png) no-repeat left top;
	background-size: 28px;
	height: 28px;
	line-height: 28px;
	padding-left: 30px;
	color: #2a2a2a;
	font-size: 14px
}

.side_02 i {
	font-family: Arial;
	font-size: 20px;
	color: #d80025;
	font-weight: bold;
	vertical-align: middle
}

.nav_s {
	width: 100%;
	background: url(../images/nav_bg.jpg) repeat-x left top;
	padding-top: 5px;
	height: 47px;
	position: relative;
	z-index: 3
}

.nav_s ul {
	width: 100%;
	margin: 0 auto;
	height: 42px
}

.nav_s ul li {
	width: 150px;
	height: 42px;
	float: left;
	position: relative;
	z-index: 9
}

.nav_s ul li>a {
	font-size: 15px;
	color: #949494;
	display: block;
	width: 150px;
	height: 58px;
	line-height: 42px;
	text-align: center;
	float: left;
	z-index: 99;
	position: relative
}

.nav_s ul li.gao>a {
	background: url(../images/li_bg.png) no-repeat left top;
	color: #fff
}

.nav_down {
	width: 150px;
	background: #d50010;
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 9;
	display: none;
	padding-top: 20px
}

.nav_down>a {
	height: 36px;
	float: left;
	display: block;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	width: 136px;
	overflow: hidden;
	border-top: 1px dashed #cbc8c6;
	color: #fff;
	margin-left: 7px;
	border-top: 1px solid #b30312;
	border-bottom: 1px solid #f30724
}

.nav_down>a:first-child {
	border-top: 0
}

.banner {
	width: 1920px;
	height: 499px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
	overflow: hidden
}

.banner li {
	width: 1920px;
	height: 499px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center
}

.banner li:first-child {
	z-index: 8
}

.banner div {
	width: 1200px;
	height: 16px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 9px;
	text-align: right;
	z-index: 999
}

.banner div span {
	width: 16px;
	height: 16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
	background: url(../images/btn02.png) no-repeat left top;
	margin: 0 7px
}

.banner div span.curg {
	background: url(../images/btn01.png) no-repeat left top
}

.main {
	width: 100%;
	padding: 0 0 15px 0;
	overflow: hidden;
	background: #f9f9f9
}

.more {
	width: 1200px;
	height: 36px;
	background: #f1f1f1;
	float: left;
	margin-top: 10px
}

.more a {
	color: #d50010;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	width: 1200px;
	height: 36px;
	display: block;
	overflow: hidden
}

.new_bot {
	padding-top: 23px
}

.n_not_left {
	width: 48.334%;
	float: left
}

.n_not_left ul li {
	overflow: hidden;
	background: url(../images/i_new.jpg) no-repeat 70px top;
	padding: 11px 0;
	position: relative
}

.n_not_left ul li span {
	width: 70px;
	height: 90px;
	display: block;
	font-size: 50px;
	line-height: 90px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0
}

.n_not_left ul li div {
	height: 90px;
	display: block;
	margin-right: 14px;
	padding-left: 80px
}

.n_not_left ul li div>a {
	color: #333;
	font-weight: bold;
	width: 466px;
	height: 30px;
	display: block;
	font-size: 14px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(../images/ico_01.jpg) no-repeat left 11px;
	padding-left: 10px
}

.n_not_left ul li div i {
	font-family: Arial;
	height: 20px;
	line-height: 20px;
	display: block;
	overflow: hidden;
	font-style: normal
}

.n_not_left ul li div p {
	line-height: 17px;
	font-size: 12px;
	height: 34px;
	overflow: hidden;
	display: block
}

.n_not_right {
	width: 46.75%;
	height: 328px;
	float: right
}

.n_not_right .pic {
	height: 234px;
	display: inline-block;
	text-align: center;
	overflow: hidden
}

.n_not_right .text {
	line-height: 30px;
	display: block;
	overflow: hidden
}

.n_not_right .text h3 {
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
    padding-right:80px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	margin: 9px 0 12px 0
}

.n_not_right .text h3 em {
	font-size: 14px;
	height: 30px;
	font-weight: normal;
	line-height: 30px;
	display: block;
	overflow: hidden;
	float: left;
	font-style: normal;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	color: #666
}

.n_not_right p {
	line-height: 18px;
	height: 36px;
	font-size: 12px;
	display: block;
	overflow: hidden
}

.type {
	padding-top: 20px
}

.type ul {
	margin-top: 20px;
	margin: 0 -8px
}

.type ul li {
	width: 16.666666666666668%;
	margin-bottom: 16px;
	float: left;
	padding: 0 8px
}

.type ul li a {
	border: 1px solid #e2e2e2;
	background: #fff;
	display: block;
	text-align: center;
	overflow: hidden
}

.type ul li a .pic img {
	transition: .5s
}

.type ul li a .pic:after {
	padding-bottom: 96.21621621621622%
}

.type ul li span {
	height: 75px;
	display: block;
	border-top: 1px solid #e2e2e2;
	padding: 6px 10px 0 10px
}

.type ul li span b {
	font-weight: normal;
	font-size: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.type ul li span b {
	color: #333;
	line-height: 20px;
	height: 20px;
	display: block;
	overflow: hidden;
	font-family: Arial
}

.type ul li span em {
	line-height: 20px;
	height: 20px;
	color: #d8d8d8;
	display: block;
	overflow: hidden;
	font-style: normal
}

.type ul li span i {
	font-style: normal;
	color: #e90000;
	height: 26px;
	line-height: 26px;
	display: block;
	overflow: hidden;
	font-size: 14px
}

.type ul li p {
	line-height: 18px;
	height: 72px;
	padding: 1px 10px 2px 10px;
	display: block;
	overflow: hidden
}

.about_bot {
	overflow: hidden;
	background: #fff;
	margin-top: 23px
}

.in_ab_left {
	width: 64%;
	float: left;
	overflow: hidden
}

.in_ab_left p {
	font-size: 14px;
	line-height: 28px
}

.in_ab_left p.zi {
	font-size: 20px;
	font-weight: bold;
	color: #1b1b1b;
	line-height: 30px;
	margin-top: 49px;
	margin-bottom: 30px
}

.in_ab_left p.zi>a {
	font-size: 20px;
	font-weight: bold;
	color: #1b1b1b;
	line-height: 30px;
	width: 470px;
	display: block;
	overflow: hidden;
	height: 30px
}

.in_ab_right {
	width: 36%;
	float: right
}

.meiti {
	border: 1px solid #ededed;
	border-bottom: 0;
	overflow: hidden
}

.meiti ul li {
	width: 33.333333333333336%;
	float: left;
	padding: 5px 7px
}

.meiti ul li a {
	display: block;
	text-align: center;
	overflow: hidden
}

.meiti ul li a .pic:after {
	padding-bottom: 70.96774193548387%
}

.meiti ul li a i {
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.report {
	background: #d50010;
	width: 100%;
	padding: 30px 0;
	overflow: hidden
}

.report h3 {
	line-height: 22px;
	color: #fff;
	text-align: center;
	font-size: 20px
}

.report p {
	line-height: 22px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: Arial
}

.midd_e {
	width: 100%;
	background: url(../images/mindd_bg.jpg) repeat-x left 50px;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 15px
}

.me_top {
	height: 50px
}

.me_top span {
	height: 52px;
	display: block;
	overflow: hidden;
	float: left
}

.me_top span em {
	color: #333;
	font-size: 24px;
	font-style: normal;
	display: inline-block;
	border-bottom: 2px solid #919191;
	line-height: 48px
}

.me_top span i {
	font-family: Arial;
	font-size: 19px;
	color: #666;
	font-style: normal;
	background: url(../images/dian.jpg) no-repeat left 24px;
	display: inline-block;
	padding-left: 14px;
	margin-left: 12px;
	line-height: 50px;
	text-transform: uppercase
}

.me_top p {
	height: 50px;
	line-height: 50px;
	display: block;
	float: right;
	text-align: center;
	overflow: hidden
}

.me_top p a {
	font-size: 14px;
	color: #d50010;
	height: 50px;
	line-height: 50px;
	width: 60px;
	display: block;
	overflow: hidden
}

.me_bot {
	width: 80.834%;
	float: left
}

.me_bot ul {
	overflow: hidden;
	margin-top: 10px;
	border-right: 1px dashed #7a7a7a;
	padding: 0 14px
}

.me_bot ul li {
	width: 20%;
	float: left;
	padding: 0 12px;
	margin-top: 9px;
	margin-bottom: 10px
}

.me_bot ul li a {
	display: block;
	text-align: center;
	overflow: hidden
}

.me_bot ul li a .pic:after {
	padding-bottom: 62.5%
}

.me_bot ul li a i {
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.erwei {
	width: 17%;
	float: right;
	margin-top: 14px
}

.erwei span {
	width: 130px;
	height: 178px;
	display: block;
	background: #cc000b;
	padding: 10px 5px 0 5px;
	margin-left: 30px
}

.erwei span i {
	color: #fff;
	text-align: center;
	line-height: 20px;
	display: block;
	width: 120px;
	height: 40px;
	font-style: normal;
	margin-bottom: 6px
}

.erwei span em {
	width: 120px;
	height: 120px;
	display: block;
	background: #fff
}

.wei {
	background: url(../images/f_tel.jpg) no-repeat left 2px;
	height: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #d50010;
	line-height: 30px;
	padding-left: 26px;
	margin-bottom: 10px
}

.foot {
	width: 100%;
	background: url(../images/foot_bg.jpg) no-repeat center top #000;
	min-height: 58px;
	padding-top: 16px;
	padding-bottom: 8px
}

.footer {
	width: 100%;
	color: #525252;
	font-size: 14px
}

.footer p {
	line-height: 30px
}

.footer p i {
	font-family: Arial;
	font-style: normal
}

.bot_r {
	position: relative
}

.bot_r .bot_i {
	width: 159px;
	height: 24px;
	padding-left: 5px;
	line-height: 24px;
	border: 1px solid #434343;
	cursor: pointer;
	background: url(../images/index_03.jpg) no-repeat top right #000
}

.bot_r .bot_s {
	display: none;
	width: 164px;
	overflow: hidden;
	background-color: #363636;
	border: 1px solid #434343;
	position: absolute;
	bottom: 26px;
	left: 0
}

.bot_r .bot_s a {
	display: block;
	width: 164px;
	height: 24px;
	padding-left: 5px;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	overflow: hidden
}

.ny_ban {
	width: 1920px;
	height: 382px;
	left: 50%;
	margin-left: -960px;
	position: relative;
	overflow: hidden
}

.ny_con {
	background: url(../images/c_bg.jpg) repeat-x left top #f9f9f9;
	padding: 34px 0 80px 0;
	margin: 0 auto
}

.ny_left {
	width: 209px;
	float: left
}

.ny_nav span {
	height: 107px;
	background: url(../images/ny_span.jpg) no-repeat left top;
	display: block;
	padding-top: 20px
}

.ny_nav span i {
	font-style: normal;
	font-size: 30px;
	color: #fff;
	line-height: 36px;
	width: 209px;
	height: 36px;
	display: block;
	overflow: hidden;
	text-align: center
}

.ny_nav span em {
	font-style: normal;
	font-family: Arial;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	width: 209px;
	height: 24px;
	display: block;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase
}

.ny_nav ul li {
	margin-top: 1px;
	background: url(../images/ny_nav.jpg) no-repeat left top
}

.ny_nav ul li>a {
	color: #505050;
	font-size: 14px;
	height: 45px;
	display: block;
	line-height: 45px;
	padding-left: 28px;
	overflow: hidden
}

.ny_nav ul li.cur>a {
	background: url(../images/ny_hover.jpg) no-repeat left top;
	color: #ff1300;
	font-weight: bold
}

.subnav {
	overflow: hidden;
	display: none
}

.ny_nav ul li.cur>div {
	display: block
}

.subnav p {
	display: block;
	overflow: hidden;
	padding-left: 15px;
	background: #ecebeb
}

.subnav p>a {
	height: 36px;
	line-height: 36px;
	display: block;
	padding-left: 13px;
	font-size: 14px;
	background: url(../images/sub.jpg) no-repeat left 17px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 5px
}

.subnav p.erji a {
	background: url(../images/nav.jpg) no-repeat left 17px;
	color: #d32113;
	font-weight: bold
}

.ny_contact {
	margin-top: 20px
}

.ny_contact span {
	height: 130px;
	display: block
}

.ny_contact span a {
	height: 130px;
	display: block;
	text-align: center;
	overflow: hidden
}

.ny_contact span a img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle
}

.ny_contact span a i {
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.ny_contact div {
	padding-bottom: 10px;
	background: #e0e0e0;
	display: block;
	text-align: center;
	padding-top: 10px
}

.ny_contact div i {
	font-family: Arial;
	color: #909090;
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
	height: 16px;
	line-height: 16px;
	display: block;
	overflow: hidden
}

.ny_contact div em {
	color: #ce1d0f;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
	display: block;
	overflow: hidden
}

.ny_contact div b {
	font-family: Arial;
	color: #000;
	font-size: 20px;
	font-style: normal;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden
}

.ny_right {
	width: 79%;
	float: right
}

.location {
	overflow: hidden;
	border-bottom: 1px solid #ececec
}

.location h2 {
	background: url(../images/loaction.jpg) no-repeat left center;
	height: 36px;
	display: block;
	padding-left: 38px;
	color: #ff0013;
	line-height: 36px;
	overflow: hidden;
	font-size: 20px;
	font-weight: normal;
	float: left
}

.location span {
	padding: 2px 0;
	float: right;
	display: block;
	overflow: hidden;
	color: #979797
}

.location span>img {
	padding-right: 4px
}

.location span a {
	color: #979797
}

.location span em {
	color: #d50010;
	font-style: normal
}

.ny_about {
	font-size: 14px;
	line-height: 30px
}

.about_01 {
	padding-top: 18px
}

.about_01>p {
	line-height: 30px;
	font-size: 14px;
	padding-bottom: 30px
}

.about_01 div {
	padding: 12px 0 46px 0;
	overflow: hidden
}

.about_zi {
	width: 488px;
	height: 299px;
	display: block;
	float: left
}

.about_zi i {
	width: 488px;
	height: 66px;
	padding-top: 64px;
	line-height: 66px;
	display: block;
	overflow: hidden;
	color: #333;
	font-size: 30px;
	font-style: normal;
	background: url(../images/ab_pro.jpg) no-repeat 180px 34px;
	border-bottom: 1px solid #dedddd;
	text-align: center
}

.about_zi p {
	line-height: 24px;
	text-align: center;
	padding-top: 26px;
	font-size: 14px
}

.about_zi a {
	width: 191px;
	height: 31px;
	display: block;
	overflow: hidden;
	line-height: 31px;
	background: #eee;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 18px;
	margin-left: 158px
}

.about_img {
	width: 434px;
	height: 291px;
	background: url(../images/about_21.jpg) no-repeat left top;
	padding: 9px 8px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	float: right
}

.about_img img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle
}

.about_img i {
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.about_02 span {
	color: #fff;
	font-weight: bold;
	background: #d50010;
	display: inline-block;
	line-height: 36px;
	padding: 0 22px;
	font-size: 14px;
	margin-bottom: 13px
}

.about_02 div {
	display: block;
	background: url(../images/xian01.jpg) repeat-y 9px top
}

.about_02 div p:first-child {
	background: url(../images/dian01.jpg) no-repeat 6px top
}

.about_02 div p {
	line-height: 24px;
	padding-bottom: 23px;
	font-size: 14px;
	background: url(../images/dian02_.jpg) no-repeat 6px 3px;
	padding-left: 26px
}

.culturte>.span {
	margin: 82px 0 0 104px;
	width: 730px;
	height: 296px;
	display: block;
	text-align: center;
	overflow: hidden;
	position: relative
}

.culturte>.span:after {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #969696;
	width: 12px;
	height: 12px;
	border-left: 0;
	border-bottom: 0;
	content: '';
	display: block;
	z-index: 4
}

.culturte>.span:before {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #969696;
	width: 12px;
	height: 12px;
	border-right: 0;
	border-bottom: 0;
	content: '';
	display: block;
	z-index: 4
}

.culturte>.span .img1 {
	padding: 13px;
	border: 1px solid #e9e9e9
}

.culturte>.span .img1:after {
	position: absolute;
	bottom: 0;
	right: 0;
	border: 1px solid #969696;
	width: 12px;
	height: 12px;
	border-left: 0;
	border-top: 0;
	content: '';
	display: block;
	z-index: 4
}

.culturte>.span .img1:before {
	position: absolute;
	bottom: 0;
	left: 0;
	border: 1px solid #969696;
	width: 12px;
	height: 12px;
	border-right: 0;
	border-top: 0;
	content: '';
	display: block;
	z-index: 4
}

.culturte>span img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle
}

.culturte>span i {
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.img {
	background: url(../images/wenhua_03.jpg) no-repeat 107px 44px;
	overflow: hidden;
	margin-top: 42px
}

.img ul {
	margin-left: 72px
}

.img ul li {
	width: 121px;
	height: 122px;
	border: 1px solid #f0f0f0;
	margin: 0 33px;
	float: left;
	display: inline-block;
	text-align: center;
	overflow: hidden
}

.img ul li img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle
}

.img ul li i {
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.img div {
	width: 800px;
	border: 1px solid #dad9d9;
	padding: 9px;
	display: inline-block;
	margin-left: 58px;
	margin-top: 76px
}

.img div>span {
	min-height: 56px;
	width: 100%;
	display: block;
	background: #eee;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 45px
}

.img div>span em {
	font-weight: bold;
	font-style: normal;
	color: #d50010;
	font-size: 16px
}

.comtact_top {
	background: url(../images/mess.jpg) no-repeat left top;
	padding-left: 196px;
	padding-top: 18px;
	padding-bottom: 34px;
	border-bottom: 1px dashed #cac8c8;
	margin-top: 22px
}

.comtact_top span {
	font-weight: bold;
	color: #3c3c3c;
	font-size: 18px;
	line-height: 30px
}

.comtact_top p {
	color: #8d8c8c;
	font-size: 14px;
	line-height: 26px
}

.comtact_center {
	background: url(../images/contact_07.jpg) no-repeat 496px 45px;
	padding-top: 45px;
	padding-left: 57px
}

.comtact_center p {
	line-height: 24px;
	padding-bottom: 17px;
	font-size: 14px
}

.comtact_center p img {
	padding-right: 9px
}

.comtact_bot {
	background: url(../images/weixin.jpg) no-repeat center top;
	padding-top: 59px;
	margin-top: 40px;
	padding-bottom: 40px
}

.comtact_bot>span {
	width: 201px;
	height: 202px;
	background: #fff;
	margin: 0 0 0 324px;
	display: inline-block;
	text-align: center;
	overflow: hidden
}

.comtact_bot>span img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle
}

.comtact_bot>span i {
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.contact_center {
	background: url(../images/online_bg.jpg) no-repeat left 54px;
	margin-top: 34px;
	margin-bottom: 20px
}

.contact_center span {
	font-family: Arial;
	font-size: 36px;
	color: #585858;
	text-transform: uppercase;
	line-height: 38px;
	display: block;
	text-align: center
}

.contact_center i {
	font-size: 24px;
	color: #a1a1a1;
	font-style: normal;
	line-height: 24px;
	display: block;
	text-align: center;
	margin-bottom: 6px
}

.contact_center em {
	font-size: 24px;
	color: #585858;
	font-style: normal;
	line-height: 24px
}

.contact_center p {
	color: #a09f9f;
	text-align: center
}

.feed {
	width: 90px;
	height: 60px;
	float: left;
	margin-top: 117px;
	margin-left: 126px
}

.feed span {
	width: 90px;
	height: 20px;
	line-height: 20px;
	color: #727272;
	font-size: 18px;
	display: block;
	text-align: center
}

.feed p {
	color: #c2c1c1;
	font-family: Arial;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	width: 90px
}

.liuyan {
	overflow: hidden;
	padding-left: 123px;
	background: url(../images/feedback_bg.jpg) no-repeat left 77px;
	margin-left: 10px
}

.liuyan li {
	border: 1px solid #ddd;
	padding: 0 0 0 40px;
	margin-bottom: 14px;
	display: inline-block
}

.liuyan ul {
	width: 500px;
	overflow: hidden
}

.liuyan li:first-child {
	border: 0;
	padding: 0
}

.liuyan span {
	color: #e0000a;
	padding: 0 5px
}

.liuyan li textarea {
	height: 115px;
	width: 410px;
	padding: 0 5px;
	line-height: 24px;
	border: 1px solid #fff;
	font-size: 14px;
	color: #a9a9a9;
	overflow: auto
}

.liuyan img {
	padding-left: 10px;
	float: left
}

.liuyan a {
	height: 44px;
	display: inline-block;
	line-height: 44px;
	color: #7697c4;
	text-decoration: underline;
	padding: 0 10px;
	float: left
}

li.li_01 {
	font-size: 13px;
	line-height: 40px
}

li.li_02 {
	background: url(../images/feed_01.jpg) no-repeat 10px 11px #fff
}

li.li_03 {
	background: url(../images/feed_02.jpg) no-repeat 10px 12px #fff
}

li.li_04 {
	background: url(../images/feed_03.jpg) no-repeat 10px 16px #fff
}

li.li_05 {
	background: url(../images/feed_04.jpg) no-repeat 10px 13px #fff
}

li.li_06 {
	background: url(../images/feed_05.jpg) no-repeat left top;
	height: 46px;
	border: 0
}

li.li_06 p {
	width: 142px;
	height: 44px;
	float: left;
	border: 1px solid #ddd;
	display: inline-block;
	padding-left: 40px;
	margin-left: -40px;
	overflow: hidden
}

li.li_07 {
	padding: 0
}

li.li_08 {
	border: 0;
	margin-top: 10px;
	padding: 0
}

.text_01,.text_02,.text_03,.text_04,.text_05 {
	height: 44px;
	line-height: 44px;
	border: 1px solid #fff;
	padding: 0 5px;
	color: #a9a9a9;
	font-size: 14px;
	background: #fff
}

.text_01 {
	width: 240px
}

.text_02 {
	width: 240px
}

.text_03 {
	width: 370px
}

.text_04 {
	width: 370px
}

.text_05 {
	width: 130px;
	float: left;
	*margin-left: 40px
}

.but_01,.but_02 {
	width: 111px;
	height: 38px;
	display: block;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	margin-left: 34px;
	border: 0;
	font-size: 14px;
	color: #fff;
	background: #c2c1bf;
	font-weight: bold;
	margin-top: 8px
}

.map {
	font-size: 12px;
	padding-top: 10px
}

.ditu {
	background: #f9f9f9;
	background-size: cover;
	margin: 77px auto 0 auto;
	position: relative
}

.ditu:after {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #969696;
	width: 12px;
	height: 12px;
	border-left: 0;
	border-bottom: 0;
	content: '';
	display: block;
	z-index: 4
}

.ditu:before {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #969696;
	width: 12px;
	height: 12px;
	border-right: 0;
	border-bottom: 0;
	content: '';
	display: block;
	z-index: 4
}

.ditu .map {
	padding: 13px;
	border: 1px solid #e9e9e9
}

.ditu .map:after {
	position: absolute;
	bottom: 0;
	right: 0;
	border: 1px solid #969696;
	width: 12px;
	height: 12px;
	border-left: 0;
	border-top: 0;
	content: '';
	display: block;
	z-index: 4
}

.ditu .map:before {
	position: absolute;
	bottom: 0;
	left: 0;
	border: 1px solid #969696;
	width: 12px;
	height: 12px;
	border-right: 0;
	border-top: 0;
	content: '';
	display: block;
	z-index: 4
}

.lease ul {
	padding-bottom: 95px;
	overflow: hidden
}

.lease ul li {
	width: 25%;
	padding: 0 6px;
	float: left;
	margin: 32px 0 6px 0
}

.lease ul li a {
	background: #fff;
	display: block;
	padding: 5px 5px 14px 5px;
	border: 1px solid #e1e1e1;
	box-shadow: 3px 3px 0 #e7e7e7
}

.lease ul li .pic {
	background: #fff
}

.lease ul li p {
	display: block;
	margin: 0 -5px 0 -5px;
	border-top: 1px solid #f3f3f3;
	padding: 18px 5px 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.lease ul li p {
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	text-align: center
}

.pages {
	text-align: center
}

.pages a {
	line-height: 23px;
	height: 25px;
	padding: 0 8px;
	display: inline-block;
	border: 1px solid #c6c6c6;
	margin: 0 5px 5px
}

.pages a.cpb {
	color: #fff;
	border: 1px solid #d50010;
	background: #d50010
}

.shebei {
	padding: 36px 0 76px 0
}

.shebei h1 {
	font-weight: bold;
	color: #f61b1b;
	font-size: 24px;
	line-height: 40px;
	display: block;
	text-align: center;
	padding-bottom: 6px
}

.she {
	float: left;
	width: 45%
}

.she .slick-prev:before,.she .slick-next:before {
	display: none
}

.she .pro-max {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	background: #fff;
	cursor: pointer;
	border: 1px solid #ccc
}


@media (max-width:768px) {
    .she .pro-max .slick-next:before{ border-top:2px #666 solid; border-right:2px #666 solid; transform:rotate(45deg) translate(-3px, 3px) } 

    .she .pro-max .slick-prev, .she .pro-max .slick-next{ width:30px; height:60px; border:1px #f1f1f1 solid; background:#f1f1f1; float:left; cursor:pointer; position:absolute; z-index:999; margin-top:-30px; }

    .she .pro-max .slick-prev:before, .she .pro-max .slick-next:before{ content:""; display:block; width:16px; height:16px; opacity:1; margin:auto }

    .she .pro-max .slick-prev{ left:0 }

    .she .pro-max .slick-prev:before{ border-top:2px #666 solid; border-left:2px #666 solid; transform:rotate(-45deg) translate(3px, 3px) }

    .she .pro-max .slick-next{ right:0 }
}




.she .pro-min {
	margin-top: 20px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.she .pro-min .getIndex .item {
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #ccc;
	background: #fff;
	cursor: pointer
}

.she .pro-min .slick-current .item {
	border: 1px solid #d32113
}

@media (max-width:767px) {
    .she .pro-min {
        display:none !important;
    }
}

.bei {
	width: 53%;
	float: right
}

.bei .bt {
	font-size: 18px;
	color: #333;
	margin-top: 1px;
	line-height: 26px;
	font-weight: 700
}

.bei .span {
	font-size: 14px;
	color: #ff4b4b;
	font-weight: 400;
	line-height: 25px
}

.bei .singlePrice {
	font-size: 16px;
	margin-top: 8px;
	background-color: #f5f5f5;
	padding-right: 10px;
	line-height: 40px;
	padding-left: 22px
}

.bei .singlePrice dl {
	font-size: 16px;
	float: left;
	width: 100%;
	line-height: 40px;
	height: 41px;
	border-bottom: 1px solid #eee
}

.bei .singlePrice dl dt.title {
	min-width: 50px;
	width: auto;
	margin-right: 26px;
	text-align: left;
	font-size: 12px;
	color: #666;
	float: left
}

.bei .singlePrice dl dt.title .tip_desc {
	width: 12px;
	height: 12px;
	background: url(../images/spirit_index_new.png) -135px -210px no-repeat;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 6px;
	top: -2px;
	cursor: pointer
}

.bei .singlePrice dl dt.title .tip_desc .tipTag {
	position: absolute;
	padding: 13px 17px 13px 16px;
	cursor: text;
	font-size: 12px;
	color: #666;
	display: none;
	box-shadow: 0 0 15px #dfdfdf;
	bottom: 23px;
	left: -75px;
	width: 299px;
	z-index: 100;
	background-color: #fff;
	border: 1px solid #ccc;
	line-height: 18px;
	text-align: left
}

.bei .singlePrice dl dt.title .tip_desc .tipTag .arrow,.bei .singlePrice dl dt.title .tip_desc .tipTag .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.bei .singlePrice dl dt.title .tip_desc .tipTag .arrow {
	left: 27%;
	margin-left: -11px;
	border-top-color: #ccc;
	bottom: -23px;
	border-width: 11px
}

.bei .singlePrice dl dt.title .tip_desc .tipTag .arrow:after {
	content: " ";
	bottom: -9px;
	margin-left: -11px;
	border-top-color: #fff;
	border-width: 11px
}

.bei .singlePrice dl dt.title .tip_desc:hover .tipTag {
	display: block
}

.bei .singlePrice dl dd {
	float: left;
	color: #333;
	font-size: 12px
}

.bei .singlePrice dl dd .price {
	color: #ff4b4b;
	float: left;
	height: 100%;
	font-size: 14px
}

.bei .singlePrice dl dd .num {
	font-size: 24px;
	margin-right: 3px;
	margin-left: 1px;
	font-weight: 700
}

.bei .singlePrice dl dd .bt {
	display: inline-block;
	font-size: 12px;
	border-radius: 3px;
	padding: 1px 3px;
	height: 16px;
	line-height: 12px;
	background-color: #ff4b4b;
	color: #fff;
	float: left;
	margin-top: 13px;
	margin-left: 14px
}

.bei .selectConfiguration_rentalType {
	margin-top: 12px;
	padding-left: 22px;
	position: relative
}

.bei .selectConfiguration_rentalType dt {
	width: 63px;
	font-size: 12px;
	color: #666;
	line-height: 34px;
	float: left;
	position: absolute;
	top: 0;
	left: 0
}

.bei .selectConfiguration_rentalType dd {
	padding-left: 63px
}
.bei .selectConfiguration_rentalType dd .user-sex1{ display:none;}
.bei .selectConfiguration_rentalType dd .user-sex1 .sex1{
margin-bottom:5px;
float:none;
}
.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .sex-woman1{
padding: 7px 10px;
display:block;
cursor: pointer;
}
/*.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .sex-woman1 {
	min-height: 34px;
	margin-bottom: 5px;
	border: 2px solid #ff4b4b;
	cursor: pointer;
	position: relative;
	line-height: normal;
	padding: 7px 10px
}*/
.bei .selectConfiguration_rentalType dd .user-sex1 .sex1.block .priceTypeTips {
display:block;
}
.bei .selectConfiguration_rentalType dd .user-sex1 .sex1.block .descbox {
display:block;
}
.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .tagBox {
	display: inline-block;
	text-align: left;
	margin-right: 0;
	background-color: #ffe8e8;
	color: #ff4b4b;
	font-size: 12px;
	border-radius: 3px;
	padding: 4px;
	line-height: 12px;
	vertical-align: middle
}

.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .rentalMonthMoney {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	margin-left: 15px;
	line-height: 14px;
	height: 14px
}

.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .rentalMonthMoney span {
	display: inline-block;
	height: 14px
}

.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .rentalMonthMoney .numTitle {
	margin-left: 15px;
	color: #ff4b4b
}

.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .priceTypeTips {
	color: #d50010;
	font-size: 12px;
	padding-left: 71px;
	margin-top: 12px;
display:none;
}

.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .descbox {
	border-top: 1px dashed #dfdfdf;
	margin-top: 12px;
	padding-top: 11px;
	padding-bottom: 5px;
	padding-left: 71px;
	color: #999;
	font-size: 12px;
display:none;
}
.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .sex-woman1 p:nth-child(1){
display: inline-block;
text-align: left;
margin-right: 0;
background-color: #ffe8e8;
color: #ff4b4b;
font-size: 12px;
border-radius: 3px;
padding: 4px;
line-height: 12px;
vertical-align: middle
}
.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .sex-woman1 p:nth-child(2){
display: inline-block;
vertical-align: middle;
text-align: left;
font-size: 14px;
margin-left: 15px;
line-height: 14px;
height: 14px
}
.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .sex-woman1 p:nth-child(2) span {
display: inline-block;
height: 14px
}
.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .sex-woman1 p:nth-child(2) .numTitle {
margin-left: 15px;
color: #ff4b4b
}
.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .sex-woman1 p:nth-child(3){
 display: inline-block;
 vertical-align: middle;
 text-align: left;
 font-size: 14px;
 margin-left: 15px;
 line-height: 14px;
 height: 14px
 }
.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .sex-woman1 p:nth-child(3) span {
display: inline-block;
height: 14px
}
.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .sex-woman1 p:nth-child(3) .numTitle {
margin-left: 15px;
color: #ff4b4b
}

.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .sex-woman1 p:nth-child(4) {
color: #d50010;
font-size: 12px;
padding-left: 71px;
margin-top: 12px;
display:none;
}

.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .sex-woman1 p:nth-child(5) {
border-top: 1px dashed #dfdfdf;
margin-top: 12px;
padding-top: 11px;
padding-bottom: 5px;
padding-left: 71px;
color: #999;
font-size: 12px;
display:none;
}

.bei .selectConfiguration_rentalType dd .user-sex1 .sex1.block p:nth-child(4) {
display:block;
}
.bei .selectConfiguration_rentalType dd .user-sex1 .sex1.block p:nth-child(5) {
display:block;
}
.bei .selectConfiguration_rentalType dd .user-sex1 .sex1 .tipTag {
	z-index: 100;
	width: 190px;
	background-color: #fff;
	border: 1px solid #ccc;
	position: absolute;
	padding: 13px 17px 13px 16px;
	cursor: text;
	font-size: 12px;
	color: #666;
	display: none;
	line-height: 18px;
	-moz-box-shadow: 0 0 8px #dfdfdf;
	-webkit-box-shadow: 0 0 8px #dfdfdf;
	box-shadow: 0 0 15px #dfdfdf;
	text-align: left
}

.bei .selectConfiguration_rentalType dd .count {
	background-color: #fff
}

.bei .selectConfiguration_rentalType dd .count .add,.bei .selectConfiguration_rentalType dd .count input,.bei .selectConfiguration_rentalType dd .count .reduce {
	float: left;
	position: relative
}

.bei .selectConfiguration_rentalType dd .count .add,.bei .selectConfiguration_rentalType dd .count .reduce {
	width: 30px;
	margin-right: 5px;
	height: 32px;
	line-height: 30px;
	background-color: #f5f5f5;
	border: 1px solid #dfdfdf;
	text-align: center;
	color: #444
}

.bei .selectConfiguration_rentalType dd .count input {
	width: 60px;
	height: 32px;
	line-height: 30px;
	margin-right: 5px;
	border: 1px solid #dfdfdf;
	color: #343434;
	text-align: center;
	background-color: #fff
}

.bei .selectConfiguration_rentalType dd .deposit_value_equipment {
	color: #333;
	line-height: 34px
}

.bei .selectConfiguration_rentalType dd .firstRentalMoney {
	color: #ff4b4b;
	font-size: 14px;
	line-height: 34px
}

.bei .selectConfiguration_rentalType dd .firstRentalMoney .priceVal {
	font-size: 18px;
	font-weight: 700
}

.bei .btn {
	margin-top: 22px
}

.bei .btn .btn01 {
	float: left;
	width: 140px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #ff4b4b;
	cursor: pointer;
	margin-right: 17px
}

.bei .btn .btn01 a {
	color: #fff!important;
	background-color: #ff4b4b!important;
	display: block
}

.bei .btn .btn01 a:hover {
	background: #c7131e
}

.bei .btn .btn02 {
	float: left;
	padding-top: 8px
}

.sex {
	height: 34px;
	display: block;
	position: relative;
	float: left;
    margin-bottom:3px;
	margin-right: 10px
}
.sex1 {
display: block;
position: relative;
float: left;
margin-bottom:3px;
margin-right: 10px
}
.sex-woman {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 30px;
	color: #999;
	background: #fff;
	cursor: pointer;
	text-align: center;
	border: 2px solid #dfdfdf;
	overflow: hidden;
	padding-left: 33px;
	padding-right: 7px
}

.sex-woman .pic {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0
}

.icheckbox_sm-blue,.radio_sm-blue {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 100%;
	height: 100%;
	line-height: 30px;
	color: #999;
	cursor: pointer;
	text-align: center;
	border: 2px solid #dfdfdf;
	padding-left: 3px;
	padding-right: 7px;
	z-index: 2
}

.icheckbox_sm-blue.checked,.radio_sm-blue.checked {
	background: #fff;
	background: url(../images/icon-right.png) no-repeat right bottom;
	border: 2px solid #ff4b4b;
	color: #333;
	padding-right: 10px
}

.icheckbox_sm-blue.disabled,.radio_sm-blue.disabled {
	opacity: .6;
	cursor: default
}

.bei p {
	line-height: 24px
}

.lease_01 {
	padding-bottom: 60px;
	overflow: hidden
}

.info span {
	line-height: 33px;
	display: block;
	border-bottom: 1px solid #c1c1c1
}

.info span i {
	background: #d50010;
	line-height: 33px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	padding: 0 55px
}

.info div {
	padding: 8px 0 16px 10px
}

.info div p {
	line-height: 32px
}

.info div p img {
	padding: 6px 0
}

.fy {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	height: 29px
}

.fy span {
	width: 50%;
	padding: 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 29px;
	display: block;
	overflow: hidden;
	font-size: 14px
}

.fy span i {
	height: 29px;
	line-height: 29px;
	font-style: normal;
	color: #000
}

.fy span a {
	height: 29px;
	line-height: 29px;
	overflow: hidden
}

.return {
	height: 29px;
	margin-top: 32px
}

.return a {
	width: 94px;
	height: 29px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	background: url(../images/return.jpg) no-repeat left top;
	display: block;
	overflow: hidden;
	float: right
}

.new {
	overflow: hidden
}

.new ul {
	margin: 0 auto;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 58px
}

.new ul li {
	padding: 16px 0;
	border-bottom: 1px dashed #c8b9a9
}

.new ul li>a {
	position: relative;
	display: block;
	overflow: hidden;
	padding-left: 224px
}

.new ul li>a .pic {
	width: 199px;
	position: absolute;
	top: 0;
	left: 0
}

.new ul li>a .pic:after {
	padding-bottom: 53.26633165829145%
}

.new ul li .text h3 {
	height: 26px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(../images/news_08.png) no-repeat left 11px;
	padding-left: 10px
}

.new ul li .text h3 {
	font-size: 14px;
	font-weight: bold;
	color: #d50010;
	height: 26px;
	line-height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.new ul li .text h3>i {
	width: 80px;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	overflow: hidden;
	font-style: normal;
	font-size: 12px;
	color: #666;
	font-weight: normal
}

.new ul li .text p {
	height: 48px;
	line-height: 24px;
	display: block;
	overflow: hidden;
	color: #6b6b6b;
	font-size: 12px
}

.new ul li .text>span {
	width: 77px;
	height: 23px;
	display: block;
	overflow: hidden;
	background: #e4e4e4;
	line-height: 23px;
	text-align: center;
	margin-top: 9px;
	font-size: 12px
}

.new_show {
	overflow: hidden
}

.ns_top {
	overflow: hidden;
	padding-bottom: 30px
}

.ns_top h1 {
	font-size: 20px;
	color: #d50010;
	line-height: 26px;
	font-weight: normal;
	text-align: center;
	padding-top: 20px
}

.ns_top .span {
	color: #8d8d8d;
	line-height: 29px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	margin: 20px 0 18px 0
}

.ns_top p {
	line-height: 30px;
	font-size: 14px
}

.ns_top div.aaaa {
	display: block;
	text-align: center;
	overflow: hidden;
	margin: 20px 0 0 0;
	position: relative
}

.ns_top div.aaaa:after {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #969696;
	width: 12px;
	height: 12px;
	border-left: 0;
	border-bottom: 0;
	content: '';
	display: block;
	z-index: 4
}

.ns_top div.aaaa:before {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #969696;
	width: 12px;
	height: 12px;
	border-right: 0;
	border-bottom: 0;
	content: '';
	display: block;
	z-index: 4
}

.ns_top div.aaaa .img1 {
	padding: 13px;
	border: 1px solid #e9e9e9
}

.ns_top div.aaaa .img1:after {
	position: absolute;
	bottom: 0;
	right: 0;
	border: 1px solid #969696;
	width: 12px;
	height: 12px;
	border-left: 0;
	border-top: 0;
	content: '';
	display: block;
	z-index: 4
}

.ns_top div.aaaa .img1:before {
	position: absolute;
	bottom: 0;
	left: 0;
	border: 1px solid #969696;
	width: 12px;
	height: 12px;
	border-right: 0;
	border-top: 0;
	content: '';
	display: block;
	z-index: 4
}

.ns_top div.aaaa img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle
}

.ab_new {
	margin-top: 38px
}

.ab_new span {
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #e2e2e2;
	line-height: 32px;
	padding-left: 15px
}

.ab_new ul li {
	width: 48%;
	float: left;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px dashed #b6b5b5;
	background: url(../images/news_detail_07.jpg) no-repeat 10px 20px;
	padding-left: 32px;
	margin: 0 1%;
	position: relative
}

.ab_new ul li a {
	position: relative;
	font-size: 12px;
	height: 46px;
	line-height: 46px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 92px
}

.ab_new ul li i {
	font-style: normal;
	position: absolute;
	font-size: 12px;
	top: 0;
	right: 0;
	line-height: 46px;
	height: 46px;
	display: block;
	overflow: hidden;
	float: right;
	padding-right: 10px
}

.case ul {
	overflow: hidden;
	margin-top: 43px;
	padding-bottom: 56px
}

.case ul li {
	width: 25%;
	float: left;
	position: relative;
	padding: 0 15px;
	margin-bottom: 34px
}

.case ul li a {
	background: url(../images/anli02.jpg) no-repeat center top;
	display: block;
	padding: 3px 0;
	text-align: center
}

.case ul li .pic {
	height: 144px;
	width: 185px;
	margin: 0 auto
}

.case ul li .pic p {
	width: 185px;
	height: 100%;
	background: url(../images/red.png) repeat;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin-top: 0;
	padding: 55px 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: none
}

.case ul li span {
	width: 184px;
	height: 142px;
	display: block;
	margin: 0 0 0 10px;
	padding-top: 4px
}

.case ul li span a {
	width: 184px;
	height: 142px;
	display: inline-block;
	text-align: center;
	overflow: hidden
}

.case ul li span a img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle
}

.case ul li span a i {
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.case ul li p {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	display: block;
	margin-top: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.case ul li p a {
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	text-align: center
}

.case_show {
	margin: 0 auto;
	overflow: hidden
}

.ns_top div.bbbb {
	width: 574px;
	height: 435px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	margin: 60px 0 0 196px;
	position: relative
}

.ns_top div.bbbb:after {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #969696;
	width: 12px;
	height: 12px;
	border-left: 0;
	border-bottom: 0;
	content: '';
	display: block;
	z-index: 4
}

.ns_top div.bbbb:before {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #969696;
	width: 12px;
	height: 12px;
	border-right: 0;
	border-bottom: 0;
	content: '';
	display: block;
	z-index: 4
}

.ns_top div.bbbb .img1 {
	padding: 13px;
	border: 1px solid #e9e9e9
}

.ns_top div.bbbb .img1:after {
	position: absolute;
	bottom: 0;
	right: 0;
	border: 1px solid #969696;
	width: 12px;
	height: 12px;
	border-left: 0;
	border-top: 0;
	content: '';
	display: block;
	z-index: 4
}

.ns_top div.bbbb .img1:before {
	position: absolute;
	bottom: 0;
	left: 0;
	border: 1px solid #969696;
	width: 12px;
	height: 12px;
	border-right: 0;
	border-top: 0;
	content: '';
	display: block;
	z-index: 4
}

.ns_top div.bbbb img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle
}

.ny_auto {
	background: url(../images/c_bg.jpg) repeat-x left top #f9f9f9;
	padding: 34px 0 0 0;
	margin: 0 auto;
	overflow: hidden
}

.process {
	margin: 0 auto;
	overflow: hidden
}

.process h1 {
	font-size: 20px;
	color: #d50010;
	text-align: center;
	font-weight: normal;
	line-height: 30px;
	padding: 30px 0
}

.cess_left {
	float: left;
	width: 43%
}

.cess_right {
	float: right;
	width: 54%;
	font-size: 12px
}

.cer_top {
	width: 508px;
	border-bottom: 1px dashed #c0bebe;
	padding-top: 45px
}

.cer_top span {
	width: 508px;
	display: inline-block;
	overflow: hidden;
	line-height: 24px
}

.cer_top span p {
	width: 472px;
	line-height: 24px;
	padding-bottom: 22px;
	font-size: 14px;
	float: right;
	display: block
}

.cer_top span i {
	width: 20px;
	height: 20px;
	display: block;
	overflow: hidden;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	background: url(../images/liucheng_06.jpg) no-repeat left 0;
	margin-top: 4px
}

.cer_bot {
	margin-top: 35px
}

.cer_bot ul li {
	height: 23px;
	line-height: 23px;
	background: url(../images/liucheng_10.jpg) no-repeat left top;
	padding-left: 38px;
	padding-bottom: 37px;
	font-size: 14px;
	position: relative;
	padding-right: 120px
}

.cer_bot ul li p {
	height: 23px;
	line-height: 23px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.cer_bot ul li a {
	width: 108px;
	height: 23px;
	line-height: 23px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	background: #e63e07;
	color: #fff;
	text-align: center
}

.location {
	font-size: 12px
}

.location>div {
	width: 300px;
	display: inline-block
}

#searchval {
	width: 240px;
	margin-left: 20px;
	padding-left: 10px;
	height: 28px;
	border: 1px solid #ececec;
	vertical-align: middle
}

#search {
	background: url(../images/search-btn.png) 0 center no-repeat;
	width: 24px;
	height: 29px;
	vertical-align: middle
}

.home_t {
	margin: 30px 0 50px 0;
	text-align: center
}

.home_t b {
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
	color: #333;
	padding: 0 95px 20px 95px;
	border-bottom: 1px solid #d50010;
	margin-bottom: 13px;
	position: relative
}

.home_t b:after {
	content: "";
	display: block;
	width: 58px;
	height: 5px;
	position: absolute;
	background: #d50010;
	bottom: -3px;
	left: 50%;
	margin-left: -26px
}

.home_t span {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	color: #cbcbcb;
	font-family: "Britannic";
	font-weight: 600
}

@media (max-width:767px) {
	.home_t {
		margin: 10px 0
	}

	.home_t b {
		font-size: 18px;
		padding-bottom: 5px;
		margin-bottom: 5px
	}

	.home_t span {
		font-size: 14px
	}
}

.home_pro .choose {
	text-align: center;
	margin-bottom: 40px
}

.home_pro .choose i {
	display: inline-block;
	font-style: normal;
	color: #666;
	font-size: 14px;
	margin: 5px 15px;
	cursor: pointer;
	transition: .5s;
	overflow: hidden
}

.home_pro .choose i a {
	display: block;
	max-width: 140px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 30px;
	line-height: 28px;
	padding: 0 20px;
	border: 1px dashed #d50010;
	border-radius: 50px
}

.home_pro .choose i.on a {
	background: #d50010;
	color: #fff;
	border: 1px solid #d50010;
	-webkit-tap-highlight-color: transparent
}

.home_pro .choose i.on a {
	color: #fff
}

.home_pro .box {
	margin-bottom: 40px
}

.home_pro .box .list .left {
	width: 49.5%;
	position: relative;
	border: 1px solid #c7c7c7;
	overflow: hidden;
	-webkit-animation: fadeInLeft 1s ease;
	animation: fadeInLeft 1s ease
}

.home_pro .box .list img {
	transition: 1s
}

.home_pro .box .list .pic {
	background: #fff
}

.home_pro .box .list .left .word,.home_pro .box .list .right .word {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #666;
	position: absolute;
	bottom: 0;
	left: 0
}

.home_pro .box .list .left .word span,.home_pro .box .list .right .word span {
	font-size: 14px;
	color: #fff;
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis
}

.home_pro .box .list .left .word p,.home_pro .box .list .right .word p {
	font-size: 12px;
	color: #fff;
	width: 100%;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis
}

.home_pro .box .list .right {
	width: 49.2%;
	overflow: hidden;
	-webkit-animation: fadeInRight 1s ease;
	animation: fadeInRight 1s ease
}

.home_pro .box .list .right ul li {
	width: 49.5%;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #c7c7c7;
	overflow: hidden;
	margin-right: 5px;
	float: left
}

.home_pro .box .list .right ul li:nth-child(2n) {
	margin-right: 0!important
}

@media (min-width:991px) and (max-width:1205px) {
	.home_pro .box .list .right ul li {
		width: 49%
	}
}

@media (min-width:768px) and (max-width:991px) {
	.home_pro .box .list .left {
		width: 100%;
		margin-bottom: 10px
	}

	.home_pro .box .list .right {
		width: 100%
	}
}

#allmap {
	width: 100%;
	height: 413px
}

#allmap img {
	max-width: initial;
	max-height: inherit
}

#allmap .anchorBL {
	display: none
}

@media (min-width:1025px) {
	.side_01 span:hover .erweis {
		display: block
	}

	.nav_s ul li:hover>a {
		background: url(../images/li_bg.png) no-repeat left top;
		color: #fff
	}

	.nav_down>a:hover {
		color: #000;
		font-weight: bold
	}

	.banner div span:hover {
		background: url(../images/btn01.png) no-repeat left top
	}

	.n_not_left ul li:hover {
		background: url(../images/bg.jpg) no-repeat left top;
		cursor: pointer
	}

	.n_not_left ul li:hover span {
		color: #fff
	}

	.n_not_left ul li:hover div a {
		color: #fff;
		background: url(../images/ico_02.jpg) no-repeat left 11px
	}

	.n_not_left ul li:hover div i,.n_not_left ul li:hover div p {
		color: #fff
	}

	.type ul li:hover span {
		background: #d50010;
		border-top: 1px solid #d50010;
		border-bottom: 1px solid #d50010
	}

	.type ul li:hover span b {
		color: #fff
	}

	.type ul li:hover span em {
		color: #8c0c0c
	}

	.type ul li:hover span i {
		color: #fff
	}

	.type ul li:hover>p {
		color: #fff;
		background: #d50010
	}

	.bot_r:hover .bot_s a:hover {
		background-color: #434343
	}

	.ny_nav ul li:hover {
		background: url(../images/ny_hover.jpg) no-repeat left top
	}

	.ny_nav ul li>a:hover {
		color: #ff1300;
		font-weight: bold
	}

	.subnav p>a:hover {
		background: url(../images/nav.jpg) no-repeat left 17px;
		color: #d32113;
		font-weight: bold
	}

	.but_01:hover {
		background: #d50010
	}

	.but_02:hover {
		background: #d50010
	}

	.lease ul li:hover p {
		color: #fff;
		border-top: 1px solid #d50110
	}

	.lease ul li:hover a {
		background: #d50110
	}

	.pages a:hover {
		color: #fff;
		border: 1px solid #d50010;
		background: #d50010
	}

	.bei .selectConfiguration_rentalType dd .count .add:hover,.bei .selectConfiguration_rentalType dd .count .reduce:hover {
		cursor: pointer
	}

	.icheckbox_sm-blue:hover,.radio_sm-blue:hover {
		border: #ff4b4b solid 2px;
		color: #333
	}

	.icheckbox_sm-blue.disabled:hover,.radio_sm-blue.disabled:hover {
		border-color: #dfdfdf
	}

	.icheckbox_sm-blue.checked:hover,.radio_sm-blue.checked:hover {
		border-color: #ff4b4b
	}

	.fy span a:hover {
		color: #f00
	}

	.new ul li:hover .text span {
		color: #fff;
		background: #d50010
	}

	.case ul li:hover a {
		background: url(../images/anli01.jpg) no-repeat center top
	}

	.case ul li:hover p {
		display: block
	}

	.case ul li:hover p a {
		color: #d50010
	}

	.home_pro .choose i:hover a {
		background: #d50010;
		color: #fff;
		border: 1px solid #d50010
	}

	.home_pro .box .list img:hover {
		transform: scale(1.1)
	}
}

@media (max-width:1200px) {
	.nav_s {
		display: none
	}

	.phone-nav {
		display: block
	}

	.top_side {
		display: none
	}

	.logo {
		width: 88px
	}

	.top_zi {
		display: none
	}

	.top {
		height: 60px
	}

	.home-banner .home-banner-slick {
		display: none
	}

	.home-banner .home-banner-slick-phone {
		display: block
	}

	.wei {
		font-size: 20px
	}

	.inbanner .inbanner-slick {
		display: none
	}

	.inbanner .inbanner-slick-phone {
		display: block
	}

	.ny_left {
		display: none
	}

	.ny_right {
		width: 100%
	}
}

@media (max-width:1023px) {
	.home_t b {
		font-size: 20px;
		padding: 0 25px 10px 25px;
		margin-bottom: 5px
	}

	.home_t span {
		font-size: 15px
	}

	.home_t {
		margin: 20px 0 10px 0
	}

	.home_pro .choose i {
		margin: 5px
	}

	.home_pro .choose {
		margin-bottom: 20px
	}

	.home_pro .box {
		margin-bottom: 20px
	}

	.home_pro .box .list .left {
		width: 100%;
		float: none;
		display: block;
		margin-bottom: 5px
	}

	.home_pro .box .list .right {
		width: 100%
	}

	.home_pro .box .list .right ul {
		margin: 0 -0.5%
	}

	.home_pro .box .list .right ul li {
		margin: 0 .5% 5px .5%;
		width: 49%
	}

	.me_top span em {
		font-size: 18px
	}

	.me_top span i {
		font-size: 15px
	}

	.about_bot {
		margin-top: 15px
	}

	.in_ab_left {
		width: 100%
	}

	.in_ab_right {
		width: 100%
	}

	.type ul li {
		width: 33.333333333333336%;
		margin-bottom: 10px;
		padding: 0 5px
	}

	.n_not_left {
		width: 100%
	}

	.n_not_right {
		width: 100%;
		height: auto
	}

	.n_not_left ul li span {
		width: 50px;
		height: 90px;
		font-size: 30px;
		line-height: 74px
	}

	.n_not_left ul li {
		background: url(../images/i_new.jpg) no-repeat 50px top;
		padding: 11px 0 0 0
	}

	.n_not_left ul li div {
		padding-left: 60px
	}

	.me_bot {
		width: 100%
	}

	.me_bot ul {
		border-right: 0;
		padding: 0
	}

	.erwei {
		display: none
	}

	.report h3 {
		font-size: 16px
	}

	.report p {
		font-size: 14px
	}

	.report {
		padding: 10px 0
	}

	.lease ul li {
		width: 33.333333333333336%;
		margin: 15px 0 6px 0
	}

	.lease ul {
		padding-bottom: 25px
	}

	.lease ul li p {
		padding: 8px 5px 0 5px
	}

	.ny_con {
		padding: 20px 0 30px 0
	}

	.shebei {
		padding: 20px 0
	}

	.she {
		width: 100%
	}

	.bei {
		width: 100%;
		padding-top: 10px
	}

	.bei .selectConfiguration_rentalType {
		margin-top: 7px;
		padding-left: 0
	}

	.bei .selectConfiguration_rentalType dd ul li .priceTypeTips {
		padding-left: 0
	}

	.bei .selectConfiguration_rentalType dd ul li .descbox {
		padding-left: 0
	}

	.bei .btn {
		margin-top: 10px
	}

	.info div {
		padding: 8px 0 16px 0
	}

	.process h1 {
		font-size: 18px;
		padding: 20px 0
	}

	.cess_left {
		width: 100%;
		text-align: center
	}

	.cess_right {
		width: 100%;
		padding-top: 5px
	}

	.case ul {
		margin-top: 20px;
		padding-bottom: 20px
	}

	.case ul li {
		padding: 0 5px;
		margin-bottom: 20px
	}

	.img {
		background: 0;
		margin-top: 20px
	}

	.img ul {
		margin-left: 0;
		text-align: center
	}

	.img ul li {
		float: none;
		margin: 0 5px
	}

	.img div {
		width: 100%;
		display: block;
		margin-left: 0;
		margin-top: 20px
	}

	.img div>span {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px
	}

	.culturte>.span {
		margin: 20px 0;
		width: 100%;
		height: auto
	}

	.comtact_top {
		padding-left: 0;
		padding-top: 100px;
		padding-bottom: 10px;
		margin-top: 20px
	}

	.comtact_top span {
		font-size: 15px
	}

	.comtact_center {
		background: url(../images/contact_07.jpg) no-repeat 496px 45px;
		padding-top: 20px;
		padding-left: 0
	}

	.comtact_center p {
		padding-bottom: 10px
	}

	.comtact_bot {
		margin-top: 10px;
		padding-bottom: 20px
	}

	.contact_center span {
		font-size: 22px
	}

	.contact_center {
		background: 0;
		margin-top: 10px;
		margin-bottom: 10px
	}

	.contact_center i {
		font-size: 16px
	}

	.contact_center em {
		font-size: 16px
	}

	.feed {
		display: none
	}

	.liuyan {
		padding-left: 0;
		background: 0;
		margin-left: 0
	}

	.liuyan ul {
		width: 100%
	}

	.liuyan li {
		margin-bottom: 5px;
		width: 97%
	}

	.text_01,.text_02,.text_04,.text_05 {
		width: 100%;
		font-size: 12px
	}

	.text_03 {
		width: 100%;
		font-size: 12px
	}

	.liuyan li textarea {
		width: 100%;
		font-size: 12px
	}

	.but_01,.but_02 {
		margin-right: 10px;
		margin-left: 0
	}

	.liuyan ul li.li_01 span {
		position: relative
	}

	.liuyan ul span {
		position: absolute
	}

	li.li_06 p {
		width: 120px
	}

	.liuyan a {
		padding: 0 5px;
		font-size: 12px
	}

	.ditu {
		margin: 10px auto 0 auto
	}

	#allmap {
		height: 203px
	}

	.ns_top div.bbbb {
		width: 100%;
		height: auto;
		display: block;
		margin: 10px 0
	}
}

@media (max-width:768px) {
	.home_pro .box .list .left {
		width: 100%;
		margin-bottom: 10px
	}

	.home_pro .box .list .right {
		width: 100%
	}

	.home_pro .choose {
		margin-bottom: 10px
	}

	.home_pro .choose i {
		float: left;
		width: 50%;
		margin: 0;
		margin-bottom: 8px;
		font-size: 12px;
		padding: 0 5px
	}

	.home_pro .box {
		margin-bottom: 0
	}

	.home_pro .choose i a {
		max-width: inherit
	}

	.fy span {
		width: 100%;
		text-align: left!important;
		padding: 0 5px!important
	}

	.fy {
		height: auto!important;
		overflow: hidden;
		margin-top: 10px!important
	}

	.lease_01 {
		padding-bottom: 20px
	}

	.case ul li {
		width: 33.333333333333336%
	}

	.return {
		margin-top: 10px
	}

	.ab_new {
		margin-top: 20px
	}

	.ab_new ul li {
		width: 100%
	}
}

@media (max-width:640px) {
	.case ul li {
		width: 50%
	}
}

@media (max-width:414px) {
	.type ul li {
		width: 50%
	}

	.me_bot ul li {
		width: 50%;
		padding: 0 5px;
		margin-top: 9px;
		margin-bottom: 10px
	}

	.lease ul li {
		width: 50%
	}

	.case ul li a {
		background: 0
	}

	.case ul li .pic {
		width: 100%;
		height: auto;
		border: 1px solid #dfdfdf
	}

	.new ul li {
		padding: 10px 5px;
		width: 50%;
		float: left
	}

	.new ul li>a .pic {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 5px
	}

	.new ul li>a {
		padding-left: 0
	}

	.new ul {
		padding-bottom: 20px
	}

	.location>div {
		width: 100%;
		display: block
	}

	.location h2 {
		float: none
	}

	#searchval {
		margin-left: 0
	}

	.location span {
		float: none
	}
}

.yuefen {
	height: 34px;
	width: 63px;
	padding: 0 10px;
	text-align: center;
	margin-right: 5px;
	-webkit-appearance: menulist;
	border: 1px solid #dfdfdf;
	color: #343434
}

.service-container {
	border: 1px solid #e5e5e5;
	margin-top: 20px
}

.service-container .service-left {
	height: 360px;
	padding: 0;
	float: left;
	width: 66.66666667%
}

.service-container .service-right {
	height: 360px;
	padding: 0;
	width: 33.33333333%;
	float: right
}

@media (max-width:767px) {
	.service-container .service-left {
		height: auto
	}
}

.service-container .service-right {
	border-left: 1px solid #e1e1e1
}

@media (max-width:991px) {
	.service-container .service-right {
		border-left: 0
	}
}

.service-container .service-links {
	height: 100%
}

.service-container .service-links li {
	position: relative;
	float: left;
	width: 50%;
	height: 50%
}

.service-container .service-links li .link-text {
	width: 105px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-left: -52.5px;
	margin-top: -50px;
	text-align: center;
	position: absolute
}

.service-container .service-links li .link-text img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 70px;
	height: 60px;
	left: 8px;
	position: relative
}

.service-container .service-links li .link-text .ch,.service-container .service-links li .link-text .en {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.service-container .service-links li .link-text .ch {
	font-size: 22px
}

.service-container .service-links li .link-text .en {
	font-size: 11px
}

.hover-shadow {
	transition: All .2s ease-in-out;
	-webkit-transition: All .2s ease-in-out;
	-moz-transition: All .2s ease-in-out;
	-o-transition: All .2s ease-in-out
}

.hover-shadow:hover {
	-webkit-transform: translateZ(10px);
	transform: translateZ(10px)
}

.hover-shadow-parent {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 500px;
	perspective: 500px
}

.service-container .service-links li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.4)
}

.service-container .service-articles-home {
	overflow: hidden
}

.service-container .service-articles-home .pull-left,.service-container .service-articles-home .pull-right {
	height: 360px;
	float: left
}

.service-container .service-articles-home .pull-left {
	width: 60%
}

.service-container .service-articles-home .pull-left .pic1 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
	transition: All .2s ease-in-out;
	-webkit-transition: All .2s ease-in-out;
	-moz-transition: All .2s ease-in-out;
	-o-transition: All .2s ease-in-out;
	display: block;
	overflow: hidden;
	height: 100%
}

.blockFull {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.service-container .service-articles-home .pull-right {
	width: 40%;
	padding: 65px 40px;
	background-color: #fff
}

.service-container .service-articles-home .pull-right .name {
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	transition: All .2s ease-in-out;
	-webkit-transition: All .2s ease-in-out;
	-moz-transition: All .2s ease-in-out;
	-o-transition: All .2s ease-in-out;
	color: #333;
	padding-bottom: 10px;
	display: block
}

.service-container .service-articles-home .pull-right .name:before {
	content: "";
	width: 78px;
	height: 1px;
	background-color: #c5c5c5;
	bottom: 0;
	left: 0;
	position: absolute;
	transition: All .2s ease-in-out;
	-webkit-transition: All .2s ease-in-out;
	-moz-transition: All .2s ease-in-out;
	-o-transition: All .2s ease-in-out
}

.service-container .service-articles-home .pull-right .name:hover {
	color: #009e96
}

.service-container .service-articles-home .pull-right .name:hover:before {
	width: 100%;
	background-color: #009e96
}

.service-container .service-articles-home .pull-right .clude {
	font-size: 12px;
	line-height: 30px;
	height: 150px;
	color: #6c6c6c;
	margin-top: 10px;
	overflow: hidden;
	display: block
}

.service-container .service-articles-home .pull-right .more {
	transition: All .2s ease-in-out;
	-webkit-transition: All .2s ease-in-out;
	-moz-transition: All .2s ease-in-out;
	-o-transition: All .2s ease-in-out;
	text-align: right;
	font-size: 12px;
	font-family: "宋体";
	margin-top: 55px;
	color: #ee3531;
	width: auto;
	background: 0;
	float: right
}

.service-container .service-articles-home .pull-right .more:hover {
	text-shadow: 0 0 50px #ee3531
}

@media (max-width:991px) {
	.service-container .service-articles-home .pull-right {
		background-color: #f0f4f7
	}
}

@media (max-width:1023px) {
	.service-container .service-articles-home .pull-left,.service-container .service-articles-home .pull-right {
		width: 100%;
		float: none
	}

	.service-container .service-articles-home .pull-left {
		height: 260px
	}

	.service-container .service-articles-home .service-right {
		height: auto
	}

	.service-container .service-articles-home .pull-right {
		padding: 15px;
		height: auto;
		overflow: hidden
	}

	.service-container .service-articles-home .pull-right .clude {
		height: 60px
	}

	.service-container .service-articles-home .pull-right .more {
		margin-top: 5px;
		text-align: left
	}

	.service-container .service-left {
		height: auto;
		padding: 0;
		float: none;
		width: 100%
	}

	.service-container .service-right {
		height: 360px;
		padding: 0;
		width: 100%;
		float: none
	}

	.service-container .service-right {
		border-left: 0
	}
}


/**************新增******************/
.contain {
    width: 1200px;
    margin: 0 auto;
}
.left{float: left;}
.right{float: right;}
/*Title start*/
.ydm_title_box{width: 100%;}
.ydm_title_box .ydm_title{width: 1200px;margin: 0 auto;padding-bottom: 30px;}
.ydm_title_box .yem_title_left{padding-left: 32px;font-size: 30px;font-weight: bold;color: #333333;background: url("../images/title_icon.png") no-repeat left center;}
.ydm_title_box .yem_title_right{font-size: 18px;color: #333333;line-height: 30px;}
.ydm_title_box .ydm_title {
    padding: 40px 0 30px;
}
/*Title end*/

.mb18 {
    margin-bottom: 18px;
}
.bgFFF {
    background: #FFFFFF;
}
.rel {
    position: relative;
}
.pt64 {
    padding-top: 64px;
}
.abso {
    position: absolute;
}
.pt40 {
    padding-top: 40px;
}
.pt78 {
    padding-top: 78px;
}
.pr165 {
    padding-right: 165px;
}
.pt55 {
    padding-top: 55px;
}
.rel_step_box{background: #FFFFFF;}
.rel_step_box .step_box{padding: 94px 0 150px 0;}
.step_box .step_img{width: 1140px;margin: 0 auto;}
.step_box .text_box{width: 1140px;margin: 25px auto 0;display: flex;-webkit-justify-content: space-between;justify-content: space-between;}
.step_box .text_box div{ text-align: center; }
.text_box .first_text{margin-left: 25px;}
.text_box .second_text {}
.text_box .step_frist_text {color: #333333;font-size: 16px;position: relative;}
.text_box .step_frist_text span{display: inline-block;width:22px;height: 1px;background: #EEEEEE;position: absolute;top: 25px; left: 40%;}
.text_box .step_second_text {margin-top: 21px;}
.text_box .step_third_text {margin-top: 5px;}


.company_recycle_mer{margin-top: 44px;background: #F7F7F7;}
.mer_width{width: 388px;}
.company_recycle_mer .left_mer{width: 388px;}
.company_recycle_mer .maxbox{height: 470px;}
.company_recycle_mer .phone_box{height: 386px;}
.company_recycle_mer .smws_box{height: 285px;}
.company_recycle_mer .minbox{height: 232px;}
.company_recycle_mer .otherbox{height: 321px;}
.company_recycle_mer .right_mer_bottom{width:797px;height: 290px;}
.company_recycle_mer .font_box{font-size: 20px; color: #333333;padding-left: 35px;}
.company_recycle_mer .Ch_text{padding-top: 5px;}
.company_recycle_mer .mer_img{bottom: 55px;}
.company_recycle_mer .right40{right: 40px;}
.company_recycle_mer .digital_img{bottom: 33px;}
.company_recycle_mer .monitoring_img{bottom: 45px;}
.company_recycle_mer .network_img{right: 22px;bottom: 28px;}
.company_recycle_mer .notebook_img{right: 22px;bottom: 40px;}
.company_recycle_mer .office_img{padding: 53px 0 48px 122px;}
.company_recycle_mer .server_img{bottom: 31px;}
.company_term_box{padding:0px 0 106px 0}
.company_term_box .term_box{width: 342px;height: 247px;background: #AAAAAA;}
.company_term_box .term_box.ts_term_box{margin: 0 55px 0 48px;}




.ent_device_rel{background: #F7F7F7; padding-bottom: 60px;}

.ent_info_box{background: #FFFFFF;}
.ent_info{margin: 0 34px;}
p{font-size: 24px;color: #333333;padding-top:49px;}
.company_info{font-size: 16px;color: #666666;margin-top:25px;}
.input_box{margin-right:45px;position: relative;}
.input_box.mr0 {
    margin-right:0;
} 
.input_box input{width: 255px;height: 40px;background:#F7F7F7;border: 1px solid #E6E6E6;border-radius: 20px;padding-left: 15px;font-size: 16px;}
.input_box label.error-wraper .error-msg{display:inline-block;position: absolute;bottom: -35px;width: 83%;left: 29%;font-size: 12px;color: #FC252F;}
.rel_device_title{padding-bottom: 10px;}

.rel_device_info{padding-top: 51px;}
.rel_device_info .text{font-size: 24px;color: #333333;}
.rel_device_info .add_device{height:32px;line-height:32px;font-size: 18px;cursor:pointer;color: #333333;padding-right:60px;background: url("../images/add_icon.png") no-repeat right center;background-size: 51px 32px;}
.rel_mer_tab table thead{width: 1163px;margin:0 auto;height: 91px;background: url("../images/bg.png") no-repeat center center;}
.rel_mer_tab table thead tr th{width: 300px;height: 90px;line-height: 90px;color: #666666;font-weight: normal;font-size: 16px;}
.rel_mer_tab tbody{width: 1132px;height: 60px;line-height: 60px;margin: 0 auto;border: 2px solid #EEEEEE;}
.rel_mer_tab tbody tr{border-bottom:1px solid #EEEEEE;}
.rel_mer_tab tbody tr td{text-align: center;}
.rel_mer_tab tbody tr td img{cursor: pointer;}

.rel_mer_tab .brand_menut{position: relative;cursor: pointer;color: #757575;}
.rel_mer_tab .brand_menut{color: #999999;font-size: 14px;}
.rel_mer_tab .brand_list{background:#FFFFFF;position: absolute;z-index:1;left:25%;border: 1px solid #EEEEEE;width: 100px;display: none;}
.rel_mer_tab .brand_list ul li{height: 30px;line-height: 30px; cursor: pointer;font-size: 12px}
.rel_mer_tab .brand_list ul li:hover{background: #EEEEEE;}
.rel_mer_tab .brand_list ul .active{background: #EEEEEE;}
.rel_mer_tab .inputbox{text-align: center;height: 60px;border: none;font-size: 14px;}

.gradient {
    background: -webkit-linear-gradient(270deg, #FE2941,#FF7444);
    background: -o-linear-gradient(270deg, #FE2941,#FF7444);
    background: -moz-linear-gradient(270deg, #FE2941,#FF7444);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE2941', endColorstr='#FF7444',GradientType=1 );
    background: linear-gradient(270deg, #FE2941,#FF7444);
    color: #fff;
}
.ent_info_box .submit_box{padding: 22px 50px 0 0;}
.ent_info_box .submit_btn{width: 195px;height: 50px;line-height: 50px;margin-left:935px;text-align:center;color:#FFFFFF;font-size:24px;border-radius:30px;cursor: pointer;}
.ent_info_box .tips{padding: 20px 0 51px 0;color:#999999;font-size:14px;text-align: right;width: 100%;margin-left: 40px;}
.device_tips_box{width:1200px; margin: 10px auto 0;background: #FFFFFF;padding: 52px 0 55px 0;}
.device_tips{margin: 0  190px 0 150px;}
.device_tips .tips_left{border-right: 1px solid #EEEEEE;padding-right: 220px;}
.device_tips div{color: #333333; font-size: 16px;text-align: center;}
.device_tips div .tips2{margin-top: 19px;}


@media (max-width:1200px){
    .contain {
        width:100%;
        padding:0 15px;
    }
    .rel_step_box .step_box {
        padding: 30px 15px;
    }
    .ydm_title_box .ydm_title {
        padding: 30px 15px;
    }
    .mer_width {
        width: 100%;
        float:none !important;
        margin-bottom:20px;
    }
    .right,.left{
        float:none;
    }
    .company_recycle_mer .right_mer_bottom {
        width: 100%;
    }
    .company_recycle_mer .maxbox {
        height:auto !important;
    }
    .pt64 {
        padding-top: 0;
    }
    .pt40 {
        padding-top: 0;
    }
    .pt78 {
        padding-top: 0;
    }
    .pr165 {
        padding-right: 0;
    }
    .pt55 {
        padding-top: 0;
    }
    .abso {
        position: relative;
        right: auto !important;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
    }
    .company_recycle_mer .smws_box {
        height: auto;
    }
    .company_recycle_mer .phone_box {
        height: auto;
    }
    .rel {
        position: relative;
        padding: 20px;
    }
    .company_recycle_mer .font_box {
        font-size: 18px;
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .company_recycle_mer .minbox {
        height: auto;
    }
    .company_recycle_mer .office_img {
        padding: 0;
    }
    .company_recycle_mer .right_mer_bottom {
        height: auto;
        padding:20px;
    }
    .ent_info {
        margin: 0;
    }
    .ent_info p{
        padding-top:20px;
    }
    .input_box{
        margin-bottom:10px;
    }
	.input_box.mr0{
		margin-right: 45px;
	}
    .input_box label{
        width: 100px;
        float: left;
        display: block;
        line-height:40px;
    }
    .device_tips_box {
        width: 100%;
        padding: 30px 15px;
    }
    .device_tips .tips_left {
        padding-right: 0;
        border:0;
    }
    .device_tips div .tips2 {
        margin-top: 5px;
    }
    .rel_mer_tab{
        overflow: auto;

    }
    .rel_mer_tab table{
        width:1000px;
    }
    .ent_info_box .submit_btn {
        width: 140px;
        height: 40px;
        line-height: 40px;
        margin-left: 0;
        font-size: 16px;
    }
    .ent_info_box .tips {
        padding: 20px 0 20px 0;
        font-size: 14px;
        text-align: left;
        margin-left: 0;
    }
    .step_box .step_img {
        width: 100%;
    }
    .step_box .text_box {
        width: 100%;
        display: block;
        overflow: hidden;
    }
    .device_tips {
        margin: 0;
    }
}

@media (max-width:768px){
    .step_box .text_box>div {
        text-align: center;
        width: 50%;
        float: left;
        margin-bottom:10px;
    }
    .step_box .step_img{
        display: none;
    }
    .rel_step_box .step_box {
        padding: 0 15px 30px 15px;
    }
}

.home_pro .box .list .right .word p{display:none}
.home_pro .box .list .right .word span{text-align:center;}