@charset "utf-8";
/* CSS Document */
body{ background-color:#FFF; }


.float{ width:768px; left:0; top:0; height:100%; position:fixed; left:0; top:60px; margin-left:-384px; background-color:rgba(32,35,38,0.8); z-index:1200; display:none; }
.float > .f-navlist{ width:100%; position:absolute; left:0; top:0; z-index:1002; display:none;}

.float > .f-navlist > ul{ width:100%; box-sizing:border-box; box-sizing:border-box; box-sizing: border-box; padding:0 20px;}
.float > .f-navlist > ul > li{ width:100%; height:48px; line-height:48px; font-size:14px; overflow:hidden; text-align:left; box-sizing:border-box; padding-left:10px; padding-right:10px; border-bottom:1px solid rgba(255,255,255,0.1); }
.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;}
/**/


.header{ width:100%; height:auto; box-sizing:border-box; background-color:rgba(255,255,255,0.001); position:fixed; left:0; top:0;  z-index:100;  transition:all 0.3s linear; -webkit-transition:all 0.3s linear; animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out;}
.header .hd-con{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:stretch; }
.logo{ display:block; width:240px; padding-top:25px; padding-bottom:25px; flex-shrink: 0; }
.logo img{ width:100%;}
.header .hd-right{ width:100%; box-sizing: border-box; text-align: right; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:stretch; padding-left:17.2%;  height: auto;}
.header .hd-right > .nav{ box-sizing: border-box; width:100%; height: 100%;}
.header .hd-right > .nav > ul{ width:100%; height: 100%;  display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: space-between; align-items: stretch; }
.header .hd-right > .nav > ul > li{ width:10%; text-align: center; font-size: 16px; position: relative; flex-direction: column; display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; height: 100%; }
.header .hd-right > .nav > ul > li:nth-of-type(3),.header .hd-right > .nav > ul > li:nth-of-type(6){  width: 20%; }
.header .hd-right > .nav > ul > li > a{ display: inline-block; box-sizing: border-box; text-align: center;  box-sizing: border-box; border-bottom: 1px solid transparent;width:100%; color: #333 !important;}
.header .hd-right > .nav > ul > li::after{ content: ' '; width:0; height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 12px solid #FFF; position: absolute; left:50%; bottom:0; margin-left:-10px; display: none;animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out;}
.header .hd-right > .nav > ul > li > p{ width: 100%; height: auto; position: absolute; left:0; top:110px; z-index: 180; background-color: #FFF; animation: fadeInUp 0.3s ease-in-out; -webkit-animation: fadeInUp 0.3s ease-in-out; display: none;}
.header .hd-right > .nav > ul > li > p > a{ display: block; width: 100%; height: 40px; line-height: 40px; box-sizing: border-box; padding:0 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: #333 !important; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.header .hd-right > .nav > ul > li:hover::after{ display: block; }
.header .hd-right > .nav > ul > li:hover > p{ display: block; }
.header .hd-right > .nav > ul > li > p > a:hover{ background-color: #f4f4f4; color: #e78100 !important;}
.header .hd-right > .nav > ul > li:hover > p{ display: block; }




.header .nav-btn { width: 24px; height: 16px; cursor: pointer; display: none; flex-direction: column; justify-content: space-between; position: absolute; right:10px; top:50%; margin-top: -8px; }
.header .nav-btn span {height: 2px; width: 100%; background-color: #333; display: flex; position: absolute; transition: .5s;}
.header .nav-btn span:nth-child(1) {top: 0; left: 0;}
.header .nav-btn span:nth-child(2) {top: 50%; left: 0; transform: translate(0, -50%);}
.header .nav-btn span:nth-child(3) {bottom: 0; left: 0;}
.header .nav-btn-active span:nth-child(1) { left: 50%;  top: 50%; transform: translate(-50%, -50%) rotate(45deg);}
.header .nav-btn-active span:nth-child(2) { opacity: 0;}
.header .nav-btn-active span:nth-child(3) { left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-45deg);}
.header-blank{ background-color:transparent; height:110px;}

/*底部*/
.server{ width: 100%; height: auto; min-width: 320px; background-color: #333; }
.server > .c-con{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; box-sizing: border-box; padding-top: 3.6%; padding-bottom: 2.4%; }
.servLogo{ width: 34%; display: block; flex-shrink: 0;}
.servLogo > img{ width: 100%; }
.QTCode{ width:114px; height: auto; flex-shrink: 0;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.QTCode > p{ width: 100%; overflow: hidden; }
.QTCode > p > img{ width: 100%; }
.QTCode > h3{ width:100%; height: auto; line-height: 2.5; font-weight: normal; font-size: 14px; color: rgba(255,255,255,0.6); }
.contact{  }
.contact > h3{ height: auto; line-height: 2; font-weight: normal; font-size: 18px; color: rgba(255,255,255,0.6); text-align: left; }
.contact > div{ height: auto; line-height: 30px; text-align: left; color: rgba(255,255,255,0.6); font-size: 14px; }
.contact > div a{color: rgba(255,255,255,0.6);}


/****/
.foot-blank{ height:auto; width:100%; }
.footer{ box-sizing:border-box; background-color: #222; height: auto; }
.footer > .c-con{ padding-top: 10px; padding-bottom:10px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start;}
.copyright{ width:100%; box-sizing: border-box; padding-right: 3%; height: auto; font-size: 14px; text-align: left;line-height: 32px; color: rgba(255,255,255,0.6); }
.copyright a{color: rgba(255,255,255,0.6);}

.help{ flex-shrink: 0; height: auto; line-height: 32px;font-size: 14px; color: rgba(255,255,255,0.6); }
.help > a{ color: rgba(255,255,255,0.6) !important }
.help > a:hover{ color: rgba(255,255,255,1) !important; }


/*首页*/
/*焦点图*/
.flash{ width:100%; position: relative; }
.swiper1 .swiper-pagination {right:0; display:inline-block; padding-bottom:2%; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; }
.swiper1 .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:16px; height:16px; border-radius:50%; box-sizing:border-box; border:0px solid #FFF; background-color: rgba(255,255,255,0.5); }
.swiper1 .swiper-pagination-bullet-active{ width:16px; background-color:rgba(255,255,255,1);}
.swiper1 .swiper-slide{ position:relative; overflow: hidden;}
.swiper1 .swiper-slide > a{ display: block; width: 100%; color: #FFF !important; position: relative;}
.swiper1 .swiper-slide > a > img{ width:100%;}
.swiper1 .swiper-slide > a > .swiperTitle,.colFlashTitle{ width: 1360px; height: 100%; position: absolute; left:50%; top:0; margin-left:-680px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: flex-start; color: #FFF; font-size: 36px; line-height: 1.6;  }
.swiper1 .swiper-slide-active > a > .swiperTitle > p:nth-of-type(1){ animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out;}
.swiper1 .swiper-slide-active > a > .swiperTitle > p:nth-of-type(2){ animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out;}
.swiper1 .swiper-slide > a > .swiperTitle > p > span{ color: #a3c1ff !important; }
.swiper1 .swiper-button-next,.swiper1 .swiper-button-prev{ color:rgba(0,0,0,0.2); background-color:rgba(0,0,0,0.1); border-radius:0%; height:110px; width:80px; line-height:110px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-55px; box-sizing:border-box; border-radius: 4px; } 
.swiper1 .swiper-button-next{ margin-right:20px; }
.swiper1 .swiper-button-prev{ margin-left:20px; }
.swiper1 .swiper-button-next:hover,.swiper1 .swiper-button-prev:hover{ color:rgba(0,0,0,0.3) !important; } 
.swiper1 .swiper-button-next i,.swiper1 .swiper-button-prev i{ font-size:48px; }

/*滚动后导航*/
.scrolltop{ background-color:#FFF !important /*rgba(29,71,159,1)*/; border-bottom:1px solid rgba(29,71,159,0.6);  animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out; z-index:510;}
/*.scrolltop .logo img:nth-of-type(2){ display: block; }
.scrolltop .logo img:nth-of-type(1){ display: none; }*/
/*.scrolltop .hd-right > .nav > ul > li > a{color: #FFF !important;}*/

/*主体*/
.main{   height:auto; }
.mainCol{ width: 100%; box-sizing: border-box; padding:4% 0 6% 0; }
.mcHeader{ width:100%; box-sizing: border-box; padding:1% 0; }
.mch{ width: 100%; height: auto; margin:0 auto; }
.mch > h3{ width: 100%; font-weight: normal; text-align: center; font-size: 36px; color: #333; line-height:1.625; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.mch > h3 > span{ font-weight: 550; color: #000;}
.mch > div{ width: 100%; height: auto; text-align: center; padding-top: 0.5%; font-size: 24px; box-sizing: border-box; padding:0 20px; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}

/****/
.data{ width: 100%; height: auto; min-width: 320px; background-color: #fb8c00; }
.dataCount{ width: 100%; height: auto; }
.dataCount > ul > li{ width: 25%;float: left; color: #FFF; cursor: pointer;}
.dataCount > ul > li > h3{ width: 100%; font-weight: 550; font-size: 72px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: flex-end; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.dataCount > ul > li > h3 > p{ font-size: 30px; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.dataCount > ul > li > h4{ width: 100%; height: auto; line-height: 2; font-size: 24px; font-weight: 550;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}


/*******/
.news{ width: 100%; height: auto; min-width: 320px; background-color: #f7f7f7; }
.newsMain{ height: auto; width:100%;  margin-top: 3%; }

/****/
.f2{ width: 100%; height: auto; }
.f2 > ul > li{ width: 16.6667%; float: left; }
.f2 > ul > li > a{ display: block; width: 100%; height: auto; }
.f2 > ul > li > a > p{ width: 72%; height:0; padding-top: 72%; position: relative; overflow: hidden; border-radius: 50%; background-color: #EEE; margin:0 auto;}
.f2 > ul > li > a > p > img{ width: 100%; height: 100%; position: absolute; left:0;top:0; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; } 
.f2 > ul > li > a > h3{ width: 100%; height:48px; line-height: 48px; font-size: 18px; padding-top: 3%; font-weight: normal;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.f2 > ul > li > a:hover > p > img{ transform: scale(1.2,1.2); -webkit-transform: scale(1.2,1.2); }
.f2 > ul > li > a:hover > h3{animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out; color: #000 !important;}
/*****/
.f3{ width: 100%; height: auto;}
.f3 > ul > li{ width: 32%; float: left; margin-right: 2%;}
.f3 > ul > li:nth-of-type(3n){ margin-right: 0; }
.f3 > ul > li > a{ display: block; width: 100%; height: auto; }
.f3 > ul > li > a > p{ width: 100%; height:0; padding-top: 64.4444%; position: relative; overflow: hidden;  background-color: #EEE; margin:0 auto;}
.f3 > ul > li > a > p > img{ width: 100%; height: 100%; position: absolute; left:0;top:0; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; } 
.f3 > ul > li > a > h3{ width: 100%; height:80px; line-height: 80px; font-size: 18px;  font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.f3 > ul > li > a:hover > p > img{ transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); }
.f3 > ul > li > a:hover > h3{animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out; color: #000 !important;}
/*****/
.step{ width:100%; /*height: 0; padding-top: 37.5%;*/ height: auto; min-width: 320px; position: relative; background-image: url(../images/step.png); background-position: center center;background-repeat: no-repeat; background-size: 100% 100%;}
.stepMain{ width: 100%; height: auto;/* position: absolute; left:0; top:0;*/ }
.stepList{ width: 100%; height:auto;  display: flex; flex-direction: row; flex-wrap: nowrap;justify-content: space-between; align-items: stretch;}
.stepList > ul{ width: 50%; height: 240px; box-sizing: border-box; border-bottom: 2px solid #fb8c00; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-end; }
.stepList > ul > li{ width: 20%; height: 240px; box-sizing: border-box; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: flex-end; border-right:0; position: relative;}
.stepList > ul > li > .stepItemLine{width: 33.333%; height: 10px; box-sizing: border-box;display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: flex-end; border-right:1px solid #fb8c00;}
.stepList > ul > li > .stepItemLine > span{ width:10%; height: 10px; box-sizing: border-box; border-left:1px solid #fb8c00; display: block; }
.stepList > ul > li > .stepItemLine > span:nth-of-type(1){ border-left:0; }
/*.stepList > ul > li > .stepItemLine:nth-of-type(2) > span:nth-of-type(6){ height: 20px; border-left:1px solid #fb8c00;}*/
.stepList > ul > li > .stepItemAbout{ width: 100%; height: 100%; position: absolute; left:0; top:0; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; box-sizing: border-box;}
.stepList > ul > li:nth-of-type(2n) > .stepItemAbout{ padding-top: 40%; }
.stepList > ul:nth-of-type(2n) > li:nth-of-type(2n) > .stepItemAbout{ padding-top: 0; }
.stepList > ul:nth-of-type(2n) > li:nth-of-type(2n+1) > .stepItemAbout{ padding-top: 40%; }
.stepList > ul > li > .stepItemAbout > h3{ font-weight: normal; height: 30px; line-height: 30px; font-size: 16px;color: #fb8c00; flex-shrink: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.stepList > ul > li > .stepItemAbout > p{ width: 72px; height: 72px; border-radius: 50%; border-radius: 50%; background-color: #fb8c00; flex-shrink: 0; }
.stepList > ul > li > .stepItemAbout > p > img{ width: 100%; height: 100%; }
.stepList > ul > li > .stepItemAbout > span{ display: block; width: 1px; height: 100%; background-color: #fb8c00; }
/****/
.f5{ width: 100%; height: auto;}
.f5 > ul > li{ width: 21.4%; float: left; margin-right: 4.8%;}
.f5 > ul > li:nth-of-type(4n){ margin-right: 0; }
.f5 > ul > li > a{ display: block; width: 100%; height: auto; }
.f5 > ul > li > a > p{ width: 100%; height:0; padding-top: 80%; position: relative; overflow: hidden;  background-color: #EEE; margin:0 auto; box-sizing: border-box; border:1px solid #dcdcdc;}
.f5 > ul > li > a > p > img{ width: 100%; height: 100%; position: absolute; left:0;top:0; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; } 
.f5 > ul > li > a > h3{ width: 100%; height:80px; line-height: 80px; font-size: 20px;  font-weight: 550; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.5s linear;  -webkit-transition: all 0.5s linear;}
.f5 > ul > li > a > div{ width: 100%; height: 72px; line-height: 24px; font-size: 16px; text-align: left; overflow: hidden;  transition: all 0.5s linear;  -webkit-transition: all 0.5s linear;}
.f5 > ul > li > a:hover > p > img{ transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); }
.f5 > ul > li > a:hover > h3,.f5 > ul > li > a:hover > div{animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out; color: #000 !important;}
/****/

.newsMain .newsItem{display: none; flex-direction: row; flex-wrap:  nowrap; justify-content: space-between; align-items: stretch;}
.newsHot{ width: 48%; display: block; flex-shrink: 0; margin-right: 2%; }
.newsHot > .newsHotImg{ width: 100%; height: 0; padding-top: 50%; position: relative; overflow: hidden;}
.newsHot > .newsHotImg > img{ width: 100%; height: 100%; position: absolute; left:0; top:0; z-index: 210; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; cursor: pointer;}
.newsHot:hover > .newsHotImg > img{ transform: scale(1.02,1.02); -webkit-transform: scale(1.02,1.02); }
.newsHot-date{ width: 120px; height: 120px; position: absolute; left:0; top:0; z-index: 220; background-color: #fb8c00; color: #FFF !important; display: flex; flex-direction: column; flex-wrap: nowrap;justify-content: center; align-items: center;}
.newsHot-date > h3{ width: 100%; height: 48px; text-align: center;  }
.newsHot-date > h3 > span{ display: inline-block; height: 48px; line-height: 48px; box-sizing: border-box; font-weight: normal; font-size: 40px; font-weight: 550; }
.newsHot-date > p{width:100%;height: 30px;line-height: 30px; text-align: center; overflow: hidden; font-size: 14px;}
.newsHot > div{ width: 100%; height: auto; box-sizing: border-box; padding:2% 3% 0 0; }
.newsHot > div > h3{ width: 100%; height: 36px; line-height: 36px; font-weight: normal; font-size: 24px;text-align: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.newsHot > div > p{ width:100%; height: 24px; line-height: 24px; overflow: hidden; text-align: left; font-size: 16px; color: #999 !important; white-space: nowrap; text-overflow: ellipsis;}
.newsList{ width: 100%;  box-sizing: border-box; }
.newsList > ul{ width: 100%; height: 100%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.newsList > ul > li{ width: 100%; flex:1;  background-color: transparent; box-shadow: 0 0 6px rgba(0,0,0,0); display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; box-sizing: border-box; padding:0 0 2% 0; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; cursor: pointer; box-sizing: border-box;}
.newsList > ul > li + li{ border-top:1px solid #999; padding-top: 2%; }
.newsList > ul > li:nth-last-of-type(1){ padding:2% 0 0 0; }
/*.newsList > ul > li + li{ margin-top: 15px; }*/
.newsList > ul > li > .nlItem-date{ width: 120px; flex-shrink: 0;  margin-right: 3%; display: flex; background-color: #CCC; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; color:#FFF;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.newsList > ul > li > .nlItem-date > h3{ width: 100%; height: 48px; text-align: center;  }
.newsList > ul > li > .nlItem-date > h3 > span{ display: inline-block; height: 48px; line-height: 48px; box-sizing: border-box; font-weight: normal; font-size: 40px; font-weight: 550; }
.newsList > ul > li > .nlItem-date > p{width:100%;height: 30px;line-height: 30px; text-align: center; overflow: hidden; font-size: 14px;}
.newsList > ul > li > .nlItem-right{ width:100%; height: auto;  min-width: 0; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center;}
.newsList > ul > li > .nlItem-right > h3{width: 100%; min-width: 0; height: 48px; line-height: 48px; box-sizing: border-box;  font-weight: normal; font-size: 20px; overflow: hidden; /*white-space: nowrap; text-overflow: ellipsis;*/ text-align: left;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.newsList > ul > li > .nlItem-right > p{ width:100%;height: 48px;line-height: 24px; text-align: left; font-size: 14px; color: #999; overflow: hidden;transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.newsList > ul > li:hover{background-color: #FFF;/* box-shadow: 0 0 6px rgba(0,0,0,0.3);*/}
.newsHot:hover > div > h3,.newsList > ul > li:hover > .nlItem-right > h3 > a{ color: #c7000b !important }
/******/




























