.banner-page .uk-slideshow-nav {
  padding-left: 0;
}
.banner-page .uk-slideshow-nav li {
  display: inline-block;
  margin: 0 10px;
}
.banner-page .uk-slideshow-nav li a {
  display: block;
  width: 40px;
  height: 5px;
  background: #fff;
}
.banner-page .uk-slideshow-nav li.uk-active a {
  background: #f08200;
}

header {
  z-index: 100;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
header.active {
  padding: 0 10px;
  background: #f08200;
}
header.active .language {
  display: none;
}
header:hover {
  background: #f08200;
}
header nav > ul {
  margin: 0;
  padding: 0;
}
header nav > ul > li {
  list-style: none;
  display: inline-block;
}
header nav > ul > li > a {
  display: block;
  padding: 25px;
  color: #fff;
}
header nav > ul > li:hover > a {
  color: #fff;
  text-decoration: none;
}
header .uk-dropdown {
  padding: 0;
  box-shadow: none;
  max-width: 550px;
  min-width: 400px;
}
header .uk-dropdown ol {
  margin: 0;
  padding: 30px;
}
header .uk-dropdown ol li {
  list-style: none;
  text-align: left;
}
header .uk-dropdown ol li a {
  font-size: 14px;
  color: #333;
  display: block;
  padding: 6px 0;
  border-bottom: #a16014 1px solid;
}
header .uk-dropdown ol li a:hover {
  text-decoration: none;
  color: #000;
}
.nav-note {
  font-size: 14px;
  text-indent: 2rem;
}

.language {
  text-align: right;
  color: #fff;
}
.language a {
  font-size: 12px;
  display: inline-block;
  margin: 0 3px;
  color: #fff;
}
.language a:hover {
  text-decoration: none;
}
.language a.on {
  background: #f08200;
  padding: 0 5px;
  color: #fff;
}
.language span {
  color: #fff;
}

.logo-text {
  font-size: 12px;
  display: block;
  color: #666;
  margin-top: 5px;
  letter-spacing: 0.08rem;
}

/*
menu for mobile
*/
.mobile-nav-index {
  z-index: 1000;
  width: 100%;
  padding: 15px 0;
  background-color: #f08200;
}
.mobile-nav-btn {
  font-size: 32px;
  color: #333;
  border: none;
  background: none;
  outline: none;
}
/* mobile nav */
.mobile-nav {
  padding: 15px 0;
}
.mobile-nav button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.uk-offcanvas-bar {
  background: #f08200;
  width: 200px !important;
}
.uk-nav-default {
  margin-top: 46px;
}
.uk-nav-default > li > a {
  display: block;
  line-height: 36px;
  border-bottom: #a45800 1px solid;
  border-top: #fd971f 1px solid;
  color: #fff !important;
  font-size: 16px;
}
.uk-nav-default > li:first-child > a {
  border-top: none;
}
.uk-nav-default > li:last-child > a {
  border-bottom: none;
}

.banner .uk-dotnav > * > * {
  border: 1px solid #f08200;
}
.banner .uk-dotnav > .uk-active > * {
  background-color: #f08200;
}

.uk-container {
  padding-left: 6px;
  padding-right: 6px;
}

/*
index product
*/
.page-subtitle span {
  display: block;
  color: #f08200;
  font-weight: bold;
}
.page-subtitle em {
  display: block;
  color: #666;
  font-style: normal;
  margin-top: 15px;
}
.page-subtitle:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #f08200;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.index-product .uk-card h3 {
  font-size: 15px;
  margin: 0;
}
.index-product .uk-card h3 a {
  display: block;
  color: #333;
  text-align: center;
  transition: all 0.5s;
}
.index-product .uk-card h3 a:hover {
  text-decoration: none;
}
.index-product .uk-card:hover h3 a {
  background-color: #f08200;
}

.index-product .uk-slidenav {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  padding: 0 !important;
  background-color: rgba(0, 0, 0, 0.2);
}

.btn-more {
  background: #252525;
  color: #fff;
  display: inline-block;
  padding: 12px 35px;
}
.btn-more:hover {
  text-decoration: none;
  color: #999;
}

/*
index service
*/

.index-service .uk-card span {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.86);
  color: #fff;
  padding: 8px 28px;
}
.index-service .uk-card p {
  font-size: 14px;
  line-height: 2em;
}
/*
index cases
*/

.index-cases-nav li {
  text-align: center;
  font-size: 16px;
}
.index-cases-nav li a {
  display: block;
  border: #ddd 1px solid;
  border-radius: 8px;
  padding: 6px 0;
  color: #333;
}
.index-cases-nav li a:hover {
  text-decoration: none;
  background: #f08200;
  color: #fff;
}
.index-cases .uk-slidenav {
  padding: 7px 10px;
  background-color: #f08200;
}
.index-cases .uk-slider-nav li {
  text-align: center;
}
.index-cases .uk-slider-nav li a {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #d7d7d7;
  border-radius: 50%;
  border: none;
  transition: all 0.4s;
}
.index-cases .uk-slider-nav li.uk-active a {
  background: #f08200;
}
.hot-cases-text {
  background-color: #f1f1f1;
  padding: 41px 30px;
  margin-top: 15px;
}
.hot-cases-text p {
  font-size: 14px;
  line-height: 2em;
}
.index-cases-list h5 {
  margin: 10px 0 5px;
}
.index-cases-list h5 a {
  color: #333;
}
.index-cases-list h5 a:hover {
  text-decoration: none;
  color: #333;
}

.p-cate h3 {
  margin: 0 !important;
}
.p-cate h3 a {
  color: #333;
  font-size: 16px;
  line-height: 18px;
  display: block;
  text-align: center;
  padding: 10px;
}
.p-cate h3 a:hover {
  color: #fff;
  background: #f08200;
  text-decoration: none;
}
/*
index about
*/
.index-about .uk-card {
  background-color: #f08200;
}
.index-about .uk-card-text h2 {
  color: #fff;
}
.index-about .uk-card-text p {
  color: #fff;
  line-height: 2.2em;
}
.btn-more-white {
  display: inline-block;
  background: #fff;
  padding: 10px 30px;
  color: #f08200;
}
.btn-more-white:hover {
  color: #999;
  text-decoration: none;
}

/*
index news
*/
.index-news {
  padding: 80px 0;
}
.index-news-nav {
  padding: 0;
  margin-bottom: 25px;
  text-align: center;
}
.index-news-nav li {
  display: inline-block;
  margin: 0 10px;
}
.index-news-nav li a {
  display: block;
  padding: 12px 40px;
  border: #ddd 1px solid;
  color: #333;
  transition: all 0.5s;
}
.index-news-nav li.uk-active a,
.index-news-nav li a:hover {
  background: #252525;
  color: #fff;
}
.index-news-nav li a:hover {
  text-decoration: none;
}

.index-news-box {
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.index-news-box:hover {
  background-color: #f08200;
}
.index-news-box:hover em,
.index-news-box:hover span,
.index-news-box:hover h4 a,
.index-news-box:hover p {
  color: #fff;
}
.new-date-box {
  padding: 0 15px;
  text-align: center;
}
.new-date-box em {
  font-style: normal;
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  color: #000;
  display: block;
}
.new-date-box i {
  display: block;
  width: 100%;
  border-top: #e5e5e5 2px solid;
}
.new-date-box span {
  font-size: 18px;
  display: block;
  margin: 10px 0;
}
.news-text-box {
  margin: 15px !important;
}
.news-text-box h4 {
  margin-bottom: 10px;
}
.news-text-box h4 a {
  color: #333;
}
.news-text-box h4 a:hover {
  text-decoration: none;
}
.news-text-box p {
  font-size: 14px;
  line-height: 2em;
  color: #666;
  margin: 0;
}

.sitemaps a:hover{
  color: #000;
}
.sitemaps dt{
  margin-bottom: 10px;
}
.sitemaps dt a{
  color: #000;
}
.sitemaps dd{
  font-size: 14px;
}

/*
 * mini
 */
/* Horizontal */
.uk-grid-mini,
.uk-grid-column-mini {
  margin-left: -6px;
}
.uk-grid-mini > *,
.uk-grid-column-mini > * {
  padding-left: 6px;
}
/* Vertical */
.uk-grid + .uk-grid-mini,
.uk-grid + .uk-grid-row-mini,
.uk-grid-mini > .uk-grid-margin,
.uk-grid-row-mini > .uk-grid-margin,
* + .uk-grid-margin-mini {
  margin-top: 6px;
}

/*
footer
*/
footer {
  background: #2d2d2d;
  padding: 30px 0 30px;
}
footer dl dt {
  margin-bottom: 15px;
  color: #f3f3f3;
}
footer dl dd a {
  line-height: 26px;
  color: #8a8a8a;
}
footer dl dd a:hover {
  color: #d8d8d8;
  text-decoration: none;
}

.bt-contact-box {
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 30px;
  color: #8a8a8a;
  font-size: 13px;
}
.bt-contact-box i {
  display: inline-block;
  width: 40px;
  text-align: center;
}
.bt-contact-box .uk-grid {
  margin-bottom: 10px;
}
.bt-contact-box p {
  line-height: 1.5rem;
}

footer hr {
  border-top: rgb(69, 69, 69) 1px solid;
}
.link-icon a {
  font-size: 24px;
  display: inline-block;
  margin: 0 12px;
  color: #f08200;
}
.copyright p {
  margin: 5px 0;
  font-size: 12px;
}
.copyright a {
  color: #666;
}
.copyright a:hover {
  color: #999;
}

/*
内容页
*/
.page-banner {
  height: 320px;
}
.page-banner h1 {
  font-weight: bold;
  color: #fff;
}

/*
筛选
*/
.filter-box {
  border: #ddd 1px solid;
  padding: 30px;
  background-image: url(../images/lbg.jpg);
}
.filter-box strong {
  display: block;
}
.filter-box a {
  display: inline-block;
  padding: 2px 8px;
  font-size: 13px;
  color: #333;
  margin: 0 10px;
}
.filter-box a:hover {
  text-decoration: none;
}
.filter-box a.on {
  background: #252525;
  color: #fff;
}

.pro-list-container .uk-card .uk-card-body .uk-button {
  border: #888 1px solid;
}
.pro-list-container .uk-card .uk-card-body {
  transition: all 0.4s;
}
.pro-list-container .uk-card:hover .uk-card-body {
  background: #f08200;
}
.pro-list-container .uk-card:hover .uk-card-body h3 {
  color: #fff;
}
.pro-list-container .uk-card:hover .uk-card-body p {
  color: #fff;
}
.pro-list-container .uk-card:hover .uk-card-body .uk-button {
  background: #fff;
  color: #333;
  border: none;
}
.pro-list-container .uk-card:hover {
  cursor: pointer;
}
.pro-list-text h3 {
  margin-bottom: 6px;
}
.pro-list-text h3 a {
  color: #333;
  text-decoration: none;
}
.pro-list-text p a {
  color: #666;
  text-decoration: none;
}
.pro-list-text p{
  margin: 0;
}
.pro-list-container .uk-card:hover a {
  color: #fff;
}

.parts .color-bg {
  background: rgba(240, 130, 0, 0.9);
  padding: 0 15px;
}

.pro-info h1 {
  font-size: 30px;
  padding-bottom: 15px;
  border-bottom: #f08200 3px solid;
}
.pro-info p {
  line-height: 2.4em;
}
.btn-zixun {
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  background: #f08200;
  text-align: center;
}
.btn-info {
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  color: #333;
  border: #ddd 1px solid;
  text-align: center;
}
.btn-down {
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  color: #fff;
  background: #252525;
  text-align: center;
}
.btn-info:hover {
  text-decoration: none;
  color: #333;
}
.btn-down:hover {
  color: #fff;
  text-decoration: none;
}
.btn-zixun:hover {
  text-decoration: none;
  color: #fff;
}
.zixun-text {
  text-align: center;
  margin: 40px 0;
}
.zixun-text span {
  color: #f09200;
}
.zixun-text p {
  margin: 0;
}

.pro-content-nav {
  text-align: center;
}
.pro-content-nav a {
  font-size: 18px;
  display: inline-block;
  margin: 0 40px;
  color: #333;
  padding: 10px 30px;
}
.pro-content-nav a.on {
  color: #fff;
  text-decoration: none;
  background: #f08200;
}
.pro-content-nav a:hover {
  text-decoration: none;
}

.pro-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.pro-content article {
  padding: 50px;
}
.pro-content h5 {
  color: #f08200;
}
.pro-content article p {
  margin: 0;
}
.pro-content .uk-accordion-title{
    background-image: url(../images/lbg.jpg);
    padding: 8px 20px;
    border-left: #f08200 3px solid;
    border-bottom: #f2f2f2 1px solid;
    border-top: #ffffff 1px solid;
}
.pro-content .uk-open .uk-accordion-title{
  background-color: #f08200;
  background-image: none!important;
  color: #fff!important;
}
.pro-content .uk-accordion li{
  margin-top: 0;
}
.pro-content .uk-accordion-content{
  padding:  20px;
  margin-top: 0;
}

/** pro-content 嵌入视频 **/
.pro-content iframe{
  width: 100%;
  height: 600px;
}

.related .uk-panel h4 a {
  color: #333;
}
.related .uk-panel h4 a:hover {
  text-decoration: none;
}
.related .uk-panel h4 {
  text-align: center;
  margin-top: 15px;
}
.related .uk-slidenav {
  padding: 15px 10px;
  background: #f08200;
  color: #fff;
}

/*
cases
*/
.cases-list-container .uk-card h3 a {
  color: #000;
  font-weight: bold;
}
.cases-list-container .uk-card h3 a:hover {
  text-decoration: none;
  color: #666;
}
.cases-list-container .uk-card p {
  line-height: 2em;
}
.cases-list-container .uk-card .view-btn {
  display: inline-block;
  padding: 10px 36px;
  background: #f08200;
  color: #fff;
}
.pages a {
  display: inline-block;
  padding: 6px 22px;
  background: #ddd;
  color: #333;
  transition: all 0.4s;
  font-size: 12px;
}
.pages a:hover {
  background: #252525;
  color: #fff;
  text-decoration: none;
}
.related-cases p {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}
.page-prev a:nth-child(n + 2) {
  display: none;
}
.page-next a:nth-last-child(n + 2) {
  display: none;
}

/*
service
*/
.service-subtitle span {
  display: inline-block;
  color: #f08200;
  font-weight: bold;
  position: relative;
  margin-left: 25px;
}
.service-subtitle span:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #f08200;
  position: absolute;
  right: 100%;
  top: 38%;
  transform: translateX(-50%);
}
.service-content p {
  line-height: 2em;
  font-size: 14px;
}
.servie-form button {
  background: #f08200;
  color: #fff;
  padding: 20px 0;
  width: 100%;
  border: none;
  font-size: 18px;
}
.service-content .uk-overlay-primary {
  background: #f08200;
}
.service-m-text {
  background-color: #f08200;
  padding: 15px;
  color: #fff;
}
.service-m-text h3 {
  color: #fff;
}
/*
发展历程
*/
.history-list {
  padding-top: 20px;
  padding-bottom: 40px;
  background: url(../images/v-line.jpg) 90px top repeat-y;
  margin: 0 !important;
}
.history-list span {
  display: block;
  background: #fff;
  padding: 15px;
  border-radius: 50%;
  left: -126px;
}
.history-list i {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: #333 2px solid;
  line-height: 100px;
  text-align: center;
  font-style: normal;
  font-size: 18px;
  background: #fff;
  transition: all 0.5s;
}
.history-list p {
  line-height: 2rem;
  margin: 0;
}
.history-list:hover i {
  border: #f08200 2px solid;
  background: #f08200;
  color: #fff;
}
.history-block {
  border: #ddd 2px solid;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}

.honor-list li {
  line-height: 60px;
  border-bottom: #999 1px solid;
}
.honor-list li a {
  padding: 10px 45px;
  font-size: 18px;
  color: #333;
  display: block;
  background: url(../images/icon-zs.jpg) no-repeat left center;
}
.honor-list li a:hover {
  background: url(../images/icon-zs-hover.jpg) no-repeat left center;
}
#content-d {
  height: 400px;
}

.news-content p {
  line-height: 2em;
}
.next-btn {
  display: inline-block;
  padding: 8px 30px;
  background: #f08200;
  color: #fff;
  font-size: 14px;
  border-radius: 25px;
}
.next-btn:hover {
  color: #f9f9f9;
  text-decoration: none;
}

.news-share-link a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  margin: 0 6px;
}
.news-share-link a:hover {
  text-decoration: none;
  background-color: #f08200;
}

.contact-list .uk-card h3 {
  font-size: 22px;
  color: #f08200;
  font-weight: bold;
}
.contact-list .uk-card p span {
  display: inline-block;
  width: 30px;
  text-align: center;
}

.sub-nav a {
  display: block;
  padding: 10px 0;
  border: #ddd 1px solid;
  text-align: center;
  color: #333;
  transition: all 0.4s;
}
.sub-nav a.on {
  background: #f08200;
  color: #fff;
}
.sub-nav a:hover {
  text-decoration: none;
  background: #f08200;
  color: #fff;
  border-color: #f08200;
}

.m-filter-box {
  background: #f9f9f9;
  padding: 10px;
}
.m-filter-list {
  margin: 10px 0;
}
.m-filter-list a {
  font-size: 12px;
  color: #333;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #686868;
}

.side {
  position: fixed;
  width: 60px;
  right: 0;
  top: 50%;
  z-index: 100;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-bottom: 0;
}
.side ul li {
  width: 60px;
  height: 60px;
  float: left;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 12px;
}
.side ul li:hover {
  background: #f67524;
  color: #fff;
}
.side ul li:hover a {
  color: #fff;
}
.side ul li i {
  height: 15px;
  margin-bottom: 1px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 15px;
  margin-top: 14px;
  transition: all 0.3s;
}
.side ul li i.bgs1 {
  background-image: url(../images/right_pic5.png);
}
.side ul li i.bgs2 {
  background-image: url(../images/right_pic7.png);
}
.side ul li i.bgs3 {
  background-image: url(../images/right_pic2.png);
}
.side ul li i.bgs4 {
  background-image: url(../images/right_pic1.png);
}
.side ul li i.bgs5 {
  background-image: url(../images/right_pic3.png);
}
.side ul li i.bgs6 {
  background-image: url(../images/right_pic6_on.png);
}
.side ul li:hover i.bgs1 {
  background-image: url(../images/right_pic5_on.png);
}
.side ul li:hover i.bgs2 {
  background-image: url(../images/right_pic7_on.png);
}
.side ul li:hover i.bgs3 {
  background-image: url(../images/right_pic2_on.png);
}
.side ul li:hover i.bgs4 {
  background-image: url(../images/right_pic1_on.png);
}
.side ul li:hover i.bgs5 {
  background-image: url(../images/right_pic3_on.png);
}
.side ul li .sidebox {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.side ul li.sidetop {
  background: #f67524;
  color: #fff;
}
.side ul li.sidetop:hover {
  opacity: 0.8;
  filter: Alpha(opacity=80);
}
.side ul li.sideewm .ewBox.son {
  width: 100px;
  display: none;
  color: #363636;
  text-align: center;
  padding-top: 0;
  position: absolute;
  left: -103px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #e0e0e0;
}
.side ul li.sideetel .telBox.son {
  width: 180px;
  height: 110px;
  display: none;
  color: #fff;
  text-align: left;
  position: absolute;
  left: -182px;
  top: -25px;
  background: #f67524;
}
.side ul li.sideetel .telBox dd {
  display: block;
  height: 55px;
  overflow: hidden;
  padding-left: 60px;
  line-height: 24px;
  font-size: 12px;
}
.side ul li.sideetel .telBox dd span {
  display: block;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  margin-top: 12px;
  font-size: 12px;
}
.side ul li.sideetel .telBox dd.bgs1 {
  background: url(../images/right_pic8.png) 14px center no-repeat;
  background-color: #e96410;
}
.side ul li.sideetel .telBox dd.bgs2 {
  background: url(../images/right_pic9.png) 14px center no-repeat;
}
.side ul li:hover .son {
  display: block !important;
  animation: fadein 1s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mobile-footnav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f67524;
  width: 100%;
  text-align: center;
}
.mobile-footnav ul {
  margin: 0;
  padding: 0;
}
.mobile-footnav ul li {
  list-style: none;
  display: inline-block;
  border-right: #e2671a 1px solid;
}
.mobile-footnav ul li:last-child {
  border-right: none;
}
.mobile-footnav ul li a {
  display: block;
  color: #fff;
  padding: 10px;
}
.mobile-footnav ul li a > img {
  width: 24px;
}
.mobile-footnav ul li p {
  font-size: 12px;
  margin: 2px 0 0;
}



.related_application h4{
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
}
.related_application p{
  font-size: 12px;
  margin-top: 4px;
}

@media(max-width: 960px){
  	.index-service .uk-card span{
      	font-size: 14px;
      	padding: 2px 10px;
  	}
  	.index-cases-list h5 a{
      	font-size: 12px;
		line-height: 14px;
		display: block;
  	}
    .pro-content iframe{
      height: 200px;
    }
    
}