﻿html,body{font-family: "Microsoft YaHei" ,"微软雅黑" ,Helvetica Neue,Tahoma,Arial;}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom:1;
}
.row {
	margin: 0;
}
a:hover {
	text-decoration: none;
}
.jumbotron{
	background-color: #fff;
}
.headerBg{
	padding: 0;
	margin-bottom: 0;
	background-color: #e60012;
}
.headerBg .container{
	padding-left: 0;
	padding-right: 0;
}
.headerBg .container .logo{
	text-align: center;
} 
.headerBg .container .logo img{
	max-width: 100%;
	max-height: 90px;
	padding-top: 18px;
}
.headerNav a{
	display: inline-block;
	height: auto;
	line-height: 90px;
	padding: 0 20px;
	color: #fff;
	font-size: 18px;
}
.headerNav a.in,
.headerNav a:hover{
	background-color: #b1000e;
	color: #fff;
}
.headerSearch a{
	color: #fff;
	line-height: 90px;
	margin: 0 10px;
	font-size: 18px;
}



.index_slide .img-pc,.index_slide .img-mobile {
	width:100%;
	height:100%;
	background:#fff none no-repeat center center;
	background-size:cover
}
.img-mobile {
	display:none
}

.index_slide .swiper-slide .subSeries{
	color: #fff;	
}
.index_slide .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 1%;	
}
.index_slide .swiper-pagination-bullet{
	color: #fff;
	background: #fff;
	opacity: .2;
    filter:Alpha(opacity=20);
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	width: 30px;
	height: 5px;
	border-radius: 0;
	opacity: .3;
    filter:Alpha(opacity=30);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #e60012;
	opacity: .8;
    filter:Alpha(opacity=80);
}


.index_slide .container {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
}

.index_slide .container .title {
	font-size: 30px;
	padding-bottom: 15px;
	color: #044F9C;
	position: absolute;
	top: 15%;
	left: 20%;
	font-weight: bold;
}
.index_slide .container .txt {
	font-size: 20px;
	position: absolute;
	top: 25%;
	left: 20%;
}
.index_slide .container.subSeries {
	color: #595757;
}

.indexbanner{
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	height: 682px;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-image: url(../images/banner4.jpg);
}
.indexbanner .container .box{
	padding-top: 160px;
}
.indexbanner .container .box .h{
	font-size: 30px;
	margin-bottom: 10px;
}
.indexbanner .container .box .c{
	font-size: 24px;
	line-height: 24px;
}
.indexbanner .container .box .l{
	margin-top: 30px;
	margin-bottom: 20px;
	width: 100px;
	height: 4px;
	background-color: #e60012;
}
.indexbanner .container .box .t{
	font-size: 16px;
}
.indexbanner .container .box .m{
	margin-top: 15px;
}
.indexbanner .container .box .m a{
	color: #fff;
	background-color: #e60012;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 12px;
}



.indexTitle{
	text-align: center;
	height: 107px;
	background-position:center center;
	background-repeat:no-repeat;
	background-image: url(../images/t1.png);
	font-size: 30px;
	padding-top: 20px;
}
.indexTitle span{
	display: block;
	font-size: 18px;
}



.indexAbout{
	padding: 50px 0;
}
.indexAbout .logo{
	text-align: center;
}
.indexAbout .txt p,
.indexAbout .txt h2{
	display: inline-block;
}
.indexAbout .txt.pc{
	padding-top: 30px;
	display: block;
}
.indexAbout .txt.pc h2{
	padding-bottom: 30px;
}
.indexAbout .txt.mobile{
	display: none;
}
.indexAbout .txt{
	text-align: center;
	color: #7e7b7a;
}
.indexProduct{
	margin-bottom: 60px;
	margin-top: 30px;
}
.indexProduct .list{
	padding-left: 5px;
	padding-right: 5px;
}
.indexProduct .list .box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	width: 100%;
	height: 448px;
	
}
.indexProduct .list .box .img{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.indexProduct .list .box .txt{
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 2%;
	z-index: 2;
	
}
.indexProduct .list .box .txt span{
	display: inline-block;
	border-radius: 10px;
	padding: 5px 10px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background-color: rgb(255 255 255 / 46%);
}
.indexProduct .list .box a{
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(0 0 0 / 26%);
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.indexProduct .list:hover .box a{
	background-color: rgb(0 0 0 / 0%);
}
.indexTtitle.pc{
	display:block;
}
.indexTtitle.mobile{
		display: none;
	}
.indexProductSwiper{
	margin-top: 30px;
	margin-bottom: 30px;
}
.indexProductSwiper .box .big .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.indexProductSwiper .box .big {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    height: 500px;
}
.indexProductSwiper .box a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	color: #333;
}
.indexProductSwiper .box .big .txt{
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgb(0, 0, 0, .5);
}
.indexProductSwiper .box .big .txt h2{
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.indexProductSwiper .box .small{

}
.indexProductSwiper .box .small:before {
    display: table;
    content: " ";
}
.indexProductSwiper .box .small .list{
	float: left;
	margin:10px 1.4%;
	width: 30.5%;
	height: auto;
	background-color: #f3f3f5;
}
.indexProductSwiper .box .small .list .img{
	width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.indexProductSwiper .box .small .list .txt{
	padding: 0 5px;
	text-align: center;
	
}
.indexProductSwiper .box .small .list .txt h2{
	margin-top: 10px;
	font-size: 20px;
}


.indexTtitle{
	text-align: center;
	}
.indexTtitle .txt{
	font-weight: bold;
	font-size: 38px;
}	
.indexTtitle .txt2{
	font-size: 30px;
	color: #4f4644;
}

.indexCountUp{
	padding: 60px 0;
	background-color: #f4f5f6;
}
.indexCountUp .list .box{
	text-align: center;
}
.indexCountUp .list .box p{
	margin-bottom: 0px;
	font-size: 16px;
}
.indexCountUp .list .box .p1{
	color: #e60012;
}
.indexCountUp .list .box .p1 span{
	font-size: 38px;
	font-weight: bold;
}
.indexCountUp .list .box .p2{
	color: #4c4948;
}
.indexIntroduce{
	padding-top: 50px;
	padding-bottom: 80px;
}
.indexIntroduceImg{
	padding-bottom: 30px;
}
.indexIntroduceImg img{
	width: 100%;
}
.indexIntroduceTxt p{
	color: #484240;
	text-indent: 2em;
	padding-bottom: 0px;
	font-size: 16px;
}

.indexNews{
	padding-top: 50px;
	padding-bottom: 50px;
}
.index-news-swiper {
	position:relative
}
.index-news-swiper .swiper-slide a {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-moz-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	background-color:#fff
}
.index-news-swiper .swiper-slide a:hover .img img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition:opacity 0s,-webkit-transform .5s;
	transition:opacity 0s,-webkit-transform .5s;
	-o-transition:transform .5s,opacity 0s;
	-moz-transition:transform .5s,opacity 0s,-moz-transform .5s;
	transition:transform .5s,opacity 0s;
	transition:transform .5s,opacity 0s,-webkit-transform .5s,-moz-transform .5s
}
.index-news-swiper .swiper-slide a:hover .title,
.index-news-swiper .swiper-slide a:hover .more,
.index-news-swiper .swiper-slide a:hover .more i {
	color:#e60012;
}
.index-news-swiper .swiper-slide .info {
	width:50%;
	padding:40px 135px 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.index-news-swiper .swiper-slide .img {
	-webkit-box-ordinal-group:3;
	-webkit-order:2;
	-moz-box-ordinal-group:3;
	-ms-flex-order:2;
	order:2;
	position:relative;
	width:50%;
	height:0;
	padding-bottom:30%;
	overflow:hidden
}
.index-news-swiper .swiper-slide .img img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:2;
	-o-object-fit:cover;
	object-fit:cover;
	-webkit-transition:-webkit-transform .5s;
	transition:-webkit-transform .5s;
	-o-transition:transform .5s;
	-moz-transition:transform .5s,-moz-transform .5s;
	transition:transform .5s;
	transition:transform .5s,-webkit-transform .5s,-moz-transform .5s
}
.index-news-swiper .swiper-slide .title {
	margin-bottom:26px;
	max-height:76px;
	line-height:38px;
	font-size:28px;
	color:#000;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	word-break:break-word;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s
}
.index-news-swiper .swiper-slide .time {
	margin-bottom:8px;
	line-height:1;
	font-size:22px;
	color:#898989;
}
.index-news-swiper .swiper-slide .p {
	max-height:168px;
	font-size:14px;
	line-height:28px;
	color:#898989;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient:vertical;
	word-break:break-word
}
.index-news-swiper .swiper-slide .more {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-top:25px;
	font-size:20px;
	color:#e60012;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s
}
.index-news-swiper .swiper-slide .more i {
	margin-top: 4px;
	margin-left:8px;
	font-size:20px;
	color:#e60012;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s
}
.index-news-swiper .index-news-pagination {
	margin-top:3vh;
	bottom:0;
	width:100%;
	text-align:center;
	z-index:9
}
.index-news-swiper .index-news-pagination .swiper-pagination-bullet {
	margin:0 5px;
	width:11px;
	height:11px;
	border:1px solid #e60012;

	outline:none;
	background:none;
	opacity:1
}
.index-news-swiper .index-news-pagination .swiper-pagination-bullet-active {
	background-color:#e60012;
}
@media screen and (max-width:1440px) {
	.index-news-swiper .swiper-slide .info {
	padding:20px 60px 0 0
}
.index-news-swiper .swiper-slide .title {
	max-height:68px;
	line-height:34px;
	font-size:24px
}
.index-news-swiper .swiper-slide .p {
	max-height:84px;
	-webkit-line-clamp:3
}
.index-news-swiper .swiper-slide .time {
	font-size:20px
}
.index-news-swiper .swiper-slide .more i {
	font-size:25px
}
}@media screen and (max-width:1024px) {
	.index-news {
	display:block;
	padding:80px 0
}
.index-news .index-title {
	margin-bottom:.2rem
}
.index-news-swiper .swiper-slide .info {
	padding:10px 40px 0 0
}
.index-news-swiper .swiper-slide .title {
	margin-bottom:18px;
	max-height:52px;
	line-height:26px;
	font-size:18px
}
.index-news-swiper .swiper-slide .p {
	max-height:78px;
	line-height:26px;
	font-size:13px
}
.index-news-swiper .swiper-slide .time {
	font-size:16px
}
.index-news-swiper .swiper-slide .more {
	margin-top:15px
}
.index-news-swiper .swiper-slide .more i {
	font-size:30px
}
.index-news-swiper .index-news-pagination {
	margin-top:.275rem
}
.index-news-swiper .index-news-pagination .swiper-pagination-bullet {
	width:9px;
	height:9px
}
.index-news .index-more {
	margin-top:.3rem
}
}@media screen and (max-width:750px) {
	.index-news {
	padding:.55rem 0
}
.index-news-swiper .swiper-slide a {
	display:block
}
.index-news-swiper .swiper-slide .info {
	width:100%;
	padding:18px 0 0
}
.index-news-swiper .swiper-slide .img {
	width:100%;
	padding-bottom:56%
}
.index-news-swiper .swiper-slide .title {
	margin-bottom:14px;
	max-height:50px;
	line-height:25px;
	font-size:17px
}
.index-news-swiper .swiper-slide .time {
	margin-bottom:5px;
	font-size:16px
}
.index-news-swiper .swiper-slide .more {
	display:none
}
.index-news-swiper .index-news-pagination .swiper-pagination-bullet {
	margin:0 4px;
	width:6px;
	height:6px
}
}

.jumbotron.footer{
	background-color: #393939;
	color: #fff;
	text-align: center;
	line-height: 26px;
	margin-bottom: 0;
}
.footer a{
	color: #fff;
}
.footerTop{
	text-align: center;
	margin-bottom: 50px;
}

.footer-share {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.footer-share>li {
	position:relative;
	margin-right:40px
}
.footer-share>li:hover .icon {
	color:#191919;
	background-color:#fff
}
.footer-share>li:hover .icon-default {
	display:none
}
.footer-share>li:hover .icon-hover {
	display:block
}
.footer-share>li:hover .a-box {
	opacity:.9
}
.footer-share>li:hover .a-box-popup {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex
}
.footer-share .a-box {
	display:block;
	text-align:center;
	cursor:pointer
}
.footer-share .a-box p {
	margin-top:20px;
	font-size:15px;
	color:#fff
}
.footer-share .a-box>img {
	height:30px
}
.footer-share .a-box-popup {
	display:none;
	position:absolute;
	top:-175px;
	left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	text-align:center;
	padding:0 6px;
	background-color:#fff;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.1);
	box-shadow:0 0 20px rgba(0,0,0,0.1);
	z-index:99
}
.footer-share .a-box-popup:before {
	content: '';
     position: absolute;
     bottom: -20px;
     right: 48%;
     width: 0;
     height: 0;
     border-top: 10px solid #fff;
     border-bottom: 10px solid transparent;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;

}
.footer-share .a-box-popup li {
	padding:18px 5px 10px;
	width:150px
}
.footer-share .a-box-popup a {
	display:block
}
.footer-share .a-box-popup a:hover p {
	color:#ea5515;}
.footer-share .a-box-popup p {
	margin-top:6px;
	font-size:14px;
	color:#727171;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s
}
.footer-share .a-box-popup .img img {
	max-width:100%;
	height:auto
}
.footer-share .icon {
	margin:0 auto;
	width:65px;
	height:65px;
	line-height:65px;
	font-size:30px;
	color:#fff;
	border-radius:50%;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s
}
.footer-share .icon img {
	width:100%;
	height:100%
}
.footer-share .icon-default {
	display:block
}
.footer-share .icon-hover {
	display:none
}

.footer-share li{
	list-style: none;
}







.aboutHeaderNav{
	padding: 25px 0;
	text-align: center;
	margin-top: 30px;
}
.aboutHeaderNav a{
	font-size: 22px;
	color: #000;
	padding: 5px 15px;
	display: inline-block;
	margin: 0 15px;
	border-radius: 4px;
}
.aboutHeaderNav a.in,
.aboutHeaderNav a:hover{
	color: #fff;
	background-color: #e60012;
}
.about{
	margin: 30px auto;
	padding: 30px 0;
	padding-top: 0;
}
.aboutTitle{
	text-align: center;
	height: 107px;
	font-size: 30px;
	padding-top: 20px;
	color: #4c4c4c;
	margin-bottom: 30px;
}
.aboutTitle span{
	display: block;
}
.aboutBox p{
	text-indent: 2em;
	font-size: 20px;
	line-height: 38px;
}
.aboutBox .thumbnail{
	border: 0;
	border-radius: 0;
	padding: 0;
}
.workshop{
	padding-top: 30px;
	padding-bottom: 30px;
}
.workshop .thumbnail{
	border: 0;
	border-radius: 0;
	padding: 0;
	position: relative;
}
.workshop .thumbnail .txt{
	position: absolute;
	left: 5%;
	bottom: 5%;
	color: #000;
	font-size: 18px;
	text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}
.workshop .box1{
	padding-left: 0;
	padding-right: 0;
}
.workshop .box2{
	padding-left: 0;
	padding-right: 10px;
}
.workshop .box3{
	padding-left: 10px;
	padding-right: 0px;
}
.honorBox .thumbnail{
	border: 0;
	border-radius: 0;
	padding: 0;
	position: relative;
}
.honorBox .honorBoxTitle{
	width: 100%;
	background-image: url(../images/t1.jpg);
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.product{
	margin-bottom: 40px;
}
.product .thumbnail{
	border: 0;
	border-radius: 0;
	padding: 0;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: 0;
}
.product .thumbnail img{
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.product .thumbnail:hover img{
	opacity: 0.9;
}
.product .thumbnail a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;	
}
.product .thumbnail a:hover{
	
}

.product .thumbnail .details{
	font-size: 20px;
	padding: 15px 0px;
	color: #5f5f5f;
	background-color: #efefef;	
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	text-align: center;
}
.product .thumbnail .details .txt,
.product .thumbnail .details .title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
}

.product .thumbnail:hover .details{
	background-color: #3c3c3c;
	color: #fff;	
}
.product .thumbnail .details .more span{
	width: 20px;
	height: 20px;
	line-height: 16px;
	text-align: center;
	display: inline-block;
	border: 1px solid #e60012;
	color: #e60012;	
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.product .thumbnail:hover .details .more span{
	border: 1px solid #fff;
	color: #fff;	
}
.page_show {
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: "Verdana", sans-serif;
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}
.page_show * {
	padding: 2px 6px;
	margin: 0;
}
.page_show a {
	border: solid 1px #909090;
	background-color: #EFEFEF;
	color: #909090;
	text-decoration: none;
	margin: 0 2px;
}
.page_show a:visited {
	border: solid 1px #666666;
	background-color: #EFEFEF;
	color: #60606F;
	text-decoration: none;
}
.page_show a:hover, 
.page_show a:active,
.page_show a.page_current {
	border: solid 1px #1c2c63;
	background-color: white;
	color: #1c2c63;
	text-decoration: none;
}
.tis{
	font-size: 18px;
	text-align: center;
	padding: 50px;
	color: #ff0000;
}
.productNext{
	padding: 50px 0;
	text-align: center;
	margin-bottom: 50px;
}
.productNext a{
	margin: 0 10px ;
	font-size: 16px;
	color: #B90D12;
	border: 1px solid #B90D12;
	padding: 10px 10px;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.productNext a:hover{
	color: #fff;
	background-color: #1c2c63;
}

.productShow .thumbnail{
	border: 0;
	border-radius: 0;
	padding: 0;
	position: relative;
	margin-bottom: 0;
}
.productShow img{
	width: 100%;
}
.productTop{
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:490px;
	overflow:hidden;
	width:100%;
}
.newsList{
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #555555;
}
.newsList .l{
	padding-left: 0;
}
.newsList .r{
	padding-right: 0;
}
.newsList .box.thumbnail{
	padding: 0;
	border: 0px;
	border-radius: 0px;
	background: none;
	margin-bottom: 0;	
}
.newsList .box.thumbnail a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.newsList .r .h{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #555555;
	font-size: 18px;
}
.newsList .r .h a{
	color: #000;
}
.newsList .r .t{
	padding-bottom: 50px;
}
.newsList .r .m .more{
	display: block;
	float: left;
	background-color: #B90D12;
	color: #fff;
	padding: 2px 5px;
}
.newsList .r .m .more a{
	color:#fff;
}
.newsList .r .m .d{
	display: block;
	float: right;
}
.newsShow{
	padding-top: 80px;
	padding-bottom: 80px;
}
.newsShow .h{
	text-align: center;
	font-size: 24px;
	padding-bottom: 15px;
}
.newsShow .t{
	line-height: 30px;
	font-size: 16px;
}
.contact {
	font-size: 18px;
	line-height: 32px;
	border-bottom: 1px dashed #b5b5b5;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.contact span{
	color: #d7000f;

}

@media (max-width: 1200px) {
	
	
	.product{
		margin-bottom: 30px;
	}
	.product .thumbnail .txt{
		font-size: 16px;
		padding: 10px 0;
	}
	.product .thumbnail .txt b{
		font-size: 18px;
	}
	.headerNav a{
		padding: 0 15px;
		font-size: 16px;
	}
	.indexProduct .list{
		margin-bottom: 10px;
	}
	.indexProduct .list .box{
		height: 400px;
	}
}

@media (max-width: 992px) {
	.headerNav a{
		display: inline-block;
		height: auto;
		line-height: 42px;
		padding: 0 20px;
	}
	
	.indexbanner{
		height: 400px;
	}
	.indexbanner .container .box{
		padding-top: 72px;
	}
	.indexbanner .container .box .h{
		font-size: 24px;
		margin-bottom: 0px;
	}
	.indexbanner .container .box .c{
		font-size: 16px;
		line-height: 16px;
	}
	.indexProList .item .box{
		padding: 5px;
	}
	.indexProList .item .box .thumbnail .txt{
		margin-top: 5px;
	}
	.indexProList .item .box .thumbnail .txt .m {
	    font-size: 18px;
	}
	.indexProList .item .box .thumbnail .txt .n {
	    font-size: 12px;
	}
	
	.product{
		margin-bottom: 25px;
	}
	.product .thumbnail .txt{
		font-size: 14px;
		padding: 5px 0;
	}
	.product .thumbnail .txt b{
		font-size: 16px;
	}
	.productTop{
		height: 300px;
	}
	.indexProduct .list{
		margin-bottom: 10px;
	}
	.indexProduct .list .box{
		height: 350px;
	}
}
@media (max-width: 768px) {
	.headerBg .container .logo img{
		max-height: 60px;
		padding-top: 5px;
	}
	.headerNav{
		background-color: #b1000e;
		padding: 5px 0;
		text-align: center;
	}
	.headerNav a{
		line-height: 30px;
		padding: 0 4px;
		color: #fff;
		font-size: 12px;
	}
	.headerNav a:hover,
	.headerNav a.in{
		color: #6b7290;
	}
	
	.img-mobile {
		display:block
	}
	.img-pc {
		display:none
	}


	.indexAbout{
		background-color: #f4f5f6;
		padding-bottom: 0px;
	}
	.indexAbout .logo{
		margin-bottom: 20px;
	}
	.indexAbout .logo img{
		width: 60%;
	}

	.indexAbout .txt.pc{
		display: none;
	}
	.indexAbout .txt.mobile{
		display: block;
	}
	.indexAbout .txt.mobile h2{
		padding-top: 30px;
		padding-bottom: 20px;
		font-size: 24px;
		line-height: 36px;
	}
	.indexAbout .txt.mobile p{
		font-size: 16px;
		line-height: 32px;
		font-weight: normal;
	}


	.indexbanner .container .box{
		padding-top: 30px;
	}
	.indexbanner .container .box .h{
		font-size: 16px;
		margin-bottom: 0px;
	}
	.indexbanner .container .box .c{
		font-size: 12px;
		line-height: 14px;
	}
	.indexbanner .container .box .l{
		margin-top: 10px;
		margin-bottom: 5px;
		width: 60px;
		height: 2px;
	}
	.indexbanner .container .box .t{
		font-size: 12px;
	}
	.indexbanner .container .box .m{
		margin-top: 5px;
	}
	.indexbanner .container .box .m a{
		font-size: 12px;
	}

	.indexProduct{
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 0px;
	}
	.indexProduct .list{
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}

	.indexProduct .list .box{
		height:auto;
		border-radius: 0;
	}
	.indexProduct .list .box .img{
		border-radius: 10px;
	}
	.indexProduct .list .box a{
		background-color: rgb(0 0 0 / 0%);
	}
	.indexProduct .list .box .img,
	.indexProduct .list .box a{
		height: 150px;
	}
	
	.indexProduct .list .box .txt{
		position: static;
	}
	.indexProduct .list .box .txt span{
		color: #000;
	}
	.indexTtitle.mobile{
		display: block;
		padding-top: 50px;
	}
	.indexTtitle .txt{
		font-weight: bold;
		font-size: 20px;
	}	
	.indexTtitle .txt2{
		font-size: 18px;
		color: #4f4644;
	}
	.indexCountUp .list{
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 15px;
	}
	.indexCountUp .list .box .p1 span{
		font-size: 30px;
	}
	.indexCountUp .list .box p {
		font-size: 14px;
	}
	.indexIntroduce{
		padding-bottom: 30px;
	}






	
	.indexTitle {
	    height: 80px;
	    background-position: top center;
	    font-size: 18px;
	    padding-top: 20px;
	}
	.indexTitle span {
	    display: block;
	    font-size: 12px;
	}
	.indexProList .list{
		padding-left: 5px;
		padding-right: 5px;
	}
	.indexProList .item .box{
		padding: 2px;
	}
	.indexProList .item .box .thumbnail .txt{
		margin-top: 5px;
	}
	.indexProList .item .box .thumbnail .txt .m {
	    font-size: 14px;
	}
	.indexProList .item .box .thumbnail .txt .n {
	    font-size: 12px;
	}
	.indexAboutBg{
		height: auto;
		background-color: #1e2c5c;
		background-position:bottom center;
		background-repeat:repeat-x;
		background-image: none;
	}
	.indexAbout .txt{
		padding-top: 0;
		padding-bottom: 30px;
	}
	.indexAbout .txt .m{
		text-align: right;
	}
	.footerTop{
		margin-bottom: 25px;
	}
	.footerTop img {
		width: 60%;
	}
	

	
	.aboutHeaderNav{
		padding: 8px 0;
	}
	.aboutHeaderNav a {
	    font-size: 14px;
	    padding: 3px 6px;
	    margin: 0 8px;
	}
	.aboutBox{
		padding: 0 10px;
	}
	.about {
	    margin: 10px auto;
	    padding: 10px;
	}
	.aboutTitle {
	    height: auto;
	    font-size: 20px;
	    padding-top: 10px;
	    color: #4c4c4c;
	    margin-bottom: 20px;
	}
	.aboutBox p {
	    text-indent: 2em;
	    font-size: 14px;
	    line-height: 26px;
	    display: inline-block;
		text-align: justify;
	}
	.workshop .box1,
	.workshop .box2,
	.workshop .box3{
	    padding-left: 0;
	    padding-right: 0;
	}
	.workshop .thumbnail .txt{
		left: 2%;
		bottom: 2%;
		font-size: 12px;
	}
	.honorBox .col-xs-6{
		padding-left: 5px;
		padding-right: 5px;
	}
	.honorBox .honorBoxTitle{
		font-size: 14px;
		background-size: 100%;
	}
	.productBg{
		padding-left: 3px;
		padding-right: 3px;
	}
	.product{
		margin-bottom: 15px;
		padding-left: 3px;
		padding-right: 3px;
	}
	.product .thumbnail .details{
		padding: 5px;
	}
	.product .thumbnail .details .txt,
	.product .thumbnail .details .title{
		width: 100%;
		height: 20px;
		line-height: 20px;
		display: block;
		overflow: hidden;
		font-size: 14px;
		padding: 0;
	}
	.product .thumbnail .details .more {
		line-height: 16px;
	}
	.product .thumbnail .details .more span {
	    width: 12px;
	    height: 12px;
	    line-height: 8px;
	    font-size: 12px;
	}

	.productTop{
		height: 150px;
	}
	.contact {
	    font-size: 14px;
	    line-height: 24px;
	}
	.newsList .l{
		padding-left: 15px;
	}
	.indexProductSwiper .box .big{
		height: 300px;
	}
	.indexProductSwiper .box .small .list .img{
		height: 100px;
	}
	.indexProductSwiper .box .small .list .txt h2{
		font-size: 16px;
		margin-top: 5px;
		margin-bottom: 5px;
	}


}




