@media only screen and (min-width: 992px){
.block-region-top-first .swiper-55-1 .swiper-1 .swiper-wrapper, .block-region-top-first .swiper-55-1 .swiper-1 .swiper-slide, .block-region-top-first .swiper-55-1 .swiper-container.swiper-1 {
    height: 100vh !important;
}}

.col-lg-h2{
  position:relative;
}
.col-lg-2 h2:before {
    content: "\e61e";
    position: absolute;
    font-size: 50px;
    color: #0052A9;
    bottom: -50px;
    width: 50px;
    height: 50px;
    font-family: 'iconfont';
    font-weight: 100;
    left: 45px;
}
.col-lg-2 h2:after {
    content: "";
    position: absolute;
    background: #ECECEC;
    bottom: -130px;
    width: 1px;
    height: 100px;
    left: 69px;
}
@media (max-width: 1200px){
.col-lg-2 h2:after {
    bottom: 63px;
    width: 20px;
    height: 1px;
    left: 300px;
}
.col-lg-2 h2:before {
    bottom: 25px;
    left: 245px;
}
}
/********* tech highlights ******/
.layout-full.region-top{
  padding-top:40px;
}
.techs img{
  padding-top:40px;
  padding-bottom:80px;
}
.techs p{
  font-size:20px !important;
  text-align:left;
  color:#FFF;
}
.techspage{
  padding:40px;
  overflow: hidden !important;
}
.tech01{
  background:url(../../p-bg-01.jpg) no-repeat center center;
  background-size:cover;
}
.tech02{
  background:url(../../p-bg-02.jpg) no-repeat center center;
    background-size:cover;
}
.tech03{
  background:url(../../p-bg-03.jpg) no-repeat center center;
    background-size:cover;
}
.tech04{
  background:url(../../p-bg-04.jpg) no-repeat center center;
    background-size:cover;
}
@media (min-width: 1200px){
.techs{
  text-align:center;
  display:flex;
  display: -webkit-flex;
  align-items: stretch;
  flex-wrap: wrap;
}
}
@media (max-width: 996px){
.layout-full.region-top{
  padding-top:0px;
}
.techs p {
    float: left;
    display: inline-block;
    padding-top: 20px;
    padding-left: 40px;
}
.techs img {
    padding-top: 10px;
    padding-bottom: 40px;
    float: left;
}
.tech-highlights .row{
  margin-left:0;
  margin-right:0;
}
}
@media (max-width:480px){
  .techs{
  text-align:center;
  }
  .techs p{
    float:none;
    padding-left:0;
    padding-top:0;
  }
  .techs img {
    padding-top: 10px;
    padding-bottom: 20px;
    float:none;
}
}
/****** tech02 *******/
.techpage{
				overflow:hidden;
				position: relative;
				width:100%;
				margin: 50px auto;
				display: flex;
				display: -webkit-flex; 
				 align-items: stretch; 
				flex-wrap: wrap;
				height: 300px;
			}
			.techpage  .tc-text{
				 display: none;
				 font-size:14px;
				 line-height: 150%;
				 padding:0 30px 0 80px;
				 color:#FFF !important;
			 }  
			.techpage .resizable {  
			  width: 25%;  
			  position: absolute;  
			  transition: all 0.3s ease;  
			  background: #007BFF;
			  text-align: center;
			  height:100%;
			}  
			 .techpage .tc{
				 padding:40px;
				 
			 }
			  .techpage .tc p{
			    color:#FFF;
			  }
			.techpage .layer1 {  
			  left: 0;  
			  z-index: 1; 
			  background: url(../../p-bg-01.jpg) no-repeat center center;
			  background-size: cover;
			}  
			  
			.techpage .layer2 {  
			  left: 25%;  
			  z-index: 2;  
			  background: url(../../p-bg-02.jpg) no-repeat center center;
			  background-size: cover;
			}    
			.techpage .layer3 {  
			  right: 25%;  
			  z-index: 3;  
			  background: url(../../p-bg-03.jpg) no-repeat center center;
			  background-size: cover;
			}  
			.techpage .layer4 {
			  right: 0%;  
			  background: url(../../p-bg-04.jpg) no-repeat center center;
			  background-size: cover;
			  z-index: 3;  
			}   
			.techpage .movepng{
				width:100px;
				height:100px;
				margin: 10px auto 30px auto;	
			}
			.techpage .dianchi{
				background:url(../../dianchizu.png) no-repeat center center;
			}
			
			.techpage .propeller{
				background:url(../../propeller.png) no-repeat center center;
			}
			
			.techpage .lungu{
				background:url(../../lungu.png) no-repeat center center;
			}
			
			.techpage .ship{
				background:url(../../ship.png) no-repeat center center;
			}
			@keyframes rotate {
				0% {
				transform: rotate(0);
				}
				100% {
				transform: rotate(360deg);
				}
				}
			
			@media (min-width:996px) {
				.techpage .resizable:hover {
				  width: 75%;
				  z-index: 10;  
				  box-shadow: 0 0 30px rgba(0,0,0,.2);
				  text-align: left;
				}
				.techpage .resizable:hover .tc{
					display: flex;
					text-align: left;
					margin-bottom:0px;
					align-items: center;
					
					font-weight: 600;
					padding-bottom: 10px;
				}
				.techpage .resizable:hover .tc p{
				  color: cornsilk !important;
				}
				.techpage .resizable:hover .tc-text{
					display: block;
				}
				.techpage .resizable:hover .tc .movepng{
					width:70px;
					height:70px;
					margin:0 20px 0 0;
				}
				.techpage .resizable:hover .dianchi{
					background:url(../../dianchizu.gif) no-repeat center center;
				}
				.techpage .resizable:hover .propeller{
					background:url(../../propeller.gif) no-repeat center center;
				}
				.techpage .resizable:hover .lungu{
					animation: rotate 2s linear infinite;
				}
				
				.techpage .resizable:hover .ship{
					background:url(../../ship.gif) no-repeat center center;
				}
			}
			@media (max-width:995px) {
				.techpage{
					height:100%;
					margin-top:10px;
				}
				.techpage .resizable {
				      width: 100%;
				      z-index: 10;
				      box-shadow: 0 0 30px rgba(0,0,0,.2);
				      text-align: left;
				      position: initial;
				      height: auto;
				      padding-bottom: 40px;
				}
				.techpage .resizable .tc-text{
					display: block;
				}
				.techpage .resizable .tc{
					display: flex;
					    text-align: left;
					    margin-bottom: 0px;
					    color: cornsilk;
					    font-weight: 600;
					    padding-bottom: 0px;
				}
				.techpage .resizable .tc .movepng{
					width: 30px;
					    height: 30px;
					    margin: 0 20px 0 0;
					    background-size: contain;
				}
				.techpage .resizable .dianchi{
					background:url(../../dianchizu.png) no-repeat center center;
				}
				.techpage .resizable .propeller{
					background:url(../../propeller.png) no-repeat center center;
				}
				.techpage .resizable .ship{
					background:url(../../ship.png) no-repeat center center;
				}
				
			}
/********** recent update *****/
.block-region-middle-first-left {
  padding-bottom:40px;
}
.block-region-middle-first-left .block-title{
  font-size:0;
  border-bottom:0;
  height:100px;
  background:url(../../channel-news.png) no-repeat left top;
  background-size: 182px 88px;
}
.retitle a{
  font-size:18px;
  font-weight:bold;
  color:#333;
  line-height:150%;
  display:block;
  padding:0 10px;
    overflow: hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom:10px;
}
.rebody{
  font-size:14px;
  line-height:150%;
  color:#999;
  padding:0 10px;
  overflow: hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.rightblock{
  display:flex;
}
.recentupdate-right {
    padding: 10px 10px;
    border-bottom: 1px solid #ECECEC;
    position:relative;
    transition: all 0.5s ease;
}
.recentupdate{
      position:relative;
    transition: all 0.5s ease;
}
.recentupdate-right:nth-child(3) {
    border: 0;
}
.rightblock .reinfo {
    width: calc(60% - 20px);
    padding-left: 20px;
}
.rightblock .reimg {
    width: 40%;
}
@media (min-width: 992px){
.layout-full.region-top-middle .col-xs-12.col-md-8,.layout-full.region-top-middle .col-xs-12.col-md-4{
  width:50%;
}
.leftblock .retitle a{
  font-size:24px;
  font-weight:bold;
  margin:10px 0 10px;
  display:block;
  padding:0 20px;
}
.leftblock .rebody{
  font-size:16px;
  padding:0 20px;
  -webkit-line-clamp: 4;
  padding-bottom:20px;
}
.block-region-middle-first-right {
    margin-top: 119px;
}
.recentupdate-right:after,.recentupdate:after{
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:2px;
  content:"";
  background-color:#0153a9;
  transition: width 0.5s ease;
}
.recentupdate-right:hover,.recentupdate:hover {
    box-shadow: 0 0 5px #CCC;
    transform:scale(1.02);
    z-index:3;
    background:#FFF;
}
.recentupdate-right:hover:after,.recentupdate:hover:after{
  width:100%;

}
}
/********** boarding *******/
.layout-full.region-middle .block-title{
  font-size:0;
  border-bottom:0;
  height:100px;
  background:url(../../channel-boarding.png) no-repeat left top;
  background-size: 182px 88px;
}
  .slider {  
    width: 100%;  
    height: auto;
    padding-top:58%;
    overflow: hidden !important;  
    position: relative;  
  }  
  .slider img {  
    width: 100%;  
    height: 100%;  
    position: absolute;  
    opacity: 0;  
    top:0;
    transition: opacity 1s;  
  }  
  .slider img.active {  
    opacity: 1;  
  } 
/************* cp **********/
.layout-full.region-bottom .block-title{
  font-size:0;
  border-bottom:0;
  height:100px;
  background:url(../../channel-history.png) no-repeat left top;
  background-size: 182px 88px;
}
.layout-full.region-bottom {
    background: #f2f2f2;
    padding: 40px;
}
.cp {
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}
.cp h2 {
    color: #069;
    font-family: Times;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
}
.cp h3 {
    font-size: 14px;
    line-height: 180%;
}
.cp h3 a{
    color:#555;
}
.cp:before {
    content: "";
    position: absolute;
    height: 50px;
    width: 2px;
    background: #069;
    z-index: 9;
    bottom: 0;
}
.cp:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius:50%;
    background: #069;
    z-index: 9;
    bottom: 0;
    left: 48.8%;
}
.cpitem {
    position: relative;
}
.cpitem:after {
    content: "";
    width: 100%;
    height: 2px;
    background:#1871C2;
    position: absolute;
    bottom: 3px;
}
.cpimg:hover img {
    transform: scale(1.1);
    transition: all .5s ease-out;
}
.owl-carousel .owl-wrapper {
    display: flex !important;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    align-self: flex-end;
}
.owl-theme .owl-controls {
    position: absolute;
    bottom: 5%;
    width: 100%;
}
.owl-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #555;
    font-size: 14px;
    background: rgba(0,0,0,0.3);
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-family: arial;
    line-height: 32px;
    
}

.footerregion{
  padding:30px 0;
  font-size:14px;
  color:rgba(255,255,255,0.8);
  margin-right: 14px;
    margin-left: 14px;
}
.footerregion h4{
  font-size:16px;
  font-weight:600;
  margin-bottom:20px;
  color:#FFF;
}
.footerregion p{
  font-size:14px !important;
  color:rgba(255,255,255,0.8);
}
.footerregion a{
  font-size:14px !important;
  color:#FFCC00;
}
.footerregion ul,.footerregion li{
  padding:0;
  margin:0;
}
.footerregion ul li{
  list-style:none;
}
.footerregion a:hover{
  color:#FF9900;
}
.region-footer-bottom{
  background:#002855;
  border-bottom:1px solid #526D8C;
}
.region-footer-bottom .block{
  margin-bottom:0;
}