img {
	max-width: 100%
}

.carousel {
	z-index: 1
}

.carousel>.carousel-control {
	background-image: none
}

.carousel-control.left:hover {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right:hover {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-inner>.item>img {
	height: 180px;
    object-fit: cover;
}

.product-cate-container,
.about-container,
.product-container,
.advantage-container,
.case-container,
.news-container {
	padding-top: 20px;
	padding-bottom: 20px
}

.product-item {
	margin-top: 30px
}

.product-item .img-title,
.case-item .img-title {
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.section-header {
	text-align: center
}

.section-header>h2 {
	font-size: 25px;
	margin-top: 0;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: solid 3px transparent
}

.section-header>h2::after {
	content: '';
	display: inline-block;
	width: 50%;
	margin-top: 5px;
	transition: width .3s;
	border-bottom: solid 3px transparent;
}

.section-header>h2:hover::after {
	width: 100%;
	border-bottom-color: #FE8027
}

.section-header>p {
	margin-bottom: 20px
}

.product-cate {
	padding: 10px 0;
	text-align: center;
	border: 1px solid #eee;
}
.product-cate:hover{
    border: 1px solid #FE8027;
}

.product-cate img {
	width: 40px;
	height: 40px
}

.product-cate>h3 {
	font-weight: bold
}

.product-cate>h3::after {
	content: '';
	width: 15%;
	border-bottom: solid 3px #FE8027;
	display: block;
	border-bottom: solid 3px #FE8027;
	margin: 10px auto;
	transition: width .3s
}

.pc-img {
	padding-top: 40px;
	transition: padding .3s
}

.pc-desc {
	padding: 20px 0 20px;
	transition: padding .3s;
	font-size: 12px;
}

.product-cate:hover>.pc-img {
	padding-top: 30px
}

.product-cate:hover>.pc-desc {
	padding: 40px 0 10px
}

.product-cate:hover>h3::after {
	width: 25%
}

.about-container {
	line-height: 2;
	color: #fff;
	background: #123 url(../imgs/about-bg.jpg) no-repeat fixed center;
	background-size: cover
}

.about-container .desc {
	max-height: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5
}


.section-link-wrap {
	margin: 20px auto 0 auto;
	float: right;
	margin-right: 35px;
}
.schanpin{
    margin-top: 0px;
}

.product-container .section-link-wrap {
	float: none
}

.section-link {
	display: inline-block;
	width: 100%;
	color: #fff;
	border: solid 1px;
	padding: 10px 20px;
	text-align: center
}

.section-link:hover {
	color: #fff
}

.dark-link,
.dark-link:hover {
	color: #333
}

.advantage-container {
	color: #fff;
	background-color: #26272b;
}

.advantage-container .header-icon {
	float: left
}

.advantage-container .row {
	font-size: 0
}

.advantage {
	margin-top: 20px;
	font-size: 14px;
	float: none;
	display: inline-block;
	vertical-align: top
}

.adv-desc {
	overflow: hidden;
	margin-left: 100px
}

.case-item {
	margin-top: 30px
}

.news-container {
	background: #d3d3d3;
}

.news-item {
	margin-top: 5px
}

.news-item:nth-child(n+4) {
	display: none;
}

.news-img {
	float: left;
	width: 40%
}

.news-img>img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.news-info {
	color: #999;
	overflow: hidden;
	padding-left: 20px;
	line-height: 2
}

.news-info>h3,
.news-info>.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.news-info>h3 {
	color: #333;
	line-height: 1.5;
	height: 48px;
	font-size: 16px
}

.news-info>.txt {
	height: 56px
}

/*瀹氬埗*/
.scalable>.img-wrap:after {
	display: none
}
.btn{
    background: #f37800;
    color: #fff !important;
    width: 89.5%;
    border: none;
    margin: 0 !important;
    border-radius: 0;
}

@media screen and (max-width:991px) {
	.jishu {
		display: block;
	}
		/*新验证码*/
    #codeimg{
    	height: 33px;
        padding-left: 0;
        width: 184px;
    	
    }
    .section-link-wrap{
        margin-right: 0;
    }
    
    .embed-responsive-4by3 {
        padding-bottom: 62%;
    }
    
    .jieshao{
        padding: 0 8px;
    }
    
    /*.product-list{
        height: 333px;
        overflow: hidden;
    }
    .case-container{
        height: 398px;
        overflow: hidden;
    }*/
    .cate-name{
        display: flex;
        flex-wrap: wrap;
    }
    .cate-name a {
        padding: 10px 12px !important;
        font-size: 16px;
        border: 1px solid #008ae6;
        font-weight: 500;
        margin: 0 10px;
        margin-bottom: 10px;
    }
    .liuy{
        margin-top: 20px;
    }
    .btn{
        width: 100%;
    }
    .pagecenter{
        margin: 5px 0;
    }

	/*鎵嬫満*/
	.section-header>h2 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px
	}

	.section-header>p {
		margin-bottom: 10px
	}

	.product-cate>h3 {
		font-size: 12px;
		font-weight: inherit;
	}

	.about-container h3 {
		font-size: 16px;
		text-align: center;
		margin-top: 30px;
		font-weight: bold
	}

	.news-info>h3 {
		font-size: 14px
	}

	.advantage {
		margin-top: 5px
	}

	.adv-desc h3 {
		font-size: 14px;
		font-weight: bold
	}

	.advantage .adv-desc p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.product-cate {
		padding: 0;
	}

	.product-cate .pc-desc {
		padding: 10px 0;
		margin: 0;
	}

	.pc-img {
		padding-top: 10px
	}

	.product-cate>h3::after {
		display: none
	}

	.section-header>h2::after {
		display: none
	}

	.product-cate:hover>.pc-img {
		padding-top: 10px
	}

	.product-cate-container {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.product-cate:hover>.pc-desc {
		padding: 10px 0
	}

	.product-cate:hover>h3::after {
		width: 100%
	}

	.product-container .product-item .img-wrap {
		border: solid 1px #ddd;
	}

	.news-info>h3 {
		white-space: nowrap;
		height: auto;
		margin: 5px 0
	}

	.advantage-container .advantage:nth-child(n+4) {
		display: none
	}

	.product-list .product-item:nth-child(odd) {
		padding-right: 7px
	}

	.product-list .product-item:nth-child(even) {
		padding-left: 7px
	}

	.product-item {
		margin-top: 0;
	}

	.navbar-bottom>.nb-item {
		float: left;
		width: 20%;
		text-align: center;
	}

	.navbar-bottom>.nb-item>a {
		color: #fff;
	}

	.navbar-bottom>.nb-item>a>img {
		display: block;
		margin: 5px auto 0;
		width: 30px;
		height: 30px;
	}

	.navbar-bottom>.nb-item>a>b {
		font-size: 14px;
	}
}



.case-nav {
	border-top: 1px solid #a9a9a9dd;
	padding: 10px 0;
}
.form-horizontal .control-label{
    font-size: 14px;
    color: #fff;
}
.footer .feedback .form-control {
        border: none;
        height: 32px;
        background: #fff;
        resize: none;
        border-radius: 0;
    }
.jlz{
    margin-top: 10px;
}
@media screen and (min-width:992px) {

	/*PC*/
	.carousel-inner>.item>img {
		height: auto
	}
    .sanjiz{
        left: 99%;
        border: none;
    }
    .about-container{
        padding-bottom: 0 !important;
    }
    .jieshao{
        padding: 0 8px;
    }
    
    .embed-responsive-4by3 {
        padding-bottom: 65%;
    }
    
     /*新验证码*/
    #codeimg{
    	height: 28px;
        padding-left: 0;
        width: 166px;
    	
    }
    
    


	.section-header>h2 {
		font-size: 30px
	}

	.about-container .desc {
		max-height: 352px;
		-webkit-line-clamp: 6;
	}

	.product-cate-container,
	.about-container,
	.product-container,
	.advantage-container,
	.case-container,
	.news-container {
		padding: 50px 0
	}

	.news-info>h3 {
		font-size: 18px;
		line-height: 1.1;
		height: 20px;
		display: block;
		white-space: nowrap
	}

	.news-item:nth-child(n+5) {
		display: block
	}
	.cp{
	    display: flex;
        justify-content: center;
	}

	.cate-name a {
		font-size: 16px;
		border: 1px solid #008ae6;
        padding: 10px 23px;
        font-weight: 500;
        margin: 0 10px;
        margin-bottom: 10px;
	}
}
