body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font: 14px Arial, Tahoma;
	color: #666;
	font-weight: normal;
}

button,
input,
select,
textarea,
label {
	vertical-align: middle;
	border: 0;
	outline: none;
}

img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none !important;
	color: #666;
	vertical-align: baseline;
	cursor: pointer;
	font-size: inherit;
	-o-transition: .2s ease;
	-moz-transition: .2s ease;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	word-wrap: break-word;
	word-break: break-all;
	background: #fff;
	margin: 0 auto;
	min-width: 1400px;
	width: 100%;
	font-size: 14px;
	font-family: 'MicrosoftYaHei';
}

* {
	box-sizing: border-box;
}

em,
i {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

li {
	list-style: none;
}


/*清浮*/

.g-cf:after {
	content: "";
	clear: both;
	display: table;
}

.g-cf {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}


/*浮动*/

.fl {
	float: left;
	_display: inline;
}

.fr {
	float: right;
	_display: inline;
}

input,
textarea {
	outline: none;
	-webkit-appearance: none;
	background: none;
}

input[type='checkbox']:focus {
	outline: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #cecdcd;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #cecdcd;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #cecdcd;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #cecdcd;
}

.none {
	display: none;
}

.block {
	display: block;
}

.ht {
	margin-top: 120px;
}

.red-btn {
	background: #a40000;
	border-radius: 10px;
	/*padding: 15px 40px;*/
	color: #fff;
	text-align: center;
}

.section {
	width: 1200px;
	margin: 0 auto;
}

.img2 {
	display: none;
}


/* 首页 */

.header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 111;
	top: 0;
	left: 0;
}

.h_con {
	position: relative;
}

.logo a {
	position: relative;
	overflow: hidden;
	display: block;
}

.nav {
	margin-top: 60px;
}

.nav_ul li {
	display: inline-block;
	position: relative;
}

.nav_ul li a {
	display: block;
	padding: 0 12px;
	text-align: center;
	font-size: 16px;
	line-height: 48px;
	color: #000;
	position: relative;
	transition: all .4s;
}
.nav_ul li:last-child a{
	padding-right: 0;
}

.nav_ul li:hover a {
	border-bottom: 3px solid #ce000c;
}

.nav_in li a{
	padding: 0 12px !important;
}

.h_call {
	position: absolute;
	right: 0;
	top: 25px;
}

.h_call i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 17px;
	width: 31px;
}

.h_call p {
	display: inline-block;
	font-size: 28px;
	color: #ce000c;
	vertical-align: middle;
	font-family: "SimHei";
}

.open:hover .nav_in {
	display: block;
}

.nav_in {
	display: none;
	position: absolute;
	z-index: 11;
}

.nav_in ol li {
	background: rgba(0, 0, 0, .3);
}

.nav_in ol li:nth-child(2n) {
	background: rgba(112, 112, 112, .5);
}

.nav_in ol li a {
	color: #fff;
}

.nav_ul li:hover .nav_in a {
	border-bottom: none;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	width: 54px;
	height: 54px;
	background-size: cover;
}

.banner .swiper-button-prev {
	background-image: url(../images/arrow_left.png);
	left: 15%;
}

.banner .swiper-button-next {
	background-image: url(../images/arrow_right.png);
	right: 15%;
}

.banner {
	position: relative;
}

.banner .banner_mask {
	position: absolute;
	bottom: 7px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 10px;
	background: rgba(0, 0, 0, .47);
	padding: 15px 40px;
	z-index: 11;
	font-size: 0;
	width: 961px;
}

.bmask_top p {
	color: #fff;
	font-size: 14px;
}

.bmask_top p span {
	display: inline-block;
	font-size: 18px;
}

.banner_mask form {
	padding: 15px 0 10px;
}

.banner_mask form input[type="text"] {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	font-size: 14px;
	margin-right: 9px;
}

.banner_mask form input:first-child {
	width: 310px;
}

.banner_mask form input:nth-child(2) {
	width: 390px;
}

.banner_mask form input[type='submit'] {
	font-size: 18px;
	width: 159px;
	line-height: 49px;
}

.footer_mask {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 111;
	padding: 7px 0;
}

.footmask {
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
	position: relative;
}

.footmask .close {
	position: absolute;
	display: block;
	width: 22px;
	right: 0;
	transition: .4s;
}

.footmask .close:hover{
	transform: rotate(360deg);
}

.fmask_l {
	display: inline-block;
	vertical-align: middle;
	margin-right: 23px;
}

.fmask_r {
	display: inline-block;
	vertical-align: middle;
}

.fmask_text {
	display: inline-block;
	vertical-align: middle;
	line-height: 39px;
	margin-left: 20px;
}

.fmask_text span {
	display: block;
	font-size: 30px;
	color: #A40000;
}

.fmask_text p {
	font-size: 14px;
	color: #fff;
}

.fmask_r input[type='text'],
.foot_input {
	width: 176px;
	padding: 18px 10px;
	color: #fff;
	border-radius: 5px;
	background-color: #535353;
	display: inline-block;
	font-size: 14px;
	height: 53px;
	vertical-align: middle;
	margin-right: 6px;
}

.fmask_r input[type='submit'] {
	width: 176px;
	border-radius: 5px;
	height: 53px;
	font-size: .2rem;
}

.foot_input input {
	width: 72px;
	height: auto;
	padding: 0;
}

.foot_input span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-size: 14px;
}

.fmask_r input::-webkit-input-placeholder {
	color: #fff;
}

.title {
	text-align: center;
}

.title p {
	font-size: 24px;
	color: #636363;
}

.title span {
	display: block;
	font-size: 24px;
	color: #000;
	width: 240px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}

.title span:before,
.title span:after {
	display: inline-block;
	content: '';
	width: 206px;
	height: 7px;
	background-image: url(../images/before.png);
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.title span:before {
	left: -100%;
}

.title span:after {
	right: -100%;
}

.package {
	padding-top: 50px;
}

.package_tab {
	padding: 20px 0 40px;
	text-align: center;
	font-size: 0;
}

.package_tab a {
	display: inline-block;
	width: 265px;
	text-align: center;
	line-height: 70px;
	color: #A40000;
	font-size: 26px;
	border-radius: 2px;
	border: 1px solid #A40000;
	margin: 0 12px;
}

.package_tab a.active {
	background: #A40000;
	color: #fff;
}

.hardback {
	background: #fff;
	padding: 50px 0 30px;
}

.hardback_l h3 {
	font-size: 46px;
	color: #A40000;
	margin-bottom: 10px;
}

.hardback_l span {
	font-size: 30px;
	color: #6a6a6a;
	line-height: 36px;
}

.hardback_l p {
	font-size: 14px;
	line-height: 32px;
	color: #818181;
}

.hardback_l .infobtn {
	display: block;
	width: 197px;
	line-height: 54px;
	border-radius: 5px;
}

.hardback_ul li {
	display: inline-block;
	vertical-align: middle;
	background: #ffffff;
	margin-right: 10px;
	text-align: center;
	width: 32.29%;
}
.hardback_ul li a{
	display: block;
	transition: all .4s;
	padding: 25px 20px;
	border-radius: 5px;
	border: solid 1px #dedede;
}
.hardback_ul li i {
	display: block;
	width: 86px;
	margin: 0 auto;
	transition: all .4s;
}

.hardback_ul li span {
	color: #212121;
	display: block;
	font-size: 16px;
	padding: 15px 0;
	transition: all .4s;
}

.hardback_ul li p {
	font-size: 14px;
	color: #818181;
	margin-bottom: 15px;
	height: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all .4s;
}

.hardback_ul li:last-child {
	margin-right: 0;
}

.hardback_ul li a:hover {
	background: #A40000;
}

.hardback_ul li a:hover .img1 {
	display: none;
}

.hardback_ul li a:hover .img2 {
	display: inline-block;
}

.hardback_ul li a:hover span,
.hardback_ul li a:hover p {
	color: #fff;
}

.style {
	background-image: url(../images/index02.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px;
	background-color: #f5f5f5;
}

.style_banner {
	padding-top: 20px;
	height: 563px;
}

.style_banner .swiper-slide-active{
	width: 65% !important;
	height: 563px;
}

.style_banner .swiper-slide-active img{
	width: 100%;
	height: 100%;
}

.style_banner .swiper-pagination {
	font-size: 20px;
	color: #989898;
	width: 10%;
	top: 90px;
	left: 67%;
}

.style_banner .swiper-pagination-current {
	font-size: 33px;
	color: #212121;
}
.style_banner .swiper-button-prev,.style_banner .swiper-button-next{
	width: 50px;
	height: 50px;
	background-size: 24px 22px;
	top: 115px;
	z-index: 111;
}
.style_banner .swiper-button-prev{
	background-image: url(../images/arrow_l2.png);
    left: 67.5%;
}
.style_banner .swiper-button-next{
	background-image: url(../images/arrow_r2.png);
    left: 73.5%;
}
.styleb_mask{
	position: absolute;
	bottom: 0;
	left: 61%;
	background: rgba(255,255,255,.8);
	padding: 50px 70px;
	z-index: 11;
}
.styleb_mask:before{
	display: block;
	content: '';
    border-bottom: 20px solid transparent;
    /* border-right: 0px solid transparent; */
    border-left: 20px solid rgba(255,255,255,.8);
    transform: rotate(-45deg);
    position: absolute;
    left: -10px;
    top: 50%;
}
.styleb_mask h3{
	font-size: 30px;
	color: #212121;
	text-align: center;
	padding-bottom: 40px;
}
.styleb_mask h3:before{
	display: inline-block;
	content: '/';
	width: 10px;
	height: 29px;
	margin-right: 20px;
}
.styleb_mask h3:after{
	display: inline-block;
	content: '/';
	width: 10px;
	height: 29px;
	margin-left: 20px;
}
.morebtn{
	display: block;
	border: 1px dashed #A40000;
	width: 191px;
	line-height: 46px;
	text-align: center;
	color: #A40000;
	font-size: 16px;
}
.style_nav{
	padding: 40px 0;
}
.style_nav span{
	display: block;
	font-size: 24px;
	color: #212121;
	line-height: 28px;
	padding: 0 70px;
	position: relative;
}
.style_nav span:after{
	display: inline-block;
	content: '';
	margin-left: 20px;
	width: 19px;
	height: 21px;
	background-image: url(../images/arrow02.png);
	background-repeat: no-repeat;
	transform: translateY(-50%);
}
.style_nav span:before{
	display: block;
	content: '';
	width: 1px;
	height: 76px;
	background: #dedede;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.style_ul li{
	display: inline-block;
	text-align: center;
	line-height: 44px;
	font-size: 20px;
}
.style_ul li a{
	display: block;
	color: #000;
	transition: all .4s;
	width: 70%;
	margin: 0 auto;
}
.style_ul .swiper-slide-thumb-active a{
	background: #A40000;
	color: #fff;
}
.style_ul li:hover a{
	background: #A40000;
	color: #fff;
}
.site{
	padding: 30px 0;
}
.site_ul{
	font-size: 0;
}
.site_ul li{
	margin-top: 30px;
	width: 32%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px;
	overflow: hidden;
}
.site_ul li:nth-child(3n){
	margin-right: 0;
}
.site_ul li i{
	display: block;
}
.site_ul li p{
	border: 1px solid #dedede;
	text-align: center;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	color: #212121;
}
.site .morebtn{
	display: block;
	width: 187px;
	line-height: 46px;
	border-radius: 0;
	margin: 20px auto 0;
	color: #fff;
}
.nous{
	padding: 60px 0;
	background-image: url(../images/nous.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.nous_xl{
	display: block;
}
#thumbs{
	float: left;
	width: 334px;
}
#gallery{
	float: right;
	width: 838px;
}
.nous_banner{
	padding: 45px 0 30px;
}
.nous_xl li{
	border: 1px solid #e6e6e6;
	background: #fff;
	width: 295px !important;
	text-align: center;
	transition: all .4s;
	margin-bottom: 20px;
	cursor: pointer;
}

.nous_mask{
	padding: 35px 0;
}
.nous_xl li:last-child{
	margin-bottom: 0;
}
.nous_xl li i{
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	margin-right: 15px;
}
.nous_xl li p{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #212121;
}
.nous_xl li.swiper-slide-thumb-active .img2{
	display: inline-block;
}
.nous_xl li.swiper-slide-thumb-active .img1{
	display: none;
}
.nous_xl li.swiper-slide-thumb-active{
	width: 100% !important;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-color: 000;
}
.nous_xl li.swiper-slide-thumb-active p{
	color: #fff;
}
.nous .arrow{
	transform: translateY(-50%);
	display: none;
	margin-right: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 24px;
}
.nous .arrow:before{
	display: inline-block;
	content: '';
	width: 1px;
	height: 39px;
	background: rgba(255,255,255,.35);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 50px;
}
.nous_ul_l{
	width: 295px;
}
.nous_xl li.swiper-slide-thumb-active .arrow{
	display: block;
}
.nous_xl li.swiper-slide-thumb-active .nous_mask{
	background: rgba(0,0,0,.4);
}
.nous_banner_mask{
	position: absolute;
	width: 100%;
	padding: 17px;
	background: rgba(0,0,0,.48);
	bottom: 0;
	left: 0;
}
.nous_banner_mask p{
	font-size: 16px;
	color: #fff;
}
.nous_banner_que{
	padding-top: 30px;
}
.nous_banner_que a{
	display: block;
	font-size: 14px;
	color: #212121;
}
.nous_banner_que a:before{
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 20px;
	height: 23px;
	background-image: url(../images/h_ic05.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 8px;
}
.estate{
	padding: 30px 0 20px;
}
.estate_ul li{
	width: 345px !important;
	height: 253px;
	margin-right: 14px;
	position: relative;
}
.tempWrap{
	width: 100% !important;
}
.estate_ul li i{
	display: block;
}
.estate_ul li img{
	height: 100%;
}
.estate_ul.eul1{
	margin-bottom: 10px !important;
}
.estate_ul li p{
	background: rgba(0,0,0,.51);
	text-align: center;
	padding: 15px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.estate .morebtn{
	margin: 0 auto;
}
.process_ul{
	text-align: center;
	padding: 40px 0;
}
.process_ul li{
	display: inline-block;
	vertical-align: middle;
	width: 11%;
	margin-bottom: 30px;
	cursor: pointer;
}
.process_ul li i{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}
.process_ul li i img{
	-webkit-filter: grayscale(1);
	transition: all .4s;
}
.process_ul li p{
	font-size: 16px;
	color: #636363;
	padding: 20px 0 30px;
	transition: all .4s;
}
.process_ul li span{
	display: block;
	font-size: 24px;
	color: #dedede;
	position: relative;
}
.process_ul li span:after{
	display: inline-block;
	content: '';
	width: 27px;
	height: 7px;
	background-image: url(../images/arrow.png);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 90%;
}
.process_ul li:nth-child(8n) span:after,.process_ul li:last-child span:after{
	display: none;
}
.process_ul li:hover img{
	-webkit-filter: grayscale(0);
	transform: rotateY(180deg);
}
.process_ul li:hover p{
	color: #A40000;
}
.brand_ul{
	padding-top: 30px;
	font-size: 0;
}
.brand_ul li{
	text-align: center;
	height: 98px;
}
.brand_banner .swiper-pagination{
	position: static;
}
.brand_banner .swiper-pagination-bullet{
	border: 1px solid #a40000;
	background: #fff;
	opacity: 1;
}

.brand_banner .swiper-pagination-bullet-active{
	background: #a40000;
}
footer{
	background-image: url(../images/footer.png);
	padding: 50px 0;
	background-repeat: no-repeat;
	background-size: cover;
}
footer .nav_ul li a{
	color: #fff;
}
.footer .h_call{
	position: static;
}
.footer .h_call p{
	color: #fff;
}
footer .nav_ul li a:hover{
	border-bottom: 0;
}
.foot_l{
	transform: translateY(20%);
}
.foot_l .address{
	font-size: 14px;
	color: #fff;
	margin-top: 30px;
}
.foot_r{
	padding: 0 85px;
	text-align: center;
}
.foot_r p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	padding-top: 10px;
}
.foot_p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 15px;
	background-color: rgba(129,129,129,.8);
}
.space{
	padding: 30px 0;
}
.titleh2{
	font-size: 40px;
	color: #212121;
	text-align: center;
}
.titleh2 span{
	display: inline-block;
	color: #ff5400;
	padding-right: 10px;
}
.space_top{
	width: 1081px;
	margin: 0 auto;
	padding: 40px 0 35px;
	position: relative;
}
.space_top_in i{
	display: inline-block;
	vertical-align: middle;
	width: 56px;
	margin-right: 30px;
}
.space_in_r{
	display: inline-block;
	vertical-align: middle;
}
.space_in_r span{
	display: block;
	font-size: 24px;
	color: #212121;
	margin-bottom: 20px;
}
.space_in_r p{
	font-size: 16px;
	color: #212121;
}
.space_top:before{
	display: block;
	content: '';
	width: 1px;
	height: 69px;
	background-color: #FFC46F;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
}
.space_tbox{
	position: relative;
}
.space_tab{
	position: absolute;
	width: 100%;
	bottom: 136px;
}
.space_ul{
	width: 1024px;
	margin: 0 auto;
}
.space_ul li{
	display: inline-block;
	vertical-align: middle;
}
.space_ul li a{
	display: block;
	font-size: 16px;
	color: #212121;
	width: 166px;
	line-height: 53px;
	border-radius: 5px;
	text-align: center;
}
.space_ul li.active a{
	background-color: rgba(0,0,0,.42);
	color: #fff;
}
.space_text{
	background-color: rgba(249, 249, 249, .6);
	padding: 30px;
}
.space_text span{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #FF5400;
	margin-right: 26px;
}
.space_text span:after{
	display: inline-block;
	vertical-align: middle;
	content: '';
	background-image: url(../images/arrow_r.png);
	width: 24px;
	height: 25px;
	margin-left: 17px;
}
.space_text p{
	display: inline-block;
	vertical-align: middle;
	width: 1022px;
	font-size: 16px;
	line-height: 30px;
	color: #212121;
}
.space_info i{
	display: block;
	width: 100%;
	height: 456px;
	background: #ccc;
}
.quality{
	background-image: url(../images/pz.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 484px;
}
.quality .titleh2{
	padding: 40px 0 45px;
}
.quality_ul li{
	display: inline-block;
	vertical-align: middle;
	width: 211px;
	height: 214px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/pz01.png);
	margin: 0 40px;
	text-align: center;
	padding: 40px 0;
}
.quality_ul li:nth-child(2n){
	background-image: url(../images/pz01_2.png);
}
.quality_ul li:hover{
	transform: rotateY(180deg) !important;
}
.quality_ul li i{
	display: block;
	width: 41px;
	margin: 0 auto;
}
.quality_ul li p{
	color: #a98f6c;
	font-size: 28px;
	margin-top: 27px;
}
.quality_ul li:nth-child(2n) p{
	color: #fff;
}
.stuff{
	padding: 40px 0;
}
.stuff_ul{
	padding-top: 20px;
	font-size: 0;
}
.stuff_ul li{
	margin-top: 25px;
	height: 493px;
}
.stuff_ul li .stuff_ul_l{
	display: inline-block;
	vertical-align: middle;
	width: 710px;
}
.stuff_ul li .stuff_ul_r{
	display: inline-block;
	vertical-align: middle;
	background: #f4f4f4;
	width: 490px;
	height: 100%;
	
}
.stuff_ul_r h3{
	font-size: 54px;
	color: #212121;
	padding-top: 20px;
	text-align: center;
}
.stuff_ul_r_con{
	position: relative;
	background-image: url(../images/cl03.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 65px 0 55px;
	margin: 40px 0 20px;
	height: 220px;
}
.stuff_ul_r_con span{
	display: block;
	width: 293px;
	line-height: 57px;
	background: #313131;
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -20px;
}
.stuff_ul_r_con p{
	font-size: 18px;
	line-height: 49px;
	color: #212121;
	padding: 0 50px;
}
.stuff_img{
	padding: 0 18px;
	font-size: 0;
}
.stuff_img i{
	display: inline-block;
	vertical-align: middle;
	width: 49%;
}
.stuff_img i:first-child{
	margin-right: 2%;
}
.styleinfo_tab{
	padding: 20px 0;
	font-size: 0;
	border-bottom: 1px solid #dedede;
}
.styleinfo_tab li{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #212121;
	padding: 0 5px;
}
.styleinfo_tab li a{
	display: block;
	padding: 0 20px;
	line-height: 36px;
	color: #000;
	transition: all .4s;
}
.styleinfo_tab li.active a{
	background-color: #ce000c;
	border-radius: 2px;
	color: #fff;
}
.styleinfo_tab li a:hover{
	background-color: #ce000c;
	border-radius: 2px;
	color: #fff;
}
.styleinfo_con{
	font-size: 0;
	padding: 30px 0;
}
.styleinfo_ul li{
	display: inline-block;
	vertical-align: middle;
	width: 32.2%;
	margin-right: 20px;
	margin-bottom: 50px;
	transition: all .4s;
}
.styleinfo_ul li:nth-child(3n){
	margin-right: 0;
}
.styleinfo_ul li i{
	display: block;
	width: 100%;
	height: 251px;
	overflow: hidden;
}
.styleinfo_ul li i img{
	width: 100%;
}
.styleinfo_ul li p{
	font-size: 20px;
	color: #212121;
	background-color: #dedede;
	text-align: center;
	line-height: 60px;
}
.switch{
	text-align: center;
}
.switch a{
	display: inline-block;
	font-size: 16px;
	color: #7e7e7e;
	padding: 0 15px;
	line-height: 40px;
	background-color: #eee;
	margin: 0 5px;
	transition: all .4s;
}
.switch a.active{
	background-color: #ccc;
}
.switch a:hover{
	background-color: #ccc;
}
.navbar{
	padding: 10px 0;
}
.navbar p{
	font-size: 14px;
	color: #818181;
}
.styleinfo_tit{
	padding: 20px 0;
}
.styleinfo_tit h2{
	font-size: 24px;
	color: #212121;
	border-bottom: 2px solid #ce000c;
	padding-bottom: 15px;
}
.styleinfo_tit p{
	padding: 10px 15px;
	background-color: #f9f9f9;
	font-size: 16px;
	color: #000;
	position: relative;
	margin-top: 20px;
}
.styleinfo_tit p:before{
	display: inline-block;
	content: '';
	width: 5px;
	height: 37px;
	background-color: #ce000c;
	position: absolute;
	left: 0;
	top: 0;
}
.styleinfo_box{
	/* padding-bottom: 30px; */
}
.styleinfo_box_img{
	padding: 15px 0;
	text-align: center;
}
.styleinfo_box_img img{
	/* width: 100%; */
	margin-bottom: 25px;
}
.styleinfo_box_img p{
	font-size: 20px;
	line-height: 44px;
	color: #212121;
}
.brief_tit h2{
	font-size: 24px;
	line-height: 30px;
	color: #a40000;
}
.brief{
	padding: 25px 0;
}
.brief_tit{
	font-size: 18px;
	line-height: 30px;
	color: #818181;
}
.brief_info{
	padding: 25px 0;
	font-size: 16px;
	line-height: 30px;
	color: #212121;
}
.play{
	width: 1015px;
	height: 576px;
	margin: 45px auto 0;
	text-align: center;
}
.contact{
	padding-bottom: 40px;
}
.contact_info{
	margin: 90px auto 20px;
	width: 669px;
	border: solid 1px #ce000c;
	text-align: center;
	position: relative;
}
.contact_img{
	width: 160px;
	background: #fff;
	position: absolute;
	top: -33px;
	left: 50%;
	transform: translateX(-50%);
}
.contact_img i{
	display: block;
	width: 66px;
	height: 66px;
	margin: 0 auto;
}
.contact_text{
	font-size: 16px;
	line-height: 36px;
	color: #000;
	padding: 60px 0 70px;
}
.nousinfo_box{
	padding-bottom: 30px;
}
.nousinfo_ul{
	padding: 50px 0;
	font-size: 0;
}
.nousinfo_ul i{
	display: inline-block;
	vertical-align: middle;
	width: 493px;
}
.nousinfo_ul li{
	margin-bottom: 30px;
	box-shadow: 1px 5px 5px 0px rgba(222, 222, 222, 0.75);
	border: solid 1px #dedede;
}
.nousinfo_ul li:last-child{
	margin-bottom: 0;
}
.nousinfo_ul li a{
	display: block;
}
.nousinfo_ulr{
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px 30px;
	width: 705px;
}
.nousinfo_ulr h3{
	font-size: 18px;
	color: #ce000c;
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
}
.nousinfo_ulr p{
	padding: 20px 0;
	font-size: 16px;
	line-height: 29px;
	color: #818181;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.nousinfo_ulr span{
	display: block;
	font-size: 16px;
	line-height: 29px;
	color: #212121;
}
.nousinfo_tit{
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
}
.nousinfo_tit h2{
	font-size: 20px;
	line-height: 29px;
	color: #212121;
}
.nousinfo_tit p{
	font-size: 14px;
	line-height: 29px;
	color: #818181;
	/* margin-top: 20px; */
}
.nous_info{
	padding: 40px 0 50px;
	border-bottom: 1px solid #dedede;
}
.page{
	padding-top: 30px;
}
.page a{
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 29px;
}
.siteinfo_box{
	padding-bottom: 10px;
}
.siteinfo_box .site_ul{
	padding-bottom: 30px;
}
.info-text{
	text-align: left;
	font-size: 18px;
	line-height: 44px;
	color: #212121;
}
.designer_li{
	background-color: #f9f9f9;
	border: solid 1px #efefef;
	padding: 30px 5px 15px;
	margin-bottom: 30px;
}
.designer_li_top{
	padding: 0 20px 5px;
}
.designer_li_top i{
	display: block;
	width: 197px;
	height: 197px;
	border-radius: 50%;
	overflow: hidden;
}
.designer_li_tr{
	margin-top: 15px;
}
.dli_tr_t p{
	font-size: 16px;
	color: #818181;
}
.dli_tr_t p span{
	display: inline-block;
	font-size: 24px;
	color: #212121;
}
.dli_tr_t p:first-child{
	margin-bottom: 20px;
}
.dli_tr_b p{
	font-size: 16px;
	line-height: 30px;
	color: #212121;
	width: 752px;
	display: -webkit-inline-box;
	vertical-align: middle;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-right: 20px;
}
.dli_tr_b .infobtn{
	display: inline-block;
	border-radius: 20px;
	border: dashed 1px #212121;
	font-size: 16px;
	line-height: 50px;
	color: #212121;
	width: 164px;
	text-align: center;
	vertical-align: middle;
}
.designer_ul li .styleinfo_ul li{
	margin-bottom: 0;
}
.designer_con{
	padding: 40px 0;
	font-size: 0;
}
.designerinfo_con{
	padding-top: 30px;
	font-size: 0;
}
.designerinfo_con .designer_li_top i{
	width: 322px;
	height: 322px;
	border-radius: 0;
	box-shadow: 10px 10px 0px 0px #c5c5c5;
}
.designerinfo_con .dli_tr_b p{
	display: block;
}
.designerinfo_con .designer_li{
	/* padding: 30px 30px 70px; */
	background-color: #f9f9f9;
	box-shadow: 2px 6px 5px 0px rgba(129, 129, 129, 0.75);
}
.designerinfo_con .designer_li_top{
	padding: 30px 30px 70px;
}
.designerinfo_box_head{
	border-bottom: 1px solid #dedede;
}
.designerinfo_box_head h3{
	font-size: 24px;
	color: #000;
	line-height: 29px;
	display: inline-block;
}
.designerinfo_box_head h3 span{
	display: inline-block;
	font-size: 36px;
}
.dswitch{
	margin-top: 15px;
}
.dswitch a{
	display: inline-block;
	font-size: 18px;
	color: #000;
	margin-right: 15px;
}
.dswitch a i{
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	margin: 10px;
}
.designerinfo_box .styleinfo_ul{
	padding-top: 30px;
}
.designerinfo_box .styleinfo_ul li p{
	background-color: #fff;
	border: solid 1px rgba(222,222,222,.7);
}
.brand{
	padding-bottom: 10px;
}
.brand_ul li a{
	display: block;
	overflow: hidden;
}
.brand_ul li img,.h_call i img,.styleinfo_ul li img,.site_ul li img{
	transition: all .4s;
	width: 100%;
}
.brand_ul li a:hover img,.h_call i:hover img,.styleinfo_ul li:hover img,.site_ul li:hover img{
	transform: scale(1.1);
}
