.enter-y
{
    transform: translateY(50px);
    opacity: 0;
    transition: all .5s;
}

.enter-y-y
{
    transform: translateY(-50px);
    opacity: 0;
    transition: all .5s;
}

.enter-y-r
{
    transform: translateY(-50px);
    opacity: 0;
    transition: all .5s;
}

.enter-x
{
    transform: translateX(50px);
    opacity: 0;
    transition: all .5s;
}

.enter-x1
{
    transform: translateX(450px);
    opacity: 0;
    transition: all .5s;
}

.enter-x-r
{
    transform: translateX(-50px);
    opacity: 0;
    transition: all .5s;
}

.enter-x-r1
{
    transform: translateX(-150px);
    opacity: 0;
    transition: all .5s;
}

.show .delay-1
{
    transition-delay: .2s !important;
}

.show .delay-2
{
    transition-delay: .4s !important;
}

.show .delay-3
{
    transition-delay: .6s !important;
}

.show .delay-4
{
    transition-delay: .8s !important;
}

.show .delay-5
{
    transition-delay: 1s !important;
}

.show .delay-6
{
    transition-delay: 1.2s !important;
}

.show .delay-7
{
    transition-delay: 1.4s !important;
}

.show .enter-y,
.show .enter-x,
.show .enter-x1,
.show .enter-y-r,
.show .enter-x-r,
.show .enter-x-r1,
.show .enter-y-y
{
    opacity: 1;
    transform: translate(0);
}
.clear
{
	clear: both;
}

button
{
	outline: medium;
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body
,p
,h1
,h2
,h3
,h4
,h5
,h6
,ul
,ol
,li
,dl
,dt
,dd
,table
,th
,td
,form
,fieldset
,legend
,input
,textarea
,button
,select
,div {
  margin:0;
  padding:0;
}
body
,input
,textarea
,select
,button
,table {
  font-family:'HYQHR','audi_ext_blod',Sans-serif;
  font-size:16px;
  vertical-align:baseline;
  letter-spacing:-0.03em;
  line-height:1.75;
  color:#666;
  word-break:keep-all;
  word-wrap:break-word;
}
img {
  border:0;
  vertical-align:middle;
}
ul
,ol
,dl {
  list-style:none;
}
dd{
  word-break:keep-all;
  word-wrap:break-word;
}
h1
,h2
,h3
,h4
,h5
,h6 {
  font-weight:normal;
}
em
,address {
  font-style:normal;
}
a {
  text-decoration:none;
  color:inherit;
}
a:focus
,a:active
,a:hover {
  color:#e60012;
  text-decoration:underline;
  cursor:pointer;
  text-decoration-color: #d4b57c;
}
div:focus {
  outline:none;
}
header
,hgroup
,footer
,section
,article
,aside
,nav
,figure
,figcaption
,main
,details
,menu {
  display:block;
}
table{
  border-collapse:collapse;
  table-layout:fixed;
  border-spacing:0;
  width:100%;
  empty-cells:show;
}
tbody
,tfoot
,thead
,tr
,th
,td {
  word-wrap:break-word;
}
caption
,legend {
  display:block;
  position:absolute !important;
  left:-9999px !important;
  top:0 !important;
  text-indent:9999px !important;
  width:0 !important;
  height:0 !important;
  border:0 !important;
  overflow:hidden !important;
  font-size:1px;
  line-height:0 !important;
  white-space:nowrap !important;
}
button {
  cursor:pointer;
  width:auto;
  overflow:visible;
  vertical-align:middle;
  background:none;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  border:none;
  box-sizing:border-box;
}
button::-moz-focus-inner
,input[type="reset"]::-moz-focus-inner
,input[type="button"]::-moz-focus-inner
,input[type="submit"]::-moz-focus-inner
,input[type="file"] > input[type="button"]::-moz-focus-inner {
  padding:0;
  border:0;
}
input {
  background:none;
  overflow:visible;
  vertical-align:middle;
  box-sizing:border-box;
}
input[disabled="disabled"]
,input.disabled {
  background-color:#f4f4f4;
  opacity:0.5;
  filter:alpha(opacity=50);
  cursor:default;
} 
input[type=text]::-ms-clear{
  display:none !important;
}
[type="number"]::-webkit-inner-spin-button
,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button
, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
input[type="text"]
, input[type="password"]
,input[type="number"]
,input[type="search"] {
  padding:0 19px;
  height:50px;
  line-height:48px;
  color:#111;
  border:1px solid #ccc;
}
input[type="text"]:focus
,input[type="password"]:focus
,input[type="number"]:focus
,input[type="search"]:focus {
  border-color:#111;
  outline:none;
}
textarea{
  overflow:auto;
  vertical-align:top;
  padding:8px 10px;
  box-sizing:border-box;
  border:solid 1px #ccc;
}
select[disabled="disabled"] {
  background-color:#f4f4f4;
  color:#666;
}
select {
  padding:0 40px 0 19px;
  height:50px;
  line-height:48px;
  color:#111;
  border:1px solid #ccc;
  vertical-align:middle;
  background:url('/html/static/home/images/common/select.png') 100% center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:focus {
  border-color:#111;
  outline:none;
}
select::-ms-expand {
  display: none;
}
.ie.v9 select
,.ie.v8 select
,.ie.v7 select {
  padding:0 0 0 19px;
  background:none !important;
}
fieldset {
  border:none;
}
label {
  cursor:pointer;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
template
,[hidden] {
  display: none;
}
audio,
video,
canvas {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

.col-md-1
,.col-md-2
,.col-md-3
,.col-md-4
,.col-md-5
,.col-md-6
{
  padding: 0;
}
.myContainer{
  padding: 0 15%;
}
.row{
  margin: 0;
}
.banner{
  width: 100%;
}
.banner img{
  width: 100%;
}
.circle{
  width: 5px;
  height: 5px;
  background-color: #004386;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  vertical-align: baseline-middle;
  vertical-align: -webkit-baseline-middle;
}

.circleBig{
  width: 15px;
  height: 15px;
  background-color: #e60012;
  border-radius: 50%;
  display: inline-block;
  margin-left: 20px;
  vertical-align: baseline-middle;
  vertical-align: -webkit-baseline-middle;
}
p{
  word-break: break-all;
}