/* 首页栏目区分标题 */
.index_title {width: 100%; height: auto;}
.h20 { width: 1200px; height: 20px; margin: 0 auto;}
/* header */
header {width: 1200px; height: 100px; margin: 0 auto;}
header .logo { width: 240px; float: left; margin-top: 10px; height: 60px;}
.logo_info {
width: 215px;
float: left;
margin-left:5px;
margin-top: 19px;
}
.logo_info h3 {
font-size: 18px;
line-height: 32px;
color: #9A9A9A;
padding: 0;
margin: 0;
}
.logo_info p {
font-size: 14px;
color: #9A9A9A;
}
header .top-wechat { float: right; margin-top: 20px; height: 60px; width:100px; text-align: right;}
header .top-wechat  img{ height: 100%;}
header .top-phone { float: right; margin-top: 13px; height: 70px; width:250px; text-align: right;}
header .top-phone p {margin-block-start:0.5rem; line-height: 22px;}

/* 导航 */
.menu {
	z-index: 9999;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1b65c8;
  display: flex;
  justify-content: center;
}
.menu * {
  box-sizing: border-box;
}
.menu .center {
  width: 1200px;
}
.menu .ul-list {
  display: flex;
  padding: 0;
  margin: 0;
}
.menu .ul-list > li {
  flex: 1;
  list-style: none;
  position: relative;
}
.menu .ul-list > li:last-child {
  border-right: none;
}
.menu .ul-list > li:hover {background-color: #0e51ac;}
.menu .ul-list > li > a {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}
.menu .ul-list > li > span {
  color: #fff;
  font-size: 14px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .ul-list > li:hover .ol-list {
  display: block;
}
.menu .ol-list {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  z-index: 999;
  background: #1b65c8;
  width: 100%;
  padding-inline-start: 0;
}
.menu .ol-list > li { list-style: none;}
.menu .ol-list > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .ol-list > li > a:hover {
  background-color: #0e51ac;
}


/* banner */
.banner { width: 1200px; height: auto; margin: 0 auto;overflow:hidden;position:relative;}
.target {
	width:1200px;
	height:453px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.target img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* 首页新闻 */
.index_news { width: 1200px; margin:0 auto; height: 49px;  background-image: url(../images/index_news_bg.jpg); background-repeat: no-repeat;}
#nav {MARGIN: 0 auto; HEIGHT: 117px}
#nav #hotnews {BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 89px}
#Scroll {
CLEAR: both;  FONT-SIZE: 14px;  MARGIN: 0px auto; padding-left: 50px; WIDTH:1000px; COLOR: #c2130e; LINE-HEIGHT: 49px;  HEIGHT: 49px; TEXT-ALIGN: left
}
#Scroll A {PADDING-RIGHT: 20px; PADDING-LEFT: 10px;  COLOR: #000; MARGIN-RIGHT: 5px; TEXT-DECORATION: none; display: block;}
#Scroll A span {float: right; color: #666666;}
#Scroll A.s_end {PADDING-RIGHT: 0px; MARGIN-LEFT: 8px}

/* 首页流程 */
.index_about {width: 1200px; height: auto; margin: 0 auto;}
.index_about_content {width: 100%; height: 360px;}
.ab_left {float: left; width: 545px;}
.ab_right { float: right; width: 600px; text-align: left; margin-top: -5px;}
.ab_right p { margin-block-start: 0; margin-block-end: 0; line-height: 29px; text-indent: 2em;}


/* 首页流程 */
.index_liucheng {width: 1200px; height: auto; margin:0 auto ;}
.index_liucheng_content {margin-top: 10px;}

/* 首页工程案例 */
.index_anli { width: 1200px; height: auto; margin: 0 auto;}
.index_anli_list { width: 100%; height:870px;}
.index_anli_list ul {display:flex;justify-content:space-between;flex-wrap:wrap;padding-inline-start: 0;}
.index_anli_list li {list-style: none;height: 271px; width: 360px; margin-bottom: 30px;}
.index_anli_list li a{width: 100%;}
.index_anli_list li a img {width: 100%;}
/* 首页品牌 */
.index_pinpai { width: 1200px; height: auto ; margin: 0 auto;}
.index_pinpai_list { width: 100%; height: 380px;}
.index_pinpai_list ul {display:flex;justify-content:space-between;flex-wrap:wrap;padding-inline-start: 0;}
.index_pinpai_list li {list-style: none; width: 220px; height:110px; border: 1px solid #c0c0c0; margin-top: 15px;}
.index_pinpai_list li img {width: 100%; height: 100%;}

/* 首页知识 */
.index_zhishi { width: 1200px; height: auto ; margin: 0 auto;}
.zhishi_news { width: 100%; height: 180px;}
.zhishi_news ul {width: 30%; display: block; height: 100px; float: left; padding: 0; margin: 0; margin-left: 20px;}
.zhishi_news ul li {height: 30px; line-height: 30px; list-style: none; padding: 0; margin: 0; font-size: 13.75px;}
.zhishi_news ul li a { width:270px; display: inline-block; float: left; color: #333333;}
.zhishi_news ul li span { display: inline-block; float: right; color: #666666;}

/* 新闻 */
.main_box {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.card_title_box {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.title_green_pic {
	vertical-align: sub;
	margin-right: 5px;
}
.card_title_left {
	width: 80%;
	float: left;
	overflow: hidden;
	height: 40px;
}
.card_title_right {
	width: 20%;
	float: right;
	text-align: right;
	font-size: 12px;
	margin-top: 17px;
}
.card_title_right a {
	color: #000;
}
.card_title_right a:hover {
	color: #ff343f;
}
.big_size_blod {
	font-size: 28px;
	font-weight: bold;
}
.big_size {
	font-size: 28px;
	margin-left: 8px;
	margin-right: 10px;
}
.small_size {
	font-size: 12px;
}
.title_little {
	margin-left: 80px;
	font-size: 12px;
}
.title_little a {
	font-style: normal;
	margin-right: 20px;
	color: #474747;
}
.title_little a:hover {
	text-decoration: underline;
}
/*装修知识部分*/
.knowledge_box {
	width: 1200px;
	overflow: hidden;
	background-size: 175px 200px;
	height: 200px;
	background-color: #f8f8f8 !important;
}
.knowledge_list_top {
	width: 239px;
	height: 200px;
	overflow: hidden;
}
.knowledge_pic_box {
	width: 239px;
	height: 200px;
}
.knowledge_pic_box img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	width: 239px;
	height: 200px;
}
.knowledge_pic_box:hover img {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	width: 239px;
	height: 200px;
}
.first_knowledge_box {
	background: url('../images/knowledge_top.jpg') left center no-repeat;
	margin-bottom: 14px;
}
.last_knowledge_box {
	background: url('../images/knowledge_bottom.jpg') left center no-repeat;
	margin-bottom: 40px;
}
/*装修攻略*/
.knowledge_list_top {
	float: left;
	position: relative;
	margin-left: 16px;
}
.knowledge_list_top img {
	width: 239px;
	height: 200px;
}
.knowledge_list_top:first-child {
	margin-left: 196px;
}
.knowledge_list_top_mask {
	position: absolute;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 28px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
}
/*大家都在问*/
.knowledge_list_box {
	width: 333px;
	float: left;
	overflow: hidden;
	margin-top: 25px;
}
.knowledge_list_box a {
	color: #333;
}
.knowledge_img_box {
	position: absolute;
	margin-left: 0px;
}
.knowledge_list {
	margin-left: 120px;
	position: relative;
	margin-top: -2px;
}
.knowledge_list li {
	list-style: disc;
	font-size: 13px;
	width: 180px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 26px;
}
.knowledge_list_box a:hover {
	text-decoration: underline;
	color: #ff343f !important;
}
.knowledge_title {
	margin-bottom: 20px;
	font-size: 18px;
}
.list_first {
	margin-left: 196px;
}
.list_next {/*margin-left: 70px;*/
}
#customized .swiper-slide {
	opacity: 1;
}
#interent .swiper-slide {
	opacity: 1;
}


/* footer */
footer {background-color: #3b3b3b; width: 100%; height: auto;}
footer .dibu { width: 1200px; margin:0 auto; height: 210px; padding-top: 15px;}
footer .dibu .fbox-1 { float: left; width:150px; text-align: center;}
footer .dibu .fbox-1 p { color: #FFFFFF;}
footer .dibu .fbox-2 { float: left;  width:430px;}
footer .dibu .fbox-2 p { color: #FFFFFF;}
footer .dibu .lianxi { width: 400px; float: right;}
footer .dibu .lianxi p {color: #FFFFFF;}
footer .beian { width: 100%; height: 40px; background-color: #2e2e2e; line-height: 40px; text-align: center; color: #ffffff;}
footer .beian a { color: #FFFFFF;}


/* 内页当前位置 */
.nei_nav { width: 1200px; height: 40px; line-height: 40px; font-size: 12px; margin: 0 auto;}

/* main */
.main { width: 1200px; height:  auto; margin: 0 auto;}
.main_left { width: 200px; float: left; height: auto;}
.main_right {width: 980px; height: auto; float: right;} 

.nei_left_menu {
	width: 194px;
	height: auto;
	border: 1px solid #d6d6d6;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.nei_left_title {
	width: 192px;
	height: 45px;
	background-image: url(../images/nei_left_title_bg.jpg);background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	line-height: 45px;
	font-size: 0.85rem;
}
.nei_left_menu ul {padding: 0; margin: 0;}
.nei_left_menu li{ width: 100%; height: 43px; border-bottom: 1px solid #d6d6d6; list-style: none;}
.nei_left_menu li a { width: 100%; height: 100%; display: block; text-align: center; line-height: 43px;font-size: 0.85rem; color: #444444;}
.nei_right ul { padding: 0; margin: 0;padding-inline-start: 0;display:flex;justify-content:space-between;flex-wrap:wrap;padding-inline-start: 0;}
.nei_right .list_tu {
}
.main_list_tu li {
	list-style: none; 
	width: 305px;
	 height: auto;
	 margin-bottom: 25px;
	}
.main_list_tu li img { width: 100%;}
.main_list_tu li span { height: 30px; line-height: 30px; font-size: 14px; width: 100%; display: block;}
.main_list_news a { color: #333333;}
.main_list_news dl { width: 95%; height: auto;margin-block-start: 0; padding-left: 5px; display: block;box-shadow:0 0 5px #ccc; padding-bottom: 10px;}
.main_list_news dl span { width: 100%; font-size: 12px; color: #898a8c; border-bottom: 1px solid #d7d7d7; display: block; line-height:24px;}
.main_list_news dl dt { font-size: 18px; line-height: 40px; height: 40px; padding-top: 10px;}
.main_list_news dl dd { font-size: 14px; line-height: 30px;margin-inline-start: 0;}

.main_list_news .title {font-size: 18px; line-height: 50px;}
.main_list_news .page_title {font-size: 18px; line-height: 50px; height: 50px; border-bottom: 1px solid #d7d7d7;}
.main_list_news .span_time { width: 100%; font-size: 12px; color: #898a8c; border-bottom: 1px solid #d7d7d7; display: block; line-height:30px; margin-bottom:10px;}
.main_list_news .content {padding: 10px;line-height: 30px;}
.main_list_news .content p{ font-size:13.75px; color: #626262; line-height: 30px; 
margin-inline-start: 0;margin-block-start:0;margin-block-end: 0;}