@charset "utf-8";
/* CSS Document */



.topbar{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    height: 50px;
    transition: .4s;
    z-index: 99999;
    box-shadow: 0 2px 5px rgba(0,0,0,.05);
    overflow: hidden;
    padding:0 14px;
    width:100%;
    background: #fff;
    padding-left: 0;
    position: fixed;
}
.menu-button{
    display: block;
    height: 30px;
    margin: 17px 0 0 0;
    cursor: pointer;
    position: relative;
}
.menu-button:before{
    color: #d20003;
    position: absolute;
    font-size: 12px;
    right:26px;
    font-weight: normal;
    top:-11px;
    width:25px;
}
.menu-button .line:nth-of-type(1) {
    margin-top: 0;
}
.menu-button .line:nth-of-type(2) {
    margin-bottom: 0;
}

.menu-button .line{
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    margin: 5px 0;
    background: #d20003;
    -webkit-transition: .3s;
    transition: .3s;
}
.header_active .line:nth-of-type(1){
    -webkit-transform: translateY(6.5px) rotate(-45deg);
    -ms-transform: translateY(6.5px) rotate(-45deg);
    transform: translateY(6.5px) rotate(-45deg);
}
.header_active .line:nth-of-type(2){
    opacity:0;
}
.header_active .line:nth-of-type(3){
    -webkit-transform: translateY(-7.5px) rotate(45deg);
    -ms-transform: translateY(-7.5px) rotate(45deg);
    transform: translateY(-7.5px) rotate(45deg);
}

#menu{
    background: #fff;
    height: 100%;
    position: fixed;
    transform: translateY(-100%);
    top:0;
    left:0;
    right:0;
    bottom: 0;
    z-index: 99998;
    overflow-y: scroll;
    padding:60px 30px 30px;
    transition: .5s;
}
#menu ul{
    margin:0 0 70px 0;
    transition-delay: .2s;
}
#menu ul li{
    border-bottom: 1px solid rgba(0,0,0,.05);
}
#menu ul li a{
    color: #333;
    padding:12px 20px;
    font-size: 16px;
    display: inline-block;
    width:70%;
}
#menu ul li a:hover{
    background:none;
}
#menu ul li i{
    line-height:22px;
    font-size: 14px;
    display: none;
    width: 30%;
    text-align: right;
    padding:0 20px 0 0;
    transition: .3s;
    color: #333;
}
#menu ul li.cur i{
    display: inline-block;
}
#menu ul li.on {
    background:rgba(255,255,255,.05);
}
#menu ul li.on a{
    color: #333;
}
#menu dl{
    background: rgba(0,0,0,.02);
    display: none;
    transition: .3s;
}
#menu dl dt{
    border-bottom: 1px solid rgba(0,0,0,.05);
}
#menu dl dt a{
    color: #555;
    display: block;
    padding:10px 25px;
    font-size: 16px;
}
#menu dl dt i{
    padding:0 6px 0 0;
    font-size: 14px;
}
.header_active #menu{
    transform: translateY(0);
}

.logo{
    max-width: 45%;
    text-align: left;
    padding:0 10px;
}
.logo a{
    font-size:16px;
    color: #fff;
}

.home{
    display: block;
    width: 24px;
    height: 40px;
    position: absolute;
    top:4px;
    right: 14px;
}
.home i{
    font-size: 22px;
    color:rgba(255,255,255,.8);
}

.kc{line-height:36px;background: #333;padding-top: 50px; text-align:center;}
.kc ul li{ display:inline-block; text-align:center; font-size:14px; padding:0 8px;}
.kc ul li a{ color:#fff;line-height:36px;}

.subtitle h4{font-size:24px;color: #d20003;background:  #fff;padding-top:  15px;line-height: 24px;}
.pro_menu ul li{}
.p_banner{
    position: relative;
    overflow-x: hidden;
    padding-top: 50px;
}
.p_banner .swiper-pagination{
    left:20px;
    bottom: 6px;
    background: rgba(0,0,0,.4);
    width:36px;
    line-height:1.4;
    color: #fff;
    letter-spacing: -1px;
}
.p_banner .swiper-pagination span{
}
.p_banner .swiper-pagination span.swiper-pagination-current{
    color: #d20003;
}

/*0.1rem的线*/
.line-1{
    position: relative;
}
.line-1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    z-index: 1;
    width:100%;
    border-top: 1px solid #ddd;
    height: 1px;
    overflow: hidden;
    transform-origin: 0 0;
    transform: scaleY(0.5);
}
.line-8{
    background: #f5f5f5;
    height:8px;
    width:100%;
}
.line-12{
    background: #f5f5f5;
    height:12px;
    width:100%;
}
.iconfont{
    display: inline-block;
}

/*
*快捷入口按钮
*/
.index_iconbox{
    margin: 10px 0;
}
.index_iconbox .icon{
    width: 20%;
    text-align: center;
    display: inline-block;
    box-sizing:  border-box;
    float:  left;
}
.index_iconbox .icon a{
    display: block;
    padding:6px 0 14px;
}
.index_iconbox .icon i{
    font-size: 24px;
    color: #ccc;
    line-height:1.4;
}
.index_iconbox .icon h4{
    line-height:1;
    font-size: 14px;
    color: #444;
}
.index_iconbox .icon:last-child a{
    background: #d20003;
    margin-top:-1px;
    position: relative;
}
.index_iconbox .icon:last-child i{
    color: #fff;
}
.index_iconbox .icon:last-child h4{
    color: #fff;
}

/*
* um_default_box
*/
 
.um_default_box li{
    overflow: hidden;
    background: #fff;
    padding:0 10px;
    border-bottom:#eee 1px dotted;
    line-height: 40px;
}
.um_default_box li span{ float:right; color:#666}
.um_default_hd .tit{
    font-size: 18px;
    color: #000;
    line-height:1.2;
    max-height: 44px;
    overflow: hidden;
}
.um_default_hd img{
    margin-top:8px;
}
.um_default_bd .icon{
    display: flex;
    margin-top:5px;
    line-height:1.4;
}
.um_default_bd .icon .tag{
    color: #d20003;
    flex: 1;
    font-size: 14px;
}
.um_default_bd .icon .tag i{
    font-size: 14px;
    margin:0 4px;
}
.um_default_bd .icon .time{
    color: #bbb;
}
.um_default_bd .con{
    font-size: 14px;
    line-height: 1.8;
    color: #999;
    padding:10px 0;
}

/*
* um_media_box
*/

.um_media_hd{
    position: relative;
}
.um_media_hd .img img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.um_media_hd .tit{
    position: absolute;
    bottom:0;
    height:100%;
    line-height:40px;
    font-size: 16px;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));
    width:100%;
}
.um_media_hd .tit span{
    color: #fff;
    position: absolute;
    bottom: 0;
    width:90%;
    left:5%;
}
.um_media_box li{
    padding:0 12px;
    background: #fff;

}

.um_media_box li>div{
    display: flex;
    padding:12px 0;
}
.um_media_box li:nth-child(4n){
    padding-bottom:12px;
}
.um_media_box li:nth-child(4){
    margin-bottom: 20px;
}
.um_media_box li .con{
    flex: 1;
    padding:0 10px 0 0;
}
.um_media_box li .con a{
    font-size: 16px;
    display: block;
    line-height:1.3;
    height: 48px;
    overflow: hidden;
}
.um_media_box li .con p{
    color: #999;
    margin-top:6px;
    line-height:1;
    font-size: 14px;
}
.um_media_box li .con p span{
    margin-right:6px;
    vertical-align: middle;
    color: #999;
}
.um_media_box li .img{
    width:70px;
}


/*公告*/
.site-notice{
    height:40px;
    line-height:40px;
    padding:0 12px;
    overflow: hidden;
}
.site-notice .tit{
    width:92px;
    font-size: 14px;
    color: #d20003;
    position: relative;
}
.site-notice .tit:after{
    display: block;
    content: '';
    width:1px;
    height:16px;
    background: #efefef;
    position: absolute;
    right:7px;
    top:13px;
}
.site-notice .tit i{
    color: #d20003;
    font-size: 14px;
    margin-right:4px;
}
.site-notice-con{
    width:210px;
    height:40px;
    overflow: hidden;
}
.site-notice-con a{
    color: #333;
    font-size: 14px;
}

/*
*标题格式1
*/

.i-box-hd{
    padding:16px 10px;
    display: flex;
}
.i-box-hd .tit{
    font-size: 16px;
    line-height:1;
    font-weight: bold;
    flex: 1;
    position: relative;
    padding:0 0 0 10px;
}
.i-box-hd .tit span{
    font-size: 13px;
    font-weight: normal;
    color: #d20003;
    padding:0 0 0 5px;
}
.i-box-hd .tit:before{
    content: '';
    width:3px;
    height:14px;
    background:#d20003;
    position: absolute;
    left:0;
    top:1px;
}
.i-box-hd a{
    color: #fff;
    padding:0 5px;
    display: block;
    text-transform: uppercase;
    background: #d00;
    border-radius: 20px;
    line-height: 16px;
    font-size: 10px;
}
/*
*我们的优势
*/
.i-youshi-box{
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    padding:0 0 12px;
}
.i-youshi-bd{
    padding:0 0 12px;
}
.i-youshi-bd li{
    display: flex;
    margin:0 10px;
    padding:12px 0;
}
.ys-img{
    margin:0 10px;
}
.i-youshi-bd .img{
    width:42px;
    height:42px;
    background:#eee;
}
.i-youshi-bd .img i{
    font-size: 24px;
    color: #d20003;
    line-height:42px;
    text-align: center;
    width:42px;
}
.i-youshi-bd .con{
    flex: 1;
    margin-right:10px;
}
.i-youshi-bd li .con a{
    font-size: 16px;
    display: block;
    line-height: 1.4;
    height: 40px;
    overflow: hidden;
}

/*
*关于我们
*/

.i-about-bd{
    background: #fff;
    overflow: hidden;
    padding:0 10px 15px;
}
.i-about-bd .con{
    line-height:1.7;
    position: relative;
    overflow: hidden;
    padding: 6px 0 0;
}
.i-contact{
    margin:20px 0 0;
    padding:5% 7%;
}
.i-contact-bd{
    font-size: 14px;
    padding:10px;
    line-height:1.8;
}
.i-contact-bd a{
    color: #333;
}
.footer{
    background: #d20003;
    padding:12px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 14px;
    position:  relative;
    min-height:80px;
}
.footer p{text-align:center}
.footer img{top:5px;right:5px;margin: 0 auto;max-width: 40%!important;}
.footer a{
    color: #fff;
}
.um-contact{
    padding:6px 0 0 0;
    position: fixed;
    bottom: 0;
    width:100%;
    z-index: 99999;
}
.um-contact-wrapper{
    background: #333;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    height: 45px;
}
.um-contact a{
    display: inline-block;
    width: 46%;
    margin:0 1%;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.um-contact a:first-child{
    border-right: 1px solid rgba(255,255,255,.1);
}
.um-contact a i{
    padding:0 6px 0 0;
    font-size: 24px;
    vertical-align: top;
    color: #fff;
}
/*
* 分类
*/
.pro_menu{
    text-align: center;
    overflow: hidden;
    background: #fff;
    padding-bottom:  10px;
    border-bottom: #f0f0f0 5px solid;
    margin-top: 20px;
}
.pro_menu li{
    display: inline-block;
    margin: 10px 5px 0 0;
}
.pro_menu li.current a{
    background: #d20003;
    color:#fff;

}
.pro_menu li a{
    display: block;
    background: #333;
    padding: 3px 8px;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
}
.pro_menu li a:hover,.pro_menu li .on{ background: #d20003;
    color:#fff;}
.pro_menu_more{
    text-align: center;
    display: none;
    text-decoration: underline;
    cursor: pointer;
    color: #999;
    margin:10px 0 0 0;
}

/*
* 单页模型
*/

.um-tit {
    /* padding:53px 0 0 0; */
}
.um-tit h4{
    font-size: 24px;
    color: #000;
    line-height:1.2;
    font-weight: bold;
}
.page-index{
    font-size: 16px;
}
.page-index .con{
    padding:10px 10px 20px;
    font-size:16px;
    line-height:1.7;
    background: #fff;
    border-radius:5px;
    min-height: 400px;
    height:  auto !important;
}
.min_contact{width:100%!important;}
.page-index .con a{
    color: #333;
}
/*
*   产品列表
*/
.um_img_list{
    padding:10px;

}

.um_img_list li{
    display: inline-block;
    width: 32%;
}

.um_img_list li a{
    display: block;
    background: #fff;
}
.um_img_list li .tit{
    font-size: 14px;
    line-height:2;
    padding:0 5px 0 0;
    background: #666;
    color: #fff;
    text-align:  center;
}
.um_img_list li p{ line-height:20px;}
.um_img_list li .img{
    position: relative;
}
.um_img_list li .img i{
    font-size: 24px;
    position: absolute;
    left:0;
    top:0;
    line-height:1;
    color: #d20003;
}
.um_img_list li:nth-child(4) .img i,.um_img_list li:nth-child(3) .img i{
    display: none;
}

.home_ys ul{float:left;width: 100%;margin:0 1%;}
/*
*   产品详情
*/

.img-show{
}
.img-show-hd{
    background: #eee;
    position: relative;
    overflow-x: hidden;
}
.img-show-hd .swiper-pagination-bullet{
    opacity:.3;
}
.img-show-hd .swiper-pagination-bullet-active{
    background: #333;
    opacity:.7;
}

.img-show-hd img{
    width:100%;
    margin:0 auto;
}
.img-show-bd{
    padding:12px;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.img-show-bd .tit{
    font-size: 20px;
    line-height: 1.2;
    color: #333;
    font-weight: 700;
}
.img-show-bd p{
    color: #999;
    padding-top: 6px;
}
.img-show-bd p span{
    padding:0 10px 0 0;
    font-size: 14px;
}

/*
* 内页内容通用
*/
.page_info{
    padding:12px;
    font-size: 16px;
    line-height:1.7;
    background: #fff;
}
.page_info p{
    margin:0 0 10px 0;
}
.page_info a{
    color: #333 !important;
    font-size: 14px !important;
}
.page_info img{
    margin:0 auto;
}
.return-index{
    margin: 0 14px 20px;
}
.return-index a{
    display: block;
    width:100%;
    height:40px;
    background: #d20003;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height:40px;
}


.um_details_tit{
    font-size:18px;
    text-align: center;
    color: #000;
    padding:20px 0 10px;
}
.um_details_tit span{
    display: inline-block;
}
.um_details_tit span:before,.um_details_tit span:after{
    display: inline-block;
    content: '';
    width:30px;
    height:1px;
    background: #999;
    vertical-align: middle;
    margin:0 8px;
}

.um_img_show li:nth-child(4){
    margin:0;
}
.um_img_show li:nth-child(4n){
    padding-bottom: 0;
}

.um_article_show{
    padding:0 0 20px;
}

/*
* 文章列表
*/


/*
* 文章详情
*/
.article-show{
    padding:20px 0 0;
}
.article-show_hd .tit{
    font-size: 20px;
    color: #000;
    line-height: 2;
    text-align:  center;
}
.article-show_hd .time{
    padding:6px 0 10px;
    border-bottom: 1px solid #eee;
    color: #999;
    font-size: 14px;
}
.article-show_hd .time a{
    color: #999;
    margin-left:10px;
}

/*
*留言页面
*/
.guestbook-page{
    padding:20px 5%;
}
.guestbook-list li{
    padding:0 0 20px 0;
}
.guestbook-list li .tit{
    font-size: 16px;
    color: #333;
}
.guestbook-list li .time{
    color:#999;
}
.guestbook-list li .con{
    padding:5px 0;
}
.guestbook-list li .reply{
    background: #f5f5f5;
    padding:5px 10px;
}

.post_box tr{
    height:34px;
}
.post_box tr:nth-child(5){
    height:100px;
}
.post_box td{
    display: inline-block;
}
.post_box td.tit{
    margin:0 3% 0 0;
    width:11%;
}
.post_box td.con{
    width:63%;
}
.post_box td.con input,.post_box td.con textarea,.post_box td.con select{
    border: 1px solid #ccc;
    line-height:20px;
}
.post_box td.con textarea{
    max-width: 100%;
    max-height: 100px;
}
.post_box .btn{
    width:80px;
    height:30px;
    line-height:30px;
    border: none;
    margin:0 5px 0 52px;
    background: #FF3300;
    color: #fff;
}
.post_box .btn-default{
    background: #ddd;
    color: #666;
    margin:0 5px 0 0;
}
.feedback-page .post_box tr:nth-child(5){
    height:32px;
}
.feedback-page .post_box tr:nth-child(6){
    height:110px;
}


.title { width:100%; text-align:center; font: bold 20px/20px "微软雅黑"; color:#333; position:relative; margin-bottom:10px;}
.title:before{ content:''; width:700px; height:1px; background:#d00; display:block; position:absolute; top:20px; left:50%; margin-left:-820px;}
.title:after{ content:''; width:700px; height:1px; background:#d00; display:block; position:absolute; top:20px; right:50%; margin-right:-820px;}
.title span{ color:#d00;}
.title p{font-size: 12px;color:#666;text-align:center; font-weight:normal;}
.title.wt h2,.title.wt a,.title.wt p{ color:#fff}

/*优势实力*/
.youshi ul li{width: 49%; margin-right:0.8%;float:left;text-align:center;color:#fff;box-sizing:border-box; margin-bottom:2px}
.youshi ul li:first-child{ background:url(../image/ys01.jpg) no-repeat center center;background-size: cover;}
.youshi ul li:nth-child(2){background:url(../image/ys02.jpg) no-repeat center center;background-size: cover;}
.youshi ul li:nth-child(3){background:url(../image/ys03.jpg) no-repeat center center;background-size: cover;}
.youshi ul li:nth-child(4){background:url(../image/ys04.jpg) no-repeat center center;background-size: cover;}
.youshi ul li:nth-child(5){background:url(../image/ys05.jpg) no-repeat center center;background-size: cover;}
.youshi ul li:nth-child(6){background:url(../image/ys06.jpg) no-repeat center center;background-size: cover;}
.youshi ul li span{width: 60px;height: 60px;display:block;margin:0 auto;}
.youshi ul li h2{font: normal 16px/30px "微软雅黑";margin-bottom:8px;}
.youshi ul li p{font-size: 14px;line-height:24px;display: none;}

.kcpart1 .fl,.kcpart1 .fr{float:none;width:  100% !important;}
.kcpart1 .fl img{ width:100%;}
.kcpart1  .fr h2{ text-align:center; margin:5px 0;}

.detail_box_7 ul li{width: 33%;float: left;text-align: center;}
.detail_box_7 ul li .icon{height: 100px;margin: 0 auto;line-height: 100px;width: 100px;font-size: 50px;color: #c4262b;text-align: center;border-radius: 50%;}
.detail_box_7 ul li h4{ color: #c4262b; font-size: 18px; padding-top: 10px; padding-bottom: 10px;}
.detail_box_7 ul li p{color: #333;line-height: 22px;font-size: 14px;padding-left: 20px;padding-right: 20px;display: none;}

.detail_more{text-align: center;display: none;}
.detail_more a{ font-size: 16px; color: #fff; text-decoration:none; padding:8px 25px; margin-left: 5px; margin-right: 5px; border-radius: 30px;}
.detail_more .more{ background: #6e6e6e;}
.detail_more .consult{ background: #c4262b;}
.detail_more .tel{ background: #6e6e6e;}
.detail_more a:hover{ color:#fff;}

.mscon,.bkyx{ display:none;}


.zhuanye_lable dt{display: inline-block;  height: 89px; line-height: 89px;  font-size: 36px; color:  padding-top: 41px; font-weight: bold; background-color: #C4262B;}
.zhuanye_lable dt span{color: #C4262B;}
.zhuanye_lable dd{ margin: 0 auto;text-align: center;}
.zhuanye_lable dd.set_f{font-size: 18px;color: #323232;font-weight:bold;}
.zhuanye_lable dd.not_f{font-size: 14px; color: #4c4c4c; line-height: 30px; padding: 5px 0;}

.ls_list{ padding-top:20px;}
.ls_list ul li{width:50%;float:left;padding:0 10px;box-sizing:border-box;margin-bottom:10px;}
.ls_list ul li .img{overflow:hidden;}
.ls_list ul li img{/* width:160px; *//* height:210px !important; */display:block;border:#ddd 1px solid;}
.ls_list ul li p{ height:24px; overflow:hidden;}

.ls_list2{ padding-top:20px;}
.ls_list2 ul li{ width:50%; float:left; padding:0 10px; box-sizing:border-box; margin-bottom:10px;}
.ls_list2 ul li img{ width:160px; height:120px !important; display:block; border:#ddd 1px solid;}

.bkxx ul li{ width:33%; float:left; margin-bottom:3px;}



.ysbox {width: 100%;overflow: hidden;}
	.ysbox .icon{ width:60px; margin:0 auto;}
	.ysbox .icon img{ width:100%;}
	.ystext { width: 100%; float: left; overflow: hidden; }
	.ystext li {
	width: 48%;
	margin: 0 1% 15px;
	float: left;
	overflow: hidden;
	border: #444 1px solid;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 15px 10px;
	background: #333;
	}
	.ystext li h2 {
	font-size: 20px;
	font-weight: bold;
	color: #fc0;
	text-align:center;
	display: block;
	overflow: hidden !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 45px;
	}
	.ystext li p {width: 100%;float: left;overflow: hidden;font-size: 12px;line-height: 22px;color: #ccc;height: 130px;text-align: center;} 
    .um_default_box a{display:block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}