* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	/* transition: all .5s; */
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	outline: none;
}

@keyframes style-small {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.95);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes style-big {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.clear {
	clear: both;
}

/* header */
header {
	
}

header .top {
	width: 1200px;
	margin: 0 auto;
	height: 100px;
	/* background-color: aqua; */
}

header .top .logo {
	font-size: 46px;
	font-weight: bold;
	color: #0057b0;
}

header .top img {
	vertical-align: middle;
}

nav {
	height: 50px;
	background-color: #0057b0;
}

nav ul {
	width: 1200px;
	margin: 0 auto;
}

nav li {
	float: left;
}

nav li .active {
	color: #fff;
	background-color: #1E9FFF;
}

nav li a {
	display: inline-block;
	color: #fff;
	width: 120px;
	height: 50px;
	text-align: center;
	padding: 15px 0px;
}

nav li a:hover {
	-webkit-animation: style-small .5s cubic-bezier(0, 0, 0, 1);
	animation: style-small .5s cubic-bezier(0, 0, 0, 1);
	color: #fff;
	background-color: #1E9FFF;
}

/* 轮播 */
.banner {
	/* height: 330px; */
	max-width: 1920px;
}
/* .swiper-container {
	width: 100%;
	height: 100%;
	--swiper-theme-color: #ce2900;
	--swiper-navigation-size: 30px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}
.swiper-pagination {
	--swiper-pagination-color: #ce2900;
}
.swiper-slide-active,.swiper-slide-duplicate-active {
	transform: scale(1);
} */


/* 新闻 */
.content_title {
	margin: 20px 0;
}

.content_title h3 {
	color: #002d56;
	font-size: 30px;
	text-align: center;
}

.content_title h3:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 447px;
	height: 28px;
	background-image: url("../img/lbts.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.news {
	margin-top: 20px;
}

.news .new_list {
	width: 1200px;
	height: 490px;
	margin: 0 auto;
	text-align: center;
}

.news .new_list .new_list_le {
	float: left;
	width: 550px;
}

.news .new_list .new_list_ri {
	float: right;
	width: 550px;
}

.news .new_list .new_more {
	width: 100%;
	padding: 10px 0;
	font-size: 12px;
	height: 45px;
	border-bottom: 1px solid #eee;
}

.news .new_list .new_more p {
	float: left;
}

.news .new_list .new_more p strong {
	line-height: 25px;
	font-weight: bolder;
	font-size: 18px;
}

.news .new_list .new_more a {
	float: right;
	color: #0B89DD;
	line-height: 25px;
}

.news .new_list .new_more a:hover {
	-webkit-animation: style-small .33s cubic-bezier(0, 0, .2, 1);
	animation: style-small .33s cubic-bezier(0, 0, .2, 1);
}

.news .new_list ul li {
	width: 100%;
	float: left;
	padding: 12px 0;
	border-bottom: 1px solid #dbd4cd;
	margin: 10px 0;
}

.news .new_list .new_time {
	width: 60px;
	height: 60px;
	margin-left: 20px;
	background: #198ede;
	display: inline-block;
}

.news .new_list .new_text {
	width: calc(100% - 120px);
	margin-left: 40px;
	float: right;
	text-align: left;
}

.news .new_list .new_text p {
	font-size: 12px;
	margin-top: 4px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news .new_list .new_text h3 {
	font-size: 16px;
	font-weight: bolder;
}

.news .new_list .new_text a {
	width: 100%;
	color: #000000;
	position: relative;
	display: inline-flex;
}

.news .new_list .new_text .style-hover:before {
	background-color: #198ede;
	left: 5px;
	top: 7px;
}

.news .new_list .new_text .style-hover:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.news .new_list .new_text .style-hover:hover .text {
	-webkit-transform: translateX(21px);
	-ms-transform: translateX(21px);
	transform: translateX(21px);
	color: #198ede;
}

.news .new_list .new_text .icon-arrow {
	position: absolute;
	background-color: #198ede;
	right: 20px;
	top: 7px;
}

/* .news .new_list .new_text h3:hover {
	-webkit-animation: style-small .33s cubic-bezier(0,0,.2,1);
	animation: style-small .33s cubic-bezier(0,0,.2,1);
} */
.news .new_list .new_time span {
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 41px;
	display: block;
}

.news .new_list .new_time i {
	font-style: normal;
	text-align: center;
	color: #fff;
	font-size: 13px;
	display: block;
	line-height: 18px;
}




/* 产品 */
.productss .content {
	width: 1200px;
	margin: 0 auto;
	height: 460px;
}

.productss .content .product_list {
	width: 200px;
	float: left;
}

.productss .content .product_list li {
	margin-bottom: 5px;
}

.product_list_fig {
	/* height: 460px; */
	float: right;
	/* width: 1000px; */
	/* width: 100%; */
	text-align: center;
	margin-bottom: 30px;
}

.product_list_fig .style-img>a:first-child {
	overflow: hidden;
	display: inline-block;
	border: 2px solid #dbd4cd;
	margin-bottom: 2px;
	border-radius: 5px;
	width: 230px;
	height: 174px;
}
.product_list_fig .style-img>a:first-child img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product_list_fig .style-img>a:first-child:hover {
	border: 2px solid #198ede;
	transition: border .33s;
	box-shadow: 0 8px 15px rgba(0, 0, 0, .3);
}

.product_list_fig .style-img>a:last-child {
	/* color: #00FF00; */
}

.product_list_fig .style-img>a:last-child:hover {
	color: #198ede;
	display: inline-block;
	-webkit-animation: style-small .33s cubic-bezier(0, 0, .2, 1);
	animation: style-small .33s cubic-bezier(0, 0, .2, 1);
}

/* .product_list_fig .style-img img { */
/* display: block; */
/* border: 2px solid #dbd4cd; */
/* } */
/* .product_list_fig .style-img img:hover { */
/* display: block; */
/* border: 2px solid #198ede; */
/* } */
/* .product_list_fig .swiper-slide-active,.swiper-slide-duplicate-active {
	transform: scale(0.8);
} */
.style-img {
	width: 240px;
	float: left;
	padding: 5px;
	height: auto;
}

.style-img img:hover {
	-webkit-animation: style-big .33s cubic-bezier(0, 0, .2, 1);
	animation: style-big .33s cubic-bezier(0, 0, .2, 1);
}

/* 公司介绍 */
.index_introduction {
	clear: both;
}
.index_introduction .introduction {
	margin-bottom: 20px;
	/* height: 380px; */
	background: #eee;
}
.index_introduction .introduction .introduction_content {
	width: 100%;
	max-width: 1800px;
	margin: 50px auto 0px;
	/* position: absolute; */
	font-size: 18px;
	line-height: 32px;
	padding: 45px 30px;
}
.index_introduction .introduction .introduction_content p {
	/* text-indent: 2em; */
	margin-bottom: 15px;
	/* color: #fff; */
	color: #000;
	/* text-shadow: #000 2px 0 0, #000 0 2px 0, #000 -1px 0 0, #000 0 -1px 0; */
	/* font-size: 16px; */
}
.index_introduction .introduction .introduction_content img {
	float: left;
	width: 345px!important;
	height: 248px!important;
	padding: 5px;
	margin: 0 15px 0 0;
	border: 2px solid #198ede;
}

.bg {
	/* background: url("../img/introduction_bg.jpg"); */
	height: 360px;
	text-align: center;
	/* line-height: 400px; */
}

.bg-blur {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
}

.swiper-container .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}


/* 案例展示 */
.case_show {}

.case_show ul {
	height: 430px;
	padding: 5px;
}

.case_show li {
	height: 190px;
	width: 270px;
	border: 1px solid #fff;
	box-shadow: 0 0 0 1px #bbb;
	margin: 10px 5px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: .2s ease-in-out;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}
.case_show .index_anli {
	position: relative;
	display: contents;
}
.case_show .index_anli p {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	background-color: #000000cc;
	color: #fff;
	height: 30px;
	line-height: 30px;
}

.case_show li:hover {
	box-shadow: 0 0 0 1px #198ede;
	box-shadow: 2px 2px 4px 3px #5f5f5f80, 3px 3px 3px 0px #00000080;
	margin: 10px 5px 10px 5px;
	box-shadow: 0 8px 15px rgba(0, 0, 0, .3);
}

.case_show li .img-responsive {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
}

.case_show li:hover .img-responsive {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.case_show li .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}

.case_show li:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5)
}

.case_show li .demo-gallery-poster img {
	opacity: 0;
	object-fit: none;
	position: absolute;
	left: calc(50% - 10px);
	top: calc(50% - 10px);
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.case_show li:hover .demo-gallery-poster img {
	opacity: 1;
}

.swiper-slide {
	width: 300px;
	/*设为固定值*/
	width: auto;
	/*根据内容调整宽度*/
}



/* 底部 */
footer nav {
	height: 40px;
	background-color: #0057b0;
	border-radius: 5px;
}

footer nav li:nth-child(1) a {
	border-radius: 5px 0 0 5px;
}

footer nav li:nth-child(10) a {
	border-radius: 0 5px 5px 0;
}

footer nav li a {
	/* border-radius: 5px 0 0 0; */
}

footer nav li a {
	/* width: 240px; */
	height: 40px;
	padding: 0px;
	line-height: 40px;
}

footer .contact_information a {
	color: #888;
}

footer .contact_information a img {
	border-radius: 5px;
}

footer .contact_information a:hover {
	color: #fff;
}





.productss .products_title h3 {
	text-align: center;
}

.productss .products_title h4 {
	text-align: center;
}

.productss .products_title h4:before {
	content: "";
	width: 50px;
	height: 1px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	background-color: #CC9769;
}

.productss .products_title h4:after {
	content: "";
	width: 50px;
	height: 1px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	background-color: #CC9769;
}

.layui-tab-title {
	transition: all .2s;
	-webkit-transition: all .2s;
	text-align: center;
}

.new_content {
	width: 1200px;
	margin: 0 auto;
}

.new_content .new_img {
	width: 420px;
	height: 320px;
}

.slideTxtBox {
	text-align: center;
}

.slideTxtBox .hd {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.slideTxtBox .hd ul {
	height: 45px;
}

.slideTxtBox .hd ul li {
	display: inline-block;
	padding: 0 15px;
	cursor: pointer;
}

.slideTxtBox .hd ul li.on {
	height: 30px;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 2px solid #fff;
}

.slideTxtBox .bd ul {
	padding: 15px;
	zoom: 1;
}

.slideTxtBox .bd li {
	height: 24px;
	line-height: 24px;
}

.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}

.slideTxtBox .hd ul li.on {
	border: none;
	height: 44px;
	color: #ce2900;
	line-height: 45px;
	border-bottom: 2px solid #ce2900;
}

.demo-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 290px;
	height: 100%;
}

/* :before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
.product_list a {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	background-color: #cd0505;
	height: 44px;
	color: #fff;
	border-radius: 22px;
	padding: 0 0 0 21px;
	line-height: 1.4;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	outline: 0;
	text-decoration: none;
	pointer-events: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	background-color: #198ede;
	color: #fff;
	width: 168px;
}

.style-hover:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 21px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	transition: all .33s cubic-bezier(.68, -.55, .265, 1.55);
	opacity: 0;
}

.icon-arrow {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	transition: all .3s cubic-bezier(.68, -.55, .265, 1.55);
	width: 10px;
	height: 10px;
	margin-right: 20px;
}

.icon-arrow:after {
	content: "";
	width: 30px;
	height: 2px;
	top: 4px;
	display: inline-block;
	background-color: inherit;
	position: absolute;
	left: 100%;
}

.style-hover .text {
	white-space: nowrap;
	font-size: 14px;
	transition: all .3s cubic-bezier(.68, -.55, .265, 1.55);
	display: inline-block;
}

.style-hover:hover .text {
	-webkit-transform: translateX(21px);
	-ms-transform: translateX(21px);
	transform: translateX(21px);
	/* color: #fff; */
}

.style-hover:hover .icon-arrow {
	-webkit-transform: translateX(30px) scale(.8);
	-ms-transform: translateX(30px) scale(.8);
	transform: translateX(30px) scale(.8);
	opacity: 0;
}

.style-hover:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.style-hover:hover {
	-webkit-animation: style-small .33s cubic-bezier(0, 0, .2, 1);
	animation: style-small .33s cubic-bezier(0, 0, .2, 1);
}
