@charset "utf-8";

/* 内页大图 */
.page_bg {
	height: 5rem;
	display: flex;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
}
.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: #152985;
}
@media (max-width: 768px) {
	.location {
		display: none;
	}
}
/* 当前位置 */

/* 关于我们 */
.about-section .section1 {
	padding: .6rem 0 1.1rem;
}
.about-section .section1 .cate-desc * {
	font-family: Roboto-Condensed-Bold;
	font-size: .48rem;
	color: #333333;
	line-height: .55rem;
}

.about-section .section4 {
	padding-bottom: 1.3rem;
}
.about-section .section4 .userInfo-box {

}
.about-section .section4 .userInfo-box .litpic {
	width: 100%;
	aspect-ratio: 512 / 600;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: .15rem;
}
.about-section .section4 .userInfo-box .names {
	font-size: .18rem;
	color: #333333;
	text-align: center;
	margin-top: .24rem;
}
.about-section .section4 .content-box {
	
}
.about-section .section4 .content-box .cate-title {
	font-family: Roboto-Condensed-Bold;
	font-size: .6rem;
	color: #152985;
	line-height: 100%;
	margin-bottom: .4rem;
}
.about-section .section4 .content-box .singlepage {
	font-size: .18rem;
	color: #333333;
	line-height: .30rem;
}

.about-section .section2 {
	padding: 1rem 0 1.2rem;
	background: #EFEFEF;
}
.about-section .section2 .cate-title {
	font-family: Roboto-Condensed-Bold;
	font-size: .6rem;
	line-height: 100%;
	color: #152985;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .4rem;
}
.about-section .section2 .cate-desc {
	font-size: .18rem;
	color: #333333;
	line-height: .3rem;
	text-align: center;
	margin-bottom: .6rem;
}
.about-section .section2 .list-box {
}
.about-section .section2 .list-box .item {
	background: #FFFFFF;
	width: 100%;
	aspect-ratio: 440 / 220;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 80%;
	margin-top: .38rem;
}

@media (max-width: 768px) {
	.about-section .section4 .userInfo-box .names {
		font-size: .28rem;
	}
	.about-section .section4 .content-box .cate-title {
		font-size: .48rem;
		margin-top: .24rem;
	}
	.about-section .section4 .content-box .singlepage {
		font-size: .28rem;
  	line-height: .5rem;
	}
	.about-section .section2 .cate-desc {
		font-size: .28rem;
		line-height: .5rem;
		margin-bottom: .48rem;
	}
}
/* 关于我们 */

/* 联系我们 */
.contact-section .section1 {
	padding: 0.7rem 0 1rem;
}
.contact-section .section1 .cate-title {
	font-family: Roboto-Condensed-Bold;
	font-size: 0.6rem;
	color: #152985;
	line-height: 100%;
	margin-bottom: 0.3rem;
}
.contact-section .section1 .cate-desc {
	font-size: .16rem;
	color: #666666;
	line-height: .24rem;
}
.contact-section .section1 .code-box {
	margin-top: .4rem;
}
.contact-section .section1 .code-box .items {
	margin-bottom: 0.15rem;
}
.contact-section .section1 .code-box .items .litpic {
	display: block;
	width: 0.36rem;
	height: 0.36rem;
}
.contact-section .section1 .code-box .items .title {
	font-size: 0.18rem;
	color: #152985;
	line-height: 0.36rem;
	padding-left: 0.42rem;
}
.contact-section .section1 .item {
	margin-bottom: 0.15rem;
}
.contact-section .section1 .item .input {
	display: block;
	width: 100%;
	height: 0.5rem;
	background: #EFEFEF;
	border: none;
	font-size: 0.16rem;
	padding: 0 0.15rem;
	outline: none;
	border-radius: .1rem;
}
.contact-section .section1 .item .textarea {
	height: 1.03rem;
	padding: 0.12rem 0.15rem;
}
.contact-section .section1 .submit-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .35rem;
}
.contact-section .section1 .submit-box .submit {
	width: 1.75rem;
	height: 0.5rem;
	line-height: 0.5rem;
	background: #152985;
	font-size: 0.14rem;
	color: #ffffff;
	text-align: center;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: .5rem;
}
@media (max-width: 767px) {
	.contact-section .section1 .cate-desc {
		font-size: .24rem;
  	line-height: .4rem;
	}
	.contact-section .section1 .code-box {
		margin-bottom: .6rem;
	}
	.contact-section .section1 .code-box .items .litpic {
		width: .48rem;
  	height: .48rem;
	}
	.contact-section .section1 .code-box .items .title {
		font-size: .28rem;
		line-height: 0.48rem;
		padding-left: 0.5rem;
	}
	.contact-section .section1 .item {
		margin-bottom: .24rem;
	}
	.contact-section .section1 .item .input {
		height: .8rem;
		font-size: .24rem;
		padding: 0 .24rem;
	}
	.contact-section .section1 .item .textarea {
		height: 1.6rem;
  	padding: .16rem .24rem;
	}
	.contact-section .section1 .submit-box .submit {
		width: 3rem;
		height: .72rem;
		line-height: .72rem;
		font-size: .24rem;
	}
}
/* 联系我们 */

/* FAQ列表 */
.faq-section {
}
.faq-section .section1 {
	background: #f7f7f7;
	padding: .7rem 0;
}
.faq-section .section1 .cate-title {
	font-family: Roboto-Condensed-Bold;
	font-size: 0.6rem;
	color: #152985;
	line-height: 100%;
	margin-bottom: 0.4rem;
}
.faq-section .section1 .list {
	background: #ffffff;
	padding: .2rem .45rem .62rem;
}

.faq-section .section1 .list .item {
	border-bottom: .01rem solid #dddddd;
	position: relative;
	padding-bottom: .23rem;
}
.faq-section .section1 .list .item .icon {
	position: absolute;
	width: .18rem;
	height: auto;
	right: .18rem;
	top: .3rem;
	z-index: 2;
	transition: all .3s;
}
.faq-section .section1 .list .item .title {
	font-family: Roboto-Condensed-Bold;
	font-size: .24rem;
	color: #333333;
	line-height: 100%;
	padding-top: .23rem;
	padding-right: .5rem;
	transition: all .3s;
	cursor: pointer;
}
.faq-section .section1 .list .item .desc {
	height: 0;
	overflow: hidden;
	font-size: .19rem;
	color: #333333;
	line-height: .36rem;
	/*text-align: justify;*/
	font-weight: lighter;
	transition: all .3s;
}
.faq-section .section1 .list .item .desc .ans {
	color: #333333;
	margin-right: .08rem;
}

.faq-section .section1 .list .item.active .icon {
	transform: rotate(180deg);
}

.faq-section .section1 .list .item.active .title {
	color: #152985;
	padding-bottom: .23rem;
}

.faq-section .section1 .list .item.active .desc {
	height: auto;
}
@media (max-width: 767px) {
	.faq-section .section1 .list {
		padding: .12rem .3rem .4rem;
	}
	.faq-section .section1 .list .item .icon {
		width: .28rem;
		right: 0;
		top: .36rem;
	}
	.faq-section .section1 .list .item .title {
		font-size: .28rem;
		line-height: .40rem;
	}
	.faq-section .section1 .list .item .desc {
		font-size: .28rem;
		line-height: .4rem;
	}
}
/* FAQ列表 */

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

/* 产品左侧菜单 */
.product-section .product-aside {
	background: #FFFFFF;
	padding: .1rem .4rem .12rem .3rem;
}
.product-section .product-aside .cate-title {
	font-family: Roboto-Condensed-Bold;
	font-size: .3rem;
	color: #333333;
	background: url('../images/icon3.png') no-repeat left center;
	background-size: .22rem .22rem;
	padding: .25rem 0 .25rem .36rem;
	line-height: 100%;
}
.product-section .product-aside .sublist {

}
.product-section .product-aside .sublist .item {
	border-bottom: .01rem solid rgba(7, 0, 2, .1);
	position: relative;
}
.product-section .product-aside .sublist .item .link {
	display: block;
	line-height: .3rem;
	font-size: .18rem;
	color: #333333;
	transition: all .3s;
	padding: .2rem 0;
}
.product-section .product-aside .sublist .item:last-child {
	border-bottom: none;
}
.product-section .product-aside .sublist .item:hover .link,
.product-section .product-aside .sublist .item.active .link {
	font-family: Roboto-Bold;
	color: #152985;
}
.product-section .product-aside .sublist .item.active::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: .08rem;
	height: .34rem;
	background: #152985;
	left: -0.3rem;
	top: 50%;
	transform: translate(0, -50%);
}
@media (max-width: 767px) {
	.product-section .product-aside {
		display: none;
		margin-bottom: .4rem;
	}
	.product-section .product-aside .sublist {
		display: flex;
		align-items: center;
		overflow-x: scroll;
	}
	.product-section .product-aside .sublist .item {
		border-bottom: none;
		position: relative;
	}
	.product-section .product-aside .sublist .item::after {
		content: '';
		display: inline-block;
		position: absolute;
		width: .02rem;
		height: .4rem;
		background: rgba(7, 0, 2, .1);
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
	}
	.product-section .product-aside .sublist .item:last-child::after {
		display: none;
	}
	.product-section .product-aside .sublist .item .link {
		white-space: nowrap;
		padding: 0.2rem;
	}
	.product-section .product-aside .sublist .item:first-child .link {
		padding-left: 0;
	}
}
/* 产品左侧菜单 */

/* 产品列表 */
.product-section .section1 {
	padding: .6rem 0 1rem;
	background: #F7F7F7;
}
.product-section .product-list-box {
	
}
.product-section .product-list-box .cate-title {
	font-family: Roboto-Condensed-Bold;
	font-size: .36rem;
	color: #152985;
	line-height: 100%;
	margin-bottom: .4rem;
}
.product-section .product-list-box .cate-desc {
	font-size: .18rem;
	color: #333333;
	line-height: .30rem;
	margin-bottom: .4rem;
}
.product-section .product-list-box .product-list {
	
}
.product-section .product-list-box .product-list .item {
	cursor: pointer;
	margin-bottom: .3rem;
}
.product-section .product-list-box .product-list .item .litpic {
	width: 100%;
	aspect-ratio: 280 / 280;
	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 .litpic .link {
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(7, 100, 154, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}
.product-section .product-list-box .product-list .item:hover .litpic .link {
	top: 0;
}
.product-section .product-list-box .product-list .item .litpic .link .btn {
	width: 1.2rem;
	height: .4rem;
	background: #152985;
	font-size: .14rem;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-section .product-list-box .product-list .item .title {
	/*height: .72rem;*/
	overflow: hidden;
	background: #152985;
	font-size: .16rem;
	color: #FFFFFF;
	line-height: .2rem;
	text-align: center;
	padding: .16rem .15rem;
}
@media (max-width: 767px) {
	.product-section .product-list-box .cate-title {
		font-size: .6rem;
	}
	.product-section .product-list-box .cate-desc {
		font-size: .28rem;
  	line-height: .5rem;
	}
	.product-section .product-list-box .product-list .item .title {
		font-size: .24rem;
  	line-height: .28rem;
	}
	.product-section .product-list-box .product-list .item .litpic .link .btn {
		width: 2rem;
		height: .6rem;
		font-size: .24rem;
	}
}
/* 产品列表 */

/* 产品详情 */
.product-section .product-info-box {
	
}
.product-section .product-info-box .big-cate-title {
	font-family: Roboto-Condensed-Bold;
	font-size: .36rem;
	color: #152985;
	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 #152985;
	font-size: .14rem;
	color: #152985;
	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: #152985;
	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-word;
}
.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: #152985;
	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;
	}
}
/* 上一页、下一页 */

/* 产品部分 */
table{
    width: 100%;
    border-collapse: collapse;
}
table th,
table td{
    text-align: left;
	padding:10px;
}
table tbody tr:nth-child(2n){background: #e6e7e7;}
table tbody tr:nth-of-type(1){ background: #FFFFFF; color: #FFF;}
table tbody tr.firstRow{background: #1e2687;color: #FFF;}