<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header{
	background:-webkit-gradient(linear,54% 100%, 0% 100%, from(#FE0101), to(#C62923), color-stop(0.5,#E8110E));
}
.header_left{
	float: left;
	width: 70%;
}
.nav{
	float: left;
	padding-left: 2%;
	padding-right: 3%;
	width: 72%;
}
.nav a{
	display: block;
	width: 13.5%;
	text-align: center;
	line-height: 72px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
}
.nav a:hover{
	background: #ff0000;
}
select{
	float: left;
	background: none;
	color: #fff;
	font-size: 14px;
	line-height: 72px;
	margin-top: 16px;
	height: 40px;
}
select option{
	color: #333;
}
.hot_line{
	padding-left: 6%;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 72px;
}
.hot_line i{
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	padding-right: 10px;
}
.logo{
	position: absolute;
	right:0;
	top:20px;
	z-index: 99;
}
.in_about_honor{
	display: -webkit-box; /* 鑰佺増鏈娉�: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 鑰佺増鏈娉�: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 娣峰悎鐗堟湰璇硶: IE 10 */
	display: -webkit-flex; /* 鏂扮増鏈娉�: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.in_about{
	width: 50%;
	background: #de1814;
	padding:0% 4%;
	/*padding:54px 70px 25px 48px;*/
	height: 385px;
	overflow: hidden;
}
.in_about:before{
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.38em;
    vertical-align: middle;
}
.in_about_in{
	display: inline-block;
	vertical-align: middle;
}
.in_about a{
	display: block;
	color: #fff;
}
.in_about a h3{
	font-size: 48px;
	color: #fff;
}
.in_about a span{
	font-size: 18px;
	display: block;
	padding-bottom: 40px;
}
.in_about a p{
	font-size: 14px;
	line-height: 24px;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
}
.in_about a i{
	padding-top: 50px;
	color: #fff;
	font-size: 23px;
	display: block;
	-webkit-transition: ease .4s;
	-o-transition: ease .4s;
	transition: ease .4s;
}
.in_about :hover i{
	padding-top: 40px;
}
.in_honor{
	width: 50%;
	position: relative;
	height: 385px;
	background:url("../images/honor.jpg") center top no-repeat;
}
.in_honor a{
	width: 100%;
	height: 100%;
	display: block;
}
.in_honor p{
	position: absolute;
	left:48px;
	bottom:30px;
	font-size: 14px;
	color: #fff;
	padding-top: 20px;
}
.in_honor p:before{
	position: absolute;
	left:0;
	top:0;
	content: "";
	width: 19px;
	height: 2px;
	background: #fff;
}
.in_products{
	padding:90px 0 50px;
	background: #f3f3f3;
}
.in_products_tit{
	text-align: center;
}
.in_products_tit p{
	font-size:48px;
	color: #e6e6e6;
	text-transform:uppercase;
	line-height: 37px;
	font-family: 'Raleway', sans-serif;
}
.in_products_tit h3{
	font-size: 40px;
	line-height: 37px;
	color: #e6e6e6;
	text-transform:uppercase;
}
.in_products_list{
	padding:23px 0 0;
	
}
.in_products_list h3{
	font-size: 24px;
	color: #333;
	position: relative;
	text-align: center;
	padding-bottom: 13px;
}
.in_products_list h3:after{
	position: absolute;
	left:50%;
	margin-left: -21px;
	bottom:0;
	content: "";
	width: 42px;
	height: 1px;
	background: #a1a1a1;
}
.in_products_list_in{
	position: relative;
}
.in_products_list_in .swiper-pagination{
	width: 100%;
	bottom:-40px;
}
.in_products_list_in .swiper-container{
	width: 98%;
	margin:70px auto 0;
}
.in_products_list_in .swiper-button-prev{
	width: 58px;
	height: 58px;
	background:url("../images/left.jpg") left center no-repeat;
}
.in_products_list_in .swiper-slide{
	text-align: center;
	background: #fff;
}
.in_products_list .swiper-button-next{
	width: 58px;
	height: 58px;
	background:url("../images/right.jpg") left center no-repeat;
}
.in_products_list_in .swiper-pagination-bullet{
	margin:0 3px;
}
.more{
	width: 265px;
	border:1px solid #000;
	margin:0 auto;
	text-align: center;
	line-height: 35px;
	margin-top: 65px;
	background: #fff;
	-webkit-transition: ease .4s;
	-o-transition: ease .4s;
	transition: ease .4s;
}
.more a{
	font-size: 14px;
	color: #a3a3a3;
	display: block;
}
.more a i{
	-webkit-transition: ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition: ease-in-out .4s;
}
.more:hover{
	background: #de1814;
	
	border:1px solid #de1814;
}
.more:hover a{
	color: #fff;
}
.more:hover i{
	padding-left: 10%;
}
.in_news{
	background: #fff;
}
.in_news_side{
	margin-top: 70px;
}
.in_newspic{
	width: 50%;
	float: left;
	position: relative;
	height: 481px;
	overflow: hidden;
	background:url("../images/newspic.jpg") center center no-repeat;
}
.in_newspic p{
	position: absolute;
	left:0;
	bottom:0;
	padding:0 5%;
	background: rgba(0,0,0,0.6);
	width: 100%;
	line-height: 48px;
}
.in_newspic p span{
	font-size: 18px;
	color: #fff;
	width: 70%;
	float: left;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; 
}
.in_newspic p em{
	font-size: 14px;
	color: #fff;
	float: right;
}
.in_newslist{
	float: right;
	width: 50%;
	padding-left: 60px;
	background:-webkit-gradient(linear,65% 100%, 0% 100%, from(#f90201), to(#A10B06), color-stop(0.5,#C60704));
	height: 481px;
	overflow: hidden;
	position: relative;
}
.in_newslist ul li{
	width: 500px;
	padding-top: 50px;
}
.in_newslist ul li a{
	display: block;
}
.in_newslist ul li h3{
	font-size: 16px;
	color: #ffd0ce;
	text-align: left;
	padding-bottom: 0;
}
.in_newslist ul li p{
	font-size: 13px;
	color: #ffd0ce;
	margin:9px 0;
	 overflow : hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.in_newslist ul li span{
	font-size: 12px;
	color: #ffd0ce;
	display: block;
}
.in_newslist ul li:hover h3{
	color:#fff;
}
.in_newslist ul li h3:after{
	background: none;
}
.in_newslist ul li:hover p{
	color:#fff;
}
.in_newslist ul li:hover span{
	color:#fff;
}

.in_advertising{
	text-align: center;
	padding:162px 0 194px;
}
.in_news_more{
	position: absolute;
	right:20px;
	top:20px;
	border:1px solid #ffd0ce;
}
.in_news_more a{
	display: block;
	padding:7px 21px;
}
.in_news_more p{
	font-size: 13px;
	color: #ffd0ce;
	line-height: 20px;
}
.in_news_more:hover p{
	color: #fff;
}
.footer{
	background: #f4f4f4;
	padding:70px 0 0;
}
.footer_logo{
	float: left;
	padding-right: 3%;
	width:20%;
}
.footer_logo img{
	width: 100%;
	padding-top: 18%;
}
.footer_address{
	float: left;
	padding-right: 4%;
	border-right: 1px solid #ddd;
	height: 176px;
	width: 31%;
}
.footer_ewm{
	width: 23%;
	margin:0 auto;
	text-align: center;
	float: left;
	border-right: 1px solid #ddd;
	height: 176px;
}
.footer_ewm img{
	border:5px solid #dcdcdc;
}
.footer_ewm p{
	font-size: 14px;
	color: #666;
	padding-top: 10px;
}
.footer_center{
	width: 1372px;
	margin:0 auto;
	padding-bottom: 30px;
}
.footer_address h3{
	font-size: 13px;
	color: #666;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 15px;
}
.footer_address p{
	line-height: 30px;
	font-size: 13px;
	color: #666;
}
.footer_share_nav{
	float: right;
}
.footer_navbar{
	font-size: 13px;
	color: #666;
}
.bdsharebuttonbox{
	padding:70px 0 37px;
	text-align: right;
	float: right;
}
.footer_navbar a{
	padding:0 10px;
	position: relative;
	font-size: 13px;
	color: #666;
}
.footer_navbar a:before{
	content: "";
	position: absolute;
	left:0;
	top:4px;
	width: 1px;
	height: 11px;
	background: #ccc;
}
.footer_navbar a:first-child:before{
	background:none;
}
.footer_navbar a:hover{
	color: #fd0101;
}
.footer_copypic{
	text-align: center;
	padding:28px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.copy_ar{
	background: #494949;
	padding:15px 0;
}
.copy_ar_center{
	width: 1372px;
	margin: 0 auto;
}
.copy_ar p{
	font-size: 12px;
	color: #eee;
	float: left;
}
.copy_ar span{
	font-size: 12px;
	color: #eee;
	float: right;
}
.copy_ar span a{
	color: #fff;
}
.copy_ar span a:hover{
	color: #e54200;
}

/*about*/
.about_side{
	background: #f9f9f9;
	padding:70px 0;
	position: relative;
}
.about_side_tit{
	text-align: center;
}
.about_side_tit h3{
	font-size: 30px;
	color: #666;
	font-weight: normal;
	padding-bottom: 3px;
}
.about_side_tit p{
	font-size: 24px;
	color: #ccc;
	position: relative;
	text-transform:uppercase;
	font-family: 'Lora', serif;
	padding-bottom: 75px;
}
.about_side_tit p:after{
	position: absolute;
	left:50%;
	bottom:0;
	width: 162px;
	height: 1px;
	background: #ccc;
	content: "";
	margin-left: -81px;
}
.about_side_center{
	width: 1200px;
	margin:0 auto;
}
.in_design_number{
	/*width: 640px;*/
	width: 900px;
	margin:0 auto;
	padding-top: 35px;
}
.h_top{ width: 100%; height: 1500px; }
	.h_top h3{text-align: center;color:#fff;line-height: 60px}
/*鏁板瓧++++++++++*/
.digital{width: 100%;/*height: 150px;*/color: #fff;margin-bottom: 6.4%;}
.main{width: 100%;/*height: 150px;*/margin:0 auto;font-size: 0;}
.mumping_mun li{width: 33.33%;display: inline-block;margin: 0 auto;text-align: center;}
.mumping_mun{width: 100%;list-style: none;}
.mumping_mun p{font-size: 14px;width: 100%;display: block;clear: both;color: #999;padding-top: 14px;}
.mumping_mun span{
	/*font-size: 80px;*/
	font-size: 6rem;
	font-weight: normal;
	color: #666;
	font-family: 'Fjalla One', sans-serif;
	position: relative;
	letter-spacing:3px;
	padding-bottom: 3px;
}
.mumping_mun span:after{
	content: "";
	position: absolute;
	left:50%;
	bottom:0;
	width: 18px;
	height: 2px;
	background: #ce231e;
	margin-left: -9px;
}
.mumping_mun li img{
	vertical-align: super;
	padding-top: 18px;
}
.mun_top em{
	color: #666;
	font-size: 18px;
}
.in_design_number_phone{
	display: none;
}
.about_side{
	position: relative;
}
.about_side i{
	font-size: 42px;
	color: #ce231e;
	position: absolute;
	left:50%;
	bottom:-21px;
	margin-left: -21px;
	cursor: pointer;
}
.about_content{
	padding:93px 0;
}
.about_content_center{
	width: 990px;
	margin:0 auto;
}
.about_content p{
	font-size: 15px;
	color: #444;
	text-indent: 2em;
	line-height: 30px;
}
.honor_side{
	background:url("../images/honorbg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding:124px 0 190px;
}
.honor_side_center{
	width: 1145px;
	margin:0 auto;
	position: relative;
}
.honor_side_center .swiper-pagination{
	width: 100%;
}
.honor_tit{
	text-align: center;
	padding-bottom: 75px;
}
.honor_tit h3{
	font-size: 30px;
	color: #000;
	font-weight: normal;
}
.honor_side_center .swiper-container{
	margin-bottom: 70px;
}
.honor_side_center .swiper-pagination-bullet{
	width: 26px;
	height: 6px;
	border-radius: 2rem;
	margin:0 4px;
	background: #fff;
	opacity: 1;
}
.honor_side_center .swiper-pagination-bullet-active{
	background: #ce231e;
}

.newsban{
	background:url("../images/newsban.jpg") center top no-repeat;
	
}
.news_list{
	width: 100%;
	padding-top: 244px;
}
.news_list_tit h3{
	font-size: 48px;
	color: #e8e8e8;
	text-transform:uppercase;
}
.news_list_tit p{
	font-size: 24px;
	color: #000;
}
.news_list_center{
	width: 1200px;
	margin:0 auto ;
	background: #fff;
	padding:33px 50px;
}
.news_tab{
	padding-top: 37px;
}
.news_tab a{
	display: inline-block;
	width: 149px;
	line-height: 36px;
	background: #b9b9b9;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	margin-right: 1px;
}
.news_tab a:hover{
	background: #cd241e;
}
.news_list_center_insi{
	margin-top: 40px;
}
.news_list_center_insi ul{
	display: -webkit-box; /* 鑰佺増鏈娉�: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 鑰佺増鏈娉�: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 娣峰悎鐗堟湰璇硶: IE 10 */
	display: -webkit-flex; /* 鏂扮増鏈娉�: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.news_list_center_insi ul li{
	width: 48%;
	border:1px solid #e5e5e5;
	padding:20px 35px;
	margin-bottom: 30px;
}
.news_list_center_insi ul li a{
	display: block;
}
.news_list_center_insi ul li h3{
	font-size:18px;
	color: #505050;
	font-weight: normal;
	padding-bottom: 22px;
}
.news_list_center_insi ul li p{
	font-size: 13px;
	color: #787878;
	line-height: 30px;
	margin-bottom: 60px;
	height: 54px;
	overflow : hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.news_list_center_insi ul li span{
	color: #787878;
}
.news_list_center_insi ul li em{
	color: #787878;
}
.news_list_center_insi ul li:hover{
	background: #e5e5e5;
}
.news_center{
	width: 1200px;
	margin:0 auto;
	padding:54px 0;
}
.news_center_tit{
	padding-bottom: 20px;
	border-bottom: 1px solid #939393;
}
.news_center_tit a.back{
	font-size: 14px;
	color: #fff;
	width: 190px;
	line-height: 37px;
	background: #000;
	display: block;
	padding-left: 70px;
}
.news_center_tit{
	display: -webkit-box; /* 鑰佺増鏈娉�: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 鑰佺増鏈娉�: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 娣峰悎鐗堟湰璇硶: IE 10 */
	display: -webkit-flex; /* 鏂扮増鏈娉�: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.news_tit_right{
	line-height: 37px;
	font-size: 14px;
	color: #939393;
}
.news_tit_right a{
	font-size: 14px;
	color: #939393;
}
.news_tit_right i{
	color: #d41f1b;
}
.news_detail_left{
	width: 880px;
	float: left;
}
.news_ewm{
	float: right;
	text-align: right;
}
.news_dl_tit{
	padding:55px 0 35px;
}
.news_dl_tit h3{
	font-size: 24px;
	color: #000;
	font-weight: normal;
	padding-bottom: 15px;
}
.news_dl_tit p{
	font-size: 13px;
	color: #666;
}
.news_dl_text{
	padding-bottom: 40px;
	border-bottom: 1px solid #939393;
}
.news_dl_text p{
	font-size: 15px;
	color: #444;
	line-height: 36px;
}
.news_morearr{
	padding-top: 20px;
}
.news_morearr a{
	display: inline-block;
	padding:0 25px 0 0;
	color: #939393;
}
.news_morearr a i{
	font-size: 44px;
	color: #333;
}
.news_ewm{
	padding-top: 170px;
	text-align: center;
	padding-right: 40px;
}
.news_ewm p{
	font-size: 12px;
	color: #000;
	padding-top: 10px;
}
.messageban{
	background:url("../images/messgae_bg.jpg") center top no-repeat;
}
.message_tit span{
	font-size: 36px;
	color: #e60012;
	font-family: 'Slabo 27px', serif;
	padding-bottom: 8px;
	border-bottom: 2px solid #e60012;
	text-transform:uppercase;
}
.message_tit p{
	font-size: 30px;
	color: #444;
	padding-top: 23px;
}
.message_list p{
	font-size: 24px;
	color: #444;
	padding:0 0 17px;
}
.message_list ul li{
	border:1px solid #b9b9b9;
	border-radius: .5rem;
	padding:12px 15px;
	margin-bottom: 18px;
}
.message_center{
	padding:92px 108px 78px 128px;
}
.message_list{
	width: 53%;
	float: left;
}
.message_pic{
	width: 44%;
	float: right;
}
.message_content{
	padding-top: 48px;
}
.message_list ul li input{
	width: 95%;
	font-size: 14px;
	color: #666;
	line-height:25px;
}
.message_list ul li textarea{
	width: 95%;
	font-size: 14px;
	color: #666;
	line-height:25px;
	height: 155px;
}
.message_list button{
	border:2px solid #e60012;
	border-radius: .5rem;
	line-height: 47px;
	font-size: 16px;
	color: #fc261a;
	text-align: center;
	width: 100%;
	background:none;
	cursor: pointer;
}
.contact_content{
	width: 1200px;
	margin:0 auto;
	padding:75px 0;
}
.contact_content h3{
	font-size: 24px;
	color: #000;
	font-weight: normal;
}
.contact_content ul li{
	margin-bottom: 20px;
}
.contact_content ul li i{
	font-size: 18px;
	display: block;
	float: left;
	width: 30px;
	line-height: 28px;
	border:1px solid #646464;
	text-align: center;
	border-radius:1rem;
}
.contact_content ul li p{
	display: block;
	font-size: 15px;
	color: #646464;
	line-height: 30px;
	padding-left: 49px;
	/*height: 30px;*/
}
.content_list{
	padding:0 30px 0 75px;
	width: 35%;
	padding-top: 43px;
	float: left;
	border-right: 1px solid #e0e0e0;
	min-height: 384px;
}
.content_list h4{
	font-size: 16px;
	font-weight: normal;
	color: #000;
	padding-bottom: 20px;
}
.con_ewm{
	width: 30%;
	border-right: 0;
	padding-left: 40px;
	text-align: center;
}
.con_ewm img{
	width: 145px;
	border:5px solid #e5e5e5;
}
.con_ewm p{
	font-size: 13px;
	color: #000;
	padding-top: 10px;
}
.content_list:first-child{
	padding-left: 0;
}
.video_list{
	width: 1200px;
	margin:0 auto;
	padding:70px 0;
}
.video_list a{
	margin-bottom: 30px;
	display: block;
	float: left;
	margin-right: 2%;
	width: 31%;
	line-height:30px;
	text-align:center;
	font-size: 14px;
}
.video_list a:hover{color:#999;}
.video_list a img{border:1px solid #eee;}
.video_list a p{font-size: 16px;}
.video_list_tit{
	text-align: center;
	padding-bottom: 43px;
}
.video_list_tit h3{
	font-size: 30px;
	color: #666;
	font-weight: normal;
	padding-bottom: 6px;
}
.video_list_tit p{
	font-size: 24px;
	text-transform:uppercase;
	font-family: 'Lora', serif;
	color: #ccc;
}
.products_center{
	width: 1200px;
	margin:30px auto;
}
.products_navbar{
	float: left;
	width: 19%;
	border:1px solid #e5e5e5;
	padding:13px;
}
.products_navbar ul li{
	line-height: 30px;
	padding:10px 0;
	border-bottom: 1px solid #e5e5e5;
}
.products_navbar ul li a{
	display: block;
}
.products_navbar ul li a p{
	font-size: 14px;
	color: #444;
	float: left;
	padding-left: 15px;
	width: 90%;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.products_navbar ul li a i{
	float: right;
	color: #fff;
}
.products_navbar ul li:hover i{
	color: #d41f1b;
}
.products_list{
	width: 78.3%;
	float: right;
}
.products_list ul li{
	float: left;
	position: relative;
	border:1px solid #e5e5e5;
}
.protexty{
	position: absolute;
	left:17px;
	bottom:17px;
	width: 82%;
}
.protexty p{
	font-size: 14px;
	color: #000;
	padding-top: 15px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; 
}
.protexty p:before{
	position: absolute;
	left:0;
	top:0;
	width: 26px;
	height: 2px;
	background: #d41f1b;
	content: "";
}
.products_list ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.products_list ul li:nth-child(3n){
	margin-right: 0;
}
.prodetail_all{
	background: #fafafa;
}
.products_maxpic{
	background: #fff;
	margin-top: 50px;
}
.products_maxpic .swiper-slide{
	text-align: center;
	position: relative;
}
.prodetail_name{
	position: absolute;
	left:160px;
	top:0;
	text-align: left;
}
.prodetail_name span{
	font-size: 15px;
	color: #777;
	display: block;
	padding-bottom: 10px;
	padding-top: 22px;
}
.prodetail_name p{
	font-size: 18px;
	color: #000;
}
.prodetail_name:before{
	content: "";
	width: 385px;
	height: 3px;
	background: #cf231e;
	position: absolute;
	left:-50px;
	top:-1px;
}
.products_maxpic .swiper-button-next{
	width: 58px;
	height: 58px;
	right:0;
	background:url("../images/right.jpg") left top no-repeat;
}
.products_maxpic .swiper-button-prev{
	width: 58px;
	height: 58px;
	left:0;
	background:url("../images/left.jpg") left top no-repeat;
}
.prodetail_more{
	background: #fff;
}
.prodetail_like{
	position: relative;
}
.prodetail_like h3{
	font-size: 18px;
	color: #333;
	padding-bottom: 20px;
}
.prodetail_more{
	width: 1200px;
	margin:0 auto;
}
.prodetail_like{
	padding:45px 0 70px;
}
.prodetail_like .swiper-container{
	margin-bottom: 22px;
}
.prodetail_like .swiper-slide{
	border:1px solid #e5e5e5;
}
.prodetail_like .swiper-pagination{
	width: 100%;
}
.prodetail_like .swiper-pagination-bullet{
	width: 26px;
	height: 6px;
	border-radius: 2rem;
	margin:0 4px;
	background: #fff;
	opacity: 1;
}
.prodetail_like .swiper-pagination-bullet-active{
	background: #ce231e;
}
.prodetail_describe{
	width: 1200px;
	margin:0 auto;
}
.prodetail_describe_tit{
	border:1px solid #d3201b;
}
.prodetail_describe_tit h3{
	float: left;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	/*width: 148px;*/
	padding:0 30px;
	background: #d3201b;
}
.prodetail_describin{
	padding:30px 0;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.prodetail_describin p{
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.prodetail_describin td{
	padding:0 10px;
}
.in_prodetail_name{
	left:0;
	background:rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	padding-left: 19px;
	padding-top: 59px;
	display: none;
}
.in_prodetail_name span{
	color: #fff;
}
.in_prodetail_name p{
	color: #fff;
}
.in_prodetail_name:before{
	background: #fff;
	top:59px;
	left:19px;
	width: 80%;
}
.in_products_list_in_phone{
	display: none;
}
.honor_side_center_phone{
	display: none;
}
.prodetail_like_phone{
	display: none;
}
.prodetail_like .swiper-pagination-bullet{
	background: #ccc;
}
.prodetail_like .swiper-pagination-bullet-active{
    background: #ce231e;
}
.logo_phone{
	display: none;
}
.menu{
	display: none;
}
.menulist{
	display: none;
}
.finger{
	display: none;
}
.products_pageban{
	background: #ededed;
	text-align: center;
	padding:8% 0 6%;
}
.products_pageban h3{
	font-size: 47px;
	color: #939393;
}
.products_pageban p{
	font-size: 16px;
	color: #939393;
}</pre></body></html>