@import url('https://fonts.googleapis.com/css?family=Roboto');
*,html{
  padding:0px;
  margin:0px;
  outline:none;
  font-family: 'Roboto', sans-serif;
}
li{
  list-style:none;
}
.clear{
  clear:both;
}
.titles{
  font-size: 500%;
  text-align: center;
  display: block;
  color:#d00004;
  font-weight:bold;
  margin: 50px;
}
.header{
  background-color:#cb0000;
}
.header .inner_header{
  width:1000px;
  margin:0 auto;
}
.header .inner_header li{
  float:left;
  padding:20px 81px;
  font-size: 20px;
  color: #fff;
}
.opacity_box{
  float: right;
    width: 30%;
    padding: 40px 60px;
    background-color: rgba(255, 5, 5, 0.7);
    position: absolute;
    right: 0px;
    top: 400px;
    color: #fff;
    font-weight: bold;
    line-height:30px;
}
.box_title{
  font-size: 200%;
  text-align: center;
}
.opacity_box p{
  text-align:center;
}
.second_layer{
  background-color:#020202;
  margin-top: -5px;
  color:#fff;
  padding-bottom: 50px;
}
.second_layer .second_layer_inner{
  width:1000px;
  margin:0 auto;
}
.second_layer .title{
  font-size: 300%;
  text-align: center;
}
.second_layer li{
  float:left;
  width: 25%;
  text-align:center;
  font-size:130%;
}
.second_layer .fa{
  font-size: 350%;
  color: #cb0000;
}
.third_layer{
  background-image: url("banner2.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.third_layer_inner{
  width:1000px;
  margin:0 auto;
  color:#fff;
}
.third_layer .title{
  font-size: 300%;
  text-align: center;
}
.third_layer p{
  text-align:Center;
  line-height:30px;
}
