.wp{
	width: 1140px;
	margin: 0 auto;
}
.w1500{
	width: 1500px;
	margin: 0 auto;
}
/*header页面*/
header{
	padding: 35px 0;
}
.logo a{
	display:block;
	width: 118px;
	height: 30px;
	font-size: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
nav ul li{
	margin-left: 25px;
	float: left;
}
nav ul li a{
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #333333;
	transition: .5s;
}
nav ul li.active a,
nav ul li:hover a{
	color: #000;
	font-weight: bold;
}
/*首页部分*/
.index_title{
	text-align: center;
	line-height: 1;
	margin-bottom: 50px;
}
.index_title h5{
	font-size: 30px;
	color: #333;
}
.index_title p{
	margin-top: 15px;
	font-size: 14px;
	color: #878787;
}
.index_product{
	padding: 50px 0;
}
.in_pro_main ul li{
	width: 31%;
	float: left;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.in_pro_main ul li:nth-child(2){
	margin: 0 3.5%;
}
.in_pro_main ul li span{
	display: block;
	position: absolute;
	width: 100%;
	height: 60px;
	margin-top: -30px;
	left: 0;
	top: 50%;
	font-size: 18px;
	color: #fff;
}
.in_pro_main ul li span font{
	display: block;
	margin-top: 15px;
	font-size: 16px;
	color: #fff;
}
.in_pro_main h5{
	margin-top: 50px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 18px;
	color: #5a5a5a;
}
.in_pro_main p{
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	color: #5a5a5a;
}
.index_about{
	background: #797979;
}
.index_about .info{
	width: 50%;
	float: left;
    padding-left: 20%;
    padding-top: 30px;
    padding-right: 30px;
}
.index_about .img{
	width: 50%;
	float: left;
}

.index_about h5{
	font-size: 24px;
	color: #fff;
	line-height: 1;
	
}
.index_about  p{
	font-size: 14px;
	color: #cfcfcf;
	
	line-height: 25px;
	margin-top: 25px;
}
.index_service{
	padding: 50px 0;
}
.in_service_main ul li{
	float: left;
	width: 33.33333%;
	text-align: center;
}
.in_service_main ul li h5{
	margin: 20px 0;
	font-size: 18px;
	color: #464747;
	font-weight: bold;
}
.in_service_main ul li p{
	margin-top: 10px;
	font-size: 16px;
	color: #464747;
}
.index_case{
	padding: 50px 0;
}
.in_case_main ul li{
	width: 31%;
	text-align: center;
	float: left;
}
.in_case_main ul li:nth-child(2){
	margin: 0 3.5%;
}
.in_case_main ul li .img{
	border: 1px solid #dcdcdc;
	padding: 3px;
	overflow: hidden;
}
.in_case_main ul li .img img{
	transition: .8s;
}
.in_case_main ul li .info h5 a{
	display: block;
	margin: 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	text-align: left;
	transition: .5s;
}
.in_case_main ul li .info p{
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	color: #939393;
}
.in_case_main ul li:hover .img img{
	transform: scale(1.1);
}
.in_case_main ul li:hover .img{
	border: 1px solid #000;
}
.in_case_main ul li:hover .info h5 a{
	color: #000;
}
.index_fen{
	text-align: center;
}
.index_news{
	padding: 50px 0;
}
.in_news_title{
	margin-bottom: 30px;
}
.in_news_title span{
	float: left;
	width: 120px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	border: 1px solid #dcdcdc;
	font-size: 16px;
	color: #878787;
	transition: .5s;
}
.in_news_title span.active{
	background: #5c5c5c;
	border: 1px solid #5c5c5c;
	color: #fff;
}
.in_news_main .img{
	width: 400px;
	padding-right: 40px;
}
.in_news_main .box{
	width: 740px;
}
.in_news_list{
	display: none;
}
.in_news_list.active{
	display: block;
}
.in_news_list ul li{
	padding-bottom: 19px;
}
.in_news_list ul li:last-of-type{
	padding-bottom: 0;
}
.in_news_list ul li .date{
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
	background: #efefef;
	transition: .5s;
	padding-top: 10px;
	border-radius: 1px;
	border: 1px solid #e5e5e5;
	transition: .5s;
}
.in_news_list ul li .date h5{
	font-size: 28px;
	color: #5a5a5a;
	transition: .5s;
}
.in_news_list ul li .date p{
	font-size: 14px;
	color: #8e8e8e;
	transition: .5s;
}
.in_news_list ul li:hover .date{
	background: #5c5c5c;
	border: 1px solid #5c5c5c;
}
.in_news_list ul li:hover .date h5,
.in_news_list ul li:hover .date p{
	color: #fff;
}
.in_news_list ul li .info{
	margin-left: 95px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e2e2e2;
}
.in_news_list ul li .info h5 a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #474747;
	padding-bottom: 2px;
}
.in_news_list ul li .info p{
	font-size: 14px;
	color: #898989;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
/*footer*/
footer{
	padding: 50px 0;
	background: #333;
}
footer .info{
	float: left;
	width: 70%;
}
footer .info font{
	display: inline-block;
}
footer .info p{
	margin-top: 15px;
	font-size: 14px;
	color: #fff;
}
footer .info a{
	font-size: 14px;
	color: #fff;	
}

/*内页*/
.main{

	background: #f4f4f4;
}
.main .wp{
	position: relative;	
}
.main_title{
	position: absolute;
    width: 100%;
    height: 120px;
    background: #f4f4f4;
    color: #606060;
    font-size: 16px;
    top: -120px;
    text-align: center;
}
.main_title p{
	font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    margin-top: 30px;
}
.main_title p font{
	display: block;
    font-size: 14px;
    color: #acacac;
    font-weight: normal;
}
.main_category{
	display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.main_category ul li{
	display: inline-block;
    background: #fff;
    border-right: 1px solid #f0f0f0;
}
.main_category ul li:last-child{
    border: none;
}
.main_category ul li a{
    display: block;
    padding:20px 40px;
    font-size: 15px;
    color: #565555;
    transition: 0.6s;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
}
.main_category ul li a:hover{
    border-bottom: 2px solid #333;
}
.product ul li{
	margin: 10px 0;
    position: relative;
    overflow: hidden;
    float: left;
    width: 24%;
    margin-right: 1.3333%;
    padding-right: 0px;
    box-shadow: 0 0 8px #dbdbdb;
}
.product ul li:nth-child(4n+4){
	margin-right: 0;
}
.product ul li p{
	overflow: hidden;
}
.product ul li p img{
	transition: .8s;
}
.product ul li span{
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0;
}
.product ul li span a {
    transition: .3s;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #7a7a79;
}
.product ul li span:last-of-type {
    border-top: 1px solid #e4e5e5;
}
.product ul li span:last-of-type a {
    display: inline;
    padding: 3px 8px;
    font-size: 12px;
    background: #333;
    border-radius: 3px;
    color: #fff;
    margin: 8px auto;
    transition: 0.6s;
    border: 1px solid #333;
    box-sizing: border-box;
}
.product ul li:hover p img{
	transform: scale(1.1);
}
.product ul li:hover span:last-of-type a{
    background: #fff;
    color: #333;
}
.main_t_news{
	margin-top: 20px;
	padding-top: 20px;
	background: #fff;
    padding-bottom: 10px;
}
.main_t_news .head p {
    text-align: center;
    font-size: 22px;
    line-height: 56px;
    font-weight: bold;
    color: #989898;
    border-bottom: 1px solid #e6e6e6;
}
.main_t_news .main_t_news_list ul {
    width: 100%;
    padding: 4%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main_t_news .main_t_news_list ul li {
    width: 48.5%;
    border: 1px solid #e6e6e6;
    padding: 10px;
    transition: 0.6s;
}
.main_t_news .main_t_news_list ul li p:first-child{
    padding-left:25px;
    line-height: 24px;
    background: url(../images/tjnewsbg.png) no-repeat 5px 12px;
    margin-top:10px;
}
.main_t_news .main_t_news_list ul li:hover p:first-child{
    background: url(../images/tjnewsbg.png) no-repeat 5px -31px;
}
.main_t_news .main_t_news_list ul li:hover p:first-child a{
    color: #b6001f;
}
.main_t_news .main_t_news_list ul li:hover p:first-child span{
    color: #b6001f;
}
.main_t_news .main_t_news_list ul li p:first-child a{
    display: inline-block;
    font-size: 14px;
    color: #313131;
    width:70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_t_news .main_t_news_list ul li p:first-child span{
    float: right;
    font-size: 18px;
    color: #848484;
    margin-right:5px;
}
.main_t_news .main_t_news_list ul li p:nth-child(2){
    display: inline-block;
    padding-left: 25px;
    width:80%;
    color: #807f7f;
    line-height: 22px;
}
.main_t_news .main_t_news_list ul li>a{
    font-size: 16px;
    color: #c1c1c1;
    line-height: 44px;
    float: right;
    margin-right:15px;
}
.article ul li{
    border-bottom: 1px solid #edebec;
    margin-bottom: 30px;
    float: left;
}
.article ul li .news_right{
    width: 100%;
    background: none;
    float: left;
    padding:0 50px;
    padding-bottom: 10px;
    padding-left:0;
}
.article ul li .news_right .date{
    display: inline-block;
    width: 16%;
    float: left;
    height: 120px;
    border-right: 3px solid #e3e1e2;
    margin-top: 28px;
}
.article ul li .news_right .date p{
    font-size: 45px;
    color: #949494;
    text-align: center;
}
.article ul li .news_right .date span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #949494;
}
.article ul li .news_right>a{
    width: 20%;
    float: right;
    overflow: hidden;
    margin-top: 10px;
}
.article ul li .news_right>a img{
    transition: 0.6s;
    display: inline-block;
    max-width: 100%;
}
.article ul li:hover .news_right>a img{
    transform: scale(1.1);
}
.article ul li .news_info{
    width: 53%;
    float: right;
    display: inline-block;
    padding: 25px 0;
    padding-bottom: 0;
    margin-right: 7%;
    margin-left:1%!important;
}
.article ul li .news_info a{
    float: left;
    width:100%;
}
.article ul li .news_info h4{
    font-size: 17px;
    margin-top: 5px;
    transition: 0.6s;
    margin-bottom: 3px;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    text-overflow: ellipsis;
}
.article ul li:hover .news_info h4{
    color: #b6001f;
}
.article ul li .news_info h5{
    float: left;
    color: #969696;
    font-size: 13px;
}
.article ul li .news_info p.qow{
    width: 100%;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    color: #949494;
    font-size: 14px;
}
.main_t_product{
    margin:0 auto;
    background: #fff;
    padding-top:10px;
}
.main_t_product .head{
    width: 100%;
}
.main_t_product .head p{
    text-align: center;
    font-size: 22px;
    line-height: 56px;
    font-weight: bold;
    color: #989898;
    border-bottom: 1px solid #e6e6e6;
}
.main_t_product .tj-list{
    width:100%;
}
.main_t_product .tj-list ul{
    width:100%;
    display: flex;
    justify-content: space-between;
    overflow: visible;
    padding:2%;
}
.main_t_product .tj-list ul li{
    width:24%;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
    padding-right: 0px;
    background: #f4f4f4;
}
.main_t_product .tj-list ul li p{
    width: 100%;
    margin: 0 auto;
    height:auto;
    overflow: hidden;
    padding: 0;
}
.main_t_product .tj-list ul li p a{
    display: block;
}
.main_t_product .tj-list ul li p a img{
    width: 100%;
    transition: .8s;
    max-height: 220px;
}
.main_t_product .tj-list ul li:hover p a img{
    transform: scale(1.1);
}
.main_t_product .tj-list ul li span{
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0;
}
.main_t_product .tj-list ul li span a{
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #7a7a79;
    padding: 8px 0px;
}
.main_t_product .tj-list ul li span:last-of-type{
    border-top: 1px solid #e4e5e5;
}
.main_t_product .tj-list ul li span:last-of-type a{
    display: inline;
    padding: 3px 8px;
    font-size: 12px;
    background: #b6001f;
    border-radius: 3px;
    color: #fff;
    margin: 8px auto;
    transition: 0.6s;
    border: 1px solid #b6001f;
    box-sizing: border-box;
}
.main_t_product .tj-list ul li span:last-of-type a:hover{
    background: #fff;
    color: #b6001f;
}
.case ul li{
    display: inline-block;
    width:31%;
    margin-right:3.5%;
}
.case ul li:nth-child(3n){
    margin-right:0;
}
.case ul li .news_right{
    background: #fff;
}
.case ul li .news_right>a{
    display: block;
    width:100%;
    overflow: hidden;
}
.case ul li .news_right>a img{
    max-width:100%;
    transition: 0.6s;
}
.case ul li:hover .news_right>a img{
    transform: scale(1.1);
}
.case ul li .news_right>div.case_info{
    width:100%;
    padding: 10px;
}
.case ul li .news_right>div.case_info a:first-child{
    display: inline-block;
    width:70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #7a7a79;
}
.case ul li:hover .news_right>div.case_info a:first-child{
    color: #b6001f;
}
.case ul li .news_right>div.case_info>span{
    float: right;
    font-size: 14px;
    color: #7a7a79;
}
.case ul li .news_right>div.case_info a:last-child{

}
.case ul li .news_right>div.case_info a:last-child p{
    line-height: 24px;
    color: #9b9b9a;
    font-size: 14px;
    height:58px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top:1px solid #e4e5e5;
    padding-top: 10px;
    margin-top: 10px;
}
.page{
	 padding: 0 20px;
    font-size: 14px;
    line-height: 30px;
    color: #807f7f;
}
.contact{
	padding: 15px;
    background: #f1f1f1;
    line-height: 1.46;	
}
.contact .info{
	width: 45%;
	float: left;
}
.contact h5{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.contact p{
	font-size: 14px;
	color: #666;
	margin-top: 15px;
}
.contact .img{
	width: 55%;
	float: left;
	border: 5px solid #333;
	display: inline-block;
}
/*pos*/
.pos{
	margin-bottom: 20px;
	padding: 10px;
	font-size: 14px;
	color: #333;
	border: 1px solid #dadada;
}
.pos a{
	color: #333;
}
/*详情页*/
.article_title{
	text-align: center;
	font-size: 20px;
	color: #333;
}
.article_date{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D3D3D3;
	text-align: center;
}
.article_date span{
	display: inline-block;
	margin: 0 10px;
	font-size: 15px;
	color: #797979;
}
.conten_content *{
	line-height: 1.68;
}
.conten_content a{
	color: #333;
}
.conten_page {
	display: block;
	margin-top: 10px;
	text-align: left;
	border-top: 1px solid #8c8c8c;
	padding-top: 10px;
}

.conten_page p {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #8c8c8c;
}

.conten_page p a {
	font-size: 14px;
	color: #8c8c8c;
}

.conten_article_other,
.conten_case_other {
	display: block;
}

.conten_article_other h5,
.conten_case_other h5
{
	font-size: 16px;
	font-weight: 300;
	color: #666;
    padding: 10px 0;
    margin-bottom: 10px;
	border-bottom: 1px solid #8C8C8C;
}
.conten_article_other ul li{
	display: block;
	width: 48%;
	float: left;
    padding-bottom: 5px;
    margin-bottom: 5px;
	transition: .5s;
	border-bottom: 1px solid #DCDCDC;
}
.conten_article_other ul li:nth-child(odd){
	margin-right: 4%;
}
.conten_article_other ul li a{
	display: block;
	width: 80%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
    line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	transition: .5s;
	color: #8c8c8c;
}
.conten_article_other ul li:hover{
	border-bottom: 1px solid #333;
}
.conten_article_other ul li:hover a{
	color: #333;
}
.conten_article_other ul li font{
	font-size: 12px;
	color: #8c8c8c;
	display: block;
	width: 20%;
    line-height: 20px;
	float: right;
	text-align: right;
}
.conten_case_other ul li {
	display: block;
	width: 24%;
	margin-right: 1.3333%;
	float: left;
	margin-bottom: 10px;
}
.conten_case_other ul li:last-of-type{
	margin-right: 0;
}
.conten_case_other ul li p {
	display: block;
	overflow: hidden;
	border: 1px solid #d3d3d3;
	transition: .5s;
}

.conten_case_other ul li p img {
	width: 100%;
	transition: .6s;
}

.conten_case_other ul li span {
	display: block;
}

.conten_case_other ul li span a {
	padding: 5px 0;
	font-size: 14px;
	display: block;
	transition: .6s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	color: #8C8C8C;
}

.conten_case_other ul li:hover p img {
	transform: scale(1.08);
}
.conten_case_other ul li:hover p{
	border: 1px solid #333;
}

.conten_case_other ul li:hover span a {
	background: #333;
	color: #fff;
}
.content_tag{
	padding-left: 30px;
	background: url(../images/icon_tag.png) no-repeat left 5px;
}
.content_tag span{
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.content_tag a{
	margin-left: 10px;
	color: #797979;
	line-height: 30px;
	font-size: 14px;
	transition: .3s;
}
.content_tag a:hover{
	color: #333;
}