@media screen and (max-width: 1300px){
	body{min-width: auto;}
	.wrapper{width: 100%;}

	.header .logo{padding-left: 15px;}

	.container-fluid{padding: 60px 20px;}

	.product_list li{padding: 0 8px;}
	.product_list li a{width: 270px;}
	.product_list .cover{height: 270px;}

	.pro-row a{width: 260px;}
	.pro-row .img{height: 260px;}

	.footer-top{padding: 40px 15px;}
}

@media screen and (max-width: 1150px){
	.product_list li a{width: 220px;}
	.product_list .cover{height: 220px;}

	.pro-row a{width: 220px;}
	.pro-row .img{height: 220px;}
}

@media screen and (max-width:969px){
	.product_list li a{width: 190px;}
	.product_list .cover{height: 190px;}

	.pro-row a{width: 190px;}
	.pro-row .img{height: 190px;}

}

@media screen and (max-width: 768px){
	body{min-width: auto;}
	.wrapper{width: 100%;}
}

*{margin: 0;padding: 0;}
html,body{height: 100%;}
body{font-size: 14px;font-family: Microsoft YaHei,SimSun;}
div,p,span,a,img,ul,li,dl,dd,dt,h1,h2,h3,h4,h5,h6,input,textarea,text,select,em,strong,b,table,thead,tbody,td,th,video,sub,sup,:before,:after,svg,rect{box-sizing: border-box;}
body,h1,h2,h3,h4,h5,h6,ul,li,dl,dd,dt{margin: 0;padding: 0;font-weight: normal;list-style: none;}
a{text-decoration: none;color: inherit;}
ul{list-style: none;}
img{vertical-align: top;}
.container-fluid{padding: 60px 20px;}

.wrapper{width: 1300px;margin: 0 auto;}

/*主box*/
.box_main{background: #fff;border-radius: 28px;min-height: 600px;display: flex;margin-top: 60px;}
.box_left{width: 200px;margin-right: 40px;}
.box_right{flex: 1;overflow: hidden;}

/*left菜单*/
.box_left .tit{background-color: #1a5d99;border-radius: 16px 16px 0 0;height: 60px;line-height: 60px;text-align: center;font-size: 18px;color: #fff;}
.lmenu li{border: 1px solid #ddd;border-top: 0;}
.lmenu a{display: block;line-height: 44px;text-align: center;transition: all 0.3s;font-size: 15px;}
.lmenu a:hover,
.lmenu .cur{color: #1a5d99;background-color: rgba(26,93,153, 0.08);font-weight: bold;}

/*产品列表*/
.product_list{display: flex;flex-wrap: wrap;}
.product_list li{width:33.33%;margin-bottom: 20px;}
.product_list li a{width: 300px;margin: 0 auto;display: block;}
.product_list .cover{width: 100%;height: 300px;overflow: hidden;transition: .4s ease all;position: relative;}
/*.product_list .cover:after{content: '';display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;border: 1px #f5f5f5 solid;border-bottom: 0;}*/
.product_list .cover img{width: 100%;height: 100%;transition: .4s ease-in-out;transform: scale(1);object-fit: cover;}
.product_list a:hover .cover:after{border-color: rgba(28,95,154, 0.3);}
.product_list a:hover .cover img{transform: scale(1.1);}
.product_list .name{line-height: 38px;color: #555;text-align: center;padding: 0 15px;transition: .4s ease all;font-size: 15px;}
.product_list a:hover .name{color: #1A5D99;}

/*产品详情*/
.pro_show{padding-left: 40px;}
.pro_show .content{padding: 0 40px 40px;}
.pro_show .content img{max-width: 100%;}
.pro_show .content td{height: 32px;padding: 5px 8px;}
.pro_show .content table tr:first-child td{height: 50px;}
/*.pro_show .content{background-image: linear-gradient(to right bottom,#eaeaea,#d5d5d5);padding: 40px;}*/
.pro_info{display: flex;margin-bottom: 50px;}
.pro_info .cover{width: 360px;border: 1px solid #dadada;position: relative;}
.pro_info .info{flex: 1;padding-top: 30px;text-align: center;}
.pro_info .tit{font-size: 28px;line-height: 1.25;margin-bottom: 20px;font-weight: bold;}
.pro_info .cover img{width: 100%;height: auto;}
.pro_info .cover .loupe{position: absolute;bottom: 10px;left: 10px;font-size: 20px;height: 40px;width: 40px;border: #666 1px solid;border-radius: 20px;text-align: center;display: flex;align-items: center;justify-content: center;}
.pro_info .social{border-top: #eee 1px solid;}
.pro_info .social .ico{border: #ddd 1px solid;display: inline-block;margin: 8px;width: 40px;height: 40px;line-height: 40px;border-radius: 20px;}
.pro_info p{font-size: 17px;line-height: 1.8;text-align: justify;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 9;}

@media screen and (max-width: 768px){
	body{min-width: auto;}
	.wrapper{width: 100%;}
	.box_main{margin-top: 20px;padding: 0;flex-direction: column;min-height: auto;}
	/*left菜单*/
	.box_left{width: 100%;margin: 0;}
	.box_left .tit{display: none;}
	.lmenu{display: flex;flex-wrap: wrap;}
	.lmenu .cur{color: #fff;background-color: #1a5d99;border-color: #1a5d99!important;}
	.lmenu li{border: 1px solid #ddd!important;margin: 5px;border-radius: 18px;width: calc(33.33% - 10px);height: 36px;display: flex;align-items: center;justify-content: center;}
	.lmenu a{line-height: 1.3;}

	/*right内容*/
	.content{}
	.content .title{font-size: 30px;font-weight: 600;text-align: center;margin-bottom: 18px;margin-top: 50px;}
	.content .date{color: #484b4c;text-align: center;margin-bottom: 36px;font-family: Arial;}
	.content .detail{padding: 20px;}
	.content .info-detail{padding: 50px 20px;}
	.content .detail p{line-height: 2;font-size: 16px;color: #444;text-align: justify;}
	.content .detail img{max-width: 100%;}
	/*产品列表*/
	.product_list{}
	.product_list li{margin: 10px 20px 10px 0;width: calc(50% - 20px);}
	.product_list li a{width: 156px;}
	.product_list .cover{width: 156px;height: 156px;}
	.product_list .name{padding: 0;line-height: 20px;margin-top: 8px;font-size: 14px;}

	/*产品详情*/
	.pro_show{padding: 20px;}
	.pro_info{flex-direction: column-reverse;margin-bottom: 20px;}
	.pro_info .info{margin: 0;padding: 15px 0;}
	.pro_info .tit{font-size: 24px;}
	.pro_info p{font-size: 15px;line-height: 1.6;text-align: justify;}
	.pro_info .cover{width: 100%;height: auto;}
	.pro_tabs{margin-bottom: 20px;}
	.pro_tabs .tabs{width: 100%;flex: 1;line-height: 50px;}
	.pro_tabs .tabs.btn{margin: 0 5px;padding: 12px 30px 12px 10px;font-size: 14px;width: 124px;}
	.pro_tabs .tabs.btn:after{right: 8px;}
	.pro_show .content{padding: 0 0 40px;}
	.pro-show-title{margin: 35px 0;}
}