.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 108px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: center;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-default .navbar-nav > li > a {
  color: #fff !important;
}
.navtitle {
  background-color: #000;
  width: 100%;
}
.navtitle nav {
  width: 75%;
  margin: 0 auto;
  background-color: #000;
  border: 0;
}
.navtitle nav .navbar-brand {
  padding: 5px;
}
.navtitle nav li {
  padding: 0px 5px;
}
.navtitle .dropdown a:hover {
  background-color: #0086cd !important;
}
.navtitle .dropdown a:focus {
  background-color: #0086cd !important;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.foot {
  width: 100%;
  height: 100px;
  background-color: #e1e2e5;
  position: relative;
}
.foot ul {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.foot ul li {
  text-align: center;
  float: left;
}
.foot ul li a {
  text-decoration: none;
  color: #9a9999;
}
.foot span {
  position: absolute;
  left: 50%;
  top: 74%;
  transform: translate(-50%, -50%);
  color: #9a9999;
  margin-bottom: 20px;
}
.content{
  width: 66%;
  margin: 0 auto;
  position: relative;
}
.content h2{
  display: inline-block;
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  bottom: 20px;
  margin: auto;
  width: 244px;
}
.msg{
  padding-top:100px;
  width:100%;
  margin-bottom:57px;
}
.msg img{
    display: block;
    float: left;
    width: 43%;
    margin-right: 40px;
}
.msg p{
  display: block;
  width: 46%;
  float: left;
  margin-top: 60px;
}

.comprehend ul li{
  list-style-type: disc;  
}
.coleft{
  margin-bottom: 26px;
}
.coright{
  margin-bottom: 39px;
}
comprehend ul{
  float: left;
}
.round{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    color: #fff;
    background-color: #024886;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    float: left;
    margin-right:50px;
  }

