﻿@charset "utf-8";
/* CSS Document */
body{ overflow-x:hidden}
body,p,h1,h2,h3,h4,h5,h6,dd,dl,dt,label{ margin:0; padding: 0;font-family:"微软雅黑"; font-weight:normal;}
i{ font-style:normal; padding:0 !important; margin:0}
ul,li{ margin:0; padding: 0; list-style:none;}
li{ float:left;}
img{ vertical-align:middle; border:none;}
a{ text-decoration:none; color:#333333;}
a:hover{ text-decoration:none; color:#e62129}
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix {zoom:1; }
.fl{ float:left}
.fr{ float:right}

.dn {
    display: none;
}
.qq{
	position: fixed;
	right: 0;
	top: 300px;
	z-index: 900;
}
.qq a{
	display: block;
	width: 66px;
	height: 63px;
	background-color: #E62129;
	margin-bottom:1px;
	background-image: url(../images/qq.png);
	background-repeat: no-repeat;
	background-position-x: 14px;
	cursor: pointer;
}
.qq a:nth-of-type(1){
	background-position-y:12px;
}
.qq a:nth-of-type(2){
	background-position-y:-48px;
}
.qq a:nth-of-type(3){
	background-position-y:-108px;
}
.qq a:nth-of-type(4){
	background-position-y:-168px;
}
.qq .tel{
	top: 64px;
	height:63px;
	color:#FFFFFF;
	width: 130px;
	line-height: 52px;
	text-align: center;
	font-size:16px;
}
.qq .ma{
	top: 127px;
}
.qq .tel,.qq .ma{
	padding: 5px;
	background-color: #e62129;
	position: absolute;
	right: 70px;
	z-index: 10000;
	display: none;
}
.qq .ma img{
	display: block;
}
.qq .zhan{
	position: absolute;
	top: 0;
	z-index: 111111;
	background-image:url(../images/zhan.png);
	background-position-x:0px;
	right: -66px;
}
/*头部开始*/
header {
  position: relative;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.11);
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.f-cb{ padding:0}
header .search {
  height: 80px;
  z-index: 3;
}
header .search form {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 85;
  height: 100%;
  background: #005aab;
}
header .search form input {
  width: calc(90% - 85px);
  height: 100%;
  padding: 0 5%;
  border: 0;
  border-radius: 0;
  background: #818181;
  font-size: 24px;
  line-height: 38px;
  color: #eaeaea;
}
header .search form input.submit {
  width: 85px;
  padding: 0;
  background: url("http://www.hzgeg.com/static/web/css/../img/bg_btn01.png") no-repeat center #005aab;
  background-size: cover;
}
header .search .search-btn {
  width: 85px;
  height: 80px;
  background: url("http://www.hzgeg.com/static/web/css/../img/bg_btn01.png") no-repeat center #005aab;
  background-size: cover;
  cursor: pointer;
}
header .language {
  width: 102px;
  padding: 24px 0;
  border-left: 1px solid #e0e0e0;
  font-size: 16px;
  line-height: 2;
  color: #777;
  text-align: center;
}
header .language a {
  display: inline-block;
  padding-left: 28px;
  background: url("http://www.hzgeg.com/static/web/css/../img/bg_sign02.png") no-repeat left center;
  cursor: pointer;
}
header .language .list {
  left: 0;
  top: 56px;
  width: 100%;
  padding-bottom: 5px;
  background: #fff;
  text-align: center;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.11);
}
header .language .list a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #777;
}
header .language .list a:hover {
  color: #0062cb;
}
header nav {
  position: relative;
  z-index: 9999;
  margin-left: 20px;
}
header nav li {
  position: relative;
  width: 88px;
  height: 80px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-right:22px;
}
header nav li:last-child{ margin-right:0}

header nav li a.tit {
  display: inline-block;
  width: 100%;
  padding: 22px 0;
  font-size: 15px;
  line-height: 36px;
  color: #333;
  text-align: center;
}
header nav li:hover, header nav li.cur {
	background:#e62129;
}

header nav li:hover a.tit, header nav li.cur a.tit {
  color: #fff;
}
header .subnav {
  padding: 10px 0;
  width: 800px;
}
header .subnav a {
  display: inline-block;
  float: left;
  margin: 0 12px;
  font-size: 14px;
  line-height: 2;
  color: #333;
}
header .subnav a:hover {
  color: #e72b33;
}
header .nav-bg {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 1;
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0.7);
}
header .tel{
	color:#ec5259;
	font-size:26px; 
	background:url(../images/tel.png) no-repeat; 
	height:39px;
	padding-left: 51px;
	margin: 19px auto;
}
header .logo{
	margin:19px 0;
}
header .logo img{
	width:175px; 
	height:45px;
}
.ssubNav1 {
    padding:20px;
    cursor:pointer;
    color:#fff;
    cursor:pointer;
    -ms-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out s;
    -moz-transition: all 0.4s ease-in-out s;
    transition: all 0.4s ease-in-out 0s; 
	display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #e72b33;
	display:none;
}
.navline {
   	left: 30px;
    width: 24px;
    height: 3px;
   	background-color:#fff;
   	display:block;
   	margin-bottom:4px;
   	-ms-transition: all 0.4s ease-in-out 0s;
   	-webkit-transition: all 0.4s ease-in-out 0s;
}
.navline1{
   	transform:translateY(7px) rotate(45deg);
   	-ms-transform:translateY(7px) rotate(45deg);
   	-webkit-transform:translateY(7px) rotate(45deg);
   	-o-transform:translateY(7px) rotate(45deg);
   	-moz-transform:translateY(7px) rotate(45deg);
   	-ms-transition: all 0.4s ease-in-out 0s;
   	-webkit-transition: all 0.4s ease-in-out 0s;
   	-o-transition: all 0.4s ease-in-out s;
   	-moz-transition: all 0.4s ease-in-out s;
   	transition: all 0.4s ease-in-out 0s;
}
.navline2{
   	background-color:transparent;
   	-ms-transition: all 0.4s ease-in-out 0s;
   	-webkit-transition: all 0.2s ease-in-out 0s;
   	-o-transition: all 0.2s ease-in-out s;
   	-moz-transition: all 0.2s ease-in-out s;
   	transition: all 0.2s ease-in-out 0s;
 }
.navline3{
   	transform:translateY(-7px) rotate(-45deg);
   	-ms-transform:translateY(-7px) rotate(-45deg);
   	-webkit-transform:translateY(-7px) rotate(-45deg);
   	-o-transform:translateY(-7px) rotate(-45deg);
   	-moz-transform:translateY(-7px) rotate(-45deg);
   	-ms-transition: all 0.4s ease-in-out 0s;
   	-webkit-transition: all 0.4s ease-in-out 0s;
   	-o-transition: all 0.4s ease-in-out s;
   	-moz-transition: all 0.4s ease-in-out s;
   	transition: all 0.4s ease-in-out 0s                                                                                                                                                                   
}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} 
.flexslider .slides img {width: 100%; display: block;}
.flexslider .slides img:first-child{ display:block}
.flexslider .slides img:nth-of-type(2){ display:none}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {position: relative;-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; overflow:hidden;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 48px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  background:url(../images/arr.png) no-repeat; text-indent:-999em }
.flex-direction-nav .flex-prev { left: -50px; background-position:0 0 }
.flex-direction-nav .flex-next { right: -50px; background-position:-132px 0}
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px;}
.flexslider:hover .flex-next { opacity: 0.7; right: 10px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; background:#ddd}
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
.flex-control-nav {width: 100%; position: absolute; bottom:0px; text-align: center; z-index:100;padding-left: 0;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline; float:none;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #e62129; cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/*banner结束*/
.por {
    position: relative;
}
.pro{
	background:#eeeeee;
}
.inews-title {
    height: 64px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 3%;
    font-size: 18px;
    line-height:64px;
}
.inews-title a {
    display: inline-block;
    padding-right: 15px;
    margin: 24px 10px 0 0;
	background-image:url(../images/bg_sign04.png);
	background-repeat:no-repeat;
	background-position:right 8px;
	transition:background-position-y 0.3s ease-in-out;
    font-size: 14px;
    line-height: 2;
    color: #888;
    background-size: auto 33px;
    height: 21px;
}
.inews-title a:hover{ background-position:right -13px}
.inews-title p.fl:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background: #e62129;
    transition: all 0.5s;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.new_box,.product{
	padding-bottom:50px;
}
.new .new_box ul li img{
	transition:all 0.3s ease-in-out;
	transform:scale(1,1);
}
.new .new_box ul li:hover img{
	transform:scale(1.1,1.1);
}
.product .pro_img{
	width:100%;
	height:270x;
	overflow:hidden;
	background:#FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .pro_img img{
	width:100%;
	transition:all 0.3s ease;
	 transform:scale(1,1)
}
.product .pro1:hover img{ transform:scale(1.1,1.1)}
.pro1 p{
	text-align:center;
	margin:10px auto; 
	font-size:16px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.pro1{
	margin-bottom:20px;
}
.xian{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
	height:2px;
	width:100%;
	background:#dadada;
}
.xian:before{	
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e62129;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	
}
.pro1 a:hover .xian:before{
	-webkit-transform: scaleX(1);
    transform: scaleX(1);	
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);	
}
.new_box .in {
    width:100%;
    margin: 0 auto;
}
.new_box a.txt{
	height:66px;
	overflow:hidden;
}
.new_box a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
	overflow:hidden;
}
.new_box p.tit {
    padding: 6px 0;
    margin: 20px 0 5px;
    line-height: 20px;
    text-align: center;
}
.new_box  p.tit a {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new_box span {
    display: inline-block;
    padding-left: 20px;
	background-image:url(../images/bg_sign01.png);
	background-repeat:no-repeat;
	background-position:left 0;
    margin-top: 10px;
    font-size: 12px;
    line-height: 28px;
    cursor: pointer;
	transition:background-position-y 0.3s ease-in-out;
	-moz-transition:background-position-y 0.3s ease-in-out;
	-o-transition:background-position-y 0.3s ease-in-out;
}
.new_box span:hover{
	background-position: left -27px
}
.iboxs {
    padding: 3% 0;
    background: #eee;
    border-top: 1px solid #d7d7d7;
}
.iboxs .box.fl {
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
}
.iboxs .box.fl .img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
	padding:0;
}
.iboxs .box.fl .img .in {
    width: 83%;
    height: 100%;
    background: url(../images/h.jpg) no-repeat center;
    background-size: cover;
}
.iboxs .box.fl .detail {
    float: right;
}
.iboxs .box.fl .detail .in {
    padding: 8% 8.4% 8% 0;
}
.iboxs .box.fl .detail h2 {
    font-size: 20px;
    line-height: 24px;
    color: #333;
}
.iboxs .box.fl .detail p.en {
    padding-bottom: 5%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 3%;
    font-size: 20px;
    line-height: 1;
    color: #b9b9b9;
    font-family: Arial;
    text-transform: uppercase;
}
.iboxs .box.fl .detail a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
}
.iboxs .box.fl .detail a.more {
    margin-top: 14px;
    padding-right: 15px;
    background: url(../images/bg_sign05.png) no-repeat right center;
    font-size: 14px;
    line-height: 2;
    color: #e62129;
	background-size: auto 18px;
}
.iboxs .box.fr ul {
    width:100%;
    padding-left: 14.2%;
}
.box{ padding:0}
.iboxs .box.fr li:last-child {
    background-image: url(../images/bg_bg02.jpg);
}
.iboxs .box.fr li {
    width: 100%;
    padding: 7.2% 7.2% 15%;
    background: url(../images/bg_bg01.jpg) no-repeat right center;
    background-size: cover;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
	height:125px;
}
.iboxs .box.fr li p.t {
    font-size: 20px;
    line-height: 32px;
    color: #e99134;
}
.iboxs .box.fr li p.t.b {
    color: #e62129;
}
/*底部开始*/
footer {
    background: #4b4c4d;
}
footer .list-wrap {
    padding: 2% 0;
}
footer li {
    width: 20%;
}
footer li a.tit {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 2;
    color: #fff;
    opacity: 1;
}
footer li a {
    display: inline-block;
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    opacity: 0.7;
    transition: all 0.5s;
}
footer .detail {
    padding-left: 17%;
    font-size: 13px;
    line-height: 2;
    color: #d2d2d2;
}
footer .detail p.t {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 2;
    color: #fff;
}
footer .detail .img-box {
    width: 77px;
    margin: 20px 28px 0 0;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    text-align: center;
}
.footer-tips {
    width: 100%;
    padding: 18px 0;
    background: #363636;
    font-size: 14px;
    line-height: 2;
    color: #828282;
    transition: all 0.5s;
}
.footer-tips.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
}
.footer-tips p {
    padding-left: 15px;
}
.footer-tips .select {
    width: 214px;
    height: 26px;
    background: #fff;
    border: 1px solid #c1c1c1;
    font-size: 12px;
    line-height: 2;
    color: #666;
}
.footer-tips .select p {
    padding: 0 24px 0 10px;
    background: url(../images/bg_sign19.jpg) no-repeat right;
    cursor: pointer;
}
footer.fixed-before:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 56px;
}
.footer-tips .select .list {
    left: 0;
    bottom: 25px;
    width: 212px;
    padding: 10px;
    background: #fff;
}
footer .list-wrap .list{
	border-right:1px #6b6b6b solid;
}
.poa {
    position: absolute;
}
.footer-tips .select .list li {
    width: 100%;
}
.footer-tips .select .list a {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 0 3%;
    font-size: 13px;
    line-height: 24px;
    transition: all 0.5s;
}
.footer-tips.black {
    padding: 15px 0;
    background: #fff;
    border-top: 1px solid #c1c1c1;
}


.cd-container::after {
  content: '';
  display: table;
  clear: both;
}


#cd-timeline {
  position: relative;
  padding: 2em 0;
}
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  height: 100%;
  width: 4px;
  background: #e5e6e6;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color:#FFFFFF;
  font-size:22px;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-block:nth-of-type(even) .cd-timeline-img{
	background: #C03B44;
}
.cd-timeline-block:nth-of-type(odd) .cd-timeline-img{
	background: #73C765;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 70px;
    height: 70px;
    left: 50%;
    margin-left: -35px;
	line-height:70px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 81px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #e5e6e6;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  font-size: 18px;
  color: #9c9c9c;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content .cd-read-more{
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
