@charset "utf-8";
/*
*	****************************************
*	*           index style               
*	****************************************
*/
/*head*/

/* banner */
#banner{
	width: 100%;
}
#banner img{
	width: 100%;
	display: block;
}

#banner .gallery-top .swiper-slide {
	height: 210px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#banner .gallery-thumbs {
	margin-top: -50px;
}

#banner .gallery-thumbs .swiper-slide {
	width: 33.33%;
	height: 50px;
	background-color: rgba(0,0,0,.8);
	text-align: center;
	box-sizing: border-box;
	padding-top: 10px;
	opacity: 0.7;
}

#banner .gallery-thumbs .swiper-slide p {
	color: #FFFFFF;
	font-size: 12px;
}

#banner .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.news {
	padding-bottom: 10px;
}

.news .title {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.news .title h4 {
	display: inline-block;
    padding: 0 28px;
    background: url(../images/default/tit1_03.jpg) no-repeat right top;
    line-height: 36px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.news .title p {
	display: inline-block;
    line-height: 26px;
    background: url(../images/default/tit_03.jpg) no-repeat center top;
    font-size: 14px;
    color: #999;
}

.news .type_list {
    width: 100%;
    background: url(../images/default/beij_21.jpg) repeat-x left center;
    height: 7px;
    margin-top: 10px;
    margin-bottom: 40px;
    position: relative;
}

.news .type_list ul {
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.news .type_list ul li {
	background-color: #FFFFFF;
}

.news .type_list ul li a {
	display: block;
	font-size: 14px;
	color: #666666;
	margin: 0 3px;
}

.news .type_list ul li a.active {
	color: #D40000;
	border-bottom: 2px solid #D40000;
}

.news .type_list ul li.active a {
	color: #D40000;
	border-bottom: 2px solid #D40000;
}

.news .type_list a.more {
	display: block;
	text-align: center;
	line-height: 15px;
	width: 46px;
	height: 20px;
	border: 1px solid #d40000;
	background-color: #FFFFFF;
	border-radius: 5px;
	font-size: 12px;
	color: #d40000;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.news .newslist {
	display: none;
}

.news .newslist .toutiao{ 
	width: 100%;
  	/*height: 140px;*/ 
  	position:relative;
}

.news .newslist .toutiao .pic {
	float:left; 
	width: 40%;
	margin-right:14px;
}

.news .newslist .toutiao .pic img{ 

}

.news .newslist .toutiao span{ 
	font-size:16px; 
	color:#333; 
	line-height:20px; 
	display:inline-block; 
	width: calc(60% - 14px);
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.news .newslist .toutiao font{ 
	padding-top:7px; 
	color:#666; 
	font-size: 12px;
	display:inline-block; 
	width: calc(60% - 14px);
}

.news .newslist .toutiao a{ 
	display:inline-block; 
	width:47px; 
	height:17px; 
	line-height:17px; 
	border:1px solid #d40000; 
	color:#d40000; text-align:center; 
	border-radius:8px;
	position: absolute;
	bottom: 10px;
}

.news .newslist .lielist{ 
	width: 100%;
}

.news .newslist .lielist li{ 
	height:36px; 
	line-height:36px; 
	color:#666; 
	font-size:12px;
}

.news .newslist .lielist li span{ 
	float:right;
	width: 75px;
}

.news .newslist .lielist li a{ 
	color:#666; 
	width: calc(100% - 75px);
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	float: left;
}

.news .newslist .lielist li a:hover{ 
	color:#d40000;
}

.product {
	background-color: #f3f3f3;
	padding-bottom: 20px;
}

.product .title {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
}

.product .title h4 {
	display: inline-block;
    padding: 0 28px;
    background: url(../images/default/tit1_03.jpg) no-repeat right top;
    line-height: 36px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.product .title p {
	display: inline-block;
    line-height: 26px;
    background: url(../images/default/tit_03.jpg) no-repeat center top;
    font-size: 14px;
    color: #999;
}

.product .type_list ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.product .type_list ul li {
	width: calc(50% - 5px);
	height: 38px;
	border: 1px solid #bfbfbf;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.product .type_list ul li a {
	display: block;
	font-size: 10px;
	color: #5f5f5f;
	width: 100%;
	line-height: 38px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: inherit;
}

.product .type_list ul li.active {
	border: 1px solid #d40000;
	background-color: #D40000;
}

.product .type_list ul li.active a {
	color: #FFFFFF;
}

.product .product_list {
	display: none;
}

.product .product_list ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.product .product_list ul li {
	width: calc(50% - 10px);
	margin-top: 25px;
}

.product .product_list ul li img {
	width: 100%;
	height: 100px;
	display: block;
	border: 1px solid #929292;
	border-bottom: 0px;
}

.product .product_list ul li .txt {
	background-color: #FFFFFF;
	border: 1px solid #929292;
	border-top: 0px;
	padding: 0 3px;
}

.product .product_list ul li .txt:after {
	display: table;
	content: "";
	clear: both;
}

.product .product_list ul li .txt span {
	display: block;
	float: left;
	font-size: 12px;
	color: #333333;
	line-height: 33px;
	width: calc(100% - 60px);
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.product .product_list ul li .txt a {
	display: block;
	float: right;
	width: 50px;
	height: 20px;
	font-size: 12px;
	color: #D40000;
	text-align: center;
	line-height: 18px;
	border: 1px solid #D40000;
	border-radius: 5px;
	margin-top: 7px;
}

.product a.more {
	display: block;
	width: 62px;
	height: 25px;
	font-size: 14px;
	color: #D40000;
	text-align: center;
	line-height: 23px;
	border: 1px solid #D40000;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 30px;
}

.profile {
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

.profile .title {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

.profile .title h4 {
	display: inline-block;
    padding: 0 28px;
    background: url(../images/default/tit1_03.jpg) no-repeat right top;
    line-height: 36px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.profile .title p {
	display: inline-block;
    line-height: 26px;
    background: url(../images/default/tit_03.jpg) no-repeat center top;
    font-size: 14px;
    color: #999;
}

.profile .content .txt {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	text-indent: 2em;
	margin-bottom: 10px;
}

.profile .content .video {
	width: 100%;
}

.profile .more {
	display: block;
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



