@import url('https://fonts.font.im/css?family=Oswald:700');

/* font-family: 'Oswald', sans-serif; */


/* 轮播图 */
.swiper-slide img {
	width: 100%;
}

body .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	margin: 0 10px !important;
}

/* 共用样式 */
.cn-title {
	color: #004aab;
	font-size: 36px;
	text-align: center;
}

.en-title {
	color: #c7c7c7;
	font-size: 46px;
	font-weight: 700;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	margin-bottom: 10px;
}

.t-title {
	color: #8c8c8c;
	font-size: 16px;
	text-align: center;
}

.find_more {
	background-color: #004aab;
	color: #fff;
	width: 30%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 25px;
	margin: 0 auto;
	cursor: pointer;
	transition: all 0.5s;
}

.find_more:hover {
	background-color: #2a86ff;
}

.wrap-padding {
	padding: 60px 0;
	padding-bottom: 60px;
	overflow: hidden;
}

/* 产品中心 */
.pt-cont {
	background: #004aab;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}

.pt-cont form{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.search-left {
	color: #fff;
}

.pt-cont input {
	border: 0;
	height: 38px;
	border-radius: 5px;
	width: 88%;
	margin-left: 5px;
	color: #333;
    padding-left: 10px;
}

.pt-cont select {
	border: 0;
	height: 38px;
	border-radius: 5px;
	width: 88%;
	outline: none;
	color: #333;
	margin-left: 5px;
}

.pt-cont ::-webkit-input-placeholder {
	text-indent: 1em;
}

.search-left span {
	font-style: italic;
	text-align: right;
	font-size: 20px;
}

.search-xl,
.search-pp,
.search-type {
	width: 27%;
	display: flex;
	align-items: center;
	color: #fff;
}

.search-button {
	width: 90px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #db042d;
	border-radius: 5px;
	border: 0;
}

.search-button a {
	color: #fff;
}

.pt-search {
	display: flex;
	padding-top: 20px;
	margin-bottom: 30px;
}

.ps-left {
	width: 20%;
	background: #004aab;
	border-radius: 5px;
	padding: 10px 20px;
}

.ps-left,
.ps-title,
.ps-item {
	display: flex;
	flex-direction: column;
}

.ps-title span {
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
}

.ps-title span:nth-child(1) {
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 26px;
}

.ps-title span:nth-child(2) {
	margin-bottom: 10px;
}

.ps-item h5 {
	display: flex;
	border-top: 1px solid #7193c1;
	color: #fff;
	padding: 15px 0;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	transition: all 0.5s;
}

.ps-item a:hover h5 {
	padding-left: 15px;
}

.ps-right {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	margin-left: 3%;
	justify-content: space-between;
}

.ps-right a {
	display: inline-block;
}

.pr-item {
	background: #f8f8f8;
	padding: 16px 6px;
	border: 1px solid #ececec;
	border-radius: 5px;
    width: calc(97% / 3);
    margin-bottom: 15px;
	transition: all 0.5s;
}
.pr-item:hover{
	border: 1px solid #004aab;
}
.pr-left {
	width: 100%;
	text-align: center;
}

.pr-right {
	width: 100%;
	overflow: hidden;
}

.pr-right img {
	width: 65%;
	display: block;
	margin: auto;
	transition: all 0.5s;
}

.pr-right:hover img {
	transform: scale(1.2);
}

.pr-left h4 {
	color: #333;
	font-size: 16px;
}

.rectangle {
	width: 24%;
	height: 2px;
	background: #004aab;
	margin-top: 12px;
}

/* 广告 */
.advertising {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 206px;
	background: url(../../assets/image/index01.png) no-repeat;
	background-size: 100% 100%;
}

.advertising span {
	color: #fff;
}

.advertising span:nth-child(1) {
	font-size: 46px;
	padding-bottom: 14px;
}

.advertising span:nth-child(2) {
	font-size: 24px;
	padding-top: 5px;
}

/* 品牌中心  */
.bt-cont {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
	margin-top: 30px;
}

.w_find_more {
	background: transparent;
}

.bt-cont a {
	margin-bottom: 5px;
	text-decoration: none;
	padding: 8px;
	width: calc(100% / 6);
}

.brand-list {
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
	padding: 16px 0px;
	border-radius: 6px;
	border: 1px solid #e8e8e8;
	transition: all 0.5s;
}

.brand-list:hover {
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 40%);
}

.brand-list img {
	width: 80%;
	transition: all 0.5s;
}
.brand-list:hover img{
	transform: scale(1.15);
}
.brand-list h5 {
	color: #333;
	font-size: 15px;
	margin: 10px 0 0;
	transition: all 0.5s;
	position: relative;
}

.brand-list:hover h5 {
	color: #004aab;
}

.pp-more {
	color: #fff;
	background: #004aab;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 14px;
	display: block;
	transition: all 0.5s;
}

.pp-more:hover {
	background: #2a86ff;
}

/* 关于我们 */
.about {
	background: url(/assets/image/about.png) no-repeat center center;
	;
	background-size: cover;
	background-attachment: fixed;
}

.w-about {
	display: flex;
	justify-content: space-between;
	background: transparent;
}

.at-title {
	width: 50%;
	color: #fff;
}

.at-title .t1 {
	font-size: 30px;
	font-weight: 700;
}

.at-title .t2 {
	font-size: 40px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
}

.at-title p {
    text-indent: 2em;
    line-height: 28px;
    margin: 20px 0;
    font-size: 15px;
}

.at-right {
	width: 46%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.at-right img {
	width: 100%;
}

.find_more_s {
	background-color: #fff;
	color: #004aab;
	width: 250px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 25px;
	cursor: pointer;
	position: relative;
    z-index: 1;
	transition: all 0.5s;
}
.find_more_s:hover{
	background-color: #2a86ff;
	color: #fff;
}
/* 核心优势 */
.ct-cont {
	margin-top: 30px;
}

.cc-top {
	display: flex;
}

.cc-top .cc-item {
	width: 28%;
	padding: 27px 4px;
	background: #f3f3f3;
	display: flex;
	cursor: pointer;
	border: 1px solid #fff;
}

.cc-top .cc-item span:nth-child(1) {
	font-size: 50px;
	color: #c7c7c7;
	font-weight: 700;
	width: 23%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

.cc-top .cc-item span:nth-child(2) {
	font-size: 17px;
	color: #333;
	line-height: 70px;
	font-weight: bold;
}

.cc-item:hover {
	background: #004aab;
}

.cc-item:hover span:nth-child(1) {
	color: #fff;
}

.cc-item:hover span:nth-child(2) {
	color: #fff;
}

.cb-item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.cb-left {
	width: 50%;
}

.cb-left .cl-title {
	display: flex;
	flex-direction: column;
}

.cb-left .cl-title span:nth-child(1) {
	font-size: 26px;
	color: #004aab;
}

.active span:nth-child(1) {
	color: #fff !important;
}

.cb-left .cl-title span:nth-child(2) {
	font-size: 15px;
	color: #6b6b6b;
	margin: 10px 0;
}

.active span:nth-child(2) {
	color: #fff !important;
}

.cb-left .cl-title span:nth-child(3) {
	width: 30%;
	height: 2px;
	background: #e2e2e2;
}

.cc-bottom {
	position: relative;
	height: 280px;
}

.cl-bottom {
	margin-top: 20px;
}

.cl-bottom p {
	line-height: 25px;
}

.cb-right {
	display: flex;
	justify-content: space-around;
	width: 50%;
}

.cb-right .cr-img {
	width: 45%;
	box-shadow: 0px 0px 28px 0px rgb(0 0 0 / 15%);
	padding: 5px;
}

.cb-right .cr-img img {
	width: 100%;
	height: 196px;
}

.active {
	background: #004aab !important;
}

.active-f {
	visibility: visible !important;
}

/* 应用领域 */
.at-wrap .cn-title {
	color: #fff;
}

.at-wrap .en-title {
	color: #fff;
}

.at-wrap .t-title {
	color: #fff;
}

.application {
	background: url(/assets/image/lingyubg.jpg) no-repeat center center;
	background-size: cover;
}

.w-application {
	background: transparent;
}

.ar-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.application-list {
	width: 24%;
    padding: 0;
    background: #fff;
	margin: 10px 0;
}

.application-list a {
	display: block;
	overflow: hidden;
}

.application-list h5 {
	margin: 15px 0;
    font-size: 16px;
    text-align: center;
    color: #333;
}

.application-list img {
	width: 100%;
	transition: all .5s linear;
}

.application-list img:hover {
	transform: scale(1.2);
}

/* 新闻资讯 */
.nt-cont {
	margin-top: 20px;
}
.news-list{
	padding: 0;
    margin: 0 0.6%;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .1);
    transition: all 0.5s;
    width: 32%;
}
.news-list:hover{
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, .3);
}
.nt-cont a {
	text-decoration: none;
	color: #333;
}
.news-list .new-img{
	overflow: hidden;
}
.news-list .new-img img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	transition: all 0.5s;
}
.news-list:hover .new-img img{
	transform: scale(1.2);
} 
.new-wz{
	width: 100%;
	overflow: hidden;
	padding: 0 15px 15px 15px;
}
.news-list .new-wz h3{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
    line-height: 34px;
    color: #004aab;
    margin-bottom: 0;
}

.news-list .new-wz .new-text {
	font-size: 15px;
	color: #8c8c8c;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 28px;
}

.news-list .new-wz .new-time{
	font-size: 15px;
	color: #b7b7b7;
	margin-top: 23px;
}

/* 友情链接 */
.links {
	background: #0055c5;
	color: #fff;
	font-size: 15px;
	overflow: hidden;
}

.link-left {
	display: flex;
	flex-direction: column;
}

.link-right {
	display: flex;
	margin-left: 2%;
	flex-wrap: wrap;
	align-items: center;
}

.link-right span:last-child .coloumn {
	display: none;
}

.w-links {
	display: flex;
	padding: 25px 0;
}

.link-left span:nth-child(1) {
	font-size: 28px;
	font-weight: 700;
}

.coloumn {
	margin: 0 10px;
}

.link-right span a {
	color: #fff;
}

.link-right h6 {
	display: inline-block;
	font-size: 15px;
}

/* 手机端 */
@media (max-width: 768px) {
	nav {
		display: none;
	}

	/* 产品中心 */
	.pt-cont {
		flex-wrap: wrap;
	}

	.search-left {
		width: 100%;
		text-align: center;
	}

	.fill {
		border-width: 0 0 72px 25px;
		right: -24px;
	}

	.swiper-slide img {
		/* height: 250px; */
	}

	body .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.cn-title {
		font-size: 28px;
	}

	.en-title {
		font-size: 20px;
	}

	.t-title {
		font-size: 14px;
	}

	.pt-search {
		flex-direction: column;
	}

	.ps-left {
		width: 95% !important;
		margin: 0 auto;
	}

	.ps-right {
		width: 95% !important;
		justify-content: space-between;
		margin: 15px auto;
	}
	.pt-cont form{
		padding:0 10px;
	}
	.search-xl {
		padding-top: 15px;
	}

	.search-xl,
	.search-pp,
	.search-type {
		width: 100%;
		padding: 9px 0;
		margin-left: 0;
	}

	.pt-search {
		padding-top: 20px;
	}

	.search-button {
	    width: 55%;
    	margin: 0 auto;
	}

	.pr-item {
	    padding: 10px;
		margin: 5px 0;
		width: 49%;
	}
	.pr-right img {
		width: 100%;
	}
	.pr-item:last-child {
		display: none;
	}
	.pp-more {
		font-size: 12px;
	}
	/* 品牌中心 */
	.advertising span:nth-child(1) {
		font-size: 22px;
	}

	.advertising span:nth-child(2) {
		font-size: 14px;
	}

	/* 关于我们 */
	.w-about {
		flex-direction: column;
	}

	.at-title {
		width: 90%;
		margin: 0 auto;
	}

	.at-right {
		width: 90%;
		margin: 0 auto;
	}

	.find_more_s {
		margin: 0 auto;
		margin-top: 35px;
	}

	/* 核心优势 */
	.cc-top {
		flex-wrap: wrap;
	}

	.cc-top .cc-item {
		width: 50%;
		display: flex;
		flex-wrap: wrap;
		text-align: center;
		padding: 20px 5px;
	}

	.cb-item {
		flex-direction: column;
		padding-top: 15px !important;
	}

	.cc-bottom {
		height: 355px !important;
	}

	.cb-left {
		width: 100%;
		padding: 0 20px;
	}

	.cb-right {
		width: 95%;
		margin: auto;
	}
	.cb-right .cr-img {
		width: 48%;
	}
	.cc-top .cc-item span:nth-child(1) {
		font-size: 28px;
		display: block;
		width: 100%;
	}

	.cc-top .cc-item span:nth-child(2) {
		font-size: 14px;
		color: #333;
		line-height: 29px;
		font-weight: bold;
		display: block;
		width: 100%;
	}

	/* 友情链接 */
	.links{
		padding: 0 10px;
	}
	.w-links {
		flex-direction: column;
	}

	.link-left {
		flex-direction: row;
		align-items: center;
	}

	.link-left span:nth-child(1) {
		margin-right: 20px;
	}

	.link-right {
		margin-left: 0;
	}

	.wrap-padding {
		padding: 40px 0;
		padding-bottom: 60px;
	}

	.pr-left a {
		font-size: 15px;
		color: #004aab;
	}

	.find_more {
		background-color: #004aab;
		color: #fff;
		width: 50%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 25px;
		margin: 0 auto;
		cursor: pointer;
	}

	.cb-right .cr-img img {
		width: 100%;
		height: 107px;
	}
	.w-application {
		background: transparent;
		padding: 0 10px;
	}
	.application-list {
		width: 49%;
		padding: 8px;
		margin: 5px 0;
	}	
	.application-list h5 {
		margin: 10px 0 0;
		font-size: 16px;
		text-align: center;
		color: #333;
	}

	.search-left span {
		font-style: italic;
		text-align: left;
	}

	.bt-cont a {
		margin-bottom: 5px;
		text-decoration: none;
		padding: 8px;
		width: 50%;
	}
	.nt-cont {
		width: 95%;
		margin: 0 auto;
	}
	.news-list{
		width: 100%;
		margin: 20px 0;
	}
}