body,html{
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB";
}
ul,
li{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none !important;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
a:hover{
	text-decoration: none;
}
.modal#pop-ad .modal-content {
  -webkit-transform: translate(0, 30%);
      -ms-transform: translate(0, 30%);
       -o-transform: translate(0, 30%);
          transform: translate(0, 30%);
}
.btn-secondary {
  color: #fff;
  background-color: #32beff;
  border-color: #32beff;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #14a0e6;
  border-color: #14a0e6;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #14a0e6;
  border-color: #14a0e6;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #14a0e6;
  border-color: #14a0e6;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #fff;
  background-color: #14a0e6;
  border-color: #14a0e6;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #32beff;
  border-color: #32beff;
}
.btn-secondary .badge {
  color: #fff;
  background-color: #14a0e6;
}
.btn-primary {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #3c8c3c;
  border-color: #3c8c3c;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3c8c3c;
  border-color: #3c8c3c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3c8c3c;
  border-color: #3c8c3c;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #3c8c3c;
  border-color: #3c8c3c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn-primary .badge {
  color: #4caf50;
  background-color: #fff;
}
.form-control {
	height: 40px;
}
/* 头部 */
.navbar{
	border: none;
	margin: 0;
	position: relative;
	background: #fff;
	box-shadow: 0 0 3px #ccc;
}
.navbar .container{
	position: relative;
}
.navbar .navbar-header {
	position: relative;
	z-index: 20;
	background: #fff;
}
.navbar .navbar-brand{
	width: 176px;
	padding-top: 17px;
	padding-bottom: 17px;
}
.navbar .navbar-toggle {
	border:none;
	margin-top: 10px;
}
.navbar-toggle .icon-bar{
	background: #000;
}
.navbar-toggle[aria-expanded='true'] .icon-bar{
	background:#4caf50;
}
#navigation {
	border-top: none;
	position: absolute;
	left: 15px;
	width: 100%;
	max-height: 400px;
	box-shadow: 0 2px 7px rgba(0,0,0,.5)
}
#navigation #nav {
	position: relative;
	z-index: 20;
	background: #fff;
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #eee;
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-nav>li>a{
	padding: 14px 0;
	color: #666;
	border-bottom: 1px solid #eee;
}
.navbar-nav>li>a:focus, 
.navbar-nav>li>a:hover,
.navbar-nav>li.current_page_item>a{
	color: #005aab;
	background: none;
}
.nav-bg {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
}
#navigation.in .nav-bg {
	display: block;
}
/* 底部 */
.footer{
	width: 100%;
	border-top: #eee 1px solid;
}
.footer .footer-top{
	padding: 30px 0;
}
.footer .footer-logo{
	display: inline-block;
	border-right: #eee 1px solid;
	margin: 0 22px 0 0;
	padding-right: 22px;
	width: 130px;
}
.footer .footer-tel {
	display: inline-block;
	vertical-align: middle;
}
.footer .footer-tel p{
	line-height: 26px;
	margin:0;
	font-size: 12px;
	color: #999;
}
.footer .footer-tel a{
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
	color: #4caf50;
	line-height: 24px;
}
.footer .footer-txt{
	line-height: 20px;
	color: #999;
	font-size: 12px;
}
.footer .footer-share{
	width: 85px;
	position: relative;
}
.footer .footer-share a{
	color: #686666;
	margin: 0 5px;
}
.footer .footer-share a.bds_weixin:hover{
	color: #4caf50;
}
.footer .footer-share a.bds_tsina:hover{
	color: #e6162d;
}
.footer .footer-share a i {
	font-size: 22px
}
.footer .qr {
	position: absolute;
	width: 180px;
	background: #fff;
	border: 1px solid #eee;
	right: -31px;
	top: -240px;
	box-shadow: 0 0 4px rgba(0,0,0,.4);
	visibility: hidden;
	opacity: 0;
	padding-bottom: 10px;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
  -webkit-transform: translate(0, 10%);
      -ms-transform: translate(0, 10%);
          transform: translate(0, 10%);
}
.footer .qr.on {
	visibility: visible;
	opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.footer .qr span {
	display: block;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
}
.footer .footer-nav{
	float: none;
}
.footer .footer-nav li a {
	border-bottom: 1px solid #eee;
	line-height: 48px;
	font-size: 14px;
	color: #000;
	display: block;
}
.footer .footer-nav a:hover{
	color: #005aab;
}
.footer .footer-nav li a span{
	float: right;
}
.footer .footer-nav li a span .icon{
	color: #a3a3a3;
}
.bdsharebuttonbox a{
	margin: 0 10px !important;
	padding: 0 !important;
	background: none !important;
	font-family:"iconfont" !important;
	font-size:22px !important;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.bdsharebuttonbox a:first-child{
	margin-right: 0;
}
.bdsharebuttonbox a.bds_weixin:before{
	content: "\e605"; 
}
.bdsharebuttonbox a.bds_tsina:before{
	content: "\e607";
}
.bdsharebuttonbox a.bds_weixin:hover{
	color: #4caf50;
}
.bdsharebuttonbox a.bds_tsina:hover{
	color: #e6162d;
}
.bdsharebuttonbox a i{
	font-size: 22px;
	font-style: normal;
}
.bd_weixin_popup {
	height: auto !important;
	width: auto !important;
}
#pop-ad .wpcf7-submit{
	margin-top: 18px;
}
#pop-ad .wpcf7-validation-errors{
	display: none !important;
}
#pop-ad .wpcf7-not-valid-tip {
	float: left;
	line-height: 22px;
	font-size: 14px;
	color: #999;
}
#pop-ad .wpcf7-mail-sent-ng {
	float: left;
	margin: 0;
	border: none;
	line-height: 22px;
	font-size: 16px;
	color: #4caf50;
	padding: 0;
	padding-top: 14px;
}
#pop-ad .ajax-loader {
	float: left;
}
.sub-banner{
	height: 150px;
	width: 100%;
	line-height: 150px;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.news-list-page .sub-banner{
	background-image: url("assets/img/banner-new-xs.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-new-xs.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-new-xs.jpg*/;
}
.about-page .sub-banner{
	background-image: url("assets/img/banner-about-xs.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-about-xs.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-about-xs.jpg*/;
	color: #333;
}
.baike-page .sub-banner{
	background-image: url("assets/img/banner-cixuanfu-xs.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-cixuanfu-xs.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-cixuanfu-xs.jpg*/;
}
.baike-page .content-left h4{
	color: #4caf50;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 30px;
}
.baike-page .content-left p{
	color: #666;
	font-size: 16px;
	/*margin-bottom: 0;*/
	line-height: 28px;
}
.about-page .content-left h4{
	color: #4caf50;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 30px;
}
.about-page .content-left h6{
	color: #333;
	font-size: 18px;
	/*margin-bottom: 0;*/
	margin-top: 0;
	line-height: 28px;
	margin-bottom: 10px;
}
.about-page .content-left .content-txt p{
	color: #666;
	font-size: 16px;
	/*margin-bottom: 0;*/
	line-height: 28px;
}
.sub-banner-font{
	margin: 0;
	font-size: 24px;
}
.new-content{
	line-height: 28px;
	color: #666;
	font-size: 16px;
}
.new-content .title{
	margin: 30px 0 20px;
	color: #333;
	font-size: 24px;
}
.new-content .ps{
	line-height: 20px;
	font-size: 14px;
	color: #999;
}
.new-content .ps span{
	padding: 0 15px;
	color: #eee;
}
.new-content .ps .bdsharebuttonbox{
	display: inline;
}
.new-content .ps .bdsharebuttonbox a{
	float: none;
	margin-left: 12px;
}
.new-content .new-txt{
	margin-top: 50px;
}
.new-content .new-txt h4{
	color: #4caf50;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 30px;
}
.new-content .new-txt p{
	color: #666;
	font-size: 16px;
	/*margin-bottom: 0;*/
	line-height: 28px;
}
.new-content .new-txt img {
	width: 100% !important;
	height: auto !important;
}
.sub-main{
	width: 100%;
	position: relative;
	margin-bottom: 60px;
}
.sub-main .list-left-arr{
	position: absolute;
	width: 21px;
	top: -21px;
	z-index: 10;
}
/* 面包屑 */
.crumbs{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-top: #eee 1px solid;
	background: #f8f8f8;
	font-size: 12px;
	color: #999;
}
.crumbs .iconfont{
	margin: 0 10px;
	vertical-align: -1px;
}
.crumbs a{
	color: #666;
}
.crumbs a:hover{
	color: #14a0e6;
}
/* 分页 */
.wp-pagenavi {
	margin: 40px 0 0;
	width: 100%;
	padding: 0 15px;
}
.wp-pagenavi a,.wp-pagenavi span{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	color: #666;
	border: 1px solid #eee;
	border-left: none;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.wp-pagenavi a:focus, 
.wp-pagenavi a:hover{
	color: #4caf50;
}
.wp-pagenavi span.current {
	background: #4caf50;
	border-color: #4caf50;
	color: #fff;
}
.wp-pagenavi a:first-child,.wp-pagenavi span:first-child{
	border-left: 1px solid #eee;
}
/*新闻列表*/
.news-list-page .new-list-select{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: #eee 1px solid;
}
.news-list-page .new-list-select .form-group {
	position: relative;
}
.news-list-page .new-list-select .form-group .form-control{
	padding-right: 40px;
}
.news-list-page .new-list-select .form-group .btn-search{
	display: block;
	position: absolute;
	right: 15px;
	top: 0;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-decoration: none;
	text-align: center;
}
.news-list-page .new-list-select .form-group .btn-search:hover {
	text-decoration: none;
}
.news-list-page .new-list-select .form-group .btn-search .icon{
	color: #999;
	font-size: 20px;
}
.news-list-page .new-list{
	margin-top: 20px;
}
.news-list-page .new-list li{
	position: relative;
	padding: 30px 0;
	border-bottom: #eee 1px solid;
}
.news-list-page .new-list .new-but .icon{
	font-size: 44px;
	color: #999;
}
.news-list-page .new-list .new-but a:hover .icon{
	color: #4caf50;
}
.news-list-page .new-list .time>div{
	color: #4caf50;
	font-size: 22px;
	line-height: 22px;
	white-space: nowrap;
}
.news-list-page .new-list .time>span{
	color: #ccc;
	display: inline-block;
	text-align: right;
	line-height: 14px;
	width: 54px;
}
.news-list-page .new-list .title{
	margin:0 0 15px;
	color: #333;
	font-size: 16px;
}
.news-list-page .new-list .title a{
	color: #333;
}
.news-list-page .new-list .desc{
	font-size: 14px;
	color: #999;
}
.news-list-page .new-list .desc a{
	color: #999;
}
.news-list-page .new-list .hover {
	display: none;
}
/*新闻内页*/
.new-de-page .new-title{
	margin:70px 0 10px;
	border-top:  1px solid #eee;
	text-align: center;
}
.new-de-page .new-title h5{
	display: inline-block;
	margin: 0;	
	line-height: 24px;
	font-size: 24px;
	color: #333;
	padding: 0 30px;
	position: relative;
	top: -12px;
	background: #fff;
}
.new-de-page .new-relevant {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: #eee 1px solid;
}
.new-de-page .new-relevant ul li{
	margin-bottom: 8px;
}
.new-de-page .new-relevant ul a{
	color: #666;
	font-size: 14px;
}
.new-de-page .new-relevant ul a:hover{
	color: #14a0e6;
}
.new-de-page .new-recommend{
	display: flex;
	padding: 0 25px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #999;
	font-size: 12px;
	background: #f8f8f8;
	margin-bottom: 60px;
}
.new-de-page .new-recommend div{
	flex: 1;
}
.new-de-page .new-recommend a{
	color: #666;
	font-weight: normal;
}
.new-de-page .new-recommend a:hover{
	color: #14a0e6;
}
.new-de-page .new-recommend a b{
	font-weight: normal;
}
.new-de-page .new-bookdown .content-title{
	margin: 20px 0;
	color: #333;
	border-bottom: #eee 1px solid;
}
.new-de-page .new-bookdown .content-title h5{
	display: inline-block;
	color:#333;
	margin-bottom: -2px;
	padding:15px 0;
	padding-right: 20px;
	font-size: 24px;
	line-height: 24px;
	border-bottom: #4caf50 3px solid;
}

/* 关于我们 */
.about-page .content-lx{
	width: 100%;
	background: url("assets/img/content-lx-img.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/content-lx-img.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/content-lx-img.jpg*/ no-repeat;
	height: 500px;	
}
.about-page .content-lx .content-lx-l{
	text-align: center;
	color: #fff;
}
.about-page .content-lx .cont-lx-l-tit{
	margin-top: 20px;
}
.about-page .content-lx .cont-lx-r-tit{
	color: #bcc8d9;
}
.about-page .content-lx .cont-lx-r-tit input{
	opacity:0;
}
.about-page .content-lx .cont-lx-r-tit label{
	cursor: pointer;
}
.about-page .content-lx .cont-lx-r-tit label.active{
	color: #fff;
}
.about-page .content-lx .cont-lx-r-cont .form-control{
	border-radius: 0;
}
.about-page .content-lx .cont-lx-r-cont textarea.form-control{
	resize: none;
	font-size: 14px;
	height: 100px;
	padding: 5px;
}
.about-page .wpcf7-not-valid-tip {
	color: #fff;
}
.about-page .wpcf7-mail-sent-ng {
	border: none;
	color: #fff;
	margin: 0;
}
.about-page .wpcf7-validation-errors{
	display: none !important;
}
.about-page .content-lx .cont-lx-r-cont .btn-content{
	display: inline-block;
	height: 50px;
	background: #32beff;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	width: 270px;
	border: none;
}
.about-page .content-lx .cont-lx-r-cont .btn-content:hover{
	background: #14a0e6;
}
.about-page .content-more .content-more-tit{
	font-size: 28px;
	text-align: center;
}
.about-page .content-more .content-more-cont{
	width: 100%;
}
.about-page .content-more .more-r-tit{
	font-size: 24px;
	color: #005aab;
	margin-bottom: 15px;
}
.about-page .content-more .more-r-p{
	font-size: 14px;
	color: #666;
}
.about-page .content-more .more-r-p .more-r-p-l{
	display: inline-block;
	width: 42px;
	float: left;
}
.about-page .content-more .more-r-p .more-r-p-r{
	display: inline-block;
	font-style: normal;
	float: left;
}
.about-page .content-heart .content-heart-h{
	width: 100%;
	background: #f8f8f8;
}
.about-page .content-heart .heart-list-tit{
	color: #005aab;
}
.about-page .content-heart .heart-list-l {
	white-space: nowrap;
}
.about-page .content-heart .heart-list-l em{
	font-style: normal;
}
.about-top-href{
	height: 60px;
	line-height: 60px;
	border-bottom: #eee 1px solid;
	color: #eee;
}
.about-top-href a{
	display: block;
	line-height: 58px;
	color: #333;
	font-size: 18px;
	border-bottom: 2px solid transparent;
}
.about-top-href a:hover,
.about-top-href a.active{
	color: #4caf50;
	border-color: #4caf50;
}
.enterprise-list{
	position: relative;
	padding-bottom: 50px;
	padding-left: 35px;
	margin-left: 15px;
	border-left: #eee 1px solid;
	font-size: 0;
}
.enterprise-list:last-child{
	border:none;
}
.enterprise-list .xs-icon{
	position: absolute;
	top: 0;
	left: -6px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("assets/img/about-honor-icon.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/about-honor-icon.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/about-honor-icon.png*/ no-repeat;
}
.enterprise-list>div{
	display: inline-block;
}
.enterprise-list .txt{
	line-height: 22px;
	font-size: 14px;
	color: #666;
}
.enterprise-list .txt span{
	margin-bottom: 10px;
	font-size: 16px;
}
.enterprise-list .txt h5{
	margin-top: 0;
	color: #4caf50;
}
.enterprise-list .img img{
	max-width: 105px;
	padding: 8px 15px;
	border:#eee 1px solid;
}
.book-down{
	margin-bottom: 50px;
	color: #333;
	font-size: 16px;
}
.book-down li{
	margin-bottom: 30px;
}
.book-down li:last-child{
	margin-bottom: 0;
}
.book-down img{
	margin-right: 25px;
}
.book-down p{
	margin-bottom: 6px;
}
.book-down a{
	color: #333;
}
.book-down a:hover{
	color: #3c8c3c;
	background: none;
}
.book-down a.btn{
	width: 100px;
	background: #4caf50;
	color: #fff;
}
.book-down a.btn:hover{
	background: #3c8c3c;
}
.book-down .bookdown-tips{
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	box-shadow: 0 0 3px #ccc;
	background: #fff;
	height: 28px;
	line-height: 28px;
	color: #4caf50;
	padding: 0 10px;
	border-radius: 30px;
	font-size: 12px;
	z-index: 99;
	display: none;
}
.content-wra {
	margin-bottom: 60px;
}
.content-wra .content-title{
	margin-bottom: 20px;
	color: #333;
	border-bottom: #eee 1px solid;
}
.content-wra .content-title h5{
	display: inline-block;
	margin-bottom: -2px;
	padding:20px 0;
	padding-right: 20px;
	font-size: 18px;
	border-bottom: #4caf50 3px solid;
}
.content-wra #section-1 .content-title{
	margin-top: 0;
}
.content-wra .content-right{
	padding: 0;
}
.content-wra .content-right .nav{
	border:none;
	margin-left: 50px;
}
.content-wra .content-right li{
	margin: 0 !important;
}
.content-wra .content-right li a{
	position: relative;
	padding:0 0 25px 25px;
	margin: 0 !important;
	font-size: 16px;
	line-height: 18px;
	color: #666;
	border:none;
	border-left: #eee 1px solid;
	cursor: pointer;	
}
.content-wra .nav>li>a:hover,
.content-wra .nav>li>a:focus,
.content-wra .nav>li.active>a:hover{
	color: #3bb18f;
	background: transparent;
	border: none;
	border-left: #eee 1px solid;
}
.content-wra .content-right li:last-child a,
.content-wra .content-right li:last-child.active a,
.content-wra .content-right li:last-child a:hover{
	border:none;
}
.content-wra .content-right li i{
	display: inline-block;
	position: absolute;
	left: -8px;
	top: 0px;
	z-index: 1;
	width: 16px;
	height: 16px;
	background: url("assets/img/right-nav-default.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/right-nav-default.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/right-nav-default.png*/ center center no-repeat;
}
.content-wra .content-right li.active a,
.content-wra .nav>li:hover a{
	color: #3bb18f;
}
.content-wra .content-right li.active i,
.content-wra .nav>li:hover i{
	background: url("assets/img/right-nav-cur.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/right-nav-cur.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/right-nav-cur.png*/ center center no-repeat;
}

/* 搜索结果 */
.search .search-input{
	margin: 0;
}
.search .search-txt{
	margin: 10px 0 30px;
	color:#666;
	font-size: 12px;
	font-weight: bold;
}
.search .search-txt span{
	padding: 0 5px;
	color: #005aab;
}
.search .search-list ul{
	border-top: #eee 1px solid;
}
.search .search-list li{
	padding: 15px 0;
	border-bottom: #eee 1px solid;
}
.search .search-list li p{
	margin: 0;
}
.search .search-list li h5{
	margin:0 0 8px;
	color: #666;
	font-size: 16px;
}
.search .search-list li h5 span{
	color: #f00;
}
.search .search-list li p{
	overflow: hidden;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	color: #999;
	font-size: 12px;
}
.search .search-list li p a{
	color: #999;
}
.search .search-input{
	margin-top: 30px;
}
.search .search-input>div{
	padding: 0;
}
.search .search-input input{
	display: inline;
	height: 40px;
	line-height: 40px;
	border:#eee 1px solid;
	color: #333;
}
.search .search-input .input-group-btn{
	padding: 0;
}
.search .search-input .input-group-btn .btn-default{
	height: 40px;
	width: 100px;
	background: #32beff;
	border: none;
	color: #fff;
	border-radius: 0;
}
.search .search-input .btn:hover{
	background: #14a0e6;
}
/*案例*/
.list-banner{
	height: 250px;
	width: 100%;
	color: #fff;
	background: url("assets/img/banner-list.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-list.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-list.jpg*/ center center no-repeat;
	background-size: auto 100%;
}
.list-banner .list-banner-font{
	color: #fff;
}
.list-search{
	width: 35%;
	height: 50px;
	border-radius: 5px;
	background: #fff;
	margin-top: 30px;
	border:1px solid #ccc;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
	margin-bottom: 80px;
}
.list-search input{
	width: 100%;
	border: none;
	height: 100%;
	padding-left:20px;
	padding-right: 50px;
	float: left;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(102,175,233,0);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(102,175,233,0);
}
.form-control:focus{
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(102,175,233,0);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(102,175,233,0);
}
.list-search-btn{
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 15px;
	cursor: pointer;
	font-size: 20px;
	color: #999;
}
.list-h{
	margin-bottom: 20px;
}
.list-h:last-child{
	margin-bottom: 0;
}
.list-title{
	width: 10%;
	color: #999;
	font-size: 14px;
	float: left;
}
.list-tit-l{
	float: left;
}
.list-h span{
	display: inline-block;
	margin-right: 40px;
	color: #666;
	cursor: pointer;
	float: left;
}
.list-h span.active{
	color: #3bb18f;
}
.list-h span:hover{
	color: #3bb18f;
}
.case-list-select{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: #eee 1px solid;
	position: relative;
}
.case-list-select .form-group {
	position: relative;
}
.case-list-select .form-control{
	padding-right: 40px;
	height: 38px;
	border-color: #eee;
	color: #999;
}
.case-list-select .form-group .btn-search{
	display: block;
	position: absolute;
	right: 15px;
	top: 0;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-decoration: none;
	text-align: center;
}
.case-list-select .form-group .btn-search:hover {
	text-decoration: none;
}
.case-list-select .form-group .btn-search .icon{
	color: #999;
	font-size: 20px;
}
.list-li{
	width: 100%;
	margin-top: 30px;
}
.list-li .list-l li{
	border:1px solid #eee;
	margin-bottom: 20px;
	width: 100%;
	margin-bottom: 20px;
}
.list-li .list-l li:last-child{
	margin-bottom: 0;
}
.list-li .list-img{
	padding: 0;
	width: 100%;
}
.list-li .list-img img{
	display: block;
}
.list-li .txt{
	display: block;
	height: 100%;
	padding: 0 15px;
}
.list-li .txt .title{
	text-align: center;
	color: #000;
},
.list-li .txt:hover .title{
	color: #005aab;
}
.list-li .txt p,
.list-li .txt:hover p{
	color: #666;
	text-align: center;
}
.list-li .txt .tit{
	background: url("assets/img/case-line.jpg.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/case-line.jpg*/ no-repeat center center;
}
.list-li .txt .tit span{
	color: #666;
	font-style: normal;
	padding: 0 10px;
	font-size: 14px;
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	background: #fff;
}
.list-li .txt .desc{
	text-align: center;
	margin-top: 20px;
	line-height: 22px;
	font-size: 14px;
}
.case-hidden-xs{
	display: none;
	padding-bottom: 0;
}
.case-hidden-xs select{
	margin-bottom: 20px;
}
.case-down{
	border-top: 1px solid #eee;
	padding: 30px 0 0;
}
.case-download{
	margin-bottom: 30px;
}
.case-down-img{
	width: 49px;
	float: left;
	margin-right: 25px;
}
.case-down .down-name{
	font-size: 16px;
	line-height: 20px;
}
.case-down-name{
	float: left;
}
.case-down a.down-lj{
	display: inline-block;
	width: 100px;
	height: 32px;
	border-radius: 2px;
	background: #4caf50;
	text-align: center;
	line-height: 32px;
	color: #fff;
	cursor: pointer;
}
.case-down a.down-lj:hover{
	background: #3c8c3c;
}
#case-product{
	padding-bottom: 0;
	border-bottom: 0;
}
.case-product-xq{
	background: #f0f3f8;
}
.case-pro-img{
	text-align:center
}
.case-pro-xq>div{
	margin-bottom: 10px;
}
.case-pro-xq h5 a {
	color: #333;
}
.case-pro-xq .case-pro-bq{
	width: 75px;
	color: #999;
	float: left;
	margin-bottom: 1px;
}
.case-pro-xq .case-pro-td{
	text-align: left;
}
.case-pro-xq .btn {
	width: 100%;
	display: block;
	margin-top: 15px;
}
.case-cont{
	background: none;
}
.case-cont p{
	text-align: center;
	line-height: 25px;
	margin-top: 15px;
}
.case-cont p a {
	color: #333;
}
.case-de-page .new-title{
	margin:70px 0 5px;
	border-top:  1px solid #eee;
	text-align: center;
}
.case-de-page .new-title h5{
	display: inline-block;
	margin: 0;	
	line-height: 24px;
	font-size: 24px;
	color: #333;
	padding: 0 30px;
	position: relative;
	top: -12px;
	background: #fff;
}
/*活动页面*/
.exercise-page.prevu-open {
  overflow: hidden;
}
.exercise-page .banner{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.exercise-page .banner .viewport{
  text-align: center;
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.exercise-page .banner .viewport h2 {
  font-size: 24px;
  margin: 0 0 10px;
}
.exercise-page .banner .viewport h4 {
  font-size: 16px;
  margin: 0 0 10px;
}
.exercise-page .banner .viewport p {
  font-size: 14px;
  margin-bottom: 0;
}
.exercise-page .btn-prevu-set{
  padding: 20px 15px;
}
.exercise-page .calendear .left{
  padding: 40px 15px 0;
  text-align: center;
  border-top: 1px solid #ececec;
}
.exercise-page .calendear .left h2{
  font-size: 28px;
}
.exercise-page .calendear .left p{
  color: #666;
  margin-bottom: 0;
}
.exercise-page .calendear .content {
  padding: 0 15px;
}
.exercise-page .calendear li.item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.exercise-page .calendear li.item:last-child{
  border: none;
}
.exercise-page .calendear li.item h3{
  font-size: 48px;
  margin: 15px 0;
}
.exercise-page .calendear li.item h2{
  font-size: 24px;
  margin: 0 0 30px;
}
.exercise-page .calendear .content ul li.item > div {
  padding: 0 20px;
}
.exercise-page .calendear li.item .meet {
  margin-bottom: 15px;
}
.exercise-page .calendear li.item .meet p {
  color: #999;
  margin: 0;
  line-height: 30px;
}
.exercise-page .calendear li.item .meet h5{
  color: #333;
  margin: 0;
  font-size: 16px;
}
.exercise-page .calendear li.item .meet a:hover h5{
	color: #005aab;
}
.exercise-page .calendear li.item .meet h5.pre{
  color: #999;
  display: inline-block;
}
.exercise-page .calendear li.item .meet i.iconfont {
  display: none;

}
.exercise-page .calendear .y2017 {
  color: #03a9f4;
}
.exercise-page .calendear .y2016 {
  color: #009688;
}
.exercise-page .calendear .y2015 {
  color: #8bc34a;
}
.exercise-page .calendear .y2014 {
  color: #f8b551;
}
.exercise-page .calendear .year-top {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
  width: 100%;
  background: #fff;
}
.exercise-page .calendear .year-top.affix {
  top: 0;
  padding: 20px 0;
}
.exercise-page .calendear .year-top ul{
  display: flex;
}
.exercise-page .calendear .year-top ul li{
  width: 25%;
  text-align: center;
}
.exercise-page .calendear .year-top ul li a{
  display: block;
  font-size: 16px;
  line-height: 18px;
  border-right: 1px solid #eee;
}
.exercise-page .calendear .year-top ul li:last-child a {
  border: none;
}
.exercise-page .prevu-pop {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 9999;
  overflow-x: scroll;
}
.exercise-page .prevu-pop button.close {
  position: fixed;
  right: 15px;
  top: 15px;
  background: #4caf50;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  opacity: 1;
  border-radius: 50%;
  overflow: hidden;
}
.exercise-page .prevu-pop button.close .icon {
  vertical-align: -1px;
  font-size: 24px;
}
.exercise-page .prevu-pop section .title {
  font-size: 24px;
  border-top: 1px solid #eee;
  line-height: 26px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 15px;
}
.exercise-page .prevu-pop section .title span{
  display: inline-block;
  position: relative;
  top: -13px;
  padding: 0 30px;
  background: #fff;
}
  .exercise-page .prevu-pop section.sec-0 {
  	padding-top: 20px;
  }
.exercise-page .prevu-pop section.sec-1 p {
  color: #666;
  line-height: 26px;
  text-align: center;
}
.exercise-page .prevu-pop section.sec-2 .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.exercise-page .prevu-pop section.sec-2 .guest{
  text-align: center;
  width: 105px;
  display: inline-block;
  margin: 0 15px 10px;
}
.exercise-page .prevu-pop section.sec-2 .guest .avatar {
  display: inline-block;
  margin-bottom: 15px;
}
.exercise-page .prevu-pop section.sec-2 .guest .avatar img{
  box-shadow: 0 0 4px #ccc;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 4px;
  width: 90px;
  height: 90px;
}
.exercise-page .prevu-pop section.sec-2 .guest h6 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}
.exercise-page .prevu-pop section.sec-2 .guest p {
  color: #666;
  line-height: 18px;
  height: 72px;
  overflow: hidden;
}
.exercise-page .prevu-pop section.sec-3 .path .date{
  float: left;
  color: #005aab;
  font-size: 18px;
  line-height: 20px;
  width: 20%;
}
.exercise-page .prevu-pop section.sec-3 .path .con{
  width: 80%;
  float: left;
  overflow: hidden;
  background: url("assets/img/separ_lg.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/separ_lg.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/separ_lg.png*/ no-repeat 10px 0;
  background-size: 1px 1000px;
}
.exercise-page .prevu-pop section.sec-3 .path .con h6{
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #333;
  background: url("assets/img/blue_dot.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/blue_dot.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/blue_dot.png*/ no-repeat left center;
  padding-left: 40px;
}
.exercise-page .prevu-pop section.sec-3 .path .con ul.sub{
  padding-left: 40px;
  margin-bottom: 35px;
}
.exercise-page .prevu-pop section.sec-3 .path .con ul.sub li{
  padding-bottom: 15px;
  background: url("assets/img/separ_lg.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/separ_lg.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/separ_lg.png*/ no-repeat 0 0;
  background-size: 1px 1000px;
  overflow: hidden;
}
.exercise-page .prevu-pop section.sec-3 .path .con ul.sub li:last-child {
  padding-bottom: 0;
}
.exercise-page .prevu-pop section.sec-3 .path .con ul.sub span{
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 16px;
  padding-left: 20px;
}
.exercise-page .prevu-pop section.sec-3 .path .con ul.sub span.time{
  padding-left: 20px;
  background: url("assets/img/separ_xs_hor.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/separ_xs_hor.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/separ_xs_hor.png*/ no-repeat left center;
  background-size: 10px 1px;
  margin-bottom: 5px;
}
.exercise-page .prevu-pop section.sec-3 .path .con ul.sub li:first-child span.time{
  background: url("assets/img/separ_xs_top_hor.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/separ_xs_top_hor.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/separ_xs_top_hor.png*/ no-repeat left center;
  background-size: 10px 20px;
}
.exercise-page .prevu-pop section.sec-3 .path .con ul.sub li:last-child span.time{
  background: url("assets/img/separ_xs_bottom_hor.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/separ_xs_bottom_hor.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/separ_xs_bottom_hor.png*/ no-repeat left center;
  background-size: 10px 20px;
}
.exercise-page .prevu-pop section.sec-4 #map{
  min-height: 300px;
  width: 100%;
}
.exercise-page .prevu-pop section.sec-4 .bus h4{
  color: #666;
  font-size: 18px;
  padding: 20px 0;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 20px;
  border-bottom: 1px solid #ececec;
}
.exercise-page .prevu-pop section.sec-4 .bus p{
  color: #333;
  line-height: 20px;
}
.exercise-page .prevu-pop section.sec-4 .bus p span{
  color: #666;
  display: inline-block;
  margin-bottom: 2px;
  float: left;
}
.exercise-inner-page .banner{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.exercise-inner-page .banner .viewport{
  text-align: center;
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.exercise-inner-page .banner .viewport h2 {
  font-size: 24px;
  margin: 0 0 10px;
}
.exercise-inner-page .banner .viewport h4 {
  font-size: 16px;
  margin: 0 0 10px;
}
.exercise-inner-page .banner p {
  font-size: 14px;
  margin-bottom: 0;
}
.exercise-inner-page section {
  padding: 30px 0;
  margin-bottom: 20px;

}
.exercise-inner-page section .title {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.exercise-inner-page section .title span{
    display:inline-block;
    padding: 0 30px;
    background:#fff;
    position: relative;
    z-index:2;
}
.exercise-inner-page section .title span:before {
    content:"";
    position: absolute;
    left:-8px;
    top:50%;
    margin-top: -4px;
    width:8px;
    height:8px;
    background-image: url("assets/img/ex_arrow_l.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/ex_arrow_l.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/ex_arrow_l.png*/;
    background-repeat:no-repeat;
    background-size: 8px 8px;
}
.exercise-inner-page section .title span:after {
    content:"";
    position: absolute;
    right:-8px;
    top:50%;
    margin-top: -4px;
    width:8px;
    height:8px;
    background-image: url("assets/img/ex_arrow_r.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/ex_arrow_r.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/ex_arrow_r.png*/;
    background-repeat:no-repeat;
    background-size: 8px 8px;
}
.exercise-inner-page section.sec-1{
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
  position: relative;
}
.exercise-inner-page section.sec-1 p{
  margin-bottom: 0;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.exercise-inner-page .ps{
  
  text-align: center;
  margin-top:20px;
}
.exercise-inner-page .ps .bdsharebuttonbox {
	display: inline;
}
.exercise-inner-page .ps .bdsharebuttonbox a {
	float: none;
}
.exercise-inner-page section.sec-2 .guest{
  text-align: center;
  width: 105px;
  display: inline-block;
  margin: 0 15px 10px;
}
.exercise-inner-page section.sec-2 .guest .avatar {
  display: inline-block;
  margin-bottom: 15px;
}
.exercise-inner-page section.sec-2 .guest .avatar img{
  box-shadow: 0 0 4px #ccc;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 4px;
  width: 90px;
  height: 90px;
}
.exercise-inner-page section.sec-2 .guest h6 {
  font-size: 16px;
  height: 34px;
  width: 100%;
  overflow:hidden;
  margin-top: 0;
  display:table;
  margin-bottom: 10px;
}
.exercise-inner-page section.sec-2 .guest h6 span {
    display: table-cell;
    vertical-align: middle;
}
.exercise-inner-page section.sec-2 .guest p {
  color: #666;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  margin-bottom: 0;
}
.exercise-inner-page section.sec-3 a.carousel-control .icon{
  font-size: 36px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.exercise-inner-page section.sec-3 .carousel-bottom {
  padding: 20px;
}
.exercise-inner-page section.sec-3 .carousel-bottom p{
  margin-bottom: 0;
  color: #666;
  margin-bottom: 10px;
}
.exercise-inner-page section.sec-3 .carousel-bottom .num{
  font-size: 12px;
  color: #666;
}
.exercise-inner-page section.sec-3 .carousel-bottom .num span{
  color: #005aab;
}
.exercise-inner-page section.sec-4 .img {
  position: relative;
  margin-bottom: 15px;
}
.exercise-inner-page section.sec-4 .img .overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}
.exercise-inner-page section.sec-4 .img .overlay a{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: -20px 0 0 -20px;
}
.exercise-inner-page section.sec-4 .img .overlay a .icon {
  color: #fff;
  font-size: 50px;
}
.exercise-inner-page section.sec-4 .txt {
  color: #333;
  font-size: 14px;
}
.exercise-inner-page section.sec-4 .txt .num{
  float: right;
  color: #999;
}
.exercise-inner-page section.sec-4 .txt p{
  color: #333;
}
.exercise-inner-page section.sec-5 .post {
  width: 100%;
  height: 160px;
  position: relative;
  overflow:hidden;
  background: url("assets/img/exercise_news_s.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/exercise_news_s.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/exercise_news_s.jpg*/ top center;
  background-size: 100% auto;
}
.exercise-inner-page section.sec-5 .visible-xs .post {
  margin-bottom: 30px;
}
.exercise-inner-page section.sec-5 .post h4{
  color: #fff;
  padding-top: 60px;
  font-size: 28px;
  line-height: 40px;
  margin: 0;
  text-align: center;
}
.exercise-inner-page section.sec-5 .headline{
    position:relative;
    margin-bottom:40px;
}
.exercise-inner-page section.sec-5 .headline:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:50px;
    z-index:2;
    background: url("assets/img/exercise_mask.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/exercise_mask.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/exercise_mask.png*/ repeat-x;
    background-size: 50px 50px;
}
.exercise-inner-page section.sec-5 .headline img{
    width:100%;
}
.exercise-inner-page section.sec-5 .headline p{
    position:absolute;
    left:0;
    bottom:0;
    padding: 0 10px;
    width:100%;
    line-height: 20px;
    z-index:3;
}
.exercise-inner-page section.sec-5 .headline p a{
    font-size: 14px;
    color:#fff;
}
.exercise-inner-page section.sec-5 .headline span.date{
    float:right;
    color:#eee;
    font-size:12px;
}
.exercise-inner-page section.sec-5 .news-list ul li{
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.exercise-inner-page section.sec-5 .news-list p{
  color: #999;
}
.exercise-inner-page section.sec-5 .news-list h5 {
  font-size: 18px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space:nowrap;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}
.exercise-inner-page section.sec-5 .news-list h5 a {
  color: #333;
}
.exercise-inner-page section.sec-5 .news-list h5 a:hover {
  color: #14a0e6;
}
.exercise-inner-page section.sec-5 .news-list p{
  color: #999;
  font-size: 14px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space:nowrap;
  margin-bottom: 0;
}
.exercise-inner-page section.sec-5 .news-list p.date{
  color: #999;
  font-size: 16px;
  margin-bottom: 10px;
}
.exercise-inner-page section.sec-6 h6{
  font-size: 14px;
  margin: 15px 0 25px;
  text-align: center;
}
.exercise-inner-page section.sec-6 h6 a {
	color: #333;
}
.videoModal .modal-content{
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border:none;
}
.videoModal .modal-body {
  padding: 40px 0 0;
}
.videoModal button.close{
  position: absolute;
  right: 0px;
  top: 10px;
  opacity: 0.8;
}
.videoModal button.close .iconfont{
  font-size: 24px;
  color: #fff;
  margin-top: 5px;
}
.exercise-inner-page .videoModal .video-box {
  width: 100%;
  position: relative;
}
/*产品*/
.banner-product{
	width: 100%;
	position: relative;
}
.banner-product .banner-product-main{
	text-align: center;
	color: #fff;
}
.banner-product .banner-product-tit{
	font-weight: bold;
}
.banner-product .banner-product-icon{
	display: inline-block;
	width: 48px;
	height: 48px;
	background:url("assets/img/banner-product-nav.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-product-nav.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-product-nav.png*/;
	position: absolute;
	left: 50%;
	margin-left: -24px;
	bottom: 20px;
}
.product-cont{
	color: #fff;
}
.error404 h1{
	margin-top: 0;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #333;
}
.error404 h1 small {
	font-size: 90%;
	color: #333;
}
.error404 .link {
	text-align: center;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
}
#wechat-share {
	display: none;
}
#fixed-bottom {
	position: fixed;
	right: 15px;
	bottom: 15px;
	text-align: center;
	z-index: 999;
	opacity: 1;
}
#fixed-bottom.move {
	opacity: 0.7;
}
#fixed-bottom.onTop a.btn-top{
	visibility: hidden;
}
#fixed-bottom a {
	width: 40px;
	height: 40px;
	display: block;
	box-shadow: 0 0 3px rgba(0,0,0,.4);
	padding: 4px;
	border-radius: 5px;
}
#fixed-bottom a.btn-ad {
	background: #4cb050;
	color: #fff;
	margin-bottom: 15px;
	line-height: 16px;
	font-size: 12px;
}
#fixed-bottom a.btn-top {
	line-height: 32px;
	background: #fff;
	visibility: visible;
}
#fixed-bottom a.btn-top .iconfont{
	color: #4cb050;
	font-size: 22px;
	vertical-align: -1px;
}
.more-line {
	border-top: 1px solid #eee;
	margin-top: 20px;
	text-align: center;
}
.more-line a{
	background: #fff;
	display: inline-block;
	padding: 0 15px;
	line-height: 26px;
	top: -13px;
	position: relative;
}
.more-line a .iconfont {
	font-size: 26px;
	color: #4cb050;
}
.more-line a span{
	display: block;
	font-size: 12px;
	color: #4cb050;
	line-height: 18px;
}
/* 屏幕尺寸最小768 */
@media (min-width:768px) {
	
	.bdsharebuttonbox a.bds_weixin.mobile{
		display: none;
	}
	.more-line a {

		padding: 0 30px;
		line-height: 28px;
		top: -14px;
	}
	.more-line a .iconfont {
		font-size: 28px;
	}
	.more-line a span{
		font-size: 14px;
		line-height: 22px;
	}
	#fixed-bottom {
		bottom: 30px;
	}
	#fixed-bottom a.btn-ad {
		display: none;
	}
	#fixed-bottom a.btn-top {
		padding: 8px;
		height: 48px;
		width: 48px;
	}
	#fixed-bottom a.btn-top .iconfont{
		color: #4cb050;
		font-size: 26px;
	}
	.error404 h1{
		font-size: 24px;
		line-height: 48px;
		margin-bottom: 30px;
	}
	.error404 .link a{
		font-size: 18px;
		line-height: 28px;
	}
	.navbar>.container .navbar-brand, 
	.navbar>.container-fluid .navbar-brand{
		margin-left: 0;
	}
	.navbar-nav{
		display: block;
		float: right;
		margin-right: -15px;
		width: auto;
	}
	.navbar .navbar-brand {
		width: 263px;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	#navigation {
		position: relative;
		padding-right: 15px;
		box-shadow: none;
	}
	#navigation #nav {
		border: none;
	}
	.navbar-nav>li{
		margin-left: 40px;
	}
	.navbar-nav>li>a{
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 40px;
		border-bottom: none;
	}
	.footer .footer-top{
		border-bottom: #eee 1px solid;
	}
	.footer .footer-nav{
		float: right;
	}
	.footer .qr {
		right: 0;
	}
	.footer .footer-nav li {
		margin-left: 30px;
		display: inline-block;
	}
	.footer .footer-nav li a{
		border: none;
	}
	.footer .footer-mes span{
		display: inline-block;
	}
	.footer .footer-txt{
		display: flex;
		justify-content: space-between;
		padding: 15px 0;
		text-align: left;
	}
	.footer .footer-mes{
		flex: 1;
	}
	.footer .footer-mes span:first-child{
		padding-right: 15px;
	}
	.footer .footer-share{
		margin: 0;
		text-align: right;
		width: auto;
	}
	.footer .footer-share a{
		color: #686666;
		margin: 0 0 0 20px;
	}
	.footer .footer-left{
		float: left;
	}
	.footer .footer-logo{
		margin: 0 42px 0 0;
		padding-right: 42px;
		width: 160px;
	}
	.footer .footer-tel p{
		line-height: 20px;
	}
	.footer .footer-tel a{
		font-size: 24px;
		line-height: 28px;
	}
	.new-content .title{
		margin: 30px 0 20px;
		color: #333;
		font-size: 32px;
	}
	.sub-banner{
		height: 250px;
		line-height: 250px;
		background-size: auto 100%;
	}
	.news-list-page .sub-banner {
		background-image: url("assets/img/banner-new.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-new.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-new.jpg*/;
	}
	.about-page .sub-banner{
		background-image: url("assets/img/banner-about.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-about.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-about.jpg*/;
	}
	.baike-page .sub-banner{
		background-image: url("assets/img/banner-cixuanfu.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-cixuanfu.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-cixuanfu.jpg*/;
	}
	.sub-banner-font{
		font-size: 40px;
	}
	.sub-main .list-left-arr{
		width: 50px;
		top: -50px;
	}
	.wp-pagenavi {
		text-align: center;
	}
	.wp-pagenavi a,.wp-pagenavi span{
		margin-left: 10px;
		border-left: 1px solid #eee;
	}
	.wp-pagenavi a:first-child,.wp-pagenavi span:first-child{
		margin-left: 0;
		border-left: 1px solid #eee;
	}
	.wp-pagenavi span.current {
		border-color: #4caf50;
	}
	/*新闻列表*/
	.news-list-page .new-list-select .form-group {
		margin-bottom: 0;
	}
	.news-list-page .new-list .time>div{
		font-size: 36px;
		line-height: 40px;
	}
	.news-list-page .new-list .time>span{
		font-size: 24px;
		line-height: 24px;
		width: 90px;
	}
	.news-list-page .new-list li{
		padding: 40px 0;
	}
	.news-list-page .new-list li .title{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.news-list-page .new-list li .desc{
		font-size: 12px;
		margin-bottom: 0;
	}
	.news-list-page .new-list .hover{
		border-bottom: 1px solid #4caf50;
	    position: absolute;
	    left: 0px;
	    bottom: -1px;
	    width: 100%;
	}
	.news-list-page .new-list li:hover .hover{
		display: inline-block;
		animation:myfirst 0.5s;
		-moz-animation:myfirst 0.5s; 
		-webkit-animation:myfirst 0.5s;
	}
	@keyframes myfirst{
	    0%   {width: 0%;}
	    100% {width: 100%;}
	}

	@-moz-keyframes myfirst{ /* Firefox */
	    0%   {width: 0%;}
	    100% {width: 100%;}
	}

	@-webkit-keyframes myfirst{ /* Safari and Chrome */
	    0%   {width: 0%;}
	    100% {width: 100%;}
	}
	/*新闻内页*/
	.new-de-page .new-recommend {
		margin-bottom: 60px;
	}
	.new-de-page .new-recommend a{
		color: #999;
	}
	.new-de-page .new-recommend a b{
		color: #666;
	}
	.new-de-page .new-recommend a:hover{
		color: #999;
	}
	.new-de-page .new-recommend a:hover b{
		color: #14a0e6;
	}
	.new-de-page .new-title h5{
		padding: 0 60px;
	}
	/* 关于我们 */
	.about-page .content-lx{
		padding-left: 55px;
		margin-top: 60px;
	}
	.about-page .content-lx .cont-lx-l-tit{
		font-size: 32px;
	}
	.about-page .content-lx .content-lx-l{
		padding-top: 180px;
	}
	.about-page .content-lx .content-lx-r{
		padding-top: 70px;
	}
	.about-page .content-lx .cont-lx-r-tit{
		font-size: 18px;
	}
	.about-page .content-lx .cont-lx-r-tit{
		margin-bottom: 25px;
	}
	.about-page .content-lx .cont-lx-r-tit span{
		padding-left: 15px;
	}
	.about-page .content-lx .cont-lx-r-cont{
		padding-left: 15px;
	}
	.about-page .content-more{
		margin-top: 70px;
	}
	.about-page .content-more .content-wx-img{
		width: 130px;
		height: 130px;
		margin: 0 auto;
	}
	.about-page .content-more .content-more-tit{
		margin-bottom: 45px;
	}
	.about-page .content-more .content-more-cont{
		height: 250px;
	}
	.about-page .content-more .content-more-l{
		padding-top: 50px;
		text-align: center;
	}
	.about-page .content-more .content-more-wx{
		margin-top: 20px;
	}
	.about-page .content-more .content-more-r{
		padding-top: 50px;
		padding-left: 20px;
	}
	.about-page .content-more .content-more-cont{
		background: url("assets/img/content-more.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/content-more.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/content-more.jpg*/ 60% no-repeat;
	}
	.about-page .content-more .more-r-tit{
		font-size: 24px;
		color: #005aab;
		margin-bottom: 15px;
	}
	.about-page .content-heart .content-heart-h{
		margin-top: 60px;
		padding: 15px 30px;
	}
	.about-page .content-heart .content-heart-l{
		font-size: 24px;
		height: 50px;
		line-height: 50px;
	}
	.about-page .content-heart .content-heart-r .form-control{
		width: 248px;
		float: right;
	}
	.about-page .content-heart .content-heart-list{
		margin-top: 50px;
	}
	.about-page .content-heart .content-heart-list ul{
		padding-bottom: 20px;
	}
	.about-page .content-heart .content-heart-list li{
		margin-bottom: 50px;
	}
	.about-page .content-heart .heart-list-tit{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.about-top-href{
		height: 80px;
		line-height: 80px;
	}
	.about-top-href a{
		line-height: 78px;
	}
	.about-page .wpcf7-not-valid-tip{
		float: left;
		font-size: 12px;
		margin-left: 10px;
	}
	.about-page .wpcf7-form-control-wrap{
		margin-bottom: 15px;
		width: 100%;
	}
	.about-page .ajax-loader {
		float: left;
	}
	.about-page .wpcf7-form-control-wrap .form-control{
		float: left;
		width: 75%;
		margin-bottom: 20px;
		height: 48px;
	}
	.about-page .wpcf7-mail-sent-ng {
		float: left;
		margin: 14px 0 0;
	}
	.about-page .content-lx .cont-lx-r-cont .btn-content{
	    position:absolute;
	    left:30px;
	    bottom: -50px;
	}
	.enterprise-list{
		padding-left: 0;
		margin-left: 0;
		border:none;
	}
	.enterprise-list>.row{
		width: 100%;
	}
	.enterprise-list .time{
		font-size: 32px;
		color: #666;
	}
	.enterprise-list .time div{
		padding-top: 25px;
		line-height: 32px;
	}
	.enterprise-list .time span{
		display: inline-block;
		width: 72px;
		text-align: right;
		font-size: 16px;
		vertical-align: top;
		line-height: 28px;
	}
	.enterprise-list .txt{
		padding-top: 25px;
	}
	.enterprise-list .txt h5{
		font-size: 24px;
	}
	.enterprise-list .line{
		min-height: 100px;
		position: relative;
	}
	.enterprise-list .line .icon{
		position: absolute;
		z-index: 2;
		left: 50%;
		top: 30px;
		margin-left: -23px;
		height: 16px;
		width: 47px;
		background: url("assets/img/about-line.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/about-line.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/about-line.png*/ center 0 no-repeat;
	}
	.enterprise-list .line .bor{
		position: absolute;
		left: 50%;
		min-height: 60px;
		border-left:#eee 1px solid;
	}
	.enterprise-list:first-child .line .bor{
		top: 30px;
	}
	.enterprise-list:last-child .line .bor{
		display: none;
	}
	.enterprise-list .img{
		text-align: center;
	}
	.enterprise-list .img img{
		max-width: none;
		padding: 0;
		border:none;
	}
	.content-wra{
		margin-top: 50px;
	}
	.content-wra .content-title{
		margin: 50px 0 30px;
		color: #333;
		border-bottom: #eee 1px solid;
	}
	.content-wra .content-title h5{
		padding:20px 30px 22px 0;
		font-size: 28px;
	}
	.content-right .affix{
		top: 50px;
	}
	.list-banner .list-banner-font{
		height: 120px;
		font-size: 40px;
		line-height: 170px;
	}
	.list-tit-l{
		width: 90%;
	}
	.list-li .txt .title{
		font-size: 26px;
		margin-bottom: 15px;
		margin-top: 80px;
	}
	.list-li .txt {
		height: 300px;
		width: 447px;
		float: right;
		padding: 0 40px;
	}
	.list-li .list-img {
		height: 300px;
		width: 720px;
		float: left;
		overflow: hidden;
	}
	.case-pro-xq .case-pro-td{
		padding-right: 15px;
	}
	.case-pro-xq .case-pro-bq{
		text-align: right;
		float: left;
	}
	.case-pro-xq h5{
		font-size: 28px;
		margin-bottom: 30px;
	}
	.case-pro-xq .btn {
		width: 100px;
		margin-top: 30px;
	}
	.new-relevant{
		border-bottom: none;
	}
	.case-relevant{
		width: 100%;
		padding: 40px;
		border-right: 1px solid #eee;
		border-left: 1px solid #eee;
		border-bottom: 1px solid #eee;
		position: relative;
		top: -32px;
	}
	.case-rel .new-title{
		margin-top: 40px;
	}
	.case-product-xq{
		margin-top: 10px;
		padding:  50px 0 ;
	}
	.case-cont{
		padding-top: 10px;
		padding-bottom: 0;
	}
	.case-de-page .new-title h5{
		padding: 0 60px;
	}
	/*活动*/
  .exercise-page .banner .viewport h2 {
    font-size: 56px;
    margin: 0 0 15px;
  }
  .exercise-page .banner .viewport h4 {
    font-size: 28px;
    margin: 0 0 20px;
  }
  .exercise-page .banner .viewport p {
    font-size: 18px;
    margin-bottom: 45px;
  }
  .exercise-page .calendear .btn-prevu {
    margin-top: 10px;
    font-size: 12px;
  }
  .exercise-page .calendear .left{
    float: left;
    height: 100%;
    background: url("assets/img/exercise_cld_bg.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/exercise_cld_bg.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/exercise_cld_bg.jpg*/ center center;
    background-size: auto 100%;
    text-align: left;
    padding: 0;
    border: none;
  }
  .exercise-page .calendear .left > div{
    width: 70%;
    padding-top: 120px;
    margin: 0 auto;
  }
  .exercise-page .calendear .left h2 {
    font-size: 40px;
    margin-bottom: 25px;
    margin-top: 0;
    color: #fff;
  }
  .exercise-page .calendear .left p {
    line-height: 1.6;
    color: #fff;
  }
  .exercise-page .calendear .content{
    height: 100%;
    float: left;
    overflow: auto;
    padding: 0;
  }
  .exercise-page .calendear .content ul {
    height: 100%;
  }
  .exercise-page .calendear .content ul li.item {
    float: left;
    width: 300px;
    height: 100%;
    overflow: hidden;
    padding: 0;
    border-bottom: none;
  }
  .exercise-page .calendear .content ul li.item > div{
    padding: 0 10px;
    height: 100%;
    border-right: 1px solid #eee;
  }
  .exercise-page .calendear .content ul li.item:last-child > div{
    border-color: #fff;
  }
  .exercise-page .calendear li.item .title {
    padding: 60px 18px;
  }
  .exercise-page .calendear li.item h3{
    margin: 0 0 10px;
    font-size: 48px;
  }
  .exercise-page .calendear li.item h2{
    font-size: 24px;
    line-height: 30px;
    margin: 0;
  }
  .exercise-page .calendear li.item .meet {
    margin: 0 18px 15px;
    width: 242px;
    display: inline-block;
    overflow: hidden;
  }
  .exercise-page .calendear li.item .meet:last-child {
  	margin-bottom: 60px;
  }
  .exercise-page .calendear li.item .meet h5.pre{
    display: block;
  }
  .exercise-page .calendear li.item .meet i.iconfont {
    float: right;
    margin-top: 10px;
    font-size: 28px;
    color: #fff;
    display: block;
  -webkit-transform: translate(-20px,0);
      -ms-transform: translate(-20px,0);
          transform: translate(-20px,0);
  -webkit-transition: all .2s ease;
          transition: all .2s ease;

  }
  .exercise-page .calendear li.item .meet a:hover i.iconfont {
    color: #14a0e6;
  -webkit-transform: translate(0,0);
      -ms-transform: translate(0,0);
          transform: translate(0,0);
  }

	.exercise-page .prevu-pop {
		display: none;
		z-index: 9;
	}
	.exercise-page .prevu-pop section.sec-0 {
		padding-top: 80px;
	}
.exercise-page .prevu-pop button.close {
	top: 120px;
}
  .exercise-page .prevu-pop section.sec-2 .guest{
    width: 130px;
    margin: 0 20px 10px;
  }
  .exercise-page .prevu-pop section.sec-2 .guest p {
    height: 54px;
  }
  .exercise-page .prevu-pop section.sec-3 .path {
    width: 730px;
    margin: 0 auto 60px;
    padding-left: 135px;
  }
  .exercise-page .prevu-pop section.sec-3 .path .date{
    width: 105px;
  }
  .exercise-page .prevu-pop section.sec-3 .path .con{
    width: 490px;
    position: relative;
  }
  .exercise-page .prevu-pop section.sec-3 .path .con > div{
    position: relative;
    height: auto;
  }
  .exercise-page .prevu-pop section.sec-3 .path .con h6{
    padding-left: 65px;
  }
  .exercise-page .prevu-pop section.sec-3 .path .con ul.sub{
    padding-left: 65px;
  }
  .exercise-page .prevu-pop section.sec-3 .path .con ul.sub span{
    display: inline-block;
    padding: 0;
    vertical-align: top;
    width: 305px;
  }
  .exercise-page .prevu-pop section.sec-3 .path .con ul.sub span.time{
    display: inline-block;
    margin-bottom: 0;
    width: 110px;
    margin-right: 5px;

  }
  .exercise-page .prevu-pop section.sec-4 #map{
    min-height: 500px;
  }
  .exercise-page .prevu-pop section.sec-4 .bus {
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
    margin-bottom: 60px;
  }
  .exercise-page .prevu-pop section.sec-4 .bus h4{
    padding: 0;
    text-align: right;
    margin: 0;
    border: none;
  }
  .exercise-page .prevu-pop section.sec-4 .bus p{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .exercise-page .prevu-pop section.sec-4 .bus p{
    display: inline;
    margin-bottom: 0;
    float: none;
  }
  .exercise-inner-page .banner .viewport h2 {
    font-size: 56px;
    margin: 0 0 15px;
  }
  .exercise-inner-page .banner .viewport h4 {
    font-size: 28px;
    margin: 0 0 20px;
  }
  .exercise-inner-page .banner .viewport p {
    font-size: 18px;
  }
    .exercise-inner-page section .title span{
        padding: 0 40px;
    }
    .exercise-inner-page section .title span:before {
        left:-16px;
        margin-top: -8px;
        width:16px;
        height:16px;
        background-size: 16px 16px;
    }
    .exercise-inner-page section .title span:after {
        right:-16px;
        margin-top: -8px;
        width:16px;
        height:16px;
        background-size: 16px 16px;
    }
    .exercise-inner-page section .carousel-control{
        background: none;
    }
    .exercise-inner-page section .carousel-control.left{
        left:-130px;
    }
    .exercise-inner-page section .carousel-control.right{
        right:-130px;
    }
    .exercise-inner-page section .carousel-control .icon{
        color:#ccc;
    }
  .exercise-inner-page section.sec-2 .guest{
    width: 130px;
    margin: 0 20px 10px;
  }
  .exercise-inner-page section.sec-2 .guest p {
    height: 54px;
  }
  .exercise-inner-page section.sec-3 .carousel-bottom {
      position:relative;
  }
  .exercise-inner-page section.sec-3 .carousel-bottom p{
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    margin-bottom: 0;
    text-align: center;
  }
  .exercise-inner-page section.sec-3 .carousel-bottom .num{
    font-size: 16px;
    line-height: 20px;
    position:absolute;
    top:50%;
    right:0;
    margin-top: -10px;
  }
  .exercise-inner-page section.sec-3 a.carousel-control .icon{
    font-size: 50px;
    height: 56px;
    line-height: 56px;
    width: 56px;
    margin-top: -28px;
    margin-left: -28px;
  }
  .exercise-inner-page section.sec-5 .post {
    height: 540px;
    background: url("assets/img/exercise_news.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/exercise_news.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/exercise_news.jpg*/ top center;
    background-size: auto 100%;
  }
  .exercise-inner-page section.sec-5 .post h4{
    padding-top: 100px;
    font-size: 36px;
  }
  .exercise-inner-page section.sec-5 .headline {
      position:relative;
      height: 385px;
      width:100%;
      overflow:hidden;
      margin-bottom:0;
  }
  .exercise-inner-page section.sec-5 .headline:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100px;
    z-index:2;
    background: url("assets/img/exercise_mask.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/exercise_mask.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/exercise_mask.png*/ repeat-x;
  }
  .exercise-inner-page section.sec-5 .headline img{
    position:absolute;
    z-index:1;
    left:50%;
    top:0;
    height:100%;
    -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
  }
  .exercise-inner-page section.sec-5 .news-list{
    overflow: hidden;
    height: 385px;
  }
  .exercise-inner-page section.sec-5 .news-list ul{
    padding-right: 30px;
  }
  .exercise-inner-page section.sec-5 .news-list ul li:last-child{
    margin-bottom: 0;
  }
  .exercise-inner-page section.sec-5 .news-list h5{
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .exercise-inner-page section.sec-5 .news-list p{
    line-height: 16px;
    font-size: 12px;
  }
  .exercise-inner-page section.sec-5 .news-list p.date{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .exercise-inner-page section.sec-6 h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .videoModal button.close{
    top: 0;
  }
  .videoModal button.close .iconfont{
    font-size: 32px;
  }
  /*产品*/
	.banner-product{
		height: 735px;
		background: url("assets/img/banner-product.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-product.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-product.jpg*/ center no-repeat;
		padding-top: 100px;
	}
	.banner-product .banner-product-tit{
		font-size: 64px;
	}
	.banner-product .banner-product-p{
		font-size: 36px;
	}
	.product-cont {
		padding-top: 90px;
		position: relative;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: left center;
	}
	.product-cont1{
		background-image: url("assets/img/product-bg-1.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/product-bg-1.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/product-bg-1.jpg*/;
	}
	.product-cont2{
		background-image: url("assets/img/product-bg-2.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/product-bg-2.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/product-bg-2.jpg*/;
	}
	.product-cont3{
		background-image: url("assets/img/product-bg-3.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/product-bg-3.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/product-bg-3.jpg*/;
	}
	.product-cont4{
		background-image: url("assets/img/product-bg-4.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/product-bg-4.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/product-bg-4.jpg*/;
	}
	.product-cont .pro-cont1-tit{
		font-size: 40px;
	}
	.product-cont .pro-cont1-fw{
		font-size: 16px;
	}
	.product-cont .pro-cont1-zl{
		display: inline-block;
		border-top: 1px solid rgba(255,255,255,0.3);
		margin-top: 20px;
		padding-top: 20px;
	}
	.product-cont .pro-cont1-zl>div{
		float: left;
	}
	.product-cont .pro-cont1-zl>div:last-child{
		margin-right: 0;
	}
	.product-cont .pro-cont1-q{
		font-size: 14px;
		opacity: 0.6;
		margin-bottom: 0px;
	}
	.product-cont .pro-cont1-p{
		font-size: 24px;
	}
	.product-cont .pro-cont1-bz{
		margin-top: 20px;
	}
	.product-cont .pro-cont1-bz li{
		float: left;
		margin-right: 40px;
	}
	.product-cont .pro-cont1-bz-l{
		text-align: center;
		float: left;
	}
	.product-cont .pro-cont1-bz-l p{
		margin-top: 10px;
	}
	.product-cont .line{
		width: 1px;
		height: 40px;
		background: #fff;
		opacity: 0.2; 
		margin: 8px 30px 0;
	}
	.product-cont .pro-case{
		margin-top: 30px;
	}
	.product-cont .pro-case p{
		font-size: 14px;
	}
	.product-cont .pro-case li{
		float: left;
		margin-right: 10px;
		margin-top: 10px;
	}
	.product-cont .pro-case li:last-child{
		margin-right: 0;
	}
	.product-cont .pro-case .pro-case-img{
		width: 160px;
		border: 5px solid #fff;
		box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	}
	.product-cont .pro-case p.pro-case-name{
		color: #333;
		text-align: center;
		margin-top: 10px;
	}
	.product-cont .btn.btn-primary{
		padding: 9px 12px;
		width: 50%;
		margin-top: 40px;
	}
	.product-cont .pro-pro-img{
		margin-top: 40px;
	}
}

/* 屏幕尺寸最小1200 */
@media (min-width: 1200px) {
	.container {
	    width: 1200px;
	}
}
@media (min-width: 1366px) {
	.sub-main .list-left-arr{
		width: 87px;
		top: -87px;
	}
}

/* 屏幕尺寸最大768 */
@media (max-width: 767px) {
	.exercise-page .btn-prevu {
	  border-radius: 0;
	  font-size: 16px;
	  padding-top: 13px;
	  padding-bottom: 13px;
	}
	.news-list-page .new-list .time {
		margin-top: 5px;
	}
	.news-list-page .new-list .time>div a {
		color: #4caf50;
	}
	.news-list-page .new-list .time>span a {
		color: #666;
	}
	.news-list-page .new-list .title {
		line-height: 24px;
		max-height: 48px;
		overflow: hidden;
	}
	.news-list-page .new-list .desc {
		line-height: 24px;
		height: 48px;
		overflow: hidden;
	}
	.about-page .content-lx{
		height: 440px;
		margin-top: 30px;
	}
	.about-page .content-lx .cont-lx-r-tit{
		text-align: center;
	}
	.about-page .content-lx .content-lx-r{
		padding: 30px 45px;
	}
	.about-page .content-lx .cont-lx-r-cont textarea{
		width: 100%;
		margin-top: 25px;
	}
	.about-page .content-lx .cont-lx-r-tit span{
		padding-left: 25px;
		padding-right: 10px;
	}
	.about-page .content-lx .cont-lx-r-tit #cont-zx{
		margin-left: -15px;
	}
	.about-page .content-lx .cont-lx-r-tit label{
		font-size:18px;
	}
	.about-page .content-more{
		margin-top: 60px;
	}
	.about-page .content-more-content{
		height: 400px;
		background: #e4ecf7;
	}
	.about-page .content-more .content-more-cont{
		height: 400px;
		background: url("assets/img/content-more-xs.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/content-more-xs.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/content-more-xs.jpg*/ bottom no-repeat;
		background-size: 100%;
		padding-top: 30px;
		padding-left: 30px;
		position: relative;
	}
	.about-page .content-more .content-more-tit{
		margin-bottom: 30px;
	}
	.about-page .content-more .content-more-l{
		position: absolute;
		bottom: 68px;
	}
	.about-page .content-more .content-more-wx{
		text-align: center;
		margin-top: 10px;
	}
	.about-page .content-more .more-r-p .more-r-p-r{
		width: 73%;
	}
	.about-page .content-more .content-wx-img{
		width: 80px;
		height: 80px;
	}
	.about-page .content-heart .content-heart-h{
		margin-top: 20px;
		padding: 20px;
	}
	.about-page .content-heart .content-heart-l{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.about-page .content-heart .content-heart-list{
		margin-top: 30px;
		padding: 0 20px;
	}
	.about-page .content-heart .content-heart-list li{
		margin-bottom: 30px;
	}
	.about-page .content-heart .content-heart-list li:last-child{
		margin-bottom: 90px;
	}
	.about-page .content-heart .heart-list-tit{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.exercise-page .banner .viewport{
  		text-shadow: 0 0 2px #333;
	}
	.exercise-page .banner .viewport h2 {
	  text-shadow: 0 0 4px #222;
	}
	.footer .footer-left {
		margin-bottom: 30px;
	}
	.footer .footer-txt{
		display: block;
		padding-bottom: 30px;
		text-align: center;
	}
	.footer .footer-mes span{
		display: block;
	}
	.footer .footer-share{
		margin: 20px auto 0;
	}
	.list-banner{
		height: 150px;
	}
	.list-banner .list-banner-font{
		font-size: 24px;
		height: 150px;
		line-height: 150px;
	}
	.list-title{
		width: 15%;
	}
	.list-tit-l{
		width: 85%;
	}	
	.list-search{
		width: 92%;
		margin:20px auto;
	}
	.list-li .txt {
		padding-bottom: 20px;
	}
	.list-li .txt .title{
		font-size: 20px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.list-li .txt .desc{
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.case-hidden-xs{
		display: block;
	}
	.case-pro-xq h5{
		font-size: 24px;
		margin-top: 70px;
		margin-bottom: 20px;
	}
	.case-relevant{
		border:none;
		padding: 10px 0 0;
		margin-bottom: 0;
	}
	.case-rel{
		border-bottom: none;
		margin-bottom: 0;
	}
	.new-title{
		margin: 40px 0 15px
	}
	.case-pro-xq {
		padding-left: 30px;
		padding-right: 30px;
	}
	.case-pro-xq-btn{
		width: 100%;
	}
	.case-product-xq{
		padding-bottom: 30px;
	}
	.case-rel ul li{
		margin-bottom: 30px;
	}
	.case-cont{
		padding: 5px 0 0;
	}
	.enterprise-list .txt {
		margin-top: -5px;
	}
	/*产品*/
	.banner-product{
		height: 450px;
		background: url("assets/img/banner-product-xs.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-product-xs.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/banner-product-xs.jpg*/ center no-repeat;
		padding-top: 94px;
		background-size: 100%;
	}
	.banner-product .banner-product-tit{
		font-size: 36px;
	}
	.banner-product .banner-product-p{
		font-size: 18px;
	}
	.product-cont {
		padding-top: 60px;
		background-size: 100% auto;
		height: 1040px;
		position: relative;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-color: #fff;
		background-size: 100% auto;
	}
	.product-cont1{
		background-image: url("assets/img/product-bg-xs-1.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/product-bg-xs-1.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/product-bg-xs-1.jpg*/;
	}
	.product-cont2{
		background-image: url("assets/img/product-bg-xs-2.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/product-bg-xs-2.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/product-bg-xs-2.jpg*/;
	}
	.product-cont3{
		background-image: url("assets/img/product-bg-xs-3.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/product-bg-xs-3.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/product-bg-xs-3.jpg*/;
	}
	.product-cont4{
		background-image: url("assets/img/product-bg-xs-4.jpg")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/product-bg-xs-4.jpg*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/product-bg-xs-4.jpg*/;
	}
	.product-cont .pro-cont1-tit{
		font-size: 32px;
		margin-top: 0;
	}
	.product-cont .pro-cont1-fw{
		font-size: 16px;
	}
	.product-cont .pro-cont1-zl{
		border-top: 1px solid rgba(255,255,255,0.3);
		margin-top: 20px;
		padding-top: 20px;
	}
	.product-cont .pro-cont1-zl>div{
		width: 50%;
		float: left;
	}
	.product-cont .pro-cont1-zl>div:last-child{
		margin-right: 0;
	}
	.product-cont .pro-cont1-q{
		font-size: 14px;
		opacity: 0.6;
		margin-bottom: 0px;
	}
	.product-cont .pro-cont1-p{
		font-size: 24px;
	}
	.product-cont .pro-cont1-bz{
		margin-top: 20px;
	}
	.product-cont .pro-cont1-bz li{
		float: left;
		width: 50%;
	}
	.product-cont .pro-cont1-bz-l{
		text-align: center;
		float: left;
		margin-bottom: 10px;
	}
	.product-cont .pro-cont1-bz-l img{
		float: left;
	}
	.product-cont .pro-cont1-bz-l p{
		float: left;
		margin-left: 20px;
		line-height: 48px;
	}
	.product-cont .pro-case{
		z-index: 9;
		position: relative;
	}
	.product-cont .pro-case p{
		font-size: 14px;
	}
	.product-cont .pro-case .pro-case-list{
		width: 100%;
		overflow-x: auto;
	}
	.product-cont .pro-case ul{
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}
	.product-cont .pro-case li{
		float: left;
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.product-cont .pro-case li:last-child{
		margin-right: 0;
	}
	.product-cont .pro-case .pro-case-img{
		width: 100%;
		border: 5px solid #fff;
		box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	}
	.product-cont .pro-case p.pro-case-name{
		color: #333;
		margin-top: 10px;
		font-size: 16px;
		margin-bottom: 0;
		text-align: center;
	}
	.product-cont .btn-set{
		padding: 110px 15px 30px;
		background: #fff;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
	}
	.product-cont .pro-pro-img{
		position: relative;
		z-index: 2;
	}
	.exercise-page .prevu-pop {
		-webkit-overflow-scrolling: touch
	}
	.exercise-page .prevu-pop section.sec-4 .bus {
		padding-bottom: 60px
	}

	.bdsharebuttonbox a.bds_weixin.pc{
		display: none;
	}
	#wechat-share {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: url("assets/img/share_bg.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/share_bg.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/share_bg.png*/ no-repeat;
		background-size: 100% 100%;
		text-align: center;
		z-index: 9999;
	}
	#wechat-share h3 {
		color: #fff;
		font-size: 22px;
		margin-top: 130px;
		margin-bottom: 70px;
	}
	#wechat-share .con {
		color: #fff;
	}
	#wechat-share .con span{
		display: inline-block;
		padding-top: 80px;
		font-size: 16px;
		vertical-align: top;
	}
	#wechat-share .con span.i1{
		background: url("assets/img/share_icon1.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/share_icon1.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/share_icon1.png*/ no-repeat center top;
		background-size: 64px 64px;
	}
	#wechat-share .con span.i2{
		background: url("assets/img/share_icon2.png")/*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/share_icon2.png*//*tpa=http://www.haierac.cn/cxf/wp-content/themes/twentyseventeen/assets/img/share_icon2.png*/ no-repeat center top;
		background-size: 64px 64px;
	}
	#wechat-share .con span.or{
		font-size: 14px;
		opacity: 0.7;
		padding-top: 30px;
		margin: 0 30px;
	}
	#wechat-share .btn-set {
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 30px;
	}
	#wechat-share .btn-set .btn{
		border: 1px solid #fff;
		color: #fff;
		width: 180px;
	}
	.modal.videoModal .modal-content{
	  -webkit-transform: translate(0, 45%);
	      -ms-transform: translate(0, 45%);
	       -o-transform: translate(0, 45%);
	          transform: translate(0, 45%);
	}
	
}

@media (max-width: 375px) {
	.product-cont {
		height: 1000px;
	}
}