@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","synormal",-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; float:left; overflow:hidden; }
.md{ width:1400px; }
.xmd{ width:100%; }
.plr0{ padding:0px;}
.plr10{ padding:0px 10px;}
.plr25{ padding:0px 25px;}
.plra10{ padding:10px;}
.plra15{ padding:15px;}
.plra5{ padding:5px; }
.plra8{ padding:8px; }
.mlr0{ margin: 0;}
.pore{ position:relative; z-index:1;}
.poab{ position:absolute;}
.foal{ float:left; }
.foar{ float:right; }
.ht100{ height:100%;}
.bg{ background: #181818;}
.hbg{ background-color: #2f2f2f;}
.cbg{ background:#FFF;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#efefef,direction=120,strength=4);/*兼容ie*/
-moz-box-shadow: 0px 10px 35px #efefef;/*兼容firefox*/
-webkit-box-shadow: 0px 10px 35px #efefef;/*兼容safari或chrome*/
box-shadow:0px 10px 35px #efefef;/*兼容opera或ie9*/
}
.ctc{
background: linear-gradient(bottom, #f2f1f1, #fafafa);
background: -ms-linear-gradient(bottom, #f2f1f1, #fafafa);
background: -webkit-linear-gradient(bottom, #f2f1f1, #fafafa);
background: -moz-linear-gradient(bottom, #f2f1f1, #fafafa);
}

/*--　浮动 --*/
/*#fixnav{position:fixed;
-webkit-animation:searchTop .5s ease-in-out;
-moz-animation:searchTop .5s ease-in-out;
animation:searchTop .5s ease-in-out
}
-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}}*/
.headerbox{ width:100%; height:auto; position: absolute; left: 0; top:0; z-index:10;}
.logo{ width:370px; height:110px; position: absolute; left: 15px; top: 0px; display: flex; }
.logo>i{ flex: 1 0 auto}
.logo>i a{ }
.logo>i a img{ max-width: 100%; }
.logo>p{ font-size: 20px; color: #ffffff; padding: 20px;}
.navbox{ width:63%; height:110px; float:right; text-align:center; position: relative; padding-top: 20px; padding-right:8%;  }
.navbox ul{ display: flex; align-items:center; justify-content:center; height: 100%; }
.navbox ul li{ flex:1 0 auto; flex-shrink: 0;}
.navbox ul li a{ font-size:16px; color:#a97a4f; position: relative; transition:0.6s; -webkit-transition:0.6s; -moz-transition:0.6s; }
.navbox ul li i{ width:10%; height:3px; background:#a97a4f; position:absolute; bottom:-9px; 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; /* Firefox */
-webkit-border-radius: 10px; /* Safari 和 Chrome */
border-radius: 10px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.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{ position:absolute; right:10px; top:50px; }
.searchv{ float: left; cursor:pointer; padding-top:5px; padding-right: 15px; position: relative;}

.ondropdown{ position:relative;}
#ondropdown-menu{ position: absolute; left:5%; top:0%; padding:10px; visibility:hidden; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;}
#ondropdown-menu ul{ min-width:120px; height: auto; float: left; flex-direction: column; background:#e8e8e8; }
#ondropdown-menu ul li{ width:100%; height: auto; padding:10px 15px; border-bottom: 1px solid #dddddd;}
#ondropdown-menu ul li:last-child{ border-bottom: 0px; }
#ondropdown-menu ul li a{ display: block; font-size: 15px; color:#6e6e6e; text-align: left; }
#ondropdown-menu ul li:hover{ background: #FFF; }
#ondropdown-menu ul li:hover a{ color: #000;}
.ondropdown:hover #ondropdown-menu{ visibility:visible;  top:100%;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;}

#col{ fill:#a97a4f; transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;}
#gose:hover #col{ fill:#000;}
.search-show{ width:230px; height:45px; position:absolute; background:#FFF; border:2px solid #000; top:40px; display:none; left:-200px; z-index:9;
-moz-border-radius: 3px; /* Firefox */
-webkit-border-radius: 3px; /* Safari 和 Chrome */
border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}
#search_input1{ outline:none; height:43px; width:190px; border:0px solid #CCC; line-height:43px; float:left; color:#000; font-size:13px; margin-top:0; padding:0px 10px; background-color:transparent;}
#search_input2{ float:left; width:25px; height:25px; outline:none; margin-top:9px;}

.cen{ float: left; display: flex; flex-direction: row; justify-content:flex-end; align-items: center; padding-left:5px; padding-top: 5px;}
.cen a { display: flex; flex-direction: row; justify-content: center; align-items: center; line-height:18px; color: #ac7c4e; font-size: 13px; padding:2px 5px; position: relative; transition:all 0.6s; -webkit-transition:all 0.6s; -moz-transition:all 0.6s; 
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.cen a i{ width:21px; height:21px;}
.cen a i svg{ width: 100%; }
.cen a span{ padding-left: 5px;}
.cen a:hover{ background-color:#FFF;}

/*-- --*/
.bannerbox{ width:100%; height: 100%;}

.section1{ position: relative; }
.section1 .swiper-w{ width:100%; height: 100%;}
.section1 .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{ width:600px; display:flex; flex-direction: column; justify-content: center; align-items: center;}
.banwz i{ padding: 0px 20px;}
.banwz i img{ max-width:100%;}
.banwz .btns{ padding:50px 0px; display: flex; justify-content:center; }
.banwz .btns span{ width:180px; height:55px; line-height:55px; padding: 0px; color: #FFF; font-size: 16px; border: 1px solid #FFF; text-align: center; float: left; transition:all .6s;-webkit-transition:all .6s;-moz-transition:all .6s; }
.banwz .btns:hover span{ background-color: #b78c69;}
.bannerbox .swiper-pagination-bullet{ width: 11px; height: 11px; margin: 0 40px!important; background-color:#FFF; opacity: 1; position: relative; z-index: 2;
-moz-border-radius: 0px; /* Firefox */
-webkit-border-radius: 0px; /* Safari 和 Chrome */
border-radius: 0px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.bannerbox .swiper-pagination-bullet-active::before{ content: "" ; position: absolute; left: -3px; top:-3px; width: 16px; height: 16px; border:3px solid #b88e68; z-index:2;}
.bannerbox .swiper-horizontal>.swiper-pagination-bullets{ bottom:50px;}
.bannerbox .swiper-pagination-bullet::after{ content: ''; position: absolute; left:100%; top:5px; width:90px; height: 1px; background-color: #FFF; }
.bannerbox .swiper-pagination-bullet:last-child::after { display: none;}
.section1 .dds{ width:100%; position: absolute; left: 0; bottom:30px; z-index: 10; display: flex; justify-content: center; align-items: center; text-align: center;}
.section1 .dds svg{ display:inline-block; }

/*-- syabbox --*/
.syab{ width: 100%; height:100%; float: left; display: flex; justify-content: center; align-items:center; position: relative; padding-top:110px;}
.syabbg{ width:100%; height: 100%; position: absolute; left: 0; top:0; background-position: center; background-repeat: no-repeat; background-size:cover;}
.syab .md{ display: flex; justify-content: center; align-items:flex-start; flex-direction:row; position: relative; z-index: 1;}
.syabl{ width:50%; display: flex; justify-content:flex-start; align-items: center;flex-direction: column;}
.syabl i img{ max-width: 100%;}
.syabl p{ font-size: 18px; color: #000; padding: 15px 0px;}
.syabr{ width:50%; display: flex; justify-content: flex-start; align-items:flex-start;flex-direction: column;}
.syabr h1{ font-size:38px; color: #000; letter-spacing: 2px;  }
.syabr h2{ font-size:34px; color: #000; letter-spacing: 2px;  }
.syabr>p{ width: 80%; font-size: 16px; color: #000; line-height: 30px; padding:45px 0px; }

.syabb{ width:100%; height: auto; display: flex; justify-content: space-between; flex-direction: row; align-items: center;}
.syaone{ display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 0px 15px; position: relative;}
.syaone h1{ position: relative; color: #000; }
.syaone h1 span{ text-align: center; font-size:38px; cursor: pointer; color: #000;}
.syaone h1 i{ font-size:38px; color: #000; font-style: normal; }
.syaone p{ font-size: 18px; color: #000; line-height: 1.5em; padding: 7px 0px;}

.syabc{ width:100%; height: auto; display: flex; justify-content:center; flex-direction:column; align-items: center; padding-top: 50px;}
.syabc a{ width:190px; height: 45px; border: 1px solid #b88e68; font-size: 16px; display: flex; justify-content: center; align-items: center; flex-direction: column; color: #b88e68;}
.syabc a:hover{ background-color: #b88e68; color: #FFF; }

.abimg-s1{ width:43%; height:330px; position: absolute; left: 0; bottom: 0; background: url(../img/images/page/aboutbg.png) right top no-repeat; display: none;}
.abimg-s2{ width:auto; height:auto; position: absolute; left:20%; bottom:10%; display: none;}

/*-- syth --*/
.syth{ width: 100%; height:100%; float: left; display: flex; justify-content: center; align-items:center; position: relative; padding-top:110px; overflow: hidden; position: relative;}
.syth .swiper-w{ width:100%; height: 100%;}
.syth .swiper-slide{ width:100%; height: 100%; background-size:cover; background-repeat: no-repeat; background-position: center center; display: flex;}
.sythone{ width:100%; height: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.sythone i{ width:100%; height:700px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.sythone i img{ max-height:100%;}
.sythone .sycpname{ width:100%; display: flex; justify-content: space-between; align-items:center; flex-direction: row; padding: 20px 0px;}
.sythone .sycpname h1{ font-size: 20px; color: #b58c67;}
.sythone .sycpname p{ font-size: 16px; color: #b58c67; position: relative; text-decoration: underline;}
.sythone .syfd{ position: absolute; left:-50%; top:0; width:200%; height: 100%; font-size: 100px; opacity: 0.8; text-align: center; display: flex; justify-content: center; align-items: center; color: #FFF;  text-transform: uppercase; padding-bottom:10%;}
.syth-btn{ position: absolute; right:10%; bottom:5%; z-index: 1 }
.syth-btn a{ width: 190px; height: 40px; border: 1px solid #b88e68; font-size: 16px; color: #b88e68; display: flex; justify-content: center; align-items: center; transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s; z-index: 1; color:#b88e68; }
.syth-btn a:hover{ background-color:#b88e68; color: #FFF;}

.myths .swiper-slide:not(.swiper-slide-active).swiper-slide-prev .sycpname,
.myths .swiper-slide:not(.swiper-slide-active).swiper-slide-next .sycpname {
  display: none;
}
.myths .swiper-slide:not(.swiper-slide-active).swiper-slide-prev .syfd,
.myths .swiper-slide:not(.swiper-slide-active).swiper-slide-next .syfd {
  display: none;
}
.myths .swiper-slide.swiper-slide-active .syelse{
  display: none;
}

.myths .swiper-slide:not(.swiper-slide-active).swiper-slide-prev .syelse{
position: absolute; right:0%; top:0; font-size:30px; text-align: center; display: flex; justify-content: center; align-items: center; color: #FFF; width: 5px; line-height:30px;
}
.myths .swiper-slide:not(.swiper-slide-active).swiper-slide-next .syelse{
position: absolute; left:0%; top:0; font-size:30px; text-align: center; display: flex; justify-content: center; align-items: center; color: #FFF; width: 5px; line-height:30px; }


/*-- syfo --*/
.syfo{ width: 100%; height:100%; float: left; display: flex; justify-content: center; align-items:center; position: relative; padding-top:100px; overflow: hidden;}
.syfobg{ width:100%; height: 100%; position: absolute; left: 0; top:0; background-position: center; background-repeat: no-repeat; background-size:cover;}
.syfoshow{ width:100%; height:auto; display:flex; justify-content: center; align-items: center; }
.syfoinfo{ width:100%; display: flex; justify-content:flex-end; flex-direction: row; padding:10px 30px;}
.syfo-l{ width:42%; display: flex; flex-direction: column; justify-content:flex-end; align-items:flex-start;}
.syfo-la{ width:100%; height: auto; float: left;}
.syfo-la h1{ font-size: 30px; color: #4c4948; line-height: 30px; font-weight: bold; }
.syfo-la h1 i{ font-size: 50px; color: #4c4948; font-weight: bold;}
.syfo-lb{ width:100%; height: auto; float: left; display: flex; justify-content:flex-start; align-items: center; padding: 27px 0px; flex-wrap: wrap;}
.syfo-lb p{ min-width: 160px; line-height: 20px; padding: 8px; margin: 5px 0px;  font-size: 16px; color: #ffffff; text-align: center; background-color: #b88e68; margin-right: 25px;
-moz-border-radius: 30px; /* Firefox */
-webkit-border-radius: 30px; /* Safari 和 Chrome */
border-radius: 30px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */	
}
.syfo-lc{ width:100%; display:flex; flex-direction: row; justify-content: space-between;}
.syfo-lc-a{ width:50%; display: flex; justify-content:space-between; align-items:flex-start; flex-direction: column;}
.syfo-lc-a p{ font-size: 16px; color: #4c4948; }
.syfo-lc-a a{ width:185px; border: 2px solid #b88e68; color:#b88e68; line-height: 42px; font-size: 16px; text-align: center; transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;}
.syfo-lc-a a:hover{ background-color:#b88e68; color: #FFF;}
.syfo-lc i img{ max-width: 100%;}

.syfo-r{ min-width:42%; display: flex; justify-content: flex-start; align-items: center; flex-direction: column; padding-left: 20px; padding-bottom:80px; position: relative;}
.syfo-r i{ position: relative;}
.syfo-r i img{ max-width: 100%;}
	
.myfour .swiper-button-next:after,.myfour .swiper-button-prev:after{ display: none;}
.myfour .swiper-button-prev{ width:60px; height:60px; top:auto; bottom:-20px; left:auto; right: 30%; background: url(../img/svg-loaders/ll.svg) center center no-repeat #b58c67; background-size:60%;}
.myfour .swiper-button-next{ width:60px; height:60px; top:auto; bottom:-20px; right:auto; right: 23%; background: url(../img/svg-loaders/rr.svg) center center no-repeat #b58c67; background-size:60%;}
.myfour .swiper-button-prev:hover{ background-color: #242424; background-image:url(../img/svg-loaders/ll.svg); }
.myfour .swiper-button-next:hover{ background-color: #242424; background-image:url(../img/svg-loaders/rr.svg);}



/*-- syfv --*/
.syfv{width: 100%; height:100%; float: left; display: flex; justify-content: center; align-items:center; position: relative; padding-top:120px;}
.syfv-t{ width:100%; float:left;}
.syfv-t h1{ font-size: 38px; color: #4c4948; font-weight:bold; padding-top:30px; position: relative; }
.syfv-t h1::before{ content: ''; width:60px; height: 4px; background-color: #b58c67; position:absolute; left: 0; top:0;  }
.syfv-t p{ font-size: 18px; color: #4c4948; padding: 15px 0px; }
.syfv-show{ width:100%; height: auto; float: left; }
.syfv-one{ width:100%; height: 530px; float: left; background-color: blanchedalmond; background-position: center center; background-size: cover; position: relative;}
.syfv-show .col-md-4:nth-child(2){ margin-top: 30px;}
.syfv-show .col-md-4:nth-child(3){ margin-top: 60px;}
.syfv-one p{ width:100%; min-height:150px; font-size: 17px; color: #FFF; line-height:30px; padding:0px 30px; position: absolute; left: 0; bottom: 0; display: flex; justify-content: flex-start; align-items:flex-start; flex-direction: column;}
.syfv-one p>i{ width:40px; height: 3px; background-color: #ffffff; margin-top: 20px;}

/*-- syfx --*/
.syfx{width: 100%; height:100%; float: left; display: flex; justify-content: center; align-items:center; position: relative; padding-top:120px;}
.syfxbg{ width:100%; height: 100%; position: absolute; left: 0; top:0; background-position: center; background-repeat: no-repeat; background-size:cover;}
.syfx .md{ display: flex; justify-content: center; align-items:flex-start; flex-direction:column; position: relative; z-index: 1;}
.syfx-a{ width:100%; height: auto; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.syfx-a i img{ max-width:100%; }
.syfx-a h1{ font-size: 23px; color: #FFF; padding:30px 0px; letter-spacing: 2px; }
.syfx-b{ width:100%; display: flex; justify-content:space-between; align-items: center; flex-direction: row; margin-top: 70px; }
.syfx-b p{ font-size: 20px; color: #FFF; line-height: 30px; padding:5px; }

.syfx-c{ width:100%; display: flex; justify-content:center; align-items: center; margin-top: 50px;}
.fmail{ width:100%; display: flex; justify-content:center; align-items: center; flex-direction: row; border-bottom: 1px solid #ac7c4e; }
.fva{ width:650px; height:70px; }
.fvb{ display:flex; justify-content: center; flex-direction: column; align-items: center;}
#input1{ width:100%; height:100%; border:0; line-height:70px; float:left; color:#b88e68; font-size:18px; outline:none; background-color: transparent;}
#button{ padding: 0px 10px; border: 0; display:inline-block; cursor:pointer; }
.fmail input::-webkit-input-placeholder{ opacity:1; color:#b88e68;}
.fmail input:-moz-placeholder{opacity:1; color:#b88e68;}
.fmail input::-moz-placeholder{opacity:1; color:#b88e68;}
.fmail input:-ms-input-placeholder{opacity:1; color:#b88e68;}

.syfx-d{ display: flex; width:100%; justify-content:center; align-items: center; padding-top: 60px; }
.syfx-d ul{ display: flex; }
.syfx-d ul li{ display: flex; justify-content: center; align-items: center; flex-direction: row;}
.syfx-d ul li a{ margin-right: 4px; position: relative;}
.syfx-d ul li a img{ width:40px; height:40px; position:relative; z-index: 1;}
.syfx-d ul li a i{ position:absolute; left: 5px; top:5px;  width:30px; height:30px; background: #FFF;}

.syfx-c p{width:100%; height:100%; border:0; line-height:50px; float:left; color:#b88e68; font-size:16px; }
.syfx-c a{ width:100%; display: flex; justify-content:center; align-items: center; flex-direction: row; border-bottom: 1px solid #ac7c4e; }



/*-- 内页 --*/
.inbanner{ width:100%; height: auto; float:left; position: relative;}
.inbanner>i{ width:100%; height: 400px; float: left; background-color: #242424; background-position: center; background-repeat: no-repeat;}
.inbanner>i img{ width: 100%; }
.wt{ position:absolute; left: 0; top:0; width:100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.wt p{ font-size:50px; font-weight: bold; letter-spacing: 2px;
-webkit-text-stroke: 0.8px #FFF; /* Chrome, Safari */
text-stroke: 0.8px #FFF; /* 其他浏览器 */
color: transparent; /* 将文字设为透明 */ }
.wt.enf p{ font-weight:normal; }
.inwords{ width:100%; position: absolute; left: 0; bottom:0; }
.inwords .md{ display: flex; justify-content:center; align-items:flex-start; flex-direction: column; font-style: normal;}
.inwords ul{ width:100%; display: flex; justify-content:flex-start; align-items: center; flex-direction:row; padding: 13px 0px;}
.inwords ul li{ padding-right: 5px; font-size:14px; color: #FFF; display: flex; justify-content: center; align-items: center;}
#limgs{ padding:0px 8px 5px 5px;}
#limgs img{ width:20px;}
.inwords ul li a{ font-size:14px; color: #FFF;}
.inwords ul li a:hover{ text-decoration: underline; color:#a97a4f; }

/*-- about --*/
.about{ width:100%; height: auto; float: left}
.about .md{ padding: 0px 5%;}
.ab-a{ width:100%; height: auto; float: left; display: flex; justify-content: center; align-items: center; flex-direction: column; padding-top: 80px;}
.ab-aa{ width:100%; display: flex; justify-content: space-between; align-items: center; flex-direction: row; position: relative; z-index: 1;}
.ab-aa i{ flex-shrink: 0; }
.ab-aa i img{ max-width: 100%; }
.ab-aa p{ width: 65%; font-size: 16px; color: #636363; line-height: 35px; padding: 0px 9% 20%; text-align: left;}
.ab-bb{ width:100%; display: flex; justify-content:flex-end; flex-direction: row; position: relative; margin-top: -130px;}
#s1{ max-width: 100%; position: absolute; left: 0; bottom:10%; z-index: 1;}
#s1 img{ max-width: 100%;}
#s2{ background-color: #242424;}
#s2 img{ max-width: 100%;}

.ab-b{ width:100%; height: auto; float: left; display: flex; flex-direction:column; align-items: center; justify-content: center; padding: 40px 0px;}
.ab-bone{ width:100%; display: flex; justify-content: space-between; align-items: center; flex-direction: row; padding:40px 0px;}
.ab-bo-l{ width:40%;  padding-right: 70px; display: flex; justify-content: space-between; flex-direction: column;}
.ab-bo-l div{ width:100%; display: flex; flex-direction: column; padding:5% 0px;}
.ab-bo-l div h1{ font-size: 30px; color: #000000; line-height: 30px; letter-spacing: 2px; }
.ab-bo-l div p{ font-size:16px; color: #636363; line-height: 30px; padding-top: 15px; }
.ab-bo-r{ width:60%;}
.ab-bo-r i{ width:100%; display: flex; background-color: darkgray;}
.ab-bo-r i img{ width:100%; }
.ab-bone.two .ab-bo-r{ order: 1; }
.ab-bone.two .ab-bo-l{ order: 2;  padding-left: 70px;  padding-right:0px; }

/*-- --*/
.about-one{ width:100%; height: auto; float:left; padding:50px 0px 20px;}
.about-one .ab-bone{ padding:26px 0px;}
.about-one .ab-bo-l{ width:45%; padding:0px 6%; }
.about-one .ab-bo-l div{ padding: 0; }
.about-one .ab-bo-r{ width:55%;}
.about-one .ab-bone.two .ab-bo-r{ order: 2; }
.about-one .ab-bone.two .ab-bo-l{ order: 1; }
.about-one-img{ width:100%; float: left; }
.about-one-img img{ width: 100%; }

/*-- --*/
.about-th{ width:100%; height: auto; float: left; }
.ab-ta{ width:100%; height: auto; float: left; padding:30px 0px; }
.ab-ta-one{ width:100%; display: flex; justify-content: space-between; align-items: center; flex-direction: row; padding:25px 0px;}
.ab-ta-one-l{ width:50%; display: flex; justify-content: space-between; flex-direction: column;}
.ab-ta-one-l div{ width:100%; display: flex; flex-direction: column; padding:0px 20%;}
.ab-ta-one-l div h1{ font-size: 30px; color: #000000; line-height: 30px; letter-spacing: 2px; }
.ab-ta-one-l div p{ font-size:16px; color: #636363; line-height: 30px; padding-top: 30px; }
.ab-ta-one-r{ width:50%;}
.ab-ta-one-r i{ width:100%; display: flex; background-color: darkgray;}
.ab-ta-one-r i img{ width:100%; }
.ab-ta-one.two .ab-ta-one-r{ order:2; }
.ab-ta-one.two .ab-ta-one-l{ order:1; }

/**/
.ab-tb{ width:100%; height: auto; float: left; padding-bottom: 50px;}
.ab-tb-t{ width:100%; height: auto; float:left; padding:30px 0px; }
.ab-tb-t h1{ font-size:42px; color: #000000; line-height: 40px;}
.ab-tb-one{ width:100%; display: flex; justify-content: space-between; align-items: center; flex-direction: row; padding:30px 0px;}
.ab-tb-one-l{ width:30%; display: flex; justify-content: space-between; flex-direction: column;}
.ab-tb-one-l div{ width:100%; display: flex; flex-direction: column; padding:0px 10%;}
.ab-tb-one-l div h1{ font-size: 30px; color: #000000; line-height: 30px; letter-spacing: 2px; }
.ab-tb-one-l div p{ font-size:16px; color: #636363; line-height: 30px; padding-top: 30px; }
.ab-tb-one-r{ width:70%;}
.ab-tb-one-r i{ width:100%; display: flex; background-color: darkgray;}
.ab-tb-one-r i img{ width:100%; }
.ab-tb-one.two .ab-tb-one-r{ width:50%; order:1; }
.ab-tb-one.two .ab-tb-one-l{ width:50%; order:2; }

/*-- products --*/
.products{ width:100%; height: auto; float: left; padding-bottom:75px;}
.cpsearch{ width:100%; height: auto; float: left; display: flex; justify-content:center; align-items:flex-end; flex-direction: column; padding-top: 15px; }
.insearch{ width:470px; height:auto; border:1px solid #c5c6c8; background: #FFF; overflow:hidden; display: flex; justify-content:space-between; align-items: center; flex-direction: row;}
.insearch .p1{ width:78%; height:55px; float:left;}
.insearch .p2{ width:12%; height:55px; float:right; text-align:center; overflow:hidden; cursor:pointer; }
#search_inputps1{ outline:none; height:100%; width:100%; border:0px solid #CCC; float:left; padding:0px 15px; font-size:18px; color:#242424;}
#search_inputps2{ display:inline-block; width:100%; height:100%; outline:none; cursor:pointer; background-image:url(../img/svg-loaders/sosearch.svg); background-size:35px; background-color:#FFF; background-position:center; background-repeat:no-repeat; border:0; }
#search_inputps1::-webkit-input-placeholder{ opacity:1; color:#ababab;}
#search_inputps1:-moz-placeholder{opacity:1; color:#ababab;}
#search_inputps1::-moz-placeholder{opacity:1; color:#ababab;}
#search_inputps1:-ms-input-placeholder{opacity:1; color:#ababab;}

.probox{ width:100%; height: auto; float: left; padding: 5px;}
.sortbox{ width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative;}
.sortbox i{ width:100%; float: left; overflow: hidden; background-color:#B0B0B0;}
.sortbox i img{ width: 100%; transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;}
.sortbox div{ width:100%; height: auto; display: flex; justify-content:flex-end; align-items: center; flex-direction: column; padding: 10px; position: absolute; left: 0; bottom:0;
background: linear-gradient(top, transparent, #333333 75%);
background: -ms-linear-gradient(top, transparent, #333333 75%);
background: -webkit-linear-gradient(top, transparent, #333333 75%);
background: -moz-linear-gradient(top, transparent, #333333 75%);
}
.sortbox div p{ width: 100%; height:80px; display: flex; justify-content:flex-start; align-items: center; padding:0px 5%; font-size:22px; color: #FFF; line-height:18px; text-align: center; letter-spacing:3px; }
.sortbox:hover i img{ transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
}

/*-- list --*/
.productss{ width:100%; height: auto; float: left; }
.sortnav{ width:100%; min-height: 65px; background-color: #2d2926; float: left;}
.list{ width:100%; height:auto; float: left; position: relative; z-index:9;}
.list ul{ width:100%; height:auto; float: left; display: flex; justify-content: flex-start; align-items:flex-start; flex-direction: row; }
.list ul li{ list-style:none; height:auto; width:auto; float:left; position: relative; }
.list ul li a{ width:100%; height:65px; float: left; display: table; line-height:20px; color:#FFF; font-size:15px; padding:0px 30px 0px 20px; position:relative;}
.list ul li a span{  width:100%; height: 100%; display: table-cell; text-align: center; vertical-align:middle;}
.list ul li a:hover{ background:#000; color:#FFF; transition: 0.2s;-webkit-transition: 0.2s; -moz-transition: 0.2s;}
.list ul li.choosepoint a{ color:#000; }
.list ul li a i{ width:25px; height:25px; position:absolute; right:0px; top:22px; }
.list ul li .inactive i{ display:none;}
.list ul li .inactives{ }
.list ul li .inactives i{ display:none;}
.list ul li i svg{ width:20px;}
#nchoose i{}
#nchoose{ background:#000; }
.list ul li ul{ width:350px; height:auto; padding: 0px; display:none; position: absolute; left: 0; top:110%; border: 1px solid #f6f6f6;
background-color: #FFF; 
filter:progid:DXImageTransform.Microsoft.Shadow(color=#e6e6e6,direction=120,strength=4);/*兼容ie*/
-moz-box-shadow: 0px 0px 25px #e6e6e6;/*兼容firefox*/
-webkit-box-shadow: 0px 0px 25px #e6e6e6;/*兼容safari或chrome*/
box-shadow:0px 0px 25px #e6e6e6;/*兼容opera或ie9*/
}
.list ul li:last-child ul{  right: 0; left: auto; }
.list ul li ul li{ width:50%; padding:0; border-bottom: 0; display: flex; justify-content: flex-start; align-items: center; flex-direction: column; border-bottom: 1px solid #f8f8f8;}
.list ul li ul li a{ height:40px; line-height:20px;  color:#8e8e8e; font-size:15px; padding: 0px 5px; }
.list ul li:hover #di li a{ color:#8e8e8e; }
.list ul li ul li a span{ text-align: left; }
.list ul li:hover #di li:hover a{ color:#010101; background-color: transparent;}
.list ul li:hover #di li #tchoose{ color:#010101;}
#tchoose{ color:#010101; }

/*-- products --*/
.probox{ width:100%; height: auto; float: left; padding: 15px 15px 15px 19px;}
.probox .col-xs-6{ border: 1px solid #e6e6e6; margin-left: -1px; margin-top: -1px; }
.cpone{ width:100%; height: auto; float: left; padding-bottom:15px;  position:relative; transition:all 0.6s; -webkit-transition:all 0.6s; -moz-transition:all 0.6s;}
.cpone>i{ width:100%; display: flex; background-color: #e4e4e4; position: relative; transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s;}
.cpone>i a::before{ content: ''; position:absolute; left: 0; top:0; width:100%; height: 100%; z-index: 1;}
.cpone>i img{ width:100%; transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s;}
.cpone>i a{ width:100%; float:left; position:relative; overflow: hidden; }
#ccc{ fill:#ffffff; stroke-width:60;stroke:#000;}
.redclass #ccc{ fill:#a90505; stroke:#a90505;}
.skbox{ display: flex; justify-content:flex-start; flex-direction: row; align-items: center; padding:10px 0px 5px;}
.skbox i img{ width: 100%; padding:1px;
-moz-border-radius: 360px; /* Firefox */
-webkit-border-radius: 360px; /* Safari 和 Chrome */
border-radius: 360px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */	
}
.skbox i{ width:23px; height:23px; overflow: hidden; margin: 0px 3px; border: 1px solid #FFF;
-moz-border-radius: 360px; /* Firefox */
-webkit-border-radius: 360px; /* Safari 和 Chrome */
border-radius: 360px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */	
}
.skbox i.on{ border: 1px solid #000;}
.cpone>i:hover 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;	
}
.cpinfo{ width:100%; padding: 5px 10px 5px 20px; display: flex; justify-content:flex-start; flex-direction:column; position: relative;}
.sname{ width:100%; height: auto; float: left; display: flex; flex-direction: column; justify-content:flex-start; align-items: center;}
.sname h1{ width:100%; display: flex; justify-content: space-between; align-items: center; flex-direction: row; font-size: 16px; color: #000000; padding: 10px 0px;}
.sname h1 i{ font-style: normal; }
.sname p{ font-size: 14px; color: #9f9f9f; width: 100%;}
#sss{ fill:#777777; }
.cpone:hover .sname h1{ color: #a97a4f; }
.cpone:hover #sss{ fill:#a97a4f; }

/*-- productsinfo --*/
.incpban{ width:100%; height: 175px; float: left; position: relative; }
.incpban .inwords ul li{ color: #6e6e6e; }
.incpban .inwords ul li a{ color: #6e6e6e; }
.incpban .inwords ul li a:hover{ text-decoration: underline; color:#a97a4f; }

.proinfobox{ width:100%; height:auto; float:left; padding: 40px 0px;}
.ban {width:100%; height:auto; float:left; position:relative; z-index:1; }
.banl{ width:47%; height:auto; float:left; position:relative;}
.t2 {width:100%; float:left; background: #e4e4e4; position: relative;}
.t2 a{ width:100%; height: 100%;}
.t2>img {width:100%;}
#ban_pic { display: flex; justify-content: center; align-items: center;}
#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;}

.min_pic { width:100%; height: 70px; float: left; margin-top: 10px;}
.num { width:100%; height:auto; overflow:hidden; position:relative; float:left; display: flex; justify-content: center; align-items:center;}
.num ul {}
.num ul li { width:90px; height:auto; float:left; margin-right:8px; text-align:center; background:#FFF;}
.num ul li img { width:70px; height:auto; }
.num ul li:hover a{border:2px solid #000;}
.num ul li a{ display:block; position:relative; z-index:1; border:2px solid #bebebe; background:#FFF;}
.num ul li.on a{ border:2px solid #000;}

.banr{ width:53%; height:100%; float:left; position: relative;  padding: 0px 20px 20px 5%; }
.banr::before{ content: ""; position: absolute; left:10px; top:0; width: 1px; height: 100%; background-color: #e5e5e5;}
.br-a{ width:100%; height:auto; float:left;  }
.br-a h1{ width:100%; height:auto; float:left; font-size:30px; line-height:30px; color:#000; padding: 30px 0px; border-bottom: 1px solid #9e9e9e;}
.br-b{ width:100%; min-height:100px; float: left; padding: 20px 0px;}
.br-b p{ font-size: 18px; color: #696969; line-height:35px; width:100%; height:auto; float:left;}
.br-b ul{ width:100%; height:auto; float:left; padding:25px 0px;}
.br-b ul li{ width:100%; float: left; padding-left: 30px; position: relative; line-height: 30px; color: #000; font-size: 16px;}
.br-b ul li::before{ content:""; position: absolute; left: 0; top:14px; width: 20px; height: 2px; background-color: #000;}

.br-d{ width:100%; height: auto; float: left; padding: 10px 0px 50px; }
.br-d h1{ font-weight: 600; font-size: 22px; padding-bottom: 20px;}
.br-d ul{ width:100%; float:left; display: flex; justify-content:flex-start; align-items: flex-start; flex-direction: row;}
.br-d ul li{ padding: 0px 5px;}
#ww .on i{ border: 1px solid #000; }
.br-d ul li i{ padding: 1px; display: block; overflow: hidden; border: 1px solid #d5d5d5;
-moz-border-radius: 360px; /* Firefox */
-webkit-border-radius: 360px; /* Safari 和 Chrome */
border-radius: 360px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */	
}
.br-d ul li i img{ width:35px;
-moz-border-radius: 360px; /* Firefox */
-webkit-border-radius: 360px; /* Safari 和 Chrome */
border-radius: 360px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */		
transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s; }
.br-d ul li h1{ display: block; width: 100%; font-size: 12px; color: #bc9e8b; line-height: 15px; padding: 10px 0px; }
.br-d ul li:hover i img{
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
}
.br-d ul li:hover h1{ text-decoration: underline; }
.br-d p{}
.br-d p span{ font-size: 16px; color: #bc9e8b; line-height: 15px; padding-left: 10px; }
.br-d p span a{ color: #bc9e8b;}
.br-d p span a:hover{ color: #FFF;}

.banmail{ width:100%; height: auto; float: left; padding-top: 10px;}
.banmail a{ width:210px; height:auto; float: left; background: #bd895a; line-height:60px; font-size: 16px; color: #FFF; text-align: center; display: flex; justify-content:center; align-items: center; flex-direction: row;}
.banmail a i{ margin-right: 10px;}
.banmail a:hover{ background:#000; -webkit-transition: 0.6s;-moz-transition: 0.6s;transition: 0.6s;}

.cpifnod{ width:100%; height:auto; position: relative; float: left; display: flex; justify-content:flex-start; align-items: center; flex-direction: row; padding-top: 40px;} 
.cpifnod a{ width:140px; height:30px; margin-right: 5%; color:#FFF; background:#a0a0a0; transition:0.4s; -webkit-transition:0.4s; -moz-transition:0.4s;}
.cpifnod a:hover{ background:#bd895a; transition:0.4s;-webkit-transition:0.4s;-moz-transition:0.4s;}
.cpifnod i{ width:40%; height:30px; line-height:30px; font-size:20px; float:left;}
.cpifnod span{ width:60%; height:auto; line-height:30px; font-size:15px; float:left; text-align:center;}
#cpifl{ background:url(../img/page/cpljt.png) center right no-repeat;}
#cpifm{ background:url(../img/page/cpbtn.png) center center no-repeat;}
#cpifr{ background:url(../img/page/cprjt.png) center left no-repeat;}

.samebox{ width:100%; float: left; margin-top: 80px; display: flex; justify-content:flex-start; align-items: center; flex-direction: column;}
.samet{ width:100%; display: flex; flex-direction: row; align-content: center; justify-content: space-between;}
.samet h1{ font-size: 28px; color: #000; }
.samet a{ font-size: 16px; color: #9a9a9a; padding: 10px 50px 10px 0px; position:relative;}
.samet a::before{ width:40px; height: 1px; content: ""; position: absolute; left: 0; bottom: 0; background-color:#9b9b9b; }
.samet a:hover{ color: #bd895a; }

.same-show{ width:100%; height:auto; float: left; padding: 20px 0px; position: relative;}
.same-show .swiper{ padding: 20px 0px;}
.moreone{ width:100%; height: auto; float: left;}
.same-show .swiper-button-prev{ left:-50px; width:40px; height:40px;  background:url(../img/svg-loaders/lefth.svg) center center no-repeat #6b6b6b; 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 #bd895a; background-size:50%; }
.same-show .swiper-button-next{  right:-50px; width:40px; height:40px; background: url(../img/svg-loaders/righth.svg) center center no-repeat #6b6b6b; 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 #bd895a; 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%;}


/*-- oem --*/
.oembox{ width:100%; height: auto; float: left; padding: 40px 0px; }
.oem-a{ width:100%; float: left; display: flex; flex-direction: column; }
.oem-at{ width:100%; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 0px 3%;}
.oem-at h1{ width:100%; padding:15px 0px; font-size: 30px; color: #000; }
.oem-at p{ width:100%; padding: 15px 0px; font-size: 16px; color: #000000; line-height: 30px;}
.oem-aa{ width:100%; height: auto; padding-top: 20px; display: flex; justify-content:space-between; align-items: center; flex-direction: row;}
.oem-aa i{ padding: 5px; }
.oem-aa i img{ width:100%; }
.oem-ab{ width:100%; height: auto; display: flex; flex-direction: row; justify-content:space-between; align-items: flex-start;}
.oem-ab-one{ width:33.33%; padding: 5px; display: flex; justify-content: flex-start; align-items: center; flex-direction: column;}
.oem-ab-one i{ width:100%; border: 1px solid #d8d8d8; background-color: #737272;}
.oem-ab-one i img{ width:100%;}
.oem-ab-one div{ display: flex; align-items: center; justify-content:flex-start; flex-direction: column; }
.oem-ab-one div h1{ padding: 20px; font-size: 28px; line-height: 30px; color: #000; }
.oem-ab-one div p{ font-size: 16px; color: #000; line-height: 30px; padding: 0px 35px;}
.oem-ab-one div ul { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content:space-around;}
.oem-ab-one div ul li{ display: flex; justify-content: center; align-items: center; flex-direction: column;}
.oem-ab-one div ul li img{ max-width: 100%; }
.oem-ab-one div ul li span{ max-width: 100%; font-size: 16px; line-height: 20px; padding: 10px 0px;display: flex;}
.oem-b{ width:100%; height: auto; float: left; padding: 20px 15px;}
.tech-ba{ width:100%; height: auto; float: left; padding:15px 0px; display: flex;}
.tech-bal{ width:52%; height: auto; float: left;}
.tech-bal i{ display: block; background-color:darkgray; }
.tech-bal i img{ width:100%;}
.tech-bar{ width:48%; height:100%; float: left; display: flex; flex-direction: column; justify-content:center; padding:0px 8%; }
.tech-bar h1{ font-size: 28px; color: #000; padding: 15px 0px;}
.tech-bar p{ font-size: 16px; color: #5c5c5c; line-height:30px; padding:15px 0px;}
.tech-bar ul{ width:100%; display: flex; justify-content: flex-start; flex-direction: row;}
.tech-bar ul li{ padding: 5px;}
.tech-bar ul li img{ max-width:100%;}
.oem-c{ width:100%; height: auto; float: left; display: flex; justify-content: center; align-items: center; flex-direction:row; 
 margin: 0px -3px;}
.oem-c i{ padding: 3px; }
.oem-c i img{ width: 100%; }
.oem-d{ width:100%; height: auto; float: left; display: flex; justify-content: center; align-items: center; flex-direction:row; padding: 30px 15px;}


/*-- 证书 --*/
.patentbox{ width:100%; height: auto; float: left; display: flex; padding: 40px 0px;}
.pat-a{ width:100%; height: auto; display:flex; justify-content: center; align-items: center; flex-direction: column;}
.pat-a h1{ font-size: 30px; color: #000000; line-height: 30px; padding: 15px 0px;}
.pat-a p{ font-size:16px; color: #000; line-height: 30px; padding: 15px 6%; }
.pat-b{ width:100%; float: left; padding:20px 0px;}
.patimg{ width:100%; height:100%; float: left; display: flex; flex-direction: column; background-color:#d79c65; }
.patimg i{ width:100%; height: auto; float: left; padding:8px;}
.patimg i img{ width:100%; }
.patimg p{ width: 100%; height:60px; background: #FFF; font-size: 16px; color: #000; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.patentbox .page{ padding:0px 0px 20px;}


/*-- 新闻 --*/
.newsbox{ width:100%; height: auto; float: left; }
.newsone{ width:100%; height:auto; float:left; padding:50px 0px; display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.newsone .md{ padding:0px 5% 0px 14%;}
.newsone a{ display: flex; flex-direction: row; }
.newsL{ width:35%; display: flex; flex-shrink: 0; order: 1;}
.newsL i{ width:100%; overflow: hidden; transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;}
.newsL i img{ width:100%;}
.newsR{ width:65%; height:auto; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding:0px 25px; order: 2;}
.n-title{ width:100%; height:auto; float:left; padding-bottom: 20px; position:relative;}
.n-title h1{ font-size:21px; color:#393939; line-height:30px; }
.n-title::before{ content: ''; position: absolute; left: 0; bottom: 0;  width:80px; height: 1px; background-color: #a97a4f;}
.n-info{ width:100%; height:auto; float:left; padding:20px 0px 10px; }
.n-info p{ width:100%; height:auto; font-size:16px; color:#7d7d7d; }
.n-date{ width:100%; height:auto; float:left; font-size:13px; color:#7d7d7d; line-height:20px;}
.n-btn{ width:100%; height: auto; float: left; display: flex; flex-direction:row; justify-content:flex-start; align-items: center; padding-top: 15px;}
.n-btn i{ width:80px; height: 30px; float: left; background: url(../img/images/page/svg/longjt.svg) center center no-repeat; background-size: 100%;}
.n-btn p{font-size: 14px; color: #7d7d7d; padding: 5px 10px; margin-left:10px;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
transition:all .5s; -webkit-transition:all .5s; -moz-transition:all .5s;
}
.newsone a:hover .newsL i{-webkit-transform: scale(1.02);-moz-transform: scale(1.02);transform: scale(1.02);}
.newsone a:hover .n-btn p{  color: #FFF; background-color: #a97a4f;}
.newsone.two{ background-color: #f7f7f7;}
.newsone.two .newsL{ width:35%; order: 2;}
.newsone.two .newsR{ width:53%; padding:0px 8% 0px 0px;  order: 1;}

/*-- page --*/
.page{ width:100%;height:auto; float:left;text-align:center;font-size:15px; padding: 50px 0px;}
.pagination{text-align:center;width: 100%;}
.pagination ul{width: 100%;height: auto;text-align: center; display: flex; flex-direction:row; align-items: center; justify-content: center;}
.pagination ul li{ display: flex; margin:3px; border: 1px solid #d8d8d8; overflow: hidden;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.pagination ul li:before{}
.pagination ul li i{ font-style: normal; }
.pagination ul li a{ display:inline-block; padding: 0px 3px; width: 30px; height:40px; line-height:40px; font-size:18px; color:#000; transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s; }
.pagination ul li a:hover{  background:#262626; color:#FFF;}
.pagination ul li a.active{  background:#262626; color:#FFF;}
#prev:hover,#prev.active,#next:hover,#next.active{ background:#FFF; }
.pagination ul li a img{ width: 80%;}
#cco{ fill:#343434; }
#prevstart #cco{ fill:#aaaaaa; }
#nextend #cco{ fill:#aaaaaa; }

/*-- 新闻详细内容 --*/
.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 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: #323232; color: #ffffff;
 -moz-border-radius: 3px; /* Firefox */
-webkit-border-radius: 3px; /* Safari 和 Chrome */
border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}
.backbtn a:hover{ background-color: #d79c65;}
.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:16px; line-height:20px; padding:5px 0px; color:#242424;}
.pagesr p{ width:auto; font-size:16px; line-height:20px; padding:5px 0px; color:#242424;}
.pagesr{ width:30%; float:right; text-align:right;}
.pagesl a{ color:#FFF; font-size:16px; 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: #323232;
}
.pagesl a:hover{ color:#FFF; background:#d79c65;}
.pagesl i{ padding-right:5px;}
.pagesr a{ color:#FFF; font-size:16px; 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: #323232;
-webkit-transition: 0.3s;-moz-transition: 0.3s;transition: 0.3s;
}
.pagesr i{ padding-right:5px;}
.pagesr a:hover{ color:#FFF; background:#d79c65; -webkit-transition: 0.3s;-moz-transition: 0.3s;transition: 0.3s;}

/*-- contact --*/
.contact{ width:100%; height: auto; float: left;}
.cont-one{ width:100%; height:auto; float: left; display: flex; justify-content: center; align-items:center; flex-direction:row;}
.cont-one-a{ width:50%; min-height:450px; display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; padding: 10px;}
.cont-one-a::before{ content: ''; position: absolute; right: 0; top:20%; width:1px; height:60%; background-color:#a6a6a6; }
.cont-one-a i img{ max-width: 100%;}
.cont-one-a p{ font-size: 25px; color:#363636; padding-top: 35px; }

.cont-one-b{ width:50%; min-height:450px; display: flex; padding: 10px; justify-content: center; align-items: center;}
.cont-one-b-m{ }
.cont-one-b-m h1{ font-size:19px; color: #363636; }
.cont-one-b-m ul{ display: flex; justify-content: flex-start; flex-direction: column; padding: 30px 0px 0px;}
.cont-one-b-m ul li{ position: relative; padding: 15px 0px 15px 60px; font-size: 16px; color: #363636; }
.cont-one-b-m ul li i{ position: absolute; left: 0; top:10px;}

/*-- 地图 --*/
.mapbox{ width:100%; height:540px; float:left; padding-bottom: 90px;}
#container{ width:100%; height:100%; float:left;}

/*-- footB --*/
.footB{ width:100%; background-color:#12212b; float: left; background-position:center center; background-repeat: no-repeat;}
.footup{ width:100%; min-height: 100px; padding-top: 10px; float: left; display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.footup .md{ display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.footup-a{ display: flex; width:50%; justify-content: flex-start; }
.footup-a ul{ display: flex; }
.footup-a ul li{ display: flex; justify-content: center; align-items: center; flex-direction: row;}
.footup-a ul li a{ margin-right: 4px; position: relative;}
.footup-a ul li a img{ width:40px; height:40px; position:relative; z-index: 1;}
.footup-a ul li a i{ position:absolute; left: 5px; top:5px;  width:30px; height:30px; background: #FFF;}
.footup-b{ display: flex; width:50%; justify-content: flex-end; }
.footup-b a{ min-width:185px; border: 1px solid #a97a4f; height: 40px; display: flex; justify-content: center; align-items: center; flex-direction: row; font-size: 16px; color: #FFF; padding-right: 15px; transition:all .5s; -webkit-transition:all .5s; -moz-transition:all .5s;}
.footup-b a i{ padding-right:20px; }
.footup-b a i img{ max-width: 100%; }
.footup-b a:hover{ background-color:#a97a4f; }

.footmid{ width:100%; height: auto; float:left; border-top: 1px solid #20465c; padding: 35px 0px; }
.footmid .md{ display: flex; justify-content:flex-start; align-items:flex-start; flex-direction: row; }
.footm-a{ width:30%; display: flex; justify-content:flex-start; flex-direction: column; align-items:flex-start; padding: 5px;}
.footm-a i img{ max-width: 100%;}
.footm-a p{ font-size: 16px; color: #FFF; padding-top: 12px;}
.footm-b{ width:33%; display: flex; padding: 5px;}
.footm-b p{ display: flex; flex-direction: column; font-size:16px; color: #FFF; line-height:35px; }
.footm-c{ width:19%; display: flex; flex-direction:column; padding: 5px;}
.footm-c ul{ width:100%; display: flex; flex-direction:column;}
.footm-c ul li a{ font-size: 16px; color: #FFF; line-height: 30px; transition:all .5s; -webkit-transition:all .5s; -moz-transition:all .5s;}
.footm-c ul li a:hover{ color:#a97a4f; }
.footm-d{ width:18%; display: flex; justify-content: flex-start; align-items: center; flex-direction: column; padding: 5px;}
.footm-d i img{ max-width: 100%; }
.footm-d p{ font-size: 16px; color: #FFF; padding: 15px 0px; }

.footdown{ width:100%; height:auto; float:left; border-top: 1px solid #20465c; padding:20px 0px; line-height:20px; font-size:13px; color:#FFF; text-align:center; position:relative; display: flex; flex-direction:row; justify-content:center; align-items: center;}
.footdown span{ padding:0px 10px; }
.footdown a{ color:#FFF; }


/* ~~ 脚注 ~~ */
@-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: 25000ms;              /*动画持续时间*/
-webkit-animation-iteration-count: infinite;    /*动画要重复次数*/
-webkit-animation-direction: alternate; /*动画执行方向，alternate 表示反复*/
-moz-animation-timing-function: linear;  /*动画时间曲线*/
-moz-animation-name: bigss;                  /*动画名称，与@keyframes搭配使用*/
-moz-animation-duration: 25000ms;              /*动画持续时间*/
-moz-animation-iteration-count: infinite;    /*动画要重复次数*/
-moz-animation-direction: alternate; /*动画执行方向，alternate 表示反复*/
animation-timing-function: linear;  /*动画时间曲线*/
animation-name: bigss;                  /*动画名称，与@keyframes搭配使用*/
animation-duration: 25000ms;              /*动画持续时间*/
animation-iteration-count: infinite;    /*动画要重复次数*/
animation-direction: alternate; /*动画执行方向，alternate 表示反复*/
}

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

.bigs .flaotbox,.goban h1{
-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 h1,.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 h2,.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; /* 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:#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;}


