@charset "utf-8";
/* CSS Document */
body{ background-color:#FFF; }
.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 > 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;}
/**/
.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{ width:100%; height:auto; box-sizing: border-box; padding:0 6.25%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:stretch; position: relative; z-index: 100;}
.logo{ display:block; width:240px; padding-top:20px; padding-bottom:20px; flex-shrink: 0;transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.logo img{ width:100%;}
/*导航*/
.navlist{ width:100%; height: 100px; box-sizing: border-box; padding-left:15%; }
.navlist > ul{ width:100%; height:100px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end; align-items: center; }
.navlist > ul > li{ width: 12.5%; float: left;  height: 100px;position: relative;}
.navlist > ul > li > div{ width: 100%; position: relative; height: 100px;display: flex;flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; box-sizing: border-box; border-top: 6px solid transparent;}
.navlist > ul > li > div > a{ font-size: 16px;  color: #333 !important;  }
.navlist > ul > li.active > div,.navlist > ul > li:hover > div{border-top: 6px solid #e00024; background-color: #f6f6f6;}
.navlist > ul > li.active > div > a,.navlist > ul > li:hover > div > a{font-weight: normal; color: #e00024 !important;  }
.navlist > ul > li > .navChild{ width:100%; height: auto; background-color: #f6f6f6;position: absolute; left:0; top:100px; z-index: 300; box-sizing: border-box; display: none;/*animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out;*/}
.navlist > ul > li:hover > .navChild{ display: block; }
.navlist > ul > li > .navChild > .ncMain{ width:100%; margin:0 auto; height:auto;  height: auto; display: none; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; padding:1% 0; animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out;}
.navlist > ul > li:hover > .navChild > .ncMain{ display: flex; }
.ncmLogo,.ncmImg{ display: none; width:35.7569%; overflow: hidden; flex-shrink: 0;}
.ncmLogo > img,.ncmImg > img{ width:100%; }
.ncmImg{ width:14.3%; align-self: center;}
.ncmNav{ width:100%; height: auto; align-self: flex-start; box-sizing:border-box; padding:1% 0;}
.ncmNav > p{ font-size: 16px; height: auto; line-height: 2;  margin-bottom: 10px;text-align: center; }
.ncmNav > p:nth-of-type(2n+1){ clear:both;}


/***手机端导航按钮***/
.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:80px;}


/*滚动后导航*/
.scrolltop{ background-color:rgba(219,234,241,0.9); border-bottom:1px solid rgba(120,120,120,0.2);  animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out; z-index:510;}
.scrolltop > h3.tx{ color:#333;}


/*底部*/
.foot-blank{ height:auto; width:100%; }


.footer{ box-sizing:border-box; background-color: #333333; height: auto; width:100%; min-width: 320px; /*border-top: 1px solid rgba(255,255,255,0.01);*/}
.footer > .c-con{ box-sizing: border-box; padding:2% 0; display: flex; flex-direction: row-reverse; flex-wrap: nowrap;justify-content: space-between; align-items: stretch; }
.footerRight,.footerLeft{ width:50%; }
.flNav,.copyright{ width:100%; height: auto; line-height: 24px; text-align: left; font-size: 14px; color: #FFF; }
.flNav > a{ color: rgba(255,255,255,1); }
.flNav > a:hover{ color: rgba(255,255,255,0.8) !important; }
.copyright{ margin-top: 2%; font-size: 14px; color:rgba(255,255,255,0.8); box-sizing: border-box;}
.copyright a{color:rgba(255,255,255,0.8);}
.footerRight{ display: flex; flex-direction: row-reverse; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; }
.frLink{ width:100%; height:auto; box-sizing: border-box; padding:0 15%; }
.frLinkMain{ width:100%; position: relative;}
.frLinkMain > h3{ width: 100%; height: 38px; line-height: 36px; box-sizing:  border-box; border:1px solid #FFF; padding:0 20px; font-size: 14px; text-align: left; color: #FFF; position: relative;}
.frLinkMain > h3 > span{ display: inline-block; height: 20px; width:20px;line-height: 20px; text-align: center; position: absolute; right:10px; top:50%; margin-top: -10px; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.frLinkMain > h3 > span > i{ font-size: 14px; }
.frLinkMain:hover > h3 > span{ transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg); }
.frLinkMain > .frLinkList{ width: 100%; background-color: #FFF; border-radius:4px 4px 0 0 ; position: absolute; left:0; top:38px; display: none; z-index: 990;}
.frLinkMain > .frLinkList > ul > li{ width: 100%; height: 40px; line-height: 40px;  overflow: hidden; box-sizing: border-box; padding:0 15px; text-align: left; font-size: 14px; }
.frLinkMain:hover > .frLinkList{ display: block; animation:fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out; z-index:999;}

.frQTCode{ width:220px; height: auto;flex-shrink: 0; }
.frQTCode > ul > li{ width: 100px; height: auto; float: left; }
.frQTCode > ul > li:nth-of-type(2n){ float: right; }
.frQTCode > ul > li > p{ width:100px; height: 100px; overflow: hidden;  }
.frQTCode > ul > li > p > img{ width:100%; height: 100%; }
.frQTCode > ul > li > h3{ width: 100%; height: 32px; line-height: 32px; font-weight: normal; font-size: 14px; text-align: center; color: #FFF; overflow: hidden; }


/*主体*/
.main{   height:auto; }
/****/
/*首页*/
/*焦点图*/
.flash{ width:100%; position: relative; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.swiper1 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:0.5%; bottom:1%; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; }
.swiper1 .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:60px; height:4px; border-radius:0; box-sizing:border-box; background-color: rgba(255,255,255,0.5); }
.swiper1 .swiper-pagination-bullet-active{background-color:rgba(255,255,255,1);}
.swiper1 .swiper-slide{ position:relative; overflow: hidden;}
.swiper1 .swiper-slide > a{ display: block; width: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper1 .swiper-slide > a > img{ width:100%;}
.swiper1 .swiper-button-next,.swiper1 .swiper-button-prev{ color:rgba(255,255,255,0.2); background-color:rgba(0,0,0,0.1); border-radius:0%; height:40px; width:30px; line-height:40px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-20px; box-sizing:border-box; display: none; } 
.swiper1 .swiper-button-next:hover,.swiper1 .swiper-button-prev:hover{ color:rgba(237,31,36,1) !important; } 
.swiper1 .swiper-button-next i,.swiper1 .swiper-button-prev i{ font-size:1.0rem; }
.swiper1 .swiper-slide > a > h3 > p:hover{background-color: rgba(73,7,94,1); color: rgba(255,255,255,1) !important; }
.swiper1 .swiper-slide > a > h3 > p:hover > i{ background-color: rgba(255,255,255,0.2);}
/*****/
.colHeader{ width: 100%; height: auto; padding:3% 0 3% 0; position: relative; text-align: left; }
.colHdCols,.colQuality{ display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; }
.colQuality{ align-items: flex-start; }
.colHeader > h3{ width: auto; font-size: 20px; height: 24px; line-height: 24px; overflow: hidden; text-align: left; text-transform: uppercase; color: rgba(51,51,51,0.2); font-weight: 550; display: inline-block;transform: translateY(10px); -webkit-transform: translateY(10px);}
.colHeader > h4{ height: 50px; line-height: 40px;  font-size: 32px; color: #c30505; flex-shrink: 0; padding:5px 0; width:auto; text-align: left; font-weight: normal; box-sizing: border-box; display: inline-block;}
.colHeader > a{ background-color: #FFF; display: inline-block; width:120px; height: 42px; box-sizing: border-box; line-height: 40px; text-align: center; font-size: 16px; color: #999; border:1px solid #999; position: absolute; right:0; top:50%; margin-top: -26px; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.colHeader > a:hover,.amlAbout > p > a:hover{ background-color: #195fb5; border:1px solid #195fb5; color: #FFF !important; }
.colHdCols > h4,.colQuality > h4{height: auto; padding-top:0; padding-bottom: 20px; color: #333; position: relative;}
.colHdCols > h4::after,.colQuality > h4::after{ content: ' '; width:100%; height: 4px; background-color: #e00024; position: absolute; left:0; bottom:0; }
.colQuality > h4::after{ width:30%; }

/*****/
.fNews{ width:100%; height: auto; background-color: #f9f9f9; min-width: 320px; padding-bottom: 3%; }
.f2{width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; position: relative;}
.f2Flash{ width: 40%; height: auto; flex-shrink: 0; position: relative; margin-right: 2%;}
.swiper2{ width: 100%; }
.swiper2 .swiper-pagination {right:0; display:inline-block;  padding-top:0; padding-bottom:0; bottom:0; left:auto; text-align:right; box-sizing:border-box; z-index: 300; height:72px; box-sizing: border-box; padding:30px 10px 30px 0; }
.swiper2 .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:12px; height:12px; border-radius:50%; box-sizing:border-box; /*border:1px solid #FFF;*/ background-color:rgba(255,255,255,0.3); }
.swiper2 .swiper-pagination-bullet-active{background-color:rgba(255,255,255,1);}
.swiper2 .swiper-slide{ position:relative; overflow: hidden;  position: relative;}
.swiper2 .swiper-slide p{ width: 100%; overflow: hidden; }
.swiper2 .swiper-slide p img{ width:100%;height:445px; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper2 .swiper-slide:hover p img{ transform: scale(1.04,1.04); -webkit-transform: scale(1.04,1.04);}
.swiper2 .swiper-slide div{ width: 100%; height: auto; box-sizing: border-box; padding:20px; position: absolute; left:0; bottom:0; background-color: rgba(0,0,0,0.5);}
.swiper2 .swiper-slide div h3{ width: 100%; height: 32px; line-height: 32px; font-weight: normal; font-size: 18px; box-sizing: border-box; text-align: left; color: #FFF !important; padding-right:120px;overflow: hidden; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.swiper2 .swiper-button-next,.swiper2 .swiper-button-prev{ color:rgba(255,255,255,0.9); background-color:rgba(0,0,0,0.6); border-radius:0%; height:48px; width:40px; line-height:48px; text-align:center; background-image:url(none); cursor:pointer; margin-top:0; box-sizing:border-box; top:auto; bottom:0; display: none;} 
.swiper2 .swiper-button-next{ right: 0;}
.swiper2 .swiper-button-next::after{ content: ' '; width:1px; height: 20px; background-color: #FFF; position: absolute; left:0; top:50%; margin-top: -10px; }
.swiper2 .swiper-button-prev{ left:auto; right:40px; }
.swiper2 .swiper-button-prev::after{ content: ' '; width:1px; height: 100%; background-color: #FFF; position: absolute; left:0; top:0; }
.swiper2 .swiper-button-next:hover,.swiper2 .swiper-button-prev:hover{ color:rgba(255,255,255,1) !important; background-color:rgba(0,0,0,0.8); } 
.swiper2 .swiper-button-next i,.swiper2 .swiper-button-prev i{ font-size:1.6rem; }


.news{ width:58%; box-sizing: border-box; position: relative; z-index: 320;}
.news > ul{ width:100%; height:100%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: center; background-color: rgba(255,255,255,0.5); }
.news > ul > li{ width:100%; height: 25%; flex-shrink: 0; box-sizing: border-box; padding:0 3%; /*border:1px solid #000;*/ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; cursor:pointer; transition: all .5s linear; -webkit-transition: all .5s linear; }
.news > ul > li:hover,.news > ul > li.active{ background-color: #e00024; }
.news > ul > li > .newsItemDate{ width: 80px; height:80px; flex-shrink: 0; margin-right: 20px; display: flex; flex-direction:column; flex-wrap: nowrap; justify-content: center; align-items: center; color:#666;}
.news > ul > li > .newsItemDate > h3{ width:100%; font-weight: 550; font-size: 30px; text-align: center;}
.news > ul > li > .newsItemDate > p{ width:100%; line-height:22px; border-top: 1px solid #EEE; font-size: 12px; text-align: center; }
.news > ul > li > .newsItemRight{ width:100%; height: 80px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-around; align-items: center;}
.news > ul > li > .newsItemRight > h3{width:100%; font-size: 20px; line-height: 1.4; text-align: left;overflow: hidden; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; font-weight: normal;}
.news > ul > li > .newsItemRight > p{ width:100%; font-size: 14px; line-height: 1.6; text-align: left;overflow: hidden; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; color: #999;}
.news > ul > li:hover > .newsItemDate,.news > ul > li > .newsItemRight > h3 ,.news > ul > li:hover > .newsItemRight > h3 > a,.news > ul > li:hover > .newsItemRight > p{ color: #FFF !important; }
/**********/
.about{background-color: #f9f9f9;}
.aboutMain{ width:100%; height:auto; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; padding-bottom: 4%;}
.amLeft{ width:42%;margin-right: 1%; flex-shrink: 0;  position: relative; z-index: 600;}
.amlImg{ width:100%; height:237px; position: relative; overflow: hidden; z-index: 620; }
.amlImg > img{ width:100%; height:100%;}
.amlAbout{ width:100%; height: 237px ;box-sizing: border-box; }
.amlAbout > h3{width:100%; font-size: 18px; line-height: 1.1; text-align: left;overflow: hidden; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; font-weight: 550;}
.amlAbout > div{width:100%; font-size: 14px; line-height: 2; text-align: left;overflow: hidden; display: -webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; font-weight: normal; margin-top: 1%; margin-bottom: 1%;}
.amlAbout > div > p{text-indent: 2em;}
.amlAbout > p{width:100%; font-size: 0; text-align: left; margin-top: 0; position: relative;}
.amlAbout > p > a{ display: inline-block; border:1px solid #000;background-color: transparent;  width:100px; height: 30px; box-sizing: border-box; line-height: 30px; text-align: center; font-size: 14px; color: #000 !important; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}

.amRight{ width:100%; }
.amRight > ul{ width:100%; height: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-content: space-between;}
.amRight > ul > li{ width: 49%; height: 48.5%; box-sizing: border-box; overflow: hidden; position: relative; z-index: 600;}
.amRight > ul > li > img{ width:100%; height: 100%; position: absolute; left:0; top:0; z-index: 640; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.amRight > ul > li > a{ display: flex; width:100%; height: 100%; position: absolute; left:0; top:0; z-index: 660;  flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; }
.amRight > ul > li > a > p{ width: 100px; height: 100px; overflow: hidden; }
.amRight > ul > li > a > p > img{ width:100%; height: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.amRight > ul > li > a > h3{ width:100%; font-weight: 550; font-size: 20px; color: #FFF !important; }
.amRight > ul > li:hover > a > p{animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out;}
.amRight > ul > li:hover > a > h3{animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out;}
.amRight > ul > li:hover > img{ transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); }

/***发展历程****/
.colFlash{ width: 100%; height: auto; overflow: hidden; }
.colFlash img{ width: 100%; }
.location{ width:100%; height: auto; background-color: #FFF; min-width: 320px; }
.locaMain{ width:100%;  display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.locaMain > h3{ width: 100%; height:68px; line-height: 68px; font-size: 16px; font-weight: normal; box-sizing: border-box; text-align: left; }
.locaMain > h3 i{ font-size: 18px; }
.locaMenu{display: flex; flex-direction: row; height: 68px; flex-shrink: 0; margin-left:3%; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center;  }
.locaMenu > a{ display: inline-block; height: 68px; line-height: 68px; font-size: 16px; box-sizing: border-box; padding:0 30px;position: relative;text-align: center; }
.locaMenu > a::after{ content: ' '; width:1px; height:18px; background-color: #CCC; position: absolute; left:0; top:50%; margin-top: -8px; }
.locaMenu > a:nth-of-type(1)::after{ display: none; }
.locaMenu > a::before{ content: ' '; width:72%; height: 4px; background-color: #FFF; position: absolute; left:14%; bottom:0; }
.locaMenu > a.active::before{ background-color: #e00024; }
/*****/
.histroyList{ width:100%; height: auto; position: relative; z-index: 200; padding-top: 50px; padding-bottom: 6%; margin-top: 3%;}
.histroyList::after{ content:  ' '; width:0; height:0; border-left: 10px solid transparent;border-right: 10px solid transparent; border-bottom: 16px solid #000; position: absolute; left:251px; top:0; z-index: 600;}
.histroyList::before{ content:  ''; width:1px; height: 100%; background-color: #000; position: absolute; left:260px; top:0; z-index: 240; }

.histroyList > ul > li{ width:100%; height: auto; box-sizing: border-box; padding:3% 60px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; position: relative; z-index: 260; background-color: #ededed}
.histroyList > ul > li::after{ content:  ''; width:1px; height: 100%; background-color: #000; position: absolute; left:260px; top:0; z-index: 240; }
.histroyList > ul > li:nth-of-type(2n){ background-color: #f9f9f9; }
.hlItemDate{ width: 150px; height: 32px; line-height: 32px; font-size: 30px; text-overflow: hidden; flex-shrink: 0; text-align: center; margin-right: 30px;}
.hlItemIcon{ width: 42px; height: 32px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; box-sizing: border-box; padding:5px 10px; flex-shrink: 0; position: relative; z-index: 280;} 
.hlItemIcon > p{ width: 22px; height: 22px; box-sizing: border-box; border:1px solid #333; border-radius: 50%; background-color: #ededed; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; }
.hlItemIcon > p > span{ width:12px; height: 12px; background-color: #333; border-radius: 50%;  }
.hlItemRight{ width:100%; font-size: 24px; line-height: 1.6; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; box-sizing: border-box; padding-left:6%;}
/****/
.work{ width: 100%; min-width: 320px; height:auto; background-image: url(../images/banner5.png); background-size: 100% 100%; background-repeat: no-repeat; background-position: center center; position: relative; z-index: 100; }
.work::after{ content: ' '; width:41%; height: 100%; background-color: rgba(0,0,0,0.3); position: absolute; left:0; top:0; z-index: 130; }
.work::before{ content: ' '; width:100%; height: 100%; background-color: rgba(0,0,0,0.3); position: absolute; left:0; top:0; z-index: 120;}
.work > .c-con{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center;background-color: rgba(255,255,255,0.2); box-sizing: border-box; padding-top: 4%; padding-bottom: 4%; /*padding-left: 600px;*/ position: relative; z-index: 160;}
.workAbout{ width:40%; flex-shrink: 0; margin-right: 5%; box-sizing: border-box;}
.waHeader{ width:100%; height: auto; }
.waHeader > h3{ width:100%; height: auto; line-height: 1.3; overflow: hidden; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; color: #FFF; font-size: 60px; text-align: left; font-weight: normal; text-transform: uppercase; }
.waHeader > p{ width:100%; height: auto; line-height: 1.3; overflow: hidden; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; color: #FFF; font-size: 32px; text-align: left; font-weight: normal; text-transform: uppercase; }
.waHeader > h4{ width:10%; height: 4px; background-color: #e00024; margin-top: 10px;}
.waAbout{ width:100%; height: auto; color: #FFF; box-sizing: border-box; padding-top: 4%;}
.waAbout > p{ width:100%; line-height: 2.25; overflow: hidden; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; color: #FFF; font-size: 24px; text-align: left; }
.workFlash{ float: right; width:calc(100% - 45%); /*height: calc(100% - 0px);*/ background-color:rgba(0,0,0,0.5); /*display: flex; flex-direction: column; justify-content: center; align-items: column*/ box-sizing: border-box; padding:20px; background-color: #e00024; position: relative;}
.swiperWork{ transform: translateX(-40px); -webkit-transform: translateX(-40px);}
.workFlash .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:0.5%; bottom:1%; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; width:100%; transform: translateY(40px); -webkit-transform: translateY(40px); }
.workFlash .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:12px; height:12px; border-radius:50%; box-sizing:border-box; border:1px solid #FFF; background-color: rgba(255,255,255,0); }
.workFlash .swiper-pagination-bullet-active{background-color:rgba(255,255,255,1);}
.swiperWork .swiper-slide{ position:relative; overflow: hidden;}
.swiperWork .swiper-slide > a{ display: block; width: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiperWork .swiper-slide > a > img{ width:100%;}
.swiperWork .swiper-button-next,.swiperWork .swiper-button-prev{ color:rgba(255,255,255,0.2); background-color:rgba(0,0,0,0.1); border-radius:0%; height:40px; width:30px; line-height:40px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-20px; box-sizing:border-box; display: none; } 
.swiperWork .swiper-button-next:hover,.swiperWork .swiper-button-prev:hover{ color:rgba(237,31,36,1) !important; } 
.swiperWork .swiper-button-next i,.swiperWork .swiper-button-prev i{ font-size:1.0rem; }
.swiperWork .swiper-slide > a > h3 > p:hover{background-color: rgba(73,7,94,1); color: rgba(255,255,255,1) !important; }
.swiperWork .swiper-slide > a > h3 > p:hover > i{ background-color: rgba(255,255,255,0.2);}

.qualityF2{ width:100%; height: auto; background-color: #e00024; min-width: 320px; }
.qualityF2 > .c-con{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; padding-top: 4%; padding-bottom: 3%;}
.qf2Header{ font-size: 24px; display: inline-block; padding-right: 4%; flex-shrink: 0; color: #FFF; }
.qf2List{ width:100%; height: auto; }
.qf2List > ul > li{ width: 23.5%; float: left; margin-right: 2%; margin-bottom: 2%; }
.qf2List > ul > li:nth-of-type(4n){ margin-right: 0; }
.qf2List > ul > li > a{ display: block; width:100%; height: 0; padding-top: 50%; overflow: hidden; position: relative; }
.qf2List > ul > li > a > img{ width:100%; height: 100%; position: absolute; left:0; top:0; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.qf2List > ul > li > a:hover > img{ transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); }
/********/
.swiperPatent{ padding-bottom: 70px; height: auto; overflow: hidden; }
.swiperPatent::after{ content:' '; width:60px; height: 2px; background-color: #cecece; position: absolute; left:50%;bottom:38px; margin-left: -30px; }
.swiperPatent .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:0.5%; bottom:1%; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; display: none;}
.swiperPatent .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:60px; height:4px; border-radius:0; box-sizing:border-box; background-color: rgba(255,255,255,0.5); }
.swiperPatent .swiper-pagination-bullet-active{background-color:rgba(255,255,255,1);}
.swiperPatent .swiper-slide{ position:relative; overflow: hidden; padding-bottom: 10px;}
.swiperPatent .swiper-slide > a{ display: block; width: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiperPatent .swiper-slide > a > p{ width: 100%; box-sizing: border-box; border:1px solid #000; margin-bottom: 10px;}
.swiperPatent .swiper-slide > a > p > img{ width:100%;}
.swiperPatent .swiper-slide > a > h3{ width: 100%; box-sizing: border-box; padding:0; height: auto; line-height: 24px; overflow: hidden; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; font-weight: normal; font-size: 16px; text-align: center;}
.swiperPatent .swiper-button-next,.swiperPatent .swiper-button-prev{ color:#cecece; background-color:#FFF; border-radius:50%; height:40px; width:40px; line-height:38px; text-align:center; background-image:url(none); cursor:pointer; margin-top:0; top:auto; bottom:20px; box-sizing:border-box; border: 1px solid #cecece;} 
.swiperPatent .swiper-button-next:hover,.swiperPatent .swiper-button-prev:hover{ color:#cecece !important; } 
.swiperPatent .swiper-button-next i,.swiperPatent .swiper-button-prev i{ font-size:1.3rem; color: #cecece; }
.swiperPatent .swiper-button-next{ left:50%; margin-left:40px; }
.swiperPatent .swiper-button-prev{ left:50%; margin-left: -80px; }
.swiperPatent2{ height: 0; overflow: hidden; }
.swiperPatent2 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:0.5%; bottom:1%; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; display: none;}
.swiperPatent2 .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:60px; height:4px; border-radius:0; box-sizing:border-box; background-color: rgba(255,255,255,0.5); }
.swiperPatent2 .swiper-pagination-bullet-active{background-color:rgba(255,255,255,1);}
.swiperPatent2 .swiper-slide{ position:relative; overflow: hidden; padding-bottom: 10px;}
.swiperPatent2 .swiper-slide > a{ display: block; width: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; padding-bottom: 10px; background-color: #FFF; }
.swiperPatent2 .swiper-slide > a > p{ width: 100%; box-sizing: border-box; /*border:1px solid #000;*/ margin-bottom: 10px;}
.swiperPatent2 .swiper-slide > a > p > img{ width:100%;}
.swiperPatent2 .swiper-slide > a > h3{ width: 100%; box-sizing: border-box; padding:0; height: auto; line-height: 24px; overflow: hidden; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; font-weight: normal; font-size: 14px; text-align: center;}
.swiperPatent2 .swiper-button-next,.swiperPatent2 .swiper-button-prev{ color:#cecece; background-color:#FFF; border-radius:50%; height:40px; width:40px; line-height:38px; text-align:center; background-image:url(none); cursor:pointer; margin-top:0; top:auto; bottom:20px; box-sizing:border-box; border: 1px solid #cecece; display: none;} 
.swiperPatent2 .swiper-button-next:hover,.swiperPatent2 .swiper-button-prev:hover{ color:#cecece !important; } 
.swiperPatent2 .swiper-button-next i,.swiperPatent2 .swiper-button-prev i{ font-size:1.3rem; color: #cecece; }
.swiperPatent2 .swiper-button-next{ left:50%; margin-left:40px; }
.swiperPatent2 .swiper-button-prev{ left:50%; margin-left: -80px; }
/********/
.qualityList,.staffList{ width:100%; height:auto; }
.qualityList > ul > li,.staffList > ul > li,.honorList > ul > li{ width:23.5%; float: left; box-sizing: border-box; overflow: hidden; margin-right: 2%;margin-bottom: 5%;}
.qualityList > ul > li:nth-of-type(4n),.staffList > ul > li:nth-of-type(4n),.honorList > ul > li:nth-of-type(4n){ margin-right: 0; }
.qualityList > ul > li > a,.staffList > ul > li > a,.honorList > ul > li > a{ display: block; width:100%; overflow: hidden; }
.qualityList > ul > li > a > p,.staffList > ul > li > a > p,.honorList > ul > li > a > p{ width:100%;  position: relative; overflow: hidden; border:1px solid #EEE; }
.staffList > ul > li > a > p,.honorList > ul > li > a > p{ padding-top: 67.0732% }
.qualityList > ul > li > a > p > img,.staffList > ul > li > a > p > img,.honorList > ul > li > a > p > img{ width:100%; height:100%; transition: all 0.5s linear;  -webkit-transition: all 0.5s linear; }
.qualityList > ul > li > a:hover > p > img,.staffList > ul > li > a:hover > p > img,.honorList > ul > li > a:hover > p > img{ transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); }

.qualityList > ul > li > a > h3,.staffList > ul > li > a > h3,.honorList > ul > li > a > h3{ width:100%; box-sizing:border-box; padding:0 10px; line-height: 44px;text-align: center; overflow: hidden; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; font-weight: normal; font-size: 16px;}

/********/
/********/
.culture{ width:100%; min-width: 320px; background-image: url(../images/culture.png); background-size: 100% 100%; background-repeat: no-repeat; background-position: center center; padding-bottom: 4%;}
.cultureTitle{ width:45%; height:auto; margin:0 auto; }
.cultureTitle > p{ width:100%; height:0;padding-top: 25%; position: relative;  }
.cultureTitle > p > img{ width:100%; height:100%; position: absolute; left:0; top:0; }
.cultureList{ width:100%; height: auto; }
.cultureList > ul > li{ width:24.1%; float: left; margin-right: 1.2%;  }
.cultureList > ul > li:nth-of-type(4n){ margin-right: 0; }
.cultureList > ul > li > a{ display: block; width:100%; height: 0; padding-top: 71.4286%; position: relative; overflow: hidden;}
.cultureList > ul > li > a > img{ width:100%; height:100%; position: absolute; left:0; top:0; transition: all 0.5s linear;  -webkit-transition: all 0.5s linear; }
.cultureList > ul > li > a:hover > img{ transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); }

.swiperParty{ padding-bottom: 70px; height: auto; overflow: hidden; }
.swiperParty::after{ content:' '; width:60px; height: 2px; background-color: #cecece; position: absolute; left:50%;bottom:38px; margin-left: -30px; }
.swiperParty .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:0.5%; bottom:1%; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; display: none;}
.swiperParty .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:60px; height:4px; border-radius:0; box-sizing:border-box; background-color: rgba(255,255,255,0.5); }
.swiperParty .swiper-pagination-bullet-active{background-color:rgba(255,255,255,1);}
.swiperParty .swiper-slide{ position:relative; overflow: hidden; }
.swiperParty .swiper-slide > a{ display: block; width: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; background-color: #FFF;padding-bottom: 5px;}
.swiperParty .swiper-slide:hover{ box-shadow: 0 5px 10px rgba(255,0,40,0.2);}
.swiperParty .swiper-slide > a > p{ width: 100%; box-sizing: border-box; /*border:1px solid #000;*/ margin-bottom: 10px;}
.swiperParty .swiper-slide > a > p > img{ width:100%; transition: all 0.5s linear;  -webkit-transition: all 0.5s linear; }
.swiperParty .swiper-slide > a:hover > p > img{ transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); }
.swiperParty .swiper-slide > a > h3{ width: 100%; box-sizing: border-box; padding:0; height: auto; line-height: 48px; overflow: hidden; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; font-weight: normal; font-size: 16px; text-align: center;}
.swiperParty .swiper-button-next,.swiperParty .swiper-button-prev{ color:#cecece; background-color:#FFF; border-radius:50%; height:40px; width:40px; line-height:38px; text-align:center; background-image:url(none); cursor:pointer; margin-top:0; top:auto; bottom:20px; box-sizing:border-box; border: 1px solid #cecece;} 
.swiperParty .swiper-button-next:hover,.swiperParty .swiper-button-prev:hover{ color:#cecece !important; } 
.swiperParty .swiper-button-next i,.swiperParty .swiper-button-prev i{ font-size:1.3rem; color: #cecece; }
.swiperParty .swiper-button-next{ left:50%; margin-left:40px; }
.swiperParty .swiper-button-prev{ left:50%; margin-left: -80px; }
.swiperParty2{ height: 0; overflow: hidden; }
.swiperParty2 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:0.5%; bottom:1%; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; display: none;}
.swiperParty2 .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:60px; height:4px; border-radius:0; box-sizing:border-box; background-color: rgba(255,255,255,0.5); }
.swiperParty2 .swiper-pagination-bullet-active{background-color:rgba(255,255,255,1);}
.swiperParty2 .swiper-slide{ position:relative; overflow: hidden; padding-bottom: 10px;}
.swiperParty2 .swiper-slide > a{ display: block; width: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; background-color: #FFF; }
.swiperParty2 .swiper-slide > a:hover{ box-shadow: 0 5px 10px rgba(255,0,40,0.2);}
.swiperParty2 .swiper-slide > a > p{ width: 100%; box-sizing: border-box; /*border:1px solid #000;*/ margin-bottom: 10px;}
.swiperParty2 .swiper-slide > a > p > img{ width:100%;}
.swiperParty2 .swiper-slide > a > h3{ width: 100%; box-sizing: border-box; padding:0; height: auto; line-height: 24px; overflow: hidden; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; font-weight: normal; font-size: 14px; text-align: center;}
.swiperParty2 .swiper-button-next,.swiperParty2 .swiper-button-prev{ color:#cecece; background-color:#FFF; border-radius:50%; height:40px; width:40px; line-height:38px; text-align:center; background-image:url(none); cursor:pointer; margin-top:0; top:auto; bottom:20px; box-sizing:border-box; border: 1px solid #cecece; display: none;} 
.swiperParty2 .swiper-button-next:hover,.swiperParty2 .swiper-button-prev:hover{ color:#cecece !important; } 
.swiperParty2 .swiper-button-next i,.swiperParty2 .swiper-button-prev i{ font-size:1.3rem; color: #cecece; }
.swiperParty2 .swiper-button-next{ left:50%; margin-left:40px; }
.swiperParty2 .swiper-button-prev{ left:50%; margin-left: -80px; }
.staffList > ul > li > a{ box-sizing: border-box; border:1px solid #EEE; }
.staffList > ul > li > a > p{ border:0; }
.staffList > ul > li:hover{ box-shadow: 0 5px 10px rgba(255,0,40,0.2); }
.staffList > ul > li > a > h3{ line-height: 48px; }
.staffList > ul > li:hover > a{ color: #c30505 !important; }

.swiperStaff{ /*padding-bottom: 70px;*/ height: auto; overflow: hidden; }
/*.swiperStaff::after{ content:' '; width:60px; height: 2px; background-color: #cecece; position: absolute; left:50%;bottom:38px; margin-left: -30px; }*/
.swiperStaff .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:0.5%; bottom:1%; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; display: none;}
.swiperStaff .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:60px; height:4px; border-radius:0; box-sizing:border-box; background-color: rgba(255,255,255,0.5); }
.swiperStaff .swiper-pagination-bullet-active{background-color:rgba(255,255,255,1);}
.swiperStaff .swiper-slide{ position:relative; overflow: hidden; }
.swiperStaff .swiper-slide > a{ display: block; width: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; background-color: #FFF;padding-bottom: 5px;}
.swiperStaff .swiper-slide:hover{ box-shadow: 0 5px 10px rgba(255,0,40,0.2);}
.swiperStaff .swiper-slide > a > p{ width: 100%; box-sizing: border-box; /*border:1px solid #000;*/}
.swiperStaff .swiper-slide > a > p > img{ width:100%; transition: all 0.5s linear;  -webkit-transition: all 0.5s linear; }
.swiperStaff .swiper-slide > a:hover > p > img{ transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); }
.swiperStaff .swiper-slide > a > h3{ width: 100%; box-sizing: border-box; padding:0; height: auto; line-height: 48px; overflow: hidden; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; font-weight: normal; font-size: 16px; text-align: center;}
.swiperStaff .swiper-button-next,.swiperStaff .swiper-button-prev{ color:#cecece; background-color:#FFF; border-radius:50%; height:40px; width:40px; line-height:38px; text-align:center; background-image:url(none); cursor:pointer; margin-top:0; top:auto; bottom:20px; box-sizing:border-box; border: 1px solid #cecece; display: none;} 
.swiperStaff .swiper-button-next:hover,.swiperStaff .swiper-button-prev:hover{ color:#cecece !important; } 
.swiperStaff .swiper-button-next i,.swiperStaff .swiper-button-prev i{ font-size:1.3rem; color: #cecece; }
/*.swiperStaff .swiper-button-next{ left:50%; margin-left:40px; }
.swiperStaff .swiper-button-prev{ left:50%; margin-left: -80px; }*/

.swiperStaff2{ /*padding-bottom: 70px;*/ height: 0; overflow: hidden; }
/*.swiperStaff2::after{ content:' '; width:60px; height: 2px; background-color: #cecece; position: absolute; left:50%;bottom:38px; margin-left: -30px; }*/
.swiperStaff2 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:0.5%; bottom:1%; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; display: none;}
.swiperStaff2 .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:60px; height:4px; border-radius:0; box-sizing:border-box; background-color: rgba(255,255,255,0.5); }
.swiperStaff2 .swiper-pagination-bullet-active{background-color:rgba(255,255,255,1);}
.swiperStaff2 .swiper-slide{ position:relative; overflow: hidden; }
.swiperStaff2 .swiper-slide > a{ display: block; width: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; background-color: #FFF;padding-bottom: 5px;}
.swiperStaff2 .swiper-slide:hover{ box-shadow: 0 5px 10px rgba(255,0,40,0.2);}
.swiperStaff2 .swiper-slide > a > p{ width: 100%; box-sizing: border-box; /*border:1px solid #000;*/}
.swiperStaff2 .swiper-slide > a > p > img{ width:100%; transition: all 0.5s linear;  -webkit-transition: all 0.5s linear; }
.swiperStaff2 .swiper-slide > a:hover > p > img{ transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); }
.swiperStaff2 .swiper-slide > a > h3{ width: 100%; box-sizing: border-box; padding:0; height: auto; line-height: 40px; overflow: hidden; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; font-weight: normal; font-size: 14px; text-align: center;}
.swiperStaff2 .swiper-button-next,.swiperStaff2 .swiper-button-prev{ color:#cecece; background-color:#FFF; border-radius:50%; height:40px; width:40px; line-height:38px; text-align:center; background-image:url(none); cursor:pointer; margin-top:0; top:auto; bottom:20px; box-sizing:border-box; border: 1px solid #cecece; display: none;} 
.swiperStaff2 .swiper-button-next:hover,.swiperStaff2 .swiper-button-prev:hover{ color:#cecece !important; } 
.swiperStaff2 .swiper-button-next i,.swiperStaff2 .swiper-button-prev i{ font-size:1.3rem; color: #cecece; }




/***products**/
.productsList{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch;}
.productsList > ul >li{background-color: #fff;margin: 20px 0;float: left;width: 49%;box-sizing: border-box;margin-right: 2%;}
.productsList > ul > li:nth-of-type(2n){margin-right: 0;}
.cimImg{ display:block; width:45%; overflow: hidden; flex-shrink: 0; }
.cimImg img{ width: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.cimImg:hover img{ transform: scale(1.04,1.04); -webkit-transform: scale(1.04,1.04);}
.productsMain{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch;}
.productsImg{ display:block; width:45%; overflow: hidden; flex-shrink: 0; }
.productsImg img{ width: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.productsImg:hover img{ transform: scale(1.04,1.04); -webkit-transform: scale(1.04,1.04);}
.productsAbout{width:100%;/*height:100%;*/flex:1;box-sizing: border-box;padding:3%;display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: flex-start;cursor: pointer;justify-content: unset;}
.productsAbout > p{ width:90px; }
.productsAbout > p > img{ width:100%; }
.productsAbout > h3{ font-weight: bold; font-size: 28px; text-align: left;  padding-bottom: 2%; color: #F98328 ; }
.productsAboutMemo{ width:100%;  overflow: hidden;  text-align: left; font-size: 18px; color: #333333; box-sizing: border-box; position: relative;}
.productsAboutOption{ width:100%; min-height: 187px;}
.productsAboutOption > div{width: 100%;height: auto;font-size: 14px;line-height: 22px;color: #333333;box-sizing: border-box;padding-top: 10px;}
.productsAbout > .productsAboutLink{ display: inline-block; width:120px; height:40px;  color: #E00024; line-height: 40px; text-align: left; font-size: 14px; margin-top: 5%; transition: all 0.5s linear;-webkit-transition: all 0.5s linear; }



/*****/





