/* banner */
.banner .banner_img {
	position: relative;
	height: 5rem;
}
.banner .banner_img::after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(114deg, #030303 0%, rgba(128,128,128,0) 60%);
	position: absolute;
	top: 0;
	left: 0;
}
.banner .common_center {
	position: relative;
}
.banner .banner_info {
	position: absolute;
	left: 0.95rem;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.banner .banner_info .title {
	font-size: 0.36rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.52rem;
}
.banner .banner_info .des {
	font-size: 0.2rem;
	color: #FFFFFF;
	line-height: 0.26rem;
	margin-top: 0.68rem;
}


/* about */
.about {
	padding-top: .35rem;
}
.about .title {
	font-size: 0.3rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #010101;
}
.about .content {
	font-size: 0.16rem;
	font-weight: 400;
	color: #010101;
	line-height: 0.3rem;
	margin-top: .3rem;
}
.about .more {
	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: var(--main_color);
	margin-top: .3rem;
	position: relative;
	width: 1rem;
	display: block;
}
.about .more::after {
	content: '+';
	display: block;
	position: absolute;
	right: .44rem;
	top: 0;
	transition: .3s ease-in-out;
}
.about .more::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -0.09rem;
	width: 0%;
	height: 0.001rem;
	background-color: var(--main_color);
	right: 0;
	transition: .3s ease-in-out;
}
.about .more:hover::before {
	width: 100%;
}
.about .more:hover::after {
	right: 0;
}


/* material */
.material .common_center {
	padding-top: 0.7rem;
}
.material .title {
	font-size: 0.3rem;
	color: #010101;
	font-weight: bold;
}
.material .title_more.flex_box {
	align-items: center;
	justify-content: space-between;
}
.material .title_more .more {
	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: var(--main_color);
	position: relative;
	width: 1rem;
	display: block;
}
.material .title_more .more::after {
	content: '+';
	display: block;
	position: absolute;
	right: .44rem;
	top: 0;
	transition: .3s ease-in-out;
}
.material .title_more .more::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -0.09rem;
	width: 0%;
	height: 0.001rem;
	background-color: var(--main_color);
	right: 0;
	transition: .3s ease-in-out;
}
.material .title_more .more:hover::before {
	width: 100%;
}
.material .title_more .more:hover::after {
	right: 0;
}
.material .swiper-slide {
	flex: 0 0 25%;
	padding: 0 0.12rem;
}
.material .material_swiper {
	margin: 0 -0.12rem;
	margin-top: 0.3rem;
}
.material .material_swiper .scale-box {
    height: 2.25rem;
}
.material .material_swiper .title {
	font-size: 0.18rem;
	margin-top: 0.1rem;
}
.material .material_swiper .des {
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.28rem;
	margin-top: 0.1rem;
}


/* 资源库按钮 */
.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){
    .banner .banner_img{
    height:200px;
}
.banner .banner_info{
    left:5%;
    width:92%;
}

.material .common_center, 
.about{
    padding: 15px;
}
.material .title_more .more::after{
    right:0;
}
 

.resource .resource_text, 
.material .title_more .more, 
.about span{
        font-size: 14px !important;
        white-space: nowrap;
}
.material .swiper-slide{
    flex:0 0 50%;
}
.resource .common_center{
    overflow: auto;
}
.material .material_swiper .title, 
.material .material_swiper .des{
       font-size: 12px !important;
}
.d_btn, 
 
.d_title, 
.about p span{
    font-size: 12px !important;
      white-space: nowrap;
}
.resource .common_center{
    padding-top: 15px;
    padding-bottom:15px;
}
}