html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: 0px solid #DA251E;
}

a:link,
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
/* header start*/
 .navbar-header{
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: none;
}
.navbar-default .navbar-toggle{
	border:none;
	border-color:none;
}
.form-search{
	width: 130px;
	height: 30px;
	position: absolute;
	border-radius: 20px;
	top: .5rem;
	right: 5rem;
}
.navbar-header .navbar-brand-img{
	width: 120px;
	height: 30px;
	margin-top: .5rem;
	margin-left: .6rem;
}
.navbar-header .navbar-brand-img img{
	max-width: 100%;
	max-height: 30px;	
    display: inline-block;
    flex-grow: 1;
    object-fit: cover;
}
banner .banner{
	margin-top: -1.4rem;
}
/* .navbar-header{
	background-color: #fff;
	position: relative;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: none;
}
.navbar-default .navbar-toggle{
	border:none;
	border-color:none;
}
.form-search{
	width: 130px;
	height: 30px;
	position: absolute;
	border-radius: 20px;
	top: .5rem;
	left: 8.5rem;
}
.navbar-header .navbar-brand-img{
	width: 120px;
	height: 20px;
	margin-top: .9rem;
	margin-left: .6rem;
}
.navbar-header .navbar-brand-img img{
	max-width: 100%;
	max-height: 100%;	
    display: inline-block;
    flex-grow: 1;
    object-fit: cover;
}
banner .banner{
	margin-top: -1.4rem;
}
 */
/* header end */

/*  首页标题 */
.index_title{
	border-left: 0.4rem solid #da251e;
	margin-bottom: 1.25rem;
	
}
.index_title h2{
	margin-left: 1rem;
    font-size: 1.3rem;
    font-family: "Calibri";
	font-weight: bold;	
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_title h2 a:link,
.index_title h2 a:visited{
	color: #000;
	text-decoration: none;
}
.index_title h2 a:hover{
	text-decoration: none;
}
.index_section{
	margin-top: 1.875rem;
}

/* 产品展示 */
.product_img_list img,
.product_img img{
	width: 100%; 
	height: 100%;
	display: inline-block;
	flex-grow: 1;
	object-fit: cover;
}
.product_img_list .col-xs-6{
	padding: 8px;
}
.product_imgage{
	width: 100%;
	height: 11.6875rem;
}
.product_img{
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-shadow: 1px 1px 2px #e6e6e6;
	padding: 2px;
}
.product_img_title{
	padding: 5px;
	height: 1.6rem;
	line-height: 1.6rem;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product_img_title a:link,
.product_img_title a:visited,
.index_section a:link,
.index_section a:visited{
	color: #000;
}
.index_section a:hover{
	text-decoration: none;
}

.product_img_describe{
	padding: 0 0.3125rem;
	font-size: 0.75rem;
	color: #9e9e9e;
	height: 1.25rem;
	line-height: 1.25rem;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px;
	margin-bottom:0.625rem;
}

/* 关于我们 */
div[ywx-variable="about-container"] img{
	width: 100%; 
	height: 100%;
	display: inline-block;
	flex-grow: 1;
	object-fit: cover;
}
.about_banner{
	margin-bottom: 25px;
}
.about_banner_img{
	text-align: center;
	width: 100%;	
	/* height: 150px; */
}
.about_banner_img img{
	width: 100%; 
	height: 100%;
	display: inline-block;
	flex-grow: 1;
	object-fit: cover;
}
.about_banner .about_content{
	width: 20rem;
	text-align: center;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.about_banner .about_content h2{
	font-size: 1.3rem;
	font-family: "Calibri";
	text-align: center;
	max-width: 20rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.about_banner .about_content span{
	font-size: 0.9rem;
	font-family: "Calibri";
	color: #999999;
}

/* 数据栏 */
#Databar .container{
	max-width: 100%;
}

.kuang{
	height: 9rem;
	background-color: #000;
	color: #fff;
	text-align: center;
}
.kuang .col-xs-4{
	position: relative;
}

.kuang .col-xs-4>div{
	position: absolute;
	top: 1.125rem;
	right: 0;
	height: 100px;
	border-right: 1px solid #999;
}

.kuang span{
	display: block;
	width: 1.125rem;
	margin: 0 auto;
	margin-top: .5rem;
	margin-bottom: 0.3rem;
	border-top: 2px solid #DA251E;
}
.kuang h2{
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: "Calibri";
	color: #ffffff;
	text-align: center;
	margin-top: 1.6rem;
}
.kuang a{
	display: inline-block;
	text-align: center;
}
.kuang a{
	display: inline-block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.kuang a:link,
.kuang a:visited{
	color: #fff;
}
/* 视频 */ 
#video .video_content video{
	width: 100%;
}

.gallery-item{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	cursor: pointer;
}

.gallery-item .video_icon:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}

.gallery-item .video_icon:after {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	border-radius: 50px;
	margin: -18px 0 0 -18px;
	font: normal normal normal 12px/35px FontAwesome;
	content: "\f04b";
	text-align: center;
	padding-left: 4px;
}

.gallery-item .video_icon:hover:before,
.gallery-item .video_icon:hover:after {
	display: block;
	color: #03A9F4;
}
.gallery-item img {
	transition: all .2s ease-in-out;
}

.video-demo{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	cursor: pointer;
}

.video-demo .video_icon:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}

.video-demo .video_icon:after {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 30%;
	left: 45%;
	background-color: #fff;
	border-radius: 50px;
	margin: -18px 0 0 -18px;
	font: normal normal normal 12px/35px FontAwesome;
	content: "\f04b";
	text-align: center;
	padding-left: 4px;
}

.video-demo .video_icon:hover:before,
.video-demo .video_icon:hover:after {
	display: block;
	color: #03A9F4;
}
.video-demo img {
	transition: all .2s ease-in-out;
}

.filters-li {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	background: none;
	text-align: center;
}

.filters-li a {
	font-size: 14px;
	color: #666;
	padding: 0px 15px;
	margin-left: 1px;
	font-weight: 100;
	display: block;
	text-decoration: none;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.dropdown-menu {
	text-align: center;
}
.dropdown-menu>li>a {
	font-size: 15px;
    display: inline-block;
    padding: 6px 20px;
    padding-top: 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    width: 100%;
}

.dropdown-menu>li>a:HOVER{
	color: #eca756;
	background: none;
}

.video-item{
	float: left;
	margin-bottom: 20px;
}
/* 页面视频结束 */
.video_introduction > h3{
	font-size: 1.125rem;
	color: #333;
	padding:1.5rem 0 0 0;
}

.video_introduction > div{
	font-size: .875rem;
	line-height: 1.5rem;
	color: #999;
}

.related_product > h3{
	font-size: 1.125rem;
	color: #333;
	border-bottom: 1px solid #f1f1f1; 
	padding:1.5rem 0 .5rem 0; 
}
.related_product_box {
	position: relative;
	width: 100%;
}

.related_product_box .Box_con {
	position: relative;
}

.related_product_box .Box_con .btnl {
	position: absolute;
}

.related_product_box .Box_con .btn {
	background-color: #fff;
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 80px;
	cursor: pointer;
}
.related_product_box .Box_con .btn i{
	color: #999;
}
.related_product_box .Box_con .btnl {
	left: -25px;
}

.related_product_box .Box_con .btnr {
	right: -25px;
}

.related_product_box .Box_con .conbox {
	position: relative;
	overflow: hidden;
}

.related_product_box .Box_con .conbox ul {
	position: relative;
	list-style: none;
}

.related_product_box .Box_con .conbox ul li {
	float: left;
	width: 165px;
	margin: 20px 5px;
	cursor: pointer;
	text-align: center;
}
.related_product_box .Box_con .conbox ul li>a{
	display: block;
	position: relative;
	width: 100%;
	height: 125px;
}

.related_product_box .Box_con .conbox ul li img{
	width: 100%; 
	height: 100%;
	display: inline-block;
	flex-grow: 1;
	object-fit: cover;
}
.related_product_box .Box_con .conbox ul li h3 a{
	text-align: left;
	font-size: 14px;
	font-weight:normal;
 	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.related_product_box .Box_con .conbox ul li h3 a:link,
.related_product_box .Box_con .conbox ul li h3 a:visited{
	text-decoration: none;
	color: #333;
}
.related_product_box .Box_con .conbox ul li h3 a:hover{
	color: red;
}
.related_product_box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.related_product_box .Box_con .conbox ul li img {
	transition: all 0.5s;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
/* 博客 */
#blog .blog_main{
	padding-bottom: 2rem;
	background: #fff;	
}
#blog .blog_item{
	width: 100%;
	margin: 0 auto;
}
#blog .blog_item a:link,
#blog .blog_item a:visited{
	color: #000;
}
#blog button{
	width: 40%;
	background: #DA251E;
}
#blog button a:link,
#blog button a:visited{
	color: #fff;
}
#blog .blog_item>div:not(:last-child){
	padding-bottom: 1.25rem;
	border-bottom: 1px dashed #d6d6d6;
}
#blog .blog_title h2{
	margin-top: .9rem;
	font-size: 2.5rem;
	font-weight: bold;
	font-family: "Calibri";
	color: #000;
	text-align: center;
}
#blog .blog_title p{
	color: #9a9a9a;
	text-align: center;
}
.blog-date-month{
	font-size: .8rem;
	margin-top: .3rem;
}
#blog .blog_title{
	position: relative;
}
#blog .blog_right_line{
	position: absolute;
	top: 1rem;
	right: -.8rem;
	height: 3.125rem;
	border-right: 1px solid #ddd;
}
#blog .blog_content h2{
	font-size: 1.3rem;
	font-weight: bold;
	font-family: "Calibri";
	color: #000;
	margin-top: 1.3rem;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#blog .blog_content p{
	font-size: 1rem;
    font-family: "Calibri";
    color: #9a9a9a;
    line-height: 1rem;
    margin-top: 0.4rem;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#blog .blog_item .btn{
	background-color: #DA211F;
	color: #fff;
	margin: 1.25rem 0;
	padding: 0.625rem;
}
/* 页脚 */
.footer_bg{
	width: 100%;
	position: absolute;
	margin-top: 2rem;
	background-color: #555;
	color: #dedede;
}
.footer_title{
	border-left: 0.4rem solid #da251e;
	margin-left: 1rem;
	margin-top: 1.5rem;
	
}
.footer_title h3{
	margin-left: 1rem;
    font-size: 1.3rem;
    font-family: "Calibri";
	font-weight: bold;
	color: #fff;
}
.footer_content{
	margin-left:2.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.footer_content_contact li{
	margin: 0 0.625rem;
	min-width: 80%;
	margin-right: 20px;
	float: left;
	list-style: none;
}
.footer_content_contact li a:link,
.footer_content_contact li a:visited{
	color: #dedede;
}
.footer_content_contact li span{
	padding-left: .5rem;
}
.footer_content_social li{
	padding-right:.5rem;
	float: left;
	list-style: none;	
}
.footer_content p{
	font-size: 1rem;
	font-family: "Calibri";
	color: #d1d1d1;
	margin: -1.8rem 0px 0 2rem;
    line-height: 1.2rem;
}
.footer_tail{
	width: 100%;
	background-color: #333;
}
.footer_nav ul{
	width: 20rem;
	margin: 0 auto;
	margin-top: 0.625rem;
}
.footer_nav ul li{
	margin: .5rem 0;
	font-size: .9rem;
	list-style: none;
	float: left;
    color: #a0a0a0;	

	padding: 0 1rem;
}
/* .footer_nav ul li:not(:last-child){
    border-right: 0.001rem solid #a0a0a0;
} */
.footer_nav ul li a:link,
.footer_nav ul li a:visited{
	text-decoration: none;
	color: #A0A0A0;
}
.footer_nav ul li a:hover{
	text-decoration: none;
}
.footer_nav p{
	clear: both;
	font-size: 0.5rem;
    font-family: "Calibri";
    color: #a0a0a0;
    text-align: center;
	margin: .5rem 0;
}

/* 关于我子页开始 */
.clear{
	clear: both;
}
.contact-area-data{
	font-size: 0.9rem;
	padding: 0.9375rem;
}
.contact-area-data>div:not(:last-child) {
    border-bottom: 1px dashed #E5E5E5;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
}
.contact-area-data>div{
	padding: 1.25rem;

}
.about_title,
.page_title{
	clear: both;
}
.about_title h1{
	clear: both;
	text-align: center;
	font-size: 1.5rem;
	margin: 1rem 0 1rem 0;
	font-weight: bold;
	color: #DA211F;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.ziye_title h1{
	clear: both;
	text-align: center;
	font-size: 1.5rem;
	padding: 0 0 1rem 0;
	font-weight: bold;
	color: #DA211F;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.page_title h1{
	clear: both;
	text-align: center;
	padding: 1rem 0 1rem 0;
	font-size: 1.5rem;
	font-weight: bold;
	color: #DA211F;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about_us_content h2{
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.25rem;
	margin: 0.9375rem 0;
}
.about_us_content p{
	font-size: 0.9rem;
	color: #969696;
	margin: .5rem 0;
}
.about_us_img{
	width: 100%;
	height: 150px;
}
.about_us_img img,.about_us_content img{
	width: 100%; 
	height: 100%;
	display: inline-block;
	flex-grow: 1;
	object-fit: cover;
}
#visi_factory .factory-img-list a{
	display: inline-block;
	float: left;
	padding: .3rem;
	height: 10rem;
	width: 50%;
}
#visi_factory  img{
	width: 100%; 
	height: 100%;
	display: inline-block;
	flex-grow: 1;
	object-fit: cover;
}
#certificate .certificate_img img{
	width: 100%; 
	height: 100%;
	display: inline-block;
	flex-grow: 1;
	object-fit: cover;
}
#certificate .certificate_list{
	margin-top: -0.375rem;
}
.pagination_page{
	margin:1.25rem 0;
	text-align: center;
}
.pagination_page a:link,
.pagination_page a:visited{
	color: #DA251E;	
}
.pagination>.active>a{
    z-index: 3;
    color: #DA251E;
    cursor: default;
	background-color: #fff;
    border-color: #ddd;
}
.factory_banner{
	width: 100%;
	height: 12.8125rem;
	margin-top: .5rem;
	margin-bottom: 1.25rem;
	background: red;
}
.factory_banner .item{
	background-color: red;
}
.factory_banner .item img{
	width: 100%;
	height: 12.8125rem;
	display: inline-block;
	flex-grow: 1;
	object-fit: cover;
}
/* Blog */
#page_blog .blog_content{
	padding-bottom: 1.25rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px  dashed #d6d6d6;	
}	

#page_blog .blog_content .blog_content_img{
	 width: 100%;
	 height: 150px;
}
#page_blog .blog_content .blog_content_img img{
	width: 100%; 
	height: 100%;
	display: inline-block;
	flex-grow: 1;
	object-fit: cover;
}
#page_blog .blog_content .blog_content_title{
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.25rem;
    margin-top: 0.9375rem;
}
#page_blog .blog_content .blog_content_title a:link,
#page_blog .blog_content .blog_content_title a:visited{
	color: #000;
}
#page_blog .blog_content .blog_content_date{
	font-size: 0.75rem;
	color: #939393;
}
#page_blog .blog_content .blog_main{
	margin-top: .8rem;
	font-size: 14px;
	color: #939393;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

/* blog_detail */
#blog_detail .blog_detail_title{
	text-align: center;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.25rem;
    margin-top: 0.9375rem;
}
#blog_detail .blog_detail_date{
	text-align: center;
	font-size: 0.75rem;
	color: #939393;
}
.blog_detail_content{
	width: 100%;
}
#blog_detail img{
	width: 100%; 
	height: 100%;
	padding: 0.625rem;
	display: inline-block;
	flex-grow: 1;
	object-fit: cover;
}
#blog_detail  .blog_detail_content p{
	font-size: 14px;
	color: #939393;
}

/*    contacts    */
.conctas_title h1{
	clear: both;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-top: 1.875rem;
	margin-bottom: 0.625rem;
	font-size: 1.5rem;
	font-weight: bold;
	color: #DA211F;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Team */
.team-text {
	clear: both;
	padding: 5rem;
	text-align: center;
	background: #fff;
	border: 0.0625rem solid #ddd;
}

.team-text h4{
	font-weight: 400;
    margin: 0 0 1.25rem;	
}
.team-text p{
	font-size: 0.75rem;
    color: #909090;
    line-height: 1.7em;
    margin: 0 0 1.25rem;	
}

.ellipsis {
	max-width: 18.75rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#team {
	padding-bottom: 5rem;
	background: #03A9F4;
}

#team h2 {
	color: #fff;
}

#team article {
	margin-bottom: 1.875rem;
}
.team-item{
	margin-bottom: 1.25rem;
}
.team-item .img {
	margin: 0 auto -61px;
	overflow: hidden;
	width: 130px;
}

.team-item .img img {
	width: 8.125rem;
	height: 8.125rem;
	border-radius: 6.25rem;
	border: 0.25rem solid #fff;
}

.spec{
	font-size: 0.8125rem;
	margin: 0 0 1.125rem;
	font-style: italic;
}
.spec a:link,
.spec a:visited{
	color: #DA211F;	
}
.read-more {
	text-transform: uppercase;
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 0.0625rem solid #2b2b2b;
	display: inline-block;
	padding: 0 0 0.375rem;
	color: #333;
}

.read-more:hover {
	border-bottom: 1px solid transparent;
	text-decoration: none !important;
}
/* Social */
.social {
	padding: 0;
	text-align: center;
}

.so-width {
	width: 11.5625rem;
	margin: 0 auto;
}

.social li {
	display: inline-block;
	margin: 0 8px;
}

.social li a {
	position: relative;
	color: #333;
	font-size: 15px;
	text-align: center;
	border-radius: 100px;
	transition: all ease-out 0.5s;
	line-height: 35px;
}

.social li a:hover {
	color: #999;
}

/* Contact
-----------------------------------------------------------------------------*/
.contact-block {
	position: relative;
	padding: 0 0 0 1.875rem;
	color: #03A9F4;
	border-bottom: 1px solid #eee;
	height: 6.4375rem;
}
.contact-block:before {
	position: absolute;
	width: 1.625rem;
	height: 100%;
	font: normal normal normal 20px/20px FontAwesome;
	top: 0.1875rem;
	left: 0;
}

.contact-block.pic1:before {
	content: "\f041";
	color:#DA251E;
	margin-top:-0.3125rem;
}

.contact-block.pic2:before {
	content: "\f095";
	color:#DA251E;
	margin-top:-0.3125rem;
}

.contact-block.pic3:before {
	content: "\f0e0";
	color:#DA251E;
	margin-top:-0.3125rem;
}

.contact-block.pic4:before {
	content: "\f26b";
	color:#DA251E;
	margin-top:-0.3125rem;
}
.contact-block>h5{
	margin-top: 2rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
}
.contact-block>p{
	margin-top: 0.75rem;
	font-size: 0.75rem;
	color: #999;
}
.contact-block>p a:link,
.contact-block>p a:visited{
	color: #999;
}
.contact-area {
	background: #f8f8f8;
}
#company_desc{
	margin: 1.25rem 0;
	font-size: 0.8rem;
	color: #000;
}
.contact-area input,
.contact-area textarea {
	width: 100%;
}
.contact-area h4 {
	font-size: 1.2rem;
	line-height: 4.125rem;
	height: 4.125rem;
	text-align: center;
	text-transform: uppercase;
}

.title {
	text-align: center;
	margin: 1.5625rem 0 1.875rem;
}

.title h1 {
	text-transform: uppercase;
	font-size: 1.875rem;
	margin: 0;
	line-height: 1.875rem;
	letter-spacing: 0.0625rem;
	color: #DA251E;
	font-weight: bold;
}

/* Contact block */
#contactContent{
	margin-top: 3rem;
}
.input-block {
	position: relative;
	margin: 0 0 0.625rem;
}

.input-block:before {
	font: normal normal normal 16px/14px FontAwesome;
	position: absolute;
	top: 0.5625rem;
	right: 15px;
	color: #d5d5d5;
}

.input-block.name-form:before {
	content: "\f007";
}

.input-block.phone-form:before {
	content: "\f1dc";
}

.input-block.email-form:before {
	content: "\f0e0";
}

.input-block.message-form:before {
	content: "\f040";
}

.contact-form input[type="text"],
.contact-form textarea {
	height: 2.5rem;
	border: 1px solid #d5d5d5;
	padding-left: 15px;
	width: 100%;
}

.contact-form input[type="button"] {
	background: #DA251E;
	padding: 0.5rem 0;
	border:none;
	color: #fff;
	margin-bottom:1.875rem;
}
.contact-form textarea{
	height: 4.5rem;
}
.map {
	width: 100%;
	min-height: 12.5rem;
	background: url(https://wangzhan.yiwaixiao.com/website/default/ywx-mould-one/img/map.jpg) no-repeat center center;
	border: 10px solid #fff;
	box-shadow: 0px 0px 5px #ddd;
	margin: 1.25rem 0;
}

.full-width-map {
	border: 0;
	box-shadow: none;
}


/* soultion */
.clear{
	clear: both;
}
.page_banner{
	margin-top: -1.3rem;
	width: 100%;
	height: 9rem;
}
.page_banner img{
	width: 100%; 
	height: 100%;
	display: inline-block;
	flex-grow: 1;
	object-fit: cover;
}
.solution_btnList ul li{
	position: relative;
	padding: 0 0.6rem;
	color: #fff;
	text-align: center;
	background: #555;
	line-height: 3rem;
	height: 3rem;
	list-style: none;
	float: left;
	width: 33.33333%;
	max-width: 33.33333%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.solution_btnList ul li span{
	position: absolute;
	display: inline-block;
	top:0.8rem;
	right: 0;
	height: 1.5rem;
	border-right: 0.04rem solid #eee;
}
.solution_btnList ul li a:link,
.solution_btnList ul li a:visited{
	text-decoration: none;
	color: #fff;
}
.solution_btnList ul li a:hover{
	text-decoration: none;
}
.solution_section{	
	margin-top: 1.875rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px dashed #c1c1c1;
}
.solution_section .solution-nav-desc{
	font-size: .9rem;
	color: #9e9e9e;
}
.solution_section .solution-nav-desc img{
	padding: .8rem;
	width: 100%; 
	height: 100%;
	display: inline-block;
	flex-grow: 1;
	object-fit: cover;
}

/* product_detail */

.user_photo{
	width: 4rem;
	height: 4rem;
	position: fixed;
	right: .5rem;
	bottom: 50%;
}
.user_photo img{	
	border:1px solid #f1f1f1;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	display: inline-block;
	flex-grow: 1;
	object-fit: cover;
}
.productdetail_title .col-xs-12{
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}
.productdetail_title h2{
	font-weight: bold;
	font-size: 1.125rem;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.productdetail_title h4{
	color: #a0a0a0;
	font-size: 0.75rem;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-top: -20px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.product_detail_swiper{
	width: 100%;
}
.product_detail_swiper .swiper-wrapper .swiper-slide img{
	transition: all 0.5s;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;	
	margin: 0 auto;
	flex-grow: 1;
	object-fit: cover;
}


.Box {
	position: relative;
	margin: 0 auto;
	width: 17rem;
	height: 15.625rem;	
}

.Box .Box_con {
	position: relative;
}


.Box .Box_con .btn {
	color: #DBDBDB;
	display: block;
	width: 2.5625rem;
	height: 2.5625rem;
	position: absolute;
	top: 6.5rem;
	cursor: pointer;
}

.Box .Box_con .btnl {
	left: -4.0625rem;
}

.Box .Box_con .btnr {
	right: -3.75rem;
}

.Box .Box_con .conbox {
	position: relative;
	overflow: hidden;
}

.Box .Box_con .conbox ul {
	position: relative;
	margin-left: -1rem;
	list-style: none;
}

.Box .Box_con .conbox ul li{
	text-align: center;
	float: left;
	height: 15.625rem;
	width: 19rem;
	cursor: pointer;
	text-align: center;
}

.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.Box .Box_con .conbox ul li img{
	transition: all 0.5s;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;	
	margin: 0 auto;
	flex-grow: 1;
	object-fit: cover;
}

.Box .Box_con .conbox ul li:hover img,
.about-activities img:hover,
#centre_blog .img img:hover {
	transform: scale(1.1);
}

#centre_blog .img img {
	transition: all 0.6s;
}


/* 选择产品模块 */
.select_product{
	clear: both;
	color: #333;
}
.select_product .other_data,
.select_product .product_price{
	padding: 0 8px;
}
.select_product .product_price .now_price{
	font-size: 1.3rem;
	color: #ff2000;
}
.select_product .wholesale_price{
	margin: 10px;
	height: 60px;
}
.select_product .wholesale_price ul li{
	text-align: center;
	color: #333;
	font-size: .5rem;
    border-top: 1px solid #E6E7EB;
	border-bottom: 1px solid #E6E7EB;
	list-style: none;
	padding: 10px;
    float: left;
    width: 50%;
	height: 100%;
	margin-bottom: 10px;
}
.select_product .wholesale_price .price{
	display: block;
	color: #FF7519;
	font-size: .6rem;
}
.select_product .wholesale_price ul li>div{
	display: inline-block;
}

.select_product .dividing_line{
	clear: both;
	width: 100%;
	height: 8px;
	background-color: #e8e8ed;	
}
.select_product .select_specification{
	font-size: .8rem;
	padding: 0 8px;
	width: 100%;
}
.select_product .select_specification>div span:first-child{
	color: #333;
	display: inline-block;
	width: 88%;
}
.select_product .select_specification>div span:nth-child(2){
	display: inline-block;
	width: 8%;
}
.select_product #open_select_specification{
	cursor: pointer;
	position: relative;
	top: -5px;
	font-size: 1.5rem;
}
.select_product .select_specification>div{
	padding: 15px 0;	
}
.select_product .select_specification>div:not(:last-child){
	border-bottom: 1px solid #f1f1f1;
}

.select_product .select_specification  span:first-child{
	color: #999;
}
.select_product .select_specification  span{
	padding-left: 10px;
}
.icon {
	width: 2.2em;
	height: 2.2em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
/* 底部购买固定模块 */
.select_product .bottom_buy{
	display: block;
	position: fixed;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	width: 100%;
	z-index: 1;
	font-size: 12px;
	text-align: center;
}
.select_product .bottom_buy .hide_a{
	display: none;
}
.select_product .bottom_buy a:link,
.select_product .bottom_buy a:visited{
	color: #666;
}
.select_product .bottom_buy svg{
	margin-top: 10px;
}
.select_product .bottom_buy>div{
	float: left;
	cursor: pointer;
}
.select_product .bottom_buy>div:nth-child(1){
	color: #666;
	width: 17%;
	background-color:rgba(255,255,255,0.9);
	border-top: 1px solid #f1f1ff;
}
.select_product .bottom_buy>div:nth-child(2){
	color: #666;
	width: 17%;
	background-color:rgba(255,255,255,0.9);
	border-top: 1px solid #f1f1ff;
}
.select_product .bottom_buy>div:nth-child(3){
	line-height: 50px;
	color: #666;
	width: 17%;
	background-color:rgba(255,255,255,0.9);
	border-top: 1px solid #f1f1ff;
}
.select_product .bottom_buy>div:nth-child(4){
	color: #fff;
	width: 24.5%;
	background-color:#ffb000;
}
.select_product .bottom_buy>div:last-child{
	color: #fff;
	width: 24.5%;
	background-color:#ff2000;
}
.select_product .bottom_specification_area{	
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.6);
	left: 0;
	bottom: 0;
	z-index: 99;
}
.select_product .bottom_specification_area .cover{
	width: 100%;
	height: 40%;
}
.select_product .bottom_specification_area .main{
	width: 100%;
	height: 60%;
	background-color: #fff;
}
.select_product .bottom_specification_area .specification_top{
	clear: both;
	height:20%;
}
.select_product .bottom_specification_area .specification_top>div{
	float: left;
	font-size: .6rem;
}
.select_product .bottom_specification_area .specification_top>div:first-child{
	text-align: center;
	width: 25%;	
	position: relative;
	top: -15px;
}

.select_product .bottom_specification_area .specification_top>div:nth-child(2){
	width: 65%;
}
.select_product .bottom_specification_area .specification_top>div:nth-child(2) div{
	padding-top: 8px;
}
.select_product .bottom_specification_area .specification_top #close_select_specification{
	width: 10%;
	font-size: 1.2rem;
	color: #e1e1e1;
	cursor: pointer;
	padding: 10px;
}
.select_product .bottom_specification_area .specification_top img{
	width: 70px;
	height: 80px;
}
.select_product .bottom_specification_area .specification_body{
	clear: both;
	height: 65%;
	width: 100%;
	overflow: auto;
}
.select_product .bottom_specification_area .now_price{
	font-size: 1rem;
	color: #ff2000;
}
.select_product .bottom_specification_area .operation{
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
}
.select_product .bottom_specification_area .operation>div{
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	float: left;
}
.select_product .bottom_specification_area .operation>div:first-child{
	background-color: #ffb000;
}
.select_product .bottom_specification_area .operation>div:last-child{
	background-color: #ff2000;
}
.select_product .bottom_specification_area div[ywx-variable="pro-countprice-list"]{
	font-size: .8rem;
	padding: 0 8px;
	clear: both;
}
.select_product .bottom_specification_area div[ywx-variable="pro-countprice-list"] .left_name{
	line-height: 35px;
	height: 35px;
	color: #999;
}
.select_product .bottom_specification_area div[ywx-variable="pro-countprice-list"] .select_value{
	height: 35px;
	margin-bottom: 10px;
}
.select_product .bottom_specification_area div[ywx-variable="pro-countprice-list"] .select_value >span{
	display: inline-block;
	margin-left: 5px;
	padding: 5px 12px;
	border-radius: 5px;
	background-color: #f7f7f7;
}
.select_product .bottom_specification_area .buy_num{
	clear: both;
	height: 35px;
	padding: 0 8px;	
	font-size: .8rem;
}
.select_product .bottom_specification_area .buy_num>div{
	float: left;
}
.select_product .bottom_specification_area .buy_num>div{
	color: #999;
	line-height: 35px;
	width: 50%;
}
.select_product .bottom_specification_area .buy_num>div:last-child{
	width: 35%;
}

.input-group-addon{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #666;
    text-align: center;
    background-color: #F7F7F7;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* .select_product  .bottom_specification_area .specification_quantity .glyphicon-minus{
	position: relative;
	font-weight: bold;
	right: -5px;
	top: 11px;
	display: inline-block;
	width: 35px;
	height: 30px;
	line-height: 28px;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
	border: 1px solid #ddd;
	border-right: none;
    color: #ddd;
    border-radius: 3px 0 0 3px;
}
.select_product  .bottom_specification_area .specification_quantity .glyphicon-plus{
	display: inline-block;
	position: relative;
	font-weight: bold;
	left: -5px;
	top: 11px;
	width: 35px;
	height: 30px;
	line-height: 28px;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
	border: 1px solid #ddd;
	border-left: none;
    color: #ddd;
    border-radius: 3px 0 0 3px;
}
.select_product  .bottom_specification_area .specification_quantity .glyphicon-plus:hover,
.select_product  .bottom_specification_area .specification_quantity .glyphicon-minus:hover{
	color: #FF7519;
} */
.select_product  .bottom_specification_area .stock_num > div{
	clear: both;	
	display: inline-block;
	color: #999;
	font-size: .5rem;
} 
.select_product  .bottom_specification_area .stock_num > div:first-child{
	width: 50%;
}
.is_selected{
	color: #fff;
	background-color: #ff2000 !important;
}

.is_unselected{
	background-color: #f7f7f7 !important;
}
/* 右侧栏 */
.pro-intro {
	z-index: 1;
	float: left;
	position: relative;
	min-height: 1px;
	width: 100%;
}
.pro-intro p{
	border-color: #e1e1e1;
	margin: 0.85em 0;
	font-size: 15px;
}

#detail{
	background-color: #f8f8f8;
  	clear: both;
    width: 100%;
    min-height: 100px;
    position: static;
}
.tab-pane{
    min-height: 20px;
}
.tabbable {
	background-color: #f8f8f8;
	clear: both;
	width: 100%;
	min-height: 100px;
	position: static;
	padding: 30px 0;
}
.tabbable a{
	color: black;
	text-decoration:none;
}
.de-nav{
	border: 1px solid #dcdee3;
    color: #333;
    width: 100%;
    padding-left: 10px;
    background-color: #fff;
    border-top: none;
    min-height: 60px;
    box-sizing: border-box;
    float: left;
    border-bottom: 2px solid #ddd;
}
.de-nav dl{
	    margin: 0;
}
.de-nav dd {
    float: left;
    margin: 0;
    height: 60px;
    margin-right: 20px;
}

.de-nav .item a, .de-nav .item a em {
    display: block;
    width: 100%;
}

.de-nav .item a{
	position: relative;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    padding: 20px 5px;
}
.de-nav .selected a, .de-nav a.selected, .de-nav a:hover {
    font-weight: 700;
    color: #ff6a00;
    text-decoration: none;
    border-bottom: 2px solid #ff6a00;
}


a,dd,div, dl, dt, em{
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.tab-body{
	background-color: #fff;
    border: 1px solid #dae2ee;
    border-top: none;
    padding: 0 16px;
    margin-top: 0;
    display: inline-block;
}
.prode-div{
	margin-left: 8px;
	display: inline-block;
	padding: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top:1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid #444;background: #444;
	font-size: 14px;cursor: pointer; color: #fff;
	margin-right: 5px;
}

.prode-title{
	margin: 5px 0;
	padding:0 8px;
	line-height: 25px;
	font-size: 1.125rem;
}
.prode-other p{
	margin: 5px 0;
	padding:0 8px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.75rem;
	color: a0a0a0;
}
.prode-div:hover{
	color: #fff;
	background: #787878;
	border: 1px solid #787878;
}
.tab-content .tab-pane img{
	max-width: 100%;
}
.prode-div a{
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
}
.prode-div a:hover{
	color: #fff;
}
.bg-share {
	text-align: center;
	margin-top: 45px;
	clear: both;
}

.share-platform {
	width: 100%;
	clear: both;
	font-size: 13px;
	margin-top: 30px;
	padding: 0 8px;
}

.share-platform ul {
	border-color: #e1e1e1;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	display: table;
	width: 100%;
	line-height: 1.2rem;
	table-layout: fixed;
	border-radius: 3px;
	background: transparent;
}

.share-platform ul li:first-child {
	border: none;
}

.share-platform ul li {
	text-align: center;
	margin: 0;
	padding: 0;
	display: table-cell;
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #e1e1e1;
	color: #7e7e7e;
}

.share-platform ul li a {
	display: block;
	padding: 20px 0;
	text-decoration: none;
	color: inherit;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.share-platform ul li:hover {
	color: #fff;
}

.share-platform .social-facebook:hover {
	background-color: #37589b;
}

.share-platform .social-twitter:hover {
	background-color: #46d4fe;
}

.share-platform .social-google:hover {
	background-color: #de5a49;
}

.share-platform .social-pinterest:hover {
	background-color: #cb2027;
}

.share-platform .social-linkedin:hover {
	background-color: #419cca;
}

.share-platform .social-tumblr:hover {
	background-color: #345574;
}

.share-platform .social-vk:hover {
	background-color: #597BA5;
}

.share-platform .social-reddit:hover {
	background-color: #FF4500;
}

.share-platform .social-mail:hover {
	background-color: #9fae37;
}

.share-platform .social-instagram:hover {
	background-color: #9fae37;
}

.share-platform .social-youtube:hover {
	background-color: #ea0b37;
}

.box td{border: 1px solid transparent;}

#bottom-otherdesc a{
 color: blue;
}


.widget-detail-overview .do-entry-list * {
	margin:0;border:0;
}

.widget-detail-overview 
.do-title{font-weight:700;font-size:22px;line-height:22px;color:#333;padding-top:15px;padding-bottom:15px;}.widget-detail-overview .do-content-separate 
.do-overview{width:560px;display:inline-block}.widget-detail-overview 
.do-content-separate 
.do-performance{width:350px;box-sizing:border-box;min-height:100px;float:right;v
ertical-align:top}.widget-detail-overview .do-overview{border-top:1px dashed 
#e6e7eb}.widget-detail-overview .do-entry{border-bottom:1px dashed 
#e6e7eb;padding:20px 0 5px;font-size:12px}.widget-detail-overview .do-entry 
.do-entry-list{margin:0 -20px;box-sizing:border-box}.widget-detail-overview 
.do-overview 
.do-entry-title{font-weight:700;font-size:14px;color:#333;line-height:14px;paddi
ng:8px 0}.widget-detail-overview .do-entry dl{padding:0 
20px;box-sizing:border-box}.widget-detail-overview .do-entry-separate 
dl{width:300px;zoom:1;float:left}.widget-detail-overview 
.do-entry-list:after,.widget-detail-overview .do-entry 
dl:after,.widget-detail-overview 
.do-performance:after{visibility:hidden;display:block;height:0;font-size:0;conte
nt:" ";clear:both}.widget-detail-overview .do-entry dt{padding:4px 
0;color:#666;width:102px;float:left;overflow:hidden;white-space:nowrap;text-over
flow:ellipsis}.widget-detail-overview .do-entry-separate 
dt{width:90px}.widget-detail-overview .do-entry dd{padding:4px 
0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#333;margin:0}
.ui2-table{width:100%;border-collapse:collapse}.ui2-table td,.ui2-table 
th{padding:12px;text-align:left;border:1px solid #c8d2e0}.ui2-table 
th,.ui2-table th:hover{background:#dae2ed}.ui2-table-zebra 
tr:nth-child(2n){background:#f5f7fa}.ui2-table-hover 
tr:hover{background:#e9eef5}.ui2-table-simple td,.ui2-table-simple 
th{border-width:0 0 1px}.do-content{overflow:hidden}.detail-product-performance 
.box-body 
ul{list-style:none;font-size:16px;color:#333;letter-spacing:0;line-height:20px;p
adding-left:22px}.detail-product-performance ul 
span{display:inline-block;width:100px}.detail-product-performance ul 
li{margin:12px 0}.detail-product-performance ul 
.progress{display:inline-block;background:#c8d2e0;width:150px;height:4px;vertica
l-align:middle;margin-right:8px}.detail-product-performance ul 
em{font-size:14px;color:#333;letter-spacing:0;line-height:20px}.detail-product-p
erformance 
.box-tag{font-size:14px;color:#666;line-height:18px;vertical-align:middle;positi
on:relative;margin-top:-26px}.detail-product-performance .box-tag 
a{text-decoration:none}.detail-product-performance .box-tag 
.ui2-icon{font-size:16px;color:#999;margin-right:4px;position:relative;top:1px}.
detail-product-performance .box-header{border-bottom:1px solid 
#e6e7eb;height:30px;padding:14px 16px}.detail-product-performance .box-header 
h2{font-size:14px;color:#262626;letter-spacing:0;line-height:18px;margin:0}.deta
il-product-performance .box-header 
.sub-scription{font-size:12px;color:#999;letter-spacing:0;text-align:left}.detai
l-product-performance .highcharts-axis,.detail-product-performance 
.highcharts-axis-labels,.detail-product-performance 
.highcharts-button,.detail-product-performance 
.highcharts-credits,.detail-product-performance 
.highcharts-grid,.detail-product-performance 
.highcharts-legend{display:none}.detail-product-performance{background:#f7f7fa;b
order:1px solid #dcdee3;width:348px}.detail-product-performance 
.chart{min-height:110px;position:relative}.detail-product-performance .chart 
.chart-container{position:absolute;top:0;left:-45px}.detail-product-performance 
.line{border-bottom:1px solid #e6e7eb;margin:0 
auto;width:317px;height:1px}.detail-product-performance .sub-box 
.sub-scription{font-size:12px;color:#999;letter-spacing:0;text-align:left;margin
:16px;cursor:pointer}.detail-product-performance .sub-box 
.gmv,.detail-product-performance .sub-box 
.trans{font-size:22px;color:#333;letter-spacing:0;line-height:26px;text-align:le
ft;margin-left:16px}.detail-product-performance 
.sub-box.margin-v-20{margin-top:20px;margin-bottom:20px}.detail-product-performa
nce .gmv:after,.detail-product-performance 
.trans:after{content:"GMV";font-size:12px;color:#999;letter-spacing:0;text-align
:left;margin-left:8px}.detail-product-performance 
.trans:after{content:"Transactions"}.detail-product-performance 
.highcharts-background{fill:transparent}.widget-detail-overview 
.supply-verify-tips{position:absolute;margin-left:50px;margin-top:4px}.do-entry-
item-val .ui2-table td,.ui2-table th{padding:6px 
12px}.widget-detail-overview.widget-detail-overview-for-spu 
.do-overview{border:none}.widget-detail-overview.widget-detail-overview-for-spu 
.do-entry 
.do-entry-list{font-size:14px}.widget-detail-overview.widget-detail-overview-for
-spu .do-overview 
.do-entry-title{text-align:left;line-height:26px;font-size:18px;color:#333;font-
weight:700;padding:20px 0 
12px}.widget-detail-overview.widget-detail-overview-for-spu .do-entry 
dt{width:117px;text-align:right;margin-right:10px}.supply-ability-table.ui2-tabl
e-normal{width:auto;max-width:100%}.supply-ability-table.ui2-table-zebra 
tr:nth-child(2n){background:none}.widget-detail-overview .do-entry 
dt{width:110px}

widget-detail-overview .do-entry-list:after, 
.widget-detail-overview .do-entry dl:after, 
.widget-detail-overview .do-entry:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both;
}
/* case */
.case .case_title{
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.25rem;
    margin-top: 0.9375rem;
}
.case .case_title a:link,
.case .case_title a:visited{
	color: #000;
}
.case .case_date{
	font-size: 0.75rem;
	color: #939393;
}
.case .case_main{
	margin-top: .8rem;
	max-width: 100%;
	max-height: 100%;
	font-size: 14px;
	color: #939393;
}
.case .case_main img{
    padding: .8rem;
    width: 100%;
    height: 100%;
    display: inline-block;
    flex-grow: 1;
    object-fit: cover;
}

/* 莹莹 */


/*产品页*/
/*分类栏*/
.product_banner{
	width: 100%;
	max-height: 200px;
}
.product_banner img{
	width: 100%; 
	max-height: 200px;
	display: inline-block;
	flex-grow: 1;
	object-fit: cover;
}
ul#filters { 
	width: 80%;
	displey:-webkit-flex; 
	display: flex;
	-webkit-flex-flow:row nowrap; //设置排列方式为横向排列，并且超出元素不换行 
	flex-flow:row nowrap; 
	overflow-x: auto; 
	list-style: none;
}
ul#filters2{
	z-index: 1;
	margin-top: -1px;
}
ul#filters {
	position: relative;
	margin-top: 6px;
}

ul#filters .filters-li,
ul#filters2 .filters-li{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}
ul#filters .filters-li a,
ul#filters2 .filters-li a{
	color: #fff;
	padding: 8px 15px 9px 15px;
	margin-left: 1px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	white-space: nowrap; 
}

ul#filters .filters-li a:hover,
ul#filters .filters-li a.selected{
	color: #DA211F;
}
ul#filters2{
	position: absolute;
	right: 0;
	top: 7px;
}

ul#filters2 .dropdown-menu{
	position: absolute;
	left: -65px;
	width: 150px;
	margin-top: 8px;
	max-height: 250px;
	overflow-y: auto;
}
ul#filters2 .dropdown-menu>li>a{
	display: inline-block;
	width: 150px;
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}
ul#filters2 .dropdown-menu li{
	border-bottom: 1px solid #efefef;
}
ul#filters2 .dropdown-menu li a:link,
ul#filters2 .dropdown-menu li a:visited{
	color: #000;
}
.classification_bg{
	position: relative;
	width: 100%;
	height: 3.5rem;
	background-color: #2a2a2a;
	margin-top: -0.4rem;
}
.classification_nav h2{
	font-size: 1.5rem;
    font-family: "Calibri";
    color: #fff;
    font-weight: lighter;
    text-align: center;
    margin-top: 1rem;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}
/*博客页*/
.blog_img img{
	width: 90%;
    height: 90%;
    margin-left: 1.2rem;
}
.page_content{
	width: 20rem;
	margin-left: 1rem;
}
.page_content h2{
	font-size: 1.8rem;
	font-family: "Calibri";
	margin-top: 0.5rem;
}
.page_content p{
	font-size: 0.5rem;
	font-family: "Calibri";
	color: #a0a0a0;
	margin-bottom: 0.5rem;
}
.page_content span{
	font-size: 0.9rem;
	font-family: "Calibri";
	color: #999999;
}
/*解决方案页*/
.solution_List .col-xs-6 {
    width: 44%;
}
.solution_content {
    transition: all .4s ease-in-out;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
.solution_content {
    width: 15rem;
    height: 15rem;
    margin: 0 0.9rem -1rem;
}
.solution_content img{
	width: 70%;
	height: 70%;
}
.solution_title {
    display: block;
    font-size: 1.1rem;
    color: #222430;
    max-width: 9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*视频页*/

.video-big{
	clear: both;
	width: 100%;
	height: 9.375rem;
}
.video-title{
	clear: both;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    color: #000;
    border-bottom: 0.04rem #d8d8d8 dashed;
	margin-bottom: 1.5rem;
}
.video-title h5{
	line-height:2rem;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.video-title a:link,
.video-title a:visited{
	color: #000;
	text-decoration: none;
}
.video-title a:visited{
	text-decoration: none;	
}
/*博客详情页*/



.nav-active{
	background-color: #F8F8F8 !important;
}
.nav-active a{
	color: #DA251E !important;
}

/* search */
.product_search .product_img_list img,
.product_search .product_img img{
	width: 100%; 
	height: 100%;
	display: inline-block;
	flex-grow: 1;
	object-fit: cover;
}
.product_search .product_img_list .col-xs-6{
	padding: 8px;
}
.product_search .product_imgage{
	width: 100%;
	height: 11.6875rem;
}
.product_search .product_img{
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-shadow: 1px 1px 2px #e6e6e6;
	padding: 2px;
}
.product_search .product_img_title{
	padding-bottom: 20px;	
}
.product_search .product_img_title a{

	height: 1.5rem;
	line-height: 1.5rem;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product_search .product_img_title a:link,
.product_search .product_img_title a:visited,
.product_search .index_section a:link,
.product_search .index_section a:visited{
	color: #000;
}
.product_search .index_section a:hover{
	text-decoration: none;
}
#indexload{
	display: block;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	background-color: #000;
	opacity: .5;
}
#indexload>div{
	position: absolute;
	text-align: center;
	top: 20%;
	left: 30%;
	width: 50%;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	border-radius: 5px;
	background-color: #fff;
}
#indexload img{
	margin-right: 5px;
	width: 14px;
}
.center{
	clear: both;
	margin-top: 20px;
}

[ywx-variable="total-home-mashup"] video {
	width: 100%;
}