@charset "utf-8";
/* CSS Document */

@media (max-width: 768px) {

.header_left {
	display: none;
	height: 128px;
	background: #e4f0f9;
}

.header_right {
	display: none;
	height: 128px;
	background: #1a92db;
}

.header {
	min-height: 128px;
	background: url(../images/header_bg_mob.png) no-repeat center top;
	margin-top: 0px;
	margin-bottom: 30px;
}

.search {
	padding-top: 0px;
}

.lang {
	padding-top: 0px;
}

.mainmenu > li > a {
	padding: 0px 0px 11px 0px;
	margin-top: 5px;
}

.dropdown-menu > li > a {
  display: block;
  padding: 8px 10px 9px 12px;
  margin-bottom: 3px;
  clear: both;
  color: #ffffff;
  text-decoration: none;
  text-align: right;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #1171ad;
  text-decoration: none;
  background-color: none;
  border-bottom: #e5e5e5 2px solid;
  padding-bottom: 7px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #1171ad;
  text-decoration: none;
  background-color: none;
  border-bottom: #e5e5e5 2px solid;
  padding-bottom: 7px;
}

.pc_title {
	height: 50px;
}

.cpadd {
	margin-bottom: 80px;
}

.software .pic {
	height: 80px;
    line-height: 80px;
}

.software .line {
	margin-top: 30px;
}

.conicon {
	text-align: right;
	padding: 5px 15px;
}

.ctitle {
	padding: 4px 0px 0px 15px;
	text-align: left;
}

.profile_menu {
	min-height: inherit;
}

.plogin {
	float: right;
	padding: 5px 10px 0px 0px;
}

.visual {
	background-size: 100% auto;
}

.nav-link {
	background: none;
	padding: 10px 0px 3px 0px !important;
	margin-left: 15px;
	color: #ffffff;
	text-align: right;
	text-decoration: none;
}

.nav-link:hover,
.nav-link:focus {
	border-bottom: none;
}

.navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
	border-bottom: none;
}

}
