@import "font_1523327_oxbn83is9gq_2.css";

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
input,
legend,
li,
ol,
pre,
textarea,
ul {
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei", "微软雅黑", STHeiti, Helvetica, Arial, sans-serif
}

li {
	list-style: none
}

a,
button {
	outline: 0
}

a:link,
a:visited {
	text-decoration: none
}

.container,
.container-auto {
	width: 100%;
	margin: 0 auto;
	padding: 0
}

.container-auto:after,
.container-auto:before,
.container:after,
.container:before {
	content: '';
	display: block;
	clear: both
}

input {
	outline: 0;
	border: none;
	background: 0 0
}

body {
	min-width: 1200px
}

ul:after,
ul:before {
	content: '';
	display: block;
	clear: both
}

.c-line-clamp1,
.c-line-clamp2,
.c-line-clamp3,
.c-line-clamp4,
.c-line-clamp5 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical
}

.c-line-clamp1 {
	-webkit-line-clamp: 1
}

.c-line-clamp2 {
	-webkit-line-clamp: 2
}

.c-line-clamp3 {
	-webkit-line-clamp: 3
}

.c-line-clamp4 {
	-webkit-line-clamp: 4
}

.c-line-clamp5 {
	-webkit-line-clamp: 5
}

.base-title {
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	color: grey
}

.base-title .title {
	font-size: 22px;
	color: #333;
	float: left
}

.base-title .en {
	font-family: arial;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	text-transform: uppercase
}

.base-title .title-right {
	float: right;
	font-size: 12px
}

.base-title .title-right .more {
	color: #bb0511
}

.base-title .title-right a {
	color: grey
}

@media (min-width:1440px) {
	.container-auto {
		width: 1366px
	}
	.axc {
		display: flex;
		justify-content: space-between;
		background: #EEEEEE;
		padding: 10px 0;
	    width: 1366px;
	    margin: 0 auto;
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media (min-width:1600px) {
	.container-auto {
		width: 1440px
	}
	.axc {
		display: flex;
		justify-content: space-between;
		background: #EEEEEE;
		padding: 10px 0;
	    width: 1440px;
	    margin: 0 auto;
		padding-left: 2%;
		padding-right: 2%;
	}
}

#header {
	background: #fff;
	height: 50px;
	margin: 35px 0;
	font-size: 14px
}

#header .logo {
	margin: 0
}

#header .logo-text {
	font-size: 16px;
	color: #222;
	line-height: 50px;
	margin-left: 10px;
	margin-bottom: 0
}

#header .select-address {
	line-height: 50px;
	margin-left: 45px;
	color: #000
}

#header .select-address .click-address {
	color: #bb0511
}

#header .search-container {
	border: 1px solid #ddd;
	border-radius: 5px;
	height: 35px;
	margin-top: 8px;
	margin-left: 40px;
	line-height: 35px
}

#header .search-container .search-select {
	width: 90px;
	text-align: center;
	font-size: 12px;
	border-right: 1px solid #ddd;
	padding: 0 15px;
	cursor: pointer;
	position: relative
}

#header .search-container .search-select .iconfont {
	font-size: 12px;
	color: #666
}

#header .search-container .search-select .select {
	display: none;
	z-index: 99999999;
	position: absolute;
	background: #fff;
	width: auto;
	border: 1px solid #ddd;
	border-top: 0;
	left: -1px;
	right: -1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	top: 31px;
	text-align: center;
	padding: 5px 0;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, .2)
}

#header .search-container .search-select .select li {
	height: 30px;
	line-height: 30px
}

#header .search-container .search-select .select li:hover {
	background: #eee
}

#header .search-container .search input {
	float: left;
	border: none;
	outline: 0;
	height: 33px;
	padding: 0 10px
}

#header .search-container .search .submit {
	background: 0 0;
	border: none;
	padding: 0 10px;
	color: #bb0511
}

#header .hot-line {
	line-height: 50px
}

#header .hot-line .iconfont {
	font-size: 25px;
	float: left;
	margin-right: 5px;
	color: #bb0511
}

#header .hot-line .tel {
	color: #bb0511;
	font-weight: 700;
	font-size: 16px;
	font-family: Arial
}

#nav {
	background: #bb0511;
	height: 50px;
	position: relative;
	z-index: 99999
}

#nav.sticky .float-logo.hidden {
	display: block !important;
	margin-right: 28px;
	height: 40px;
	margin-top: 5px
}

#nav.sticky .float-logo.hidden img {
	height: 100%
}

#nav.sticky .navs .def-nav {
	width: 110px
}

#nav .navs {
	height: 50px;
	line-height: 50px
}

#nav .navs .def-nav {
	width: 133px;
	float: left;
	text-align: center
}

#nav .navs .def-nav-a {
	color: #fff;
	display: block
}

#nav .navs .def-nav.active .def-nav-a,
#nav .navs .def-nav.hover .def-nav-a,
#nav .navs .def-nav:hover .def-nav-a {
	background: #80040c
}

#nav .navs .def-nav .pulldown {
	display: none;
	left: 0;
	width: 100% !important;
	top: 50px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
	transition: all .3s linear;
	background: #fff
}

#nav .navs .def-nav .pulldown.hover {
	display: block
}

#nav .navs .def-nav .pulldown ul {
	padding: 10px 0 0
}

#nav .navs .def-nav .pulldown li {
	height: 45px;
	line-height: 45px;
	font-size: 14px
}

#nav .navs .def-nav .pulldown li:hover {
	background: #eee
}

#nav .navs .def-nav .pulldown a {
	color: #000;
	display: block
}

.footer {
	position: relative;
	background: #4D4D4D;
	padding: 15px 15px 10px;
	color: #fff;
	font-size: 12px;
	line-height: 25px
}

.footer .title {
	margin: 0;
	font-size: 14px;
	margin-bottom: 10px
}

.footer a {
	color: #fff
}

.footer a:hover {
	color: #bb0511
}

.footer p {
	margin: 0
}

.footer .quick {
	width: 18%;
	margin-right: 2%
}

.footer .quick li {
	float: left;
	width: 50%
}

.footer .contact {
	width: 25%;
	margin-right: 2%
}

.footer .qrcode {
	width: 23%
}

.footer .qrcode .image {
	float: left;
	text-align: center;
	margin: 0 5%
}

.footer .qrcode img {
	width: 100px;
	height: 100px
}

.footer .form {
	width: 23%
}

.footer .form input {
	display: block;
	border: none;
	background: #fff;
	height: 28px;
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 10px;
	color: #333
}

.footer .form input[name=name] {
	width: 40%;
	float: left
}

.footer .form input[name=mobile] {
	width: 55%;
	float: right
}

.footer .form .captcha input {
	width: 60%;
	float: left
}

.footer .form .captcha img {
	float: right;
	width: 36%;
	height: 28px
}

.footer .form .sms-code .get-sms-code {
	margin: 0 !important
}

.footer .form button {
	border: none;
	display: block;
	background: #bb0511;
	width: 100%;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 14px
}

.footer .info {
	float: left;
	margin-top: 5px;
	height: 20px;
	line-height: 20px
}

.footer .info a {
	margin-right: 5px
}

.copyright {
	background: #444;
	padding: 10px 0;
	overflow: hidden;
	font-size: 12px;
	color: #fff;
	line-height: 22px
}

.copyright a {
	color: #fff
}

.copyright a:hover {
	text-decoration: underline
}

#click-footer-message {
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 999999
}

#footer-message {
	display: none;
	width: 0
}

#footer-message.is-show {
	display: block;
	position: fixed;
	left: -100%;
	right: auto;
	width: 100%;
	bottom: 0;
	height: 70px;
	z-index: 999999;
	background: rgba(0, 0, 0, .6) !important;
	filter: alpha(opacity=60);
	background: #000
}

#footer-message.is-show .container-auto {
	position: relative;
	height: 100%
}

#footer-message.is-show .mayi-icon {
	position: absolute;
	left: 0;
	bottom: 0
}

#footer-message.is-show .mayi-icon-text {
	margin-left: 120px;
	position: relative;
	height: 70px
}

#footer-message.is-show .mayi-icon-text .row1 {
	font-size: 16px;
	color: #fff;
	margin: 15px 0 0
}

#footer-message.is-show .mayi-icon-text .row2 {
	font-size: 14px;
	color: #fff;
	line-height: 25px
}

#footer-message.is-show .mayi-icon-text .tel {
	color: #fa1422;
	font-size: 18px;
	display: inline-block;
	margin-top: 2px;
	font-family: Arial;
	float: right
}

#footer-message.is-show .mayi-form {
	width: 65%;
	height: 30px;
	margin-top: 20px
}

#footer-message.is-show .mayi-form input {
	background: #fff;
	float: left;
	margin-right: 2%;
	height: 30px;
	padding: 0 10px;
	font-size: 12px;
	width: 19%
}

#footer-message.is-show .mayi-form .form-submit {
	background: #bb0511;
	color: #fff;
	border: 0;
	height: 40px;
	width: 12%;
	margin: -5px 2% 0 1%;
	font-size: 16px;
	float: right
}

#footer-message.is-show .close-icon {
	position: absolute;
	right: -35px;
	cursor: pointer;
	color: #fff
}

#footer-message.is-show .close-icon .iconfont {
	font-size: 25px
}

#designer-reserve,
#message-pop {
	display: none
}

#designer-reserve .title,
#message-pop .title {
	height: 50px;
	line-height: 50px;
	background: #bb0511;
	color: #fff;
	padding: 0 15px
}

#designer-reserve .title .pop-close,
#message-pop .title .pop-close {
	cursor: pointer
}

#designer-reserve form,
#message-pop form {
	padding: 5px 15px 15px
}

#designer-reserve form input,
#message-pop form input {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	padding-left: 10px
}

#designer-reserve form .captcha,
#message-pop form .captcha {
	overflow: hidden
}

#designer-reserve form .captcha input,
#message-pop form .captcha input {
	width: 60%;
	float: left
}

#designer-reserve form .captcha img,
#message-pop form .captcha img {
	width: 35%;
	margin-top: 10px;
	height: 40px;
	float: right;
	border: 1px solid #ddd
}

#designer-reserve form .form-submit,
#message-pop form .form-submit {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #bb0511;
	border: none;
	border-radius: 5px;
	margin-top: 15px
}

#designer-reserve form .vip-info,
#message-pop form .vip-info {
	margin: 10px 0 0;
	font-size: 14px;
	color: #444;
	text-align: center;
	line-height: 20px
}

#designer-reserve form .vip-info .iconfont,
#message-pop form .vip-info .iconfont {
	font-size: 18px;
	line-height: 20px;
	color: #bb0511
}

.banner_con {
	width: 100%
}

.crumbs {
	width: 100%;
	line-height: 40px;
	background: #FAFAFA;
	margin-bottom: 50px;
	/* margin-top:150px 	; */
}

.crumbs .iconditu {
	color: #bb0511;
	margin-right: 2px
}

.crumbs a {
	color: #1e1e1e
}

.crumbs a:hover {
	color: #bb0511
}

.paging {
	padding: 10px 0;
	text-align: center
}

.pagination>li {
	width: auto !important;
	padding: 0 !important;
	margin: 0;
	border: none !important
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #bb0511;
	border-color: #bb0511
}

.pagination>li>a,
.pagination>li>span {
	color: #bb0511
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #8f0510
}

body .layui-layer-msg {
	border-radius: 0;
	border-color: #e7eaec;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
	min-width: 300px
}

body .layui-layer-dialog .layui-layer-padding {
	padding: 15px 15px 15px 60px
}

body .layui-layer-dialog .layui-layer-content .layui-layer-ico {
	top: 12px
}

body .layui-layer-setwin .layui-layer-close2 {
	background-position: 1px -40px;
	width: 15px;
	height: 15px;
	top: 5px;
	right: -5px
}

body .layui-layer-setwin .layui-layer-close2:hover {
	background-position: 1px -40px
}

#city-select {
	display: none;
	width: 100%;
	height: 200px;
	padding: 15px;
	background: url(../images/city-bg-logo.png) no-repeat 280px 45px #8f0510;
	color: #fff;
	position: relative
}

#city-select .content {
	height: 100%;
	padding: 15px;
	border: 1px solid #FFFAE3
}

#city-select #city-close {
	position: absolute;
	right: 25px;
	top: 25px;
	cursor: pointer
}

#city-select h4 {
	margin-top: 20px;
	font-size: 22px
}

#city-select h4 a {
	font-size: 26px;
	color: #FFFAE3
}

#city-select h5 {
	margin-top: 30px;
	color: #eee
}

#city-select a {
	color: #FFFAE3;
	margin-right: 15px;
	font-size: 14px
}

#city-select a:hover {
	text-decoration: underline
}

#suspend {
	position: fixed;
	right: 20px;
	width: 100px;
	height: 370px;
	top: 50%;
	margin-top: -185px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	z-index: 99999
}

#suspend li {
	margin-bottom: 6px;
	text-align: center
}

#suspend li a {
	display: block
}

#suspend .sus a {
	width: 100%;
	height: 108px;
	background: url(../images/show_2.png) no-repeat top center;
	transition: .3s
}

#suspend .suss {
	padding-left: 26px
}

#suspend .sus2,
#suspend .sus3,
#suspend .sus4,
#suspend .sus5 {
	transition: .3s
}

#suspend .sus2:hover,
#suspend .sus3:hover,
#suspend .sus4:hover,
#suspend .sus5:hover {
	padding-left: 13px
}

#suspend .sus2 a {
	width: 55px;
	height: 55px;
	background-position: -11px -114px
}

#suspend .sus3 a {
	width: 55px;
	height: 55px;
	background-position: -11px -174px
}

#suspend .sus4 a {
	width: 55px;
	height: 55px;
	background-position: -11px -235px
}

#suspend .sus5 {
	display: none
}

#suspend .sus5 a {
	width: 55px;
	height: 55px;
	background-position: -11px -295px
}

#suspend .sus1 a:hover {
	background: url(../images/hid_2.png) no-repeat 0 0
}

#suspend .sus2 a:hover {
	background: url(../images/hid_2.png) no-repeat -11px -114px
}

#suspend .sus3 a:hover {
	background: url(../images/hid_2.png) no-repeat -11px -174px
}

#suspend .sus4 a:hover {
	background: url(../images/hid_2.png) no-repeat -11px -235px
}

#suspend .sus5 a:hover {
	background: url(../images/hid_2.png) no-repeat -11px -295px
}

.sms-code {
	overflow: hidden;
	clear: both
}

.sms-code-input {
	width: 65% !important;
	float: left
}

.sms-code .get-sms-code {
	font-size: 12px;
	width: 33% !important;
	float: right;
	height: 35px;
	margin-top: 15px;
	border: 1px solid #F2F2F2;
	background: #F2F2F2;
	color: #333
}

.sms-code .get-sms-code[disabled] {
	color: #999
}
