@charset "UTF-8";
/*
 * @Author: Minihui 
 * @Date: 2017-09-11 16:37:35 
 * @Last Modified by: Minihui
 * @Last Modified time: 2017-10-17 20:58:23
 */
body {
  min-width: 1200px;
}

.page {
  overflow: hidden;
}

.gmad {
  width: 150px;
  height: 42px;
  float: right;
  overflow: hidden;
}

.tit1014 .gmad a:before {
  background: none;
}

.tit1014 .tlad a:before {
  background: none;
}

.row-banner {
  height: 825px;
  max-width: 1920px;
  background: url("bannerbg2.jpg") center top no-repeat;
  position: relative;
  overflow: hidden;
  margin-left: auto !important;
  margin-right: auto !important;
}

.row-banner .container {
  height: 97%;
  padding-top: 3%;
  position: relative;
}

.row-banner .container img {
  width: 100%;
  height: auto;
  display: block;
}

.row-banner .container .logo {
  width: 345px;
  height: 270px;
  background: url("logo.png") center top no-repeat;
  position: absolute;
  left: 0;
  top: 93px;
  z-index: 2;
}


.banner-title3 {
  width: 691px;
  height: 221px;
  margin: 480px auto;
  position: relative;
  z-index: 2;
}

.banner-date {
  width: 777px;
  height: 117px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.banner-cloud {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(cloud.png) no-repeat center;
  background-size: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1;
}

.cloud1 {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-animation: bannerCloud 40s linear 0s infinite normal;
  animation: bannerCloud 40s linear 0s infinite normal;
}

.cloud2 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: bannerCloud 40s linear 20s infinite normal;
  animation: bannerCloud 40s linear 20s infinite normal;
}

@-webkit-keyframes bannerCloud {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  10%,
  80% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
  }
}

@keyframes bannerCloud {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10%,
  80% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}

.row-nav {
  width: 100%;
  height: 72px;
  background: #b21415;
  background: linear-gradient(to right, #b21415 0%, #eb100e 100%);
  overflow: visible;
}

.row-nav {
  z-index: 99;
  position: relative;
}

.row-nav .col-2 {
  margin-left:-22px;
}

.row-nav .col-10 {
  margin-left: 210px;
}

.row-nav ul {
  float: left;
  width: 120%;
}

.row-nav li {
  line-height: 72px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
}

.row-nav li:before {
  content: "/";
  position: absolute;
  color: #fff;
  left: -4px;
  top: 0;
}

.row-nav li:first-child:before {
  display: none;
}

.row-nav li a {
  position: relative;
  z-index: 3;
}

.row-nav li:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.4;
  left: 0;
  top: 0;
  transform: skewX(160deg);
  display: none;
  z-index: 0;
}

.row-nav li:hover:after {
  display: block;
  display: none\0;
}

.sub {
  position: absolute;
  left: -13px;
  width: 90px;
  transition: all 0.5s;
  overflow: hidden;
  height: 0px;
  background: #b21415;
  background: linear-gradient(to top, #b21415 0%, #eb100e 100%);
}

.sub a {
  display: block;
  text-align: center;
}

.sub a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}


.cover {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ccc;
}

