@charset "utf-8";
@media screen and (max-width:1400px){
.w1200{
	width: 1000px;
}	
.Page .indexPage {
	font-size: 12px;	
}
.header {
    height: 50px;
    padding: 5px 0;
}
.header .nav {
	margin-left: 18px;
}
.header .nav>a {
	font-size: 14px;	
	padding: 0 10px;
	height: 100%;
}
.header .nav>a:last-child {
	padding: 0 5px;
}
.header .tel-a {
	font-size: 20px;	
}
.header .tel-a:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/tel-red.png) center center no-repeat;
	background-size: cover;
	margin-right: 10px;
}
.index-search {
	margin-top: -72px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	z-index: 999;
	position: relative;
	height: 275px;
	padding: 20px;
}
.index-search .col:first-child {
	width: 640px;
	flex: none;
}
.index-search .col:last-child {
	width: 320px;
}
.search {	
	width: 450px;
	height: 32px;
	margin-right: 24px;
}
.search input[type=search] {
	width: 100%;
	height: 100%;
	background: transparent;
	font-size: 12px;
	color: #000;
	-webkit-appearance: none;
	padding: 0 36px;
}
.search input[type=submit] {
	width: 100px;
	height: 100%;
	font-size: 14px;
	-webkit-appearance: none;
	flex: none;
	cursor: pointer;
}
.search font {
	position: absolute;
	width: 20px;
	height: 100%;
	background: url(../images/search.png) center center no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 8px;
	display: block;
}
.mapseek {
	font-size: 16px;
	color: #CD2837;
	height: 40px;
}
.mapseek font {
	width: 24px;
	height: 32px;
	background: url(../images/map-ico.png) center center no-repeat;
	background-size: 100% auto;
	display: block;
}
.mapseek:hover,
.search-btn:hover {
	opacity: .7;
}
.select-form {
	padding-top: 40px;
}
.select-form dl dd>a {
	padding: 0 10px;
	line-height: 26px;
}
.select-form dl dd>a:hover {
	color: #CD2837;
}
.select-form dl dt {
	font-weight: bold;
	color: #000000;
	margin-right: 12px;
	flex: none;
}
.select-form dl.qy {
	width: 280px;
	padding-right: 20px;
}
.select-form dl.lx dd>a {
	margin-right: 16px;
	line-height: 1;
}
.select-form dl.lx dd>a:last-child {
	margin-right: 0;
}
.select-form dl.lx dd>a:nth-child(1):before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/lx1.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 12px;
}
.select-form dl.lx dd>a:nth-child(1):hover:before {
	content: "";
	display: block;
	background: url(../images/lx1on.png) center center no-repeat;
	background-size: cover;
}
.select-form dl.lx dd>a:nth-child(1):hover {
	color: #596D9F;
}
.select-form dl.lx dd>a:nth-child(2):before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/lx2.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 12px;
}
.select-form dl.lx dd>a:nth-child(2):hover:before {
	content: "";
	display: block;
	background: url(../images/lx2on.png) center center no-repeat;
	background-size: cover;
}
.select-form dl.lx dd>a:nth-child(2):hover {
	color: #FEB008;
}
.select-form dl.lx dd>a:nth-child(3):before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/lx3.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 12px;
}
.select-form dl.lx dd>a:nth-child(3):hover:before {
	content: "";
	display: block;
	background: url(../images/lx3on.png) center center no-repeat;
	background-size: cover;
}
.select-form dl.lx dd>a:nth-child(3):hover {
	color: #CD2837;
}
.select-form dl.mj {
	width: 100%;
	margin-top: 16px;
}
.select-form dl.mj dd>a {
	position: relative;
	width: 100px;
	margin-right: 2px;
	height: 32px;
}
.select-form dl.mj dd>a:before {
	content: "";
	display: block;
	width: 100px;
	height: 12px;
	background: #f2f2f2;
}
.select-form dl.mj dd>a:hover:before {
	content: "";
	display: block;
	background: #CD2837;
}
.select-form dl.mj dd>a span.start {
	position: absolute;
	left: 0;
	top: 22px;
}
.select-form dl.mj dd>a span.end {
	right: 0;
	top: 22px;
	position: absolute;
}
.col h1,.col strong{
	font-size: 18px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	margin-bottom: 12px;
}
.wt-input {
	width: 100%;
	height: 40px;
	position: relative;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #d2d2d2;
	height: 40px;
	overflow: hidden;
	margin-bottom: 24px;
}
.wt-input input[type=text] {
	width: 100%;
	height: 100%;
	background: transparent;
	font-size: 12px;
	color: #000;
	-webkit-appearance: none;
	padding: 0 20px 0 36px;
}
.wt-input input[type=submit] {
	width: 120px;
	height: 100%;
	font-size: 14px;
	-webkit-appearance: none;
	flex: none;
	cursor: pointer;
}
.wt-input font {
	position: absolute;
	width: 12px;
	height: 100%;
	background: url(../images/phone.png) center center no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 12px;
	display: block;
}
.col h2 {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.col h2 strong {
	color: #CD2837;
	font-size: 24px;
}
.main-section .s-title {
	font-size: 30px;
	font-weight: 300;
	color: #000000;
	
}
.main-section .s-subtitle {
	font-size: 18px;
	font-weight: 300;
	color: #000000;
	margin-bottom: 24px;
	margin-top: 6px;
}
.title {
	height: 40px;
	margin-bottom: 24px;
}
.title h3 {
	height: 100%;
	padding-right: 20px;
	position: relative;
}
.title h3:after {
	content: "/";
	font-size: 24px;
	line-height: 40px;
	position: absolute;
	right: -5px;
	top: 0;
	display: block;
	color: #b7b7b7;
	font-weight: 300;
}
.title-tab {
	height: 40px;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}
.title-tab li {
	width: auto;
	height: 100%;
	padding: 0 20px;
	position: relative;
}
.title-tab li:after {
	content: "/";
	font-size: 24px;
	line-height: 40px;
	position: absolute;
	right: -5px;
	top: 0;
	display: block;
	color: #b7b7b7;
	font-weight: 300;
}
.title-tab li:last-child:after {
	content: "/";
	display: none;
}
.hover-tab {
	transition: all .5s;
	text-align: center;
}
.cont-tab {
	display: none;
}
.cont-tab.on {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.indexS1 .cont-tab li {
	width: 323px;
	height: 243px;
	flex: none;
	margin-right: 15px;
	margin-bottom: 15px;
}
.indexS1 .cont-tab li:nth-child(3n) {
	margin-right: 0;
}
.indexS1 .cont-tab li>a {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.indexS1 .cont-tab li>a font {
	position: absolute;
	z-index: 999;
	left: 50%;
	bottom: 60px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 64px;
	height: 48px;
}
.indexS1 .cont-tab li>a font.ico-location {
	background: url(../images/sq.png) center center no-repeat;
	background-size: auto 100%;
}
.indexS1 .cont-tab li>a font.ico-crowd {
	background: url(../images/crowd.png) center center no-repeat;
	background-size: auto 100%;
}
.indexS1 .cont-tab li>a span {
	max-width: 100%;
	padding: 0 15px;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 999;
	white-space: nowrap;
}
.hover-shadow {
	transition: all .5s;
}
.hover-shadow:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .25);
}
.indexS1 .cont-tab li>a img {
	width: auto;
	max-width: none;
	height: 100%;
}
.indexS2 .cont-tab li {
	width: 235px;
	height: 280px;
	border: 1px solid #eee;
	background: #fff;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.indexS2 .cont-tab li:nth-child(4n) {
	margin-right: 0;
}
.cont-tab li a {
	width: 100%;
	height: 100%;
}
.indexS2 .cont-tab li .img-cont {
	width: 100%;
	height: 176.25px;
	overflow: hidden;
	position: relative;
	background: #f9f9f9;
	flex: none;
}
.indexS2 .cont-tab li .txt-cont {
	height: 100%;
	padding: 15px;
	width: 100%;
}
.indexS2 .cont-tab li .txt-cont h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}
.indexS2 .cont-tab li .txt-cont label {
	width: 76px;
	height: 24px;
	border-radius: 2px;
	font-size: 12px;
	text-align: center;
	margin-left: 5px;
}
.indexS2 .cont-tab li .txt-cont .betweenbox {
	width: 100%;
}
.indexS2 .cont-tab li .txt-cont .betweenbox h5,
.indexS2 .cont-tab li .txt-cont .betweenbox h6 {
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
.indexS2 .cont-tab li .txt-cont .betweenbox h5 strong {
	font-size: 20px;
	font-weight: bold;
}
.indexS2 .cont-tab li .txt-cont .betweenbox h6 strong {
	font-size: 20px;
	font-weight: bold;
	color: #CD2837;
}
.indexS3 .cont-tab li {
	width: 158px;
	height: 80px;
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 2px rgba(89, 109, 159, 0.1);
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.indexS3 .cont-tab li:nth-child(6n) {
	margin-right: 0;
}
.indexS3 .cont-tab li img {
	height: 100%;
	width: auto;
	max-width: 100%;
}
.main-section.indexS3 {
	padding-bottom: 30px;
}
.hover-move {
	transition: all .3s;
}
.hover-move:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.indexS4 .wt-input {
	width: 320px;
	position: absolute;
	right: 0;
	top: 6px;
}
.indexS4 .main-proce {
	width: 100%;
	height: 240px;
	background: url(../images/line.png) center center no-repeat;
	background-size: 980px auto;
	padding: 0;
}
.indexS4 .main-proce .proce-item {
	width: 220px;
	position: relative;
	height: 100%;
}
.indexS4 .main-proce .proce-item .proce-des {
	width: 100%;
}
.proce-item .proce-des h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.proce-item .proce-des p {
	font-size: 12px;
	font-weight: 300;
	color: #333333;
	max-width: 100%;
	word-break: break-all;
}
.indexS4 .main-proce .proce-item .proce-ico {
	width: 100px;
	height: 100px;
	background: #FFFFFF;
	box-shadow: 0px 0px 23px 13px rgba(89, 109, 159, 0.1);
	border-radius: 50%;
}
.indexS4 .main-proce .proce-item span {
	width: 45px;
	height: 45px;
	background: #b8becc;
	box-shadow: -11px 11px 16px 4px rgba(89, 109, 159, 0.1);
	border-radius: 50%;
	font-size: 22px;
	font-weight: 300;
	color: #fff;
}
.indexS4 .main-proce .proce-item:first-child .proce-ico {
	margin-left: -120px;
	margin-bottom: -30px;
}
.indexS4 .main-proce .proce-item:first-child .proce-des {
	margin-top: 18px;
}
.indexS4 .main-proce .proce-item:first-child span {
	margin-left: -80px;
	margin-top: 10px;
}
.indexS4 .main-proce .proce-item:nth-child(2) span {
	margin-top: -100px;
	margin-left: -100px;
}
.indexS4 .main-proce .proce-item:nth-child(2) .proce-des {
	margin-bottom: 18px;
}
.indexS4 .main-proce .proce-item:nth-child(3) span {
	margin-top: -40px;
	margin-right: -50px;
}
.indexS4 .main-proce .proce-item:nth-child(3) .proce-ico {
	margin-left: -50px;
}
.indexS4 .main-proce .proce-item:nth-child(3) .proce-des {
	margin-top: 18px;
	margin-left: 24px;
}
.indexS4 .main-proce .proce-item:nth-child(4) span {
	margin-top: -40px;
	margin-left: 150px;
}
.indexS4 .main-proce .proce-item:nth-child(4) .proce-ico {
	margin-right: -50px;
}
.indexS4 .main-proce .proce-item:nth-child(4) .proce-des {
	margin-bottom: 18px;
}
.indexS5 .news-list {
	width: 312px;
}
/* .indexS5 .news-list:last-child {
	width: 326px;
} */
.indexS5 .news-list .news-banner {
	margin-bottom: 10px;
	width: 100%;
	height: 150px;
	border-radius: 5px;
	overflow: hidden;
}
.indexS5 .news-list h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
}
.indexS5 .news-list h3>a {
	font-size: 14px;
	font-weight: 300;
	color: #596D9F;
	line-height: 30px;
}
.indexS5 .news-list h3>a:hover {
	color: #CD2837;
}
.indexS5 .news-list ul {
	width: 100%;
}
.indexS5 .news-list ul li {
	width: 100%;
}
.indexS5 .news-list ul li a {
	height: 36px;
	width: 100%;
}
.indexS5 .news-list ul li h4 {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	max-width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.indexS5 .news-list ul li a span {
	font-size: 12px;
	font-weight: 300;
	color: #B7B7B7;
	line-height: 36px;
}
.indexS5 .news-list ul li a:hover h4 {
	color: #CD2837;
}
.indexS5 {
	padding-bottom: 36px;
}
/* .indexS5 .news-list:last-child ul li:nth-child(1),
.indexS5 .news-list:last-child ul li:nth-child(2) {
	height: auto;
}
.indexS5 .news-list:last-child ul li:nth-child(1) a,
.indexS5 .news-list:last-child ul li:nth-child(2) a {
	height: 120px;
	padding: 10px 0;
}
.indexS5 .news-list:last-child .news-pic {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
	flex: none;
}
.indexS5 .news-list:last-child ul li:nth-child(1) .news-des,
.indexS5 .news-list:last-child ul li:nth-child(2) .news-des {
	padding-left: 18px;
	position: relative;
	height: 100%;
}
.indexS5 .news-list:last-child ul li:nth-child(1) .news-des h4,
.indexS5 .news-list:last-child ul li:nth-child(2) .news-des h4 {
	font-size: 16px;
	line-height: 30px;
}
.indexS5 .news-list:last-child ul li:nth-child(1) .news-des p,
.indexS5 .news-list:last-child ul li:nth-child(2) .news-des p {
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
}
.indexS5 .news-list:last-child ul li:nth-child(1) .news-des span,
.indexS5 .news-list:last-child ul li:nth-child(2) .news-des span {
	position: absolute;
	right: 0;
	bottom: 0;
}
 */
.indexS6 {
	padding-bottom: 30px;
}
.indexS6 ul li {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}
.site-groups {
	background: #ecf1f5;
	height: auto;
}
.site-groups .title {
	height: 48px;
	margin-bottom: 0;
}
.site-groups .title ul.title-tab {
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #d2d2d2;
}
.site-groups .title ul.title-tab li {
	font-size: 14px;
	color: #333;
	height: 48px;
	cursor: pointer;
	position: relative;
	padding: 0;
	margin-right: 30px;
}
.site-groups .title ul.title-tab li:after {
	content: "";
	display: none;
}
.hover-trib {
	transition: all .3s;
}
.site-groups .title ul.title-tab li.hover-trib:hover,
.site-groups .title ul.title-tab li.hover-trib.on {
	color: #CD2837 !important;
}
.site-groups .title ul.title-tab li.hover-trib:hover:after,
.site-groups .title ul.title-tab li.hover-trib.on:after {
	content: "";
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 14px;
	height: 7px;
	display: block;
	background: url(../images/trib@2x.png) center center no-repeat;
	background-size: cover;
}
.site-groups .cont-tab ul {
	max-width: 90%;
	height: 36px;
	overflow: hidden;
	transition: .3s;
}
.site-groups .cont-tab ul li {
	font-size: 14px;
	color: #666;
	margin-right: 30px;
	height: 36px;
}
.site-groups .cont-tab .more-link {
	font-size: 14px;
	color: #999;
	height: 36px;
}
.site-groups .cont-tab .more-link:hover {
	color: #CD2837;
}
.site-groups .cont-tab ul.more {
	height: auto;
	width: 100%;
	max-width: 100%;
}
.footer {
	background: #e5eef6;
}
.footer-con {
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 30px;
}
.footer-info {
	width: 520px;
}
.footer-nav {
	height: 64px;
}
.footer-nav span,
.footer-nav a {
	font-size: 12px;
	color: #666;
}
.footer-nav span:before {
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	background: url(../images/web.png) center center no-repeat;
	background-size: cover;
}
.site-info {
	width: 100%;
}
.site-info img {
	width: 133px;
	margin-right: 24px;
}
.site-info h1,.site-info strong {
	font-size: 22px;
	color: #333;
	font-weight: bold;
	
}
.site-info p {
	font-size: 12px;
	color: #333;
}
.footer-contact {
	width: 200px;
}
.footer-contact span {
	height: 64px;
	font-size: 12px;
	color: #666;
}
.footer-contact span:before {
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	background: url(../images/ft.png) center center no-repeat;
	background-size: cover;
}
.footer-contact strong {
	font-size: 26px;
	font-weight: bold;
	color: #CD2837;
	display: block;
}
.footer-contact p {
	font-size: 14px;
	color: #333;
}
.footer-code {
	padding-top: 24px;
}
.footer-code .code {
	width: 100px;
	font-size: 14px;
	color: #333;
	margin-right: 10px;
}
.fr-links {
	height: auto;
	padding: 12px 0;
}
.fr-links span,
.fr-links a {
	font-size: 14px;
	color: #333;
	margin-right: 16px;
}
.fr-links a:hover {
	color: #CD2837;
}
.footer-icp {
	height: 54px;
	background: #4066c3;
	font-size: 14px;
	color: #fff;
}
.footer-icp a {
	font-size: 14px;
	color: #fff;
}
.footer-icp a:hover {
	color: #CD2837;
}
.listPage {
	padding-top: 50px;
}
.listPage .header {
	border-bottom: 1px solid #eee;
}
.listPage .main-section {
	padding-top: 5px;
}
.listS1 .search {
	width: 440px;
}
.listS1 .search input[type=search] {
	padding: 0 20px 0 40px;
}
.listS1 h1>a:hover {
	color: #CD2837;
}
.listS2 {
	padding: 20px 0 0 0;
}
.subarea,
.sub2,
.square,
.number,
.price1,
.price2,
.price3,
.zx,
.pp,
.picpop,
.office-pop {
	display: none;
}
.subarea.on,
.sub2.on,
.square.on,
.number.on,
.price1.on,
.price2.on,
.price3.on,
.zx.on,
.pp.on,
.picpop.on,
.office-pop.on {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.hover-trib {
	transition: all .3s;
}
a.hover-trib:hover,
a.hover-trib.on {
	color: #CD2837 !important;
}
a.hover-trib:hover:after,
a.hover-trib.on:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 10px;
	height: 5px;
	display: block;
	background: url(../images/trib@2x.png) center center no-repeat;
	background-size: cover;
}
.operate {
	
	padding-bottom: 0;
}
.operate dl {
	font-size: 12px;
	color: #333;
	margin-bottom: 5px;
}
.operate dl dt {
	color: #666;
	margin-right: 20px;
	flex: none;
	height: 28px;
}
.operate dl dd {
	min-height: 28px;
}
.operate dl dd .area,
.operate dl dd .subarea,
.operate dl dd .sub2 {
	width: 100%;
	min-height: 24px;
	border-bottom: 1px solid #efefef;
}
.operate dl dd .sub2 {
	border-bottom: none;
}
.operate dl dd a {
	height: 28px;
	margin-right: 16px;
	position: relative;
	white-space: nowrap;
}
.operate dl dd .inputbox {
	margin-right: 20px;
	white-space: nowrap;
}
.operate dl dd input[type=text] {
	width: 54px;
	height: 24px;
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 0 5px;
	font-size: 12px;
	color: #333;
	margin: 0 2px;
	text-align: center;
}
.operate dl dd input[type=checkbox] {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #ddd;
}
.operate dl dd input[type=checkbox]:checked {
	background: url(../images/Checkmark@2x.png) #CD2837 center center no-repeat;
	background-size: 11px auto;
	color: #fff;
}
.operate dl dd .btns {
	height: 24px;
	width: auto;
	border-radius: 2px;
	border: 1px solid #efefef;
	background: #fff;
	overflow: hidden;
	margin-right:20px;
}
.operate dl dd .btns a {
	margin-right: 0;
	font-size: 12px;
	color: #333;
	background: #fff;
	border: 1px solid #efefef;
	height: 24px;
	width: 72px;
}
.operate dl dd a.calc-a:before {
	content: "";
	display: block;
	width: 18px;
	height: 36px;
	background: url(../images/Keypad@2x.png) center center no-repeat;
	background-size: 100% auto;
}
.operate dl dd .btns a:hover,
.operate dl dd .btns a.on {
	background: #cd2837;
	color: #fff;
	width: 72px;
}
.hover-color:hover,
.hover-color.on {
	color: #CD2837 !important;
}
.hasDone {
	margin-top: 5px;
}
.hasDone dl {
	width: 100%;
	min-height: 26px;
}
.hasDone dl dt {
	height: 26px;
	font-size: 12px;
	color: #666;
	margin-right: 20px;
}
.hasDone label.checked {
	height: 26px;
	margin-bottom: 10px;
	background: #F7F8FB;
	padding: 0 14px;
	font-size: 14px;
	color: #333;
	margin-right: 32px;
}
.hasDone label.checked font {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/close@2x.png) center center no-repeat;
	background-size: cover;
}
.hasDone a.delet-btn {
	height: 26px;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
}
.hasDone a.delet-btn:before {
	content: "";
	width: 14px;
	height: 14px;
	background: url(../images/delete%20item@2x.png) center center no-repeat;
	background-size: cover;
	margin-right: 7px;
}
.listSection {
	padding-bottom: 40px;
}
.listSection .head {
	height: 48px;
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 0;
}
.listSection .head h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.listSection .head h1 strong {
	color: #CD2837;
}
.listSection .head .sorts a,
.listSection .head .sorts select {
	font-size: 12px;
	color: #666;
	background: transparent;
}
.listSection .head .sorts a {
	margin-right: 20px;
}
.listSection .list-item {
	padding: 15px 0;
	width: 100%;
	height: 240px;
}
.listSection .list-item .img-con {
	width: 280px;
	height: 210px;
	overflow: hidden;
	margin-right: 24px;
	position: relative;
	border-radius: 15px;
	flex: none;
}
.listSection .list-item .img-con:hover {
	overflow: visible;
}
.listSection .list-item .img-con:hover .picpop {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.listSection .list-item .img-con:hover>img {
	display: none;
}
.listSection .list-item .des-con {
	height: 100%;
	color: #333;
	width: 100%;
	position: relative;
}
.listSection .list-item .des-con h2 {
	width: 100%;
	height: 52px;
	font-size: 22px;
	font-family: Microsoft YaHei UI;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
.listSection .list-item .des-con h2 label {
	width: 90px;
	height: 24px;
	font-size: 14px;
	color: #fff;
	margin-left: 11px;
}
.listSection .list-item .des-con ul {
	width: 100%;
}
.listSection .list-item .des-con ul.details li {
	height: 32px;
	width: 100%;
	font-size: 14px;
	color: #333;
}
.listSection .list-item .des-con ul.details li:first-child:before {
	width: 16px;
	height: 16px;
	content: "";
	display: block;
	background: url(../images/lo@2x.png) center center no-repeat;
	background-size: contain;
}
.listSection .list-item .des-con ul.details li:nth-child(2):before {
	width: 16px;
	height: 16px;
	content: "";
	display: block;
	background: url(../images/tr@2x.png) center center no-repeat;
	background-size: contain;
}
.listSection .list-item .des-con ul.details li strong {
	color: #CD2837;
}
.listSection .list-item .des-con .price-date {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 22px;
	font-weight: normal;
	color: #000;
}
.listSection .list-item .des-con .price-date strong {
	font-size: 36px;
	font-weight: bold;
	color: #CD2837;
	margin-right: 12px;
	webkit-box-align: end;
	-moz-align-items: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.listSection .list-item .des-con ul.office-list {
	height: 36px;
}
.listSection .list-item .des-con ul.office-list li {
	width: 72px;
	height: 100%;
	border-radius: 2px;
	font-size: 12px;
	color: #333;
	border: 1px solid #ddd;
	margin-right: 3px;
	background: #fff;
	position: relative;
	cursor: pointer;
}
.listSection .list-item .des-con ul.office-list li:hover {
	color: #fff;
	background: #CD2837;
	border: 1px solid #CD2837;
}
.listSection .list-item .des-con ul.office-list li:hover .office-pop {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 280px;
	min-height: 204px;
	padding: 10px;
	top: 50px;
	left: 0;
	z-index: 999;
	background: #fff;
	position: absolute;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.listSection .list-item .des-con ul.office-list li:hover .office-pop label {
	font-size: 12px;
	color: #fff;
	background: #333333;
	height: 20px;
	padding: 0 10px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.listSection .list-item .des-con ul.office-list li:hover .office-pop a {
	color: inherit;
}
.listSection .list-item .des-con ul.office-list li:hover .office-pop {
	color: #fff;
}
.listSection .list-item .des-con ul.office-list li:hover a {
	color: #fff;
}
.listSection .list-item .des-con ul.office-list li:hover .office-pop img {
	width: 360px;
	height: auto;
}
.listSection .list-item .des-con ul.office-list li:hover .office-pop h3 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	width: 100%;
	height: 36px;
	line-height: 36px;
}
.listSection .list-item .des-con ul.office-list li:hover .office-pop h3 strong {
	font-weight: bold;
	color: #CD2837;
}
.listSection .center-banner {
	width: 100%;
	height: 150px;
	background: url(../images/center-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 0 40px;
	position: relative;
}
.listSection .center-banner .center-stata {
	width: 100%;
}
.listSection .center-banner .center-stata li {
	font-size: 16px;
	color: #333;
}
.listSection .center-banner .center-stata li:last-child {
	margin-right: 0;
}
.listSection .center-banner .center-stata li h4 {
	font-size: 16px;
	color: #CD2837;
}
.listSection .center-banner .center-stata li:first-child h4 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
}
.listSection .center-banner .center-stata li h4 strong {
	font-size: 24px;
	font-weight: bold;
}
.listSection .center-banner .center-stata li:last-child .wt-input {
	margin-bottom: 0;
}
.listSection .center-banner .center-stata li:last-child .tel {
	font-size: 16px;
	color: #333;
	width: 100%;
}
.listSection .center-banner .center-stata li:last-child .tel strong {
	font-size: 24px;
	color: #CD2837;
}
.listSection .center-banner font.close {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 24px;
	top: 24px;
	background: url(../images/close-line@2x.png) center center no-repeat;
	background-size: cover;
}
.detailPage {
	background: #fff;
}
.detailS1 h1 {
	width: 660px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 26px;
	font-weight: 400;
	color: #333333;
}
.detailS1 h1 label {
	width: 97px;
	height: 28px;
	font-size: 14px;
	flex: none;
}
.detailS1 .search {
	width: 300px;
	margin-left: 24px;
	margin-right: 0;
}
.detailS1 .search input[type=search] {
	padding: 0 20px 0 40px;
	font-size: 12px;
}
.detailS1 .search input[type=submit] {
	width: 84px;
}
.detailS1 .website,
.detailS1 .website a {
	font-size: 12px;
	font-weight: 400;
	color: #666666;
}
.detailS1 .website a:hover {
	color: #CD2837;
}
.imgView {
	width: 66.7%;
	height: auto;
	margin-right: 32px;
}
.imgView.w720 {
	width: 60%;
	height: auto;
}
.imgView .imgSwiper {
	width: 100%;
	height: 500.25px;
	background: #f9f9f9;
	margin-bottom: 10px;
}
.imgView.w720 .imgSwiper {
	width: 100%!important;
	height: 450px!important;
	background: #f9f9f9;
	margin-bottom: 10px;
}
.imgView .imgSwiper .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.imgView .swiper-slide {
	overflow: hidden;
	background: #f7f7f7;
}
.imgView .swiper-slide img {
	height: 100% !important;
	width: auto !important;
	min-width: 100%;
	max-width: none;
}
.imgView .swiper-container#thumbs {
	width: 100%!important;
	height: 120px;
}
.imgView.w720 .swiper-container#thumbs {
	height:94.1625px!important;
}
.imgView .imgSwiper .swiper-button-prev {
	left: 0;
	right: auto;
	width: 48px;
	height: 120px;
	background: rgba(0, 0, 0, .6);
}
.imgView .imgSwiper .swiper-button-next {
	right: 0;
	left: auto;
	width: 48px;
	height: 120px;
	background: rgba(0, 0, 0, .6);
	top: 38%;
}
.imgView .imgSwiper .swiper-button-prev:after {
	content: "prev";
	color: #fff;
}
.imgView .imgSwiper .swiper-button-next:after {
	content: "next";
	color: #fff;
}
.imgView .swiper-container#thumbs .swiper-button-prev {
	left: 0;
	right: auto;
	width: 30px;
	height: 74px;
	background: rgba(0, 0, 0, .6);
	top: 23px;
	margin-top: 0;
}
.imgView .swiper-container#thumbs .swiper-button-next {
	right: 0;
	left: auto;
	width: 30px;
	height: 74px;
	background: rgba(0, 0, 0, .6);
	top: 23px;
	margin-top: 0;
}
.imgView.w720 .swiper-container#thumbs .swiper-button-next {	
	top: 12px;
	
}
.imgView .swiper-container#thumbs .swiper-button-prev:after {
	content: "prev";
	color: #fff;
	font-size: 16px;
}
.imgView .swiper-container#thumbs .swiper-button-next:after {
	content: "next";
	color: #fff;
	font-size: 16px;
}
.dataView {
	width: 100%;
}
.dataView h2 {
	padding-bottom: 24px;
	border-bottom: 1px solid #DADADA;
	margin-bottom: 0;
}
.dataView h2 span {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.dataView h2 strong {
	font-size: 36px;
	font-weight: bold;
	color: #CD2837;
	line-height: 1;
	white-space: nowrap;
}
.dataView .static {
	padding: 24px 0;
	border-bottom: 1px solid #DADADA;
}
.dataView .static li {
	width: 45%;
}
.dataView .static li>div {
	width: 100%;
	font-size: 16px;
	color: #666;
}
.dataView .static li>div:first-child {
	margin-bottom: 5px;
}
.dataView .static li>div:first-child span {
	font-size: 14px;
	color: #333;
}
.dataView .static li>div:first-child strong {
	font-size: 26px;
	color: #CD2837;
	line-height: 1;
}
.dataView .detail {
	font-size: 14px;
	padding: 24px 0;
	border-bottom: 1px solid #DADADA;
	width: 100%;
}
.dataView .detail li {
	margin-bottom: 20px;
	width: 100%;
}
.dataView .detail li:last-child {
	margin-bottom: 0;
}
.dataView .detail li span {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 1;
}
.dataView .detail li:first-child strong {
	font-size: 20px;
	color: #596D9F;
	font-weight: bold;
	line-height: 1;
}
.dataView .detail li:nth-child(2) font {
	width: 13px;
	height: 24px;
	background: url(../images/lo@2x.png) center center no-repeat;
	background-size: 100% auto;
	display: block;
	margin-right: 12px;
	flex: none;
}
.dataView .detail li .addr {
	line-height: 24px;
}
.dataView .detail li:nth-child(3) font {
	width: 14px;
	height: 24px;
	background: url(../images/tr@2x.png) center center no-repeat;
	background-size: 100% auto;
	display: block;
	margin-right: 12px;
	flex: none;
}
.dataView .detail li:nth-child(3) font.SlideUp {
	width: 12px;
	height: 24px;
	background: url(../images/up@2x.jpg) center center no-repeat;
	background-size: 100% auto;
	display: block;
	margin-left: 24px;
}
.dataView .detail li:nth-child(3) font.SlideUp.SlideDown {
	width: 12px;
	height: 24px;
	background: url(../images/down@2x.png) center center no-repeat;
	background-size: 100% auto;
	display: block;
}
.dataView .detail li:nth-child(3) .addr {
	height: 24px;
	overflow: hidden;
}
.dataView .detail li:nth-child(3) .addr.more {
	height: auto;
}
.dataView .detail li:nth-child(4) font {
	width: 14px;
	height: 24px;
	background: url(../images/dp@2x.png) center center no-repeat;
	background-size: 100% auto;
	display: block;
	margin-right: 12px;
	flex: none;
}
.dataView .detail li:nth-child(4) a {
	color: #596D9F;
}
.dataView .detail li:nth-child(4) a:hover {
	color: #CD2837;
}
.dataView .consult {
	padding-top: 20px;
}
.dataView .consult .consult-info {
	margin-bottom: 0;
	width: 100%;
}
.dataView .consult .consult-info .ava {
	width: 80px;
	height: 80px;
	margin-right: 24px;
}
.dataView .consult .consult-info .name {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.dataView .consult .consult-info .name span {
	width: 100%;
}
.dataView .consult .consult-info .name span:nth-child(2) {
	font-size: 14px;
	line-height: 24px;
}
.dataView .consult .consult-tel {
	width: 100%;
}
.dataView .consult .consult-tel .descr span {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.dataView .consult .consult-tel .descr strong {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}
.dataView .consult .consult-tel>img {
	width: 100px;
}
.detail-wrap {
	position: relative;
}
.main-wrap {
	width: 66.7%;
}
.side-wrap {
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
}
.side-wrap .side-item1,
.side-wrap .side-item2 {
	width: 300px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px 4px rgba(90, 89, 89, 0.1);
	padding: 20px 16px;
	margin-bottom: 10px;
}
.side-wrap .side-item1 h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
}
.side-wrap .side-item1 h3 label {
	width: 99px;
	height: 24px;
	font-size: 14px;
}
.side-wrap .side-item1 h4 {
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	line-height: 20px;
}
.side-wrap .side-item1 h5 {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #d2d2d2;
}
.side-wrap .side-item1 h5 span {
	font-size: 12px;
	font-weight: 300;
	color: #333333;
	line-height: 1;
}
.side-wrap .side-item1 h5 strong {
	font-size: 28px;
	font-weight: bold;
	color: #CD2837;
	line-height: 1;
}
.side-wrap .side-item1 .con {
	padding-top:10px;
	padding-bottom: 10px;
}
.side-wrap .side-item1 h6 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}
.side-wrap .side-item1 .imgCon>img {
	width: 80px;
}
.side-wrap .side-item1 .imgCon>span {
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.side-wrap .side-item1 .imgCon>strong {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 26px;
}
.side-wrap .side-item1 .consult-info .ava {
	width: 80px;
	height: 80px;
	margin-right: 16px;
	overflow: hidden;
}
.side-wrap .side-item1 .consult-info .ava > img{
    height: 100%;
}
.side-wrap .side-item1 .consult-info .name {
	font-size: 16px;
	color: #333;
}
.side-wrap .side-item1 .consult-info .name span {
	width: 100%;
}
.side-wrap .side-item2 h6 {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 1;
	margin-bottom: 18px;
}
.side-wrap .side-item2 h6>p {
	font-size: 14px;
}
.side-wrap .side-item2 h6>p span {
	color: #CD2837;
}
.side-wrap .side-item2 .wt-input {
	margin-bottom: 0;
}
.side-wrap .side-item2 .wt-input input[type=submit] {
	width: 100px;
}
.wrap-item {
	margin-bottom: 50px;
}
.wrap-item h3 {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	width: 100%;
	margin-bottom: 24px;
}
.wrap-item .all-office {
	padding-bottom: 16px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 20px;
}
.wrap-item .all-office li span {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
}
.wrap-item .all-office li {
	position: relative;
}
.wrap-item .all-office li:first-child strong {
	color: #CD2837;
}
.wrap-item .all-office li:first-child:after {
	content: "";
	width: 1px;
	height: 80%;
	background: #d2d2d2;
	position: absolute;
	top: 10%;
	right: -40px;
}
.wrap-item .office-list li {
	margin-bottom: 20px;
}
.wrap-item .office-list li a {
	width: 100%;
}
.wrap-item .office-list li a:hover {
	background: #f7f8fb;
}
.wrap-item .office-list li span.col5 {
	width: 180px;
}
.wrap-item .office-list li span.col2,
.wrap-item .office-list li span.col3,
.wrap-item .office-list li span.col4 {
	width: 110px;
}
.wrap-item .office-list li span.col4{
	width: 160px;
	white-space: nowrap;
}
.wrap-item .office-list li span {
	font-size: 14px;
	color: #333;
	line-height: 1.2;
	webkit-box-align: end;
	-moz-align-items: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.wrap-item .office-list li:first-child span {
	font-weight: bold;
	vertical-align: baseline;
}
.wrap-item .office-list li:first-child span.col1 span {
	color: #CD2837;
}
.wrap-item .office-list li strong {
	font-size: 24px;
	line-height: 1;
	margin-right: 5px;
}
.wrap-item .office-list li .col4 strong {
	color: #CD2837;
}
.wrap-item .office-list li:nth-child(6) {
	margin-bottom: 0;
}
.wrap-item .page-paginations a {
	margin-top: 20px;
	margin-bottom: 0;
}
.wrap-item .hq {
	font-size: 0;
}
.wrap-item .hq li {
	width: 210px;
	height: 178px;
	background: #F7F8FB;
}
.wrap-item .hq li:nth-child(2) {
	background: #F6FAFF;
}
.wrap-item .hq li:nth-child(3) {
	background: #FFF6F7;
}
.wrap-item .hq li p {
	font-size: 16px;
	color: #666;
	width: 100%;
	text-align: center;
}
.wrap-item .hq li p strong {
	font-size: 30px;
	color: #CD2837;
	line-height: 1;
	margin-right: 5px;
}
.wrap-item .hq li p:first-child {
	margin-bottom: 16px;
}
.wrap-item .hq li p span {
	line-height: 1.3;
}
.wrap-item .detail-form {
	border: 1px solid #d2d2d2;
	background: #fff;
}
.wrap-item .detail-form li {
	width: 50%;
	height: 48px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
}
.wrap-item .detail-form li span {
	padding: 0 0 0 20px;
	height: 100%;
}
.wrap-item .detail-form li .name {
	background: #F3F4F8;
	color: #666;
	width: 114px;
	flex: none;
}
.wrap-item .detail-form.office-detail li {
	width: 33%;
	height: 48px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
}
.wrap-item .detail-form.office-detail li span {
	padding: 0 0 0 15px;
	height: 100%;
}
/* .wrap-item .detail-form.office-detail li:last-child {
	height: 140px;
	width: 100%;
}
 */
.wrap-item .para p {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin-bottom: 24px;
	text-align: left;
	text-indent: 28px;
}
.wrap-item .para p:last-child {
	margin-bottom: 0;
}
.wrap-item .para.center-para {
	margin-bottom: 36px;
}
.wrap-item .tS {
	margin-bottom: 15px;
	height: 36px;
}
.wrap-item .tS li {
	font-size: 16px;
	height: 100%;
	position: relative;
	margin-right: 24px;
	cursor: pointer;
}
.wrap-item .tS li:hover,
.wrap-item .tS li.on {
	color: #CD2837;
}
.wrap-item .tS li:hover:after,
.wrap-item .tS li.on:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #CD2837;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
}
.wrap-item .mapCon {
	width: 100%;
	height: 400px;
	position: relative;
}
.wrap-item .mapCon .mapBaidu {
	width: 100%;
	height: 100%;
}
.wrap-item .mapCon .zb-text {
	width: 300px;
	height: 380px;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 999;
	background: #fff;
	padding: 15px;
}
.wrap-item .mapCon .zb-text .lp-map-recond {
	height: 36px;
	background: #F7F8FB;
	font-size: 14px;
	color: #333;
}
.wrap-item .mapCon .zb-text .lp-map-recond span {
	color: #CD2837;
}
.wrap-item .mapCon .zb-text .lp-map-tab {
	width: 100%;
	height: 300px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.wrap-item .mapCon .zb-text .lp-map-tab ul {
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.wrap-item .mapCon .zb-text .lp-map-tab ul li {
	min-height: 48px;
	font-size: 16px;
	color: #333;
	position: relative;
	color: #596D9F;
}
.wrap-item .mapCon .zb-text .lp-map-tab ul li .map-num {
	background: url(../images/markers.png) -23px -275px no-repeat;
	width: 19px;
	height: 25px;
	color: #fff;
	margin-right: 5px;
	font-size: 14px;
	line-height: 28px;
}
.wrap-item .mapCon .zb-text .lp-map-tab ul li .map-des {
	max-width: 200px;
}
.wrap-item .mapCon .zb-text .lp-map-tab ul li .map-distance {
	margin-left: 10px;
	font-size: 12px;
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
}
.side-wrap.xd {
	position: fixed;
	top: 80px;
	right: calc(50% - 500px);
}
.wrap-item .cara-con {
	margin-bottom: 36px;
}
.wrap-item .cara-con h4 {
	font-size: 18px;
	color: #000;
	line-height: 1;
	margin-bottom: 18px;
	width: 100%;
	position: relative;
	height: 20px;
}
.wrap-item .cara-con h4:before {
	content: "";
	width: 3px;
	height: 20px;
	background: #CD2837;
	display: block;
}
.wrap-item .cara-con.cara2 h4:before {
	content: "";
	width: 3px;
	height: 20px;
	background: #596D9F;
	display: block;
}
.wrap-item .cara-list {
	width: 100%;
	font-size: 14px;
	color: #333;
	line-height: 1;
	transition: all .5s;
	margin-bottom: 18px;
	overflow-y: hidden;
	overflow-x: hidden;
	height: 196px;
}
.wrap-item .cara-list.SlideDown {
	height: auto;
}
.wrap-item .cara-list.c2-list li {
	background: #fef8f9;
	border: 1px solid #f7e1e3;
}
.wrap-item .cara-con .toggle-btn {
	height: 40px;
	width: 184px;
	font-size: 14px;
	color: #b7b7b7;
	border: 1px solid #b7b7b7;
	text-align: center;
	line-height: 40px;
}
.wrap-item .cara-con .toggle-btn.showLess {
	display: none;
}
.wrap-item .cara-con .toggle-btn.showMore {
	display: none;
}
.wrap-item .cara-con .toggle-btn.showLess.on,
.wrap-item .cara-con .toggle-btn.showMore.on {
	display: flex !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
}
.form-bg {
	width: 100%;
	height: 100vh;
	max-height: 940px;
	padding-top: 60px;
	overflow: hidden;
}
.form-bg.rent {
	background: url(../images/page-bg.jpg) center center no-repeat;
	background-size: cover;
}
.form-bg.publish {
	background: url(../images/page2-bg.jpg) center center no-repeat;
	background-size: cover;
}
.form-bg.english {
	background: url(../images/page3-bg.jpg) center center no-repeat;
	background-size: cover;
}
.form-bg .content {
	height: auto;
	background: rgba(255, 255, 255, .9);
	padding: 16px 20px;
}
.form-bg .content .head {
	padding-bottom: 24px;
	border-bottom: 1px solid #d2d2d2;
	line-height: 1;
	width: 100%;
}
.form-bg .content .head h1 {
	font-size: 30px;
	font-weight: bold;
	color: #CD2837;
	margin-bottom: 12px;
}
.form-bg .content .head h2 {
	font-size: 18px;
	font-weight: 300;
	color: #333333;
}
.form-bg .content .con {
	padding-top: 16px;
	width: 100%;
}
.form-bg .content .left {
	width: 100%;
	padding-right: 32px;
}
.form-bg .content .right {
	width: auto;
	flex: none;
	padding-left: 32px;
	border-left: 1px dashed #d7d7d7;
}
.form-bg .content .right p {
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-bottom: 6px;
	width: 100%;
}
.form-bg .content .right p font,
.form-bg .content .right p span {
	color: #CD2837;
}
.form-bg .content .right form {
	width: 350px;
}
.form-bg .content .right form .form-item {
	width: 100%;
	height: auto;	
	border: 1px solid #eee;	
	position: relative;
	margin-bottom: 12px;
}
.form-bg .content .right form .form-item input,
.form-bg .content .right form .form-item select {
	width: 100%;
	height: 40px;
	font-size: 14px;
	color: #000;
	text-indent: 70px;
	font-weight: 500;
}
.form-bg .content .right form .form-item textarea {
	height: 140px;
	font-size: 12px;
	color: #000;
	padding-top: 40px;
	width: 100%;
	font-weight: 500;
}
.form-bg .content .right form .form-item label {
	position: absolute;
	left: 28px;
	top: 0;
	height: 40px;
	font-size: 12px;
	color: #666;
	font-weight: 300;
}
.form-bg .content .right form .form-item label.w100{
	left: 0;
    width: 100%;
    padding-left: 30px;
    height: 32px;
}
.form-bg .content .right form .form-item label.meter {
	right: 10px;
	left: auto;
	color: #000;
	font-weight: 500;
}
.form-bg .content .right form .form-item label.meter.down {
	width: 12px;
	background: url(../images/down-a@2x.png) left center no-repeat;
	background-size: 12px 6px;
}
.form-bg .content .right form .form-item:last-child {
	padding-left: 10px;
}
.form-bg .content .right form .form-item label span {
	color: #CD2837;
}
.form-bg .content .right form .form-item font {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 8px;
	top: 12px;
}
.form-bg .content .right form .form-item font.f-tel {
	background: url(../images/phone.png) center center no-repeat;
	background-size: auto 100%;
}
.form-bg .content .right form .form-item font.f-user {
	background: url(../images/user.png) center center no-repeat;
	background-size: auto 100%;
}
.form-bg .content .right form .form-item font.f-dist {
	background: url(../images/Marker@2x.png) center center no-repeat;
	background-size: auto 100%;
}
.form-bg .content .right form .form-item font.f-city {
	background: url(../images/City@2x.png) center center no-repeat;
	background-size: auto 100%;
}
.form-bg .content .right form .form-item font.f-prototype {
	background: url(../images/Prototype@2x.png) center center no-repeat;
	background-size: auto 100%;
}
.form-bg .content .right form .form-item font.f-pouch {
	background: url(../images/Pouch@2x.png) center center no-repeat;
	background-size: auto 100%;
}
.form-bg .content .right form .form-item font.f-time {
	background: url(../images/Clock.png) center center no-repeat;
	background-size: auto 100%;
}
.form-bg .content .right .form-footer {
	margin-top: 12px;
	width: 100%;
}
.form-bg .content .right .form-footer input {
	height: 54px;
	background: #CD2837;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	margin-bottom: 12px;
	width: 350px;
}
.form-bg .content .right form .form-footer p {
	font-size: 16px;
	color: #333;
	margin-bottom: 0;
}
.form-bg .content .left h3 {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-bottom: 24px;
}
.form-bg .content .left .proce-item {
	width: 100px;
	font-size: 12px;
	font-weight: 300;
	color: #333;
}
.form-bg .content .left .proce-item .proce-ico {
	width: 72px;
	height: 72px;
	background: rgba(89, 109, 159, 0.1);
	border: 1px solid #596D9F;
	border-radius: 50%;
	margin-bottom: 12px;
}
.form-bg .content .left .proce-item .proce-ico img {
	height: 40px;
}
.form-bg .content .left .proce-item .proce-des {
	text-align: center;
}
.form-bg .content .left .proce-item .proce-des h3 {
	margin-bottom: 10px;
	font-size: 14px;
}
.form-bg .content .left .main-proce {
	margin-bottom: 40px;
}
.form-bg .content .left .main-proce>font {
	width: 30px;
	height: 15px;
	background: url(../images/Advance@2x.png) center center no-repeat;
	background-size: 100% auto;
	margin-top: 37.5px;
}
.form-bg .content .left .tel-info {
	font-size: 36px;
	font-weight: bold;
	color: #CD2837;
	line-height: 1;
}
.form-bg .content .left .tel-info font {
	width: 22px;
	height: 22px;
	background: url(../images/tel-r.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 6px;
	display: block;
}
.form-bg .content .left .about-para p {
	font-size: 14px;
	color: #333;
	line-height: 1.3;
	margin-bottom: 16px;
}
.pop {
	width: 100vw;
	height: 100vh;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.pop-wrap {
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
}
.pop-con {
	width: 400px;
	height: 300px;
	background: #fff;
	padding: 50px 45px;
}
.pop-con img {
	height: 33px;
}
.pop-con strong {
	font-size: 18px;
	font-weight: bold;
	color: #CD2838;
	margin-bottom: 10px;
}
.pop-con p {
	font-size: 14px;
	color: #333;
	width: 100%;
	word-break: break-all;
	text-align: center;
	margin-bottom: 16px;
}
.pop-con a.close-btn {
	width: 101px;
	height: 37px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	font-size: 14px;
	color: #999;
}
.form-bg.publish .content .left {
	padding-right: 20px;
}
.form-bg.publish .content .right {
	padding-left: 20px;
	width: 500px;
}
.form-bg .content .right form.publish-form {
	width: 480px;
}
.form-bg .content .right form.publish-form .form-item {
	width: 240px;
	margin-right: 10px;
	
}
.form-bg .content .right form.publish-form .form-item:nth-child(2n) {
	width: 230px;
	flex: none;
	margin-right: 0;
}
.form-bg .content .right form.publish-form .form-item input, .form-bg .content .right form.publish-form .form-item select,.form-bg .content .right form.publish-form .form-item text{
	font-size: 12px!important;
}
.form-bg .content .right form.publish-form .form-item.w310{
	width: 240px;
	margin-right: 10px;
}
.form-bg .content .right form.publish-form .form-item.pub-text{
	margin-top: -108px;
	height: 150px;
}
.form-bg.publish .content .left .main-proce>font {
	width: 15px;
	height: 7px;
	background: url(../images/Advance@2x.png) center center no-repeat;
	background-size: 100% auto;
	margin-top: 42.5px;
}
.form-bg.publish .content .left .proce-item {
	width: 100px;
}
.form-bg.english {
	min-height: 768px;
	height: auto;
	padding-bottom: 70px;
	max-height: 1080px;
}
.FormPage .header {
	height: 50px;
	padding: 5px 0;
}
.form-below {
	width: 620px;
	height: auto;
	padding-top: 8px;
}
.form-below a.contact-item {
	width: 300px;
	height: 90px;
	background: transparent;
	margin-bottom: 12px;
	flex: none;
	position: relative;
	padding: 5px;
}
.form-below a.contact-item .ava {
	height: 100%;
	width: 80px;
	overflow: hidden;
	background: transparent;
	margin-right: 15px;
	flex: none;
}
.form-below a.contact-item .ava img {
	height: 100%;
}
.form-below a.contact-item .info {
	width: 195px;
	position: relative;
	height: 80px;
}
.form-below a.contact-item .info h4 {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 1.2;
	width: 100%;
}
.form-below a.contact-item .info h5 {
	font-size: 18px;
	font-weight: 400;
	color: #CD2837;
	line-height: 1.2;
	width: 100%;
}
.form-below a.contact-item .info h6 {
	font-size: 14px;
	color: #333;
	width: 60%;
	line-height: 1.2;
}
.form-below a.contact-item .info font {
	width: 30px;
	height: 30px;
	background: url(../images/code.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0;
}
.form-below a.contact-item .hidden {
	width: 300px;
	height: 100px;
	padding: 5px 5px 5px 100px;
	display: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 85px;
	background: rgba(255, 255, 255, .95);
	z-index: 9999;
}
.form-below a.contact-item .hidden img {
	height: 100%;
	width: auto;
}
.form-below a.contact-item:hover {
	background: rgba(255, 255, 255, .95);
}
.form-below a.contact-item:hover .info font {
	display: none;
}
.form-below a.contact-item:hover .hidden {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.about-s1 {
	padding-top: 60px;
}
.about-tab .wrap {
	height: 70px;
	padding: 0 90px;
}
.about-tab .wrap>a {
	height: 100%;
	width: 120px;
	padding: 12px 0;
	font-size: 24px;
	font-weight: 300;
	color: #000000;
	line-height: 1;
}
.about-tab .wrap>a:hover,
.about-tab .wrap>a.on {
	color: #CD2837;
	font-weight: bold;
	border-bottom: 10px solid #CD2837;
}
.about-section h1 {
	font-size: 32px;
	font-weight: 400;
	color: #000000;
	line-height: 1;
	margin-bottom: 32px;
	width: 100%;
}
.about-section h1 font {
	color: #CD2837;
}
.about-section h1 span {
	width: 65px;
	height: 1px;
	background: #000000;
	display: block;
}
.about1 .txt {
	width: 55%;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
	text-align: justify;
	margin-top: -64px;
}
.about1 .img{
	width: 40%;
	overflow: hidden;
}
.about1 .txt h2 {
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
	width: 100%;
	margin-bottom: 16px;
}
.about1 .txt h2 font {
	color: #CD2837;
}
.about1 .txt p {
	width: 100%;
	word-break: break-all;
	margin-bottom: 16px;
}
.about1 .txt .state {
	padding-top: 24px;
}
.about1 .txt .state li strong {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	line-height: 1;
	margin-bottom: 16px;
}
.about1 .txt .state li span {
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	line-height: 1;
}
.about2 {
	background: url(../images/about-bg1.jpg) left top 64px no-repeat;
	background-size: auto 552px;
}
.about3 {
	background: url(../images/about-bg2.jpg) center top 64px no-repeat;
	background-size: auto 500px;
	min-height: 564px;
}
.about2 .con {
	padding-top: 50px;
}
.about2 .con li {
	width: 240px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.14);
	padding: 5px 5px 28px 5px;
}
.about2 .con li .img {
	width: 100%;
	height: 230px;
	overflow: hidden;
}
.about2 .con li .img img {
	height: 100%;
	width: 100%;
}
.about2 .con li .txt {
	padding-top: 22px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
.about2 .con li .txt h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 1.2;
	margin-bottom: 16px;
}
.about2 .con li .txt h2 span {
	font-size: 30px;
	font-weight: 300;
	color: #000000;
	line-height: 1;
}
.about3 .con .txt {
	max-width: 480px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
.about3 .con .txt p {
	margin-bottom: 24px;
}
.about3 .con .txt h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}
.about3 .con .img {
	width: 624px;
	height: auto;
	margin-top: 126px;
	margin-right: 32px;
}
.about4 {
	background: url(../images/map.jpg) center top 64px no-repeat;
	background-size: auto 556px;
	height: 620px;
	margin-bottom: 0;
}
.about4 .con {
	width: 512px;
	height: 236px;
	background: url(../images/addr-bg.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 174px;
	left: 200px;
	font-size: 14px;
	font-family: Microsoft YaHei UI;
	font-weight: normal;
	color: #333333;
	line-height: 24px;
	padding: 0 80px;
}
.about4 .con h2 {
	font-size: 18px;
	font-family: Microsoft YaHei UI;
	font-weight: bold;
	color: #333333;
	line-height: 38px;
}
.about4 .con p strong {
	color: #CD2837;
}
.about5 {
	
	height: 848px;
	margin-bottom: 0;
	margin-bottom: 50px;
}
.about5 .con {
	width: 45%;
	height: 770px;
}
.about5 .con h2 {
	margin-bottom: 16px;
	font-size: 18px;
	font-family: Microsoft YaHei UI;
	font-weight: 300;
	color: #000000;
	line-height: 1;
}
.about5 .con h2 strong {
	color: #CD2837;
}
.about5 .con h3 {
	font-size: 16px;
	margin-bottom: 12px;
	margin-top: 16px;
	line-height: 1;
}
.about5 .con p {
	word-break: break-all;
	width: 100%;
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}
.about6 .con p {
	word-break: break-all;
	width: 100%;
	text-align: justify;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}
.about6 .form-con {
	padding-top: 24px;
}
.about6 .form-con .ul {
	
	width: 370px;
	height: auto;
	padding: 24px 20px 0 20px;
}
.about6 .form-con .ul>p {
	padding: 24px 0;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}
.about6 .form-con .ul>p strong {
	font-size: 22px;
	font-weight: bold;
	color: #CD2837;
	margin-top: 12px;
}
.about6 .form-con .ul>p strong font.tel-r {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/tel-r.png) center center no-repeat;
	background-size: cover;
}
.about6 .form-con .ul>p strong font.mail-r {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/Send.png) center bottom no-repeat;
	background-size: 100% auto;
}
.about6 .form-con .form-ul {
	width: 674px;
}
.about6 .form-con .form-ul form {
	width: 100%;
}
.about6 .form-con .form-ul form .form-item {
	width: 48%;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #D2D2D2;
	border-radius: 5px;
	position: relative;
	padding: 0 42px;
	margin-bottom: 20px;
}
.about6 .form-con .form-ul form .form-item font {
	width: 22px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 0px;
}
.about6 .form-con .form-ul form .form-item font.f-tel {
	background: url(../images/phone.png) left center no-repeat;
	background-size: auto 22px;
}
.about6 .form-con .form-ul form .form-item font.f-user {
	background: url(../images/user.png) left center no-repeat;
	background-size: auto 22px;
}
.about6 .form-con .form-ul form .form-item input,
.about6 .form-con .form-ul form .form-item textarea {
	height: 100%;
	width: 100%;
	font-size: 14px;
	color: #000;
	text-indent: 80px;
	background: transparent;
	border: none;
}
.about6 .form-con .form-ul form .form-item textarea {
	padding-top: 40px;
	text-indent: 0;
}
.about6 .form-con .form-ul form .form-item label {
	height: 40px;
	position: absolute;
	left: 42px;
	top: 0;
	font-size: 14px;
	color: #666;
}
.about6 .form-con .form-ul form .form-item:last-child,
.about6 .form-con .form-ul form .form-item:nth-child(3) {
	width: 100%;
	height: 140px;
	padding: 0 42px 0 10px;
}
.about6 .form-con .form-ul form .form-item:last-child label,
.about6 .form-con .form-ul form .form-item:nth-child(3) label {
	left: 10px;
}
.about6 .form-con .form-ul .form-footer {
	margin-top: 6px;
}
.about6 .form-con .form-ul .form-footer input[type=submit] {
	width: 183px;
	height: 40px;
	background: #CD2837;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}
.newsPage .main-section .s-title {
	height: 51px;
	font-size: 20px;
	font-weight: 300;
	color: #000;
}
.newsPage .main-section .s-title a:hover,
.newsPage .main-section .s-title a.on {
	color: #fff;
}
.newsPage .main-section .s-title a.home {
	width: 79px;
}
.newsPage .main-section .s-title a.blue-tab {
	width: 142px;
}
.newsPage .main-section .s-title a.orange-tab {
	width: 185px;
}
.newsPage .main-section .s-title a.red-tab {
	width: 185px;
}
.newsPage .main-section .s-title a.home:hover,
.newsPage .main-section .s-title a.home.on {
	background: url(../images/tab-home-on.png) center center no-repeat;
	background-size: auto 51px;
}
.newsPage .main-section .s-title a.blue-tab:hover,
.newsPage .main-section .s-title a.blue-tab.on {
	background: url(../images/tab-blue-on_.png) center center no-repeat;
	background-size: auto 51px;
}
.newsPage .main-section .s-title a.orange-tab:hover,
.newsPage .main-section .s-title a.orange-tab.on {
	background: url(../images/tab-orange-on.png) center center no-repeat;
	background-size: auto 51px;
}
.newsPage .main-section .s-title a.red-tab:hover,
.newsPage .main-section .s-title a.red-tab.on {
	background: url(../images/tab-red-on.png) center center no-repeat;
	background-size: auto 51px;
}
.newsPage .search {
	width: 320px;
	margin-right: 0;
}
.newsPage .main-wrap {
	width: 700px;
	margin-right: 20px;
	flex: none;
}
.newsPage .side-wrap {
	width: 260px;
	flex: none;
	position: relative;
	top: auto;
	right: auto;
}
.main-wrap .wrap-item {
	margin-bottom: 40px;
}
.main-wrap .wrap-item.swiperNews {
	height: auto;
	background: #F4F5F6;
	box-shadow: 0px 0px 16px 4px rgba(89, 109, 159, 0.2);
	padding: 20px;
	position: relative;
}
.main-wrap .wrap-item.swiperNews h2 {
	font-size: 22px;
	font-weight: 300;
	color: #000000;
	line-height: 1;
	margin-bottom: 30px;
}
.main-wrap .wrap-item.swiperNews .swiper-container .swiper-slide {
	margin-right: 32px;
}
.main-wrap .wrap-item.swiperNews .my-swiper-pagination {
	position: absolute;
	right: 32px;
	top: 32px;
	height: 22px;
	z-index: 99999;
}
.main-wrap .wrap-item.swiperNews .my-swiper-pagination span {
	margin: 0 2px;
	width: 22px;
	height: 22px;
	background: #000;
	font-size: 12PX;
	color: #FFF;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-radius: 2px;
	opacity: .5;
}
.main-wrap .wrap-item.swiperNews .my-swiper-pagination .swiper-pagination-bullet-active {
	color: #fff;
	background: #CD2837;
	opacity: 1;
}
.main-wrap .wrap-item .news-item {
	height: 240px;
	width: 100%;
}
.main-wrap .wrap-item .news-item .img {
	width: 280px;
	height: 210px;
	margin-right: 24px;
	flex: none;
}
.main-wrap .wrap-item .news-item .txt {
	
	height: 210px;
}
.main-wrap .wrap-item .news-item .txt h3 {
	font-size: 18px;
	font-family: Microsoft YaHei UI;
	font-weight: bold;
	color: #000000;
	line-height: 30px;	
	margin-bottom: 0;
	text-align: justify;
	display: block;
}
.main-wrap .wrap-item .news-item .txt h3 label {
	width: auto;
	padding: 0 10px;
	height: 30px;
	font-size: 14px;
	margin-right: 5px;
	margin-top: 3px;
	display: inline-block;
	line-height: 30px;
}
.main-wrap .wrap-item .news-item .txt span.date {
	width: 100%;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #B7B7B7;
	line-height: 30px;
	margin-bottom: 0;
}
.main-wrap .wrap-item .news-item .txt p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;	
	overflow: hidden;
	text-align: justify;	
	align-items: flex-start;
	align-content: flex-start;
	margin-top: 10px;
}
.main-wrap .wrap-item .news-item .txt>div.flexbox {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	width: 100%;
}
.main-wrap .wrap-item.news-list-wrap .news-item {
	padding: 20px 0;
	height: 225px;
}
.main-wrap .wrap-item.news-list-wrap .news-item .img {
	width: 246px;
	height: 185px;
	margin-right: 24px;
}
.main-wrap .wrap-item.news-list-wrap .news-item .txt {
	height: 185px;
}
.main-wrap .wrap-item.news-list-wrap .news-item .txt span.date {
	margin-bottom: 0;
}
.main-wrap .wrap-item.news-list-wrap .news-item .txt p {
	margin-bottom: 15px;
}
.side-wrap .side-item {
	height: auto;
	border: 1px solid #E7E7E7;
	margin-bottom: 20px;
	width: 100%;
	padding: 0 10px;
}
.side-wrap .side-item h4 {
	height: 48px;
	font-size: 18px;
	font-family: Microsoft YaHei UI;
	font-weight: 300;
	color: #000000;
	border-bottom: 1px solid #e7e7e7;
}
.side-wrap .side-item .con {
	padding: 15px 0;
}
.side-wrap .side-item a.gray-label {
	color: #999999;
	width: auto;
	height: 24px;
	padding: 0 10px;
	background: #F4F5F6;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #666666;
}
.side-wrap .side-item a.gray-label:nth-child(3n) {
	margin-right: 0;
}
.side-wrap .side-item a.news-a {
	font-size: 14px;
	font-family: Microsoft YaHei UI;
	font-weight: 400;
	color: #666666;
	margin-bottom: 15px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.side-wrap .side-item a.news-a span {
	width: 20px;
	height: 20px;
	background: #F4F5F6;
	border-radius: 3px;
	font-size: 12px;
	color: #b7b7b7;
	line-height: 20px;
	text-align: center;
	flex: none;
}
.side-wrap .side-item a.news-a:first-child span {
	color: #fff;
	background: #CD2837;
}
.side-wrap .side-item a.news-a:nth-child(2) span {
	color: #fff;
	background: rgba(205, 40, 55, 0.7);
}
.side-wrap .side-item a.news-a:nth-child(3) span {
	color: #fff;
	background: rgba(205, 40, 55, 0.4);
}
.side-wrap .side-item a.side-a {
	margin-bottom: 15px;
	height: 90px;
	position: relative;
}
.side-wrap .side-item a.side-a .img {
	width: 120px;
	height: 90px;
	margin-right: 10px;
}
.side-wrap .side-item a.side-a .txt {
	height: 90px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}
.side-wrap .side-item a.side-a .txt h5 {
	font-size: 16px;
	font-family: Microsoft YaHei UI;
	font-weight: bold;
	color: #000000;
}
.side-wrap .side-item a.side-a .txt h5 label {
	width: 76px;
	height: 24px;
	font-size: 12px;
	position: absolute;
	left: 44px;
	bottom: 0;
}
.side-wrap .side-item a.side-a .txt p {
	font-size: 12px;
	color: #666;
	line-height: 1.2;
}
.side-wrap .side-item a.side-a .txt p strong {
	font-size: 16px;
	color: #CD2837;
	line-height: 1;
	margin-right: 5px;
}
.newsTop .website,
.newsTop .website a {
	font-size: 12px;
	font-weight: 400;
	color: #666666;
}
.newsPage .main-section article>h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin-bottom: 12px;
	height: auto;
}
.newsPage .main-section article>p.arti-date {
	font-size: 14px;
	font-weight: 300;
	color: #999999;
	margin-bottom: 24px;
}
.newsPage .main-section article>p.brief {
	width: 100%;
	height: auto;
	padding: 24px;
	font-size: 14px;
	font-weight: 300;
	color: #666666;
	line-height: 24px;
	margin-bottom: 36px;
	background: #F4F5F6;
}
.newsPage .main-section article>p.content {
	text-align: justify;
	text-indent: 32px;
	margin-bottom: 30px;
	font-size: 16px;	
	font-weight: 300;
	color: #333333;
	line-height: 30px;
}
.newsPage .main-section .article-links a{	
	font-size: 14px;	
	font-weight: 300;
	color: #333333;
	line-height: 24px;
}
.newsPage .main-section .article-links a:hover{
	color: #CD2837;
}
.main-section table.calc-table{
	width: 100%;
	background: #FAFAFD;
	table-layout: auto;
}
.main-section table.calc-table th,
.main-section table.calc-table td{
	height: 45px;
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
	color: #000;
	border: 2px solid #fff;
}
.main-section table.calc-table tr.r2 td{
	background: #f3f4f6;
}
.main-section table.calc-table th {
	background: #E4E8F3;
	font-weight: bold;
	text-align: center;
}
.main-section table.calc-table td.sort{
	text-align: left;
}
.main-section table.calc-table td input{
	height: 36px;
	width: 100px;
	text-align: center;
	font-size: 14px;
	color: #000;
	display: block;
	background: #fff;
	border: 1px solid #ededed;
	margin: 0 auto;
}
.main-section table.calc-table td input.num{
	width: 100px;
}
.main-section table.calc-table td span{
	height: 36px;
	width: 100px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
}
.main-section table.calc-table td a{
	width: 36px;
	height: 36px;
	
}
.main-section table.calc-table td a.minus{
	background: url(../images/minus.png) center center no-repeat;
	background-size: 20px;
	float: left;
}
.main-section table.calc-table td a.add{
	background: url(../images/Add%20New.png) center center no-repeat;
	background-size: 20px;
	float: right;
}
.main-section table.calc-table tr.tfoot td:first-child{
	padding-left: 130px;
	text-align: left;
	background: #fefbfb;
}
.main-section table.calc-table tr.tfoot td:last-child{
	padding-right: 240px;
	text-align: right;
	background: #FDF1F2;
}
.main-section table.calc-table tr.tfoot td input,
.main-section table.calc-table tr.tfoot td span{
	text-align: center;
	width: 100px;
	margin: 0 5px;
	display: block;
	font-weight: bold;
}
.main-section table.calc-table tr.tfoot td span.result-d,
.main-section table.calc-table tr.tfoot td span.result-e{
	width: auto;
	min-width: 45px;
}
.main-section table.calc-table tr.tfoot td input{
	width: 100px;
}
.main-section .operate-table{
	margin: 32px 0 48px 0;
}
.main-section .operate-table a{
	width: 238px;
	height: 45px;
	background: #F1F1F1;
	margin: 0 14px;
	font-size: 16px;
	color: #666;
}
.main-section .operate-table a.sub-btn{
	background: #CD2837;
	color: #fff;
}
.main-section .operate-table a:hover{
	opacity: .7;
}
.main-section table.calc-table input::-webkit-input-placeholder { 
color: #000 ; 
}
.main-section table.calc-table input:-moz-placeholder { 
color: #000; 
} 
.main-section table.calc-table input::-moz-placeholder { 
color: #000; 
}
.main-section table.calc-table input:-ms-input-placeholder { 
color: #000;
}
	
}