/*图标导航*/
.iconNav{
	margin-top: 20px;
}
.iconNav .row {
    margin-right: 0;
    margin-left: 0;
}

.iconNav .row li {
    text-align: center;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
}
.iconNav .row li a{
	color: #333;
}
.iconNav .row li img {
    width: 49px;
    margin-bottom: 10px;
}
.line{
	width: 90%;
	border-bottom: 1px solid #D4D4D4;
}
/* banner */

/*
    小标题 bar
*/
.bar{
    margin: 40px 0 20px 15px;
    display: inline-flex;
}
.bar span{
    display: block;
    width: 8px;
    height: 24px;
    background: -webkit-linear-gradient(#DB261D, #2699FB);
  background: -o-linear-gradient(#DB261D, #2699FB); 
  background: -moz-linear-gradient(#DB261D, #2699FB); 
  background: linear-gradient(#DB261D, #2699FB); 
}
.bar p{
    font-size: 18px;
    line-height: 24px;
    margin-left: 10px;
    color:#666;
    font-weight: bold;
}

/*
	案例列表
*/
.case .li-bar{
	margin-bottom: 16px;
}
.case .li-bar span{
	width: 5px;
	display: table-cell;
	height: 18px;
	background: -webkit-linear-gradient(#2699FB,#005BA2);
  background: -o-linear-gradient(#2699FB,#005BA2); 
  background: -moz-linear-gradient(#2699FB,#005BA2); 
  background: linear-gradient(#2699FB,#005BA2); 
}
.case .li-bar p{
	display: table-cell;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	line-height: 18px;
	padding-left: 11px;
}
.case li {
	margin-bottom: 20px;
}
.case a img{
	width: 100%;
}
.case a p{
	color: #333;
	font-size: 12px;
	margin-top: 6px;
}

/*
	地源热泵节能优势
*/
.jl{
	padding: 10px;
}
.jl .row{
	margin-left: 0;
	margin-right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jl .row .left {
	width: 38%;
	min-height: 154px;
	position: relative;
}
.jl .row .left .top{
	width: 88px;
	height: 88px;
	border-radius: 44px;
	z-index: 3;
	background: -webkit-linear-gradient(to right bottom,#F20B00,#F9D4D3);
  background: -o-linear-gradient(to right bottom,#F20B00,#F9D4D3); 
  background: -moz-linear-gradient(to right bottom,#F20B00,#F9D4D3); 
  background: linear-gradient(to right bottom,#F20B00,#F9D4D3); 
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 88px;
  text-align: center;
  position: relative;
}
.jl .row .left .bottom{
	width: 88px;
	height: 88px;
	border-radius: 44px;
	background: -webkit-linear-gradient(to right bottom,#97CBF6,#2699FB);
  background: -o-linear-gradient(to right bottom,#97CBF6,#2699FB); 
  background: -moz-linear-gradient(to right bottom,#97CBF6,#2699FB); 
  background: linear-gradient(to right bottom,#97CBF6,#2699FB); 
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 88px;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 70px;
  left: 30px;
}
.jl .row .middle{
	width: 22%;
}
.jl .row .middle p{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 0;
}
.jl .row .middle div{
	width: 80px;
	height: 7px;
	background: -webkit-linear-gradient(90deg,#005BA2,#2699FB);
  background: -o-linear-gradient(90deg,#005BA2,#2699FB); 
  background: -moz-linear-gradient(90deg,#005BA2,#2699FB); 
  background: linear-gradient(90deg,#005BA2,#2699FB); 
  margin: 10px 0 10px 0;
  vertical-align: middle;
}
.jl .row .right {
}
.jl .row .right div{
	width: 110px;
	height: 110px;
	color: #fff;
	text-align: center;
	line-height: 110px;
	font-size: 18px;
	font-weight: bold;
	margin-left: 15px;
	border-radius: 110px;
	background: -webkit-linear-gradient(90deg,#DB261D,#2699FB);
  background: -o-linear-gradient(90deg,#DB261D,#2699FB); 
  background: -moz-linear-gradient(90deg,#DB261D,#2699FB); 
  background: linear-gradient(90deg,#DB261D,#2699FB); 
}
.jl .text {
	float: right;
	font-size: 12px;
	margin-top: 25px;
}
.jl .text span{
	font-size: 18px;
	color: #2699FB;
}

.jl .text div{
	width: 96px;
	height: 2px;
	background-color: #2699FB;
	float: right;
}

/*
	一机三用
*/
.three{
	padding: 10px;
	display: flex;
}
.three .left{
	width: 50%;
}
.three .left .title{
	width: 142px;
	height: 29px;
	font-size: 18px;
	font-weight: bold;
	color: #222;
	text-align: center;
	border-radius: 10px;
	padding: 2px;
	position: relative;
	background: -webkit-linear-gradient(90deg,#DB261D,#2699FB);
  background: -o-linear-gradient(90deg,#DB261D,#2699FB); 
  background: -moz-linear-gradient(90deg,#DB261D,#2699FB); 
  background: linear-gradient(90deg,#DB261D,#2699FB); 
}
.three .left .title .background{
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 8px;
}
.three .left .title p{
	position: absolute;
	left: 8px;
	top: 3px;
}
.three dl{
	display: flex;
	justify-content: flex-start;
	margin: 10px 0 10px 10px;
}
.three dl .th_bar{
	width: 5px;
	height: 20px;
	margin-right: 6px;
	display: block;
	background-color: #2699FB;
}
.three .red .th_bar {
	background-color: #DB261D;
}
.three dl p{
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.three dl span{
	color: #2699FB
}
.three .red span{
	color: #DB261D
}
.three .right {
	width: 50%;
}
.three .right img{
	width: 100%;
}

/*
	产品列表
*/
.productList ul {
	display: flex;
	flex-wrap: wrap;
}
.productList ul li{
	width: 50%;
	padding: 15px;
}
.productList ul li a .bottom{
	display: flex;
	color: #333;
	font-size: 12px;
	padding-top: 6px;
	align-items: center;
}
.productList ul li a .bottom .left{
	display: block;
	width: 7px;
	height: 24px;
	background-image: url('//www.bobmode.com/uploadfiles/pictures/news/20180907171257_0170.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.productList ul li a .bottom .right{
	display: block;
	width: 7px;
	height: 24px;
	background-image: url('//www.bobmode.com/uploadfiles/pictures/news/20180907171257_1889.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.productList ul li a .bottom p{
	padding: 6px;
	margin-bottom: 0;
	word-wrap: break-word;
  	word-break: break-all;
}
.productList ul li a .top{
	width: 100%;
	border: 1px solid #C1C1C1;
	padding: 30px 2px 2px 2px;
	position: relative;
}
.productList ul li a .top img{
	width: 100%;
}
.productList ul li a .top h3 {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 4px;
	left: 2px;
	color: #222;
}

/*
    文章列表循环
*/
.top_list li{
    padding: 15px 10px;
    border-bottom: 1px solid #d0cac8;
    list-style-type: none;
    width: 100%;
}
.top_list li a{
    display: flex;
}
.top_list li a .list_left{
    width: 35%;
    float: left;
}
.top_list li a .list_right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 3%;
    width: 63%;
}
.top_list li a .list_right h3{
    margin: 0;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top_list li a .list_right div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #b3b3b3;
}
.top_list li a .list_right div p{
    font-size: 12px;
    overflow: hidden;
    margin: 0;
    line-height: 14px;
    max-height: 42px;
    position: relative;
}
.top_list li a .list_right div p:after{
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
    background: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(85%,#fff));
    background: linear-gradient(90deg,transparent,#fff 85%);
}
.top_list .list_img{
    border-radius: 4px;
    overflow: hidden;
}
.top_list .list_img img{
    width: 123px;
    height: 81px;
}
/*
    内容表单
*/
.price_form{
    padding: 5px;
}
.price_form .row-left{
    width: 37%;
    float: left;
}
.price_form .row-left input{
    width: 100%;
    border-radius: 25px;
    height: 26px;
    border-color: #2699FB;
}
.price_form .row-right{
    width: 63%;
    float: left;
}
.price_form .row-right .row{
    margin-bottom: 20px;
}
.price_form .row-right .row{
    margin-right: 0;
    margin-left: 10px;
}
.price_form .phone-target{
    display: none;
}

.checkbox-inline{
    position: relative;
    padding-left: 23px;
}
.checkbox-inline label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: #eee;
    border:2px solid #2699FB;
    border-radius: 8px;
}
.checkbox-inline label:after {
    opacity: 0.1;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 5px;
    left: 4px;
    border: 3px solid #DB261D;
    border-top: none;
    border-right: none;
 
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkbox-inline input[type=checkbox]:checked + label{
    border-radius: 2px;
    border: 2px solid #7FC4FD;
    
}
.checkbox-inline input[type=checkbox]:checked + label::after{
    opacity: 1;
}
.checkbox-inline input[type=checkbox]{
    display: none;
}

/*
        视频
*/
.list_video{
    text-align: center;
    margin-bottom: 20px;
}
.list_video video{
    margin: auto;
    border-radius: 10px;
}

/*
    客户案例
*/
.case ul li a img {
    width: 100%;
    height: 145px;
    border-radius: 10px;
}
.case ul li a div {
    text-align: center;
    color: #333333;
    display: inline-flex;
    margin-top: 12px;
}
.case ul li a div h3{
    font-size: 12px;
    font-weight: bold;
    width: 92%;
    padding: 0 6px;
}
.case ul li a div i{
    width: 6px;
    height: 100;
    background: -webkit-linear-gradient(#2699FB,#005BA2);
  background: -o-linear-gradient(#2699FB,#005BA2); 
  background: -moz-linear-gradient(#2699FB,#005BA2); 
  background: linear-gradient(#2699FB,#005BA2); 
}


/*
    表单加载更多
*/
.list_more{
    margin: 20px;
}
.list_more a{
    display: block;
    text-align: center;
    margin:auto;
    width: 148px;
    height: 35px;
    font-size: 16px;
    color: #2699FB;
    border: 2px solid #2699FB;
    border-radius: 4px;
    line-height: 25px;
}
.list_more a span{
    margin-left: 6px;
    font-size: 20px;
    font-weight: bolder;
}
/*
    文章落地页内容修改
*/