* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.75em;
}

body {
    overflow-x: hidden;
    padding-top: 62px;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

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

#pages {
    margin: 50px 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 #e77204;
    background-color: #e77204;
}

.trans {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover,
.text-white a:hover {
    color: #161ca6;
}

img {
    max-width: 100%;
}

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


.text-brand,
.text-brand a,
a.text-brand {
    color: #161ca6 !important;
}


.font-bold {
    font-weight: bold;
}



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

.text-brand2 {
    color: #e50215;
}

@media(min-width:1439px) {
    .container {
        width: 1400px;
    }
}

@media(min-width:1921px) {
    .container {
        width: 1920px;
    }
}

.margin-top-60 {
    margin-top: 60px;
}

.padding-zero {
    padding: 0;
}


.nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-color: rgba(255, 255, 255, .7);
    padding-left: 15px;
}

.nav-bg .link {
    color: #fff !important;
}

.hide-catname {
    font-size: 32px;
}

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-icon-brand {
    font-size: 48px;
}

.home-icon-en {
    color: #777;
    font-size: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.bread {
    padding: 15px 0;
    background-color: #f5f5f5;
}

.bread-nav a {
    margin-right: 30px;
	display: inline-block;
}

.cat-about-brand {
    font-size: 48px;
}

.margin-top-15 {
    margin-top: 15px;
}

.animateNum {
    font-size: 48px;
    padding-right: 10px;
}

.cat-about-num {
    padding: 30px 0;
    background-color: rgba(255, 255, 255, .9);
    margin-top: -70px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px #ddd;
}

.cat-about-history {
    background-image: url(../../images/cat-history.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.cat-about-history {
    padding: 80px 0;
}

.history-info {
    position: relative;
    font-size: 16px;
    line-height: 1.75em;
}

.history-time {
    font-size: 200px;
    color: #f5f5f5;
    position: absolute;
    top: 50%;
    z-index: -1;
    left: 50%;
    margin-left: -220px;
}

.about-history-time {
    font-size: 22px;
}

.about-history-time .swiper-slide-thumb-active {
    color: #e77204;
}

.history-time-line {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    position: relative;
    overflow: visible;
    padding-top: 15px;
}

.history-line-circle {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ccc;
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -8px;
}

.swiper-slide-thumb-active{
    color: #e50215;
}

.product-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 360px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

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

.product-container a img {
    max-width: 100%;
    max-height: 360px;
    margin: 0 auto;
}

.product-name {
    border: 1px solid #ddd;
    border-top: none;
    line-height: 40px;
    margin-bottom: 30px;
    padding: 15px 0;
    font-size: 18px;
}

.show-product-title {
    font-size: 22px;
}

/* 新闻资讯 */
.cat-news-list {
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.cat-news-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 360px;
}
.cat-news-title{
    padding-top: 30px;
}
.cat-news-title a{
    font-size: 32px;
}
.cat-news-info{
    color: #777;
    overflow: hidden;
    padding: 8px 0;
}
.btn-news{
    border: 1px solid #e77204;
    padding: 10px 30px;
    display: inline-block;
	color:#e77204 !important;
}
.btn-news:hover{
    background-color: #e77204;
    color: #fff !important;
}
.show-news-title{
    font-size: 32px;
}
.show-news-info span{
    padding-right: 30px;
    color:#777;
}
.show-news-info{
    padding: 10px 0;
}
.show-back{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e77204;
    line-height: 60px;
}
.next{
    line-height: 60px;
}
.cat-power-img{
    margin-bottom: 30px;
}

.cat-power-list{
    overflow: hidden;
    margin-bottom: 60px;
}
#power .cat-power-list:nth-of-type(even){
    background-color: #e5e5e5;
    padding: 50px 0;
}
/* index */
.home-about-brand{
    font-size: 18px;
    color: #636363;
}
.home-about-brand span{
    font-size: 25px;
}
.home-about-line{
    width: 80px;
    height: 4px;
    background-color: #e50215;
    margin: 10px 0;
}
.home-about-des{
    color: #636363;
}
.banner{
    position: relative;
    overflow: hidden;
}

.home-about-btn{
    border: 1px solid #e50215;
    padding: 10px 25px;
    color: #e50215;
    border-radius: 25px;
    display: inline-block;
}
.home-about-btn:hover{
    background-color: #161ca6;
    border-color: #161ca6;
    color: #fff;
}
.col-sm-20{
    width: 20%;
    float: left;
}
.about-icon-item{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #e77204;
    margin: auto auto 10px auto;
}
.home-about-icon{
    border:4px solid #ddd;
    overflow: hidden;
    padding: 30px 0;
}
.about-icon-item:hover img{
    transform: rotateY(180deg)
}
.home-about{
    background-image: url(../../images/ibrand.jpg);
    background-position: center left;
}
.home-pro-bg{
    background-image: url(../../images/pro-bg.jpg);
    background-position: bottom center;
    padding-bottom: 50px;
}
.home-about,.home-news-img,.home-pro-bg,.home-news-item{
    background-repeat: no-repeat;
}
.home-brand{
    font-size: 24px;
    color: #7b7b7b;
}
.home-brand span{
    font-family: cursive;
}
.home-pro .swiper-slide{
    cursor: pointer;
}
.home-news-time{
    color: #636363;
}
.home-news-title a{
    font-size: 22px;
}
.home-news-img{
    width: 100%;
    height: 220px;
    background-position:center;
	background-size: contain;
	background-color:#fff;
}
.home-news-item{
    padding: 50px 30px;
}
#home-news .col-sm-4:nth-of-type(1) .home-news-item{
    background-image: url(../../images/news1.jpg);
}
#home-news .col-sm-4:nth-of-type(2) .home-news-item{
    background-image: url(../../images/news2.jpg);
}
.home-news-btn{
    border: 1px solid #e50215;
    padding: 5px 25px;
    color: #e50215;
    border-radius: 25px;
    display: inline-block;
}
.home-news-btn:hover{
    background-color: #161ca6;
    border-color: #161ca6;
    color: #fff;
}
.home-news-i{
    height: 270px;
    margin-bottom: 30px;
    background-color: #ff7f0a;
    padding: 30px;
}
.home-news-r .home-news-i:nth-of-type(2){
    background-color: #0067a9;
}
.home-news-r .home-news-time,.home-news-r .home-about-des{
    color: #fff;
}
.home-case-img{
    height: 350px;
    width: 100%;
    overflow: hidden;
}
.home-case-img img{
    height: auto;
    max-width: inherit;
    width: 100%;
}

.home-case-title{
    padding: 15px 0;
}
.footer{
    background-color: #393939;
    padding-top: 50px;
    background-image: url(../../images/map.png);
    background-repeat: no-repeat;
    background-position: center;
}
.footer-nav{
    padding-top: 15px;
}
.footer-nav span::after{
    content: "/";
    padding: 0 15px;
}
.footer-contact{
    padding-top: 15px;
}
.copyright{
    line-height: 50px;
    margin-top: 15px;
    overflow: hidden;
}
.cat-culture-title{
	font-size:32px;
}
#hits{
	padding-right:0;
}
.bread-nav .cur,.nav-active{
	color:#e77204 !important;
}
.map #container{
	height:500px;
}
.info-title{
	background-color:#0089e1;
	color:#fff;
	padding:5px 10px;
}
.info-content{
	font-size:14px;
	line-height:1.5em;
	padding:5px 10px;
}
.form-control,
.input-text,
textarea,#q {
  font-size: 14px;
  line-height: 1.42857143;
  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);
}
@media(max-width:768px){
	.home-about-icon{
		display: flex;
		overflow-x:scroll;
	}
	.home-about-icon .col-sm-20{
		width:150px;
		display:block;
		padding: 15px;
	}
	.home-case-img{
		height:120px;
	}
	.home-pro .swiper-slide{
		width:50% !important;
		text-align:center;
	}
	.home-news-i{
		height:300px;
	}
	.product-container,.product-container a{
		height:120px;
	}
	.product-container a img{
		max-height:120px;
	}
	.bread .col-sm-4{
		display:none;
	}
	.title .text{
		font-size:24px !important;
		line-height: 80px;
	}
	.page-about{
		padding:0 15px;
	}
}
.power-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 180px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

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

.power-container a img {
    max-width: 100%;
    max-height: 180px;
    margin: 0 auto;
}
.banner-c img{
	display:block;
	margin:auto;
	width:100%;
}
@media(max-width:768px){
    .home-about .col-sm-5{
		margin-top:30px;
	}
}