@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; overflow-x: hidden; background-color: #FFF;}
html{ font-size: 16px; }
body > section{ padding:0px;}
ul li{ list-style:none; }
p{ padding:0; margin:0;}
a{ text-decoration: none!important;}
.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; }
.bg{background-color: #121212!important;}
.md{ width:1400px; }
.smd{ width:1130px; }
.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;}
/*--　浮动 --*/
#fixnav{ position:fixed; z-index:99999999;
-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; background-color: #000; 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}}
#fixnav .logo{ height:100px; }
#fixnav .logo>i a img{ width: 90px;}
#fixnav .navbox{ height:100px;  }

/*-- headerbox --*/
.headerbox{ width:100%; height:auto; position: absolute; left: 0; top:0; z-index:10;}
.header-mid{ width:100%; display: flex; justify-content:space-between; align-items: center; flex-direction: row;}
.inheader{ width: 100%; float: left; background-color:#000; }
.inheader .headerbox{ position:relative; float: left;}
.logo{ width:auto; height:110px; display: flex; position: relative; z-index: 1;}
.logo>i{ display:flex; justify-content: center; align-items: center;}
.logo>i a{ }
.logo>i a img{ width: 150px;}
.navbox{ width:65%; height:110px; display: flex; text-align:center; position: relative; margin-left: auto;  }
.navbox ul{ display: flex; align-items:center; justify-content:center; width:100%; height:100%; padding-right:10px; }
.navbox ul li{ flex:1 0 auto; flex-shrink: 0;}
.navbox ul li a{ font-size:1rem; color:#FFF; position: relative; -webkit-transition:0.6s; -moz-transition:0.6s; transition:0.6s; }
.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%;}
.elsebox{ display:flex; flex-direction: row; justify-content: center; align-items: center; position: relative;}
.searchv{ cursor:pointer; position: relative; font-size:1rem; color:#594f48; display: flex; flex-direction: row; justify-content: center; align-items: center; margin-right: 20px; margin-top: 5px;}
#topsearch{ fill:#ffffff;}
.search-show{ width:250px; height:45px; position:absolute; background:#FFF; border:2px solid #594f48; top:40px; display:none; right:0px; z-index:9;}
#search_input1{ outline:none; height:43px; width:210px; border:0px solid #CCC; line-height:43px; float:left; color:#594f48; font-size:0.9rem; margin-top:0; padding:0px 10px; background-color:transparent;}
#search_input2{ float:right; width:25px; height:25px; outline:none; margin-top:9px; margin-right: 10px;}
#col1{ fill:#FFF;}
.cen{ display: flex; }
.cen a{ display: flex; flex-direction: row; justify-content: center; align-items: center; color: #FFF; font-size:1rem;}
.cen a i{ font-style: normal; }
.cen a img{ max-width: 100%;}

/*-- --*/
.bannerbox{ width:100%; height:auto; float: left; position: relative; background-color:#000; }
.bannerbox .swiper-w{ width:100%; height: 100%;}
.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;}
.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:30px; height:7px; opacity: 1; background-color: transparent; border:2px solid #FFF; border-radius: 0;}
.bannerbox .swiper-pagination-bullet-active { color: #000; background: #ffffff;}
.bannerbox .swiper-horizontal>.swiper-pagination-bullets{ bottom:40px;}

/*-- sya --*/
.sya{ width:100%; float: left;}
.sya-t{ width:100%; display: flex; }
.sya-p{ width:100%; display: flex; justify-content: space-between; align-items:flex-end; flex-direction: row; padding:70px 0px 30px; }
.sya-p ul{ display: flex; flex-direction:column; padding-right: 10px; }
.sya-p ul li:first-child{ font-size:2.25rem; color: #000; font-weight:600; position:relative;}
.sya-p ul li:first-child::before{ content: ''; position: absolute; left: 0; bottom:6px; width:100%; height:20px; background-color: #7ab1d0; }
.sya-p ul li span{ position: relative; z-index: 1;}
.sya-p ul li:last-child{ font-size:1.1rem; color: #000; padding: 10px 0px;}
.sya-p a{ font-size:1rem; color: #000; text-decoration:none; height: 60px; padding: 10px; position: relative; display: flex; justify-content: center; align-items: center; flex-direction: row; }
.sya-p a::before{ width:60px; height:55px; background-color: #7ab1d0; content: ''; position: absolute; left:-30px; top:0; border-radius: 20px 5px 5px 5px; -webkit-transition:all 0.6s; -moz-transition:all 0.6s; transition:all 0.6s;}
.sya-p a span{ position: relative; z-index: 1; font-weight: 600; flex-shrink: 0;}
.sya-p a:hover::before{ width:calc(100% + 50px); border-radius: 20px 5px; }
.sya-p a i{ position: relative; z-index: 1;}

.sya-show{ width:100%; }
.sya-one{ width:100%; display: flex; justify-content:flex-start; align-items:flex-start; flex-direction:column; -webkit-transition:all 0.6s;-moz-transition:all 0.6s; transition:all 0.6s;}
.sya-one i{ display: flex; justify-content: center; overflow: hidden; background-color: #d9d9d9; }
.sya-one i img{ width:100%; -webkit-transition:all 0.5s;-moz-transition:all 0.5s; transition:all 0.5s;}
.sya-one ul{ width:100%; min-height:115px; background-color: #ecebe9; display: flex; justify-content:center; align-items:flex-start; flex-direction:column; color: #000; padding:10px 15px; -webkit-transition:all 0.6s;-moz-transition:all 0.6s; transition:all 0.6s;}
.sya-one ul li{ width: 100%; display: flex; justify-content:space-between; align-items: center; flex-direction: row; padding:5px 0px;}
.sya-one ul li h1{ font-size: 1.25rem; font-weight: 600;}
.sya-one ul li p{ font-size: 1rem; width:100%; justify-content: space-between; align-items: center;  flex-direction: row;}
.sya-one ul li b{ width:30px; height: 30px; display: flex; background-image: url(../img/svg-loaders/djt.svg); background-repeat: no-repeat; background-size:20px; background-position: center;}
.sya-one a:hover ul{ background-color: #7ab1d0; color: #FFF; }
.sya-one a:hover ul li b{ background-image: url(../img/svg-loaders/djth.svg); }
.sya-one a:hover img{
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
}

/*-- syb --*/
.syb{ width:100%; float:left; display: flex; flex-direction: column;}
.syb-t{ width:100%; float:left;}
.sybt-p{ width:100%; float:left;}
.sybt-p{ width:100%; display: flex; justify-content: space-between; align-items:flex-end; flex-direction: row; padding:70px 0px 45px; }
.sybt-p ul{ display: flex; flex-direction:column; padding-right: 10px; }
.sybt-p ul li:first-child{ font-size:2.25rem; color: #000;  position:relative; font-weight: 600;}
.sybt-p ul li:first-child::before{ content: ''; position: absolute; left: 0; bottom:6px; width:100%; height:20px; background-color: #7ab1d0; }
.sybt-p ul li span{ position: relative; z-index: 1; flex-shrink: 0;}
.sybt-p a{ font-size:1rem; color: #000; text-decoration:none; height: 60px; padding: 10px; position: relative; display: flex; justify-content: center; align-items: center; flex-direction: row; }
.sybt-p a::before{ width:60px; height:55px; background-color: #7ab1d0; content: ''; position: absolute; left:-30px; top:0; border-radius: 20px 5px 5px 5px; -webkit-transition:all 0.6s; -moz-transition:all 0.6s; transition:all 0.6s;}
.sybt-p a span{ position: relative; z-index: 1; font-weight: 600; flex-shrink: 0;}
.sybt-p a:hover::before{ width:calc(100% + 50px); border-radius: 20px 5px; }
.sybt-p a i{ position: relative; z-index: 1;}

.syb-p{ width:100%; height:760px; background-color: #000; display: flex; background-repeat:no-repeat; background-position: center right;}
.syb-w{ width:770px; height: 100%; padding: 40px; color: #FFF; display: flex; justify-content:center; align-items: flex-start; flex-direction: column; font-size:1.1rem; }
.syb-w h2{ font-size: 1.1rem; color:#FFF; line-height: 1.8;}
.syb-w ul{ width:100%; display: flex; justify-content:space-between; flex-direction: row; position:relative; padding:60px 0px 10px;}
.syb-w ul li{ width:100%; padding:0px 10px; display: flex; flex-direction:column; justify-content:flex-start; align-items:flex-start; position: relative;}
.syb-w ul li h1{ font-size:0.95rem; color:#7ab1d0; line-height:1.5; }
.syb-w ul li h1 span{ font-size:2.8rem; color: #7ab1d0; line-height:1.5; font-weight:bolder;}
.syb-w ul li h1 sup{ font-size:2.8rem; line-height:1; top:-0.1rem; color:#7ab1d0;}
.syb-w ul li p{ color: #FFF; line-height:1.2; font-size:1rem; padding:10px 0px; }

/*-- syc--*/
.syc{ width:100%; float:left; display: flex; flex-direction: column; position: relative; padding-bottom: 100px;}
.syc::before{ width:100%; height:250px; background-color: #342c2a; content: ''; position: absolute; left:0; bottom: 0;}
.syc-t{ width:100%; display: flex; justify-content: space-between; align-items:flex-end; flex-direction: row; padding:70px 0px 45px; }
.syc-tm{ width:100%; display: flex; justify-content: space-between; align-items:flex-end; flex-direction: row; }
.syc-tm ul{ display: flex; flex-direction:column; padding-right: 10px; }
.syc-tm ul li:first-child{ font-size:2.25rem; color: #000;  position:relative; font-weight: 600;}
.syc-tm ul li:first-child::before{ content: ''; position: absolute; left: 0; bottom:6px; width:330px; height:20px; background-color: #7ab1d0; }
.syc-tm ul li:last-child{ font-size:2.25rem; color: #000; padding: 10px 0px; font-weight: 600; }
.syc-tm ul li span{ position: relative; z-index: 1;}
.syc-tm a{ font-size:1rem; color: #000; text-decoration:none; height: 60px; padding: 10px; position: relative; display: flex; justify-content: center; align-items: center; flex-direction: row; }
.syc-tm a::before{ width:60px; height:55px; background-color: #7ab1d0; content: ''; position: absolute; left:-30px; top:0; border-radius: 20px 5px 5px 5px; -webkit-transition:all 0.6s; -moz-transition:all 0.6s; transition:all 0.6s;}
.syc-tm a span{ position: relative; z-index: 1; font-weight: 600; flex-shrink: 0;}
.syc-tm a:hover::before{ width:calc(100% + 50px); border-radius: 20px 5px; }
.syc-tm a i{ position: relative; z-index: 1;}

.syc-show{ width:100%; padding-left:14%; }
.syc-show .gallery-cell{ position: relative; }
.syc-show .gallery-cell a{ width:100%; height: 100%; display: flex; flex-direction: column; border: 1px solid #dedede; border-radius:80px 10px 10px 10px; padding: 15px; background-color: #FFF; }
.syc-show .gallery-cell i{ width:100%; overflow: hidden; border-radius:80px 10px 10px 10px;}
.syc-show .gallery-cell i img{ width:100%; transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s;}
.syc-show .gallery-cell i img:hover{
-webkit-transform: scale(1.04);
-moz-transform: scale(1.04);
transform: scale(1.04);
-webkit-transition: 0.6s;-moz-transition: 0.6s; transition: 0.6s;
}
.gshow{ width: 100%; height:140px; padding:0px; display: flex; justify-content:center; align-items: center; flex-direction: column; }
.gshow h1{ width:100%; font-size:1.05rem; color: #7ab1d0; display: flex; padding:10px 0px; font-weight: 600; }
.gshow p{ width:100%; font-size:0.95rem; color: #212121; display: flex; }
.syc-show .flickity-page-dots { display: none;}

/*-- syd --*/
.syd{ width:100%; float: left; padding-bottom: 70px;}
.syd-t{ width:100%; display: flex; justify-content: space-between; align-items:flex-end; flex-direction: row; padding:70px 0px 30px; }
.syd-t ul{ display: flex; flex-direction:column; padding-right: 10px; }
.syd-t ul li:first-child{ font-size:2.25rem; color: #000; font-weight:600; position:relative;}
.syd-t ul li:first-child::before{ content: ''; position: absolute; left: 0; bottom:6px; width:100%; height:20px; background-color: #7ab1d0; }
.syd-t ul li span{ position: relative; z-index: 1; flex-shrink: 0;}
.syd-t ul li:last-child{ font-size:1.1rem; color: #000; padding: 10px 0px; }
.syd-t a{ font-size:1rem; color: #000; text-decoration:none; height: 60px; padding: 10px; position: relative; display: flex; justify-content: center; align-items: center; flex-direction: row; }
.syd-t a::before{ width:60px; height:55px; background-color: #7ab1d0; content: ''; position: absolute; left:-30px; top:0; border-radius: 20px 5px 5px 5px; -webkit-transition:all 0.6s; -moz-transition:all 0.6s; transition:all 0.6s;}
.syd-t a span{ position: relative; z-index: 1; font-weight: 600; flex-shrink: 0;}
.syd-t a:hover::before{ width:calc(100% + 50px); border-radius: 20px 5px; }
.syd-t a i{ position: relative; z-index: 1;}

.syd-show{ width:100%;}
.syd-one{ width:100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column;}
.syd-one a{ width:100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column;}
.syd-one i{ width:100%; display: flex; overflow: hidden; background-color: #dad8d8; }
.syd-one i img{ width:100%; -webkit-transition:all 0.5s;-moz-transition:all 0.5s; transition:all 0.5s;}
.syd-one ul{ width:100%; min-height: 139px; padding: 16px 22px; background-color: #f5f5f5; display: flex; justify-content:center; align-items: flex-start; flex-direction: column; overflow: hidden;}
.syd-one ul li:first-child{ font-size: 1.05rem; color: #000; line-height: 1.5; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;  display: block;}
.syd-one ul li:nth-child(2){ font-size: 0.95rem; color: #000; line-height: 1.3; padding: 10px 0px;  display: block;}
.syd-one ul li:nth-child(3){ font-size: 0.95rem; color: #686868; line-height: 1.3; display: block;}
.syd-one a:hover img{
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
}

/*-- 内页 --*/
.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: flex-start; flex-direction: row; flex-wrap: wrap; padding:10px 0px;}
.locbox ul li{ font-size: 0.95rem; color: #545454; line-height: 20px; padding-right: 5px; display: flex; justify-content: center; align-items: center;}
.locbox ul li img{ width: 13px; padding-top:3px;}
.locbox ul li a{ font-size: 0.95rem; color: #545454;}
.locbox ul li a:hover{ color: #7ab1d0; text-decoration:underline!important; }

/*-- 关于我们 --*/
.aboutbox{ width:100%; float: left; display: flex; flex-direction: column;}
.abone{ display: flex; width:100%; background-repeat: no-repeat; background-image:url(../img/images/page/abbg.jpg); background-position: center; background-size: cover; }
.abonem{ width:100%; min-height: 600px; display: flex; justify-content: space-between; flex-direction: row;}
.abl{ width:47%; display: flex; justify-content: center; flex-direction: column; padding-right: 30px; }
.abl i img{ max-width:100%;}
.abl h1{ font-size:2.4rem; color:#7ab1d0; padding: 5px 0px;}
.abl p{ font-size: 0.95rem; line-height: 1.8; width:90%; padding: 30px 0px;}
.abr{ width:53%; display: flex; justify-content: flex-end; align-items: flex-end;}

.syo-num{ width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; color:#FFF;}
.syo-num ul{ width:100%; display: flex; justify-content: flex-start; flex-direction: row; position:relative;}
.syo-num ul li{ flex: 1; height: 150px; padding:0px 10px; display: flex; flex-direction:column; justify-content:center; align-items:center; position: relative; background-color: #7ab1d0; text-align: center;}
.syo-num ul li:nth-child(2){ background-color: #b5b5b5; }
.syo-num ul li h1{ font-size:1rem; color: #FFF; line-height:1.5; }
.syo-num ul li h1 span{ font-size:2.6rem; color: #FFF; line-height:1.5; font-weight: bolder;}
.syo-num ul li h1 sup{ font-size:1rem; line-height:1; top:-1rem; color: #FFF;}
.syo-num ul li p{ color: #FFF; line-height:1.2; font-size:1rem; padding:10px 0px; width:100%; }

.abtwo{ width:100%; display: flex; padding:80px 0px; }
.abtwom{ width:100%; display: flex; justify-content: space-between; align-items: center; flex-direction: row;}
.abtwom i{ width: 56%;}
.abtwom i img{ width:100%;}
.abtwom p{ width:50%; font-size:0.95rem; line-height: 1.8; color: #000; padding-left:5%;  }

.abth{ width:100%; display: flex; background-image: url(../img/images/page/w01.jpg); background-position: center; background-color: #272f38; background-repeat: no-repeat; background-size: cover; padding: 50px 0px;} 
.abth .md { display: flex; flex-direction: column; }
.abth-t{ width:100%; display: flex; justify-content: center; align-items: center; color:#FFF; text-align: center; padding:20px 0px;}
.abth-t h1{ font-size: 2.4rem; font-weight: bold;}
.abth-show{ width:100%; justify-content: center; align-items: center; flex-direction: column; padding:0px 10% 0px;}
.whone{ width:100%; display: flex; justify-content: center; align-items: center; flex-direction: row;}
.whone i{ width:55%; display: flex;}
.whone i img{ width:100%;}
.whone div{ width:45%; display: flex; flex-direction: column; padding: 40px;}
.whone div h1{ font-size: 1.68rem; color:#FFF; padding: 30px 0px; position: relative;}
.whone div h1::before{ content: ''; position:absolute; left:-80px; bottom: 0;  width:calc(100% + 80px);  height:4px; background-color: #7ab1d0;}
.whone div p{ font-size: 1.10rem; color:#FFF; padding: 30px 0px;}
.myab{ padding-top: 50px;}
.abth-show .swiper-pagination-bullet { width:7px; height:7px; opacity: 1; background-color: transparent;  background-color: #FFF;}
.abth-show .swiper-pagination-bullet-active { color: #FFF; background: #7ab1d0; position: relative;}
.abth-show .swiper-pagination-bullet-active::before{ width: 15px; height: 15px; content: ''; position: absolute; left:-4px; top:-4px; border:1px solid #7ab1d0; border-radius: 360px; }
.abth-show .swiper-horizontal>.swiper-pagination-bullets{ top:0px; bottom: auto;}

.abfo{ width:100%; display: flex; background-color: #e5e5e5; padding-bottom: 100px;}
.abfom{ width:100%; height: 100%; display: flex; justify-content: flex-start; flex-direction: row;}
.abfo-a{ flex: 3; display: flex; justify-content:space-between; flex-direction: column;}
.abfo-a h1{ font-size: 2.4rem; color: #000; font-weight: 600; padding:0px 30px; height: 220px; display: flex; justify-content: center; flex-direction:column;}
.abfo-a i{ width: 100%; margin-top: 20px;}
.abfo-a i img{ width: 100%;}
.abfo-b{ flex: 2; display: flex; justify-content:center; flex-direction: column; background-color: #6b6b6b; padding: 40px;}
.abfo-b h1{ font-size: 1.56rem;  color: #e5e5e5; line-height:1.5; font-weight: 600; padding-bottom:20px;}
.abfo-b p{ font-size: 1rem; color: #e5e5e5; line-height:1.8;}
.abfo-c{ flex: 5; display: flex; justify-content:flex-end; flex-direction: column; padding-top:30px; padding-left:50px; padding-bottom: 50px;}
.abbr-one{ width:100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; position:relative; padding:0px 0px 20px; cursor: pointer;}
.abbr-one::before{ content: ''; position: absolute; left: -24px; top:10px; width:13px; height: 13px; border-radius: 360px; background-color: #6b6b6b; z-index: 1; }
.abbr-one::after{ content: ''; position: absolute; left: -19px; top:15px; width:2px; height: 100%; background-color: #6b6b6b; }
.abbr-one h1{ display: flex; justify-content: flex-start; flex-direction: row; font-size:1.56rem; color: #7ab1d0; padding:0px 0px 7px; font-weight: 600;}
.abbr-one p{ font-size:1rem; color: #5b5b5b; line-height:1.6; }
.abbr-one.abbrone{ padding:20px; margin-bottom:20px; background-color:#6b6b6b;}
.abbr-one:last-child::after{ background-color:#6b6b6b;}

/*-- products --*/
.bigbox{ width:100%; display: flex; padding-top: 15px; padding-bottom: 60px;}
.cpsearch{ width:100%; flex: 1; height: auto; float: left; display: flex; justify-content:flex-start; align-items:flex-end; flex-direction: column; padding:5px 0px; }
.bigbox .cpsearch{  padding:15px 15px 30px; }
.insearch{ width:290px; height:auto; border:1px solid #000; background-color:#ffffff; overflow:hidden; display: flex; justify-content:space-between; align-items: center; flex-direction: row; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
.insearch .p1{ width:83%; height:40px; float:left;}
.insearch .p2{ width:15%; height:40px; float:right; text-align:center; overflow:hidden; cursor:pointer; }
#search_inputps1{ outline:none; height:100%; width:100%; border:0px solid #CCC; background-color:#ffffff; float:left; padding:0px 15px; font-size:0.9rem; color:#000;}
#search_inputps2{ display:inline-block; width:100%; height:100%; outline:none; background-color:#ffffff; cursor:pointer; background-image:url(../img/svg-loaders/sosearch.svg); background-size:28px; 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;}
.psortone{ width:100%; display: flex; overflow: hidden; position: relative; }
.psortone::before{ content: ''; position:absolute; left: 0; top:0; width: 100%; height: 100%; background-color: #2f2729; opacity: 0.5; z-index:1}
.psortone a{width:100%; display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative;}
.psortone i{ width:100%; position: relative; display: flex; overflow: hidden; }
.psortone i img{ width:100%; background-color: #d0d1d2; -webkit-transition:all 0.6s; -moz-transition:all 0.6s; transition:all 0.6s;}
.psone{ position: absolute; left: 0; top:0; padding:15px; display: flex; width: 100%; height: 100%; justify-content: center; align-items: center;}
.psone h1{ width: 175px;  text-align: center; min-height: 60px; border: 1px solid #FFF; display: flex; justify-content: center; align-items: center; padding:10px; font-size:1.1rem; position: relative; z-index: 2; line-height: 1.2; color: #FFF; border-radius: 30px; -webkit-transition:all 0.6s; -moz-transition:all 0.6s; transition:all 0.6s;}
.psortone:hover i{ position: relative; z-index: 1;}
.psortone:hover i img{ -webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05);}
.psortone:hover .psone{ justify-content: center; }
.psortone:hover .psone h1{  background-color:#FFF; color: #000; text-align: center; }

/*-- 产品NEI --*/
.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 15px;}
.list{ width:100%; flex: 3; 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:auto; list-style:none; height:auto; display: flex; position: relative; margin:5px 15px 5px 0px; }
.list ul li a{ min-width:140px; max-width: 250px; height:40px; background-color: #f0f0f0; line-height:1; color:#000000; font-size:0.95rem; position:relative; display: flex; justify-content:center; align-items: center; flex-direction:row; }
.list ul li>a span{ text-align:center; padding: 0px 5px; }
.list ul li.choosepoint a{ color:#FFF; }
.list ul li .inactive i{ display:none;}
.list ul li .inactives i{ display:none;}
.list ul li i svg{ width:15px;}
#nchoose{ background-color: #7ab1d0; }
#nchoose span{ color: #FFF;}
#sortsj{ fill:#FFF;}
.list ul li a:hover #sortsj{ }
#nchoose #sortsj{}
.list ul li ul{ width:100%; height:auto; padding:15px 10px; display:none; position: absolute; left:0; top:100%;
background-color: #535353; 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:40px; line-height:20px; color:#FFF; font-size:15px; padding:10px; width:100%; justify-content: center; align-items: center;}
.list ul li:hover #di li a{ color:#FFF; }
.list ul li ul li>a span{ text-align: left; }
.list ul li:hover #di li:hover a{ color:#eda181; }
.list ul li:hover #di li #tchoose{ color:#eda181; }
#tchoose{ color:#eda181; }
.list ul li:hover #di li:hover a span{ color:#eda181;}

.prombox{ width:100%; min-height:350px; padding:0px 60px;}
.cpmian{ width:100%; height:auto; display:flex; flex-direction: column; border: 1px solid #dddddd; position:relative; overflow:hidden; -webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;}
.cpimgs{ width:100%; height:300px; float:left; overflow:hidden; display: flex; justify-content: center; align-items: center;}
.cpimgs img{ width:100%; max-height: 300px; 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; padding:10px 20px 20px;}
.colorbox{ width: 100%; min-height:17px; display: flex; justify-content:center; align-items:center; flex-direction:row;}
.colorbox i{ margin:0px 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:1px solid #FFF; border-radius: 360px;}
.colorbox i.on{ border: 1px solid #7ab1d0;}
.cpnames h1{ width:100%; display: flex; justify-content: center; align-items: center; text-align: center; font-size: 1rem;  color: #000; padding:10px 0px; font-weight: normal; }
.cpmian:hover{filter:progid:DXImageTransform.Microsoft.Shadow(color=#7ab1d0,direction=120,strength=4);
-moz-box-shadow: 0px 0px 10px 2px #7ab1d0;
-webkit-box-shadow: 0px 0px 10px 2px #7ab1d0;
box-shadow:0px 0px 10px 2px #7ab1d0;
}

/*-- 产品内页 --*/
.proinfobox{ width:100%; height:auto; display: flex; flex-direction: column; padding:20px 60px;}
.ban {width:100%; height:auto; position:relative; z-index:1; display: flex; flex-direction: row;}
.banl{ width:50%; display: flex; flex-direction:column-reverse; justify-content: flex-start;}
.banl .swiper-slide img{ width:100%;}
.mySwipera{ width:100%; position: relative; overflow: hidden; background-color:#FFF; border: 1px solid #d7d7d7;}
.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; padding:10px 30px; }
.mySwiperb{ width:100%; display: flex; overflow: hidden; flex-direction: column;}
.mySwiperb .swiper-slide{ border:3px solid #d7d7d7; display: flex; justify-content: center; align-items: center; }
.mySwiperb .swiper-wrapper .swiper-slide{ width:90px; height:90px; cursor: pointer;}
.mySwiperb .swiper-slide-thumb-active { border:3px solid #7ab1d0!important;}
#prev1 { position: absolute; left:0px; bottom:-23px; transform: translateY(-50%); background: url(../img/svg-loaders/left.svg) center center no-repeat; background-size:100%; width:25px; height:65px; z-index: 99; }
#prev1:hover { background: url(../img/svg-loaders/lefth.svg) center center no-repeat;  background-color: #5996b9; background-size:100%;}
#next1 { position: absolute; right: 0; bottom:-23px; transform: translateY(-50%); background: url(../img/svg-loaders/right.svg) center center no-repeat; background-size:100%;width:25px; height:65px; z-index: 99; }
#next1:hover { background: url(../img/svg-loaders/righth.svg) center center no-repeat;  background-color: #5996b9; background-size:100%;}
.banr{ width:50%; display: flex; flex-direction: column; padding:3% 7% 0px;  }
.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.35rem; line-height: 1.5; color: #000; font-weight:bolder; }
.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%; display: flex; flex-direction: column; padding:20px 0px 0px; }
.br-b p{ font-size:1rem; color: #000; line-height:2.5; }
.br-c{ width:100%; display: flex; flex-direction:row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; padding:0px 0px 70px;}
.br-c i{ margin-right:10px; width:35px; height:35px; border-radius: 360px; border:2px solid #d7d7d7; display: flex; flex-shrink: 0; position: relative; cursor: pointer;}
.br-c i::before{ width:31px; height:31px; content: ''; position: absolute; left: 0; top:0; border:3px solid #FFF; border-radius: 360px;}
.br-c i:hover{ border:2px solid #7fb4d2;}
.tooltip { font-size: 1em; color: #000; }
.br-c p{font-size:1rem; color: #000; line-height:2.5; width: 100%; padding-bottom:5px; }

.samebox{ width:100%; display: flex; flex-direction: column;}
.same-t{ width:100%; display: flex; justify-content: center; align-items: center; align-content: center; text-align: center; padding: 40px 0px 0px;}
.same-t h1{ font-weight:normal; font-size:2.4rem; color: #000; text-align: center; }
.same-show{ width:100%; display: flex; padding: 35px 0px; position: relative;}
.mywz{ padding:15px;}
.same-show .swiper-button-prev{ left:-45px; width:40px; height:40px;  background:url(../img/svg-loaders/left.svg) center center no-repeat #d3d3d3; background-size:50%; 
-moz-border-radius: 360px; /* Firefox */
-webkit-border-radius: 360px; /* Safari 和 Chrome */
border-radius: 360px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.same-show .swiper-button-prev:hover{ background:url(../img/svg-loaders/lefth.svg) center center no-repeat #7ab1d0; background-size:50%; }
.same-show .swiper-button-next{ right:-45px; width:40px; height:40px; background: url(../img/svg-loaders/right.svg) center center no-repeat #d3d3d3; background-size:50%; 
-moz-border-radius: 360px; /* Firefox */
-webkit-border-radius: 360px; /* Safari 和 Chrome */
border-radius: 360px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.same-show .swiper-button-next:hover{ background: url(../img/svg-loaders/righth.svg) center center no-repeat #7ab1d0; background-size:50%; }
.same-show .swiper-button-next:after,.same-show .swiper-button-prev:after{ display: none;}

/*-- oembox --*/
.oembox{ width:100%; display: flex; flex-direction: column; }
.oem-a{ width:100%; display: flex; flex-direction: column; padding:40px 0px;}
.oem-aimg{ width:100%; height: auto; display: flex; justify-content:space-between; align-items: center; padding: 15px 0px; flex-direction: row;}
.oem-ione{ width:100%; height: auto; display: flex; justify-content: center; align-items: center; flex-direction:column;  overflow: hidden; position: relative; background-color: #7ab1d0; padding: 5px;}
.oem-ione>i{ width:100%; display:flex; position: relative; background-color:#7ab1d0 }
.oem-ione>i img{ width: 100%; z-index: 1; position: relative;}
.oem-ione h1{ width:100%; padding:10px; height:55px; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; font-size:1rem; color:#FFF; z-index: 1;}
.oem-ione h1 span{ position: relative; z-index: 1;}
.oem-aimg.bimg{ flex-direction:row-reverse;}
.oem-jt{ display:flex; justify-content: center; align-items: center; width:50px; padding:0px 30px ; }
.oem-jt img{ width:50px;}

.oem-b{ width:100%; height:auto; display:flex; justify-content: space-between; flex-direction:row; background-color: #474747; overflow: hidden; }
.oem-b i{ width:60%; height: 300px; background-repeat: no-repeat; background-size: cover; background-position: center; display: flex;}
.oem-b div{ width:40%; display: flex; justify-content: center; align-items:flex-start; flex-direction: column; position: relative;}
.oem-b div::before{ content: ''; position: absolute; left:-15%; top:-48%; width:800px; height:800px; border-left:20px solid #949494; border-radius:100%; background-color: #474747;}
.oem-b div p{ font-size:1.85rem; color: #FFF; line-height: 1.5; position: relative; z-index: 1;}

.oem-c{ width:100%; display: flex; padding: 60px 0px 100px;}
.oem-cinfo{ width:100%; color: #000; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column;}
.oem-cinfo h1{ font-size: 1.75rem; line-height: 1.5; padding: 20px 0px;}
.oem-cinfo p{ font-size: 1rem; line-height: 1.5;}
.oem-cimg{ width:100%; display: flex; justify-content: flex-start; flex-direction: row; padding:50px 0px;}
.oem-cimgl{ flex: 1; padding-right:8px;}
.oem-cimgl i{ width:100%;}
.oem-cimgl i img{ width:100%;}
.oem-cimgr{ flex: 1; padding-left:8px; display: flex; justify-content:space-between; flex-direction: column;}
.oem-cimgr i{ width:100%;}
.oem-cimgr i img{ width:100%;}

.oem-zs{ width:100%; display: flex; flex-direction: row; background-color: #f7f7f7;}
.oem-zsl{ width: 50%; }
.oem-zsl i{ width:100%;}
.oem-zsl i img{ width:100%;}
.oem-zsr{ width: 50%; padding:60px 30px; display: flex; justify-content:space-around; flex-direction: column; }
.oem-zsr h1{ font-size: 1.75rem; line-height: 1.5; padding: 20px 0px;}
.oem-zsr p{ font-size: 1rem; line-height: 1.5; margin-bottom: auto;}
.oem-zsr a{ width:180px; height: 50px; font-size: 1rem; background-color:#7ab1d0; line-height: 1.5; display: flex; justify-content: center; align-items: center; text-align: center; color: #FFF; -webkit-transition:all 0.6s;-moz-transition:all 0.6s; transition:all 0.6s;}
.oem-zsr a:hover{ background-color: #000; }


/*-- 下载 --*/
.sup-box{ width:100%; display: flex; flex-direction: column; padding:20px 0px 100px;}
.sup-one{ display: flex; justify-content: center; align-items: center;  background-color: #ffffff;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#a8a5a7,direction=120,strength=4);/*兼容ie*/
-moz-box-shadow: 0px 5px 15px #a8a5a7;/*兼容firefox*/
-webkit-box-shadow: 0px 5px 15px #a8a5a7;/*兼容safari或chrome*/
box-shadow:0px 5px 15px #a8a5a7;/*兼容opera或ie9*/
}
.sup-one a{ width:100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction:column; padding: 15px;}
.sup-one a>i{ width:100%; display: flex;}
.sup-one a>i img{ width:100%; }
.sup-one h1{ width:100%; height:60px; display: flex; justify-content: center; align-items: center; flex-direction:row; background-color:#000000; transition:all 0.6s; -webkit-transition:all 0.6s; -moz-transition:all 0.6s;}
.sup-one h1 p:first-child{ width:100%; font-size: 0.8rem; color: #FFF; line-height: 1.5; display: flex; justify-content:flex-start; align-items: center; padding: 0px 10px;}
.sup-one h1 p:nth-child(2){ width:80px; height: 100%; flex-shrink:1; background-color: #c3c3c3; display: flex; justify-content: center; align-items: center; text-align: center; flex-direction: column; padding: 5px;}
.sup-one h1 span{ font-size: 0.6rem; color: #6e6e6e; padding-top:5px;}
.sup-one h1 i{ width:26px; height:26px; display: flex; justify-content: center; align-items: center;}
.sup-one h1 i svg{ width: 100%;}
#ddp{ fill: #000;}
.sup-one:hover #ddp{ fill: #FFF;}
.sup-one:hover h1 span{ color: #FFF;}
.sup-one:hover h1 p:nth-child(2){ background-color:#7ab1d0; }
.sup-one:hover{
filter:progid:DXImageTransform.Microsoft.Shadow(color=#7ab1d0,direction=120,strength=4);
-moz-box-shadow: 0px 5px 15px #7ab1d0;
-webkit-box-shadow: 0px 5px 15px #7ab1d0;
box-shadow:0px 5px 15px #7ab1d0;
}

/*-- 证书 --*/
.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:#fdeddb; 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;}

/*-- 新闻 --*/
.newsbox{ width:100%; height: auto; position: relative; float: left; display: flex; justify-content:flex-start; align-items: center; flex-direction: column;}
.news-show{ width:100%; height: auto; padding:0px 0px 50px; }
.sortone{ width:100%; height:auto; display: flex; position:relative;  margin-top:80px; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition:all 0.5s; }
.sortone a{ width:100%; display: flex; justify-content: space-between; align-items:flex-end; flex-direction: row;}
.sortone .sortimg{ width:57%; height:auto; float:left; overflow: hidden; position: relative;}
.sortone .sortimg i{ width:100%; height:100%; float:left; background-repeat:no-repeat; background-size:cover; background-position:center; -webkit-transition:1s; -moz-transition:1s; transition:1s; overflow: hidden; background-color: #423e3d;}
.sortone .sortimg i img{ width:100%; border-radius: 0px 0px 50px 0px;}
.sortone .sortinfo { width:43%; top:0; position: relative; background-color: #423e3d; border-radius:50px 0px 0px 0px; height:calc(100% + 50px); display: flex; justify-content:space-around; align-items: flex-start; flex-direction: column; padding:30px 30px 30px 70px;}
.sortone .sortinfo h3{ width:100%; display: flex; justify-content:flex-end; align-items: center; flex-direction: row; text-align: right; font-size: 1.25rem; color: #FFF;}
.sortone .sortinfo h1{ width:80%; font-size:1.25rem; color:#FFF; padding-top:50px; position: relative; padding-bottom: 30px;}
.sortone .sortinfo h1::before{ content: ''; position: absolute; left: 0; bottom: 0px; width:150px; height: 2px; background-color: #FFF;}
.sortone .sortinfo p{ width:80%; padding:40px 0px; font-size:1rem; line-height:1.5; color:#FFF;   }
.sortone .sortinfo h2{ width: 130px; height: 40px; background-color: #ffffff; font-size:0.95rem; line-height: 1px; color:#000; overflow:hidden; display: flex; justify-content: center; align-items: center; margin-bottom: auto; -webkit-transition:all 0.5s;-moz-transition:all 0.5s; transition:all 0.5s;}
.sortone:hover .sortinfo h2{ background-color: #7ab1d0; color: #FFF; }


/*-- page --*/
.page{ width:100%; height:auto; display: flex; justify-content: center; align-content: center; flex-direction: column; font-size:16px; padding:20px 0px;}
.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:#000;  }
.pagination ul li a:hover{ background:#7ab1d0; color:#FFF; border-radius: 360px;}
.pagination ul li a.active{ background:#7ab1d0; color:#FFF; 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: #7ab1d0;}
#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:#7ab1d0; }
#prevstart #cco{ fill:#7ab1d0; }
#nextend #cco{ fill:#7ab1d0; }

/*-- 新闻详细内容 --*/
.in-newsbox_title { width:100%; padding:50px 0px 15px; font-size:22px; 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: #000; color: #ffffff;
 -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;}
.backbtn a:hover{ background-color: #7ab1d0; 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; /* Firefox */
-webkit-border-radius: 3px; /* Safari 和 Chrome */
border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
background: #000;
}
.pagesl a:hover{ color:#FFF; background:#7ab1d0;}
.pagesl i{ padding-right:5px;}
.pagesr a{ color:#FFF; font-size:1rem; padding:5px 10px; display:inline-block;
-moz-border-radius: 3px; /* Firefox */
-webkit-border-radius: 3px; /* Safari 和 Chrome */
border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
background: #000;
-webkit-transition: 0.3s;-moz-transition: 0.3s;transition: 0.3s;
}
.pagesr i{ padding-right:5px;}
.pagesr a:hover{ color:#FFF; background:#7ab1d0; -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: 240px; display: flex; justify-content: center; align-items: center; flex-direction: column; background-color:#f5f5f5; padding:10px 15px; cursor: pointer; -webkit-transition:all 0.6s;-moz-transition:all 0.6s; transition:all 0.6s;}
.con-a i{ display: flex; justify-content: center; align-items: center; padding:20px 0px; width: 90px; height: 90px; border-radius: 360px; background-color: #7ab1d0; }
.con-a i img{ max-width: 100%;}
.con-a p{ width: 100%; font-size: 1.15rem; font-weight: 600; padding: 15px 0px; display: flex; justify-content:center; align-items:flex-start; color: #000000; text-align: center; -webkit-transition:all 0.6s;-moz-transition:all 0.6s; transition:all 0.6s;}
#fcol{ fill:#FFF; -webkit-transition:all 0.6s;-moz-transition:all 0.6s; transition:all 0.6s;}
.mapbox{ width:100%; padding: 0px 0px 30px; display: flex; justify-content: center; align-items: center; flex-direction: column;}
#container{ width:100%; height:500px; float:left;}


/*-- footB --*/
.footB{ width:100%; background-color:#000000; 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:15px 0px 20px;}
.flogo{ display: flex;}
.flogo img{ width:165px;}
.fshare{ width: 430px; height:80px; display: flex; flex-direction: row; justify-content:center; align-items: center; padding:10px;  position: relative; }
.fshare a{ padding:0px 3.5%;}
.fshare a i{ width:42px; height:42px; 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: #7ab1d0;}
.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 #5e5e5e; border-bottom: 1px solid #5e5e5e;}
.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;}
.fnav{ display: flex; justify-content:flex-start; align-items:flex-end; flex-direction: row; padding-top:15px; padding-right: 20px;}
.fnav ul{ display:flex; flex-direction: column; padding: 0px 20px;}
.fnav ul li{ padding:5px 0px;}
.fnav ul li a{ font-size:0.93rem; color: #adadad; line-height: 1.2;}
.fnav ul li a:hover{ color: #7ab1d0; }
.fsort{ display:flex; flex-direction: column; padding:15px 40px 0px;}
.fsort h1{font-size:0.93rem; color: #FFF; 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; padding-right: 30px;}
.fsort ul li{ padding:5px 0px;}
.fsort ul li a{ font-size:0.9rem; color: #7a7a7a; line-height: 1.2;}
.fsort ul li a:hover{ color: #FFF; }
.fc-r{ display: flex; justify-content: space-between; flex-direction: row; padding-right: 40px;}
.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:145px;}
.fc-r div p{ text-align: center; font-size: 0.93rem; color: #c8c8c8; padding:8px 0px;}
	
.foot-c{ width:100%; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: row; padding:25px 0px;}
.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:#7ab1d0; 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:0.93rem; color: #999999; padding: 10px 0px; }
.foot-bone p{ font-size:1.25rem; color: #FFF; line-height: 1.2; font-weight: 600; }
.foot-bone p.else{ font-size:0.92rem; color: #FFF; line-height: 1.2; font-weight: normal;}
.foot-bone div{ display: flex; flex-direction: column;}
.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%;}
}

/* ~~ 其它浮动/清除类 ~~ */
.fltrt {  /* 此类可用于在页面中使元素向右浮动。浮动元素必须位于其在页面上的相邻元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用于在页面中使元素向左浮动。浮动元素必须位于其在页面上的相邻元素之前。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 如果从 #container 中删除或移出了 #footer，则可以将此类放置在 <br /> 或空 div 中，作为 #container 内最后一个浮动 div 之后的最终元素 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearbox{ width:100%; height:1px; float:left;}


.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);
  }
}

.sythh {
  -webkit-animation-name: float-up-down;
  -webkit-animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: float-up-down;
  -moz-animation-duration: 4s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  animation-name: float-up-down;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  display: flex;
  align-items: center;
}


/*-- 左侧 --*/
.footside{position:fixed!important; width:60px; height:auto; right:0; top:45%; z-index:8;}
.footside ul li{ width:60px; height:60px; float:left; position:relative; margin-top:1px; list-style:none; background:#242424; color:#FFF; -moz-border-radius: 10px 0px 0px 10px;
-webkit-border-radius: 10px 0px 0px 10px;
border-radius: 10px 0px 0px 10px;
}
.footside ul li .sidetop{ width:60px; height:60px; display:inline-block; background:#242424; transition:all 0.3s;}
.footside ul li .sidetop:hover{ background:#ecc7aa; opacity:1; filter:Alpha(opacity=100);}
.footside ul li a{ position:absolute; width:60px; height:60px; top:0; right:0; background:#242424; transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s; line-height:60px; color:#FFF; font-size:17px;}
.footside ul li a>i{ float:left; width:60px; height:60px; text-align: center; }
.footside ul li a span{ display:none;}
.footside ul li a span img{ width:100%;}
.footside ul li img{ max-width:100%; float:left;}
#cmail:hover a{ width:155px; background:#ecc7aa; transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s; overflow:hidden;}
#cmail:hover a span{ display:block;}

.footside ul li div>i{ width:120px; position: absolute; right: 0; top:0; z-index: 1;}
.footside ul li div>i img{ width:100%;}
.footside ul li div{ width:60px; height:60px; color: #FFF; display: table; background: #ecc7aa; text-align: center; position:absolute; right: 0; top: 0; visibility: hidden; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s;}
.footside ul li:hover div{ width:120px; text-align: center; height:auto; visibility: visible; right: 100%;  filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; transition: 0.6s; -webkit-transition: 0.6s;-moz-transition: 0.6s;}
#topcontrol{ z-index: 3;}

/*-- --*/
.furight{ position:fixed; right:20px; top:35%; width:80px; height:auto; z-index:101; background:#FFF; padding:10px 0px;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
filter:progid:DXImageTransform.Microsoft.Shadow(color=#dddcdc,direction=120,strength=4);/*兼容ie*/
-moz-box-shadow:0px 0px 3px 0px #dddcdc;/*兼容firefox*/
-webkit-box-shadow:0px 0px 3px 0px #dddcdc;/*兼容safari或chrome*/
box-shadow:0px 0px 3px 0px #dddcdc;/*兼容opera或ie9*/
}
.furight ul li{ width:100%; height:auto; float:left;}
.furight ul li i{ width:100%; height:auto; float:left; text-align:center; padding:5px 0px;}
.furight ul li i img{ max-width:100%;}
.furight ul li p{ width:100%; height:auto; float:left; text-align:center; font-size:14px; color:#4a4a4a; transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s; padding:2px 0px 5px;}
.furight ul li a:hover p{ color:#00c1b4; transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s;}
.furight.fen p{ font-size:12px;}

.furightB, .furightB2, .furightB3{ width:100%; height:100%; position:fixed; z-index:102; display:none;}
.ftB-bg{ width:100%; height:100%; position:absolute; top:0; left:0; background:#000;  filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5;}
.ftb-show{ width:100%; height:auto; float:left; top:12%; text-align:center; z-index:1; position:relative;}
.ftb-m{ max-width:500px; height:auto; display:inline-block; background:#FFF; border:1px solid #a6a6a6;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.ftb-mt{ width:100%; height:auto; float:left; padding:15px; border-bottom:1px solid #a6a6a6;}
.ftb-mt p{ width:80%; float:left; font-size:16px; text-align:left;}
.ftb-mt i{ width:20px; height:20px; float:right; position:relative; cursor:pointer;}
.ftb-mt i:before{ content:""; width:18px; height:2px; background:#000; position:absolute; right:9px; top:10px; cursor:pointer;
transform:rotate(45deg);
-ms-transform:rotate(45deg); 	/* IE 9 */
-moz-transform:rotate(45deg); 	/* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg); 	/* Opera */
}
.ftb-mt i:after{ content:""; width:18px; height:2px; background:#000; position:absolute; right:9px; top:10px; cursor:pointer;
transform:rotate(-45deg);
-ms-transform:rotate(-45deg); 	/* IE 9 */
-moz-transform:rotate(-45deg); 	/* Firefox */
-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
-o-transform:rotate(-45deg); 	/* Opera */
}
.ftb-in{ width:100%; height:auto; text-align:center; padding:15px; float:left;}
.ftb-in i{ width:100%; height:auto; float:left; padding:15px 20px 5px;}
.ftb-in i img{ max-width:100%;}
.ftb-in p{ font-size:14px; width:100%; height:auto; padding:10px 0px; float:left;}

/*-- 弹出框 --*/
.cctt{ width:100%; height: auto; float:left; font-weight: 600; color: #FFF; }
.modal-header .close{ padding: 0;  margin: 0; float: right; position: absolute; right: 15px; }
.jjbg{ background:#bd895a; }
#jj .close span{ padding:0px 2px;  margin: 0; float: right; background-color: #ffffff;}
.tops{ top:15%;}
.incpbox{ width:100%; height: auto; float: left; padding: 5px 0px; }
.incp-t{ width:100%; height: auto; float: left; font-size: 16px; color:#000; line-height: 25px; }
.incp-t i{ color:red; float: left; padding-right: 10px; font-style: normal;}
.incp-x{ width:100%; height: auto; float: left}
.incp-x input{ width:100%; height: auto; border: 2px solid #242424; padding: 8px; font-size: 14px; color: #000;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.incp-tx{ width:100%; height:100px; float:left;}
.incp-tx textarea{ width:100%; height: 100%; border: 2px solid #242424; padding:8px; font-size: 14px; color: #000; resize: none;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.incpbtn{ width:100%; height: auto; float: left; padding: 20px 0px 10px;}
#ttcp{ width:120px; height:35px; background:#bd895a; display:inline-block; cursor:pointer; border:0; font-size:14px; color:#FFF; outline: none;
-moz-border-radius: 2px; /* Firefox */
-webkit-border-radius: 2px; /* Safari 和 Chrome */
border-radius: 2px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
transition:0.6s; -webkit-transition: 0.6s; -moz-transition: 0.6s;
}
#ttcp:hover{ background:#242424; color:#FFF; transition:0.6s; -webkit-transition: 0.6s; -moz-transition: 0.6s;}


