@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,span,table,tr{ padding:0; margin:0; }
body{ font-family: "思源黑体", "Noto Sans SC", "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color:#232424; list-style:none; background-color: #FFF; padding: 0!important; overflow-x: hidden;}
html{ font-size: 16px; overflow-x: hidden;}
body > section{ padding:0px;}
ul li{ list-style:none; }
p{ padding:0; margin:0;}
a{ text-decoration: none!important;}
#app{ width: 100%; height: 100%; position: relative;}
.bmax{ width:100%; height:80px; float:left;}
.bob{ width:100%; height:35px; float:left;}
.bmin{ width:100%; height:25px; float:left;}
.containermian{ width:100%; height:auto; float:left; overflow:hidden; }
.bgs{background-color:#221c1c!important;}
.bg{background-color:#f3f3f3!important;}
.md{ width:1630px; }
.mds{ width:1230px; }
.plr0{ padding:0px;}
.plr10{ padding:0px 10px;}
.plra10{ padding:10px;}
.plra15{ padding:15px;}
.plra30{ padding:30px;}
.plra5{ padding:5px; }
.mlr0{ margin: 0;}
.gtco-loader{ width:100%; height:100%; display: flex; position:fixed; left: 0; top:0; z-index:99; background-image:url(../img/svg-loaders/three-dots.svg); background-position: center center; background-repeat: no-repeat; background-size:80px; background-color: black; opacity: 0.8;}
.noproducts{ width:100%; min-height:380px; display: flex; justify-content: center; align-items: center; text-align: center; font-size: 2rem; line-height: 1.5; color: #FFF;}
body.no-scroll { overflow: hidden; }
input:-internal-autofill-selected{ background-color: #FFF!important;}
/*--　浮动 --*/
/*
#fixnav{ position:fixed; z-index:99999;
-webkit-animation:searchTop .5s ease-in-out;
-moz-animation:searchTop .5s ease-in-out;
animation:searchTop .5s ease-in-out;}
#fixnav::before{ width: 100%; height: 100%; content: ''; position: absolute; left: 0; top:0; opacity:1}
@-webkit-keyframes searchTop {0% {top:-100px}to {top:0}}
@-moz-keyframes searchTop {0% {top:-100px}to {top:0}}
@keyframes searchTop {0% {top:-100px}to {top:0}}
*/
#backToTop{ width:50px; height:50px;  background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url(../img/page/top.png); background-color:#8a8a8a!important; }

/**/
.headerbox{ width:100%; height:85px; position:absolute; left: 0; top:0; z-index:10; display: flex; flex-direction: column;}
.headerbox::before{ width:100%; height:1px; background-color: #FFF; content:''; position: absolute; left: 0; bottom:0; opacity:0.5;}
/*
#fixnav::before{ content: ''; position: absolute; left: 0; top:0; width: 100%; height: 100%; background-color: #000; opacity: 0.5;}
#fixnav .header-down{ display: none;}
*/
.header-up{ width:100%; display: flex;}
.headerm{ width:100%; display: flex; justify-content:center; align-items: center; flex-direction: row; position: relative; z-index: 1;}
.lh{ width: 30%;  display: flex; flex-direction: row; justify-content:flex-start; align-items:center;}
.mh{ width: 40%; display: flex; flex-direction: row; height:85px; justify-content: center; align-items: center;}
.mh img{ max-width: 100%;}
.rh{ width: 30%; display: flex; flex-direction: row; justify-content:flex-end; align-items:center;}
.rh a{ display: flex; justify-content: center; align-items: center; flex-direction: row; color: #FFF; font-size: 1rem; line-height: 1.5;}
.rh a i{ width: 20px; margin-right: 5px; display: flex; justify-content: center; align-items: center;}
.rh a i img{ width:100%;}

.searchv{ cursor:pointer; padding-top:0; padding-right: 20px; position: relative;}
.searchv i{ width: 22px; height:22px; display: flex; }
.searchv i svg{ width: 100%;}
.search-show{ width:230px; height:45px; position:absolute; left:0%; top:50px; background:#FFF; border:2px solid #242424; overflow: hidden; display:none; z-index:9; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
.search-show form{ width:100%; padding: 0px 10px 0px 0px; display: flex; justify-content: space-between; align-items: center; flex-direction: row;}
#search_input1{ outline:none; height:43px; width:80%; border:0px solid #CCC; float:left; color:#000; font-size:13px; padding:0px 10px; }
#search_input2{ float:left; width:25px; height:25px; outline:none; }
.hrnav{ display: flex; justify-content: center; align-items: center; flex-direction: row;}
.hrnav a{ display: flex; flex-direction:row;}
.hrnav i{ width: 26px; height:26px; display: flex; }
.hrnav i svg{ width: 100%;}
.hrnav p{ font-size: 1rem; line-height: 1.5; color: #FFF; padding:0px 10px;}
.ondropdown{ position:relative;}
#ondropdown-menu{ position: absolute; left:0; top:0%; padding:10px; visibility:hidden; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;}
#ondropdown-menu ul{ min-width:220px; height: auto; border-radius:5px; float: left; flex-direction: column; background:#e8e8e8; overflow: hidden;}
#ondropdown-menu ul li{ width:100%; height: auto; padding:10px 15px; border-bottom: 1px solid #dddddd;}
#ondropdown-menu ul li:last-child{ border-bottom: 0px; }
#ondropdown-menu ul li a{ display: block; font-size:0.9rem; color:#6e6e6e; text-align: left; }
#ondropdown-menu ul li:hover{ background:#6dccde; }
#ondropdown-menu ul li:hover a{ color: #FFF;}
.ondropdown:hover #ondropdown-menu{ visibility:visible;  top:100%;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;}

.header-down{ width:100%; display: flex;}
.navbox{ width: 100%; height: 50px; display: flex; justify-content: space-between; align-items: center;}
.navbox ul{ display: flex; align-items:center; justify-content:flex-start; }
.navbox ul:nth-child(1){ justify-content: flex-end;}
.navbox ul li{ padding: 0px 0px 0px 50px; flex-shrink: 0; display: flex; justify-content: space-around;}
.navbox ul:nth-child(1) li{ padding: 0px 50px 0px 0px;}
.navbox ul li a{ font-size:1rem; color:#FFF; position: relative; text-decoration: none; }
.navbox ul li i{ width:10%; height:3px; background:#ffffff; position:absolute; bottom:-9px; left:45%; visibility:hidden; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; -webkit-transition: 0.6s; -moz-transition: 0.6s; transition: 0.6s; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
.navbox ul li:hover i{ visibility:visible; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; -webkit-transition:0.6s; -moz-transition:0.6s; transition:0.6s; width:90%; left:5%;}
#active i{ visibility:visible; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; width:90%; left:5%;}

/*-- --*/
.bannerbox{ width:100%; float: left; position: relative; background-color:#000; overflow: hidden; }
.bannerbox .swiper-w{ width:100%; height: 100%; overflow: hidden;}
.bannerbox .swiper-slide{ width:100%; height: 100%; background-size:cover; background-repeat: no-repeat; background-position: center center; display: flex;}
.bannerbox .swiper-slide a{ width: 100%; display: flex; position: relative; overflow: hidden;}
.bannerbox .swiper-slide a i{ width: 100%; display: flex; }
.bannerbox .swiper-slide a img{ width: 100%;}
.bywds{ position: absolute; left: 0; top:0; width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items:center;}
.bywds h1{ width:70%; font-size:4.2rem; color: #FFF; font-weight:lighter; }
.bywds p{ width:70%; font-size:1.7rem; color: #FFF; padding: 30px 0px; font-weight: 600; letter-spacing: 2px; }
.bywds button{ width:220px; height:55px; font-size:1.1rem; background-color: #FFF; display: flex; justify-content: center; align-items: center; text-align: center; color:#000; border: 0; -webkit-transition: 0.6s; -moz-transition: 0.6s; transition: 0.6s;}
.bywds button.button--isi::before { background:#7ab1d0;}
.bywds button:hover { color:#FFF; }
.bannerbox .swiper-pagination-bullet { width:12px; height:12px; opacity: 1; background-color: transparent; border:2px solid #FFF; }
.bannerbox .swiper-pagination-bullet-active {  background: #ffffff;}
.bannerbox .swiper-horizontal>.swiper-pagination-bullets{ bottom:5%;}
.image-placeholder{  position: absolute; left: 0; top:0;}

/*-- syone --*/
.syone{ width:100%; display: flex; flex-direction: row; padding: 70px 0px; justify-content: flex-end; align-items: flex-end;  }
.syol{ width:30%; padding:0px 3%; height: 100%; display: flex; flex-direction: column; }
.syol-t{ display: flex; flex-direction:column;}
.syol-t h1{ font-size: 2.4rem; font-weight: 600; color: #000;}
.syol-t h2{ font-size: 1.8rem; color: #000; padding: 10px 0px;}
.syol-t p{ font-size: 1rem; color: #8c8c8c;}
.syoso{ width:100%; padding-top: 30px; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start;}
.syo-show{ width:100%;}
.sySwiperb{ width:100%; overflow: hidden;}
.sySwiperb .swiper-slide{ width:170px; background-color: #f0f0f0; padding: 10px 15px; height: 60px!important; display: flex; justify-content: flex-start; align-items: center; -webkit-transition:all 0.5s;-moz-transition:all 0.5s; transition:all 0.5s; cursor: pointer;}
.sySwiperb .swiper-slide h1{ font-size: 1rem; width:170px; color: #8c8c8c; -webkit-transition:all 0.5s;-moz-transition:all 0.5s; transition:all 0.5s;}
.sySwiperb .swiper-slide:hover{ width: 210px; background-color: #000000;}
.sySwiperb .swiper-slide:hover h1{ color: #FFF; }
.sySwiperb .swiper-slide.swiper-slide-thumb-active{ background-color: #000; width: 210px;}
.sySwiperb .swiper-slide.swiper-slide-thumb-active h1{ color: #FFF; }
.syo-btn{ display: flex; justify-content:flex-start; align-items:flex-start; flex-direction: column; padding-top:15%;}
.syo-btn a{ display: flex; justify-content: center; align-items: center; flex-direction: row; color: #8c8c8c; font-size: 1rem; -webkit-transition:all 0.5s;-moz-transition:all 0.5s; transition:all 0.5s;}
.syo-btn a i{ width:28px; height:28px; display: flex; border-radius: 360px; background-color: #dcdcdc; overflow: hidden; padding:2px; margin: 0px 10px; -webkit-transition:all 0.5s;-moz-transition:all 0.5s; transition:all 0.5s;}
.syo-btn a:hover{ color: #000; }
.syo-btn a:hover i{ margin: 0px 5px; }

.syor{ width: 60%; }
.oobox{ width:100%; display: flex; position: relative;}
.oobox a{ width: 100%;}
.oobox i{ width:100%; display: flex;}
.oobox i img{ width:100%;}
.oobox h1{ position: absolute; right: 0; top:10%; background-color:#000; color: #FFF; padding:20px 30px; font-size: 1.43rem;} 

/**/
.sytwo{ width:100%; display: flex; background-color:#f0f0f0; background-position: center; background-repeat: no-repeat; background-attachment: fixed; padding:60px 0px; position: relative; overflow: hidden;}
.words{ position: absolute; right:-50px; top:0; font-size:14rem; color:#e7e7e7; font-family:Arial, "sans-serif"; font-weight: bold;}
.sytwo .md{ z-index: 1; }
.sytwo-m{ width:100%; display: flex; }
.sytwo-l{ width:35%; display: flex; flex-direction:column; z-index: 1; position:relative;}
.sytwo-title{ width:100%; display: flex; flex-direction: column; justify-content: flex-start; align-items:flex-start;}
.sytwo-title h1{ font-size: 1rem; color: #000;}
.sytwo-title p{ font-size: 2.4rem; color: #000; font-weight: 600; padding: 40px 0px;}
.sytwo-title a{ display: flex; justify-content: center; align-items: center; flex-direction: row; color: #8c8c8c; font-size: 1rem; -webkit-transition:all 0.5s;-moz-transition:all 0.5s; transition:all 0.5s;}
.sytwo-title a i{ width:28px; height:28px; display: flex; border-radius: 360px; background-color: #e1e1e1; overflow: hidden; padding:2px; margin: 0px 10px; -webkit-transition:all 0.5s;-moz-transition:all 0.5s; transition:all 0.5s;}
.sytwo-title a:hover{ color: #000; }
.sytwo-title a:hover i{ margin: 0px 5px; }
.sytwo-ces{ width:100%; display: flex; padding-top:140px; }
.sytwo-ces i{ width:100%; display: flex; }
.sytwo-ces i img{ max-width: 100%;}
.sytwo-num{ width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; color:#FFF;}
.sytwo-num ul{ width:100%; display: flex; justify-content: flex-start; flex-direction: row; position:relative; padding:20px 0px;}
.sytwo-num ul li{ flex:1 0 auto; padding:0px 10px; display: flex; flex-direction:column; justify-content:center; align-items:center; position: relative;}
.sytwo-num ul li h1{ font-size:2rem; color: #6cccdc; line-height:1.5; }
.sytwo-num ul li h1 span{ font-size:2rem; color: #6cccdc; line-height:1.5; font-weight: bolder;}
.sytwo-num ul li p{ color: #000; line-height:1.2; font-size:1rem; padding:10px 0px; width:100%; text-align: center; }
.sytwo-r{ width:65%; display: flex; justify-content: center; align-items: flex-end; padding-bottom:30px;}
.sytwo-r i{ display: flex; margin-right: -20%;}
.sytwo-r i img{ max-width: 100%;}

/**/
.syth{ width:100%; height:auto; background-color: #000; background-position: center; background-repeat: no-repeat; background-attachment: fixed; display:flex; padding:60px 0px;}
.syth-t{ width:100%; height: auto; display: flex; justify-content: center; align-items: center; text-align: center; flex-direction: column; padding:30px 0px;}
.syth-t h1{ font-size: 2.2rem; color: #FFF; line-height: 1.8; letter-spacing: 1px;}
.syth-t p{ font-size: 1.1rem; color: #FFF; line-height: 1.5; letter-spacing: 1px;}
.syth-show{ width:100%; padding:40px 15px;}
.syth-one{ width:100%; min-height: 380px; display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; padding:20px 15px; color: #FFF; }
.syth-one i{ padding: 10px 0px; position: relative; z-index:1; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.syth-one i img{ max-width: 100%;}
.syth-one h1{ font-size: 1.3rem; padding: 10px 0px; position: relative; z-index: 1; text-align: center;}
.syth-one p{ font-size: 1rem; padding: 10px 8%; position: relative; z-index: 1;}

/**/
.syfour{ width:100%; display:flex; flex-direction: column; padding:75px 0px; position: relative;}
.syfour::before{ content: ''; position:absolute; left: 0; top:75px; background: linear-gradient(to bottom, #e5e5e5, #FFF, #e5e5e5); width:60%; height:calc(100% - 150px) }
.syfo-t{ width:100%; display: flex; position: relative; z-index: 1; padding: 60px 0px 20px;}
.syfo-tm{ width:100%; display: flex; flex-direction: row; justify-content: space-between; align-items: flex-end; }
.syfo-tl{ display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column;}
.syfo-tl h1{ font-size: 2rem; color: #000; line-height: 1.8; letter-spacing: 1px; font-weight: 600; }
.syfo-tl p{ font-size: 1.1rem; color: #000; line-height: 1.5; letter-spacing: 1px;}
.syfo-btn{ display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: row;}
.syfo-btn a{ display: flex; justify-content: center; align-items: center; flex-direction: row; color: #8c8c8c; font-size: 1rem; -webkit-transition:all 0.5s;-moz-transition:all 0.5s; transition:all 0.5s;}
.syfo-btn a i{ width:28px; height:28px; display: flex; border-radius: 360px; background-color: #e1e1e1; overflow: hidden; padding:2px; margin: 0px 10px; -webkit-transition:all 0.5s;-moz-transition:all 0.5s; transition:all 0.5s;}
.syfo-btn a:hover{ color: #000; }
.syfo-btn a:hover i{ margin: 0px 5px; }
.syfo-show{width:92%; margin-left:8%; padding:20px 0px 60px 90px; position: relative; z-index: 1;}
.w-four{ width:100%;}
.w-four .swiper-slide{ width:32.5%!important; padding-right: 20px; }
.w-four .swiper-slide img{ border-radius:25px!important;}
.w-four .p-t{ font-size: 1.18rem; color: #000; line-height: 1.5; padding: 10px 0px;}
.w-four .p-time{ font-size:0.95rem; color: #000; line-height: 1.5; padding-top:20px;}
.syfo-show .four-swiper-button-prev{ position: absolute; left:10px; top:32%; width:60px; height:60px; background:url(../img/svg-loaders/leftlefth.svg) center center no-repeat #383838; background-size:65%; z-index: 10;
-moz-border-radius: 360px;
-webkit-border-radius: 360px;
border-radius: 360px;}
.syfo-show .four-swiper-button-prev:hover{ background:url(../img/svg-loaders/leftlefth.svg) center center no-repeat #113f8d; background-size:65%;}

/**/
.syfive{ width:100%; height:auto; background-color: #000; background-position: center; background-repeat: no-repeat; background-attachment: fixed; display:flex; padding:60px 0px 30px;}
.syfv-t{ width:100%; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center;}
.syfv-t h1{ font-size: 2.2rem; color: #FFF; line-height: 1.8; letter-spacing: 1px;}
.syfv-t p{ font-size: 1.1rem; color: #FFF; line-height: 1.5; letter-spacing: 1px;}
.syfv-show{ width:100%; display: flex; padding: 30px 0px; flex-direction: column;}
.syfv-show .col-4 i{ width: 100%; display: flex; justify-content: center; align-items: center;}
.syfv-show .col-4 i img{ width: 100%; }
.syfv-btn{ width:100%; display: flex; justify-content: center; align-items: center; flex-direction: column; padding-top: 45px;}
.syfv-btn a{ display: flex; justify-content: center; align-items: center; flex-direction: row; color: #8c8c8c; font-size: 1rem; -webkit-transition:all 0.5s;-moz-transition:all 0.5s; transition:all 0.5s;}
.syfv-btn a i{ width:28px; height:28px; display: flex; border-radius: 360px; background-color: #FFF; overflow: hidden; padding:2px; margin: 0px 10px; -webkit-transition:all 0.5s;-moz-transition:all 0.5s; transition:all 0.5s;}
.syfv-btn a:hover{ color: #FFF; }
.syfv-btn a:hover i{ margin: 0px 5px; }

/*-- 内页 --*/
.inbanner{ width:100%; display:flex; background-color: #000000;}
.inbanner>i{ width:100%; height:500px; float: left; background-color: #000000; background-position: center; background-repeat: no-repeat;}
.inbanner>i img{ width: 100%; }
.inbanner .md{ height: 100%; display: flex; justify-content:flex-end; align-items:flex-end; flex-direction: column;}
.inbanner h1{ max-width:500px; text-align: right; display: flex; justify-content: flex-end; align-items: flex-end; font-size:4rem; color: #f1f1f1; font-style: normal; padding-bottom:7%; padding-right:12%; }

/*-- locbox --*/
.locbox{ width:100%; display: flex; justify-content: flex-start; align-items: center; flex-direction: row; flex-wrap: wrap;}
.locbox .md{ display: flex; justify-content: center; align-items: flex-start; flex-direction: column; }
.locbox ul{ display: flex; justify-content: flex-start; align-items:center; flex-direction: row; flex-wrap: wrap; padding:15px 0px;}
.locbox ul li{ font-size: 0.81rem; color: #959595; padding-right: 5px; display: flex; justify-content: center; align-items: center;}
.locbox ul li img{ width: 14px;}
.locbox ul li a{ font-size: 0.81rem; color: #959595; display: flex; justify-content: center; align-items: center; padding-top: 5px;}
.locbox ul li a:hover{ color: #000; text-decoration:underline!important; }

/*-- 关于我们 --*/
.aboutbox{ width:100%; display: flex; flex-direction: column;}
.abone{ width:100%; display: flex;}
.abone-a{ width:100%; display: flex; justify-content:space-between; flex-direction: row; padding: 60px 0px 40px; border-bottom: 1px solid #b7b7b7;}
.abo-at{ width:60%; display: flex; flex-direction: column; }
.abo-at h3{ font-size:1.2rem; line-height: 1.5; color: #6cccdc; font-weight: bold;}
.abo-at h2{ font-size:4.6rem; color:#f0f0f0; line-height: 1; font-weight: bold;}
.abo-at h1{ width:53%; font-size:2.2rem; color:#000; line-height: 1.5; margin-top: -40px; font-weight: bold;}
.abone-a p{ width:35%; display:flex; line-height: 1.8; color: #000; font-size: 1rem;}
.abone-b{ width:100%; display: flex; justify-content:space-between; flex-direction: row; padding:55px 0px 70px; }
.abone-b p{ width: 35%; display:flex; line-height: 1.8; color: #000; font-size: 1rem;}
.abone-b i{ display: flex; }
.abone-b i img{ max-width: 100%; }

.abtwo{ width:100%; min-height: 430px; display: flex; background-color: #242424; background-position:center center; background-repeat: no-repeat; background-attachment: fixed; justify-content: center; align-items: center; }
.abtwom{ width:100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.abtwom h1{font-size:3.2rem; font-weight: 600; letter-spacing: 3px; text-align: center;  color: #6cccdc; display: flex; justify-content: center; align-items: center; flex-direction:row; line-height: 1.5; }
.abtwom h1 span{ font-size:2rem; line-height: 1.5; padding: 0px 10px; }
.ab-num{ width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; color:#FFF;}
.ab-num ul{ width:100%; display: flex; justify-content:center; flex-direction: row; position:relative; padding:40px 0px 20px;}
.ab-num ul li{ width:25%; padding:0px 15px; display: flex; flex-direction:column; justify-content:center; align-items:center; position: relative;}
.ab-num ul li h1{ font-size:3.3rem; color: #6cccdc; line-height:1.5; display: flex; flex-direction:row;}
.ab-num ul li h1 span{ font-size:3.3rem; color: #6cccdc; line-height:1.5; font-weight: bolder;}
.ab-num ul li p{ color: #FFF; line-height:1.2; font-size:1.25rem; padding:5px 0px; width:100%; text-align: center; }

.abth{ width:100%; display: flex; padding: 90px 0px; }
.abthm{ width:100%; display: flex; flex-direction: column;}
.abth-t{ width:100%; display: flex; justify-content: flex-start; flex-direction: column; position: relative; z-index: 1;}
.abth-t h1{ font-size:4.6rem; color:#c5c5c5; line-height:1; font-weight: bold;}
.abth-t h2{ font-size:2.2rem; color:#000; line-height:1.5; font-weight: bold; }
.abth-show{ width:100%; display:flex; justify-content: flex-end; flex-direction: row;}
.abth-a{ display: flex; flex-direction: column; margin-left: 30px;}
.abth-a:last-child{ margin-top: -120px;}
.abthimg{ width:500px; height: 350px; padding: 15px 8% 50px; display: flex; background-color:#242424; background-size: cover; background-position: center; background-repeat: no-repeat; flex-direction:column; justify-content: center; align-items: center; text-align: center; margin-bottom:25px;}
.abthimg i{ padding: 10px;}
.abthimg i img{ max-width: 100%;}
.abthimg h1{ font-size: 1.2rem; color: #FFF; line-height:1.5; padding: 20px 0px;}
.abthimg p{ font-size: 1rem; color: #FFF;}

.abthwz{ width:500px; display: flex; flex-direction: column; padding: 20px 30px;}
.abthwz i{ display: flex;}
.abthwz i img{ max-width: 100%;}
.abthwz p{ font-size: 1.1rem; color: #5e5e5e; line-height: 1.5; padding: 10px 20px 10px 70px;}

/*-- 产品中心 --*/
.products{ width:100%; display: flex; padding:20px 0px 70px; }
.psortone{ width:100%; display: flex; flex-direction: column; position: relative; padding:0px; }
.psortone a{ width:100%; display: flex; justify-content: center; align-items: center; flex-direction: row; padding:20px 30px; -webkit-transition:all 0.5s;-moz-transition:all 0.5s; transition:all 0.5s;}
.psortone i{ width:70%; display: flex; border-radius: 30px; overflow: hidden; background-color: #A09F9F; }
.psortone i img{ width:100%;}
.psone{ width:30%;display: flex; flex-direction: column; padding: 30px 5%; }
.psone h1{ font-size:1.25rem; color:#000; }
.psone p{ min-height:200px; font-size: 1rem; color: #636363; padding: 30px 0px;}
.psone b{ width:115px; height: 40px; display: flex; justify-content: center; align-items: center; text-align: center; font-size: 1rem; font-weight: normal; color: #000000; border: 1px solid #000; border-radius:60px; background-color: #FFF;}
.psortone:hover a{ background-color: #e4e4e4; }

/*-- 产品NEI --*/
.hidden-xs{ display:none;}
.productss{ width:100%; display: flex; padding:0px 10px 60px; }
#showsnav{ width: 100%; }
.sortnav{ width:100%; display: flex; flex-direction: row; flex-wrap: wrap; padding:10px 50px;}
.list{ width:100%; height:auto; display: flex; justify-content: space-between; flex-direction: row;  z-index:9;}
.list ul{ width:100%; height:auto; float: left; display: flex; justify-content: flex-start; align-items:flex-start; flex-direction: row; flex-wrap: wrap; }
.list ul li{ width:20%; padding:10px 20px; list-style:none; height:auto; display: flex; position: relative; }
.list ul li a{ width:100%; height:50px; padding: 0px 10px; border: 1px solid #e0e0e0; color:#000; font-size:0.97rem; position:relative; display: flex; justify-content:space-between; align-items: center; flex-direction:row; }
.list ul li a span{ width: 100%; padding:0px 10px; display: flex; flex-direction: column; align-items:flex-start; justify-content:flex-start; text-align: center;}
.list ul li a i{ width: 20px; display: flex; flex-shrink: 0; justify-content: center; align-items: center;}
.list ul li a i svg{ width: 100%; }
.list ul li a:hover span{ color: #000; transition: 0.2s;-webkit-transition: 0.2s; -moz-transition: 0.2s;}
.list ul li.choosepoint a{ color:#FFF; }
.list ul li .inactive i{ }
.list ul li .inactives i{ }
.list ul li i svg{ width:15px;}
#nchoose i svg{ transform: rotate(90deg); }
#sortsj{ fill:#FFF;}
.list ul li a:hover #sortsj{ fill:#000;}
#nchoose #sortsj{ fill:#000;}
.list ul li ul{ width:100%; height:auto; padding:0px 20px; display:none; position: absolute; left:0; top:calc(100% - 5px); z-index: 5;}
.list ul li ul li{ width:100%; margin:0; padding: 0; display: flex; justify-content: flex-start; align-items: center; flex-direction: column; border: 0;}
.list ul li ul li a{ height:auto; color:#000; font-size:0.97rem; padding:10px; width:100%; justify-content: center; align-items: center; background-color: #FFF;}
.list ul li:hover #di li a{ color:#000; }
.list ul li ul li a span{ text-align: left; }
.list ul li:hover #di li:hover a{ color:#000; background-color:#f2f2f2;}
.list ul li:hover #di li #tchoose{ color:#000; background-color:#e4e4e4; }
#tchoose{ color:#000; background-color:#e4e4e4; }
.list ul li:hover #di li:hover a span{ color:#000;}
.wii{ width: 100%; }
.cpsearch{ width:100%; height: auto; float: left; text-align: right; display: flex; justify-content:center; align-items:flex-end; flex-direction: column; padding: 10px 0px; }
.insearch{ width:290px; height:auto; border:1px solid #a0a0a0; overflow:hidden; display: flex; justify-content:space-between; align-items: center; flex-direction: row; -moz-border-radius:60px; -webkit-border-radius:60px; border-radius:60px; padding:5px;}
.insearch .p1{ width:70%; height:30px; float:left;}
.insearch .p2{ width:30px; height:30px; float:right; text-align:center; overflow:hidden; cursor:pointer; background-color: #747474; border-radius: 360%; }
#search_inputps1{ outline:none; height:100%; width:100%; border:0px solid #CCC; background-color: transparent; float:left; padding:0px 15px; font-size:14px; color:#000;}
#search_inputps2{ display:inline-block; width:100%; height:100%; outline:none; background-color: transparent; cursor:pointer; background-image:url(../img/svg-loaders/search.svg); background-size:22px; background-position:center; background-repeat:no-repeat; border:0; }
#search_inputps1::-webkit-input-placeholder{ opacity:1; color:#919191;}
#search_inputps1:-moz-placeholder{opacity:1; color:#919191;}
#search_inputps1::-moz-placeholder{opacity:1; color:#919191;}
#search_inputps1:-ms-input-placeholder{opacity:1; color:#919191;}

.prombox{ width:100%; min-height:350px; padding: 0px 15px;}
.cpmian{ width:100%; height:auto; border: 1px solid #d7d7d7; top:0; float:left; background-color: #FFF; position:relative; overflow:hidden; -webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;}
.cpimgs{ width:100%; height:350px; float:left; overflow:hidden; display: flex; justify-content: center; align-items: center; }
.cpimgs img{ width:100%; max-height: 350px; object-fit: contain;  height: auto; -webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.cpmian:hover .cpimgs img{ -webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05);}
.cpnames{ width:100%; height:auto; display: flex; justify-content:flex-start; align-items:flex-start; flex-direction:column;}
.colorbox{ min-height:17px; display: flex; justify-content:flex-start; align-items:flex-start; flex-direction:row;}
.colorbox i{ margin-right:5px; width:17px; height:17px; border-radius: 360px; border: 1px solid #747474; display: flex; flex-shrink: 0; position: relative; cursor: pointer;}
.colorbox i::before{ width:15px; height:15px; content: ''; position: absolute; left: 0; top:0; border:2px solid #FFF; border-radius: 360px;}
.colorbox i.on{ border: 1px solid #0ec9f7;}
.cpnames h1{ width: 100%; height:50px; display: flex; justify-content: center; align-items: center; flex-direction: column; font-size:1rem; color: #000; overflow: hidden; background-color: #d2d2d2;}
.cpmian:hover{ top:-30px; filter:progid:DXImageTransform.Microsoft.Shadow(color=#e3edee,direction=120,strength=4);
-moz-box-shadow: 0px 0px 10px 2px #e3edee;
-webkit-box-shadow: 0px 0px 10px 2px #e3edee;
box-shadow:0px 0px 10px 2px #e3edee;
}
.cpmian:hover .cpnames h1{ background-color: #6dccde; }

/*-- 产品内页 --*/
.proinfobox{ width:100%; height:auto; display: flex; flex-direction: column; padding: 30px 85px;}
.ban {width:100%; height:auto; position:relative; z-index:1; display: flex; flex-direction: row;}
.banl{ width:55%; display: flex; flex-direction:column-reverse; justify-content: flex-start; padding: 0px 50px;}
.banl .swiper-slide img{ width:100%;}
.mySwipera{ width:100%; position: relative; overflow: hidden; background-color:#FFF; border: 1px solid #dfdfdf;}
.mySwipera .zoom-hand{ position: absolute; right:15px; bottom:15px; z-index: 1;}
.mySwipera .swiper-slide{ display: flex; justify-content: center; align-items: center; }
.swiwper-myb{width:100%; display: flex; position: relative; overflow: hidden; flex-direction: column; }
.mySwiperb{ width:100%; display: flex; overflow: hidden; flex-direction: column; margin-top:15px;}
.mySwiperb .swiper-slide{ border:2px solid #dfdfdf; display: flex; justify-content: center; align-items: center; }
.mySwiperb .swiper-wrapper .swiper-slide{ width:80px; height:65px; cursor: pointer;}
.mySwiperb .swiper-wrapper .swiper-slide img{ width: auto; max-height: 60px;}
.mySwiperb .swiper-slide-thumb-active { border:2px solid #000!important;}
#prev1 { position: absolute; left:0px; top:45%; transform: translateY(-50%); background: url(../img/svg-loaders/left.svg) center center no-repeat; background-size:100%; width:50px; height:50px; z-index: 99; }
#prev1:hover { background: url(../img/svg-loaders/lefth.svg) center center no-repeat;  background-color: #000; background-size:100%; border-radius:5px;}
#next1 { position: absolute; right: 0; top:45%; transform: translateY(-50%); background: url(../img/svg-loaders/right.svg) center center no-repeat; background-size:100%;width:50px; height:50px; z-index: 99; }
#next1:hover { background: url(../img/svg-loaders/righth.svg) center center no-repeat;  background-color: #000; background-size:100%; border-radius:5px;}
.banr{ width:45%; height: 100%; display: flex; flex-direction: column; padding-left: 50px; padding-top:50px; }
.br-a{ width:100%; min-height:80px; display: flex; justify-content:space-between; align-items:center; flex-direction:row; padding:20px 0px; border-bottom:1px solid #d7d7d7;}
.br-a h1{ display: flex; font-size:1.65rem; line-height: 1.5; color: #000; }
.br-a a{ width:30px; display: flex; justify-content: center; align-items: center; flex-shrink: 0;}
.br-a a img{ width:100%;}
.br-b{ width: 100%; min-height:300px; display: flex; flex-direction: column; padding:20px 0px; }
.br-b p{ font-size:1rem; color: #000000; line-height:2; }
.cplx{ width:210px; height:60px; margin-top: 60px; display: flex; justify-content: center; align-items: center; flex-direction: column; background-color: #313131; background-repeat: no-repeat; background-position:center; cursor: pointer;}
.cplx h1{ width:130px; font-size:1rem; font-weight:normal; color: #FFF; display: flex; justify-content:space-between; align-items: center; flex-direction: row;}
.cplx h1 i img{ width:45px;}
/*-- 产品表格 --*/
.cptable{ width:100%; height:auto; display: flex; justify-content: flex-start; flex-direction: column; background-color: #f9f9f9; padding-bottom:40px; }
.cpform-tv{ width:100%; height:auto; float:left; padding:70px 0px 20px; display: flex; justify-content: center; align-items: center; text-align: center;}
.cpform-tv h1{ float:left; font-size:1.7rem; line-height:35px; color:#000; text-align: center; font-weight: normal;}
.cpform{ width:100%; padding:20px 70px; float:left; }
#form1 .layui-form-item{ display: flex; justify-content: flex-start; flex-direction: column; }
#form1 .layui-form-label{ width:100%; text-align: left; font-size:1rem; line-height:25px; color:#999999; }
#form1 .x-red{ color:red;}
#form1 .layui-input-block{ margin-left: 0;}
#form1 .layui-input-block input{ width:100%; height:50px; color:#000; font-size:1rem; outline:none; padding:0px 10px; background-color: #FFF; border: 1px solid #eeeeee;}
#form1 .layui-input-block input::placeholder{ color:#999999; }
#form1 .layui-input-block textarea{ font-size:1rem; color:#ffffff; height: 90px; background-color: #FFF; border: 1px solid #eeeeee; resize:none}
#form1 .layui-input-block textarea::placeholder{ color:#999999; }
#form1 .layui-form-checkbox span{ color:#999999; font-size:1rem; }
#form1 button{ width:180px; height: 40px; background-color: #595959; color: #FFF; font-size: 1rem; outline:none;}
/*-- 相关产品 --*/
.samebox{ width:100%; padding:100px 0px 60px; display: flex; flex-direction: column;}
.samet{ width:100%; display: flex; flex-direction: row; align-items:flex-end; justify-content: space-between; }
.samet h1{ min-width: 300px; height:70px; font-weight:normal; font-size:1.7rem; color: #000; display: flex; justify-content: center; align-items: center; background-color: #c1c1c1}
.samet a{ font-size: 1rem; color: #4e4e4e; position:relative; border-bottom:1px solid #bbbaba; padding:5px 0px;}
.samet a:hover{ color: #000; border-bottom:1px solid #000;}
.sameshow{ width:100%; height:auto; float: left; padding:40px 0px; position: relative;}


/*-- 合作伙伴 --*/
.partnerbox{ width:100%; display: flex; }
.ptmbox{ width:100%; display: flex; flex-direction: column;}
.ptm-one{ width:100%; display: flex; justify-content: center; align-items: center; flex-direction: column; padding:35px 0px; }
.ptm-one h1{ font-size: 1.7rem; color: #000; line-height: 1.5; text-align: center; max-width:700px;}
.ptm-two{ width:100%; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.ptm-two i img{ max-width: 100%;}
.ptm-th{ width:100%; display: flex; justify-content: flex-start; align-items: center; padding:50px 5% 130px; flex-direction: row; flex-wrap: wrap;}
.ptm-th div{ width: 20%; display: flex; justify-content: center; align-items: center; padding:25px 2%;}
.ptm-th div i{ width:200px; min-height: 140px; border: 1px solid #cfcfcf; border-radius:25px; overflow: hidden; display: flex; justify-content: center; align-items: center;}
.ptm-th div i img{ width:100%; }

/*-- OEM --*/
.oembox{ width:100%; display: flex; flex-direction: column;}
.oem-a{ width:100%; display: flex; }
.oem-aone{ width:100%; height: auto; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; padding:50px 0px; }
.oem-aone .oem-aone-p{ width:45%; display: flex; justify-content:center; flex-direction: column; padding:20px 50px; position: relative;}
.oem-aone .oem-aone-p h1{ font-size:1.8rem; color:#000; font-weight: 600;}
.oem-aone .oem-aone-p p{ font-size:1rem; color:#000; line-height: 30px; padding:45px 0px; }
.oem-aone .oem-aone-img{ width:55%; display: flex; flex-direction: row; justify-content:space-between; }
.oem-aone .oem-aone-img i{ flex:0 1 auto; display: flex; padding-left: 10px;}
.oem-aone .oem-aone-img i img{ width:100%; }

.oem-b{ width:100%; min-height: 320px; display: flex; background-color:#242424;  background-position: center; background-repeat: no-repeat; background-size: cover;}
.oem-bw{ width:100%; height: 100%; display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 10px;}
.oem-bw i:first-child{ width: 50px; height: 50px; background-repeat: no-repeat; background-image: url(../img/images/page/g.png); background-size: auto; background-position: center; margin:0px 20px 100px 20px;}
.oem-bw i:last-child{ width: 50px; height: 50px; background-repeat: no-repeat; background-image: url(../img/images/page/gg.png); background-size: auto; background-position: center; margin: 100px 20px 0px 20px; }
.oem-bw p{ font-size:1.8rem; color:#FFF; line-height:2; text-align: center;}

.oem-c{ width:100%; display: flex; flex-direction: column;}
.oem-cm{ width:100%; display: flex; flex-direction: column;}
.oem-cone{ width:100%; height: auto; display: flex; flex-direction: row; padding:30px 0px; justify-content: flex-start; align-items: flex-start;}
.oem-cone .oem-cone-p{ width:45%; display: flex; justify-content:center; flex-direction: column; padding:20px 50px; position: relative;}
.oem-cone .oem-cone-p h1{ font-size:1.8rem; color:#000; font-weight: 600;}
.oem-cone .oem-cone-p p{ font-size:1rem; color:#000; line-height: 30px; padding:45px 0px; }
.oem-cone .oem-cone-img{ width:55%; display: flex; flex-direction: row; justify-content:space-between; }
.oem-cone .oem-cone-img i{ flex:0 1 auto; display: flex; padding-left: 10px;}
.oem-cone .oem-cone-img i img{ width:100%; }
.oem-d{ width:100%; display: flex; padding: 20px 0px 100px;}


/*-- 证书 --*/
.cert-show{ width:100%; display: flex; flex-direction: row; flex-wrap: wrap; padding: 20px 0px;}
.patimg{ width:100%; height:100%; display: flex; flex-direction: column; position: relative; }
.patimg a:hover{ text-decoration: none; }
.patimg i{ width:100%; display: flex; background-color:#000; border: 1px solid #b3b3b3; }
.patimg i img{ width:100%; }
.patimg p{ width:100%; height:50px; margin-top: 12px; background: #dadada; font-size:0.95rem; color: #000; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.col-1-5{ width:20%; }
.cert-show .page{ padding: 50px 0px;}

/*-- 新闻 --*/
.newsbox{ width:100%; height: auto; float: left; display: flex; justify-content:flex-start; align-items: center; flex-direction: column;
padding:25px 0px 60px;}
.newsone{ width:100%; display: flex; justify-content:flex-start; align-items: center; flex-direction: column; position: relative; padding: 30px 0px; }
.newsone a{ width:100%; display: flex; flex-direction: row; position: relative;  }
.newsone.two a{ flex-direction:row-reverse;}
.newsone.two a .inbox{ left: 0; }
.newsone.two a .inbox div{ padding:2% 16% 2% 5%; }
.newsone i{ width:50%; display: flex; overflow: hidden; padding:60px; position: relative; z-index: 1; }
.newsone i img{ width:100%; transition:all 0.6s; -webkit-transition:all 0.6s; -moz-transition:all 0.6s; }
.inbox{ width:60%; height: 100%; display: flex; justify-content:center; align-items: center; flex-direction: column; position: absolute; right: 0; bottom:0;}
.inbox div{ width:100%; height:100%; display: flex; justify-content:center; align-items:flex-start; flex-direction: column; background-color: #f6f6f6; padding:2% 5% 2% 16%; transition:all .6s;-webkit-transition:all .6s;-moz-transition:all .6s; }
.newsone div h1{ width:100%; font-size:1.2rem; color: #000000; line-height: 20px; padding-top: 30px;}
.newsone div p{ width:100%; font-size:1rem; color: #696969; line-height: 25px; padding:30px 0px;}
.newsone div ul{ display: flex; width:100%; justify-content: space-between; align-items:center; flex-direction: row;}
.newsone div ul li{ font-size: 1rem; line-height: 1.5; color: #979797;}
.newsone div ul li:last-child{ color: #000; border-bottom: 1px solid #000;}
#cc{ fill:#4e4e4e;}
.newsone:hover .inbox div{ background-color: #6dccde; 
filter:progid:DXImageTransform.Microsoft.Shadow(color=#c1e9f1,direction=120,strength=4);/*兼容ie*/
-moz-box-shadow:10px 20px 20px 0px #c1e9f1;/*兼容firefox*/
-webkit-box-shadow:10px 20px 20px 0px #c1e9f1;/*兼容safari或chrome*/
box-shadow:10px 20px 20px 0px #c1e9f1;/*兼容opera或ie9*/
}
.newsone:hover .inbox div h1{ color: #FFF; }
.newsone:hover .inbox div p{ color: #FFF; }
.newsone:hover .inbox div ul li{ color: #FFF; }
.newsone:hover .inbox div ul li:last-child{ color: #FFF; border-bottom: 1px solid #FFF;}

/*-- page --*/
.page{ width:100%; height:auto; display: flex; justify-content: center; align-content: center; flex-direction: column; font-size:16px; padding:20px 0px; z-index: 1}
.page.propage .pagination ul li a:hover{ background:#000; color:#FFF; border-radius: 360px;}
.page.propage .pagination ul li a.active{ background:#000; color:#FFF; border-radius: 360px;}

.pagination{width: 100%; display:flex; justify-content: center; align-content: center; }
.pagination ul{width: 100%; height:auto; display: flex; justify-content: center; align-items: center;}
.pagination ul li{ display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 0px 5px; color: #FFF;}
.pagination ul li i{ display: flex; width:100%; height: 100%; justify-content: center; align-items: center; flex-direction: column; font-style: normal;}
.pagination ul li a{ display: flex; justify-content: center; align-items: center; flex-direction: column; width:35px; height:35px; font-size:1rem; color:#FFF; background-color: #6c6c6c; border-radius: 360px;  }
.pagination ul li a:hover{ background:#bababa; border-radius: 360px;}
.pagination ul li a.active{ background:#bababa; border-radius: 360px;}
#fprev i{ background: url(../img/svg-loaders/aah.svg) center center no-repeat; background-size:28px;}
#fprev:hover i{ background: url(../img/svg-loaders/aah.svg) center center no-repeat; background-size:28px;}
#fnext i{ background: url(../img/svg-loaders/bbh.svg) center center no-repeat; background-size:28px;}
#fnext:hover i{ background: url(../img/svg-loaders/bbh.svg) center center no-repeat; background-size:28px;}
#prev i{ background: url(../img/svg-loaders/lllefth.svg) center center no-repeat; background-size:15px;}
#next i{ background: url(../img/svg-loaders/rrright.svg) center center no-repeat; background-size:15px;}
#fprev:hover,#fprev.active,#prev:hover,#prev.active,#next:hover,#next.active,#fnext:hover,#fnext.active{ background-color: #bababa;}
#prev:hover i{ background: url(../img/svg-loaders/lllefth.svg) center center no-repeat; background-size:15px;}
#next:hover i{ background: url(../img/svg-loaders/rrright.svg) center center no-repeat; background-size:15px;}
#prev img,#next img{ width:20px; }
.pagination ul li a img{ width: 80%; }
#cco{ fill:#FFF; }
#prevstart #cco{ fill:#FFF; }
#nextend #cco{ fill:#FFF; }

/*-- 新闻详细内容 --*/
.in-newsbox_title { width:100%; padding:20px 0px 15px; font-size:1.5rem; text-align:center; float:left; color:#000;  text-transform: uppercase; }
.in-newsbox_info {width:100%;height:auto; float:left; text-align:center; padding:20px 0px;}
.in-newsbox_info ul{ display: flex; justify-content: space-between; align-items: center;}
.in-newsbox_info ul li{ font-size:1.1rem; color:#000; flex-shrink: 0;}
.in-newsbox_info span{ font-size:1.1rem; color:#000; padding-right:10px;list-style:none; text-align:center; display:inline-block;}
.in-newsbox_content{ font-size:1.1rem; line-height:33px; width:100%; color:#000;}
.in-newsbox_content img{ max-width:100%}
.backbtn{ width:100%; height: auto; float: left; text-align: center; display: flex; justify-content: center; align-items: center;}
.backbtn a{ padding: 5px 30px; font-size:1rem; background-color: #6c6c6c; color: #ffffff;
 -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;}
.backbtn a:hover{ background-color:#bababa; color: #FFF;}
.pagee{width:100%;float:left; height:auto; }
.pagees{width:100%;float:left; height:auto; padding: 30px 0px;}
.pagesl{ width:30%; float:left;}
.pagesl p{ width:auto; font-size:1rem; line-height:20px; padding:5px 0px; color:#000}
.pagesr p{ width:auto; font-size:1rem; line-height:20px; padding:5px 0px; color:#000;}
.pagesr{ width:30%; float:right; text-align:right;}
.pagesl a{ color:#FFF; font-size:1rem; padding:5px 10px; display:inline-block;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #6c6c6c;
}
.pagesl a:hover{ color:#FFF; background:#bababa;}
.pagesl i{ padding-right:5px;}
.pagesr a{ color:#FFF; font-size:1rem; padding:5px 10px; display:inline-block;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #6c6c6c;
-webkit-transition: 0.3s;-moz-transition: 0.3s;transition: 0.3s;
}
.pagesr i{ padding-right:5px;}
.pagesr a:hover{ color:#FFF; background:#bababa; -webkit-transition: 0.3s;-moz-transition: 0.3s;transition: 0.3s;}

/*-- 地图 --*/
.contact{ width:100%; display: flex; flex-direction: column;}
.cont-one{ width:100%; padding:50px 0px 30px;}
.con-a{ width:100%; min-height:170px; display: flex; justify-content:flex-start; align-items: center; flex-direction: row; border-radius: 10px; overflow: hidden; padding:20px; margin-bottom: 10px; cursor: pointer; -webkit-transition:all 0.6s;-moz-transition:all 0.6s; transition:all 0.6s;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#e0e0e0,direction=120,strength=4);/*兼容ie*/
-moz-box-shadow:0px 5px 20px 0px #e0e0e0;/*兼容firefox*/
-webkit-box-shadow:0px 5px 20px 0px #e0e0e0;/*兼容safari或chrome*/
box-shadow:0px 5px 20px 0px #e0e0e0;/*兼容opera或ie9*/
}
.con-a i{ flex-shrink: 0; display: flex; justify-content: center; align-items: center; padding:20px 0px; width: 90px; height: 90px; border-radius: 360px; background-color: #6dccde; }
.con-a i img{ max-width: 100%;}
.con-a ul{ display: flex;  width: 100%; flex-direction: column; padding-left: 20px; justify-content:center; align-items:flex-start;}
.con-a ul li{ font-size: 1.05rem; line-height: 1.5; color: #636363; padding-bottom: 10px; }
.con-a ul li h1{ font-size: 1.05rem; line-height: 1.5; color: #000; font-weight: 600; }
#fcol{ fill:#FFF; -webkit-transition:all 0.6s;-moz-transition:all 0.6s; transition:all 0.6s;}
.mapbox{ width:100%; padding: 20px 0px 100px; display: flex; justify-content: center; align-items: center; flex-direction: column;}
#container{ width:100%; height:580px; float:left;}

/*-- footB --*/
.footB{ width:100%; background-color:#eeeeee; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.foot-a{ width:100%; display: flex;}
.fmidbox{ width:100%; display: flex; justify-content: space-between; align-items:center; flex-direction: row; padding:25px 0px 30px;}
.flogo{ display: flex;}
.flogo img{ max-width: 100%; }
.fshare{ width: 430px; height:80px; display: flex; flex-direction: row; justify-content:flex-end; align-items: center; padding:10px;  position: relative; }
.fshare a{ padding:0px 3.5%;}
.fshare a i{ width:40px; height:40px; display:flex; justify-content: center; align-items: center; background-color: #FFF; border-radius: 360px;}
.fshare a i svg{ width:55%;}
#cols{ fill:#000;}
.fshare a:hover #cols{ fill:#FFF;}
.fshare a:hover i{ background-color: #000;}
.fshare a{ position: relative; }
.fshare a.floatshow::before{ content:''; width:120px; height: 120px; background: url('') center center no-repeat; background-color:#999; background-size: cover; position: absolute; left:-25px; top:48px; z-index: 9; opacity: 0; visibility: hidden; cursor: pointer;}
.fshare a.floatshow:hover::before{ opacity: 1; visibility: visible;}

.foot-b{ width:100%; border-top: 1px solid #cbcbcb; border-bottom: 1px solid #cbcbcb;}
.foot-b .fmidbox{ align-items:flex-start;}
.fc-l{ width:auto; flex-shrink: 0; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start;}
.fsort{ display:flex; flex-direction: column; padding:15px 70px 0px 0px;}
.fsort h1{font-size:1rem; color: #1a1a1a; line-height: 1.5; padding-bottom: 10px; font-weight: 600;}
.fsort div{ display: flex; flex-direction: row;}
.fsort ul{ width:150px; display:flex; flex-direction: column;}
.fsort ul li{ padding:2px 0px;}
.fsort ul li a{ font-size:0.93rem; color: #585858; line-height: 1.2; letter-spacing:2px;}
.fsort ul li a:hover{ color: #000; text-decoration: underline!important; }
.fnav{ display: flex; justify-content: flex-start; align-items: flex-start; flex-direction:column; padding:15px 0px 0px 0px;}
.fnav div{ display: flex; flex-direction: row;}
.fnav h1{font-size:1rem; color: #1a1a1a; line-height: 1.5; padding-bottom: 10px; font-weight: 600;}
.fnav ul{ width:150px; display:flex; flex-direction: column; padding-right: 30px;}
.fnav ul li{ padding:2px 0px;}
.fnav ul li a{ font-size:0.93rem; color: #585858; line-height: 1.2; letter-spacing:2px;}
.fnav ul li a:hover{ color: #000; text-decoration: underline!important;}

.fc-r{ display: flex; justify-content: space-between; flex-direction: row;}
.fc-r div{ display: flex; flex-direction: column; padding:15px; justify-content:flex-start; align-items:center; align-content: center;}
.fc-r div i{ display: flex;}
.fc-r div i img{ max-width:135px;}
.fc-r div p{ text-align: center; font-size: 0.93rem; color: #585858; padding:8px 0px;}
	
.foot-c{ width:100%; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: row; padding:25px 0px;}
.foot-c .fmidbox{ padding:15px 0px 20px;}
.foot-bone{ min-width:15%; max-width:40%; display: flex; flex-direction:row; justify-content: flex-start; align-items: flex-start;}
.foot-bone i{ width:60px; height:60px; background-color:#dcdcdc; border-radius: 360px; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-right: 15px; flex-shrink: 0;}
.foot-bone i img{ width: 100%;}
.foot-bone h1{ font-size:1rem; color: #555555; padding: 10px 0px; }
.foot-bone p{ font-size:1.31rem; color: #000000; line-height: 1.2; font-weight: 600; }
.foot-bone p.else{ font-size:1rem; color: #000000; line-height: 1.2; font-weight: normal;}
.foot-bone div{ display: flex; flex-direction: column; position: relative; z-index: 1;}
.footdown{ width:100%; height:auto; padding-bottom: 30px; line-height:20px; font-size:0.93rem; color:#7b7b7b; position:relative; display: flex; flex-direction:row; justify-content:flex-start; align-items: center;}
.footdown span{ padding:0px 10px; }
.footdown a{ color:#7b7b7b; }


/* ~~ 脚注 ~~ */
@-webkit-keyframes movel {   
0% { background-position: 50% 30%;}
50% { background-position: 50% 70%;}
100% { background-position: 50% 30%;}
}

@-moz-keyframes movel {
0% { background-position: 50% 30%;}
50% { background-position: 50% 70%;}
100% { background-position: 50% 30%;}
}

@keyframes movel {
0% { background-position: 50% 30%;}
50% { background-position: 50% 70%;}
100% { background-position: 50% 30%;}
}

.bigs,.goban .inbg{
-webkit-animation-timing-function: linear;    /*动画时间曲线*/
-webkit-animation-name: bigss;                  /*动画名称，与@keyframes搭配使用*/
-webkit-animation-duration: 55000ms;              /*动画持续时间*/
-webkit-animation-iteration-count: infinite;    /*动画要重复次数*/
-webkit-animation-direction: alternate; /*动画执行方向，alternate 表示反复*/
-moz-animation-timing-function: linear;  /*动画时间曲线*/
-moz-animation-name: bigss;                  /*动画名称，与@keyframes搭配使用*/
-moz-animation-duration: 55000ms;              /*动画持续时间*/
-moz-animation-iteration-count: infinite;    /*动画要重复次数*/
-moz-animation-direction: alternate; /*动画执行方向，alternate 表示反复*/
animation-timing-function: linear;  /*动画时间曲线*/
animation-name: bigss;                  /*动画名称，与@keyframes搭配使用*/
animation-duration: 55000ms;              /*动画持续时间*/
animation-iteration-count: infinite;    /*动画要重复次数*/
animation-direction: alternate; /*动画执行方向，alternate 表示反复*/
}

@-webkit-keyframes bigss {
0% { 
-webkit-transform: scale(1.0);
}
100% { 
-webkit-transform: scale(1.2);
}
}
@-moz-keyframes bigss {
0% { 
-moz-transform: scale(1.0);
}
100% { 
-moz-transform: scale(1.2);
}
}
@keyframes bigss {
0% { 
transform: scale(1.0);
}
100% { 
transform: scale(1.2);
}
}

.bigs .flaotbox{
-webkit-animation-timing-function: linear;    /*动画时间曲线*/
-webkit-animation-name: fadeInDown;                  /*动画名称，与@keyframes搭配使用*/
-webkit-animation-duration: 1200ms;              /*动画持续时间*/
/*-webkit-animation-iteration-count: infinite;    动画要重复次数*/
-moz-animation-timing-function: linear;  /*动画时间曲线*/
-moz-animation-name: fadeInDown;                  /*动画名称，与@keyframes搭配使用*/
-moz-animation-duration: 1200ms;              /*动画持续时间*/
/* -moz-animation-iteration-count: infinite;    动画要重复次数*/
animation-timing-function: linear;  /*动画时间曲线*/
animation-name: fadeInDown;                 /*动画名称，与@keyframes搭配使用*/
animation-duration: 1200ms;              /*动画持续时间*/
/* animation-iteration-count: infinite;    动画要重复次数*/
 /*animation-direction: alternate; 动画执行方向，alternate 表示反复*/
}
.goban .btns{
-webkit-animation-timing-function: linear;    /*动画时间曲线*/
-webkit-animation-name: fadeIn;                    /*动画名称，与@keyframes搭配使用*/
-webkit-animation-duration: 1600ms;              /*动画持续时间*/
/*-webkit-animation-iteration-count: infinite;    动画要重复次数*/
-moz-animation-timing-function: linear;  /*动画时间曲线*/
-moz-animation-name:fadeIn;                 /*动画名称，与@keyframes搭配使用*/
-moz-animation-duration: 1600ms;              /*动画持续时间*/
/* -moz-animation-iteration-count: infinite;    动画要重复次数*/
animation-timing-function: linear;  /*动画时间曲线*/
animation-name:fadeIn;               /*动画名称，与@keyframes搭配使用*/
animation-duration: 1600ms;              /*动画持续时间*/
/* animation-iteration-count: infinite;    动画要重复次数*/
 /*animation-direction: alternate; 动画执行方向，alternate 表示反复*/
}
.goban h1,.goban i,.goban p{
-webkit-animation-timing-function: linear;    /*动画时间曲线*/
-webkit-animation-name: fadeInRight;                /*动画名称，与@keyframes搭配使用*/
-webkit-animation-duration: 1000ms;              /*动画持续时间*/
/*-webkit-animation-iteration-count: infinite;    动画要重复次数*/
-moz-animation-timing-function: linear;  /*动画时间曲线*/
-moz-animation-name: fadeInRight;                /*动画名称，与@keyframes搭配使用*/
-moz-animation-duration: 1000ms;              /*动画持续时间*/
/* -moz-animation-iteration-count: infinite;    动画要重复次数*/
animation-timing-function: linear;  /*动画时间曲线*/
animation-name: fadeInRight;                 /*动画名称，与@keyframes搭配使用*/
animation-duration: 1000ms;              /*动画持续时间*/
/* animation-iteration-count: infinite;    动画要重复次数*/
 /*animation-direction: alternate; 动画执行方向，alternate 表示反复*/
}

@-webkit-keyframes float-up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes float-up-down {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes float-up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}


