.web {
  position: relative;
  width: 100%;
  background: url(../images/backgroud.png) no-repeat scroll 50% 0 transparent;
  background-size: 100% 100%;
  background-position-x: 100%;
  height: auto;
  /*padding-bottom: 78px;*/
}
.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.ks-clear,
.clearfix {
  *zoom: 1;
}
.site-topbar {
  height: 60px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid rgba(23, 60, 108, 0.1);
  overflow: hidden;
}
.site-topbar .myTop {
  float: left;
  width: 374px;
}
.tip_info{
  color: #ffffff;
  right: 3%;
  top: 0;
  width: 400px;
  height: 300px;
  padding: 10px 20px;
  margin-left: 295px;
}
.tip_info .title{
  font-size: 18px;
}
.tip_info li{
  list-style-type: none;
}
.site-topbar .myTop .logo {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.site-topbar .myTop .logo img {
  width: 374px;
}
.site-topbar .myTop img {
  display: inline-block;
  vertical-align: top;
}
.site-topbar .topbar-right {
  float: right;
}
.site-topbar .topbar-right .header-right-btn {
  float: left;
}
.site-topbar .topbar-right .gwt_header_right_button {
  display: inline-block;
  border-radius: 15px;
  width: 86px;
  height: 26px;
  margin-right: 14px;
  margin-bottom: 8px;
  border: 1px solid #7c80ab;
  border-width: 1px;
  background: none;
  color: #7c80ab;
  text-align: center;
  line-height: 26px;
  text-decoration: none;
}
.site-topbar .topbar-right .gwt_header_right_button.on {
  background: #31397e;
  color: #fff;
}
.site-topbar .topbar-right .gwt_header_right_select {
  border-radius: 15px;
  width: 112px;
  height: 26px;
  margin-right: 4px;
  border: 1.4px solid #7c80ab;
  -moz-appearance:none;
  -webkit-appearance:none;
  text-align: center;
  text-align-last: center;
  outline: none;
  padding-right: 14px;
  color: #7c80ab;
  background: url("../images/arrow.png") no-repeat scroll right center transparent;
}
select::-ms-expand { display: none; }
.site-topbar .topbar-right .gwt_header_right_a {
  display: inline-block;
  color: #31397e;
  text-decoration: none;
  margin-top: 16px;
  margin-left: 5px;
}
.site-topbar .topbar-right .gwt_header_right_a.off {
  display: inline-block;
  border-radius: 15px;
  width: 80px;
  height: 26px;
  margin-bottom: 8px;
  border: 1px solid #7c80ab;
  border-width: 1px;
  background: none;
  color: #7c80ab;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
  box-sizing: border-box;
  background-position: 5px 4px;
}
.site-topbar .topbar-right .gwt_header_right_a.console {
  display: inline-block;
  border-radius: 15px;
  width: 80px;
  height: 26px;
  margin-bottom: 8px;
  border: 1px solid #7c80ab;
  border-width: 1px;
  background: none;
  color: #7c80ab;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
  box-sizing: border-box;
  padding-left: 21%;
  background: #ffffff url(../images/console.png) no-repeat;
  background-position: 5px 4px;
}

.site-topbar .gwt_header_right_a .console:hover {
  padding-left: 21%;
  background: #ffffff url(../images/console_hover.png) no-repeat;
  background-position: 5px 4px;
}
.site-topbar .topbar-right form {
  display: inline-block;
}
.site-header {
  position: relative;
  z-index: 20;
  padding-left: 50px;
  padding-right: 50px;
  background: #fff;
}
.site-header .header-logo {
  float: left;
  width: 432px;
}
.site-header .header-logo .logo {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 64px;
  overflow: hidden;
  _zoom: 1;
  background-color: #31397e;
}
.site-header .header-logo .logo::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 200px;
  height: 64px;
  content: "";
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: url(../images/logo.jpg) no-repeat 50% 50%;
  background-size: 100%;
  opacity: 1;
}
.site-header .header-logo img {
  display: inline-block;
  vertical-align: top;
}
.site-header .header-nav .nav-list {
  position: relative;
  z-index: 10;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  margin-left: 19px;
}
.site-header .header-nav .nav-list .nav-item {
  float: left;
}
.site-header .header-nav .nav-list .nav-item a {
  display: block;
  padding: 10px 28px 10px;
  color: #31397e;
  text-decoration: none;
}
.site-header .header-nav .nav-list .nav-item.on {
  background-color: #31397e;
}
.site-header .header-nav .nav-list .nav-item.on a {
  color: #fff;
}
.site-header .header-nav .nav-list .nav-item .m_f_a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.site-header .header-nav .nav-list .nav-item .m_f_a i {
  width: 40px;
  height: 35px;
  box-sizing: border-box;
  padding: 0 5px;
  display: block;
}
.site-header .header-nav .nav-list .nav-item .m_f_a .icon {
  background: url(../images/plus.png) 100% no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.site-header .header-nav .nav-list .nav-item .m_f_a .icon_on {
  background: url(../images/reduce.jpg) 50% no-repeat !important;
  background-position: 50% 50%;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.site-header .header-nav .nav-list .nav-item .m_s_nav {
  display: none;
}
.site-header .header-nav .nav-list .nav-item .m_s_nav a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0;
  padding-left: 10%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.site-header .header-right {
  float: right;
}
.site-header .header-right .header-right-btn {
  float: left;
  margin-right: -26%;
}
.site-header .header-right .gwt_header_right_button {
  display: inline-block;
  border-radius: 15px;
  width: 110px;
  height: 26px;
  margin-top: 8px;
  border: 1px solid #7c80ab;
  border-width: 1px;
  background: none;
  color: #7c80ab;
  text-align: center;
  line-height: 26px;
  text-decoration: none;
}
.site-header .header-right .on a:hover {
  background:  #31397e;
  color: #fff;
}
.site-header .header-right .gwt_header_right_select {
  border-radius: 15px;
  width: 110px;
  height: 26px;
  margin-right: 10px;
  margin-right: 14px;
  border-color: #7c80ab;
  background: none;
  color: #7c80ab;
  text-align: center;
  text-align-last: center;
  outline: none;
}
.site-header .header-right .gwt_header_right_a {
  display: inline-block;
  color: #31397e;
  text-decoration: none;
  margin-left: 88px;
  margin-top: 12px;
}
.site-header .header-right .gwt_header_right_a.off {
  display: inline-block;
  border-radius: 15px;
  width: 80px;
  height: 26px;
  margin-right: 14px;
  margin-bottom: 8px;
  border: 1px solid #7c80ab;
  border-width: 1px;
  background: none;
  color: #7c80ab;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
  box-sizing: border-box;
}
.site-header .header-right form {
  display: inline-block;
}
.gwt_content_login {
  position: absolute;
    left: 50%;
    top: 55%;
    width: 450px;
    transform: translate(-50%, -48%);
    background-color: #DBCEDD;
    border-width: 10px;
    border-color: #876C9C;
    border-style: solid;
    padding-bottom: 0%;
}
.gwt_content_login .gwt_content_login_info {
  width: 63%;
  margin: 20px auto;
}
.gwt_content_login .gwt_content_login_info .gwt_content_login_sys_name {
  font-size: 20px;
  color: #6a1980;
  font-weight: bolder;
  margin-left: 6%;
  text-align: center;
}
.gwt_content_login .gwt_content_login_info .gwt_content_login_username {
  margin-top: 9%;
  background-image: url(../images/backgroud_username.png);
  background-repeat: no-repeat;
  padding-bottom: 3%;
  border-bottom: 1px solid #D4CDCD;
  background-position-y: 30%;
}
.gwt_content_login .gwt_content_login_info .gwt_content_login_password {
  margin-top: 6%;
  background-image: url(../images/backgroud_password.png);
  background-repeat: no-repeat;
  border-bottom: 1px solid #D4CDCD;
  background-position-y: 49%;
}
.gwt_content_login .gwt_content_login_info .gwt_content_login_username_input {
  border-width: 2px;
  margin-left: 8%;
  padding-top: 3%;
  width: 92%;
  padding-bottom: 3%;
  outline: none;
  border: 0;
  padding-left: 4px;
}
.gwt_content_login .gwt_content_login_info .gwt_content_login_buttons {
  margin-top: 6%;
  margin-left: 10%;
  text-align: center;
}
.gwt_content_login .gwt_content_login_info .gwt_content_login_button {
  border-radius: 10px;
  width: 30%;
  padding-top: 1.8%;
  color: #ffffff;
  border-width: 1px;
  background-color: #6a1980;
  padding-bottom: 1.9%;
  outline: none;
}
.gwt_content_login .gwt_content_login_info .gwt_content_login_tip {
  margin-top: 10px;
  margin-bottom: 10px;
}
.gwt_content_login .gwt_content_login_info .gwt_content_login_tip span {
  margin-left: 0px;
  font-size: 14px;
  color: #202a72;
  background-image: url(../images/backgroud_tip.png);
  background-repeat: no-repeat;
  padding-left: 19px;
}
.gwt_content_login .gwt_content_login_info .gwt_content_login_first_info {
  font-size: 14px;
  color: #000;
  width: 109%;
}
.footer {
  position: absolute;
  bottom: 1%;
  right: 40px;
}
.footer a {
  font-size: 14px;
  color: #fff;
}
.footer .info_code {
  position: absolute;
  right: 0;
  bottom: 30px;
  display: none;
  width: 128px;
  height: 128px;
}
.gwt_content_about {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 540px;
  transform: translate(-50%, -50%);
}
.gwt_content_about .get_real_about {
  width: 466px;
  margin: 1px auto;
}
.gwt_content_about .get_real_about_left {
  float: left;
  text-align: center;
  width: 100%;
}
.gwt_content_about .get_real_about_left .get_real_about_left_desc {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  margin-left: -0.70px;
}
.gwt_content_about .get_real_about_right {
  float: left;
}
.gwt_content_about .get_real_about_right ul {
  padding-left: 19px;
}
.gwt_content_about .get_real_about_right ul li {
  list-style: none;
  color: #fff;
  line-height: 28px;
  font-size: 14px;
}
.gwt_content_about .gwt_content_about_first_info {
  margin-top: 10px;
  margin-left: 8%;
  padding: 10px;
  border-top: 1px solid #ddd;
  color: #fff;
  font-size: 12px;
}
.customer_application_lists {
  padding-left: 0;
  padding-top: 20px;
}
.customer_application_lists li {
  float: left;
  list-style: none;
}
.customer_application_lists li a {
  margin: 20px 0;
  display: inline-block;
  height: 77px;
  width: 77px;
  position: relative;
  overflow: hidden;
  border-radius: 18%;
  background-color: #C6B7DE;
  opacity: 0.8;
  text-align: center;
  text-decoration: none;
}
.customer_application_lists li a img {
  padding-top: 6px;
  max-width: 50px;
}
.customer_application_lists li a p {
  margin-top: -1px;
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
}
.gwt_content_download {
  padding-top: 14px;
}
.gwt_content_download .down_describe {
  color: #fff;
  margin-top: 2.5%;
  padding-left: 0.8%;
  padding-left: 38px;
  font-size: 20px;
  background: url(../images/downtitle.jpg) no-repeat;
}
.gwt_content_download .customer_download_lists {
  padding: 0;
  margin-top: 20px;
}
.gwt_content_download .customer_download_lists li {
  float: left;
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
}
.gwt_content_download .customer_download_lists li .square {
  opacity: 0.8;
}
.gwt_content_download .customer_download_lists li a {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 16%;
  background-color: #C6B7DE;
  background-position: top center;
  background-repeat: no-repeat;
}
.gwt_content_download .customer_download_lists li p {
  margin: 10px 0;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gwt_content_download .customer_download_lists .winpc a {
  background-image: url(../images/client_pc.jpg);
}
.gwt_content_download .customer_download_lists .winpcUsb a {
  background-image: url(../images/client_winUSB.jpg);
}
.gwt_content_download .customer_download_lists .apple a {
  background-image: url(../images/client_apple.jpg);
}
.gwt_content_download .customer_download_lists .android a {
  background-image: url(../images/client_android.jpg);
}
.gwt_content_download .customer_download_lists .linux a {
  background-image: url(../images/client_linux.jpg);
}
.gwt_content_download .customer_download_lists .applemac a {
  background-image: url(../images/client_Mac.jpg);
}
.gwt_content_download .customer_download_lists li a:hover {
  background-position: 0px -100px;
}
.select_tool_download_tips .select_tool_download_describe {
  color: #fff;
  margin-top: 2.5%;
  padding-left: 0.8%;
  padding-left: 38px;
  font-size: 20px;
  background: url(../images/downtitle2.jpg) no-repeat;
}
.select_tool_download_tips .tool_download_lists {
  padding-left: 24px;
  margin-top: 20px;
}
.select_tool_download_tips .tool_download_lists li {
  margin-bottom: 10px;
  list-style: none;
}
.select_tool_download_tips .tool_download_lists a {
  padding: 8px;
  text-decoration: none;
  color: #666;
  display: block;
  border: 1px #ddd solid;
  border-radius: 5px;
  background-color: #eee;
  font-size: 15px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.select_tool_download_tips .tool_download_lists li a:hover{
  color: #000;
}
.gwt_content_bulletin {
  position: absolute;
  opacity: 0.9;
  right: 3%;
  top: 0;
  width: 400px;
  height: 300px;
  background: url(../images/bulletin_background.png) repeat center;
  padding: 10px 20px;
  border-radius: 14px;
}
.gwt_content_bulletin h3 {
  color: #424984;
  font-size: 16px;
  font-weight: bold;
}
.gwt_content_bulletin .gwt_content_bulletin_middle {
  padding: 0;
}
.gwt_content_bulletin .gwt_content_bulletin_middle li {
  list-style-type: none;
  font-size: 14px;
  color: #49508A;
  font-weight: lighter;
  line-height: 150%;
}
.gwt_content_bulletin .gwt_content_bulletin_middle li a {
  color: #1840b1;
}
.gwt_content_bulletin .get_real_bulletin_bottom .bottom_left {
  display: table-cell;
  vertical-align: top;
}
.gwt_content_bulletin .get_real_bulletin_bottom .bottom_right {
  display: table-cell;
  vertical-align: top;
}
.gwt_content_bulletin .get_real_bulletin_bottom .bottom_right p {
  padding-top: 20px;
  padding-left: 20px;
  color: #4C528B;
  font-size: 14px;
  font-weight: bold;
}
.gwt_content_password {
  width: 500px;
  margin: 100px auto 0;
}
.gwt_content_password .title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 22px;
}
.gwt_content_password .form-horizontal .control-label {
  text-align: left;
  color: #fff;
  font-size: 20px;
}
.gwt_content_password .form-group {
  margin-bottom: 25px;
}
.gwt_content_password .form-control {
  opacity: 0.6;
  outline: none;
}
.gwt_content_password button.common_button {
  width: 88px;
  height: 29px;
  padding: 0;
  box-sizing: border-box;
  background-image: url(../images/btnbk.gif);
  background-repeat: repeat-x;
  border-radius: 12px;
  font-weight: bold;
  cursor: pointer;
  color: #ffff !important;
  line-height: 29px;
  font-size: 16px;
  outline: none;
}
.gwt_content_password .btn-default {
  color: #fff;
}
.gwt_content_password button.common_button[type="reset"] {
  margin-left: 46px;
}
.menu_M {
  display: none;
  float: right;
  padding: 10px;
  margin-top: 8px;
}
.menu_M img {
  width: 28px;
}
.col-xs-nav {
  display: none;
}
.bulletin-con {
  height: 300px;
}
.bulletin-section {
  display: none;
  width: 400px;
  height: 300px;
  position: absolute;
  top: 102px;
  right: 3%;
  z-index: 100;
}
.sidebar_r {
  display: none;
  position: fixed;
  right: 0;
  top: 150px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px 4px;
  padding-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 14px;
  color: #333;
}
@media (min-width: 1300px) {
  .site-topbar {
    padding-left: 100px;
    padding-right: 100px;
  }
  .site-header {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1300px) {
  .site-header .header-logo {
    width: auto;
  }
  .site-header .header-logo img {
    display: none;
  }
  .site-header .header-right {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 991px) {
  .gwt_content_login {
    width: 52%;
    margin-top: 4%;
  }
  .web {
    padding-bottom: 30px;
  }
  .footer {
    bottom: 10px;
  }
  .gwt_content_about .get_real_about {
    margin: 0 auto;
    width: 474px;
  }
}
@media screen and (max-width: 991px) and (min-width: 767px) {
  .gwt_content_login {
    width: 53%;
    padding-bottom: 0;
    margin-top: 2%;
  }
  .gwt_content_login .gwt_content_login_info {
    margin: 10px auto;
  }
  .gwt_content_login .gwt_content_login_info .gwt_content_login_username {
    padding-bottom: 0;
  }
  .about-con {
    height: 300px;
  }
  .gwt_content_about {
    width: 66%;
    margin: 20px auto 0;
    position: static;
    left: 0;
    top: 0;
    transform: none;
    margin-top: 5%;
  }
  .site-header .header-nav .nav-list .nav-item a {
    padding: 10px 18px;
  }
}
@media screen and (max-width: 991px) and (min-width: 700px) {
  .gwt_content_about .get_real_about_left {
    width: auto;
  }
  .gwt_content_about .get_real_about_right {
    width: auto;
    /*margin-left: 20px;*/
  }
  .footer{
    position: absolute;
    bottom: -1%;
    right: 40px;
  }
}
@media (max-width: 768px) {
  .sidebar_r {
    display: block;
  }
  .site-topbar {
    padding-left: 0;
    padding-right: 0;
  }
  .site-topbar .myTop {
    width: auto;
  }
  .site-topbar .myTop .logo img {
    width: 272px;
    margin-top: 12px;
  }
  .site-topbar .topbar-right {
    display: none;
  }
  .site-header {
    padding-left: 0;
    padding-right: 0;
    height: 0;
    border-bottom: 1px solid #e7e7e7;
  }
  .site-header .header-logo {
    width: auto;
    margin-top: 9px;
    margin-left: 10px;
  }
  .site-header .header-logo img {
    display: inline-block;
    height: 44px;
  }
  .site-header .header-nav .nav-list {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-top: 0;
    padding-bottom: 12px;
    background-color: #fff;
    font-size: 14px;
    margin-left: 0;
  }
  .site-header .header-nav .nav-list .nav-item {
    width: 100%;
    float: none;
  }
  .site-header .header-logo .logo {
    width: 138px;
    height: 44px;
  }
  .site-header .header-logo .logo::before {
    width: 138px;
    height: 44px;
  }
  .site-header .header-right {
    float: left;
    margin-left: 10px;
    display: none;
  }
  .site-header .header-right .header-right-btn {
    margin-top: 0;
  }
  .site-header .header-right .gwt_header_right_button {
    display: none;
    margin-bottom: 6px;
  }
  .site-header .header-right .gwt_header_right_select {
    display: block;
    width: 80px;
    margin-top: 20px;
  }
  .site-header .header-right .gwt_header_right_a {
    display: none;
    line-height: initial;
  }
  .site-header .header-right .gwt_header_right_a.off {
    display: inline-block;
    height: 28px;
    margin-top: 20px;
  }
  .menu_M {
    display: block;
  }
  .col-xs-nav {
    display: block;
  }
  .footer {
    right: 0;
    bottom: 0px;
  }
  .gwt_content_password {
    width: 92%;
    margin: 0 auto;
  }
  .gwt_content_password .title {
    font-size: 20px;
  }
  .gwt_content_password .form-horizontal .control-label {
    font-size: 15px;
  }
  .gwt_content_about {
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    margin-left: 0;
  }
  .gwt_content_about .get_real_about {
    margin: 0 auto;
    width: 474px;
  }
  .gwt_content_download .down_describe {
    background-size: 24px;
    padding-left: 30px;
    font-size: 16px;
  }
  .select_tool_download_tips .select_tool_download_describe {
    background-size: 24px;
    padding-left: 30px;
    font-size: 16px;
  }
  .gwt_content_download .customer_download_lists li p {
    font-size: 14px;
  }
  .select_tool_download_tips .tool_download_lists a {
    padding: 5px;
  }
  .gwt_content_download .customer_download_lists li a {
    width: 69px;
    height: 69px;
    background-size: 100%;
  }
  .gwt_content_download .customer_download_lists li a:hover {
    background-position: 0px -69px;
  }
  .select_tool_download_tips .tool_download_lists {
    padding-left: 0;
  }
  .gwt_content_login {
    width: 82%;
    height: auto;
    margin: 0 auto;
    margin-top: 10%;
    position: static;
    left: 0;
    top: 0;
    transform: none;
  }
  .gwt_content_login .gwt_content_login_info {
    width: 86%;
  }
  .gwt_content_login .gwt_content_login_info .gwt_content_login_sys_name {
    margin-left: 0;
  }
  .gwt_content_bulletin {
    height: auto;
    padding-bottom: 30px;
    margin: 0 auto;
    background-size: 100%;
    position: static;
  }
  .gwt_content_bulletin .get_real_bulletin_bottom .bottom_left img {
    width: 86px;
  }
  .gwt_content_bulletin .get_real_bulletin_bottom .bottom_right p {
    padding-top: 10px;
  }
  .bulletin-con {
    height: auto;
    margin-top: 20px;
  }
  .bulletin-section {
    width: 94%;
    top: 129px;
  }
  .gwt_content_bulletin {
    background-color: #fff;
    background-image: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .gwt_content_about {
    width: 80%;
    margin: 0 auto;
    position: static;
    left: 0;
    top: 0;
    transform: none;
    margin-top: 20px;
  }
  .gwt_content_bulletin {
    width: 94%;
    height: auto;
    padding-bottom: 20px;
  }
  .gwt_content_about .get_real_about {
    width: 90%;
  }
  .gwt_content_about .get_real_about_right ul {
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) and (min-width: 0) {
  .gwt_content_about .get_real_about_left {
    /*width: 100%;*/
  }
  .gwt_content_about .get_real_about_right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 450px) {
  .gwt_content_about .get_real_about {
    width: 450px;
  }
  .gwt_content_bulletin {
    width: 400px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .site-header .header-nav .nav-list {
    display: block!important;
  }
}