﻿body {
	font-family: "Microsoft YaHei","微软雅黑","Helvetica Neue",arial,"宋体";
	color: #666;
}
	/*navbar*/

	body.navbar-fixed-space {
		padding-top: 70.5px;
	}

.navbar {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	font-weight: 300;
	background-color: white;
}

	.navbar.scrolling-navbar {
		-webkit-transition: padding 0.1s ease-in-out;
		-o-transition: background .1s ease-in-out,padding .1s ease-in-out;
		transition: background .1s ease-in-out,padding .1s ease-in-out;
		padding-top: 12px;
		padding-bottom: 12px;
	}

		.navbar.scrolling-navbar.top-nav-collapse {
			padding-top: 5px;
			padding-bottom: 5px;
		}

	.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
		-webkit-transition: .35s;
		-o-transition: .35s;
		transition: .35s;
		padding-left: 20px;
		padding-right: 20px;
	}

		.navbar.navbar-light .breadcrumb .nav-item .nav-link.active, .navbar.navbar-light .navbar-nav .nav-item .nav-link.active {
			font-weight: bold;
			background-color: #0094de;
			color: white;
			/*box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
            border-radius: 2px;*/
		}

		.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
			font-weight: bold;
			background-color: #0094de;
			color: white;
			-webkit-transition: background .3s ease-in-out,padding .3s ease-in-out;
			-o-transition: background .3s ease-in-out,padding .3s ease-in-out;
			transition: background .3s ease-in-out,padding .3s ease-in-out;
		}

	.navbar .navbar-toggler {
		outline: 0;
		border-width: 0;
	}


/*index-banner*/
.swiper-container {
	width: 100%;
	text-align: center;
}

.swiper-slide img {
	width: 100%;
	max-width: 1920px;
	min-height: 300px;
	overflow-x: hidden;
	object-fit: cover;
}

.banner-content {
	position: relative;
	
}

	.banner-content.b1 {
		text-align: center;
		color: white;
		position: absolute;
		top: 50%;
		width: 100%;
		text-align: center;
	}
/*.swiper-slide .banner-bg {
	background-position: center;
	height: 650px;
   background-repeat:no-repeat;
 background-attachment:fixed;
}
@media screen and (max-width: 768px) {
	.banner-bg {
		height: 200px !important;
	}
}*/
/*main*/
.page-main section.autobg:nth-of-type(odd) {
}

.page-main section.autobg:nth-of-type(even) {
	background-color: #f5f5f5 !important;
}

section h2.title {
	text-align: center;
	font-weight: bold;
	position: relative;
	color: #3c3c3c;
	/*color: #0094de;*/
}

	section h2.title::after {
		left: 50%;
		z-index: 1;
		width: 2rem;
		height: 0.25rem;
		content: " ";
		bottom: -5px;
		margin-left: -15px;
		text-align: center;
		position: absolute;
		background: #0094de;
	}
/*友情链接*/
ul.friendly {
	text-align: center;
}

	ul.friendly figure {
		margin: 0;
		position: relative;
		display: block;
	}

	ul.friendly > li {
		padding: 0;
		width: 175px;
		margin: 3px;
		margin-bottom: 3px;
		margin-bottom: 6px;
		background: #f2f2f2;
		border: 1px solid #eee;
		border-radius: 2px !important;
		display: inline-block;
	}

		ul.friendly > li:hover {
			background: white;
			box-shadow: 0 0 5px #ddd;
			-webkit-transition: box-shadow 0.2s ease-in-out;
			-moz-transition: box-shadow 0.2s ease-in-out;
			-o-transition: box-shadow 0.2s ease-in-out;
			transition: box-shadow 0.2s ease-in-out;
		}

@media (max-width: 768px) {
	ul.friendly > li {
		width: 30%;
	}
}

ul.friendly > li img {
	vertical-align: middle;
	max-width: 100%;
	text-align: center;
	position: relative;
	display: inline-block;
	background-color: white;
}

/*news*/
.news-item {
    background-color: white;
    height: 6rem;
    /*border:solid 1px #0094de;*/
}
    .news-item a:hover {
        text-decoration: none;
    }

	.news-item:hover {
		background: #fcfcfc;
		box-shadow: 0 0 5px #ddd;
		-webkit-transition: box-shadow 0.5s ease-in-out;
		-moz-transition: box-shadow 0.5s ease-in-out;
		-o-transition: box-shadow 0.5s ease-in-out;
		transition: box-shadow 0.5s ease-in-out;
	}

.news-date {
	position: relative;
	float: left;
	height: 100%;
	width: 6.2rem;
	color: white;
	background-color: #0094de;
	padding: 1rem;
	font-size: 1rem;
}

	.news-date i:first-child {
		font-style: normal;
		font-size: 2em;
	}

	.news-date i:nth-child(2) {
		font-size: 0.75em;
		font-style: normal;
	}

.news-details {
	padding-left: 7em;
    padding-top:3px;
    height:100%;
}

    .news-details h5 {
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #717171;
        font-size:16px;
        font-weight:400;
    }

    .news-details p {
        text-indent: 2em;
        font-size: 0.875em;
        text-align: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        color: #a2a2a2;
    }

/*.top-nav-collapse {
    background-color: #263238 !important;
}*/
/*.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}*/
/*@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #263238 !important;
    }
}*/
footer.page-footer {
	bottom: 0;
	color: #fff;
	background-color: #1c2331 !important;
	text-align: center;
}

footer .content {
	height: 300px;
}

footer .slogan {
	padding: 50px;
}

	footer .slogan img {
		width: 100%;
		max-width: 280px;
	}

footer .tel {
	width: 206px;
	line-height: 33px;
	text-align: left;
	text-indent: 40px;
	font-size: 22px;
	margin: 10px auto 0;
	background: url(/img/phone.png) no-repeat;
}

footer .copyright {
	padding: 1rem 0;
	background-color: rgba(0,0,0,.2);
	font-size: 12px;
	color: #bfbfbf;
}


.swiper-button-next, .swiper-button-prev {
	opacity: 0;
}
.orange-text {
    color: #ff9800 !important;
}
.indigo-text {
    color: #3f51b5 !important;
}
.green-text {
    color: #4caf50 !important;
}
.grey-text {
    color: #9e9e9e !important;
}


/*--------------------------------------products/index页面css---------------------------------------*/
.hover-zoom:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-iteration-count: infinite;
}
.products-typediv-gray {
    width: 100%;
    background-color: hsla(0,0%,93%,.58)
}
.products-typediv-white {
    width: 100%;
    background-color:white
}
.products-h4 {
    display: block;
    font-size: 40px;
    color: rgb(0, 81, 173);
    font-weight: bold;
    padding: 50px
}
.products-li {
    width: 20%;
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    padding: 15px
}
@media screen and (max-width: 768px) {
    .products-li {
        width: 100%;
    }
}
.products-li a{
    display:block;
    text-align:center;
    text-decoration:none;
    color:#666;
}
.products-li p{
    padding-top:20px
}

/*--------------------------------------------product/detail页面css---------------------------------------------------------*/
.h4 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 800;
    line-height: 1.5;
    color: #212529;
}
.products-detail-content {
    margin-top: 50px;
}
.products-detail-type {
    background-color: #808080;
    color: white;
    padding: 3px 10px 3px 10px;
    border-radius: 10px;
    font-size: 12px
}
.products-detail-time {
    font-size: 12px;
    padding-left: 15px
}
@media screen and (max-width: 768px){
    .products-detail-content {
        margin-top: 0px;
    }
    .products-detail-row {
        text-align:center
    }
}
/*@media screen and (max-width: 768px) {
    .h4 {
        font-size: 1.5rem;
        line-height: 2.5;
        margin:0 auto;
        text-align: center;
    }
    .detail-icon{
        text-align:center
    }
    .products-detail-p {
        padding:30px;
        text-align:center;
    }
    .products-detail-images {
        margin-top: 0;
    }
}*/

/*-----------------------------------------------------------------------------------------------------*/