@charset "UTF-8";

/*重置bootstrap*/
* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100% !important;
}
.word-break{
	word-break:keep-all; 
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
a,
a:visited,
a:checked {
  text-decoration: none;
  color: #000;
}
a:hover{
  color: #920784;
  text-decoration: none;
}
.btn-bread,.trans,a{
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

ul,
ol {
  list-style: none;
  margin:0;
}

/*常用css样式*/
.font-bold {
  font-weight: bold;
}

.text-white,.text-white a{
  color: #fff;
}

.text-black {
  color: #323232;
}

.word-break,.product-name {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-zero {
  padding: 0;
}


#yuhong .fp-next {
  /* right: 150px; */
  background: url(../images/right_control.png) 50% no-repeat;
}

#yuhong .fp-prev {
  /* left: 150px; */
  background: url(../images/left_control.png) 50% no-repeat;
}

#yuhong .fp-controlArrow {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  border: 0 none;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background-color: #f8b62a !important;
}
.menue-header .menue-nav li:last-child{
  margin-right: 0;
}
.top{
  position: fixed;
  top: 0;
  background-color: rgba(248, 182, 42, .8);
  width: 100%;
  z-index: 999;
  padding: 0 30px;
}

.s1,
.s2,
.s3,
.section1,
.section2,
.section3,
.section4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section1,
.section2,
.section3,
.section4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.s1{
  background-image: url(../images/s1.jpg);
}
.s2{
  background-image: url(../images/s2.jpg);
}
.s3{
  background-image: url(../images/s3.jpg);
}
.section1{
  background-image: url(../images/section1.jpg);
}
.section2{
  background-image: url(../images/section2.jpg);
}
.section3{
  background-image: url(../images/section3.jpg);
}
.section4{
  background-image: url(../images/section4.jpg);
}
@media(min-width:1441){
  .container{
    width: 1440px;
  }
}
.section-brand{
  font-size: 32px;
}
.text-brand{
  color: #920784;
}
.text-brand2{
  color: #f8b62a;
}
.home-brand-line{
  width: 80px;
  height: 4px;
  background-color: #f8b62a;
  margin: 15px 0;
}
.home-about{
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 100px;
}
.home-more{
  margin-top: 30px;
}
.home-more a{
  background-color: #f8b62a;
  padding: 8px 25px;
  color: #fff;
}
.home-more a:hover{
  background-color: #920784;
}
.home-num{
  padding-top: 50px;
}

menue-nav {
  padding: 0;
}

.menue {
  padding: 10px;
  background-color: #f29a05;
  display: none;
  z-index: 999;
  position: fixed;
  right: 0;
  top: 0;
}

#menue, .nav-top, .nav-close, .menue,.trans {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.nav-top {
  margin-top: -84px;
}

.nav-close {
  top: 84px;
}

.hamburger .line {
  width: 40px;
  height: 5px;
  background-color: #fff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
.s2-brand{
  font-size: 24px;
}
.s2-item{
  height: 50%;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
#home-pro-item{
  height: 100vh;
}
#home-pro-item .s2-item{
  border-left:1px solid #ddd;
}
#home-pro-item .s2-item:nth-of-type(1),
#home-pro-item .s2-item:nth-of-type(2){
  border-bottom: 1px solid #ddd;
}
#home-pro-item .s2-item:nth-of-type(2),
#home-pro-item .s2-item:nth-of-type(4){
  border-right: 1px solid #ddd;
}
.s3-title{
  font-size: 30px;
  margin-bottom: 5px;
}
.s3-des{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-s2-info{
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
  padding: 0 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.s2-black{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px;
}
.s2-black-po{
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  padding: 30px 15px;
}

#home-pro-item .s2-item:nth-of-type(1) .s2-black,
#home-pro-item .s2-item:nth-of-type(2) .s2-black{
  bottom: -100%;
}
#home-pro-item .s2-item:nth-of-type(3) .s2-black,
#home-pro-item .s2-item:nth-of-type(4) .s2-black{
  top: -100%;
}
.s2-item:hover .s2-black{
  bottom: 0;
}
#home-pro-item .s2-item:nth-of-type(1):hover .s2-black,
#home-pro-item .s2-item:nth-of-type(2):hover .s2-black{
  bottom:0;
}
#home-pro-item .s2-item:nth-of-type(3):hover .s2-black,
#home-pro-item .s2-item:nth-of-type(4):hover .s2-black{
  top:0;
}
.s2-item:hover .home-s2-info{
  bottom:-100%;
}
#home-pro-item .s2-item:nth-of-type(1) .s2-black{
  background-image: url(../images/s3-bg1.jpg);
}
#home-pro-item .s2-item:nth-of-type(2) .s2-black{
  background-image: url(../images/s3-bg2.jpg);
}
#home-pro-item .s2-item:nth-of-type(3) .s2-black{
  background-image: url(../images/s3-bg3.jpg);
}
#home-pro-item .s2-item:nth-of-type(4) .s2-black{
  background-image: url(../images/s3-bg4.jpg);
}
@media(min-width:1440px){
  #s2-left{
    padding-top: 10%;
  }
}
.s-news-nav{
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2em;
}
.s3-news-item{
  border-left: 1px solid #ddd;
}
.home-news-day{
  font-size: 60px;
  padding-left: 15px;
  color: #c2c2c2;
  padding-bottom: 30px;
}
.home-news-mouth{
  color: #c2c2c2;
}
.home-news-info{
  border-left: 4px solid transparent;
  padding-left: 15px;
  margin-left: -1px;
}
.s3-news-item:hover .home-news-info{
  border-color: #920784;
}
.home-news-title{
  font-size: 16px;
  margin-top:10px;
  height:44px;
  overflow:hidden;
}
.home-news-img{
  padding:30px 15px;
}
.home-xw-img{
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
}
.home-news-arr{
  padding-left: 15px;
}
.s3-news-item:hover .home-news-arr a{
  padding-left: 30px;
  color: #920784;
}
.s3-news-item:hover .home-news-day{
  color: #920784;
}
.home-case{
  position: relative;
  height: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
}
.home-case-title{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  padding: 15px 0;
  background-color: rgba(248, 182, 42, .5);
}
.s4-case{
  margin-bottom: 30px;
}
.footer{
  background-color: #404040;
  overflow: hidden;
}
.info-title{
	background-color:#920784;
	color:#fff;
  padding:8px 10px;
  overflow:hidden;
  font-size: 16px;
}
.info-content{
	font-size:14px;
	line-height:1.5em;
	padding:5px 10px;
}
.footer-tel{
  font-size: 18px;
  padding: 20px;
  line-height: 1.5em;
}
.footer-tel .text-brand2{
  font-size: 32px;
}
.footer-code{
  padding: 15px 0;
}
.copyright{
  font-size: 16px;
  line-height: 1.5em;
  padding: 20px 0;
}
.margin-top-30{
  margin-top: 30px;
}
/* 资质荣誉 */
.product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.product-container a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.product-container a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}
.product-name{
  border:1px solid #ddd;
  border-top:none;
  line-height: 40px;
  margin-bottom: 30px;
}
.bread{
  margin-bottom: 30px;
  overflow: hidden;
  padding: 15px 0;
  line-height: 34px;
  background-color: #f7f7f7;
}
.btn-bread{
  background-color: #920784;
  color: #fff !important;
  padding: 6px;
  border-radius: 17px;
}
.btn-bread:hover{
  background-color: #f29a05;
  color: #fff;
}
@media(max-width:768px){
  .product-container,.product-container a{
    height: 140px;
  }
  .product-container a img{
    max-height: 130px;
  }
  .logo{
    max-height: 60px;
  }
  body{
    padding-top: 60px;
  }
}
/* 新闻资讯 list */
.news-list{
  overflow: hidden;
  margin-bottom: 30px;
  padding: 15px;
}
.news-img{
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.news-title{
  font-size: 18px;
  padding: 8px 0;
}
.news-time{
  color: #777;
}
.news-des{
  padding-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  letter-spacing: .5px;
}
.news-list:hover{
  margin-top: -15px;
  margin-bottom: 45px;
  box-shadow: 0 3px 5px #c2c2c2;
}
.news-list:hover a{
  color: #f29a05;
}
.cat-news-btn{
  margin-top: 50px;
}
.cat-news-btn a{
  background-color: #f29a05;
  color: #fff;
  padding: 8px 40px;
  border-radius: 18px;
}
.cat-news-btn a:hover{
  background-color: #920784;
}
.cat-news-list{
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  border-bottom: 1px dotted transparent;
}
.cat-news-list:hover{
  border-color: #f29a05;
}
.cat-news-list:hover .cat-news-btn a{
  background-color: #920784;
}
.news-day{
  font-size: 60px;
  padding-top: 30px;
}
.news-year{
  font-size:16px;
}
@media(max-width:768px){
  .cat-news-btn a{
    display:block;
    width: 50%;
    margin: auto;
    margin:20px 0;
    text-align: center;
  }
}
.show-news-info{
  padding: 15px 0;
}
.show-news-content{
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: .5px;
}
.next{
  padding: 8px 0;
  font-size: 16px;
}

/*PRODUCT*/
.pro-icon-title{
  font-size: 16px;
}
.pro-icon{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.pro-icon-bg{
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background-color: #920784;
  z-index: -1;
}
.pro-icon-item:hover .pro-icon-bg{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.margin-top-60{
  margin-top: 60px;
}
.cat-pro-brand{
  font-size: 32px;
  margin-bottom: 15px;
}
.cat-pro-title a{
  font-size: 16px;
  color: #777;
  line-height: 32px;
}
.cat-pro-title a:hover{
  color: #f29a05;
}
.cat-pro-title{
  padding-left: 30px;
}
.cat-pro-bg{
  width: 100%;
  height: 160px;
  position: relative;
  margin: auto;
  margin-bottom: 30px;
}
.cat-pro-bg img{
  max-height: 160px;
  display: block;
  margin: auto;
}
.cat-pro-black{
  background-color: rgba(90, 86, 87, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding-top: 30%;
}
.cat-pro-black:hover{
  background-color: rgba(90, 86, 87, .8);
  color: #f29a05 !important;
}
.show-pro-line{
  width:200px;
  border-bottom: 4px solid#f29a05;
}
.font-22{
  font-size: 22px;
}
.show-pro-des{
  margin-top: 30px;
  line-height: 2em;
  font-size: 16px;
}

.show-pro-brand{
  border-left: 4px solid #f29a05;
  color: #333;
  margin-top: 50px;
  margin-bottom: 15px;
  background-color: #f7f7f7;
  padding: 10px 0 10px 15px;
}
/* .show-pro-brand::after{
  content: "————————————";
  color: #f29a05;
  font-weight: lighter;
} */
/* team */
.team-img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f7f7f7;
}
.team-name{
  font-size: 16px;
  margin-bottom: 30px;
}
@media(min-width:1440px){
  .container{
    width: 1400px;
  }
}
.case-name{
  line-height: 2em;
  font-size: 16px;
}
#pages {
  margin: 20px 0;
  clear: both;
}
#pages a,
#pages span {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 5px 10px;
}

#pages span {
  color: #fff;
  font-weight: bold;
  border: 1px solid #920784;
  background-color: #920784;
}
.show-pro-img{
  max-height: 350px;
}
.show-pro-i{
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: .5px;
  color: #636363;
}
.page-about{
  font-size:16px;
  line-height: 1.75em;
  letter-spacing: .5px;
}
.padding-top-serv{
  padding-top:50px;
}
.list-yx-case{
	font-size:16px;
	margin-bottom:10px;
}
#pages{
	margin:20px 0;
}
.s2-title{
	font-size:24px;
}
.btn-bread-active{
	background-color: #f29a05;
	color: #fff;
}
.show-fa-title{
	font-size:16px;
	padding:10px 0;
}

.form-control, .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  font-size: 14px;
  line-height: 1.42857143;
}

.loading{
        width: 100px;
        height: 100px;
        position: relative;
    }
    .loading::before,.loading::after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        background: #000;
        border-radius: 50%;

        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        animation: toBig 1s linear infinite;
    }
    .loading::after{
        animation-delay: 0.5s;
    }
    @keyframes toBig {
        0%{
            width: 0;
            height: 0;
            opacity: 1;
        }
        100%{
            width: 50px;
            height:50px;
            opacity: 0;
        }
    }
    .site-welcome{
        display: none;
        justify-content:center;
        align-items:center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ccc;
        z-index: 1;
		z-index:9999;
    }
    .site-welcome.active{
        display:flex;
    }
	@media(max-width:768px){
	.menue,#fp-nav,#hamburger-1,.s2-black-po,.home-news-arr{
		display:none;
	}
	.hone-num .section-brand{
		font-size:24px
	}
	.home-about{
		margin-bottom:50px;
	}
	.s2-item{
		height:240px;
	}
	.home-num .col-xs-4{
		padding:0;
	}
	.home-news-day{
		font-size:32px;
		padding-bottom:15px;
	}
	.home-case{
		height:200px;
	}
	.container{
		padding:0 20px;
	}

}
.job-info{
	display:none;
	padding-top:15px;
	padding-bottom:30px;
	overflow:hidden;
}

.job-list{
	font-size:16px;
	overflow:hidden;
	cursor: pointer;
	padding:10px 0;
	border-bottom:1px solid #ddd;
}
.job-brand{
	overflow:hidden;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	font-size:18px;
}
.btn-warning{
	color:#fff !important;
}