 @charset "UTF-8";

 /* Page Title */

#main {height:100%; width:100%;   }
#sub {height:100%; width:100%;   }


.main_vi {width:100%; float:left;  height:910px; border-bottom:1px solid #ddd; margin-top:0px;}

#top {width:100%; min-width:1240px; background-color:#EDE6DB;
display:inline-block; position:relative;
padding:25px 0; box-sizing:border-box;
z-index:99999999999999999999999999;
border-bottom:1px solid #ddd; }

#top  p.logo_wrap  {width:170px; float:left; margin-left:3%;}
#top  p.logo_wrap  img {width:100%;}
/*#top ul {width:80%; float:right; position:absolute; bottom:30px; right:3%;  text-align:right;  }
#top  ul li {display:inline-block; font-size:18px; font-weight:500; line-height:30px; letter-spacing:1px; padding-left:50px;}
#top ul li a {color:#fff !important;}*/

#top div {width:80%; float:right; position:absolute; bottom:80px; right:3%;  text-align:right;  }


nav {   width:80%;  float:right;  position:absolute;   bottom:20px; right:3%;  text-align:right;}

nav ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  position: relative;
}

nav ul li a {
 display:inline-block; font-size:18px; font-weight:600; line-height:50px; letter-spacing:1px; padding:0 30px;
 transition: 0.3s linear; color:#333 !important; text-align:center;
}

nav>ul>li:last-child a {
 padding-right:0;
}


nav ul li ul {
   display: none;
  position: absolute;
  width:200px; right:0; text-align:center;
}

nav ul li ul li {
  border-top: 1px solid #444;
  display: block;
}

nav ul li ul li:first-child { border-top: none; }

nav ul li ul li a {
  background: #373737;
  display: block;
font-size:14.5px;
line-height:45px;
letter-spacing:-0.5px;
  padding: 0 14px;
color:rgba(255,255,255,.7) !important;
}

nav ul li ul li a:hover { background: #126d9b; }

nav .fa.fa-angle-down { margin-left: 6px; }

a.basic_btn {width:210px; line-height:56px; display:inline-block; background-color:#1a7bd7; color:#fff !important;  font-size:18px; border-radius:3px; font-weight:600; }




a.fixed_top {width:65px; line-height:65px; text-align:center;  background-color:#555;  color:#fff !important; border-radius:3px; font-size:15px; display:inline-block; position:fixed; bottom:10%; right:2%;}

footer {width:100%; min-width:1240px; margin-top:100px; text-align:Center;  border-top:1px solid #ddd; font-size:14.5px; color:#777; line-height:1.6em; padding:30px 0;  display:inline-block}

footer   span {color:#999; font-size:0.9em}