﻿*{
	margin:0 auto;
	}
.banner .nav {
  width: 100%;
  height: 72px;
  position: absolute;
  bottom: 0;
  z-index: 5;
}

.row-nav {
  width: 100%;
  height: 72px;
  background: #1f82d5;
  background: linear-gradient(to right, #1f82d5 0%, #1f82d5 100%);
  overflow: visible;
}

.row-nav {
  z-index: 99;
  position: relative;
}

.row-nav .col-10 {
  margin-left: -20px;
}

nav ul {
  list-style: none; }

li {
  list-style: none; }

.row-nav ul {
  float: left;
  width: 120%;
}

.row-nav li {
  line-height: 72px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

.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;
	color: #FFFFFF;
	font-size: 15px;
	font-family: "Microsoft YaHei", "微软雅黑";
}

.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;
}

.container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  
.clearfix:after, .container:after, .row:after {
  content: '';
  display: table;
  clear: both; }
  

.fl {
  float: left; }

.pl-md {
  padding-left: 15px; }  
  
 .pr-md {
  padding-right: 15px; } 
  
.color-white {
  color: white; }  

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }
a {
  text-decoration: none;
  cursor: pointer; }

a:hover {
  text-decoration: none; } 

.sub {
  position: absolute;
  left: -13px;
  width: 90px;
  transition: all 0.5s;
  height:0;
  overflow: hidden;
  background: #b21415;
  background: linear-gradient(to top, #1f82d5 0%, #1f82d5 100%);
}

.fs-md {
  font-size: 16px; }
  
.sub a {
  display: block;
  text-align: center;
}

.sub a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.language-more {
  position: relative;
}
.language-more:hover .sub {
   height:auto;
  padding: 10px 0;
}
.lh-xl {
  line-height: 2; }
  
.fs-sm {
  font-size: 14px; }  
