@media(max-width: 683px) {
	.banner_da {
		display: none;
	}
}

@media(min-width: 684px) {
	.banner_xiao {
		display: none;
	}
}

.pro_anniu .shouce {
	display: inline-block;
	position: relative;
	transition: all .2s linear;
}

.pro_anniu img {
	/* display: none; */
	width: 180px;
	height: 0px;
	position: absolute;
	bottom: 60px;
	right: 15%;
	transition: all .2s linear;
}

.pro_anniu .shouce:hover img {
	display: block;
	height: 240px;
	transition: all .2s linear;
}

@media(max-width:575px) {
	.banner_xiao {
		background-image: linear-gradient(90deg, rgba(147, 147, 148, 0.91) 0%, rgba(70, 70, 73, 0.91) 100%);
		padding: 20px 15px;
	}

	.banner_xiao .nav-tabs {
		border-bottom: none;
		margin-bottom: 25px;
		padding: 0;
	}

	.nav-tabs>li {
		width: 33.333%;
	}

	.banner_xiao .nav-tabs>li>a {
		border: solid 1px #979797;
		padding: 10px 18px;
	}

	.banner_xiao .nav-tabs>li>a:hover {
		border-color: transparent;
	}

	.banner_xiao .nav>li>a:hover {
		background-color: transparent;
	}

	.nav-tabs>li>a>img {
		height: 120px;
	}

	@media(min-width:388px) {
		.banner_xiao .nav-tabs>li>a {
			display: flex;
			justify-content: center;
		}

		/* .nav-tabs>li>a>.mtw_xiao1 {
      width: 68px;
    }
    .nav-tabs>li>a>.mtw_xiao2 {
      width: 83px;
    }
    .nav-tabs>li>a>.mtw_xiao3 {
      width: 71px;
    } */
	}

	@media(min-width: 445px) {
		.nav-tabs>li {
			display: flex;
			justify-content: center;
		}

		.banner_xiao .nav-tabs>li>a {
			width: 136px;
		}
	}

	.nav-tabs>li.active>a,
	.nav-tabs>li.active>a:focus,
	.nav-tabs>li.active>a:hover {
		border: solid 1px #d11a2d;
		background-color: transparent;
	}

	.banner_xiao_des h1 {
		font-size: 30px;
		padding-bottom: 10px;
		color: #ffffff;
		border-bottom: 1px solid #b3b7bb;
	}

	.banner_xiao_des .banner_line {
		height: 5px;
		background-color: #d11a2d;
		width: 50%;
		margin-top: -20px;
	}

	.banner_xiao_des p {
		font-size: 14px;
		color: #ffffff;
		line-height: 28px;
	}

	.pro_tedian {
		text-align: center;
		padding: 20px;
		background-color: #d11a2d;
	}

	.pro_tedian p {
		font-size: 14px;
		line-height: 28px;
		color: #ffffff;
	}

	.pro_tedian .pro_tedian_tit {
		font-size: 22px;
		line-height: 24px;
		color: #f6f6f6;
	}

	.pro_zhuanli {
		margin-top: 30px;
	}

	.pro_zhuanli .pro_zhuanli_tit {
		font-size: 16px;
		line-height: 28px;
		color: #ffffff;
	}

	.pro_zhuanli .pro_zlh {
		font-size: 14px;
		line-height: 24px;
		color: #ffffff;
		padding-bottom: 25px;
		border-bottom: 1px solid #b3b7bb;
	}

	.pro_anniu {
		text-align: center;
		margin-top: 30px;
	}

	.pro_anniu a {
		padding: 10px 20px;
		background-color: #d11a2d;
		font-size: 20px;
		color: #fffefe;
	}

	.pro_anniu .pro_tel {
		width: 290px;
		display: flex;
		align-items: center;
		padding: 0;
		margin: 0 auto;
		margin-top: 30px;
		font-size: 24px;
		color: #fff;
		font-weight: bold;
		border: 1px solid #d11a2d;
		margin-top: 20px;
		background-color: transparent;
	}

	.pro_anniu .pro_tel span {
		display: inline-block;
		padding: 5px;
		margin-right: 20px;
		font-size: 16px;
		color: #fffefe;
		background-color: #d11a2d;
	}

}

@media(min-width: 576px) {
	.banner_da {
		background-image: linear-gradient(90deg, rgba(147, 147, 148, 0.91) 0%, rgba(70, 70, 73, 0.91) 100%);
		/* padding: 20px 15px; */
	}

	.banner_da_row {
		padding: 20px;
	}

	.banner_da .nav-tabs {
		border-bottom: none;
		margin-bottom: 25px;
		padding: 0;
		/* margin-right: -25px; */
		/* padding-left: 50px; */
	}

	.nav-tabs>li {
		clear: both;
		margin-bottom: 15px;
	}

	.banner_da .nav-tabs>li>a {
		width: 136px;
		height: 136px;
		border: solid 1px #979797;
		padding: 5px;
		display: flex;
		justify-content: center;
	}

	.banner_da .nav-tabs>li>a:hover {
		border-color: transparent;
	}

	.banner_da .nav>li>a:hover {
		background-color: transparent;
	}

	.nav-tabs>li.active>a,
	.nav-tabs>li.active>a:focus,
	.nav-tabs>li.active>a:hover {
		border: solid 1px #d11a2d;
		background-color: transparent;
	}

	.banner_da_des {
		padding: 0;
	}

	.banner_da_des h1 {
		font-size: 38px;
		padding-bottom: 10px;
		color: #ffffff;
		/* border-bottom: 1px solid #b3b7bb; */
	}

	.banner_da_des .banner_line {
		height: 5px;
		background-color: #d11a2d;
		width: 50%;
		margin-top: -20px;
	}

	.banner_da_des p {
		font-size: 14px;
		color: #ffffff;
		line-height: 28px;
	}

	.pro_tedian {
		text-align: center;
		padding: 20px;
		background-color: #d11a2d;
	}

	.pro_tedian p {
		font-size: 16px;
		line-height: 28px;
		color: #ffffff;
	}

	.pro_tedian .pro_tedian_tit {
		font-size: 22px;
		line-height: 24px;
		color: #f6f6f6;
	}

	.pro_zhuanli {
		margin-top: 20px;
	}

	.pro_zhuanli .pro_zhuanli_tit {
		display: none;
		font-size: 16px;
		line-height: 28px;
		color: #ffffff;
	}

	.pro_zhuanli .pro_zlh {
		display: none;
		font-size: 14px;
		line-height: 24px;
		color: #ffffff;
		padding-bottom: 20px;
		padding-right: 70px;
		border-bottom: 1px solid #b3b7bb;
	}

	.pro_anniu {
		text-align: center;
		margin-top: 30px;
	}

	.pro_anniu a {
		float: left;
		margin-right: 10px;
		padding: 10px 20px;
		background-color: #d11a2d;
		font-size: 24px;
		color: #fffefe;
		border: 1px solid #d11a2d;
	}

	.pro_anniu .pro_tel {
		width: 290px;
		display: flex;
		align-items: center;
		padding: 0;
		margin: 0 auto;
		margin-right: 10px;
		/* margin-top: 20px; */
		font-size: 24px;
		color: #fff;
		font-weight: bold;
		background-color: transparent;
	}

	.pro_anniu .pro_tel span {
		display: inline-block;
		padding: 5px;
		margin-right: 20px;
		font-size: 16px;
		color: #fffefe;
		background-color: #d11a2d;
	}

}

@media(min-width: 768px) {
	.banner_da_row {
		padding: 30px 0;
	}

	.banner_da_des h1 {
		font-size: 48px;
	}

	.pro_tedian .pro_tedian_tit {
		font-size: 24px;
	}

	.pro_anniu a {
		float: left;
		margin-right: 20px;
	}

	.pro_anniu .pro_tel {
		margin-top: 0;
		margin-right: 20px;
	}
}

@media(min-width: 768px) and (max-width: 879px) {
	.banner_da_row {
		padding: 30px;
	}
}

@media(min-width: 880px) and (max-width:1199px) {
	.banner_da_row {
		padding: 100px 50px;
		margin: 0 auto;
	}

	.banner_da .nav-tabs {
		padding-left: 50px;
	}

	.tab-content img {
		display: inline-block;
		width: 585px;
	}
}

@media(min-width:1200px) and (max-width:1307px) {
	.pro_shouce {
		margin-top: 10px;
	}
}

@media(min-width:1200px) and (max-width:1367px) {
	.pro_anniu a {
		padding: 10px 20px;
		background-color: #d11a2d;
		font-size: 24px;
		color: #fffefe;
		border: 1px solid #d11a2d;
	}

	.pro_anniu .pro_tel {
		width: 290px;
		display: flex;
		align-items: center;
		padding: 0;
		margin: 0 auto;
		font-size: 24px;
		color: #fff;
		border: 1px solid #d11a2d;
		/* margin-top: 20px; */
		background-color: transparent;
	}

	.pro_shouce {
		margin-right: 0 !important;
		margin-left: 0;
	}
}

@media(min-width: 1200px) and (max-width:1307px) {
	.pro_shouce {
		margin-top: 10px;
	}
}

@media(min-width:1500px) {
	#myTabContent1 {
		padding: 0;
	}

	#myTabContent1 img {
		width: 560px;
		height: 560px;
		padding-right: 20px;
		margin-left: -10px;
	}

	.banner_da {
		background: url(/newcijd/images/2021product/banner_bg.jpg) 100% no-repeat;
		padding: 20px 0 17px;
		/* height: 700px; */
	}

	.banner_da_row {
		width: 1422px;
		height: 570px;
		margin: 0 auto;
	}

	.pro_tab {
		padding-top: 35px;
		padding-left: 0;
	}

	.pro_anniu a {
		float: left;
		margin-right: 30px;
	}

	.banner_da_des {
		padding-left: 17px;
	}
}

@media(min-width:1600px) {
	.banner_da {
		background: url(/newcijd/images/2021product/banner_bg.jpg) 100% no-repeat;
		padding: 2px 0 45px;
		height: 700px;
	}
}

/* 小导航开始 */
.pro_nav h2 {
	font-size: 30px;
	color: #333333;
}

.pro_nav nav {
	padding: 0;
}

.pro_nav .nav>li {
	float: left;
	height: 45px;
}

.pro_nav .navbar-default {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border-color: transparent;
}

.pro_nav .navbar-nav {
	margin: 0;
}

.pro_nav .navbar-default .navbar-nav>li>a {
	color: #333333;
	font-size: 14px;
}

.pro_nav .navbar-default .navbar-nav>.active>a {
	color: #333333;
	background: none;
	box-shadow: none;
	border-bottom: 3px solid #d11a2d;
}

.pro_nav .navbar-default .navbar-nav>li>a:hover {
	color: #333333;
	border-bottom: 3px solid #d11a2d;
}

.pro_daohang {
	background-color: #ffffff;
	z-index: 10001;
}

@media (min-width:768px) {
	.pro_nav .navbar-nav {
		position: absolute;
		right: 0;
	}

	.pro_daohang {
		border-bottom: 1px solid #f6f6f6;
		background-color: #ffffff;
		z-index: 10001;
	}

	.pro_nav {
		display: flex;
		align-items: center;
		/* border-bottom: 1px solid #f6f6f6; */
		padding: 0;
		padding-top: 20px;
		padding-bottom: 5px;
		margin: 0 auto;
	}

	.pro_nav h2 {
		margin: 0;
		font-size: 28px;
		color: #333333;
	}

	.pro_nav .nav>li {
		padding-top: 9px;
	}

	.pro_nav .navbar-default .navbar-nav>li>a {
		height: 45px;
	}
}

@media (min-width:992px) {
	.pro_nav h2 {
		margin: 0;
		font-size: 30px;
		color: #333333;
	}
}

/* 应用领域 */
.pro_area h2 {
	text-align: center;
	font-size: 36px;
	line-height: 14px;
	color: #333333;
	margin: 0;
	padding: 50px 0 35px;
}

.pro_area .pro_area_det {
	margin-bottom: 30px;
}

.pro_area .pro_area_det img {
	width: 100%;
	transition: all .8s ease 0s;
}

.pro_area .pro_area_det p {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin: 0;
}

.pro_area .pro_area_det p a {
	color: #333333;
	font-size: 18px;
}

.pro_area_det .area_det_des {
	margin-bottom: 15px;
}

.pro_area_det .area_det_des a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.pro_area_det .area_det_des:hover a img {
	transform: scale(1.1, 1.1);
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	overflow: hidden;
}

.pro_area .pro_area_det .miaoshu {
	background-color: #f6f6f6;
	padding: 15px;
	overflow: hidden;
}

.pro_area .pro_area_det .miaoshu_more {
	background-color: #d11a2d;
	font-size: 18px;
	color: #ffffff;
}

.pro_area .pro_area_det .miaoshu_more a {
	color: #ffffff;
}

@media(max-width:419px) {
	.pro_area .pro_area_det p {
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media(max-width: 420px) {
	.area_det_des {
		width: 100%;
	}
}

@media(min-width:768px) {
	.pro_area h2 {
		font-size: 36px;
	}

	.pro_area .pro_area_det p {
		padding: 15px 0;
	}

	.pro_area .pro_area_det .miaoshu {
		padding: 15px;
	}
}

.pro_wuliao ul {
	margin-bottom: 0px;
}

.pro_wuliao p a {
	color: #333333;
}

.pro_wuliao p a:hover {
	color: #d11a2d;
}

@media(max-width:991px) {
	.pro_wuliao ul {
		margin-right: -10px;
	}
}

.pro_wuliao p {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	text-align: center;
	background-color: #f6f6f6;
	padding: 15px;
}

.pro_wuliao .pro_wuliao1 {
	float: left;
	list-style: none;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 10px;
}

.pro_wuliao .pro_wuliao1 a {
	display: block;
}

.pro_wuliao .pro_wuliao1 a img {
	width: 100%;
}

.pro_wuliao .pro_wuliao1 h3 {
	font-size: 24px;
	line-height: 14px;
	color: #ffffff;
	background-color: #d11a2d;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro_wuliao .pro_wuliao1 span {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	background-color: #d11a2d;
	text-align: center;
	padding: 5px;
}

@media(min-width:576px) {
	.pro_wuliao .pro_wuliao1 {
		width: 33.3333%;
	}
}

@media(min-width: 768px) {
	.pro_wuliao .pro_wuliao1 {
		padding: 0;
	}

	.pro_wuliao .pro_wuliao1 a {
		position: relative;
		margin-right: 10px;
	}

	.pro_wuliao .pro_wuliao1 span {
		font-size: 18px;
		color: #ffffff;
		background-color: #d11a2d;
		opacity: 80%;
		text-align: center;
		padding-top: 65px;
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		display: none;
	}

	.pro_wuliao .pro_wuliao1 a:hover span {
		display: block;
	}

	.pro_wuliao .pro_wuliao1 h3 {
		margin-right: 10px;
	}
}

@media(min-width:992px) {
	.pro_wuliao .pro_wuliao1 {
		width: 16.666667%;
	}

	.pro_wuliao .pro_wuliao1 a {
		margin-right: 1px;
	}

	.pro_wuliao .pro_wuliao1 h3 {
		margin-right: 1px;
	}

	.pro_wuliao .pro_wuliao1 span {
		padding-top: 45px;
	}
}

@media(min-width: 1500px) {
	.pro_wuliao .pro_wuliao1 h3 {
		height: 119px !important;
	}
}

/* 产品优势 */
.pro_stre {
	background-color: #f6f6f6;
	margin-top: 50px;
	padding-bottom: 10px;
}

.pro_stre .pro_stre_dte {
	padding: 0;
	margin: 0 auto;
}

@media(max-width: 991px) {
	.pro_stre_dte .pro_stre_dte2 {
		padding: 0;
		margin-top: 20px;
	}

	.pro_stre_ltab li {
		margin-bottom: 15px;
	}
}

@media(min-width: 992px) {
	.pro_stre_dte .pro_stre_dte1 {
		padding-left: 0;
	}

	.pro_stre_dte .pro_stre_dte2 {
		padding-right: 0;
	}
}

.pro_stre h2 {
	text-align: center;
	font-size: 36px;
	line-height: 14px;
	color: #333333;
	margin: 0;
	padding: 50px 0 35px;
}

.pro_stre .pro_stre_stab {
	padding: 0 15px;
}

.pro_stre .pro_stre_stab li {
	list-style: none;
}

.pro_stre .pro_stre_stab li h4 {
	font-size: 18px;
	line-height: 44px;
	color: #ffffff;
	background-color: #d11a2d;
	padding-left: 15px;
}

@media(min-width: 420px) {
	.pro_stre .pro_stre_stab li h4 {
		width: 50%;
	}
}

.pro_stre_ltab li {
	width: 100%;
	position: relative;
	background-color: #ffffff;
}

.pro_stre_ltab li a {
	border-radius: 0;
	border: none;
	font-size: 18px;
	text-align: center;
	transition: all .2s linear 0s;
}

.pro_stre_ltab li p {
	position: absolute;
	top: 0;
	left: 0px;
	width: 8px;
	height: 100%;
	background-color: #d11a2d;
	transition: all .2s linear 0s;
}

.pro_stre_ltab li:hover a {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	border: none;
}

.pro_stre_ltab li:hover p {
	width: 100%;
	height: 100%;
	background-color: #d11a2d !important;
	transition: all .2s linear 0s;
}

.pro_stre_ltab.nav-tabs {
	border: 0;
}

.pro_stre_ltab.nav-tabs>li.active>p {
	width: 100%;
	height: 100%;
	background-color: #d11a2d;
	transition: all .2s linear 0s;
}

.pro_stre_ltab.nav-tabs>li.active>a {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	border: none;
}

.pro_stre .tab-content {
	margin-left: 15px;
	margin-right: 15px;
}

.pro_stre .tab-content>.tab-pane p {
	font-size: 16px;
	line-height: 47px;
	color: #333333;
	background-color: #ffffff;
	padding: 45px 35px;
}

.pro_stre .nav-tabs>li>a {
	width: 100%;
}

.pro_stre .hqbj {
	display: table;
	background-color: #d11a2d;
	font-size: 18px;
	color: #ffffff;
	padding: 15px 25px;
	margin: 25px auto 50px;
	text-align: center;
}

.pro_stre .hqbj img {
	display: inline-block;
	width: 20px;
	height: 20px;
}

/* 产品展示 */
.pro_zhanshi {
	margin-top: 20px;
}

.pro_zhanshi h2 {
	text-align: center;
	font-size: 36px;
	line-height: 14px;
	color: #333333;
	margin: 0;
	padding: 50px 0 35px;
}

.pro_zhanshi .pro_zhanshi_det {
	margin: 0;
}

@media(max-width:767px) {
	.pro_zhanshi_img {
		margin-bottom: 2px;
	}

	.pro_anli h2 {
		color: #333333 !important;
	}
}

@media(min-width: 1200px) {
	.pro_zhanshi_img2 {
		padding: 0;
	}

	.pro_zhanshi_img1 {
		width: 283px;
		height: 360px;
		overflow: hidden;
	}

	.pro_zhanshi_det .pro_zhanshi_img {
		padding: 0;
	}

	.pro_zhanshi_det .pro_zhanshi_img {
		width: 283px;
		height: 179px;
		margin-bottom: 2px;
	}
}

.pro_zhanshi_det .pro_zhanshi_img {
	overflow: hidden;
}

.pro_zhanshi_det .pro_zhanshi_img1 {
	overflow: hidden;
}

.pro_zhanshi_det .pro_zhanshi_img img {
	width: 100%;
	transition: all .8s ease 0s;
}

.pro_zhanshi_det .pro_zhanshi_img1 img {
	width: 100%;
	transition: all .8s ease 0s;
}

.pro_zhanshi_det .pro_zhanshi_img:hover img {
	transform: scale(1.1, 1.1);
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.pro_zhanshi_det .pro_zhanshi_img1:hover img {
	transform: scale(1.1, 1.1);
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

@media(min-width:604px) and (max-width: 767px) {
	.pro_zhanshi_img1 {
		margin-bottom: 1px;
	}
}

/* 工作原理 */
.pro_yuanli {
	background-color: #f6f6f6;
	margin-top: 58px;
	padding-bottom: 80px;
	/* margin-right: -15px;
  margin-left: -15px; */
}

.pro_yuanli h2 {
	text-align: center;
	font-size: 30px;
	line-height: 14px;
	color: #333;
	margin: 0;
	padding: 50px 0 35px;
}

.pro_yuanli p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	padding: 0 20px;
	margin: 0 auto;
}

/* 技术参数 */
.pro_canshu .pro_canshu_baojia {
	margin-top: 40px;
}

.pro_canshu h2 {
	text-align: center;
	font-size: 30px;
	line-height: 14px;
	color: #333333;
	margin: 0;
	padding: 50px 0 35px;
}

.pro_canshu .pro_canshu_more {
	margin: 0;
	background-color: #f6f6f6;
	padding: 20px 0 5px;
	margin-bottom: 60px;
}

@media(min-width:576px) {
	.pro_canshu .pro_canshu_more {
		padding: 20px 30px 5px;
	}

	.pro_canshu .pro_canshu_more img {
		margin-left: 15px;
	}

	.pro_canshu .pro_canshu_more p {
		text-align: end;
	}
}

.pro_canshu ul li {
	list-style: none;
	float: left;
	margin: 0 15px;
}

.pro_canshu .pro_canshu_more img {
	display: inline-block;
	width: 17px;
	margin-left: 5px;
}

.pro_canshu .pro_canshu_more p {
	text-align: center;
}

.canshu_more {
	margin-top: -40px;
	margin-bottom: 20px;
	/* height: 0; */
	transition: all .5s ease-in;
}

.canshu_more .collapse {
	height: 0;
	transition: all .5s ease-in;
}

.canshu_more .collapse.in {
	height: 100%;
	transition: all .5s ease-in;
}

/* 案例现场 */
@media(min-width: 768px) {
	.pro_anli {
		padding-bottom: 90px;
	}
}

.pro_anli h2 {
	text-align: center;
	font-size: 30px;
	line-height: 14px;
	color: #ffffff;
	margin: 0;
	padding: 60px 0 45px;
}

@media(min-width:768px) {
	.pro_anli {
		background: url(/newcijd/images/2021product/anli_bg.jpg) no-repeat 100%;
	}
}

.pro_anli_det {
	margin: 0 auto;
	padding: 0;
}

@media(max-width:420px) {
	.pro_anli_det .pro_anli_img {
		width: 100%;
	}
}

@media(min-width:1200px) {
	.pro_anli_det .pro_anli_img .anli_img {
		width: 360px;
		height: 213px;
		overflow: hidden;
	}

	.pro_anli_det a img {
		width: 100%;
		transition: all .8s ease 0s;
	}

	.pro_anli_det .pro_anli_img:hover img {
		transform: scale(1.1, 1.1);
		-moz-transition: all .8s ease 0s;
		-ms-transition: all .8s ease 0s;
		-o-transition: all .8s ease 0s;
		transition: all .8s ease 0s;
	}
}

.pro_anli_det .wenzi {
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	font-weight: bold;
	background-color: #ffffff;
	padding: 10px 20px 30px;
}

.pro_anli_det .wenzi a {
	display: block;
	color: #333333;
	font-size: 18px;
}

.pro_anli_det .wenzi p {
	width: 46px;
	height: 2px;
	background-color: #d11a2d;
	margin: 10px 0;
}

.pro_anli_det .pro_anli_img:hover .wenzi {
	background-color: #d11a2d;
	color: #ffffff;
}

.pro_anli_det .pro_anli_img:hover .wenzi a {
	background-color: #d11a2d;
	color: #ffffff;
}

.pro_anli_det .pro_anli_img:hover .wenzi p {
	background-color: #ffffff;
}

/* 大家都在看 */
.hotsale h2 {
	text-align: center;
	font-size: 30px;
	line-height: 14px;
	color: #333333;
	margin: 0;
	padding: 60px 0 45px;
}

.hotsale .pro_hotsale {
	margin: 0 auto;
	padding: 0;
}

.hotsale .a_r_block {
	height: 57px;
	position: relative;
}

.hotsale .a_r_block .a_r_block_ab {
	padding: 15px 0;
	background-color: #d11a2d;
	text-align: center;
	width: 100%;
	height: 57px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	transition: all .2s linear 0s;
}

.hotsale .a_r_block_head {
	color: #fefefe;
	text-align: center;
	line-height: 30px;
	margin: 0;
}

.hotsale .line {
	height: 2px;
	width: 25%;
	background-color: #ffffff;
	margin: auto;
	margin-top: 13px;
}

.hotsale .a_r_block_tex {
	font-size: 14px;
	padding: 5px;
	color: #ffffff;
}

.hotsale .a_r_block_more {
	width: 90px;
	height: 27px;
	font-size: 14px;
	color: #ffffff;
	border: solid 1px #ffffff;
	margin: auto;
}

.hotsale .pro_hotsale a:hover .a_r_block .a_r_block_ab {
	height: 150px;
}

.hotsale .pro_hotsale a:hover img {
	opacity: 0.85;
}

@media(min-width:320px) and (max-width:530px) {
	.hotsale a p {
		font-size: 16px;
		padding: 15px;
	}
}

/* 表单 */
.biaodan {
	margin-bottom: 80px;
}

.biaodan h2 {
	text-align: center;
	font-size: 30px;
	line-height: 46px;
	color: #333333;
	margin: 0;
	padding: 50px 0 0px;
}

.biaodan .row h6 {
	padding: 0;
}

.biaodan .sms_sub {
	padding: 10px 70px;
	margin-top: 40px;
}

.pro_stre1,
.pro_zhanshi,
.pro_canshu,
.pro_anli1,
.pro_area,
.pro_yuanli1 {
	padding-top: 117px;
	margin-top: -117px;
}

/* 宽度变化修改 */
@media(min-width: 1660px) {

	.banner_da_des p {
		font-size: 16px;
	}

	.pro_zhuanli .pro_zlh {
		font-size: 16px;
	}

	.pro_anli_det .pro_anli_img .anli_img {
		width: 450px;
	}

	.pro_nav .navbar-default .navbar-nav>li>a {
		font-size: 16px;
	}

	.pro_yuanli p {
		font-size: 16px;
	}

	.pro_canshu ul li {
		font-size: 16px;
	}

	.pro_wuliao .pro_wuliao1 h3 {
		height: 148px !important;
	}

	.hotsale .a_r_block_tex {
		font-size: 16px;
	}

	.hotsale .a_r_block_more {
		font-size: 16px;
	}

	.pro_zhanshi_img1 {
		width: 351px;
		height: 448px;
	}

	.pro_zhanshi_det .pro_zhanshi_img {
		width: 351px;
		height: 223px;
	}
}