* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    padding-top: 80px;
    width: 100% !important;
}

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;
}

#pages {
    margin-top: 20px;
    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 #4aa138;
    background-color: #4aa138;
}

.trans,
.home-service-item li,
.home-case-bg {
    -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: #f37000;
}

img {
    max-width: 100%;
}

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


.text-brand {
    color: #2052b7;
}


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

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

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

.text-brand2 {
    color: #ff7300;
}

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

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

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

.padding-zero {
    padding: 0;
}


.width35{width:35%}
.width20{width:20%;}
.width25{width:25%}








.nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff;
}

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

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

.home-brand {
    font-size: 32px;
}

.home-service-item {
    padding:30px !important;
    font-size: 16px;
    min-height: 320px;
    position: relative;
}

.home-service .home-service-item:nth-of-type(1) {
    background-color: #2052b7;
}

.home-service .home-service-item:nth-of-type(2) {
    background-color: #4aa138;
}

.home-service .home-service-item:nth-of-type(3) {
    background-color: #ff7300;
}

.home-service .home-service-item:nth-of-type(4) {
    background-color: #01a9c2;
}

.home-service-title {
    font-size: 24px;
    padding-bottom: 15px;
}

.home-service-item ul {
    line-height: 2em;
}

.home-service-item li:hover {
    padding-left: 15px;
}

.home-service-des {
    line-height: 1.75em;
    margin-bottom: 15px;
    font-size: 14px;
}

.home-case-item {
    float: left;
    position: relative;
    width: 25%;
    overflow: hidden;
    /* border: 15px solid #fff; */
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-case-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(32, 82, 183, .7);
    position: absolute;
    top: -100%;
    left: 0;
}

.home-case-item:hover .home-case-bg {
    top: 0;
}

.home-case-info {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn-more {
    border: 1px solid #2052b7;
    color: #2052b7;
    padding: 12px 36px;
    line-height: 50px;
    font-size: 16px;
}

.btn-more:hover {
    background-color: #ff7300;
    color: #fff;
    border-color: #ff7300;
}

.home-case {
    background: url(../../images/case-bg.jpg) no-repeat center;
    padding: 60px 0;
}

#particles-js {
    height: 650px;
    position: relative;
    background-color: #f5f5f5;
    padding: 50px 0;
}

.home-news-c {
    position: absolute;
    top: 60px;
    width: 100%;
}

.home-news-c .container {
    padding: 50px 30px;
    background-color: #fff;
    margin-top: 30px;
}

.home-news-img {
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-news-time span {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ff7300;
	overflow:hidden;
	display:block;
	float:left;
}
.home-news-time{
	overflow:hidden;
}
.home-news-title {
    font-size: 18px;
}

.padding-zero{
	padding:0;
}
#h-news .col-sm-4 {
    border-right: 1px solid #f5f5f5;
}
#h-news .col-sm-6{
	margin-bottom:30px;
}
#h-news .col-sm-4:nth-of-type(3) {
    border-right: none;
}
.home-news-des{
	padding-top:8px;
}
.home-about {
    background-image: url(../../images/about-bg.jpg);
    background-repeat: no-repeat;
    padding: 50px 0;
    overflow: hidden;
}

.home-about-intro {
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 1px;
}

.home-about-year {
    font-size: 32px;
    padding-top: 10px;
}

.home-about-year span {
    color: #ff7300;
    font-family: fantasy;
}

.footer {
    background-color: #2e3033;
    padding: 50px 0;
    font-size: 16px;
	margin-top:30px;
}

.foot-nav a {
    padding: 0 15px;
}

.foot-contact {
    line-height: 2em;
}

.copyright {
    background-color: #2e3033;
    line-height: 60px;
    border-top: 15px solid #656667;
}

/* honor资质荣誉 */
.honor-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 300px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

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

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

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

.cat-news-title {
    font-size: 24px;
}

.cat-news-des {
    font-size: 16px;
    color: #656667;
    padding-top: 8px;
    line-height: 1.75em;
}

.cat-news-img {
    height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news-btn a {
    border: 1px solid #2052b7;
    padding: 8px 25px;
}

.cat-news-item:hover .news-btn a,
.news-btn a:hover {
    color: #fff;
    background-color: #ff7300;
    border-color: #ff7300;
}

.cat-news-item {
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5;
}

.cat-news-item:hover {
    background-color: #f5f5f5;
}

.cat-news-item:hover .cat-news-title a {
    color: #ff7300;
}

.show-news-content {
    font-size: 16px;
    line-height: 1.75em;
    padding-bottom: 30px;
}

.next {
    padding: 10px 0;
    font-size: 16px;
}

.cat-case-item,
.cat-service-item {
    position: relative;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.cat-case-item {
    height: 350px;
	margin-bottom:30px;
}

.cat-service-item {
    height: 500px;
}

.cat-case-title {
    position: absolute;
	bottom:0;
	left:0;
	background-color: rgba(32, 82, 183, .7);
	width:100%;
    padding: 15px;
    font-size: 16px;
}
.cat-case-title a{
	color:#fff;
}
.cat-case-item:hover .home-case-bg {
    top: 0;
}
.cat-case-item:hover .cat-case-title{
	bottom:-100%;
}
.cat-service-info,
.cat-service-des {
    position: absolute;
    background-color: rgba(32, 82, 183, .7);
    width: 100%;
    padding: 15px 30px;
    left: 0;
}

.cat-service-info {
    bottom: -100%;
    height: 100%;
}

.cat-service-des {
    bottom: 0;
}

.cat-service-item:hover .cat-service-info {
    bottom: 0;
    padding: 50px 30px;
}

.cat-service-item:hover .cat-service-des {
    bottom: 100%;
}

.list-service-title {
    font-size: 24px;
}

.list-service-des {
    font-size: 16px;
    line-height: 1.75em;
    padding-top: 15px;
}

.list-service-about {
    font-size: 32px;
}

.list-ser-img,.cat-culture-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.list-ser-img{
    height: 200px;
}
.list-ser-title {
    font-size: 18px;
    padding: 8px 15px;
}

.list-se-img {
    height: 120px;
    margin-bottom: 30px;
}
.list-se-img  img{
	max-height:100px;
}
/* 关于about */
.cat-about-brand {
    font-size: 40px;
    background-color: #ff7300;
    padding: 50px 0;
}

.cat-brand-des {
    font-size: 16px;
    padding-top: 15px;
}
.cat-about-info{
    background-color: #e5e5e5;
    padding: 80px;
}
.cat-about-title{
    font-size: 32px;
}
.cat-about-des{
    font-size: 16px;
    padding-top: 20px;
    line-height: 1.75em;
    color: #666;
}
.cat-about-honor{
    padding: 80px;
}
.cat-culture-img,.cat-culture-info{
    height: 300px;
}
.cat-culture-info{
    padding: 80px 50px;
}
.cat-honor .col-sm-6:nth-of-type(1) .col-sm-6:nth-of-type(1),
.cat-honor .col-sm-6:nth-of-type(4) .col-sm-6:nth-of-type(2),
.cat-honor .col-sm-6:nth-of-type(5) .col-sm-6:nth-of-type(2){
    width: 66%;
}
.cat-honor .col-sm-6:nth-of-type(1) .col-sm-6:nth-of-type(2),
.cat-honor .col-sm-6:nth-of-type(4) .col-sm-6:nth-of-type(1),
.cat-honor .col-sm-6:nth-of-type(5) .col-sm-6:nth-of-type(1){
    width: 34%;
}

.cat-culture-info{
    background-color: #ff7300;
    overflow: hidden;
}
.text-white .cat-about-des{
    color: #fff;
}
.cat-honor .col-sm-6:nth-of-type(2) .cat-culture-info{
    background-color: #2052b7;
}
.cat-honor .col-sm-6:nth-of-type(3) .cat-culture-info{
    background-color: #4aa138;
}
.cat-honor .col-sm-6:nth-of-type(4) .cat-culture-info{
    background-color: #01a9c2;
}
.cat-honor .col-sm-6:nth-of-type(5) .cat-culture-info{
    background-color: #009e96;
}
.cat-honor .col-sm-6:nth-of-type(6) .cat-culture-info{
    background-color: #b28850;
}
.banner-c{
	margin-bottom:30px;
}
.nav-active{
	color:#f37000 !important;
}
.mail-item{
	padding:15px;
	background-color:#f5f5f5;
	margin-bottom:30px;
}
.mail-item img{
	width:50px;
}
.mail-info{
	min-height:60px;
}
.yq-item{
	margin-bottom:30px;
}
.page-into,.show-service-content{
	font-size:16px;
	line-height:1.75em;
}
.show-tel{
	margin-bottom:15px;
	font-size:16px;
	float:left;
	margin-right:15px;
}
.shop-item{
	overflow:hidden;
	margin:15px 0;
	border:1px solid #ddd;
	padding:15px;
	height:150px;
}
.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;
}
.footer-honor{
	margin-bottom:15px;
	height:40px;
	overflow:hidden;
	background-color:#fff;
}
.footer-honor img{
	max-height:40px;
	display:block;
	margin:auto;
}
.culture-name{
	font-size:22px;
	font-weight:bold;
	padding:8px 0;
	background-color:#f5f5f5;
}
.culture-des{
	text-align:center;
	font-size:16px;
	background-color:#f5f5f5;
	padding-bottom:8px;
	margin-bottom:30px;
}
.home-case .cat-case-item{
	height:360px;
}

#service-19 .list-se-img{
	height:200px;
}
#service-19 .list-se-img img{
	max-height:200px;
}
#service-19 .col-sm-2{
	padding:0;
}
.history{overflow: hidden;}
.history-time {
	font-size: 22px;
	font-weight: bold;
}

.history-info {
	font-size: 16px;
	line-height: 1.75em;
	color: #515151;
}
.history-item{
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	border-bottom:1px solid #f7f7f7;
}

.history-line {
	position: absolute;
	left: 50px;
	height:100%;
	top: 0;
	width: 4px;
	background-color: #2052b7;
}
.history-c{
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 4px solid #f37000;
	background-color: #fff;
}
.history-time{
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: -140px;
	width: 120px;
}
.history-future{
	font-size:22px;
	color:#ddd;
	padding:30px 0;
}
.swiper-slide img{
	display:block;
	margin:auto;
}
.history-box{
    overflow: hidden;
}
@media(max-width:1400px) and (min-width:1300px){
	.cr{width:40%;}
	.cr2{width:15%;}
}














@media(max-width:768px){
	.home-case-item{
		width:50%;
		height:220px;
		margin-bottom:30px;
	}
	.home-case-bg{
		top:auto;
		bottom:0;
		padding-top:30px;
		height:40px;
	}
	.home-service-title{
		font-size:18px;
	}
	.home-case-info .home-service-des{
		display:none;
	}
	.home-service-title{
		padding:0;
		margin:0;
		line-height:40px;
	}
	.home-case-info{
		padding:0 15px;
	}
	.home-news-img{
		height:220px;
	}
	.home-service-item{
		min-height:auto;
	}
	#particles-js{
		height:1700px;
	}
	.home-news-title{
		padding-top:15px;
	}
	.home-case{
		padding:30px 0;
	}
	.home-news-c .container{
		padding:30px 15px;
	}
	.copyright{
		line-height:2em;
	}
	.foot-nav span{
		min-width:33%;
		display:block;
		float:left;
	}
	.page-into{
		padding:0 15px;
	}
	.honor-container,
	.honor-container a{
		height:150px
	}
	.honor-container a img{
		max-height:150px;
	}
	.news-btn{
		margin-bottom:30px;
	}
	.cr,.cr1,.cr2,.cr3{width:100%;
text-align:left;}

.history-line{
    left: 10px;
    height: 40px;
    top: 20px;
}
.history-item .col-xs-offset-2{margin-left:10px;}
.history-item .col-xs-10{width:100%;margin-top:40px;}
}

