.intro .content {
	font-size: 0.16rem;
	color: #010101;
	line-height: 0.3rem;
	margin-top: 0.25rem;
}
.intro .banner {
	margin-top: 0.47rem;
	height: 5rem;
}

/* 产品视频 */
.video .common_center {
	padding-top: 0.5rem;
}
.video_swiper.flex_box .flex_box1 {
	flex: 0 0 5rem;
}
.video_swiper.flex_box .flex_box2 {
	flex: 0 0 0.4rem;
}
.video_swiper.flex_box .flex_box3 {
	flex: 0 0 8.6rem;
	width: 8.6rem;
}
.video_swiper .video_thumbs {
	height: 4.44rem;
	margin: -0.09rem 0;
}
.video_swiper {
	padding-top: 0.3rem;
	background-color: #fff;
}
.video_swiper .video_box {
	position: relative;
}
.video_swiper .video_box .video_cover {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.video_swiper .video_box .cover_play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 1rem;
	max-height: 1rem;
	transition: .3s ease-in-out;
}
.video_swiper .video_box:hover .cover_play {
	transform: translate(-50%,-50%) scale(1.1);
}
.video_swiper .video_thumbs .swiper-slide {
	padding: 0.09rem 0;
}
.video_swiper .swiper-slide .thumbs {
	background-color: #F5F5F5;
	line-height: 0.56rem;
	padding-left: 0.35rem;
	cursor: pointer;
	transition: var(--transition);
}
.video_swiper .swiper-slide.swiper-slide-thumb-active .thumbs {
	background-color: var(--main_color);
	color: #fff;
}
.video .swiper-slide:hover .thumbs {
	background-color: var(--main_color);
	color: #fff;
}
.video_gallery {
	height: 5rem;
	width: 100%;
}
.video_gallery .video_video {
	height: 5rem;
}

/* btn */
.btn_box {
	position: relative;
	height: 0.56rem;
	margin-top: 0.18rem;
}
.btn_box .video_prev::after,
.btn_box .video_next::after {
	color: #191919;
	font-size: 0.18rem;
	transform: rotate(90deg);
	font-weight: bold;
	transition: var(--transition);
}
.btn_box .video_prev,
.btn_box .video_next {
	border: 0.01rem solid #E9E3E3;
	position: static;
	flex: 0 0 50%;
	height: 100%;
	margin-top: 0;
	transition: var(--transition);
}
.btn_box .video_prev:hover,
.btn_box .video_next:hover {
	background-color: #E1E1E1;
}
.btn_box .video_prev:hover::after,
.btn_box .video_next:hover::after {
	color: var(--main_color);
}

/* 资源库按钮 */
.resource .common_center {
	padding-top: 0.75rem;
	padding-bottom: 0.4rem;
	border-bottom: 0.01rem solid var(--main_color);
}
.resource .flex_box .flex_box1 {
	flex: 0 0 auto;
}
.resource .flex_box .flex_box2 {
	flex: 0 0 0.3rem;
}
.resource .res_btn {
	background-color: var(--main_color);
	border-radius: 0.05rem;
	width: 3.2rem;
	line-height: 0.62rem;
	display: block;
	text-align: center;
	font-size: 0.3rem;
	color: #fff;
	font-weight: bold;
}
.resource .resource_text {
	font-size: 0.18rem;
	color: #010101;
}





/* 下载列表 */
.d_list {
    padding-top: 0.17rem;
}
.pdf_img {
    max-width: 0.51rem;
    padding-right: 0.2rem;
}
.d_title {
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.5rem;
    flex: 0 0 5.44rem;
    max-width: 5.44rem;
}
.d_list .item {
    flex: 0 0 100%;
}
.d_list .container {
    align-items: center;
    padding-left: 0.22rem;
    max-width: 7rem;
    padding-right: 0.25rem;
    transition: var(--transition);
}
.d_list .container:hover {
    background: rgba(245, 245, 245, 1);
}
.d_list .container:hover .d_btn {
    color: rgba(192, 1, 1, 1);
}
.d_list .container:hover .d_title {
    color: rgba(192, 1, 1, 1);
}
.d_btn {
    font-size: 0.16rem;
    color: #666666;
}
.d_btn::before {
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/profession/d1.png) no-repeat;
    background-size: 100%;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.06rem;
}





/* 联系我们 */
.contact {
	padding-top: 0.32rem;
	padding-bottom: 0.7rem;
}
.contact .common_center {
	padding-top: 0.5rem;
	padding-bottom: 0.51rem;
	background-color: #F5F5F5;
}
.contact .inner_title {
	text-align: center;
}
.contact .contact_box {
	margin-top: 0.35rem;
	height: 3.95rem;
}
.contact .contact_box > .flex_box1 {
	border-right: 0.01rem solid #DADADA;
	padding-left: 0.44rem;
	padding-right: 0.44rem;
}
.contact .contact_box > .flex_box2 {
	border-right: 0.01rem solid #DADADA;
}
.contact .contact_box > .flex_box1,
.contact .contact_box > .flex_box2,
.contact .contact_box > .flex_box3 {
	flex: 0 0 33.33%;
}
.contact .contact_box .title {
	font-size: 0.18rem;
	font-weight: bold;
	color: #333333;
}
.contact .contact_box .title::after {
	content: '';
	display: block;
	width: 0.31rem;
	height: 0.01rem;
	background-color: var(--main_color);
	margin-top: 0.1rem;
}

/* 销售代表 */
.contact .infor_box {
	margin-top: 0.25rem;
}
.contact .flex_box1 .infor_box .name {
	font-size: 0.16rem;
	color: #666666;
	margin-top: 0.16rem;
}
.contact .flex_box1 .infor_box .tel {
	color: var(--main_color);
	font-size: 0.16rem;
	margin-top: 0.08rem;
}
.contact .flex_box1 .infor_box .tel a {
	color: var(--main_color);
}


/* 申请样品 */
.contact .contact_box > .flex_box2 {
	padding-left: 0.55rem;
	padding-right: 0.55rem;
}
.contact .flex_box2 .infor_box > p {
	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 0.24rem;
}
.contact .flex_box2 .img {
	width: 0.69rem;
	height: 0.76rem;
	margin: 0.29rem auto 0;
}
.contact .flex_box2 .res_btn {
	background-color: var(--main_color);
	border-radius: 0.05rem;
	width: 2.4rem;
	line-height: 0.5rem;
	display: block;
	text-align: center;
	font-size: 0.18rem;
	color: #fff;
	margin-top: 0.25rem;
	margin-left: auto;
	margin-right: auto;
	transition: var(--transition);
}
.contact .flex_box2 .res_btn:hover {
	background-color: #fff;
	color: var(--main_color);
}

/* 二维码 */
.contact .flex_box3 {
	text-align: center;
}
.contact .flex_box3 .code {
	width: 1.4rem;
	height: 1.4rem;
	margin: 0 auto;
}
.contact .flex_box3 .code_name {
	font-size: 0.16rem;
	color: #666666;
	margin-top: 0.15rem;
	margin-bottom: 0.15rem;
}
.contact .flex_box3 .code_name2 {
	margin-top: 0.2rem;
}



@media only screen and (max-width: 1024px){
    .intro, 
    .video .common_center{
    padding:15px;
    width:100%;
}
.video_swiper.flex_box .flex_box3{
    width:100%;
    flex: 0 0 auto;
}
.video_swiper{
    
}
.inner_title{
    font-size: 15px !important;
}
.resource .resource_text, 
.video_swiper .swiper-slide .thumbs, 
.intro p{
    font-size: 14px !important;
}
.d_btn,
.d_title{
   font-size: 12px !important;
       text-wrap: nowrap;
}
.intro .banner{
    height: 150px;
    margin-top: 15px;
}
.video_swiper{
    flex-direction: column;
}
.video_swiper .swiper-slide img{
    object-fit: contain;
}
.resource .common_center{
    padding-top:0;
    padding-bottom:15px;
    
    overflow:auto;
}
.resource .resource_text{
    white-space: nowrap;
}
.contact .contact_box > .flex_box2{
    border-right: none;
}
}