@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:"Nunito", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; color:#232424; padding:0; margin:0; list-style:none; overflow-x: hidden; }
body > section{ padding:0px;}
ul li{ list-style:none; }
p{ padding:0; margin:0;}
.bmax{ width:100%; height:80px; float:left;}
.bob{ width:100%; height:35px; float:left;}
.bmin{ width:100%; height:25px; float:left;}
.bline{ width:100%; height:1px; background:#c6c6c6; float:left; margin:15px 0px;}	
.containermian{ width:100%; height:auto; overflow:hidden; display: flex; flex-direction: column;}
.md{ width:1430px; }
.mdx{ width:0px 10%;}
.plr0{ padding: 0px;}
.plr10{ padding: 0px 10px;}
.plr15{ padding: 0px 15px;}
.plra5{ padding: 5px;}
.plra10{ padding: 10px;}
.plra15{ padding: 15px;}
.plra1015{ padding: 10px 15px;}
.plra30{ padding: 15px 30px;}
.mlr0{ margin: 0;}
.mlr5{ margin: 0px -5px;}
.mlr30{ margin:0px -30px;}
.amap-marker-label { border: 2px solid #000; background-color: #FFF; padding: 10px 15px; color: #000;}
.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;}
/*--　浮动 --*/
#fixnav{position:fixed; background-color:#FFF;
-webkit-animation:searchTop .5s ease-in-out;
-moz-animation:searchTop .5s ease-in-out;
animation:searchTop .5s ease-in-out;
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
-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}}*/
.flog1{ display: block;}
.flog2{ display: none;}
#fixnav .flog1{ display: none;}
#fixnav .flog2{ display: block;}

/*-- --*/
.bannerbox{ width:100%; height:100vh; float: left; position: relative; background-color: #000; }
.bannerbox .swiper{ width:100%; height: 100%; }
.bannerbox .swiper-slide{ width:100%; height: 100%; background-size:cover; background-repeat: no-repeat; background-position: center center; display: flex;}
.inbg{ width:100%; height: 100%; position: absolute; left: 0; top:0; background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden; }
.banwz{ width:100%; height:100%; position:absolute; right:0; bottom:0;  display: flex; flex-direction: column; justify-content: center; align-items:center;}
.banwz .imy{ display:flex; flex-direction: column; justify-content: center; align-items:flex-start; padding:0px 2%;}
.banwz .right .imy-info{  flex-direction:row-reverse;}
.imy-info{ width:100%; display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 0px 30px;}
.imy-l{ display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center; }
.goban .imy-l{ animation:backInUp; animation-duration:1.5s;}
.inbg { transform: scale(1.0); transition: transform 20s linear 0s;}
.goban .inbg { transform: scale(1.2); transition: transform 20s linear 0s;}
.imy-l img{ max-width:90%!important;}

/*-- 首页 --*/
.syheaderbox{ width:100%; position: fixed; left: 0; bottom: 0; height: auto; background: #FFF; z-index: 10;}
.symain{ display: flex; flex-direction: row; justify-content:space-between; align-items: center; }
.headerbox{ width:100%; height: auto; overflow: hidden; position: absolute; left: 0; top:0; z-index:10; display: flex; flex-direction: row; justify-content: space-between;}
.hemainbox{ width:100%; display: flex; justify-content: space-between; flex-direction: row; }
.left-align { margin-right: auto;}
.logo{ width:130px; height:100px; display: flex; justify-content: flex-start; align-items: center; padding-bottom: 10px; position: absolute; z-index: 1}
.logo>i{ flex: 1 0 auto}
.logo>i a{ display: flex;}
.logo>i a img{ max-width: 100%; }
.logo span{ position: absolute; left:0px; bottom:5px; font-size: 13px;}
.navbox{ width:50%; height:100px; display: flex; align-items:center; justify-content:center; position: relative; flex-direction: column; margin-left:auto;  }
.navbox ul{ width:100%; display: flex; align-items:center; justify-content:center; }
.navbox ul li{ flex:1 0 auto; flex-shrink: 0; display: flex; justify-content: space-around; position: relative;}
.navbox ul li::before{ width:1px; height:23px; background-color:#bfbfbf; content: ""; position:absolute; right: 0; top:0; }
.navbox ul li:last-child::before{ display: none;}
.navbox ul li a{ font-size:16px; color:#000; position: relative; text-decoration: none;  }
.navbox ul li a i{ width:10%; height:3px; background:#000; position:absolute; bottom:-10px; left:45%; 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;
-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; transition:0.6s; -webkit-transition:0.6s; -moz-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{ width:80px; display: flex; flex-direction: row; justify-content:space-between; align-items: center;}
.sbig{ width: 30px; height: 30px; display: flex; position: relative; }
.searchv{ width: 100%; display: flex; justify-content: center; align-items: center; background-color: #000; border-radius: 360px; cursor:pointer; position: relative; overflow: hidden;}
.search-show{ width:230px; height:40px; position:absolute; right:-10px; top:-5px; background:#FFF; border:2px solid #242424; overflow: hidden; display:none; z-index:9; box-sizing: border-box;
-moz-border-radius: 3px; /* Firefox */
-webkit-border-radius: 3px; /* Safari 和 Chrome */
border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}
.search-show.gose{ animation:fadeInRight; animation-duration:1.5s;}
.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:36px; 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; }
.cen{ width: 30px; height: 30px; display: flex; }
.cen a{ width: 100%; height: 100%; display: flex; color: #FFF; font-size:15px; line-height: 30px; justify-content: center; align-items: center; background-color: #000; border-radius: 360px; cursor:pointer; position: relative; overflow: hidden;}

/*-- header其他页 --*/
.headerbox .navbox ul li::before{ background-color:#FFF; }
.headerbox .navbox ul li a{ color:#FFF; }
.headerbox .navbox ul li a i{ background:#FFF; }
#fixnav .navbox ul li::before{ background-color:#000; }
#fixnav .navbox ul li a{ color:#000; }
#fixnav .navbox ul li a i{ background:#000; }
#fixnav .logo{ height: 85px;}
.rightside{ width: 100%; height: 100px; overflow: hidden; display: flex; flex-direction:row; justify-content: center; align-items: center; position: relative; padding-left: 200px; }
.menu{ display:flex; flex-direction: row; justify-content:flex-end; align-items: center; opacity: 0; visibility: hidden; width: 100%; padding-right:80px; animation:fadeOut; animation-duration:1s; -webkit-transition: 0.6s;-moz-transition: 0.6s;transition: 0.6s;}
.menu .navbox{ width:70%; height: 85px;}
.cross .menu{ opacity:1; visibility: visible; animation:fadeIn; animation-duration:1s; }
.menu-button {
position: absolute;
top: 40px;
right: 0px;
padding:0px;
cursor: pointer;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.menu-button .bar:nth-of-type(1) {
margin-top: 0px;
}
.menu-button .bar:nth-of-type(3) {
margin-bottom: 0px;
}
.bar {
position: relative;
display: block;
width:30px;
height:3px;
margin:5px auto;
background-color: #FFF;
border-radius: 10px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
#fixnav .bar { background-color: #000; }
.menu-button:hover .bar:nth-of-type(1) {
-webkit-transform: translateY(1.5px) rotate(-4.5deg);
-ms-transform: translateY(1.5px) rotate(-4.5deg);
transform: translateY(1.5px) rotate(-4.5deg);
}

.menu-button:hover .bar:nth-of-type(2) {
opacity: 0.9;
}

.menu-button:hover .bar:nth-of-type(3) {
-webkit-transform: translateY(-1.5px) rotate(4.5deg);
-ms-transform: translateY(-1.5px) rotate(4.5deg);
transform: translateY(-1.5px) rotate(4.5deg);
}

.cross .bar:nth-of-type(1) {
-webkit-transform: translateY(8px) rotate(-45deg);
-ms-transform: translateY(8px) rotate(-45deg);
transform: translateY(8px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
opacity: 0;
}

.cross .bar:nth-of-type(3) {
-webkit-transform: translateY(-8px) rotate(45deg);
-ms-transform: translateY(-8px) rotate(45deg);
transform: translateY(-8px) rotate(45deg);
}

.cross:hover .bar:nth-of-type(1) {
-webkit-transform: translateY(8px) rotate(-45deg);
-ms-transform: translateY(8px) rotate(-45deg);
transform: translateY(8px) rotate(-45deg);
}

.cross:hover .bar:nth-of-type(2) {
opacity: 0.1;
}

.cross:hover .bar:nth-of-type(3) {
-webkit-transform: translateY(-8px) rotate(45deg);
-ms-transform: translateY(-8px) rotate(45deg);
transform: translateY(-8px) rotate(45deg);
}

/*-- 导航loc --*/
.locbox{ width:100%; height:auto; position: absolute; left:30px; bottom:50px; }
.locbox ul{ display: flex; justify-content:flex-start; align-items: center;}
.locbox ul li{ color:#ffffff; font-size:21px; display: flex; justify-content: center; align-items: center; position: relative; padding:10px 5px 10px 0px;}
.locbox ul li.loclines::before{ content: ''; position: absolute; left: 0; bottom: 0; width:50px; height: 3px; background-color: #FFF; }
.locbox a{ display: flex; justify-content: center; align-items: center; flex-direction: column; color:#ffffff; font-size:21px; line-height: 20px;}
.locbox a:hover{ }

/*-- 内页 --*/
.inbanner{ width:100%; height: auto; float:left; position: relative;}
.inbanner>i{ width:100%; height:480px; float: left; background-color: #000000; background-position: center; background-repeat: no-repeat;}
.inbanner>i img{ width: 100%; }


/*-- about --*/
.abbox{ width:100%; height: auto; float: left; }
.abone{ width:100%; display: flex;}
.abone .md{ position: relative; }
.abone .md>i{ position: absolute; right:15px; top:0;}
.abone .md>i img{ max-width: 100%;}
.abnav{ width:100%; display: flex; justify-content: center; align-items: center; flex-direction: row; padding: 50px 0px 30px;}
.abnav a{ width:220px; height: 60px; text-align: center; border: 2px solid #515151; text-decoration: none; margin: 20px 18px; display:flex; justify-content: center; align-items: center; flex-direction: column; font-size:22px; color: #52443b; transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s;}
#abnav{ background-color:#52443b; color: #FFF; animation-name:top;}
.abnav a:hover{ background-color:#52443b; color: #FFF; transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s;}

.abone h1{ display: flex; justify-content: center; align-items: center; position: relative; }
.abone span:first-child{ font-size: 64px; color: #f6f6f6; font-weight: 600;}
.abone span:last-child{ font-size:36px; font-weight: bold; color: #414141; padding: 15px 0px; position: absolute; left: 0; top:5px; display: flex; justify-content: center; align-items: center; width:100%;}
.abone p{ width:100%; display: flex; color: #494949; line-height: 30px; font-size: 15px; padding: 50px 12% 50px 6%;}
.abo-img{ width:100%; height: auto; }
.abo-img img{ width:100%; background-color:#2c0404;}

.abtwo{ width:100%; display: flex; flex-direction: row; padding: 50px 0px 80px;}
.abtwo-l{ width:52%; position: relative; z-index: 1; }
.abtwo-l i{ width:100%; display: flex; }
.abtwo-l i img{ width:100%; background-color:#2c0404; }
.abtwo-r{ width:48%; padding:45px; display: flex; flex-direction: column; justify-content: flex-end; background-color:#f1eee4; position: relative; }
.abtwo-r::before{ content: ''; position:absolute; left:-5%; top:0; width: 5%; height: 100%; background-color:#f1eee4;}
.abtwo-r i{ display: flex; padding-bottom:30px;}
.abtwo-r i img{ max-width: 100%;}
.abtwo-r p{ width:600px; font-size: 15px; color:#494949; line-height: 30px;}

.abth{ width:100%; height: 710px; display: flex; background-color:#9c9c9c; background-position: center; background-size:cover; background-repeat: no-repeat; position: relative;}
.abth i{ position: absolute; left: 0; bottom:120px; width:100%; height:319px; background-image: url(../img/images/page/liness.png); background-position: center;  background-repeat: no-repeat; }
.abth-t{ width:100%; font-size: 36px; color: #FFF; letter-spacing: 2px; padding-top: 70px; display: flex; justify-content: center; align-items: center; }
.abth .md{ position: relative; }
.abthone{ width: 260px; min-height: 200px; padding:0 20px; color: #FFF; position: relative; display: flex; justify-content: flex-start; flex-direction: column;}
.abthone h1{ font-size: 33px; font-weight:bold; display: flex; flex-direction:row;  align-items: flex-end;}
.abthone h1 span{ font-size: 20px; font-weight: normal; padding-left: 5px; }
.abthone p{ font-size: 14px; width:90%; padding: 5px 0px; }
.abthone::before{ content: ''; width:6px; height: 100%; background-color: #FFF; position: absolute; left: 0; bottom: 0; border-radius: 10px; }
.abthone::after{ content: ''; width:18px; height:18px; border:5px solid #000; border-radius: 360px;  background-color: #FFF; position: absolute; left: -6px; bottom:-5px; }

.ap1{ position: absolute; left: 0; bottom:24%;}
.ap2{ position: absolute; left: 280px; bottom:40%;}
.ap3{ position: absolute; left: 500px; bottom:18%; justify-content:flex-end; width: 300px;}
.abthone.ap3::after{ top:-5px; }
.ap4{ position: absolute; left: 700px; bottom:41%; width:320px;}
.ap5{ position: absolute; left: 1120px; bottom:31%; justify-content:flex-end;}
.abthone.ap5::after{ top:-5px; }

.abfo{ width:100%; display: flex; padding: 70px 0px; }
.abb-one{ width:100%; height: auto; display: flex; flex-direction: row; padding:0px 50px; margin-top: -30px;}
.abb-one .abb-bl{ width:52%; color:#FFF; display: flex; justify-content:center; flex-direction: column; padding:0px 0px 0px 5%; position: relative;}
.abb-one .abb-bl i img{ max-width: 100%; }
.abb-one .abb-bl h1{ font-size:36px; color:#494949; padding: 20px 0px; }
.abb-one .abb-bl p{ font-size:15px; color: #494949; line-height: 30px; padding-top: 50px; padding-bottom: 30px; }
.abb-one.two{ flex-direction: row-reverse; margin-top:0px;}
.abb-one.two .abb-bl{ padding:0px 5% 0px 0px; justify-content:flex-start; }
.abb-one .abb-br{ width:48%; display: flex; background-color: #ced2d1;}
.abb-one .abb-br img{ width:100%; }
.videom{ width:100%; height: 610px;  display: flex; position: relative; background-color: #000;}
.videom video{ width:100%; display: flex; }
.sy_video{ width:100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; background-repeat: no-repeat; background-size: cover; background-position: center; }
.sy_video h1{ width:100%; height:100%; float: left; display: flex; justify-content: center; align-items: center;}
.sy_video i{ border: 5px solid #FFF; width:100px; height:100px; display: flex; justify-content: center ; align-items: center;
-moz-border-radius: 360px; -webkit-border-radius: 360px; border-radius: 360px;}
.sy_video i img{ width:70px; }

.abfv{ width:100%; display: flex; padding: 20px 0px 70px; }
.abfv-t{ width:100%; display: flex; flex-direction: column; padding: 0px 50px;}
.abfv-t i img{ max-width: 100%;}
.abfv-t h1{ font-size:36px; color:#494949; padding: 20px 0px; }
.abfv-show{ width:100%; height: auto; position: relative; padding: 30px 50px;}
.abfv-show .swiper-w{ width:100%; overflow: hidden;}
.abfv-show .swiper-slide i{ width:100%; float: left; overflow: hidden; background-color: #FFF; position: relative; border: 2px solid #bababa;}
.abfv-show .swiper-slide i:hover::before{ filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; }
.abfv-show .swiper-slide i img{ width:100%;}
.abfv-show .swiper-button-prev{ top:50%; left:0px; width:50px; height:50px; background:url(../img/svg-loaders/lleft.svg) center center no-repeat; background-size: 60%;}
.abfv-show .swiper-button-prev:hover{ }
.abfv-show .swiper-button-next{ top:50%; right:0px; width:50px; height:50px; background: url(../img/svg-loaders/rright.svg) center center no-repeat; background-size: 60%;}
.abfv-show .swiper-button-next:hover{ }
.abfv-show .swiper-button-next:after,.abfv-show .swiper-button-prev:after{ display: none;}

.stone{ width:100%; display: flex;}
.stone .md{ position: relative;}
.stone .md>i{ position: absolute; right: 0; top:5%;}
.stone-t{ width:100%; display: flex; position: relative; z-index: 1; justify-content: center; align-items: center; }
.stone-t h1{ display: flex; justify-content: center; align-items: center; position: relative; }
.stone-t span:first-child{ font-size: 64px; color: #f6f6f6; font-weight: 600;}
.stone-t span:last-child{ font-size:36px; font-weight: bold; color: #414141; padding: 15px 0px; position: absolute; left: 0; top:5px; display: flex; justify-content: center; align-items: center; width:100%;}
.stone-show{  width:100%; display: flex; position: relative; flex-direction:row; flex-wrap: wrap; z-index: 1; padding-right: 10%;}
.stone-a{ width:50%; display: flex; padding: 30px; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.stone-a i{ width:65px; height: 65px; position: relative; display: flex; background-color: #efefef;}
.stone-a i span{ position: absolute; right: 5px; bottom:-23px; font-size: 46px; font-style: normal; font-weight: 600; color: #000;}
.stone-a h1{ font-size: 18px; padding: 35px 0px 15px; font-weight: 600;}
.stone-a p{ font-size: 15px; color: #616161; }

.sttwo{ width:100%; min-height:220px; padding: 10px; display: flex; justify-content: center; align-items: center; background-color: #000; background-position: center; background-repeat: no-repeat; background-size: cover; margin-top:30px; }
.sttwo p{ font-size:32px; color: #ffffff; letter-spacing: 4px; text-align: center; }

.stthree{ width:100%; display: flex; padding: 50px 0px; }
.stthree h1{ font-size: 20px; color: #000; position: relative; padding-left: 30px;}
.stthree h1::before{content: ''; width:10px; height:10px; border-radius:360px; position:absolute; left:15px; top:5px; background-color: #000;}
.sttshow{ width:100%; padding: 25px 0px; display: flex; justify-content:flex-start; flex-direction: row;}
.sttshow ul{ width:40.5%; display:flex; flex-direction: column;}
.sttshow ul li{ padding:3px;}
.sttshow ul li img{ width: 100%; }
.sttshow ul:last-child{ width:59.5%; display:flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center;}
.sttshow ul:last-child li{ width: 50%; display: flex; padding:3px; }

/*-- 产品 --*/
.products{ width:100%; display: flex; }
.sortbox{ width:100%; display: flex; justify-content:space-between; align-items: center; flex-direction: row; padding:40px 0px; }
.lsort{ display: flex; justify-content: flex-start; align-items: center; flex-direction: row;}
.lsort h1{ font-size: 15px; color: #424242;}
.lsort ul{ display: flex; justify-content: center; align-items: center; flex-direction: row;}
.lsort ul li{ font-size: 15px; color: #424242; padding: 0px 10px;}
.lsort ul li a{ color: #424242; padding: 3px 8px;}
#nchoose{ background-color: #000; color: #FFF; border-radius: 5px; }
.rsort{ display: flex; }
.xsearch{ width:350px; height:40px; border-bottom:1px solid #bfbfbf; overflow:hidden; display:flex; flex-direction: row; justify-content: center; align-items: center; padding: 0px 5px;}
.xsearch form{ width: 100%; display:flex; justify-content: space-between; flex-direction: row; align-items: center;}
.xsearch .p1{ width:85%; height:40px; }
.xsearch .p2{ width:40px; height:40px; text-align:center; overflow:hidden; cursor:pointer; }
#search_inputps1{ outline:none; height:100%; width:100%; border:0px solid #CCC;  padding:0px 5px; font-size:15px; color:#000;}
#search_inputps2{ width:100%; height:100%; outline:none; cursor:pointer; background-color: #FFF; background-image:url(../img/page/scp.png); background-position:center; background-size: 23px; background-repeat:no-repeat; border:0; }
#search_inputps1::-webkit-input-placeholder{ opacity:1; color:#8e8e8e;}
#search_inputps1:-moz-placeholder{opacity:1; color:#8e8e8e;}
#search_inputps1::-moz-placeholder{opacity:1; color:#8e8e8e;}
#search_inputps1:-ms-input-placeholder{opacity:1; color:#8e8e8e;}

.probox{ width:100%;}
.cpbox{ width:100%; display: flex;}
.cpone{ width:100%; display: flex; flex-direction: column; background: #FFF; position: relative; -webkit-transition:all 0.6s;-moz-transition:all 0.6s;transition:all 0.6s; }
.cpone i{ width:100%;display: flex; overflow: hidden; }
.cpone i img{ width:100%;transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s; }
.cpname{ width:100%; height:auto; display:flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom: 30px; -webkit-transition: 0.6s;-moz-transition: 0.6s;transition: 0.6s;}
.cpname h1{ width:100%; height:auto; padding:25px 0px 15px; font-size: 15px; display: flex; justify-content: center; align-items: center; flex-direction: column; color: #000;  }
.cpname p{ width:170px; height: 45px; background-color: #8c8c8c; font-size: 15px; color: #FFF; display: flex; justify-content: center; align-items: center;}
.cpone:hover i img{
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s;
}
.cpbox a{ text-decoration: none;}
.cpone:hover .cpname p{ background-color: #000; color: #FFF;}
.cpone .card{ border: 0; border-radius: 0;}
.cpone .card-body{ padding: 0;}

.products .page{ padding-top: 0px; padding-bottom:50px;}

/*-- 详细页 --*/
.productinfo{ width:100%; display: flex; background-color: #f6f1eb;}
.productinfo #search_inputps1{ background-color: #f6f1eb;}
.productinfo #search_inputps2{ background-color: #f6f1eb;}

/*-- 详细页 --*/
.proinfobox{ width:100%; height:auto; display: flex; padding:20px 0px ; flex-direction: column; background-color: #f6f1eb;}
.ban {width:100%; height:auto; position:relative; z-index:1; display: flex; flex-direction: row;}
.banl{ width:55%; display: flex; flex-direction:row; justify-content: flex-start;}
.banl .swiper-slide img{ width:100%;}
.mySwipera{ width:100%; margin-left: 13%; position: relative; overflow: hidden;  border: 1px solid #b9c0c8; background-color:#b9c0c8; }
.mySwipera .zoom-hand{ position: absolute; right:15px; bottom:15px; z-index: 1;}
.mySwiperb{ width:80px; display: flex; flex-shrink: 0;  position: relative; overflow: hidden; flex-direction: column; }
.mySwiperb .swiper-slide{ border:2px solid #b9c0c8; display: flex; justify-content: center; align-items: center; }
.mySwiperb .swiper-wrapper .swiper-slide{ width:80px; height: auto; cursor: pointer;}
.mySwiperb .swiper-slide-thumb-active { border:2px solid #000!important;}
#prev1 {  position: absolute;left: 0;top: 50%; transform: translateY(-50%); background: url(../img/svg-loaders/left.svg) center center no-repeat; background-size: 70%;width: 50px; height: 50px; z-index: 99; transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s;}
#prev1:hover { background-color: #d2d2d2; transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s;}
#next1 { position: absolute;right: 0;top: 50%; transform: translateY(-50%); background: url(../img/svg-loaders/right.svg) center center no-repeat; background-size: 70%;width: 50px; height: 50px; z-index: 99; transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s;}
#next1:hover { background-color: #d2d2d2; transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s;}
.banr{ width:45%; display: flex; flex-direction: column; margin-left: 12%;}
.br-a{ width:100%; height:auto; display:flex; flex-direction: column; justify-content:center; align-items:flex-start; padding:20px 30px 15px; border-bottom:1px solid #dddddd; background-color: #fffcf7; }
.br-a h1{ font-size:22px; line-height:25px; color:#424242; padding-bottom:6px;}
.br-a p{ font-size:16px; line-height:20px; color:#9a9a9a;}
.br-b{ width:100%; display: flex; flex-direction: column; padding:25px 0px; border-bottom:1px solid #dddddd; background-color:#fffcf7;}
.br-b ul{ width:100%; display: flex; justify-content: space-between; align-items: center; flex-direction: row; padding: 0px 30px;}
.br-b ul li{ font-size: 16px; color: #424242; }
.br-c{ width:100%; display: flex; height: 170px; justify-content: center; align-items: center; flex-direction: row; background-color: #fffcf7; }
.br-c a{ width:210px; height: 45px; background-color: #444444; display: flex; justify-content: center; align-items: center; border-radius: 5px; font-size: 16px; color: #9a9a9a; text-decoration: none!important;}
.br-c a:hover{ color: #FFF; background-color: #000; transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s;}
.cpback{ width:100%; display: flex; justify-content: center; align-items: center; padding: 15px 0px;}
.cpback a{ color: #424242; font-size: 14px; transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s;}


/*-- 专利证书 --*/
.certbox{ width:100%; height: auto; position: relative; float: left; display: flex; justify-content:flex-start; align-items: center; flex-direction: column;}
.cert-show{ width:100%; display: flex; flex-direction: row; flex-wrap: wrap; padding: 20px 15px;}
.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:#f4f4f4; border: 1px solid #b3b3b3; }
.patimg i img{ width:100%; }
.patimg p{ width:100%; height:50px; margin-top:8px; background: #dadada; font-size:15px; color: #2a2e33; display: flex; justify-content: center; align-items: center; flex-direction: column;}

/*-- 小杜 --*/
.clothbox{ width:100%; float: left;}
.cthbox-one{ width:100%; display:flex; flex-direction: row; background-color: #eeeae7;}
.cthbox-one .md{ display: flex; flex-direction: row;}
.cth-ol{ width:57%; display: flex; flex-direction: column; padding: 50px 70px 0px;}
.cth-olt{ width:100%; display: flex; justify-content: flex-start; flex-direction: column;}
.cth-olt h1{ font-size: 23px; color: #000; padding: 10px 0px; }
.cth-olt p{ font-size: 26px; color: #000; padding: 10px 0px; }
.cth-olshow{ width:100%; display:flex; flex-direction: column; padding-top:19%;}
.cth-oltt{ width:100%; display: flex; flex-direction: column;}
.cth-oltt h1{ font-size: 40px; font-weight: 600;}
.cth-oltt p{ font-size: 20px; color: #565656; padding: 5px 0px; }
.cth-olts{ width:100%; display: flex; flex-direction: row; justify-content: flex-end; align-items: flex-end; padding-top: 60px;}
.cth-olts i{ width: 45%; display: flex;}
.cth-olts i img{  max-width: 100%; background-color:#2c0404; }
.cth-olts p{ width: 55%; padding-left:11%; line-height: 30px; font-size: 15px; color: #000;}
.cth-or{ width:43%; display: flex; flex-direction: column;}
.cth-or img{ width:100%; background-color:#2c0404; }

.cthbox-two{ width:100%; height:auto; display: flex; padding: 100px 0px; }
.cthbox-two .md{ display: flex; flex-direction:row;}
.cth-twol{ width:67%; padding-right: 65px; display: flex; flex-direction: column; align-items: flex-end; position: relative; }
.cth-twol i{ width:100%; display: flex;}
.cth-twol i img{ width:100%; background-color:#2c0404; }
.cth-twol p{ font-size: 15px; line-height: 30px; padding-top: 40px;}
.cth-twol div{ position: absolute; right:-260px; top:60px; padding-left:180px;}
.cth-twol div::before{ width:160px; height:3px; background-color: #c3c2c1; content: ''; position: absolute; left: 0; top:10px;}
.cth-twol div h1{ font-size: 21px;}
.cth-twol div h2{ font-size: 15px; padding:10px 0px;}

.cth-twor{ width:33%; display: flex; padding-top: 220px;}
.cth-twor i{width:100%; display: flex;}
.cth-twor i img{ width: 100%; background-color:#2c0404; }

.clothbox{ width:100%; height: auto; float: left;}
.cthbox-th{ width:100%; height:auto; display: flex; justify-content: center; align-items: center; padding: 85px 0px 70px; overflow: hidden; position: relative; background-image: url("../img/images/xiaodu/bg.jpg"); background-repeat: no-repeat; background-size:cover; background-attachment: fixed;}
.cth-thm{ width:900px; display: flex; justify-content: center; align-items: center; flex-direction: column; background-color: #FFF; padding: 50px 30px 30px;}
.cth-thm i{width:100%; display: flex;}
.cth-thm i img{ width: 100%; background-color:#2c0404; }
.cth-thm h1{ width: 100%; font-size: 26px; font-weight: 600; color: #000; padding: 20px 0px; display: flex; justify-content: center; align-items: center; text-align: center;}
.cth-thm p{ width: 100%; font-size: 15px;  color: #000; padding: 0px 100px; display: flex; justify-content: center; align-items: center; text-align: center; line-height: 30px; text-align: center;}

.cthbox-fo{ width:100%; display: flex; padding: 55px 0px;}
.cth-ft{ width:100%; display: flex; flex-direction: row; justify-content: space-between; align-items: flex-end;}
.cth-ftl{ display: flex; flex-direction: column; color: #000;}
.cth-ftl h1{ font-size: 22px; padding: 10px 0px;}
.cth-ftl h2{ font-size: 27px; letter-spacing: 2px; font-weight: 600; }
.cth-ft a{ width:160px; height: 50px; border: 1px solid #c3c2c1; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #000;}
.cth-ft a:hover{  color: #FFF; text-decoration: none;}
.cth-ft a span{ position: relative; z-index: 10;}
.cth-fshow{ width:100%; display: flex; padding: 50px 0px;}
.cth-fshow ul{ width: 100%; display: flex; justify-content:flex-start; align-items: flex-start; flex-direction: row; flex-wrap: wrap;}
.cth-fshow ul li{ width:20%; padding:3px;}
.cth-fshow ul li a{ display: flex; overflow: hidden;}
.cth-fshow ul li a img{ width: 100%; background-color:#2c0404; }

/*-- 新闻 --*/
.newsbox{ width:100%; height: auto; float: left; display: flex; justify-content:flex-start; align-items: center; flex-direction: column;
padding:45px 0px;}
.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; }
.newsone i{ width:62%; display: flex; background-color: #242424; overflow: hidden; }
.newsone i img{ width:100%; transition:all 0.6s; -webkit-transition:all 0.6s; -moz-transition:all 0.6s; }
.inbox{ width:640px; height: 100%; display: flex; justify-content:center; align-items: center; flex-direction: column; position: absolute; right: 0; bottom:0;}
.inbox div{ width:100%; min-height: 390px; display: flex; justify-content:space-between; align-items:flex-start; flex-direction: column; background-color: #FFF; padding:35px; filter:progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=120,strength=4);/*兼容ie*/
-moz-box-shadow: 0px 0px 15px #e5e5e5;/*兼容firefox*/
-webkit-box-shadow: 0px 0px 15px #e5e5e5;/*兼容safari或chrome*/
box-shadow:0px 0px 15px #e5e5e5;/*兼容opera或ie9*/
transition:all .6s;-webkit-transition:all .6s;-moz-transition:all .6s;
}
.newsone div h2{ width:100%; font-size:21px; color: #000000; line-height: 20px; }
.newsone div h1{ width:100%; font-size:21px; color: #000000; line-height: 20px; font-weight: 600; padding-top: 30px;}
.newsone div p{ width:100%; font-size:16px; color: #696969; line-height: 25px; padding:18px 0px; margin-bottom: auto;}
.newsone div i{ width:65px; height: 45px; border: 1px solid #c3c2c1; display: flex; justify-content: center; align-items: center; background-color: #FFF; padding:10px;}
#cc{ fill:#4e4e4e;}
.newsone:hover i img{
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
}
.newsone:hover .inbox div i{ background-color: #000; }
.newsone:hover .inbox div i #cc{ fill:#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 10px}
.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:40px; height:40px; font-size:18px; color:#000; }
.pagination ul li a:hover{ background:#000; color:#FFF;}
.pagination ul li a.active{ background:#000; color:#FFF;}
#fprev i{ background: url(../img/svg-loaders/aa.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/bb.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/lleft.svg) center center no-repeat; background-size:15px;}
#next i{ background: url(../img/svg-loaders/rright.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: transparent;}
#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:#000; }
#prevstart #cco{ fill:#000; }
#nextend #cco{ fill:#000; }

/**/
.samebox{ width:100%; padding:80px 0px; display: flex; justify-content:flex-start; align-items: center; flex-direction: column;}
.samet{ width:100%; display: flex; flex-direction: row; position: relative;}
.samet h1{ padding: 15px 0px; font-size:28px; color: #424242; position:relative;}
.same-show{ width:100%; height:auto; float: left; position: relative;}
.same-show .swiper{ padding:20px 0px;}
.moreone{ width:100%; height: auto; float: left;}
.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 #000; 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 #000; background-size:50%; }
.same-show .swiper-button-next:after,.same-show .swiper-button-prev:after{ display: none;}
.same-show .cpone{ border: 1px solid #e6e6e6;  height: 100%;}

/*-- 新闻详细内容 --*/
.in-newsbox_title{ width:100%; padding:30px 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 li{ width:50%; float:left; font-size:18px; color:#000;}
.in-newsbox_info span{ font-size:18px; color:#000; padding-right:10px;list-style:none; text-align:center; display:inline-block;}
.in-newsbox_content{ float:left; font-size:18px; 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: 16px; background-color:#f7f5f6; color: #000;
 -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;}
.backbtn a:hover{ background-color: #000000; 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:15px; line-height:20px; padding:8px 0px; color:#242424;}
.pagesr p{ width:auto; font-size:15px; line-height:20px; padding:8px 0px; color:#242424;}
.pagesr{ width:30%; float:right; text-align:right;}
.pagesl a{ color:#000; font-size:16px; padding:5px 10px; display:inline-block;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; 
background:#f7f5f6;
}
.pagesl a:hover{ color:#FFF; background:#000000;}
.pagesl i{ padding-right:5px;}
.pagesr a{ color:#000; font-size:16px; padding:5px 10px; display:inline-block;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background:#f7f5f6;
-webkit-transition: 0.3s;-moz-transition: 0.3s;transition: 0.3s;
}
.pagesr i{ padding-right:5px;}
.pagesr a:hover{ color:#FFF; background:#000000; -webkit-transition: 0.3s;-moz-transition: 0.3s;transition: 0.3s;}

/*-- 联系我们 --*/
.contactbox{ width:100%; height: auto; float: left; display: flex; flex-direction: column; padding: 40px 0px 60px;}
.cont-a{ width:100%; display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding:35px 0px;}
.contone{ width:100%; display:flex; flex-direction: column; justify-content: center; align-items: center; position: relative; padding: 5px; }
.contone::before{ content: ""; position:absolute; right: 0; top:12px; width:2px; height:108px; background-color: #c3c2c1; }
.contone:last-child::before{ display:none; }
.contone i img{ max-width: 100px;}
.contone p{ font-size: 16px; color: #4f4f4f; padding: 30px 0px; text-align: center; }

/*-- 地图 --*/
.cont-b{ width:100%; display: flex; background-color: #000; }
.mapbox{ width:100%; height:420px; float:left;}
#container{ width:100%; height:100%; float:left;}

/*-- footB --*/
.footB{ width:100%; height: auto; background-color:#f7f5f6; float: left; overflow: hidden;}
.footup{ width:100%; height: auto; display: flex; padding: 50px 0px 30px; }
.footm{ width:100%; display: flex; justify-content: space-between; align-items: center; flex-direction: row;}
.foota{ display: flex; flex-direction: column; color: #000;}
.foota h1{ font-size: 13px; padding: 5px 0px;}
.foota p{ font-size: 13px; padding: 5px 0px;}
.footb{ display: flex; justify-content: center; align-items: center; flex-direction: column; padding:10px;}
.footb i img{ max-width: 100%;}
.share{ display: flex; justify-content: center; align-items: center; flex-direction: row; padding: 20px 0px;}
.share a{ margin: 0px 5px;}
#cols{ fill: #bababa; }
.share a:hover #cols{ fill: #000; }
.footc{ display: flex; flex-direction: column; color: #000;}
.footc h1{ font-size: 13px; padding:5px 0px;}
.footc p{ font-size: 13px; padding: 5px 0px; line-height:15px;}
.footdown{ width:100%; height:auto; padding:20px 0px; line-height:20px; font-size:12px;position:relative; display: flex; border-top:2px solid #e7e7e7;}
.footdm{ display: flex; flex-direction:row; align-items:center; justify-content:space-between;}
.footdl{display: flex; flex-direction: row; color: #b46d40;}
.footdl span{ padding:0px 10px; }
.footdl a{ color:#b46d40; }
.footdr{display: flex; flex-direction: row;}
.footdr ul{ display: flex; flex-direction:row;}
.footdr ul li{ color: #000; padding:0px 5px;}
.footdr ul li a{ font-size: 12px; color: #000;}


/* ~~ 脚注 ~~ */
@-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%;}
}

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

.ponl{
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-name: bsl;
-webkit-animation-duration: 10500ms; 
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-moz-animation-timing-function: ease-in-out;
-moz-animation-name: bsl;
-moz-animation-duration: 10500ms; 
-moz-animation-iteration-count: infinite; 
-moz-animation-direction: alternate; 
animation-timing-function: ease-in-out;
animation-name: bsl; 
animation-duration: 10500ms; 
animation-iteration-count: infinite; 
animation-direction: alternate;
}

@-webkit-keyframes bsl {
0% { left:-500px; top:200px;}
50% { left:-400px; top:100px;}
100% { left:-500px; top:200px;}
}
@-moz-keyframes bsl {
0% { left:-500px; top:200px;}
50% { left:-400px; top:100px;}
100% { left:-500px; top:200px;}
}
@keyframes bsl {
0% { left:-500px; top:200px;}
50% { left:-400px; top:100px;}
100% { left:-500px; top:200px;}
}
/*-- 左侧 --*/
.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; /* Firefox */
-webkit-border-radius: 10px 0px 0px 10px; /* Safari 和 Chrome */
border-radius: 10px 0px 0px 10px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */ 
}
.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:#000; }
#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:#000; 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;}


