/* 

Sentra Template

https://templatemo.com/tm-518-sentra

*/

body {
  font-family: "Alegreya Sans SC","Ubuntu",'Open Sans', sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
} */

.page-content {
  /*position: relative;*/
  width: 100%;
  padding-left: 200px;
  padding-top: 120px;
}

.content-section {
  padding-top: 0px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  text-align: center;
}

.section-heading {
  position: relative;
  margin-bottom: 60px;
}

.section-heading h1 {
  font-size: 120px;
  color: #000;
  display: block;
  font-family: "Alegreya Sans SC", sans-serif;
}

.section-heading em {
  font-style: normal;
  font-weight: 700;
  colo0r: #45489a;
}

.section-heading p {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #343434;
  position: absolute;
  top: 12.5px;
}

.white-button a {
  font-size: 13px;
  font-weight: 600;
  color: #45489a;
  text-transform: capitalize;
  background-color: #fff;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.whit0e-button a:hover {
  background-color: #45489a;
  color: #fff;
}

.accent-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #45489a;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.accent-button a:hover {
  background-color: #fff;
  color: #45489a;
}

header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -75px;
}

/* Responsive Navigation */

.responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: rgba(250,250,250,.95);
  box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}

.navbar-toggle {
  position: absolute;
  top: 40%;
  right: 0px;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.navbar-nav {
  margin: 0;
  border: none;
}

#main-nav ul {
  text-align: center;
  background-color: rgba(0,0,0,0.9);
  margin-top: 20px;
  width: 100%;
}
#main-nav ul li {
  margin: 15px 0px;
}
#main-nav ul li:hover {
  background-color: transparent;
}
#main-nav ul li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  box-shadow: none;
  border: none;
}

#main-nav ul li a:hover {
  opacity: 0.5;
  background-color: transparent;
}

.navbar-toggle span {
  background-color: #232323;
}
.header{
  position: fixed;
  width: 100%;
  padding-left: 200px;
  height: 120px;
  border-bottom: 1px solid #000;
  z-index: 9;
  background-color: #eaeaea;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .sublogo{
  position: relative;
  margin-left: 60px;
}
.header .sublogo img{
 max-width: 200px;
}
.header .megs{
  font-size: 26px;
  color: #000;
}
.header .copyright{
  width: 20px;
  height: 100%;
  background-color: #000;
  color: #fff;
  font-size: 9px;
  writing-mode: vertical-rl; 
  text-align: center;
  line-height: 20px;
}

/* Sidebar Style */

.sidebar-navigation {
  width: 200px;
  float: left;
  height: 100%;
  position: fixed;
  z-index: 10;
  border-right: 1px solid #000;
}

  .sidebar-navigation .logo {
  position: absolute;
  width: 100%;
  height: 120px;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #000;
}

.sidebar-navigation .logo a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: 100px;
  width: 100%;
  display: inline-block;
}
.sidebar-navigation .logo a img{
  height: 100%;
  max-height: 100px;
  left: 23px;
}
.sidebar-navigation .logo em {
  font-style: normal;
  font-weight: 300;
}
  
.sidebar-navigation nav {
  position: relative;
  margin-top: 140px;
  /*top: 35%;*/
  /*left: 60%;*/
  /*-webkit-transform: translateX(-60%) translateY(-60%);*/
  /*-moz-transform: translateX(-60%) translateY(-60%);*/
  /*-ms-transform: translateX(-60%) translateY(-60%);*/
  /*-o-transform: translateX(-60%) translateY(-60%);*/
  /*transform: translateX(-60%) translateY(-60%);*/
}

.sidebar-navigation ul {
  list-style: none;
  padding: 0;
}
.sidebar-navigation li{
  padding: 10px 0;
  text-align: center;
}
.sidebar-navigation span{
  display: inline-block;
  position:relative;
}
.sidebar-navigation nav a{
  display: inline-block;
  color: #000;
  margin-top: 5px;
  text-decoration: none!important;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.circle{
  margin-right: 5px;
  height: 10px;
  width: 10px;
  left: 0px;
  top: -1px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.rect{
  height: 1px;
  width: 0px;
  left: 0;
  bottom: 5.5px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}
  .sidebar-navigation nav a:focus {
  color: #fff;
}
.sidebar-navigation nav a:hover, nav .active-section {
  color: #8d8d8d;
}
.sidebar-navigation nav a:hover span, nav .active-section span{
  background-color: #ddd;
}
.sidebar-navigation nav .active-section .rect{
  width: 30px;
}
.sidebar-navigation nav .active-section .circle{
  background-color: #fff;
}

.sidebar-navigation .social-icons {
  position: absolute;
  width: 100%;  
  bottom: 10px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sidebar-navigation .social-icons li {
  display0: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sidebar-navigation .social-icons li:last-child {
  margin-right: 0px;
}

.sidebar-navigation .social-icons li a {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
  color: #45489a;
}


/* Slider Style */

.slider .content-section {
  padding-top: 0px;
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  height0: 100vh;
  text-align: center;
}

.slider p a {
	color: #FFF;
}
.slider p a:hover {
	color: #FF0;
	text-decoration: none;
}

.Modern-Slider .info {
  text-align: right;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.Modern-Slider .info h1 {
  margi0n-top: 0px;
  margin-bottom: 15px;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}

.Modern-Slider .info p {
  font-size: 15px;
  color: #fff;
}

.Modern-Slider .info .white-button {
  margin-top: 30px;
}

.Modern-Slider .info .white-button a:focus {
  outline: none;
}

.Modern-Slider .slick-dots {
  opacity: 0;
}

.Modern-Slider .NextArrow{
  outline: none;
  display: none;
  posi0tion:absolute;
  top:60px;
  right:60px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  outline: none;
  position:absolute;
  top:60px;
  right: 120px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  fon0t:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .item .image {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: block;
}

.Modern-Slider .item-1 .image {
  background-image: url(../images/slide_1.jpg);
}

.Modern-Slider .item-2 .image {
  background-image: url(../images/slide_2.jpg);
}

.Modern-Slider .item-3 .image {
  background-image: url(../images/slide_3.jpg);
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Mod0ern-Slider .item .image {
  animation: zoomin 12s ease-in-out infinite alternate;
  -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}

@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.2);}
}

.Modern-Slider {background:transparent;}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}


/* 0Featured Style */

#featured {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

#featured .section-heading {
  margin-right: 20%;
}

#featured .content-section {
  display: inline-block;
  position: relative;
}

#featured .owl-dots {
  margin-top: 40px;
}

#featured .owl-dots .owl-dot span  {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd!important;
  display: inline-block;border-radius: 50%;
  margin: 0 3px;
}

#featured .owl-dots .active span {
  background-color: #45489a!important;
}

#featured .owl-dots button {
  outline: none;
}

#featured .owl-nav {
  position: absolute;
  display: inline-block;
  top: -110px;
  right: 0;
}

#featured .owl-nav button:focus {
  outline: none;
}

#featured .owl-nav .owl-prev span {
  margin-right: 10px;
}

#0featured .owl-nav .owl-next span, #featured .owl-nav .owl-prev span {
  outline: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background-color: #eee;
  color: #232323;
  font-size: 42px;
  transition: all 0.5s;
}

#featured .owl-nav span:hover {
  background-color: #45489a;
  color: #fff;
}

#featured .item {
  text-align: left;
  position: relative;
  z-index: 10;
}

#featured .item .image {
  position: relative;
}

  #featured .item .image img {
  width: 100%;
  overflow: hidden;
}

#featured .item .image .featured-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(69,72,154, 0.9);
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}

#featured .item:hover .featured-button a {
  bottom: 0;
  opacity: 1;
}

#featured .item .text-content {
  padding-top: 20px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#featured .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#featured .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 12.5px;
}


/* Projects Style */

#projects {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}

#projects .masonry {
  position: relative;
  width: 100%;
}

#projects .masonry .item img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#projects .masonry .item img:hover {
  opacity: 0.5;
}

  

/* Video Presentation Style */

#video {
  text-align: center;
  background-color: #f4f4f4;
  padding: 100px 60px;
}

#video .section-heading {
  margin-bottom: 30px;
  text-align: center;
}

#video .section-heading h1 {
  display: block;
  margin: 0px;
}

#video .section-heading p {
  position: relative;
  margin: 0px;
}

#video .accent-button {
  margin-top: 30px;
}

.box-video{
  width: 100%;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.box-video .video-container{
  position: relative;
  margin: 0;
  z-index: 1;
}
  
.box-video .bt-play {
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background:#fff;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index:2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  bo0rder-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video:hover .bt-play {
  transform: scale(1.1);
}

.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;  
}
.box-video.open .video-container{
  opacity: 1;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}




/* Blog Style */

#blog {
  p0adding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

#blog .tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 90px;
  width: 100%;
  background-color: #eee;
  border-bottom: 10px solid #45489a;
}

#blog .tabs li {
  display: inline-block;
  text-align: center;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
}

#blog .tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #232323;
  font-size: 19px;
  line-height: 80px;
  font-weight: 600;
  transition: 0.5s;
}

#blog .tabs a:hover {
  color: #45489a;
}


#blog .tabs .active:hover {
  color: #fff;
}

#blog .tabs .active {
  background-color: #45489a;
  color: #fff;
}

.tabgroup {
  background-color: #f4f4f4;
  padding: 20px 30px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#blog .tabgroup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#blog .tabgroup ul li {
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#blog .tabgroup ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

  #blog .tabgroup ul li img {
  float: left;
  margin-right: 30px;
  max-width: 100%;
  overflow: hidden;
}
#blog .tabgroup ul li .text-content {
  display: inline;
}

#blog .item .text-content h4 {
  padding-top: 7.5px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#blog .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

#blog .item .text-content .accent-button {
  margin-top: 25px;
}




/* Contact Style */

#contact {
  padding-top: 0px;
  margin-top: 0px;
}
#contact .section-content{
  max-width: 1000px;
  padding: 20px 40px;
}
#contact .section-content h3{
  position: relative;
  color: #000;
  text-align: left;
  padding-left: 18px;
}
#contact .section-content h3::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #000;
  border-radius: 50%;
}
#contact .section-content h3::before{
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  width: 6px;            /* 半圆的宽度 */
  height: 14px;            /* 半圆的高度 */
  background-color: rgb(0, 0, 0);  /* 半圆的颜色 */
  border-radius: 14px 0 0 14px; /* 圆角大小 */
}
#contact .section-content .formbt{
  margin-bottom: 30px;
}
#contact .section-content .formbt p{
  text-align: left;
  font-size: 16px;
  color: #000;
  font-family: 微软雅黑;
}
#contact .section-content h3 span{
  /* font-weight: 600; */
}
#contact-content {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
#contact-content .subtitle{
  position: fixed;
  right: 0;
}
#contact-content .formcont{
  margin-bottom: 10px;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 16px;
  color: #000;
  background-color: #eaeaea;
  border: 1px solid #8b8b8b;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  margin-bottom: 15px;
}
#contact input::placeholder{
  color: #000;
}
#contact input[type="checkbox"]{
  -webkit-appearance: none; /* 移除默认样式 */
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 0;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #000;
}
 /* 设置选中状态下的checkbox样式 */
 #contact input[type="checkbox"]:checked {
  background-color: #000; /* 你可以更改这个颜色为你想要的颜色 */
}
/* 显示对勾 */
#contact  input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url('../images/duihao.svg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: 80%;
}
.formcont{
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.formcont label{
  margin-bottom: 0;
  font-weight: 300;
  margin-left: 5px;
}
fieldset .name{
  color: #000;
  text-align: left;
  margin-bottom: 15px;
  font-size: 16px;
}
.formitem{
  display: flex;
  align-items: center;
  line-height: 16px;
  width: 25%;
  text-align: left;
  margin-bottom: 20px;
}
#contact select {
  border-radius: 0px;
  font-size: 15px;
  color: #757575;
  border: 1px solid #8b8b8b;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  margin-bottom: 15px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 15px;
  color: #000;
  background-color: #eaeaea;
  border: 1px solid #8b8b8b;
  outline: none;
  box-shadow: none;
  height: 100%;
  min-height: 260px;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
#contact textarea::placeholder{
  color: #000;
}
#contact button {
  font-size: 18px;
  border-radius: 0px;
  color: #fff;
  text-transform: capitalize;
  background-color: #000;
  display: inline-block;
  height: 40px;
  line-height: 30px;
  outline: none;
  box-shadow: none;
  max-width: 100px;
  width: 100%;
  border-radius: 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 00.3s;
}

#contact button:hover {
  color: #fff;
  background-color: #3b3b3b;
}
.fields{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.fields .verif{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .fields .verif input{
  margin-bottom: 0;
  margin-right: 15px;
}
.fields .verif img{
  width: 80px;
  height: 30px;
}

/* Footer Style */

.footer {
  background-color: rgba(12,12,12,0.9);
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.footer p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 80px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 3000;
}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.indexlogo {
  display: inline-block;
  position: relative;
  padding-right: 250px;
  margin-top: 40px;
}
.indexlogo .mask{
  position: relative;
  width: 280px;
}
.mask .p2{
  position: absolute;
  left: 0px;
  opacity: 0;
}

@keyframes slide-in {
  to {
    opacity: 1;
    transition: 0.2s;
  }
}
@keyframes slide-out {
  to {
    opacity: 0;
    transition: 0.2s;
  }
}
.mask:hover .p1{
  animation: slide-out 2s forwards;
}
.mask:hover .p2{
  animation: slide-in 2s forwards;
}
.indexlogo img{
  max-width: 280px;
}
.indexlogo::after{
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
  height: 30px;
  background: url(../images/arr.png) no-repeat;
  background-size: 220px;
}
.responsive-nav .logo{
  margin: 20px 0 0 10px;
}
.responsive-nav .logo img{
  max-width: 150px;
}
.about-section {
  padding-top: 80px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.subtitle{
  font-size: 80px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #cccccc;
  font-style: italic;
}
.page-content>.subtitle{
    position: fixed;
    top: 190px;
    z-index: 5;
}
 .subtitle.before{
  padding:0 30px;
  padding-top: 30px;
  border-top:2px solid #cccccc;
  white-space: nowrap;
}
.subtitle.after{
  right: 0;
  padding-bottom: 40px;
  padding-left: 30px;
  border-bottom:2px solid #cccccc;
  white-space: nowrap;
}
.about-section .contian{
  width: 55%;
  padding: 30px 100px 0px 0px;
  color: #000;
}
.about-section .contian p{
  text-align: left;
  color: #000;
  font-size: 20px;
  line-height: 35px;
}
.about-section .alegreya-sans-sc-black-italic{
  font-size: 100px;
  color: #000;
  text-align: left;
}
.page-content .about-section:nth-child(3) .alegreya-sans-sc-black-italic{
  font-size: 62px;
  color: #000;
  text-align: left;
}
.service-contian {
  width: 55%;
  padding: 0px 50px 0px 30px;
  color: #000;
    text-align: left;
}
.service-contian .item{
  margin-bottom: 40px;
}
.service-contian .item h3{
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.service-contian .item h3 span{
  font-size: 14px;
  margin-left: 5px;
}
.service-contian p {
  text-align: left;
  color: #000;
  font-size: 20px;
  line-height: 35px;
}
.service-contian h5{
  color: #8b8b8b;
  font-size: 18px;
  font-weight: 400;
}
.about-section .subtitle{
  /*position: absolute;*/
  left: 0;
  padding-top: 15px;
  min-height: 350px;
}
.partner{
  /* min-height: 1000px; */
  padding-right: 145px;
}
.partner .subtitle {
  position: fixed;
  top: 250px;
  z-index: 5;
  right: 0;
  left: unset;
  white-space: nowrap;
}


.partner-contian .item{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
.partner-contian .item::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -90px;
  left: 90px;
  background: #000;
  width: 1px;
  height: 150px;
  z-index: -1;
}
.partner-contian .item:nth-last-child(1)::after{
  display: none;
}
.partner-contian .item h2{
  color: #0c0730;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: left;
}
.partner-contian .item .img{
  position: relative;
  padding: 0 40px;
  z-index: 1;
}
/* .partner-contian .item .img::after{
  content: "";
  position: absolute;
  right: 40%;
  transform: translateX(-50%);
  bottom: -35px;
  width: 16px;
  height: 16px;
  background: url(../images/arrd.png) no-repeat;
  background-size: 100%;
} */
.partner-contian .item:last-child .img::after{
  display: none;
}
.partner-contian .item .img img{
  max-width: 100px;
  border-radius: 50%;
  background-color: #eaeaea;
}
.partner-contian .item p{
  /* width: 80%; */
  color: #000;
  font-size: 24px;
  text-align: left;
  line-height: 34px;
  margin-bottom: 0;
}
.partner-contian .item:nth-last-child(1){
  border-bottom: unset;
}
.product .subtitle{
  position: fixed;
  min-height: 664px;
}
.protit ul{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.protit li{
  width: 20%;
  list-style: none;
  margin-bottom: 30px;
  text-align: left;
}
.protit li a{
    position: relative;
    display: inline-block;
}
.protit li a .dfs{
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  color: #606060;
  font-size: 18px;
  transition: 0.3s;
}
.protit li a::after{
  content: "";
  position: absolute;
  left: 7px;
  top: 11px;
  width: 0px;
  height: 25px;
  background-color: #cbcbcb;
  transform: skew(-30deg);
  z-index: -1;
  transition: 0.3s;
}
.protit li a.active::after,.protit li a:hover::after{
  width: 90%;
}
.protit li a .ico{
  width: 30px;
  margin-right: 10px;
}
.protit li a .ico img{
  width: 100%;
}
.protit li a .pro{
 text-overflow: ellipsis;
 white-space:nowrap;
 overflow:hidden;
}
.protit li a .pro p{
  font-size: 12px;
  margin-bottom: 0;
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-contian {
  width: 100%;
  padding: 30px 100px 30px 200px;
  color: #000;

}
.product-contian .item{
  float: left;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 40px;
}
.product-contian .item:nth-child(3n){
  margin-right: 0;
}
.product-contian .item .images{
  border-radius: 20px;
  height: 540px;
  border: 10px solid #fff;
  overflow: hidden;
}
.product-contian .item .images img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition:all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.product-contian .item .word{
    height: 90px;
  font-size: 18px;
  position: relative;
  text-align: left;
  padding: 20px 200px 20px 10px;
  white-space: nowrap;
    /*-webkit-line-clamp: 3;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    overflow: hidden;
}
.product-contian .item .word::after{
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/arr452.png) no-repeat;
  -webkit-transition:all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.product-contian .item:hover .images img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-contian .item:hover .word::after{
  right: 20px;
}
.product-contian .top{
  text-align: left;
}
.product-contian .top .next{
  display: inline-block;
}
.product-contian .top .next:hover a{
  opacity: 0.6;
}
.product-contian .top .next a{
  -webkit-transition:all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.product-contian .top .next a img{
    width: 45px;
}
.about-section.product{
  min-height: 790px;
  
}
.product .wapper{
  padding: 0 100px;
}
.dcsx{
  display: inline-block;
  margin-top: 60px;
}
.dcsx h5{
  font-size: 26px;
  margin-bottom: 20px;
}
.dcsx p{
  font-size: 14px;
  color: #000;
}
.dcsx .bt1{
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.cont{
  padding: 50px 0;
}
.cont img{
  max-width: 100%;
}
.cont{
  text-align: left;
  line-height: 30px;
}

.platform-content{
  position: relative;
  padding: 80px 13% 0px 13%;
  display: flex;
  justify-content: center;
}
.subtit{
  display: block;
  position: relative;
  font-size: 35px;
  font-weight: 600;
  color: #000;
}
.subtit span{
  display: block;
  width: 360px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 6px 16px;
  box-shadow: 4px 4px 0px rgb(0 0 0);
  background-color: #eaeaea;
}
.subtit::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: -1;
}

.platform{
  margin: 60px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.platform .item{
  width: 18%;
  margin-bottom: 40px;
}
.platform .item img{
  width: 100%;
}

.team{
  /*padding: 0 40px;*/
  margin: 60px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team .item{
  width: 18%;
  margin-bottom: 40px;
}
.team .item p{
  font-size: 20px;
  margin-top: 20px;
}
.team .item img{
  width: 100%;
}
.ggtf{
  font-size: 26px;
}
.ggtf-content .swiper-container{
  margin-top: 30px;
  padding-bottom: 40px;
}
.ggtf-content .swiper-container .swiper-wrapper{
  margin-top: 30px;
  padding-bottom: 40px;
}
.ggtf-content{
  position: relative;
  padding: 80px 13% 80px 13%;
}
.ggtf-content .txt{
  font-size: 20px;
  line-height: 22px;
}
.contact{
  width: 100%;
  position: relative;
  padding: 0px 13% 80px 13%;
  display: flex;
  justify-content: space-between;
  text-align: left;
  color: #000;
}
.contact .say{
  width: 40%;
}
.contact .lxfs{
  width: 40%;
  font-size: 20px;
  font-family: 微软雅黑;
}
.contact .say h1{
  font-size: 50px;
  font-family: 微软雅黑;
  margin: 0 0 20px 0;
}
.contact .say p{
  font-size: 20px;
}
.contact .say a{
  display: inline-block;
  margin-top: 15px;
  padding: 15px 40px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  font-family: 微软雅黑;
  box-shadow: 4px 4px 15px rgb(0 0 0 / 60%);
}
.contact .lxfs .footlogo img{
  width: 100%;
  max-width: 250px;
}
.contact .lxfs .footlogo{
  margin-bottom: 30px;
}
.contact .lxfs .yysj{
  margin-bottom: 15px;
}
.contact .lxfs p{
  margin-bottom: 0;
}






/* Responsive Style */

@media (max-width: 1600px) {
    .subtitle {
        font-size: 46px;
    }
    .product-contian .item .images {
    border-radius: 20px;
    height: 440px;
 }
}
@media (max-width: 1500px) {
  #contact .section-content{
    margin-right: 100px;
  }
  .product-contian .item .images{
    height: 356px;
  }
  .header .megs{
      font-size: 20px;
  }
  .about-section{
      padding-left: 120px;
  }
  .about-section .contian {
  
    padding: 30px 50px 0px 0px;
    }
    .contact .lxfs{
      font-size: 16px;
    }
    .contact .say h1{
      font-size: 40px;
      font-family: 微软雅黑;
      margin: 0 0 20px 0;
    }
    .partner-contian .item .img img{
        width: 80px;
    }
    .partner-contian .item::after {
 
        bottom: -76px;
        left: 81px;
      
    }
    .product-contian .item .word {
        font-size: 16px;
        position: relative;
        text-align: left;
        padding: 20px 40px 20px 10px;
    }
    .product-contian {
        padding: 30px 60px 30px 100px;
    }
}
@media (max-width: 992px) {
  .subtitle{
    display: none;
  }
  .about-section.partner{
      padding-right: 0;
  }
  .about-section{
     padding-left: 0;
    padding-top: 80px;
    flex-direction: column-reverse;
  
  }
  .about-section .contian{
    padding: 0;
    width: 100%;
  }
  .about-section .alegreya-sans-sc-black-italic{
    font-size: 30px;
  }
  .partner-contian.contact{
    padding: 0px 15px 40px 15px;
    flex-direction: column;
  }
  .contact .say{
    width: 100%;
  }
  .contact .say h1{
    font-size: 26px;
  }
  .contact .say p{
    font-size: 14px;
  }
  .contact .say a{
    font-size: 14px;
    padding: 10px 30px;
  }
  .contact .lxfs{
    font-size: 14px;
    width: 100%;
    margin-top: 30px;
  }
  .contact .lxfs .footlogo img{
    max-width: 150px;
  }
  #contact .section-content{
    margin: 40px 0 0 0;
    padding: 20px 0px;
  }
  .fields .verif{
    margin-right: 15px;
  }
  .formcont label{
    font-size: 12px;
  }
  .page-content{
    padding: 0 20px;
  }
  .page-content.sdvhy{
    padding:0px;
  }
  .page-content.sdvhy .about-section{
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-content.sdvhy .about-section:nth-child(3n){
    flex-direction: column;
  }
  
  #contact textarea,#contact-content{
    min-height: unset;
  }
  .about-section .contian p{
    font-size: 16px;
    line-height: 36px;
  }
  .service-contian{
    width: 100%;
    padding: 0;
  }
  .white{
    background-color: #fff;
  }
  h3, .h3,h2, .h2{
    font-size: 20px;
  }
  .service-contian p{
    font-size: 16px;
  }
  .partner-contian .item p{
    font-size: 14px;
    line-height: 26px;
  }
  .partner-contian .item .img img{
    width: 40px;
  }
  .partner-contian .item .img::after {
    right: 42%;
    transform: translateX(-50%);
    bottom: -25px;
    width: 10px;
    height: 10px;
  }
  .partner-contian .item .img{
    padding: 0 30px;
  }
  .partner-contian .item{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .product-contian .item .images {
    height: 460px;
  }
  .product-contian .item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .product-contian{
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: column;
  }
  .product .wapper{
    padding: 0 10px;
  }
  .product-contian .top .next img{
    max-width: 40px;
  }
  .dcsx{
    margin-top: 30px;
  }
  .product-contian .item .word{
    padding-right: 100px;
  }

    .subtit{
        font-size: 30px;
    }


  .responsive-nav {
    display: none;
  }

  .sidebar-navigation .logo a {
    font-size: 18px;
  }

  .sidebar-navigation nav a {
    font-size: 13px;
  }

  .sidebar-navigation nav ul {
    margin-left: 30px;
  }

  .sidebar-navigation .social-icons li a {
    font-size: 15px;
  }
    .protit li a{
        width: 100%;
    }
}


@media (max-width: 767px) {

  .responsive-nav {
    display: block;
    height: 60px;
  }

  .page-content {
    width: 100%;
    padding-top: 0;
  }
  .header{
    padding-left: 0;
  }
  .header{
    display: none;
  }
 
  .section-heading h1{
    font-size: 70px;
    margin-top: 80px;
  }
  .indexlogo{
    margin-top: 20px;
    padding-right: 70px;
  }
  .indexlogo .mask{
    width: auto;
  }
  .indexlogo img{
    max-width: 150px;
  }
  .Modern-Slider .info {
    text-align: center;
    right: 0px;
    padding: 0px 30px;
  }
  .indexlogo::after {
    right: -5px;
    width: 57px;
    height: 7px;
    background: url(../images/arr.png) no-repeat;
    background-size: 55px;
}
  .Modern-Slider .NextArrow{
    outline: none;
    display: none;
    position:absolute;
    top:120px;
    right: 50%;
    transform: translateX(50%);
    margin-right: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  .Modern-Slider .NextArrow:before{content:'\f105';}

  .Modern-Slider .PrevArrow{
    outline: none;
    position:absolute;
    top:120px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  

}

@media (max-width: 690px) {

  .section-heading p {
    position: relative;
  }

  #featured {
    padding-left: 15px;
    padding-right: 15px;
  }

  #featured .owl-nav {
    position: absolute;
    display: inline-block;
    top: -220px;
    right: 0;
  }

  #projects {
    padding-left: 15px;
    padding-right: 15px;
  }

  #video {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog .tabs a {
    font-size: 13px;
  }

  #blog .tabgroup ul li img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  #blog .tabgroup ul li .text-content {
    display: block;
  }

  #contact-content {
    padding: 0;
  }
  .team{
    padding: 0;
  }
  .team .item p{
    font-size: 14px;
  }
  .platform-content{
    padding-top: 20px;
  }
  .ggtf-content{
    padding: 20px 0px;
  }
  .ggtf-content .swiper-container{
    margin-top: 0;
  }
  .ggtf-content .txt{
    font-size: 14px;
  }

  .partner-contian .item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -65px;
    left: 49px;
    background: #000;
    width: 1px;
    height: 160px;
    z-index: -1;
   }
    .protit li{
      width: 50%;
  }
    .protit ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

}
