@charset "utf-8";

.base_menu .base_menu_inner{
	width: 100%;
}
.base_menu .base_menu_nav{
	width: 12.5%;
	line-height: 22px;
}

.pro_title{
	padding-top: 70px;
	padding-bottom: 60px;
}
.pro1_box{
	padding-bottom: 100px;
}
.pro1_menu{
	width: 100%;
}
.pro1_menu .pro1_menu_nav{
	font-size: 18px;
	color:#333;
	margin-right: 20px;
	cursor: pointer;
	margin-bottom: 20px;
	width: calc((100% - 160px) / 9);
	height: 54px;
	text-align: center;
	border:1px solid #dad7d7;
	background: #f8f8f8;
	box-sizing: border-box;
	border-radius: 8px;
}
.pro1_menu .pro1_menu_nav:nth-child(9n){
	margin-right: 0;
}
.pro1_menu .pro1_menu_nav.on,
.pro1_menu .pro1_menu_nav:hover{
	color:#f1641c;
	border:1px solid #f1641c;
	background: #fff;
}
.pro1_box .pro1_inner{
	margin-top: 20px;
}
.pro1_box .pro1_nav{
	width: calc((100% - 90px) / 4);
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
  	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  	margin-right: 30px;
  	padding-bottom: 36px;
}
.pro1_box .pro1_nav:nth-child(4n){
	margin-right: 0;
}
.pro1_box .pro1_nav .pro1_nav_img{
	width: 100%;
	height: 313px;
}
.pro1_box .pro1_nav .pro1_nav_img .img{
	max-width: 80%;
	max-height: 80%;
}
.pro1_box .pro1_nav .pro1_nav_title{
	text-align: center;
	font-size: 24px;
	color:#333333;
	padding: 0 40px;
}
.pro1_box .pro1_nav:hover .pro1_nav_title{
	color:#f1641c;
}
.pro1_box .pro1_nav .pro1_nav_subtitle{
	text-align: center;
	color:#666666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 25px;
	height: 56px;
	padding: 0 40px;
}
.pro1_box .pro1_nav .pro1_nav_arrow{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin: auto;
	background:#efefef url(../img/arrow_right6.png) no-repeat center center;
	background-size: auto;
	margin-top: 14px;
}
.pro1_box .pro1_nav:hover .pro1_nav_arrow{
	background:#f1641c url(../img/arrow_right7.png) no-repeat center center;
	background-size: auto;
}
.product_page{
	padding-top: 24px;
}
.pro2_box{
	padding-top: 56px;
}

.pro2_box .pro2_inner{
	width: 100%;
}
.pro2_box .pro2_nav{
	width: calc((100% - 56px) / 2);
	margin-bottom: 56px;
	background: #fff;
	border-radius: 10px;
  	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  	margin-right: 56px;
  	padding:42px 46px 36px 46px;
  	box-sizing: border-box;
}
.pro2_box .pro2_nav:nth-child(2n){
	margin-right: 0;
}
.pro2_box .pro2_nav .pro2_nav_img{
	width: 100%;
	height: 22.6vw;
	border-radius: 10px;
	overflow: hidden;
}
.pro2_box .pro2_nav .pro2_nav_img .img{
	width: 100%;
	transition: all 0.6s;
}
.pro2_box .pro2_nav:hover .pro2_nav_img .img{
	transform: scale(1.1);
}
.pro2_box .pro2_nav .pro2_nav_title{
	text-align: center;
	font-size: 24px;
	color:#333333;
	padding: 0 40px;
	margin-top: 36px;
}
.pro2_box .pro2_nav:hover .pro2_nav_title{
	color:#f1641c;
}
.pro2_box .pro2_nav .pro2_nav_subtitle{
	text-align: center;
	color:#666666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 25px;
	height: 56px;
	padding: 0 40px;
	word-break:keep-all;/* 保持单词完整 */
}

.pro2_box .pro2_nav .pro2_nav_arrow{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin: auto;
	background:#efefef url(../img/arrow_right6.png) no-repeat center center;
	background-size: auto;
	margin-top: 14px;
}
.pro2_box .pro2_nav:hover .pro2_nav_arrow{
	background:#f1641c url(../img/arrow_right7.png) no-repeat center center;
	background-size: auto;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {
	.pro1_box .pro1_nav .pro1_nav_title{
		padding: 0 30px;
	}
	.pro1_box .pro1_nav .pro1_nav_subtitle{
		padding: 0 30px;
	}
	.pro2_box .pro2_nav .pro2_nav_img{
		height: 22.5vw;
	}
	.pro2_box .pro2_nav .pro2_nav_subtitle {
	    padding: 0 30px;
	}
}

@media screen and (max-width: 1681px) {
	.pro1_box .pro1_nav .pro1_nav_title{
		padding: 0 20px;
	}
	.pro1_box .pro1_nav .pro1_nav_subtitle{
		padding: 0 20px;
	}
	.pro2_box .pro2_nav .pro2_nav_subtitle {
	    padding: 0 20px;
	}
	.pro1_menu .pro1_menu_nav{
		font-size: 14px;
	}
}

@media screen and (max-width: 1450px) {
	.pro1_box .pro1_nav .pro1_nav_img{
		height: 260px;
	}
	.pro2_box .pro2_nav .pro2_nav_img{
		height: 23.6vw;
	}
	.pro2_box .pro2_nav {
	    padding: 20px;
	}
	.pro1_menu .pro1_menu_nav{
		width: calc((100% - 140px) / 8);
	}
	.pro1_menu .pro1_menu_nav:nth-child(9n){
		margin-right: 20px;
	}
	.pro1_menu .pro1_menu_nav:nth-child(8n){
		margin-right: 0;
	}
}

@media screen and (max-width: 1335px) {
	.pro2_box .pro2_nav .pro2_nav_img{
		height: 23.6vw;
	}
}

@media screen and (max-width: 1200px) {
	.pro2_box{
		padding-top: 10px;
	}
	.pro_title {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.pro1_menu .pro1_menu_nav {
	    font-size: 14px;
	    line-height: 14px;
	    margin-right: 10px;
	    margin-bottom: 10px;
	    width: calc((100% - 50px) / 6);
	}
	.pro1_menu .pro1_menu_nav:nth-child(9n){
		margin-right: 10px;
	}
	.pro1_menu .pro1_menu_nav:nth-child(8n){
		margin-right: 10px;
	}
	.pro1_menu .pro1_menu_nav:nth-child(6n){
		margin-right: 0;
	}
	
	.pro1_box .pro1_inner {
	    margin-top: 20px;
	}
	.pro1_box {
	    padding-bottom: 20px;
	}
	.product_page {
	    padding-top: 14px;
	}
	
	.pro2_box .pro2_nav{
		width: calc((100% - 10px) / 2);
		margin-bottom: 10px;
	  	margin-right: 10px;
	}
	.pro2_box .pro2_nav .pro2_nav_img{
		height: 28.5vw;
	}
	.pro2_box .pro2_nav .pro2_nav_title {
	    font-size: 16px;
	    padding: 0 10px;
	    margin-top: 20px;
	}
	.pro2_box .pro2_nav .pro2_nav_subtitle {
	    font-size: 14px;
	    line-height: 24px;
	    margin-top: 10px;
	    height: 48px;
	    padding: 0 10px;
	}
}

@media screen and (max-width: 1100px) {
	
}

@media screen and (max-width: 1000px) {
	.pro1_box .pro1_nav .pro1_nav_img{
		height: 160px;
	}
	.pro1_box .pro1_nav .pro1_nav_title {
	    font-size: 16px;
	    padding: 0 10px;
	}
	.pro1_box .pro1_nav .pro1_nav_subtitle {
	    font-size: 14px;
	    line-height: 24px;
	    margin-top: 10px;
	    height: 48px;
	    padding: 0 10px;
	}
	.pro1_box .pro1_nav .pro1_nav_arrow {
	    width: 32px;
	    height: 32px;
	    background-size: 12px auto;
	}
	.pro1_box .pro1_nav:hover .pro1_nav_arrow {
	    background-size: 12px auto;
	}
	.pro2_box .pro2_nav .pro2_nav_arrow {
	    width: 32px;
	    height: 32px;
	    background-size: 12px auto;
	}
	.pro2_box .pro2_nav:hover .pro2_nav_arrow {
	    background-size: 12px auto;
	}
}

@media screen and (max-width: 768px) {
	.pro1_box .pro1_nav .pro1_nav_img{
		height: 160px;
	}
	.pro1_box .pro1_nav {
	    width: calc((100% - 10px) / 2);
	    margin-bottom: 10px;
	    background: #fff;
	    border-radius: 10px;
	    margin-right: 10px;
	    padding-bottom: 20px;
	}
	.pro1_box .pro1_nav:nth-child(4n){
		margin-right: 10px;
	}
	.pro1_box .pro1_nav:nth-child(2n){
		margin-right: 0;
	}
	.base_menu .base_menu_nav:first-child{
		border-left: 1px solid #e2e2e2;
	}
	.base_menu .base_menu_nav:last-child{
	    border-right: 1px solid #e2e2e2;
	}
	.pro2_box .pro2_nav .pro2_nav_img {
	    height: 26.6vw;
	}
	.pro2_box .pro2_nav {
	    padding: 0 0 10px 0;
	}
	.pro2_box .pro2_nav .pro2_nav_title {
	    margin-top: 10px;
	}
	.pro1_menu .pro1_menu_nav {
	    width: calc((100% - 20px) / 3);
	    height: 42px;
	}
	.pro1_menu .pro1_menu_nav:nth-child(9n){
		margin-right: 10px;
	}
	
	.pro1_menu .pro1_menu_nav:nth-child(8n){
		margin-right: 10px;
	}
	.pro1_menu .pro1_menu_nav:nth-child(6n){
		margin-right: 10px;
	}
	.pro1_menu .pro1_menu_nav:nth-child(3n){
		margin-right: 0;
	}
	
	.base_menu .base_menu_inner{
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
		font-size: 0;
		width: 100% !important;
		white-space: nowrap;
	}
	.base_menu .base_menu_nav{
		font-size: 12px !important;
		line-height: 12px !important;
		display: inline-block !important;
		vertical-align: middle;
		width: auto !important;
		line-height: 36px !important;
		padding: 0 10px !important;
	}
}
@media screen and (max-width: 600px) {
	.base_menu .base_menu_nav{
		font-size: 9px;
	}
}
@media screen and (max-width: 414px) {
	.pro1_box .pro1_nav .pro1_nav_img {
	    height: 120px;
	}
}

@media screen and (max-width: 380px) {
	
}

@media screen and (max-width: 330px) {
	
}
