html { overflow-y:scroll; }
html,body{overflow-x:hidden;}
*{margin:0px; padding:0px; word-wrap:break-word;}
img,input,select{vertical-align:middle;}
ul,li{list-style:none;}
a{text-decoration:none; color: #333	}
a:hover{color:#333; -webkit-transition: color ease 0.3s;}
img{border:none;}
.clear{ clear:both; height:0px;	 margin:0; padding:0;width:0; border:none; overflow:hidden;}
body{font-size:14px;font-family: "Microsoft YaHei"; color: #8c8c8c; line-height: 32px; background: #fff }

.w_1200 {width: 1200px; margin: 0 auto;}
header {background: #151515; }
header .w_1200 {  display: flex; padding: 0.2rem 0; justify-content: space-between; align-items: center;}
header img {width: 93%;}
.nav{width: 70%; }
.nav ul {display: flex; justify-content: space-between; }
.nav ul li {}
.nav ul li a{color: #fff; font-size: 16px}
.nav ul li a.active { color: #c40000;}

/* 关于我们 */
.about{background: url(../images/bg1.jpg) no-repeat top center; background-size: 100% 100%; padding: 0.5rem 0;}
.about .w_1200 {display: flex; justify-content: space-between; align-items: center; margin-top: 80px;}
.about .w_1200 .left img{ width: 550px; height: 384px; margin: 30px 0 0 30px;}
.about .w_1200 .left {width: 50%; flex-shrink: 0; background: url(../images/bg.png) no-repeat top left;}
.about .w_1200  .right { margin-left: 30px;}
.about .w_1200  .right h2 {font-size: 22px;  color: #c40000;font-weight: normal; }
.about .w_1200  .right h2  span {color: #656565; font-size: 14px
}
.about .w_1200  .right p {margin: 5px 0 0px 0; font-size: 16px;line-height: 40px;}

.about  .part2  {margin-top: 80px;}
.about  .part2 .left{background: none; width: 500px; margin: 0;}
.about  .part2 .left img { width: 500px; height: 573px;}
.about  .part2 .right a { float: right; margin-right: -50px; z-index: 999; position: relative;}

.part3 {flex-wrap: wrap; margin-top: 80px;}
.part3 .title {text-align: center; width: 100%;}
.part3 .title h2 ,.part3 .title h3 {font-weight: normal;}
.part3 .title h2 {color: #fff;}
.part3 ul {display: flex; justify-content: space-between; width: 100%;}
.part3 ul li {text-align: center; width: 30%; margin: 50px 0;}
.part3 ul  h2 {font-weight: normal; color: #fff; margin: 15px 0;}

.product_list {background: url(../images/bg4.jpg) no-repeat top center; padding-top: 80px;}
.product_list .title {text-align: center; width: 100%;}
.product_list .title h2 ,.product_list .title h3 {font-weight: normal;}
.product_list .title h2 {color: #fff;}
.product_list ul {display: flex; justify-content: space-between; flex-wrap: wrap;}
.product_list ul li {width: 23%; margin: 30px 0; transition: all ease 0.3s; position: relative; overflow: hidden; }
.product_list ul li .text h2 {font-size: 16px; padding: 0px 0; color: #fff; font-weight: normal;}
.product_list ul li .text {transition: all ease 0.3s; display: flex; align-items: center; flex-wrap: wrap; padding: 20px; position: absolute; height: 100%; background: rgba(0,0,0,0.3); bottom: 0; left: 100%; width: 100%; box-sizing: border-box;}
.product_list ul li .text p {line-height: 26px; color: #eee;}
.product_list ul li .text a {background: #C40000; width: 30%; margin: 10px 35%; text-align: center; height: 30px; line-height: 30px; border-radius: 15px; color: #fff; display: block;}
.product_list ul li:hover .text {left:0%;}
.product_list ul li img { transition: all ease 0.3s; width:276px;height:184px}
.product_list ul li:hover img {transform: scale(1.1);}

.news_list .title {text-align: center; width: 100%;}
.news_list .title h2 ,.news_list .title h3 {font-weight: normal;}
.news_list .title h2 {color: #282828;}
.news_list {margin-top: 80px; margin-bottom: 30px;}
.news_list ul {margin-top: 30px;}
.news_list li {width: 100%; transition: all ease 0.3s; display: flex; justify-content: flex-start; margin-top: 30px; padding: 15px 0; border-radius: 10px;}
.news_list li img {width: 30%;flex-shrink: 0; margin-right: 30px;}
.news_list li h2 { font-weight: normal; color: #282828;}
.news_list li h2 a {color: #282828;}
.news_list li p {margin: 15px 0;;}
.news_list li p.date {border: 1px solid #eee; border-radius: 5px; width:18%; text-align: center; padding: 0px 5px;}
.news_list li:hover {box-shadow: 0 0 5px #aaa;}
.news_list li:hover h2 a{color: #C40000;}
footer {background: #151515; text-align: center; padding-top: 30px;}
footer h2 {font-size: 26px; font-weight: normal; color: #eee; position: relative;}
footer h2::before{content: "";position: absolute; width: 300px; background: #f2f2f2; height: 1px;bottom:-15px; left: 50%; margin-left: -150px;}
footer h2::after{content: "";position: absolute; width: 50px; background: #C40000; height: 5px;bottom:-17px; left: 50%; margin-left: -25px;}
footer h3 {text-align: center;  margin-bottom: 15px; margin-top: 15px; color: #fff; font-size: 30px; font-weight: normal; }
footer h3 img {width: 40px; margin-right: 20px;}
footer p.kf{margin-top: 30px;}
footer .copy {display: flex; line-height: 35px; justify-content: space-between; border-top: 1px solid #222;}

.n_pro {background: none;}
.n_pro .part3 .title h2 {color: #282828;}
.n_pro .part3 ul h2 {color: #282828;}
.n_pro1 {background: none;}

.title1 h2 {color: #C40000; font-size: 24px; margin-bottom: 15px; font-weight: normal;}
.title1 h2 span {font-size: 14px; color: #aaa;}
.contact .title {text-align: left; margin-bottom: 30px;}
.contact .title h2 {font-size: 22px; color: #282828; font-weight: normal; margin: 30px 0;}
.contact .title h3 {font-size: 16px; font-weight: normal; border-bottom: 1px dashed #eee; padding-bottom: 30px;}
.contact {line-height: 36px;}
.swiper-container1 {display: none;}
.sjj_nav {display: none;}
.swiper-container {display: block;}
.contact p {margin-bottom: 20px;}

.page {display: flex;justify-content: flex-end;margin:30px 0}
.page span ,.page-numbar a,.page-numbar span{display:block;padding:0px 5px;margin:0 5px; border:1px solid #aaa; color:#aaa}
.page span.page-numbar {padding:0;border:none;display: flex;}
.page-numbar a.page-num-current {background: #C40000;color:#fff;border:1px solid #C40000; }


.product_list .pinpai ul li {width:29%}
.product_list .pinpai ul li img {width: 100%; height:auto}
.sub{display: flex; flex-wrap: wrap;}
.sub a {display: block;
    margin:20px  20px 20px 0;
    padding: 0px 25px;
    border: 1px solid #aaa;
    border-radius: 5px;}
.sub .active {background: #C40000;    color: #fff;}
@media screen and (max-width: 750px){
    .sub a {margin:10px 10px 0px 0}
    .page {margin: 15px 0!important;}
	.sjj_nav {display: block;}
	.swiper-container1 {display: block;}
	.swiper-container {display: none; width: 200%;}
	.w_1200 {width: 96%; margin: 0 2%;}
	.nav {display: none;}
	.n_pro {display: none;}
	.product_list {padding-top: 30px;}
	
	.about .w_1200 {flex-wrap: wrap; width:96%;}
	.about .w_1200 .left {display: none;}
	.about .w_1200 .right {margin: 0 2%;}
	.about .w_1200 .right a  {transform: scale(0.6);display: none;}
	.part3 ul h2 {font-size: 16px}
	.part3 ul li p {display: none;}
	.about .w_1200 {margin-top: 30px;}
	.about .part2 {display: none;}
	.product_list ul {flex-wrap: wrap;}
	.product_list ul li {width: 48%; margin: 20px 0;}
	.news_list {margin-top: 30px;}
	.news_list li {flex-wrap:wrap ; margin-top: 0; padding: 5px 0;}
	.news_list li img {width: 100%;}
	.news_list li p {display: none;}
	.news_list li h2 {font-size: 16px; margin-top: 10px;}
	footer .copy {flex-wrap: wrap;}
	footer .copy p {text-align: left; width: 100%;}
	.product_list ul li {margin-bottom: 0;}
	/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
	.sp_header{height:50px;overflow:hidden;background:#fff;position:fixed;z-index:10;width:100%;}
	.sp_logo{padding:10px;float:left;height:50px}
	.sp_logo img{margin:auto;max-height:30px;}
	.sp_nav{width:35px;float:right;position:relative;cursor:pointer;height:30px; overflow: hidden; margin-top:5px}
	.sp_nav span{display:block;background:#c9141e;width:30px;height:2px;position:absolute;left:2%;transition:all ease 0.35s}
	.sp_nav span:nth-of-type(1){top:0px}
	.sp_nav span:nth-of-type(2){top:10px}
	.sp_nav span:nth-of-type(3){top:20px}
	.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
	.sp_nav_se span:nth-of-type(2){width:0}
	.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
	.sjj_nav{position:fixed;z-index:9;background:#eee;width:100%;height:calc(100% - 104px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
	.nav_show{top:50px}
	.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
	.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
	.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
	.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
	.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
	.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
	.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
	.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
	.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
	.sjj_nav ul li ul{display:none}
	.sjj_nav ul li a{color:#666;width:80%}
	.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
	.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
	.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
	.sjj_nav ul li ul li>ul{margin-left:10px}
	.product_list ul li img {height: auto;}
	.page-status,.page-index,.page-last{display: none!important;}
	.product_list ul li .text p {display: none;}
	.product_list ul li .text a {width:80%; margin:10px 10%}
	header img {width:60%}
	footer h3 {    display: flex;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    align-items: center;
    padding: 0 15%;}
}