@charset "utf-8";

/*基本*/
*{ padding:0px; margin:0px; font-family:"PingFang SC","微软雅黑","Microsoft YaHei", "黑体", "宋体",Arial,Helvetica,sans-serif; color: #333; }
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form,fieldset, 
legend, input, button,textarea, p, blockquote, th, td { margin: 0; padding: 0;}
html,body{margin:0px auto; font-family: Microsoft YaHei; font-size:14px; background: #fff;}
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0;display: block; }
p{ margin: 0px; line-height:1.8em}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0;}
li{ list-style: none outside none;}
i,em{ font-style: normal; }
h1,h2,h3,h4,h5,h6{font-weight: 400; }
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important; }/* chrome */
input[type="number"]{-moz-appearance:textfield;}
input,select,textarea{outline:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:none;background: transparent;}
/*input框的占位字体颜色*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers */  color: #b9bbbd; }  
input:-moz-placeholder,textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  color: #b9bbbd;   }  
input::-moz-placeholder,textarea:-moz-placeholder{ /* Mozilla Firefox 19+ */  color: #b9bbbd; }
input:-ms-input-placeholder,textarea:-moz-placeholder { /* Internet Explorer 10+ */ color: #b9bbbd; }
/*链接*/
a{ text-decoration:none; color:#333; background: transparent;  outline:none; cursor: pointer;}
a:active{ outline:none;}
.wrap{width: 1120px; margin:0 auto;overflow: hidden;}
.fl{float: left;}
.fr{float: right;}


/* 
2019-3-21
tzp 
*/


/*header*/
.header{
	width: 100%;
	min-width: 1200px;
	height: 80px;
	background: #fff;
}
.logo{
	width: 450px;
	height: 80px;
	display: block;
	float: left;
	background: url(../img/me/logo.png) no-repeat left center;
	background-size: auto 50px;
}
.header_nav{
	float: right;
}

.header_nav li{
	float: left;
	text-align: center;
}
.header_nav li a{
	font-size: 16px;
	line-height: 80px;
	height: 80px;
	display: block;
	padding: 0 10px;
}
.header_nav li.on a{
	color: #fff;
	background: #3b96eb;
}


.footer{
	width: 100%;
	min-width: 1200px;
	height: 60px;
	background: #2e2e2e;
}
.footer p{
	font-size: 14px;
	line-height: 60px;
	color: #fff;
	text-align: center;
}

/*banner*/
.banner{
	width:100%;
	min-width: 1200px;
	height: 530px;;	
	display: block;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #333;
    opacity: 1;
    border-radius: 6px
}
.swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    background: #3b96eb;
    opacity: 1;
}



/*首页关于我们*/
.index_about{
	width: 100%;
	min-width: 1200px;
	height: 530px;
	background: none;
}
.index_about_wrap{
	width: 1120px;
	height: 530px;
	margin: 0 auto;
	position: relative;
	padding: 100px 0 0px 0;
	box-sizing: border-box;
}


.left_video_area{
	width: 480px;
	height: 370px;
	float: left;
	position: relative;
}
.video_img{
	width: 480px;
	height: 360px;
	overflow: hidden;
}
.video_img img{
	height: 100%;
}
.ic_play{
	width: 92px;
	height: 92px;
	display: block;
	background: url(../img/me/ic_play.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -46px;
	top: 50%;
	margin-top: -46px;
}
.video_img video{
	width: 480px;
	height: 360px;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
}

.index_about_info{
	width: 570px;
	height: 360px;
	float: right;
	position: relative;
}

.about_tit{
	position: relative;
	display: inline-block;
	clear: both;
	padding-right: 50px;
	margin-bottom: 10px;
}

.about_tit h1{
	font-size: 28px;
	line-height: 38px;
}
.about_tit p{
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	display: none;
}
.about_tit:after{
	content: " ";
	width: 32px;
	height: 32px;
	display: block;
	background: url(../img/me/ic_arrow.png) no-repeat center center;
	position: absolute;
	right: 0;
	bottom: 10px;
	background: none;
}

.index_about_p{
	width: 100%;
	height: 216px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 20px;
}
.index_about_p p{
	font-size: 14px;
	line-height: 24px;
	color: #333!important;
	background: none!important;
}

.index_about_p p span,.index_about_p p em,.index_about_p p i,.index_about_p p stong{
	font-size: 14px;
	line-height: 24px;
	color: #333!important;
	background: none!important;
}
.telphone{
	width: 100%;
	font-size: 24px;
	line-height: 44px;
	position: absolute;
	left: 0;
	bottom: 0px;
}


/*新闻列表*/
.index_news_area{
	padding: 30px 0;
	background: #fff;
}

.index_news_list{
	margin: 30px 0;
	overflow: hidden;
}
.index_news_item{
	width: 550px;
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.index_news_item:nth-of-type(even){
	margin-right: 0;
}


.date{
	width: 90px;
	height: 90px;
	/*background: #999;*/
	text-align: center;
	padding-top: 14px;
	box-sizing: border-box;
	float: left;
}
.date span{
	font-size: 26px;
	line-height: 1;
	display: block;
	/*color: #fff;*/
	/*font-weight: 700;*/
}

.date p{
	font-size: 26px;
	/*color: #fff;*/
}

.index_news_info{
	width: 460px;
	height: 90px;
	/*background: #e5e5e5;*/
	padding: 5px 20px;
	box-sizing: border-box;
	float: left;
}

.index_news_info h1{
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_news_info p{
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666;
}
/*.index_news_item:hover  .index_news_info h1{
	color: #cf3734;
}
*/

/*首页联系我们*/
.index_contact_area{
	padding: 30px 0;
	overflow: hidden;
}

.index_contact_left{
	float: left;
	width: 450px;
}

.contact_tit{
	position: relative;
	clear: both;
	padding-left: 50px;
	margin-bottom: 10px;
}

.contact_tit h1{
	font-size: 28px;
	line-height: 38px;
}
.contact_tit p{
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	display: none;
}
.contact_tit:after{
	content: " ";
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	background: none;
}
.index_contact_list{
	width: 100%;
	padding-left: 50px;
	box-sizing: border-box;
	margin-top: 30px;
}

.index_contact_item{
	overflow: hidden;
	border-bottom: 1px dotted #838383;
	padding: 12px 0;
}
.index_contact_item span{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: block;
	float: left;
	margin-right: 10px;
	display: none;
}

.ic_phone{
	background: #333333 url(../img/me/ic_phone.png) no-repeat center center;
	background-size: 100% 100%;
}
.ic_telephone{
	background: #333333 url(../img/me/ic_telephone.png) no-repeat center center;
	background-size: 100% 100%;
}
.ic_email{
	background: #333333 url(../img/me/ic_email.png) no-repeat center center;
	background-size: 100% 100%;
}
.ic_location{
	background: #333333 url(../img/me/ic_location.png) no-repeat center center;
	background-size: 100% 100%;
}
.index_contact_item p{
	font-size: 14px;
	line-height: 34px;
	/*height: 34px;*/
	float: left;
}
.index_contact_item p em{
	font-size: 16px;
	line-height: 34px;
}
.index_contact_item p a{
	font-size: 16px;
	line-height: 34px;
}



.index_contact_right{
	width: 670px;
	float: right;
	padding-left: 20px;
	box-sizing: border-box;
}
.index_honor_list{
	width: 100%;
	padding-left: 50px;
	box-sizing: border-box;
}

.index_honor_item{
	width: 290px;
	height: 220px;
	overflow: hidden;
	float: left;
}
.index_honor_item img{
	height: 100%;
}
.index_honor_item:nth-of-type(even){
	float: right;
}




/*产品展示*/
.production_area{
	padding:  30px 0;
	background: #fff;
}
.production_tit{
	text-align: center;
}

.production_tit h1{
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	background: none;
}
.production_tit h1 em{
	color: #333;
}
.production_tit p{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	display: none;
}

.production_list{
	overflow: hidden;
	margin: 20px 0 0 0;
}
.production_item{
	width: 265px;
	margin-right: 10px;
	float: left;;
	margin-bottom: 20px;
}
.production_item:nth-of-type(4n+0){
	margin-right: 0;
}
.prod_img{
	width: 265px;
	height: 200px;
	background: #d8d8d8;
	overflow: hidden;
}
.prod_img img{
	display:block;
	height: 100%;
	object-fit:cover;
	background-size:cover;
}

.production_item h1{
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.more_a{
	font-size: 14px;
	line-height: 34px;
	height: 36px;
	width: 140px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
}

/*.more_a:hover{
	background: #cf3734;
	border: 1px solid #cf3734;
	color: #fff;
}*/

/*资质荣誉*/
.honor_area{
	margin: 20px 0;
}
.honor_tit{
	font-size: 28px;
	line-height: 48px;
	color: #cf3734;
	text-align: center;
}

.honor_list{
	width: 1130px;
	overflow: hidden;
	margin: 20px auto;
}
.honor_item{
	width: 340px;
	margin-right: 30px;
	float: left;;
	margin-bottom: 30px;
}
.honor_item:nth-of-type(3n+0){
	margin-right: 0;
}
.honor_img{
	width: 340px;
	height: 260px;
	background: #d8d8d8;
	overflow: hidden;
}
.honor_img img{
	height: 100%;
}

.honor_item h1{
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



/*关于我们页面*/
.me_about_banner{
	width: 100%;
	min-width: 1200px;
	height: 530px;
	background: url(../img/me/index_about_bg.jpg) no-repeat center center;
	background-size: auto 530px;
}

.article_container{
    border:1px solid #d8d8d8;
    padding: 30px 60px;
    width: 800px;
    min-height: 300px;
    margin: 30px auto;
   	box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
}
.article_container h1{
	font-size: 32px;
	line-height: 52px;
	text-align: center;
	margin-bottom: 20px;
}
.article_container article p{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}





/*定义页码样式*/
.pagination,
.page{
    width: 100%;
    text-align: center;
    line-height: 26px;
    padding: 40px 0;
    clear: both;
}
.page{
    width: 76%;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.first span,.prev span,.next span,.last span,.first a,.prev a,.next a,.last a{
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
}
.pagination a,.page span{
    font-family:Arial;
    font-size:16px;
    min-width:26px;
    display:inline-block;
    color:#282828;
    height:26px;
    line-height: 26px;
    text-align: center;
}
.pagination  li a:hover,.pagination li.active a,.page span:hover,.page span.on{
    color:#fff;
    background-color: #d4101a;
    border-radius:13px;
}
.pagination li{ list-style: none outside none;}




.me_container{
	width: 800px;
	margin: 30px auto;
	background: #fff;
	border:1px solid #d8d8d8;
	border-radius: 6px;
	overflow: hidden;
}

/*新闻文章列表*/

.container_qiye{
	width: 800px;
	margin: 0px auto;
	overflow: hidden;
	background: #fff;
}
.container_left{
	width: 760px;
	margin: 0 auto;
}
.container_right{
	width: 360px;
	float: right;
}


.news_item{
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	display: block;
}
.news_item:last-child{
	border-bottom: none;
}
.news_item:hover{
	background: #f5f5f5;
}
.news_item:hover .news_info h1{
	color: #cc3333;
}
.news_img{
	width: 220px;
	height: 128px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.news_img img{
	width: 100%;
}
.news_info{
	width: 520px;
	height: 128px;
	float: left;
	position: relative;
}
.news_info h1{
	font-size: 18px;
	line-height: 38px;
	height: 38px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_info p{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news_tag{
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: 0;
}
.news_tag em{
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	color: #999;
	padding: 0 10px;
	position: relative;
	display: inline-block;
	float: left;
}
.news_tag em:after{
	content: " ";
	width: 1px;
	height: 12px;
	background: #999;
	position: absolute;
	right: 0;
	top: 6px;
}
.news_tag em:first-child{
	padding-left: 0;
}
.news_tag em:last-child:after{
	background: transparent;
}




/*新闻文章详情*/
.news_detail_info{
	width:100%;
	padding: 30px 0px;
	box-sizing: border-box;
	overflow:hidden;
	background: #fff;
	/*border-bottom: 1px solid #e6e6e6;*/
	min-height: 200px;
	text-align: justify;
}
.news_detail_info h1{
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
}
.news_detl_tag{
	padding: 10px 0 20px 0;
	font-size: 12px;
	line-height: 22px;
}
.news_detl_tag em{
	color: #999;
	font-size: 12px;
	margin-right: 10px;
}

.news_detail_info article,.news_detail_info p{
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 14px;
	text-align: justify;
	word-break: normal;

}
.news_detail_info img{
	max-width: 720px!important;
	display: block!important;
	margin: 20px auto!important;
	height: auto!important;
}


/*相关阅读*/
.related{
	margin-bottom: 30px;
}
.related_list{
	overflow: hidden;
}
.related_item{
	width: 370px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
}
.related_item:nth-of-type(2n+0){
	margin-right: 0;
}
.related_img{
	width: 170px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin-right: 20px;	
}
.related_img img{
	width: 100%;
	min-height: 100px;
}

.related_info{
	width: 180px;
	height: 100px;
	position: relative;
	float: left;
}

.related_info h1{
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.related_info p{
	font-size: 12px;
	line-height: 20px;
	color: #999;
	position: absolute;
	left: 0;
	bottom: 0;
}




/*首页关于我们2*/
.index_about_re{
	width: 100%;
	min-width: 1200px;
	height: 530px;
	background: #fff;
}

.index_about_re h1{
	font-size: 28px;
	line-height: 48px;
	height: 48px;
	text-align: center;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
}
.index_about_re p{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}

.index_about_re .telphone{
	width: 100%;
	font-size: 24px;
	line-height: 44px;
	color: #333;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 80px;
}

.main01_right_re .main01_tit{
	width: 550px;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.main01_right_re .main01_tit:after{
	content: " ";
	width: 55px;
	height: 2px;
	background: transparent;
	position: absolute;
	left: 0;
	bottom: 0;
}
.main01_right_re .main01_tit span{
	font-size: 20px;
	line-height: 38px;
	font-weight: 700;
}
.main01_right_re .main01_tit span em{
	font-size: 20px;
	line-height: 38px;
	color: #333;
}
.main01_right_re .main01_tit a{
	font-size: 12px;
	line-height: 38px;
	float: right;
	color: #999;
}



.main01_right_re  .main01_news_list{
	width: 550px;
	float: left;
}


.main01_right_re .main01_news_item.on,.main01_right_re .main01_news_item:hover{
	background: #f1f1f1;
	border-left: 2px solid transparent;
}
.main01_right_re .main01_news_item.on h1,.main01_right_re .main01_news_item:hover h1{
	color: #cf3734;
}