@charset "utf-8";
.section{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	background-size: cover;
}
.tb{
	margin: auto;
	margin-top: 80px;
	margin-bottom: 80px;
	max-width: 1200px;
	padding: 10px;
}
.thead{
	text-align: center;
}
.title{
	font-size: 2rem;
	font-weight: bold;
}
.miaoshu{
	font-size: 1rem;
	color:#666;
	margin-top: 10px;
}
.about_tb{
	display: grid;
	grid-template-columns: 45% auto;
	column-gap:60px;
	row-gap: 20px;
	width: auto;
	height: auto;
	margin-top:40px;
}
@media (max-width:767px){
	.about_tb{
		grid-template-columns:auto;
	}
}
.about_pic{
	display: block;
	width: 100%;
}
.about_content{
	display: block;
	overflow: hidden;
	line-height: 1.8;
}
.about_content li{
	list-style: none;
}
.about_content h3{
	font-size:1.2rem;
	padding-bottom: 10px;
	border-bottom:1px dotted #ddd;
	line-height:1.5;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.modal{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(42,68,155,0.8);
	position:static;
}
.tel_tb{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 40px;
	row-gap:20px;
	width: auto;
	max-width: 1200px;
}
@media (max-width:767px){
	.tel_tb{
		flex-direction: column;
		justify-content: unset;
	}
}
.tel_left{
	width: 50%;
	line-height: 1.6;
	color:#fff;
}
@media (max-width:767px){
	.tel_left{width: auto;}
}
.tel_name{
	font-size:1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

a.tel_path{
	display: block;
	width: 200px;
	height: 45px;
	line-height: 45px;
	background-color: #fff;
	border-radius: 25px;
	text-align: center;
	color: #2a449b;
	font-weight: bold;
	transition: all 0.4s;
}
a.tel_path:hover{
	border: 2px solid #fff;
	color: #fff;
	background-color: transparent;
}
.youshi_list{
	display: grid;
	grid-template-columns: calc(33.3% - 60px/3) calc(33.3% - 60px/3) auto;
	row-gap:20px;
	column-gap:30px;
	width: auto;
	height: auto;
	margin: auto;
	margin-top: 20px;
}
@media (max-width:767px){
    .youshi_list{
        grid-template-columns: calc(50% - 10px/2) calc(50% - 10px/2);
        row-gap:10px;
	    column-gap:10px;
    }
}
@media (max-width:480px){
    .youshi_list{
        grid-template-columns:auto;
    }
}
.youshi_tb{
	display: grid;
	grid-template-columns: 80px auto;
	column-gap: 10px;
	align-items: center;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.youshi_ico{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.youshi_ico>i{
	width: 50px;
	height: 50px;
	background-color: #2a449b;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	font-size: 1.4rem;
}
.youshi_name{
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
}
.news_back{background-color: #f5f5f5;}
.news_list{
	display: grid;
	grid-template-columns: calc(33.3% - 60px/3) calc(33.3% - 60px/3) auto;
	row-gap:20px;
	column-gap:30px;
	width: auto;
	height: auto;
	margin: auto;
	margin-top: 20px;
}
@media (max-width:767px){
    .news_list{
        grid-template-columns:auto;
        row-gap:10px;
	    column-gap:10px;
    }
}
a.news_tb{
	display: block;
	background-color: #fff;
	width: auto;
	height: auto;
	box-shadow: 0px 0px 14px #ededed;
}
.news_pic{
	display: block;
	background-color: #ddd;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 60%;
}
.news_right{
	padding:20px;
}
.news_date{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color:#000;
	column-gap: 5px;
}
.news_name{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	width:auto;
	height:auto;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news_miaoshu{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	width:auto;
	height:auto;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news_more{
	margin-top:10px;
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items: center;
}
.product_list{
	display: grid;
	grid-template-columns: calc(25% - 60px/4) calc(25% - 60px/4) calc(25% - 60px/4) calc(25% - 60px/4);
	row-gap:20px;
	column-gap:20px;
	width: auto;
	height: auto;
	margin: auto;
	margin-top: 40px;
}
@media (max-width:767px){
    .product_list{
        grid-template-columns: calc(50% - 10px/2) calc(50% - 10px/2);
        row-gap:10px;
	    column-gap:10px;
    }
}

a.product_tb{
	display: block;
	width: auto;
	height: auto;
	text-align: center;
}
.product_pic{
	width: auto;
	height: auto;
	padding-bottom: 100%;
	position: relative;
	border: 1px solid #ddd;
}
#video{
	display: none;
	background-color: rgba(0,0,0,0.8);
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position:fixed;
	margin: auto;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	z-index: 300;
}
#video>iframe{
	width:80%;
	height:80%;
	display:block;
	margin:auto;
	overflow: hidden;
	border: none;
}
#video_close{
	width:40px;
	height:40px;
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	color:#fff;
	font-size:1.5rem;
	position: absolute;
	top:10px;
	right: 10px;
}
.video_back{
	display: block;
	width: auto;
	height: auto;
	background-color: #f5f5f5;
	margin: auto;
	overflow: hidden;
}
.video_tb{
	display: grid;
	grid-template-columns: 50% auto;
	width: auto;
	height: auto;
}
.video_left{
	display: block;
	background-size: cover;
	overflow: hidden;
}
.video_modal{
	padding: 10%;
	box-sizing:border-box;
	justify-content: center;
	align-items: center;
	color:#fff;
	display: flex;
	display: -webkit-flex;
}
.video_modal>i{
	font-size:3rem;
	margin:auto;
	cursor: pointer;
}
.video_right{
	padding:10%;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 1.2rem;
}
.brand_list{
	width: auto;
	height: auto;
	overflow: hidden;
	max-width: 1200px;
	margin:auto;
	white-space: nowrap;
}
.brand_tb{
	display: inline-block;
	vertical-align: top;
	width:16.6%;
	height: auto;
	overflow: hidden;
	margin-right:10px;
}
@media (max-width:767px){
    .brand_tb{
        width:25%;
    }
}
.brand_pic{
	position: relative;
	border: 1px solid #ddd;
	padding-bottom: 50%;
	width: auto;
	height: auto;
	display: block;
	overflow: hidden;
}
.client_title{color: #fff;}
.client_list{
	display: flex;
	display: -webkit-flex;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.client_tb{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	max-width: 60%;
	color: #fff;
}
.client_pic{
	display: block;
	width:100px;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	margin:auto;
}
.client_miaoshu{
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: normal;
	word-break: break-word;
	font-size: 1.1rem;
}
.client_name{
	font-weight: bold;
	font-size: 1.2rem;
}
.arrow{
	width:50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	flex-shrink: 0;
	color:#2a449b;
}
.arrow:hover{
	color:#fff;
	background-color:#2a449b;
}
.slick-track{white-space:nowrap;overflow:hidden;}
.slick-track>li{display:inline-block!important;}