@charset "utf-8";

/* 内页大图 */
.page_bg {
	height: 4rem;
	display: flex;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page_bg .title {
	font-size: .6rem;
	font-family: Roboto-Condensed-Bold;
	color: #FFFFFF;
	text-shadow: 0 2px 1px #060606;
	line-height: 100%;
}
/* 内页大图 */


/* 当前位置 */
.location {
	padding: .2rem 0;
}
.location .here {
	padding-left: .34rem;
	background: url('../images/icon1.png') no-repeat left center;
	background-size: auto .23rem;
	height: .3rem;
	display: flex;
	align-items: center;
}
.location .here a {
	font-size: .14rem;
	color: #666666;
	margin-right: .15rem;
}
.location .here a:nth-child(2n) {
	color: #000000;
	font-size: .16rem;
}
.location .here a:last-child {
	margin-right: 0;
}
.location .here a:hover {
	color: #0f6388;
}
@media (max-width: 768px) {
	.location {
		display: none;
	}
}
/* 当前位置 */

/* 关于我们 */
.about-section .section1 {
	padding-top: .8rem;
	padding-bottom: 1.1rem;
}
.about-section .section1 .cate-title {
	font-family: Roboto-Condensed-Bold;
	font-size: .48rem;
	color: #0f6388;
	line-height: 100%;
	margin-bottom: .4rem;
	text-align: center;
}
.about-section .section1 .singlepage {
	font-size: .18rem;
	line-height: .30rem;
}
.about-section .section1 .litpic {
	width: 100%;
	aspect-ratio: 592 / 452;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: .15rem;
}

.about-section .section2 {
	padding: 0.8rem 0 0.7rem;
	background: #f8f8f8;
}
.about-section .section2 .cate-title {
	font-family: Roboto-Condensed-Bold;
	font-size: .48rem;
	line-height: 100%;
	color: #0f6388;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .3rem;
}
.about-section .section2 .cate-desc {
	font-size: .18rem;
	color: #333333;
	line-height: .3rem;
	text-align: center;
	margin-bottom: .2rem;
}
.about-section .section2 .list-box {
}
.about-section .section2 .list-box .item {
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: .15rem;
	margin-top: .2rem;
	padding: .3rem 0;
}
.about-section .section2 .list-box .item .litpic {
	width: .6rem;
	height: .6rem;
}
.about-section .section2 .list-box .item .title {
	font-size: .22rem;
	color: #333333;
	font-family: Roboto-Bold;
	line-height: .26rem;
	text-align: center;
	margin-top: .2rem;
	margin-bottom: .2rem;
}
.about-section .section2 .list-box .item .content {
	font-size: .16rem;
	color: #333333;
	line-height: .24rem;
	font-family: Roboto-Light;
	text-align: center;
	height: 1.44rem;
	overflow: hidden;
	padding: 0 .15rem;
}
.about-section .section2 .list-box .item .content p {
	font-family: Roboto-Light;
}

.about-section .section3 {
	background: #ffffff;
}
.about-section .section3 .cate-title {
	margin-bottom: .4rem;
}
.about-section .section3 .list-boxs {
}
.about-section .section3 .list-boxs .item {
	background: #fcf9f4;
	width: 100%;
	aspect-ratio: 333 / 289;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: .15rem;
	padding: 0 .3rem;
	margin-top: .2rem;
}
.about-section .section3 .list-boxs .item .title {
	font-size: .22rem;
	color: #333333;
	font-family: Roboto-Bold;
	line-height: 100%;
	margin-bottom: .14rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about-section .section3 .list-boxs .item .unit {
	font-size: .18rem;
	color: #0f6388;
	font-family: Roboto-Regular;
	line-height: 100%;
	margin-bottom: .12rem;
}
.about-section .section3 .list-boxs .item .content {
	font-size: .18rem;
	color: #999999;
	font-family: Roboto-Regular;
	line-height: .24rem;
	margin-bottom: .3rem;
}
.about-section .section3 .list-boxs .item .more {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.about-section .section3 .list-boxs .item .more .icon {
	width: .1rem;
}
.about-section .section3 .list-boxs .item .more .text {
	font-size: .16rem;
	color: #18b8ac;
	font-family: Roboto-Regular;
	margin-left: .12rem;
}

.alert-box {
	padding: .6rem;
	display: none;
}
.alert-box .name {
	font-size: .36rem;
	line-height: 100%;
	font-family: Roboto-Bold;
	color: #0f6388;
	margin-bottom: .12rem;
}
.alert-box .desc {
	font-size: .18rem;
	font-family: Roboto-Regular;
	color: #999999;
	margin-bottom: .3rem;
}
.alert-box .content {
	font-size: .16rem;
	font-family: Roboto-Light;
	color: #333333;
	line-height: .3rem;
}
.layui-layer-setwin .layui-layer-close2:hover {
	background-color: #0f6388;
}

@media (max-width: 768px) {
	.about-section .section1 .singlepage {
		font-size: .28rem;
  	line-height: .5rem;
	}
	.about-section .section2 .cate-desc {
		font-size: .28rem;
		line-height: .5rem;
		margin-bottom: .48rem;
	}
	.about-section .section2 .list-box .item {
		aspect-ratio: auto;
		padding: .3rem 0;
	}
	.about-section .section2 .list-box .item .litpic {
		width: .8rem;
		height: .8rem;
	}
	.about-section .section2 .list-box .item .title {
		font-size: .4rem;
		line-height: .5rem;
	}
	.about-section .section2 .list-box .item .content {
		font-size: .32rem;
		line-height: .48rem;
		height: auto;
	}
	.about-section .section3 .list-boxs .item {
		aspect-ratio: auto;
		padding: .4rem .3rem .3rem;
	}
	.about-section .section3 .list-boxs .item .title {
		font-size: .4rem;
		margin-bottom: 0.28rem;
	}
	.about-section .section3 .list-boxs .item .unit {
		font-size: .36rem;
		margin-bottom: 0.24rem;
	}
	.about-section .section3 .list-boxs .item .content {
		font-size: .36rem;
		line-height: .48rem;
		margin-bottom: .48rem;
	}
	.about-section .section3 .list-boxs .item .more .icon {
		width: .2rem;
	}
	.about-section .section3 .list-boxs .item .more .text {
		font-size: .32rem;
	}

	.alert-box .desc {
		font-size: .32rem;
	}
	.alert-box .content {
		font-size: .28rem;
		line-height: .48rem;
	}
}
/* 关于我们 */

/* 联系我们 */
.contact-section .section1 {
	padding: 0.8rem 0 0.7rem;
}
.contact-section .cate-title {
	font-family: Roboto-Condensed-Bold;
	font-size: 0.48rem;
	color: #106187;
	line-height: 100%;
	margin-bottom: 0.4rem;
}
.contact-section .section1 .code-box {
}
.contact-section .section1 .code-box .items {
	width: 100%;
	aspect-ratio: 335 / 290;
	background: #f5f5f5;
	border-radius: .15rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 .24rem;
	margin-top: .2rem;
}
.contact-section .section1 .code-box .items .litpic {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	margin-bottom: .24rem;
}
.contact-section .section1 .code-box .items .title {
	font-size: 0.24rem;
	color: #333333;
	line-height: 100%;
	font-family: Roboto-Bold;
	margin-bottom: .14rem;
}
.contact-section .section1 .code-box .items .desc {
	font-size: .16rem;
	color: #333333;
	line-height: .24rem;
	font-family: Roboto-Regular;
	height: .48rem;
	overflow: hidden;
}

.contact-section .section2 {
	background: #f8f8f8;
	padding: 1rem 0 .9rem;
}
.contact-section .section2 .item {
	margin-bottom: 0.3rem;
}
.contact-section .section2 .item .input {
	display: block;
	width: 100%;
	height: 0.6rem;
	background: #f8f8f8;
	border: 1px solid #dfdfdf;
	font-size: 0.16rem;
	padding: 0 0.2rem;
	outline: none;
	border-radius: .15rem;
}
.contact-section .section2 .item .textarea {
	height: 2.42rem;
	padding: 0.2rem;
}
.contact-section .section2 .submit-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .35rem;
}
.contact-section .section2 .submit-box .submit {
	width: 1.6rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background: #0e628a;
	font-size: 0.18rem;
	color: #ffffff;
	text-align: center;
	border: none;
	cursor: pointer;
	border-radius: .5rem;
}
@media (max-width: 767px) {
	.contact-section .section1 .code-box {
	}
	.contact-section .section1 .code-box .items .litpic {
		width: .72rem;
  	height: .72rem;
	}
	.contact-section .section1 .code-box .items .title {
		font-size: .28rem;
	}
	.contact-section .section1 .code-box .items .desc {
		font-size: .24rem;
		line-height: .4rem;
		height: .8rem;
	}
	.contact-section .section2 .item {
		margin-bottom: .24rem;
	}
	.contact-section .section2 .item .input {
		height: .8rem;
		font-size: .24rem;
		padding: 0 .24rem;
	}
	.contact-section .section2 .item .textarea {
		height: 1.6rem;
  	padding: .16rem .24rem;
	}
	.contact-section .section2 .submit-box .submit {
		width: 3rem;
		height: .72rem;
		line-height: .72rem;
		font-size: .24rem;
	}
}
/* 联系我们 */

/* 产品部分 */
.product-section {}

.product-section .alert-box .name {
	margin-bottom: .2rem;
}

/* 产品列表 */
.product-section .section1 {
	padding: .6rem 0 0rem;
	background: #ffffff;
}
.product-section .product-list-box {
	
}
.product-section .product-list-box .product-list {
	
}
.product-section .product-list-box .product-list .item {
	cursor: pointer;
	margin-bottom: .24rem;
	background: #fcf9f4;
	border-radius: .15rem;
	transition: all .3s;
}
.product-section .product-list-box .product-list .item:hover {
	box-shadow: 0 .05rem .05rem rgba(0, 0, 0, .2);
}
.product-section .product-list-box .product-list .item .litpic {
	width: 100%;
	aspect-ratio: 335 / 410;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	/*border: .01rem solid #EEEEEE;*/
	border-bottom: none;
	position: relative;
	overflow: hidden;
	background-size: cover;
}
.product-section .product-list-box .product-list .item .content-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .27rem .15rem;
}
.product-section .product-list-box .product-list .item .content-box .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .2rem;
	color: #1c244e;
	line-height: .3rem;
	text-align: left;
	padding-right: .15rem;
}
.product-section .product-list-box .product-list .item .content-box .icon {
	width: .3rem;
}
@media (max-width: 767px) {
	.product-section .product-list-box .product-list .item .content-box .title {
		font-size: .28rem;
		line-height: .4rem;
	}
}



/* Why Us */
.product-section2 {
	background: #ffffff;
	padding: 1.2rem 0;
}
.product-section2 .cate-title {
	font-family: Roboto-Condensed-Bold;
	font-size: .48rem;
	line-height: 100%;
	color: #0f6388;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .4rem;
}
.product-section2 .cate-desc {
	font-size: .22rem;
	color: #1b224d;
	line-height: .5rem;
	text-align: center;
	margin-bottom: 0.8rem;
}
.product-section2 .list {
	
}
.product-section2 .list .item {
	/*background: #c8d0ac;*/
	border-radius: .15rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	/*justify-content: center;*/
	transition: all .3s;
	cursor: pointer;
	padding-bottom: .3rem;
	margin-top: .2rem;
}
.product-section2 .list .row .col-md-8:nth-child(2) .item {
	background: #fed7a4;
}
.product-section2 .list .row .col-md-8:nth-child(3) .item {
	background: #ffecc7;
}
/*.product-section2 .list .item:hover {*/
/*	border-radius: .05rem;*/
/*	box-shadow: 0 .05rem .05rem rgba(0, 0, 0, .2);*/
/*}*/
.product-section2 .list .item .icon {
	width: 3.2rem;
	height: 3.2rem;
	display: block;
}
.product-section2 .list .item .title {
	font-family: Roboto-Condensed-Bold;
	font-size: .3rem;
	color: #1c244e;
	text-align: center;
	line-height: 100%;
	margin-bottom: .2rem;
}
.product-section2 .list .item .desc {
	font-size: .18rem;
	color: #1c244e;
	text-align: left;
	margin: 0 auto;
	line-height: .36rem;
}

@media (max-width: 768px) {
    .product-section2 .cate-title {

	line-height: 0.8rem;
}
	.product-section2 .cate-desc {
		font-size: .28rem;
  	line-height: .4rem;
  	margin-bottom: .6rem;
	}
	.product-section2 .list .item {
		margin-top: .3rem;
		padding: 0 0 .3rem;
	}
	.product-section2 .list .item .title {
		font-size: .4rem;
	}
	.product-section2 .list .item .desc {
		font-size: .32rem;
		line-height: .6rem;
	}
	
	.product-section2 .list {
	    padding-left: 15px;
    padding-right: 15px;

	
    }
}



/* 产品列表 */

/* 产品详情 */
.product-section .product-info-box {
	
}
.product-section .product-info-box .big-cate-title {
	font-family: Roboto-Condensed-Bold;
	font-size: .36rem;
	color: #0f6388;
	line-height: 100%;
	margin-bottom: .4rem;
}
.product-section .product-info-box .desc {
	font-size: .16rem;
	color: #333333;
	line-height: .36rem;
}
.product-section .product-info-box .btn-group {
	display: flex;
	align-items: center;
	margin-top: .6rem;
}
.product-section .product-info-box .btn-group .btn {
	width: 1.66rem;
	height: .44rem;
	border-radius: .22rem;
	border: .01rem solid #0f6388;
	font-size: .14rem;
	color: #0f6388;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .3rem;
	transition: all .3s;
	cursor: pointer;
}
.product-section .product-info-box .btn-group .btn:last-child {
	margin-right: 0;
}
.product-section .product-info-box .btn-group .btn:hover {
	background: #0f6388;
	color: #FFFFFF;
}
.product-section .product-info-box .product-info-single {
	font-size: .16rem;
	color: #333333;
	line-height: .32rem;
	margin: .6rem 0;
	min-height: 500px;
	word-break: break-all;
}
.product-section .product-info-box .related-Products {
}
.product-section .product-info-box .related-Products .cate-title {
	font-family: Roboto-Condensed-Bold;
	font-size: .24rem;
	color: #0f6388;
	line-height: 100%;
	margin-bottom: .4rem;	
}
@media (max-width: 767px) {
	.product-section .product-info-box .desc {
		font-size: .28rem;
		line-height: .44rem;
		margin-top: .24rem;
	}
	.product-section .product-info-box .related-Products .cate-title {
		font-size: .48rem;
	}
	.product-section .product-info-box .btn-group .btn {
		width: 2.4rem;
		height: .8rem;
		font-size: .24rem;
		margin-right: .24rem;
		border-radius: 1rem;
	}
	.product-section .product-info-box .product-info-single {
		font-size: .28rem;
  	line-height: .56rem;
	}
}
/* 产品详情 */

/* 上一页、下一页 */
.nextpage {
	display: flex;
	flex-direction: column;
	border-top: .01rem solid rgba(7, 0, 2, .1);
	margin-top: .2rem;
	padding-top: .36rem;
}
.nextpage a {
	font-size: .16rem;
	color: #333333;
	margin-top: .2rem;
}
.nextpage a:first-child {
	margin-top: 0;
}
@media (max-width: 767px) {
	.nextpage a {
		font-size: .24rem;
	}
}
/* 上一页、下一页 */

/* 产品部分 */
