@charset "utf-8";
/* CSS Document */
body{ background-color:#FFF; }
.online{ width:100px; position: fixed; right:0; top:50%; margin-top: -231px; z-index: 1000;}
.online > header,.online > header > img{ width:100%; }
.online > .online-list{ width: 100%; height: auto; }
.online > .online-list > ul > li{ width: 100%; padding:5px 10px; border-radius: 10px 0 0 10px; box-sizing: border-box; }
.online > .online-list > ul > li:nth-of-type(1){ background-color: #953bf4; }
.online > .online-list > ul > li:nth-of-type(2){ background-color: #fb3349; }
.online > .online-list > ul > li:nth-of-type(3){ background-color: #fcb138; }
.online > .online-list > ul > li:nth-of-type(4){ background-color: #05cc5f; }
.online > .online-list > ul > li:nth-of-type(5){ background-color: #d6000f; }
.online > .online-list > ul > li > a > p{ width:100%; line-height: 40px; text-align: center; color: #FFF; }
.online > .online-list > ul > li > a > p > i{ font-size: 26px; }
.online > .online-list > ul > li > a > h3{ width:100%; font-size: 14px; color: #FFF; font-weight: normal; text-align: center; }
.online > .online-list > ul > li:nth-of-type(5) > a > p{ line-height: 60px; }


.float{ width:768px; left:0; top:0; height:100%; position:fixed; margin-left:-384px; background-color:rgba(0,0,0,0.9); z-index:1200; display:none; }
.float > .f-navlist{ width:100%; position:absolute; left:0; top:0; z-index:1002; display:none;}
.float > .f-navlist > h3{ width:100%; height:48px; line-height:48px; font-size:16px; box-sizing:border-box; padding-left:10px; padding-right:10px; border-bottom:1px solid rgba(255,255,255,0.8); color:#333; text-align:center; font-weight:normal; color:#FFF;} 
.float > .f-navlist > h3 > span{ float:left;}
.float > .f-navlist > h3 > span a,.float > .f-navlist > h3 > span a:hover{ color:#FFF;}
.float > .f-navlist > h3 > span:nth-of-type(2){ float:right; }
.float > .f-navlist > h3 > span > i{ font-size:14px;}
.float > .f-navlist > ul{ width:100%; box-sizing:border-box; box-sizing:border-box;}
.float > .f-navlist > ul > li{ width:100%; height:40px; line-height:40px; font-size:12px; overflow:hidden; text-align:left; box-sizing:border-box; padding-left:10px; padding-right:10px; border-bottom:1px solid rgba(255,255,255,0.6);}
.float > .f-navlist > ul > li + li{}
.float > .f-navlist > ul > li > a,.float > .f-navlist > ul > li > a:hover{ color:#FFF !important; }
.float > .f-navlist > ul > li > a > i{ color:#FFF; font-size:14px;}
.float > .f-navlist > ul > li:hover{ background-color:#000;}
.float > .f-navlist > ul > li:hover > a,.float > .f-navlist > ul > li > a:hover,.float > .f-navlist > ul > li:hover > a > i,.float > .f-navlist > ul > li:hover > a:hover > i{ color:#FFF !important;}
/**/
.site{ border-top:2px solid #3c5c9d; border-bottom:1px solid #e3e3e3; background-color: #f6f6f6;  }
.site > .c-con{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:center; height: 35px; line-height: 35px;  font-size: 14px;}
.site-title{ height: 35px; line-height: 35px; }
.site-contact{ height: 35px; line-height: 35px; }
.site-contact > p{ width: 24px; display: inline-block; float: left; margin-right:10px; margin-top: 8px; }
.site-contact > p img{ width:100%; }
.site-contact > i{ font-size: 18px; }

.header{ width:100%; height:auto; box-sizing:border-box; background-color:rgba(255,255,255,1); position:relative; left:0; top:0;  z-index:100;  transition:all 0.3s linear; -webkit-transition:all 0.3s linear; }
.hd-con{padding:15px 0;display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:center; }
.logo{ display:block; width:450px; padding-top:10px; padding-bottom:10px; }

.jd{width: 240px; height: 34px; display:inline-block; box-sizing: border-box; padding-right:60px; position: relative; overflow: hidden; }
.jd a{color:#000;font-size:18px;}
.jd span{margin-left:10px;line-height:34px;}
.jd img{width: 34px; height: 34px;float:left;}

.search{ width: 240px; height: 38px; border:1px solid #CCC;  display:inline-block; box-sizing: border-box; padding-right:60px; position: relative; overflow: hidden; border-radius: 6px; }
.search p:nth-of-type(1){ width:100%; height: 38px; background-color: #F00; position: relative; overflow: hidden; }
.search p:nth-of-type(1) > input{ width:100%; box-sizing: border-box; border:0; padding:0 10px; color: #CCC; height: 38px; line-height: 36px; position: absolute; left:0; top:0; }
.search p:nth-of-type(2){ width:60px; height: 38px; position: absolute; right:0; top:0; background-color: #d6000f;  }
.search p:nth-of-type(2) > input{ width:60px; height: 38px; background-color: transparent; border:0; font-family:"iconfont" !important; font-size: 18px; transform: translateY(-2px); -webkit-transform: translateY(-2px); color: white; }

.nav{flex:1;  box-sizing: border-box; /*padding-right:2%;*/ font-size: 0; box-sizing: border-box; padding-left:2%; padding-right:2%; }
.nav > ul > li{  display: inline-block; text-align: center; /*margin-left:1.5%;*/ font-size: 16px; position: relative; width:12.3%; }
.nav > ul > li > a{ width:100%; height: 55px; line-height: 55px; display: block; text-align: center; box-sizing: border-box;}
.nav > ul > li > a.on,.nav > ul > li > a:hover{ border-bottom:5px solid #fbba2b; color: white !important;}

.menu{ width:30px; height:30px; cursor:pointer; display:none; align-self: center;}
.menu > h3{ width:30px; height:30px; font-weight:normal; text-align:center; line-height:20px; color: #333; }
.menu > h3 > i{ font-size:20px;}

.header-blank{ background-color:transparent; height:195px;display:none;}

.swiper1 video{width:100%}



/*滚动后导航*/
/*.scrolltop{ background-color:rgba(255,255,255,1); border-bottom:1px solid rgba(120,120,120,1);  animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out; z-index:210;}
.scrolltop > h3.tx{ color:#333;}*/
/*主体*/
.main{   height:auto;   }
/*底部*/
.serv-tool{ width:100%; border-bottom:1px solid #e8e8e8; padding-top: 1%; padding-bottom:1%; }
.serv-tool > ul > li{ width:25%;  text-align: center; overflow: hidden; font-size: 14px; float: left; position: relative; }
.serv-tool > ul > li::after{ content: ' '; width:1px; height: 20px; background-color: #e8e8e8; position: absolute; left:0; top:50%; margin-top: -10px; }
.serv-tool > ul > li:nth-of-type(1)::after{ display: none; }
.serv-tool > ul > li > i{ font-size: 16px; }

.serv-con{ width:100%; display: flex; flex-direction: row; justify-content: flex-start; flex-wrap: wrap; align-items: flex-start; padding-top: 3%; padding-bottom:1%; }
.serv-con > .servc-contact{ flex:1; }
.serv-con > .servc-contact > h3{ width: 100%; height: 30px; line-height: 30px; font-weight: normal; font-size: 20px; overflow: hidden; text-align: left; }
.serv-con > .servc-contact > .servc-list{ width:100%; margin-top: 1%; }
.serv-con > .servc-contact > .servc-list > ul > li{ width:33.33%; float: left; box-sizing: border-box; padding-right:5%; }
.serv-con > .servc-contact > .servc-list > ul > li > h3,.serv-con > .servc-contact > .servc-list > ul > li > p{ width:100%; height: auto; line-height: 24px; color: #333; font-size: 14px; }
.serv-con > .servc-contact > .servc-list > ul > li > p{ color: #999; font-size: 14px; }
.serv-con > .servc-ewm{ height: auto; }
.serv-con > .servc-ewm > p{  border:1px solid #e8e8e8; padding:10px; box-sizing: border-box; }
.serv-con > .servc-ewm > p > img{ width:122px;  }
.serv-con > .servc-ewm > h3{ height: 40px; line-height: 40px; font-weight: normal; font-size: 14px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.foot-blank{ height:auto; width:100%; }
.footer{  padding-top:10px; padding-bottom:10px; box-sizing:border-box; background-color: #272727;  }
.footer > .c-con{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:center;  }
.footer > .c-con > .copyright{ flex:1; font-size:12px; color: rgba(255,255,255,0.7); line-height:24px; text-align: left;}
.footer > .c-con > .fnavlist{ width:120px; height: 24px; line-height: 24px; font-size: 12px; color: rgba(255,255,255,0.7); text-align: right; }
.footer > .c-con > .fnavlist a{ color: rgba(255,255,255,0.7); }



/*首页*/
/*焦点图*/
.swiper1 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:1.5%; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box;}
.swiper1 .swiper-pagination-bullet{opacity:1; margin:0 4px!important; width:10px; height:10px; border-radius:50%; box-sizing:border-box; /*border:1px solid #FFF;*/ background-color: rgba(255,255,255,1); }
.swiper1 .swiper-pagination-bullet-active{background-color:rgba(255,255,255,0.6);}
.swiper1 .swiper-slide{ position:relative;}
.swiper1 .swiper-slide > img{ width:100%;}
.swiper1 .swiper-button-next,.swiper1 .swiper-button-prev{ color:rgba(255,255,255,0.6); background-color:transparent; border-radius:50%; height:40px; width:40px; line-height:40px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-1.5rem; box-sizing:border-box; border:0; display:none; background-color:rgba(230,204,155,0.6); box-sizing: border-box; border:1px solid #EEE; } 
.swiper1 .swiper-button-next:hover,.swiper1 .swiper-button-prev:hover{ color:rgba(255,255,255,1); background-color:rgba(230,204,155,0.9);} 

.swiper1 .swiper-button-next i,.swiper1 .swiper-button-prev i{ font-size:20px; }

.tuijian{ width: 100%; padding-top: 2%; padding-bottom: 3%; }
.tuijian > header{ width:100%; font-size:20px; color: #333; text-align: left; margin-bottom: 1.4%; }
.tuijian > .tj-list{ width:100%; }
.tuijian > .tj-list > ul > li{ width: 23.5%; float: left; background-color: #FFF; margin-right:2%; }
.tuijian > .tj-list > ul > li:nth-of-type(4n){ margin-right:0; }
.tuijian > .tj-list > ul > li > a > p{ width:100%; overflow: hidden; }
.tuijian > .tj-list > ul > li > a > p > img{ width:100%; }
.tuijian > .tj-list > ul > li > a > h3{ width:100%; height: auto; box-sizing: border-box; padding:10px; }
.tuijian > .tj-list > ul > li > a > h3 > p{ width:100%; font-weight: normal; font-size: 16px; color:#333; height: 24px; line-height: 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; }
.tuijian > .tj-list > ul > li > a > h3 > p:nth-of-type(2){ text-transform: uppercase; color: #999; font-size: 12px; }
.tuijian > .tj-list > ul > li > a > h3 > p > i{ font-size: 14px; }

.kecheng{ width:100%; padding-top: 4%; padding-bottom:4%; }
.kecheng > header{ width:100%; }
.kecheng > header > h3{ width:100%; font-size: 0;}
.kecheng > header > h3 > span{ display: inline-block; font-weight: normal; font-size: 30px; text-transform: capitalize; padding-left:20px;padding-right:20px; position: relative;}
.kecheng > header > h3 > span::after{ content: ' '; width:30px;height: 2px; background-color: #666; position: absolute; left:-20px; top:50%; margin-top: -1px; }
.kecheng > header > h3 > span::before{ content: ' '; width:30px;height: 2px; background-color: #666; position: absolute; right:-20px; top:50%; margin-top: -1px; }
.kecheng > header > p{ width:100%; font-size:24px; text-align: center;  margin-top: 1%;font-weight: 600 }
.kecheng > .kc-list{ width:100%; margin-top: 1%; }
.kecheng > .kc-list > ul > li{width:24.33%;max-height: 267px; float: left; box-sizing: border-box; border:1px solid #FFF; overflow: hidden; position: relative;}
.kecheng > .kc-list > ul > li > img{ width:100%; }
.kecheng > .kc-list > ul > li > .kcl-about{ width:100%; height: 100%;  position: absolute; left:0; top:0; display: flex; flex-direction: row; justify-content: center; align-items: center; }
.kecheng > .kc-list > ul > li > .kcl-about > .kcl-about-title{ width:100%;  text-align: center;}
.kecheng > .kc-list > ul > li > .kcl-about > .kcl-about-title > h3,.kecheng > .kc-list > ul > li > .kcl-about > .kcl-about-title > p{ width:100%; font-weight: bold; font-size: 24px; color: #333; }
.kecheng > .kc-list > ul > li > .kcl-about > .kcl-about-title > p{ display: inline-block; width:24px; height: 24px; line-height: 18px; text-align: center; border:2px solid #333;  border-radius: 50%; margin-top: 4%; }
.kecheng > .kc-list > ul > li > .kcl-about > .kcl-about-title > p > i{ font-size: 14px; color: #FFF; }
.kecheng > .kc-list > ul > li:hover > .kcl-about{background-color: rgba(78,165,182,0.8);}


.imgsheader{ width:100%;/*padding-top: 5%; background-image: url(../images/imgs-header.png); background-repeat: no-repeat; background-position: center top;*/ }
.imgsheader > .c-con > header{ width: 100%; }
.imgsheader > .c-con > header > h3{ width:100%; font-weight: normal; font-size: 28px; color: #FFF; }
.imgsheader > .c-con > header > h3 span{ color: #fbba2b; text-transform: uppercase; }
.imgsheader > .c-con > header > h4{ width:100%; font-size: 0; margin-top: 10px;}
.imgsheader > .c-con > header > h4 > p{ width: 60px; display: inline-block;  position: relative;  }
.imgsheader > .c-con > header > h4 > p > img{ width:100%; }
.imgsheader > .c-con > header > h4 > p::after,.imgsheader > .c-con > header > h4 > p::before{ content: ' '; width:60px; height: 2px; background-color: #999; position: absolute; top:50%; margin-top: -1px; }
.imgsheader > .c-con > header > h4 > p::after{ left:-80px; }
.imgsheader > .c-con > header > h4 > p::before{ right:-80px; }
.imgsheader > .c-con > header > p{ width:100%; line-height: 24px; font-size: 12px; color: #FFF; box-sizing: border-box; padding:0 6%; margin-top: 10px; height: auto; overflow: hidden; padding-bottom:20px; }
.imgsheader > .c-con > .imgstab{ width:100%;  }
.imgsheader > .c-con > .imgstab > p{ width:100%; padding:2% 0; float: left; box-sizing: border-box; text-transform: capitalize; color: #FFF; background-color: #d6000f; text-align: center; font-size: 18px; position: relative; cursor: pointer; }
.imgsheader > .c-con > .imgstab > p:nth-of-type(2)::after{ content: ' '; width:2px; height: 20px; background-color: rgba(255,255,255,0.8);position: absolute;left:-1px; top:50%; margin-top: -10px; }
.imgsheader > .c-con > .imgstab > p span{ color: #FFF; display: inline-block; padding:5px 5px; position: relative; }
.imgsheader > .c-con > .imgstab > p span::after{ content:' '; background-color: #FFF; position:absolute; left:0; bottom:0; width:100%; height: 1px; display: none; }
.imgsheader > .c-con > .imgstab > p.on span::after{ display: block;  }

.imgs{ width:100%; overflow: hidden; }
.imgs > .imgs-list{ width:100%; display: none; }
.imgs > .imgs-list > ul > li{ width:32%; overflow: hidden; float: left; position: relative; margin-right: 2%; margin-top:1%; margin-bottom:1%; }
.imgs > .imgs-list > ul > li:nth-of-type(3n){ margin-right:0; }
.imgs > .imgs-list > ul > li > a > p{ width:100%; overflow: hidden;max-height: 250px;}
.imgs > .imgs-list > ul > li > a > p > img{ width:100%; transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; }
.imgs > .imgs-list > ul > li > a > h3{ width: 100%; box-sizing: border-box; padding:2% 4%; box-sizing: border-box; position: absolute; left:0; bottom:0; background-color: rgba(0,0,0,0.4); font-weight: normal; font-size: 14px; color: #FFF; }
.imgs > .imgs-list > ul > li > a:hover > p > img{ transform: scale(1.02,1.02); -webkit-transform: scale(1.02,1.02); }



.swiper2 .swiper-pagination {right:0; display:inline-block;  bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box;}
.swiper2 .swiper-pagination-bullet{opacity:1; margin:0 4px!important; width:10px; height:10px; border-radius:50%; box-sizing:border-box; /*border:1px solid #FFF;*/ background-color: rgba(255,255,255,1); display: none; }
.swiper2 .swiper-pagination-bullet-active{background-color:rgba(255,255,255,0.6);}
.swiper2 .swiper-slide{ position:relative;}
.swiper2 .swiper-slide > img{ width:100%;}
.swiper2 .swiper-button-next,.swiper2 .swiper-button-prev{ color:rgba(0,0,0,0.2); background-color:transparent; border-radius:50%; height:60px; width:30px; line-height:60px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-30px; box-sizing:border-box; } 
.swiper2 .swiper-button-next{ right:0; }
.swiper2 .swiper-button-prev{ left:0; }
.swiper2 .swiper-button-next:hover,.swiper2 .swiper-button-prev:hover{ color:rgba(0,0,0,0.8); } 
.swiper2 .swiper-button-next i,.swiper2 .swiper-button-prev i{ font-size:30px; }
.cols{ display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; margin-top:2%; }
.cols > .item{border: 2px solid #d6000f; width:32%; overflow: hidden; position: relative; margin-right:2%; background-color: #FFF; box-sizing: border-box;  }
.cols > .item:nth-of-type(1){padding: 20px;}
.cols > .item:nth-of-type(3){ margin-right:0;}
.cols > .item > img{ width:100%; }
.cols > .item > .item-about{ width:100%; height: 100%; padding:10%; box-sizing: border-box; background-color: rgba(0,0,0,0.3); position: absolute; left:0; top:0; display: flex; flex-direction: column; justify-content:space-between; align-items: stretch;  }
.cols > .item > .item-about > .ia-con{ width:100%;  }
.cols > .item > .item-about > .ia-con > h3,.cols > .item > .item-about > .ia-con > p{ width:100%; font-weight: normal; font-size: 32px; color: #FFF;  }
.cols > .item > .item-about > .ia-con > p{ padding:4px 10px;  font-size: 14px; line-height: 24px; margin-top: 5%; }
.cols > .item > .item-about > p{ width: 100px; font-size: 14px; text-align: left; padding:4px 10px; box-sizing: border-box; border:1px solid #EEE; background-color: #FFF; border-radius: 4px; text-align: center; }
.cols > .item > .item-about > p > i{ font-size: 14px; }
.inews{width:100%; height: auto;}
.inews > header{ width: 100%; font-size: 18px; text-align: left; margin-bottom:10px; }
.inews > .inews-list{ width:100%; height: auto; }
.inews > .inews-list > ul > li{ width:100%; height:30px; line-height: 30px; overflow: hidden; box-sizing: border-box; padding-left:15px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative;  font-size: 14px; margin-top: 5px;}
.inews > .inews-list > ul > li::after{ content: ' '; width: 0;height: 0; border-top: 6px solid transparent; border-left: 8px solid #fed900; border-bottom: 6px solid transparent; position: absolute; left:0; top:50%; margin-top: -6px; }
.inews > .inews-btn{ display: inline-block; padding:10px; box-sizing: border-box; border: 1px solid #EEE; border-radius: 4px; font-size: 14px; float: left; margin-top: 20px; }


.nav_two_tail{
    background: #d6000f;
}
.nav_two_tail a{
    color: white;
}
.nav_two_tail a:hover{
    
}

.serv-tool > ul > li{
    color: #0072bb;
}

.servc-list a p{
    font-size: 14px;
    line-height: 30px;
}

.servc-list  >p{
    font-size: 14px;
    line-height: 30px;
}

.imgsheader > .c-con > .imgstab > p span img{
    
}

.colflash{ width:100%; overflow: hidden;display:none; }
.colflash img{ width:100%; }
.col-location{ width: 100%; background-color: #f7f9fb; padding-top: 3%; padding-bottom: 3%;  }
.col-location > .c-con{ display: flex; flex-direction: row; justify-content: space-between; flex-wrap: nowrap; align-items: center; position: relative; }
.col-location > .c-con > h3{ font-weight: normal; font-size: 50px; color: #eee2e2; text-transform: uppercase; }
.col-location > .c-con > p{ font-size: 14px;  }
.col-location > .c-con > p > span{ color: #df000f; }
.col-location > .c-con > h4{ font-weight: bold; font-size: 32px; position: absolute; left:0; top:50%; color: #d6000f; }
.prod-col{ width:100%; margin-top: 5%; }
.prod-col > a{ display: block; width:32%; float: left; overflow: hidden; border-radius: 10px; margin-right:2%; position: relative;}
.prod-col > a:nth-of-type(3n){ margin-right: 0; }
.prod-col > a > img{ width:100%; }
.prod-col > a > p{width:100%; height: 100%; display: flex; flex-direction: row; justify-content: center; flex-wrap: nowrap; align-items: center; position: absolute; left:0; top:0;}
.prod-col > a > p > span{ font-size: 24px; text-align: center; color: #FFF; font-style: italic; }
.prod-class{ width: 100%; margin-top: 5%;}
.prod-class > ul > li{ width:12.5%; float: left; box-sizing: border-box; border-right:1px solid #f0e8e8; }
.prod-class > ul > li:nth-of-type(8n){ border-right:1px solid #FFF; }
.prod-class > ul > li > a{ display: block; width:100%; box-sizing: border-box; border-bottom:4px solid #FFF;}
.prod-class > ul > li:hover > a,.prod-class > ul > li.on > a{ border-bottom:4px solid #ff7e00; color: #333 !important; }
.prod-class > ul > li > a > p{ width:100%; box-sizing: border-box; padding:10px; }
.prod-class > ul > li > a > p > img{ width: 100%; }
.prod-class > ul > li > a > h3{ width:100%; font-weight: normal; font-size: 14px; height: 30px; line-height: 30px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.prod-title{ width: 100%; margin-top: 3%; }
.prod-title > p{ width: 360px; margin:0 auto; }
.prod-title > p > img{display: block;margin: 0 auto;}
.prod-title > h3{ width: 100%; font-weight: normal; line-height: 22px; text-align: center; font-size: 18px; color: #d6000f; margin-top: 10px;display:none}
.pord-header{ width:100%; height: 60px; position: relative; font-size: 0; text-align: center; margin-bottom:5%; margin-top: 5%; position: relative;  }
.pord-header::after{ content: ' '; width:100%; height: 2px; border-top: 1px solid #d6000f; border-bottom:1px solid #d6000f; position: absolute; left:0; top:50%; margin-top: -2px;}
.pord-header > .ph-about{padding-left:20px; box-sizing: border-box; display: inline-block; background-color: #FFF; position: relative; z-index: 10; background-color: #FFF; }
.pord-header > .ph-about > .ph-about-img{ width: 60px; box-sizing: border-box; padding:6px; overflow: hidden; display: block; float: left; }
.pord-header > .ph-about > .ph-about-img > img{ width: 100%; }
.pord-header > .ph-about > .ph-about-title{ width: 160px; height: 60px; padding-top:4px; padding-bottom:8px; box-sizing: border-box; float: left; }
.pord-header > .ph-about > .ph-about-title > h3,.pord-header > .ph-about > .ph-about-title > p{ width:100%; font-weight: normal; font-size: 18px; text-align: left; height: 28px; line-height: 28px; overflow: hidden;white-space: nowrap; text-overflow: ellipsis; box-sizing: border-box;  padding-left:10px; color: #333; }
.pord-header > .ph-about > .ph-about-title > p{ height: 20px; line-height: 20px; font-size: 14px; color: #9d5430; }
.prod-list{ width: 100%; }
.prod-list > ul > li{ width: 18.4%; float: left; overflow: hidden; margin-right:2%; margin-top: 1%; margin-bottom:1%; }
.prod-list > ul > li:nth-of-type(5n){ margin-right:0; }
.prod-list > ul > li:nth-of-type(10n){ margin-right:0; }
.prod-list > ul > li:nth-of-type(15n){ margin-right:0; }
.prod-list > ul > li:nth-of-type(20n){ margin-right:0; }
.prod-list > ul > li:nth-of-type(25n){ margin-right:0; }
.prod-list > ul > li:nth-of-type(30n){ margin-right:0; }
.prod-list > ul > li:nth-of-type(35n){ margin-right:0; }
.prod-list > ul > li > .pl-img{ display: block; width:100%; overflow: hidden; position: relative; }
.prod-list > ul > li > .pl-img > img{ width:100%;max-height:147px; transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; }
.prod-list > ul > li > .pl-img > p{ width:100%; height: 100%; background-color: rgba(0,0,0,0.5); position: absolute; left:0; top:0; display: flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap: nowrap; opacity: 0 ; transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; }
.prod-list > ul > li:hover > .pl-img > p{ opacity: 1; }
.prod-list > ul > li:hover > .pl-img > img{ transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); }
.prod-list > ul > li > .pl-img > p > span{ display: block; width:48px; }
.prod-list > ul > li > .pl-img > p > span > img{ width:100%; }
.prod-list > ul > li > .pl-about{width:100%; height: auto; padding-top: 10px; padding-bottom:0; display: block;}
.prod-list > ul > li > .pl-about > h3,.prod-list > ul > li > p{ width:100%; font-weight:normal; font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  margin-top: 0; height: auto; line-height: 24px;}
.prod-list > ul > li > .pl-about > p{ margin-top: 10px; height: 24px; font-size: 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  }
.prod-list > ul > li > .pl-about > h3 > p{display: inline-block; padding:0 10px; box-sizing: border-box; background-color: #c3a164; color: #FFF; font-size: 14px; height: 30px; line-height: 30px;}

.cola-tab{ width:100%; border-top:1px solid #EEE;  border-bottom:1px solid #EEE; }
.cola-tab > .c-con{  }
.cola-tab > .c-con > p{ width:16%; height: 48px; float: left; border-right:1px solid #EEE; text-align: center; line-height: 48px; text-align: center; font-size: 16px; cursor: pointer; box-sizing: border-box;}
.cola-tab > .c-con > p:nth-last-of-type(1){ border-right:1px solid #FFF; }
.cola-tab > .c-con > p.on{ background-color: #c3a164; color: #FFF; }
.col-about > .cola-tab{ width: 100%; margin-bottom: 3%; }
.col-col{  height: 0; opacity: 0}
.col-col,.cola-item,.cola-item > .cola-item-banner,.cola-flash{ width: 100%; }
.cola-item > .cola-item-banner{ display: block; padding-top: 3%; }
.cola-item > .cola-item-banner > img{ width:100%; }
.cola-flash{ margin-top: 3%; position: relative; width: 100%; background-color: #e6cc9b; padding:3%; padding-top: 7%; box-sizing: border-box; }
.cola-flash-icon{ display: block; width: 220px;  position: absolute;left:-14px; top:20px; z-index:10; }
.cola-flash-icon > img{ width:100%; }

.location{ width:100%; background-color: #f7f9fb; padding-top: 2%; padding-bottom: 2%; }
.location > .c-con{ line-height: 24px; font-size: 14px; text-align: left; }
.location > .c-con > i{ font-size: 16px; }
.yl-header{ width: 100%; margin-top: 3%; }
.yl-header > h3{ width:40%; margin:0 auto; position: relative; text-align: center; font-size: 0; color: #666; }
.yl-header > h3 > p{ display: inline-block; padding:0 20px; background-color: #FFF; line-height: 40px; height: 40px; text-align: center; text-transform: capitalize; font-weight: normal; font-size: 30px; position: relative; }
.yl-header > h3 > p::after,.yl-header > h3 > p::before{content: ' '; width:30px; height: 2px; background-color: #666; position: absolute; top:50%;}
.yl-header > h3 > p::after{ left:-30px; }
.yl-header > h3 > p::before{ right:-30px; }
.yl-header > h4{ width:100%; font-size: 30px; text-align: center; color: #df000f; padding-top: 1%;  padding-bottom:1%; }
.yl-header > h5{ width:40%; margin:0 auto; position: relative; text-align: center; font-size: 0; position: relative; }
.yl-header > h5::after{ content: ' '; width:100%; height: 1px; background-color: #c9c9c9; position: absolute; left:0; top:50%; }
.yl-header > h5 > p{ display: inline-block; padding:5px 10px; box-sizing: border-box; background-color: #FFF; height: 34px; text-align: center; position: relative; z-index: 10; }
.yuanliao{ width: 100%; }
.yuanliao > .yl-tabT{ width: 100%;  }
.yuanliao > .yl-tabT > p{ width:50%; font-size: 20px; text-align: center; padding:2% 0; float: left; box-sizing:border-box; position: relative; cursor: pointer; background-color: #f3f5f8; }
.yuanliao > .yl-tabT > p.on{ background-color: #df000f; color: #FFF; }
.yuanliao > .yl-tabT > p.on::after{ content: ''; width:0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 12px solid #df000f; position: absolute; left:50%;bottom:-12px; margin-left:-8px;}
.yuanliao > .yl-cen{ width:100%; height: auto; padding-top: 2%; }
.yuanliao > .yl-cen > .ylc-item{ width:100%; }
.ylc-item-about{ width: 100%; line-height: 24px; font-size: 16px; text-align: left; box-sizing: border-box; padding:2%; }
.ylc-col{ width:100%; }
.ylc-col > .ylc-col-tab{ width:100%; }
.ylc-col > .ylc-col-tab > p{ width:22%; height: 48px; line-height: 48px; font-size: 20px; border-radius: 10px 10px 0 0; float: left; text-align: center; margin-top: 12px; color: #FFF; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer;}
.ylc-col > .ylc-col-tab > p.on{ height: 60px; line-height: 60px; margin-top: 0; }
.ylc-col > .ylc-col-tab > p:nth-of-type(1){ background-color: #d70c19; }
.ylc-col > .ylc-col-tab > p:nth-of-type(2){ background-color: #f4c985; }
.ylc-col > .ylc-col-tab > p:nth-of-type(3){ background-color: #c7e1a4; }
.ylc-col > .ylc-col-tab > p:nth-of-type(4){ background-color: #95cdf0; width:34%; }
.ycl-col-cen{ width:100%; box-sizing: border-box; border:2px solid #df000f; }
.ycl-col-cen > .ycl-col-item{ width: 100%;  box-sizing: border-box; padding:3%; min-height: 306px; /*background-image: url(../images/emp-40.png);*/ background-repeat: no-repeat; background-position: right bottom; background-size: 50% auto; display: none;}
.ycl-col-cen > .ycl-col-item > header{ width:100%; font-size: 16px; margin-bottom:2%;  text-align:left;}
.ycl-col-cen > .ycl-col-item > section{ width: 100%; line-height: 24px; font-size: 14px; text-align:left;  }
.ycl-col-cen > .ycl-col-item > section > header:nth-of-type(1) { color: #df000f; }

.ycl-pinzhi{ width: 100%;  }
.ycl-pinzhi > ul > li{ padding-top: 20px; padding-bottom:20px; display: flex; flex-direction: row; justify-content: flex-start; flex-wrap: nowrap; align-items: center;  }
.ycl-pinzhi > ul > li + li{ border-top: 1px solid #e1e1e1; }
.ycl-pinzhi > ul > li:nth-of-type(1){ flex-direction: row-reverse; }
.ycl-pinzhi > ul > li > .col-pzli-img{ display: block; width:30%; box-sizing: border-box; padding:3%; overflow: hidden; align-items: center; }
.ycl-pinzhi > ul > li:nth-of-type(2) > .col-pzli-img{ display: block; width:50%; }
.ycl-pinzhi > ul > li > .col-pzli-img > img{ width:100%; }
.ycl-pinzhi > ul > li > .col-pzli-about{ flex: 1; box-sizing: border-box;  }
.ycl-pinzhi > ul > li > .col-pzli-about > h3{ width:100%; font-weight: normal; font-size: 32px; height: 40px; overflow: hidden;  color: #00a7eb; line-height: 40px; box-sizing: border-box; padding-left:12px; position: relative; }
.ycl-pinzhi > ul > li > .col-pzli-about > h3::after{ content: ' '; width:4px; height: 4px; background-color: #00a7eb; position: absolute; left:0; top:18px; }
.ycl-pinzhi > ul > li > .col-pzli-about > div{ width:100%; box-sizing: border-box; border:1px dashed #fd000f; padding:2%; border-radius: 4px; margin-top: 2%;}
.ycl-pinzhi > ul > li > .col-pzli-about > div > p{ width:100%; font-size: 14px; line-height: 30px; box-sizing: border-box; padding-left:12px;position: relative; }
.ycl-pinzhi > ul > li > .col-pzli-about > div > p::after{content: ' '; width:4px; height: 4px; background-color: #fed900; position: absolute; left:0; top:13px;}

.cola-about{ width: 100%; margin-top: 3%; }
.cola-about > ul > li{ width:100%; background-color: #e5ebf2; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:flex-start; align-items: stretch;  }
.cola-about > ul > li > .cola-about-title{ width: 20%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; box-sizing: border-box; border:1px solid #FFF; }
.cola-about > ul > li > .cola-about-title > p{ width: 100%; font-size: 14px; text-align: center; }
.cola-about > ul > li > .cola-about-cen{ flex:1; }
.cola-about > ul > li > .cola-about-cen > .cola-aboutc-list{display: flex; box-sizing: border-box; border:1px solid #FFF;display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: stretch;}
.cola-about > ul > li > .cola-about-cen > .cola-aboutc-list > .cola-about-item{ flex:1; box-sizing: border-box; box-sizing: border-box; padding:10px 20px;}
.cola-about > ul > li > .cola-about-cen > .cola-aboutc-list > .cola-about-item:nth-of-type(1){ border-right: 2px solid #FFF; background-color: #f3f5f8; }
.cola-about > ul > li > .cola-about-cen > .cola-aboutc-list > .cola-about-item > p{ width: 100%; height: auto; font-size: 14px; }
.cola-about > ul > li:nth-of-type(1) > .cola-about-cen > .cola-aboutc-list > .cola-about-item:nth-of-type(1){ background-color: #7eb62d; text-align: center; color: #FFF; }
.cola-about > ul > li:nth-of-type(1) > .cola-about-cen > .cola-aboutc-list > .cola-about-item:nth-of-type(2){ background-color: #42539b; text-align: center; color: #FFF; }

.cola-about > ul > li:nth-of-type(2) > .cola-about-cen > .cola-aboutc-list > .cola-about-item:nth-of-type(1){ border-right: 0; background-color: #e5ebf2; }

.swiper3{ margin-top: 3%; margin-bottom:3%; }
.swiper3 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:1.5%; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box;}
.swiper3 .swiper-pagination-bullet{opacity:1; margin:0 4px!important; width:10px; height:10px; border-radius:50%; box-sizing:border-box; /*border:1px solid #FFF;*/ background-color: rgba(255,255,255,1); }
.swiper3 .swiper-pagination-bullet-active{background-color:rgba(255,255,255,0.6);}
.swiper3 .swiper-slide{ position:relative; overflow: hidden; border-radius: 20px;}
.swiper3 .swiper-slide > img{ width:100%;}
.swiper3 .swiper-button-next,.swiper3 .swiper-button-prev{ color:rgba(214,0,15,0.8); background-color:transparent; border-radius:50%; height:48px; width:48px; line-height:48px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-24px; box-sizing:border-box; border:0; display:none; background-color: rgba(255,255,255,0.8); } 
.swiper3 .swiper-button-next:hover,.swiper3 .swiper-button-prev:hover{ color:rgba(214,0,15,1); background-color: rgba(255,255,255,1); } 
.swiper3 .swiper-button-next i,.swiper3 .swiper-button-prev i{ font-size:24px; }


.guanyu > section{ width:95%; background-color: rgba(255,255,255,1); box-sizing: border-box; padding:10px; position: relative;}
.guanyu > section > .box{ width:100%; height: auto; box-sizing: border-box; padding:4%;display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items:stretch;}
.guanyu > section > .box > .popbox-img{ width:50%; display: block; overflow: hidden; }
.guanyu > section > .box > .popbox-img > img{ width:100%; }
.guanyu > section > .box > .popbox-about{flex:1; box-sizing: border-box; padding:3%;}
.guanyu > section > .box > .popbox-about > h2{font-size: 26px; }
.guanyu > section > .box > .popbox-about > h2 a{font-size: 36px;font-weight: bold; }
.guanyu > section > .box > .popbox-about > h3,.pop > section > .box > .popbox-about  h5,.pop > section > .box > .popbox-about > h4,.pop > section > .box > .popbox-about > p{ font-weight: normal; width:100%; font-size: 12px; margin-top: 3%;}
.guanyu > section > .box > .popbox-about > h4{ font-weight: bold; font-size: 20px;margin-top: 3%; }
.guanyu > section > .box > .popbox-about > h3{ font-size: 14px;line-height:30px;text-align:left; }
.guanyu > section > .box > .popbox-about > h3 > a{ display: inline-block; padding:5px 10px; background-color: #c3a164;color: #FFF; }
.guanyu > section > .box > .popbox-about > p{ font-size:30px; line-height: 40px;margin-top: 3%;font-weight: bold;text-indent: 0;font-family: hbb;  }
.guanyu > section > .box > .pop-close{ display: block; width:60px; height: 60px; border-radius: 50%; background-color: #efe0c1; position: absolute; right: -30px; top:-30px; box-sizing: border-box; padding:10px; background-color:#efe0c1;}
.guanyu > section > .box > .pop-close > p{ width:40px; height: 20px; line-height: 20px; text-align: center; font-size:14px; color: #000; }


