﻿/*pro*/
.pro{position: relative;background-color: #f8f8f8;}
.pro .flex-sb{flex-wrap: wrap;}
.pro .sidebar{top:-92px;position: relative;}
.pro .sidebar .sub-nav{padding:20px 0;}
.pro .sidebar .sub-nav li{padding: 0;}
.pro .sidebar .sub-nav li:first-child{}
.pro .sidebar .sub-nav li a{line-height:50px;}
.pro .sidebar .sub-nav li a i{font-size: 2.2rem;margin-right: 10px;top:2px;position: relative;}
.pro .sidebar .sub-nav li a:hover,.pro .sidebar .sub-nav li a.cur{color: #FFCC00;}
.pro .sidebar .sub-nav li .pro-list-nav{border-top:1px solid #e9ecef;margin: 5px 20px;padding: 0 10px;}
.pro .sidebar .sub-nav li:last-child .pro-list-nav{border-bottom: none;}
.pro .sidebar .sub-nav li .pro-list-nav a{
	display: block;
	background-color: transparent;
	margin-bottom:0;
	font-size: 15px;
	font-weight: 500;
	color:#868e96;
	line-height: 35px;
	font-family: "Microsoft YaHei";
	border-bottom: none;
}
.pro .sidebar .sub-nav li .pro-list-nav a:hover,.pro .sidebar .sub-nav li .pro-list-nav a.cur{color: #FFCC00;}
.pro .pro-main{width:75%;margin: 0 0 50px auto;}
.pro .pro-main .pro-text{padding:10px 30px 30px 30px;}
.pro .location {
	line-height: 40px;
	color: #999;
	position: relative;
	text-align: right;
	border-bottom: 1px solid #eee;
	font-family: "Microsoft YaHei";
	font-size: 15px;
}
.showpro .location{border-bottom:none;}
.pro .location .icon-jiating-{font-size:2rem;}
.pro .location .icon-weimingmingwenjianjia_jiantou{font-size:1.5rem;padding: 25px 0;}
.pro .location a {
	color: #999;
	text-decoration: none;
	font-family: "Microsoft YaHei";
	font-size: 15px;
}
.pro .location a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.pro .pro-title{font-size:25px;font-weight: 600;color:#495057;position: relative;padding: 15px 0;}
.pro .pro-title i{font-size: 2.8rem;margin-right: 10px;font-weight: 500;}
.pro .pro-list{
	padding: 15px 0 30px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pro .pro-list li{
	width: 32%;
	margin-right: 2%;
	margin-bottom:2%;
	background-color: #ffffff;
	-webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
}
.pro .pro-list li:nth-child(3n){margin-right: 0;}
.pro .pro-list li a{display: block;position: relative;padding: 15px;height: 100%;}
.pro .pro-list li a .img{text-align: center;width: 100%;padding-bottom: 20px;}
.pro .pro-list li a .img img{width: 100%;}
.pro .pro-list li a .info{font-size: 18px;font-weight: 500;font-family: "Microsoft YaHei";text-align: center;padding:20px 10px;color: #495057;position: absolute;width: 100%;left: 0;bottom: 0;}
.pro .pro-list li:hover{
	transform: translate3d(0, -10px, 0);
	-webkit-transform: translate3d(0, -10px, 0);
}
.pro .pro-list li a:hover .info span{background-color:#FFCC00;border: none;color: #fff;}
@media (max-width: 992px) {
	.pro{width: 100%;padding: 0 0 20px 0}
	.pro .sidebar{top:0;width:100%;}
	.pro .sidebar .sub-nav li .pro-list-nav{margin: 5px 10px;padding: 0 10px;}
	.pro .sidebar .sub-nav li .pro-list-nav a{font-size: 1.6rem;line-height:3.5rem;font-weight: 600;}
	.pro .pro-main{width:100%;margin: 0;padding: 0;}
	.pro .location{font-size: 1.2rem;padding: 0;text-align: left;}
	.pro .location a{font-size: 1.2rem;}
	.pro .pro-title{font-size: 1.8rem;font-weight: 700;padding:5px 0;}
	.pro .pro-title i{font-size: 2.2rem;margin-right:5px;}
	.pro .pro-list{padding:10px 0;}
	.pro .pro-list li{width:49%;margin-right:2%;margin-bottom:2%}
	.pro .pro-list li:nth-child(2n){margin-right:0;}
	.pro .pro-list li:nth-child(3){margin-right: 2%;}
	.pro .pro-list li a .info{font-size: 1.4rem;padding:10px 0;}
	.pro .pro-list li:hover{
		box-shadow:none;
		-webkit-box-shadow: none;
		-webkit-transform: translate3d(0, -0, 0);
		transform: translate3d(0, 0, 0)
	}
}
/*showpro-info*/
.showpro-info{
	background-color: #fff;
	-webkit-box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.05);
	padding:50px 30px;
	margin-bottom:4%;
}
.showpro-info .info{width: 50%;}
.showpro-info .img{width: 45%;margin-right: 5%;border-right: 1px solid #eee;}
.showpro-info .img img{width:100%;padding-right: 20px;}
.showpro-info .info-ul{border-bottom: 1px dashed #ddd;padding-bottom: 10px;margin-bottom: 10px;}
.showpro-info .info-ul li{margin-bottom:15px;}
.showpro-info .info-ul li p{font-size: 16px;line-height: 25px;font-family: "Microsoft YaHei";color: #495057}
.showpro-info .info-ul li p a{font-size: 16px;line-height: 25px;font-family: "Microsoft YaHei";color: #495057}
.showpro-info .info-ul li p b{font-family: "Microsoft YaHei";font-size: 18px;}
.showpro-info .info-text{font-size: 16px;line-height: 25px;font-family: "Microsoft YaHei";color:#868e96;margin-bottom: 10px;}
.showpro-info .info-text b{font-family: "Microsoft YaHei";font-size: 18px;display: block;margin-bottom: 10px;color:#495057 }
.showpro-info .info-text p{font-size: 16px;line-height: 25px;font-family: "Microsoft YaHei";color:#868e96;}
.showpro-info .info-btn{padding-top: 30px;}
.showpro-info .info-btn a{width:48.5%;line-height: 45px;border-radius: 30px;display: block;margin-right:3%;
	background-image: linear-gradient(125deg,#b7ddfb,#82b1ff);
	box-shadow: 0 10px 25px rgba(130, 177, 255, 0.38);
	-webkit-box-shadow: 0 10px 25px rgba(130, 177, 255, 0.38);
	text-align: center;color:#fff;font-size: 18px;font-weight:500;
}
.showpro-info .info-btn a i{font-size:2.6rem;display: inline-block;vertical-align: middle;margin-right:5px;position: relative;top:-2px;}
.showpro-info .info-btn a:last-child{
	margin-right: 0;
	background-image: linear-gradient(147deg, #fdd000 20%, #f08200 100%);
	box-shadow: 0 5px 20px rgba(243, 179, 4, 0.35);
}
@media (max-width: 1440px) {
	.showpro-info .img{width:35%;}
	.showpro-info .img .info{width:60%;}
	.showpro-info .info-btn a{width:160px;line-height: 40px;font-size: 16px}
	.showpro-info .info-btn a:last-child{font-size:16px;}
	.showpro-info .info-btn a span{font-size:20px;;}
	.showpro-info .info-btn a:last-child i{font-size: 2.2rem;}
	.showpro-info .info-btn a i{font-size:2.2rem;}
}
@media (max-width: 992px) {
	.showpro-info{padding:20px 20px;margin-bottom:4%;flex-wrap: wrap}
	.showpro-info .info{width:100%;}
	.showpro-info .img{width: 100%;margin-right: 0;border-right:none;}
	.showpro-info .img img{width:100%;padding-right: 20px;}
	.showpro-info .info-ul li{margin-bottom:10px;}
	.showpro-info .info-ul li p{font-size: 1.4rem;line-height: 2.2rem;}
	.showpro-info .info-ul li p a{font-size: 1.4rem;line-height: 2.2rem;}
	.showpro-info .info-ul li p b{font-size: 1.4rem;}
	.showpro-info .info-text{font-size:1.4rem;line-height: 2.2rem;}
	.showpro-info .info-text b{font-size: 1.4rem; }
	.showpro-info .info-text p{font-size: 1.4rem;line-height: 2.2rem;}
	.showpro-info .info-btn{padding-top:20px;}
	.showpro-info .info-btn{padding:20px 0 20px 0;flex-wrap: wrap;}
	.showpro-info .info-btn a{width:47.5%;line-height:40px;border-radius:20px;font-size:1.5rem;color:#fff;margin-right:5%;}
	.showpro-info .info-btn a:last-child{font-size:1.5rem;color: #495057;margin-right: 0}
	.showpro-info .info-btn a span{font-size:1.5rem;}
	.showpro-info .info-btn a:last-child i{font-size:2rem;}
	.showpro-info .info-btn a i{font-size:2rem;}
}

.showpro-cont{
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 254, 0.06);
	box-shadow: 0 0 10px 2px rgba(79, 172, 254, 0.06);
}
.showpro-cont .tab-content{padding: 30px;}
.showpro-cont .nav-tabs{border: none!important;line-height:45px;height:51px;border-bottom:1px solid #eee!important;}
.showpro-cont .nav-tabs li{border: none!important;line-height: 35px;height: 45px;margin-right:0;}
.showpro-cont .nav-tabs li:hover{border: none!important;outline: none;}
.showpro-cont .nav-tabs li a{border-radius: 0;background-color:#fff;border: none!important;outline: none;font-size:20px;color:#495057;font-weight:500;line-height:45px;height:50px;padding:5px 30px 15px 30px;}
.showpro-cont .nav-tabs li a:hover,.showpro-cont .nav-tabs li.active a{background-color: #FFCC00;color:#212529;}
.showpro-cont .nav-tabs li a:hover:after,.showpro-cont .nav-tabs li.active a:after{
	content: '';left: 50%;margin-left: -8px;bottom: -8px;position: absolute;
	width:0;
	height:0;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-top:8px solid #FFCC00;
}
.showpro-cont .nav-tabs li a:hover,.showpro-cont .nav-tabs li a:link,.showpro-cont .nav-tabs li a:visited,.showpro-cont .nav-tabs li a:focus{border: none!important;outline: none}
.showpro-cont .text{font-size: 16px;line-height: 26px;color: #495057;padding: 20px 0;font-family: "Microsoft Yahei";}
.showpro-cont .text p{font-size: 16px;line-height: 26px;color: #495057;font-family: "Microsoft Yahei";}
.showpro-cont .text img,.showpro-cont .text p img{max-width: 100%;width: auto;}
@media (max-width: 992px) {
	.showpro-cont .tab-content{padding:20px;overflow: hidden;border-radius: 8px;}
	.showpro-cont .nav-tabs{line-height:35px;height: 46px;}
	.showpro-cont .nav-tabs li{line-height: 45px;height: 45px;margin-right:0;width: 25%;text-align: center}
	.showpro-cont .nav-tabs li:hover{border: none!important;outline: none}
	.showpro-cont .nav-tabs li a{font-size:1.6rem;font-weight:600;padding:0;}
	.showpro-cont .text{font-size:1.4rem;line-height:2.2rem;padding:10px 0;}
	.showpro-cont .text p{font-size: 1.4rem;line-height:2.2rem;}
}