@charset "utf-8";
body {
  font-family: 'Open Sans', sans-serif;}

p {
  font-size: 13px;
  color: #7a7a7a;
  line-height: 24px;}

.page-content {
  width: 77.5%;
  float: right;}

.content-section {
  padding-top: 80px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);}

.section-heading {
  text-align: left;
  position: relative;
  margin-bottom: 60px;}

.section-heading h1 {
  margin-top: 0px;
  font-size: 32px;
  color: #232323;
  display: inline-block;
  margin-right: 50px;}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.section-heading em {
  font-style: normal;
  font-weight: 700;
  color: #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;}

.white-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%;
  left: 50%;
  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: 45px;
  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: #9b1b20;}


/* Sidebar Style */

.sidebar-navigation {
  width: 434px;
  width: 4.34rem;
  height: 100%;
  position: fixed;
  left: 0;
  top:0;
  background: rgba(12,12,12,0.6);
  z-index: 10;}

.sidebar-navigation .logo {
  position: absolute;
  width: 100%;
  height: 150px;
  height:1.5rem;
  line-height: 100px;
  line-height: 1rem;
  background-color: #a50000;/*#8c2d30;*/
  padding: 20px;
  padding: .2rem;
  text-align: center;}

.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 em {
  font-style: normal;
  font-weight: 300;}

.sidebar-navigation nav {
  position: absolute;
  top: 300px;
  top: 2.8rem;}

.sidebar-navigation ul {
  margin-left: 45px;
  list-style: none;
  padding: 0;}
.sidebar-navigation li{
  padding: 10px 0;
  padding: .1rem 0;}
.sidebar-navigation span{
  display: inline-block;
  position:relative;}
.sidebar-navigation nav a{
  display: inline-block;
  color: #fff;
  margin-top: 5px;
  margin-top: .05rem;
  text-decoration: none!important;
  font-size: 16px;
  font-size: .16rem;
  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: #fff;}
.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 {
  display: 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%;
  height: 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: 235px;
  top: 1rem;
  right: 180px;
  right: 3.8rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  text-align: left;
}

.Modern-Slider .info h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 60px;
  font-size: .6rem;
  color: #fff;
  font-weight: bold;
  text-align: left;
  font-weight: 600;
  text-shadow: 0px 5px 0px rgba(4, 0, 0, 0.15);
  margin: 0;
  background: rgb(0 0 0 / 50%);
  padding: 15px;
  border-radius: 15px;
}
.Modern-Slider .info h2 {
  color: #4e1717;
  font-size: 53.6px;
  font-size: .53rem;
  text-align: left;
  color: #fff;
  text-shadow: 0px 5px 0px rgba(4, 0, 0, 0.15);
  font-weight: bold;
  xwidth: 66%;
  border-bottom: 3px solid #fff;
  margin: 0;
  margin: 20px 0;
  padding-bottom: 10px;
  display: inline-block;
  background: rgb(0 0 0 / 50%);
  padding: 15px;
  border-radius: 15px;
}
@font-face{
  font-family: "Amaranth_Bold";
src: url(../fonts/amaranth_bold.jpg)}
.Modern-Slider .info p {
    font-size: 30px;
    font-size: .3rem;
    font-family: "Amaranth_Bold";
    color: rgb(54, 54, 54);
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 5px 0px rgba(4, 0, 0, 0.15);
    line-height: 40px;
    line-height: .4rem;
    text-align: left;}


.Modern-Slider .info .white-button {
  margin-top: 30px;}

.Modern-Slider .info .white-button a:focus {
  outline: none;}

.Modern-Slider .slick-dots {
  opacity: 0;
  display: none !important;}

.Modern-Slider .NextArrow{
  outline: none;
  display: none;
  position:absolute;
  top:60px;
  top: .6rem;
  right: 180px;
  right:1.8rem;
  width:34px;
  width: .34rem;
  height: 47px;
  height:.47rem;
  background: rgba(0,0,0,.50) url(../images/arrow_next.jpg) no-repeat center center /50% 66%;
  border:0 none;
  margin-top:-23.5px;
  margin-top: -.235rem;
  text-align:center;
  font:34px/47px FontAwesome;
  font:.34rem/.47rem FontAwesome;
  color:#FFF;
  z-index:5;
display:none!important;}

.Modern-Slider .NextArrow:before{
  content:'\f105';
  font-size: 30px;
  font-size: 0;}

.Modern-Slider .PrevArrow{
  outline: none;
  position:absolute;
  top:60px;
  top: .6rem;
  right: 250px;
  right: 2.5rem;
  width:34px;
  width: .34rem;
  height: 47px;
  height:.47rem;
  background: rgba(0,0,0,.50) url(../images/arrow_prev.jpg) no-repeat center center /50% 66%;
  border:0 none;
  margin-top:-23.5px;
  margin-top: -.235rem;
  text-align:center;
  font:34px/47px FontAwesome;
  font:.34rem/.47rem FontAwesome;
  color:#FFF;
  z-index:5;
display:none!important;}




.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';
  font-size: 30px;
  font-size: 0;}

.Modern-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;}


/* Featured 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;}

#featured .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;
  border-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 {
  padding-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;}

#contact-content {
  padding: 80px 60px;}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  height: 200px;
  max-height: 250px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;}

#contact button {
  font-size: 13px;
  border-radius: 0px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #45489a;
  display: inline-block;
  height: 44px;
  line-height: 24px;
  outline: none;
  box-shadow: none;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;}

#contact button:hover {
  color: #232323;
  background-color: #f4f4f4;}



/* 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: 300;}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;}



/* Responsive Style */

@media (max-width: 992px) {

  .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;}

}


@media (max-width: 767px) {

  .responsive-nav {
    display: block;
    height: 45px;}

  .page-content {
    width: 100%;}

  .Modern-Slider .info {
    text-align: left;
    right: 0px;
    padding: 0px 30px;
    position: absolute;
    top: 180px;}
  .Modern-Slider .info h1{
    font-size: 28px;}
  .Modern-Slider .info h2{
    font-size: 25px;}
  .Modern-Slider .info p{
    font-size: 26px;
    line-height: 26px;}
  .Modern-Slider .NextArrow{
    outline: none;
    display: none;
    position:absolute;
    top: 80%;
    right: 22%;
    transform: translateX(50%);
    margin-right: -30px;
    width:50px;
    height:50px;
    xbackground: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: 80%;
    left: 75%;
    transform: translateX(-50%);
    margin-left: -30px;
    width:50px;
    height:50px;
    xbackground: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-left: 15px;
    padding-right: 15px;}

}
body,html{
  width: 100%;
  height: 100%;}
.list{
/*  background: #d1cabb;*/
  background-size: 100% 100%;
  height: 100%;
  position: relative;}
.bottom_logo{
  position: absolute;
  bottom: 1%;
  left: 11rem;}
*{
  margin: 0 ;
  padding: 0;}
ul,li{
  list-style: none;}
.content{
height: 95%;
    top: 2%;
    margin: 0 auto;
    width: 90%;
}
.content .wapper{
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 3px 3px 9px #999, -1px -1px 6px #999;
    background: rgba(255, 255, 255, .4);
}

.swiper-slide .img_wrapper{
max-height: 100%;
width: 100%;
height: 100%;
xpadding-top: 10px;
}
.swiper-slide .img_wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-slide img{
width: auto;
    display: block;
    margin: 0 auto;
    max-width: 96%;
    max-height: 96%;
    box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.4), -1px -1px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;

}
.swiper-slide{height:1px} /* 随意指定一个height值即可 */    
.swiper-slide-active { height:auto}
.content .swiper-button-prev {
    transition: all .3s;
    opacity: 0;
    transform: translateX(-30px);
    bottom: 10px;
    top: auto;
    height: 24px;
    background-image: url(../images/prev_page.jpg);
    background-size: 100%;
    width: 24px;}
.swiper-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 10px 0 30px 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
}
.swiper-container .swiper-button-next{
    transition: all .3s;
    opacity: 0;
    transform: translateX(30px);
    bottom: 10px;
    top: auto;
    height: 24px;
    background-image: url(../images/next_page.jpg);
    background-size: 100%;
    width: 24px;
}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev{
    opacity: 1;
    transform: translateX(0);
}

@media(max-width: 992px){
  .content{
    width: 95%;
    left: 2.5%;
    top: 70px;
    height: 84%;}
  .bottom_logo{
    left: 50%;
    width: 100px;
    transform: translateX(-50%);}
 .content .wapper {
    height: 100%;
    padding: 10px;
}
.swiper-slide .img_wrap {flex-direction: column;}
.swiper-slide .img_wrap img{max-height: 96%;max-width: 96%;}
}
/* 控制按钮 */
.control{
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);}
/* a标签做按钮 */
.control ul{
  text-align: center;}
.control ul li{
  display: inline-block;
  margin: 0 5px;}
.control ul li a{
  display: block;}
/* button做按钮 */
.control button{
  background: none;
  border: none;
  margin: 0 5px;}


/* ---------------------------------时间轴开始--------------------------------- */

/* 说明字体 */
@font-face{
  font-family: "RTWS";
src: url(../fonts/rtwsyueroudgodemo-regular.jpg)}
.RTWS{
  font-family: "RTWS";}
/* 时间字体 */
@font-face{
  font-family: "hzgb";
src: url(../fonts/zkqkhyt.jpg)}
.hzgb{
  font-family: "hzgb";}
@media screen and (min-width: 1000px) {
/* 底纹 */
.Timeline-bg{
  background: url(../images/timeline_bg.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;}
/* 按钮 */
.Timeline .prev,.Timeline .next{
  width: 80px;
  height: 50px;
  display: block;
  position: absolute;
  bottom: 160px;
  right: 80px;
  background: url(../images/prev_page.jpg) no-repeat 40px center;
  background-color: rgba(0,0,0,.2);
  display: none;}
.Timeline .next{
  background: url(../images/next_page.jpg) no-repeat 10px center;
  background-color: rgba(0,0,0,.2);
  position: absolute;
  bottom: 160px;
  right: 0;}
/* 按钮结束 */
.Timeline{
  /* width: 1000px; */
  /* width: 14.1rem; */
  height: 54%;
  /* background: #ccc; */
  position: absolute;
  left: 500px;
  left: 0;
  top: 2%;
  /* padding-top: 16%; */
  overflow: hidden;
  padding-top: 22px;
  padding-top: .38rem;}
.Timeline ul{
  width: 25rem;}
.Timeline li{
  width: 250px;
  width: 2.2rem;
  float: left;
  /* height: 500px; */
  height: 100%;}
.Timeline li a{
  /* line-height: 400px; */
  position: relative;
  width: 15px;
  width: .15rem;
  height: 15px;
  height: .15rem;
  line-height: 100%;
  background: #585858;
  border-radius: 50%;
  transition: all .3s;
  display: block;
  margin: 0 auto;
  margin-top: 40%;
  text-decoration: none;}
.Timeline li:hover a{
  background: #bc0d09;}
/* 红色节点 */
.Timeline li.red {}
.red > div{
  position: relative;}
.red > div:before{
  content: "";
  width: 250px;
  width: 2.2rem;
  height: 5px;
  height: .05rem;
  position: absolute;
  left: 50%;
  margin-top: 40%;
  transform: translate(0,100%);
  z-index: -1;
  background: #acacac;}
.red > div span{
  cursor: default;
  -moz-user-select:none;
  -webkit-user-select:none;
  user-select:none;
  display: block;
  width: 80%;
  padding: 10px;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
  background: #c61915;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-45%);
  margin-top: 40%;}
/* 上时间开始 */
.onTop a:after{
  content: "";
  /* height: 140px;
  height: 1.4rem; */
  width: 3px;
  width: .03rem;
  background: #070707;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;}
.onTop a:before{
  content: "";
  width: 2.2rem;
  height: 5px;
  height: .05rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  background: #acacac;}
.onTop:last-child a:before{
  width:0;
  height: 0;}
.onTop p{
  color: #212121;
  font-size: 17px;
  font-size: .17rem;
  position: absolute;
  top: 20px;
  top: .2rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
  cursor: default;
  -moz-user-select:none;
  -webkit-user-select:none;
  user-select:none;}
.onTop:hover p{
  color: #c61915;}
.onTop span{
  cursor: default;
  -moz-user-select:none;
  -webkit-user-select:none;
  user-select:none;

  font-size: 28.7px;
  font-size: .287rem;
  position: absolute;
  top: -10px;
  top: -.1rem;
  left: 50%;
  transform: translate(-50%,-100%);
  width: 79px;
  width: .79rem;
  height: 92px;
  height: .92rem;
  line-height: 92px;
  line-height: .92rem;
  text-align: center;
  background: url(../images/ontop.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  transition: all .3s;}
.onTop:hover span{
  background: url(../images/timeline-on.jpg) no-repeat center center;
  background-size: 100% 100%;}
/* 上时间结束 */
/* 下时间开始 */
.onBottom a:after{
  top: 0;}
.onBottom p{
  top: -50px;}
.onBottom span{
  transform: translate(-50%);
  top: 25px;
  top: .25rem;}
/* 音乐科 */
.up_arrow i,.under_arrow i{
  font-style: normal;
  xfont-size: 22.5px;
  xfont-size: .225rem;
  color: #212121;
  font-weight: bold;
  position: absolute;
  left: 33px;
  left: .33rem;
  top: 20px;
  line-height: 23px;
  line-height: .23rem;
  padding-top: 50px;
  padding-top: .52rem;
  background: url(../images/up_arrow.jpg) no-repeat left 0;
  cursor: default;
  -moz-user-select:none;
  -webkit-user-select:none;
  user-select:none;}
.under_arrow {
      margin-left: -114px;}
.up_arrow a:after,.under_arrow a:after{
  height: 65px;
  height: 2.65rem;
  width: 5px;
  width: .05rem;
  background: #acacac;
  top: 0;
  bottom: initial;}
.up_arrow em{
  width: 25px;
  width: .25rem;
  height: 122px;
  height: 1.22rem;
  background: #c61915;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 74px;
  top: .74rem;}
/* 美术科 */
.under_arrow i{
  padding-top: 0;
  padding-bottom: 50px;
  padding-bottom: .52rem;
  background: url(../images/under_arrow.jpg) no-repeat right bottom;
  top: -125px;
  top:-1.25rem;
  left: 68px;
  /* left: 1.25rem; */
  cursor: default;
  -moz-user-select:none;
  -webkit-user-select:none;
  user-select:none;}
.under_arrow a{
  background: transparent !important;}
.under_arrow a:after{
  top: initial;
  bottom: 5px;
  top: initial;
  left: 155px;
  width: 0;}
/* 上部分最后 */
#last_up a{
  /* background: transparent !important; */
  background: url(../images/right_arrow.jpg) no-repeat center center;
  background-size: 100% 100%;
  width:  34px;
  width: 0.34rem;
  height: 15px;
  transform: translateY(-0.5px);
  height: .15rem;
  margin-left: 0.8rem;
  margin-right: 0px;}
#last_up p,#last_under p{
  left: 1.2rem;
  top: -8px;
  color: #bc0d09;
  font-size: 24px;
  font-size: .24rem;}
/* 下部分最后 */
#last_under p{}
#last_under a{
  /* background: transparent !important; */
  background: url(../images/right_arrow.jpg) no-repeat center center;
  background-size: 100% 100%;
  width:  34px;
  width:  .34rem;
  height: 15px;
  transform: translateY(-0.7px);
  height: .15rem;
  margin-left: 0.8rem;}
#last_under a::after{
  width: 0;}
.Timeline-bottom {
  margin-top: 270px;margin-top: 2.7rem;padding-left: 9.8rem;}
.oneRowTop p {top: -30px;}
}
@media screen and (max-width: 1500px) and (min-width: 1000px) {
  .onTop p{
    font-size: 16px;}
}


@media screen and (max-width: 999px){
  .Timeline{
    /* height: 100%; */
    /* overflow-y: auto; */
    /* padding-top: 80px; */
    /* overflow-x: hidden; */
    position: absolute;
    top: 0;
    left: 0;
padding-top:20px;}

  .Timeline .bd{}
  .Timeline li{
    height: 4rem !important;}
  .Timeline li a{
    width: 10px;
    height: 10px;
    display: block;
    margin: 0 auto;
    background: #585858;
    border-radius: 50%;
    transition: all .3s;
    display: block;
    position: relative;
    z-index: 1;}
  .Timeline .onTop:hover span{
    background: url(../images/timeline-on1.jpg) no-repeat center center;
    background-size: 100% 100%;}
  .Timeline .onTop:hover p{
    xcolor: #c61915;}
  /* 左侧时间 */
  .onTop p{
    font-size: 13px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    /* white-space: nowrap; */
    font-weight: bold;
    z-index: 1;
    width: 109px;
    text-align: center;
    transition: all .8s;}
  .onTop span{
    background: url(../images/ontop1.jpg) no-repeat center center;
    background-size: 100% 100%;
    font-size: 14px;
    height: 52px;
    width: 61px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -30.5px;
    z-index: 1;
    transition: all .4s;
    display: none;}
  .onTop a:after{
    width: 40px;
    height: 2px;
    background: #070707;
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -1px;
    z-index: 0;
    
    transform: translate(30px,-50%);
    opacity: 0;
    visibility: hidden;}
  .onTop a:before{
    width: 2px;
    height: 100px;
    height: 4rem;
    background: #acacac;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    content: "";}
  /* 红色节点 */
  .red{
    text-align: center;
    position: relative;
    z-index: 1;}
  .red span{
    display: inline-block;
    margin: 0 auto;
    margin-top: -50%;
    font-size:14px;}
  .red span{
    border-radius: 6px;
    background: #c61915;
    color: #fff;
    padding: 5px 10px;
    z-index: 1;}
  .red > div:after{
    width: 2px;
    height: 100px;
    background: #acacac;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -4;
    content: "";}
  .under_arrow {}
  .under_arrow a {
    color: #7a7a7a;}
  .under_arrow i {
    display: block;
    width: 90px;
    text-align: center;
    margin-left: -5.5rem;
    padding-bottom: 6px;
    background: url(../images/right1_arrow.jpg) no-repeat 0px bottom;
    background-size: 100% 4px;
    transform: translateY(-16px);
    font-size: 14px;
    font-weight: bold;
    font-style: normal;}
  .right_arrow img{
    transform: rotate(90deg) scaleY(-1);
    margin-left: -11px;}
  .right_arrow p {
    left: -74px;}
  #last_up p,#last_under p{
    /* left: 1.8rem; */
    /* top: -8px; */
    color: #bc0d09;}
  #last_up.onTop a:before,  #last_under.onTop a:before {
    display: none;}
  .Timeline-bottom {
    left: 61%;
    top: 15.9rem;}
  .Timeline-bottom .onTop a:before {
    xbackground: #111;}
  /* 右节点 */
  .onBottom a:after{
    position: absolute;
    left: 100%;
    top: 50%;}
  .onBottom span{
    left: 100px;}
  .onBottom p{}

  /* 隐藏 */
  .translate_l p{}
  .tanslate_show p{
    transform: translate(0,-50%);
    opacity: 1;
    visibility: visible;}
  .tanslate_show a:after{
    transform: translate(0,-50%);
    opacity: 1;
    visibility: visible;}
} 

/* ******************************时间轴结束********************** */

/* dhj ************************************************************************** */
.wh100 {width: 100%; height: 100%;}
.shadow {box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.4), -1px -1px 8px rgba(0, 0, 0, 0.2);border-radius: 8px;}
.iframe_wrap {}
.sidebar-navigation ul {
  margin-left: .45rem;}
.sidebar-navigation nav a{
  font-size: .18rem;}
.list {
  /*position: absolute;*/
  width: 100%;
  top:0;
  left: 0;
text-align: center;
  overflow: hidden;}
.hide {display: none !important;}
/* 宽度超过1500 */
@media screen and (min-width:1500px){
  .wapper {
      padding: 50px;}    
  .content {
    width: 12.9rem;
    height: 90%;
    left: 5.6rem;
    top: 3.5%;}
  .sidebar-navigation {
    width: 4.94rem;}
  .sidebar-navigation ul {
    margin-left: .7rem;}
  .sidebar-navigation nav a{
    font-size: .20rem;}
  .sidebar-navigation li{
    padding: .13rem 0;}
  .sidebar-navigation nav {
    top: 2.6rem;}

}

/* .Timeline {
  width: 1000px;
    width: 14.1rem;
    height: 97%;
    position: absolute;
    left: 500px;
    left: 5rem;
    top: 2%;
    overflow: hidden;
}
.Timeline .next,.Timeline .prev {
  bottom: 2.1rem;
  display: none;
}
.Timeline .bd {
  overflow-x: auto;
  width: 100%;
  height:98%;
  position: relative;
}
.Timeline .bd ul {
  width:85rem;
  position: relative;
}

.Timeline li {
  width: 4rem;
}

.onTop a:after {
  height: 1.3rem;
}
.onTop a:before {
  width: 4rem;
}
.red:before{
  width: 4rem;
}
.onTop span {
  top: -1.1rem;
}
.onBottom span {
  transform: translate(-50%,1.3rem);
  top: 0;
}
.onTop p {
  line-height: 1.6;
  font-size: .28rem;
}
.onTop span {
  font-size: .4rem;
}
.onBottom p {
  top: auto;
  bottom: 0.24rem;
} */

.Timeline_wrap {overflow-x: auto;}
.scrollbar *::-webkit-scrollbar {width : 8px; height: 8px;}
.scrollbar *::-webkit-scrollbar-thumb {border-radius: 8px;box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);background: #c62625;}
.scrollbar *::-webkit-scrollbar-track {box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);border-radius: 8px;background: #f3f3f3;}

/* /dhj************************************************************************* */


.u-head {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding: 0 2%;
    line-height: 60px;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.u-head .pagetit {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.u-head .pagetit {
    line-height: 60px;
    font-weight: bold;
    color: #cb252a;
    font-size: 20px;
    margin-top: 0;
}

.nytop {
    background: url(../../images/nytbg.png) no-repeat center;
    /* background: #880a05; */
    padding: 60px 0;
    color: #fff;
}
.nynewstop {
    padding: 38px 0;
}
.nytop .wp1000 {
    background: url(../../images/coline.png) no-repeat left center;
    background-size: auto 100%;
    padding-left: 3%;
margin-top: 70px;
}
.wp1000 {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;

}

.nytop .poaiton {
    font-size: 12px;
    padding-left: 20px;
    background: url(../../images/home.png) no-repeat left center;
}
.nytop a {
    color: #fff;
}
.nytop .arc-tit {
    font-size: 32px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 1.4em;
}
body{background: url(../../images/back-13.jpg) center no-repeat;}


@media screen and (max-width: 980px){
.u-head .pagetit {
    font-size: 18px;
}
.nytop {
    padding: 50px 0;
    color: #fff;
}
}

@media screen and (max-width: 640px){
.u-head .pagetit {
    position: static;
    transform: translateX(0);
}
}