@charset "utf-8";
/* 上海银象网络科技有限公司（www.seo120.com.cn）做最好的企业官方网站模版 */
/* QQ:1378789413 */
.c-pd {
	padding-top: 100px;
}
 @media screen and (max-width: 1600px) {
.c-pd {
	padding-top: 80px;
}
.inner-tit h3 {
	font-size: 30px;
}
.inner-tit.center:after {
	margin-top: 15px;
}
.inner-tit p {
	font-size: 15px;
	margin-top: 15px;
}
}
@media screen and (max-width: 1024px) {
.c-pd {
	padding-top: 60px;
}
}
.wrapper {
	width: 80vw;
	max-width: 1420px;
	margin: 0 auto;
	position: relative;
}
.wrapper:after {
	content: '';
	display: block;
	clear: both;
}
@media screen and (max-width: 768px) {
.wrapper {
	width: 100%;
}
}
.inner-tit h3 {
	font-size: 36px;
}
.inner-tit p {
	font-size: 16px;
	line-height: 1.75;
	margin-top: 20px;
}
.inner-tit:after {
	content: '';
	display: block;
	width: 22px;
	height: 3px;
	margin-top: 24px;
	background-color: #c9171d;
}
.inner-tit.gray h3 {
	color: #333;
}
.inner-tit.gray p {
	color: #999;
}
.inner-tit.white h3 {
	color: #fff;
}
.inner-tit.white p {
	color: #fff;
}
.inner-tit.center {
	text-align: center;
}
.inner-tit.center:after {
	margin-left: auto;
	margin-right: auto;
}

.index-tit.center h3 {
	text-align: center;
}
.index-tit.center p {
	text-align: center;
}
.inner-tit.center {
	text-align: center;
}
.inner-tit.center:after {
	margin-left: auto;
	margin-right: auto;
}
.contact-s1 {
	padding: 6vw 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/contact/img-1.jpg");
}
.contact-s1 .cont {
	margin-top: 3vw;
	padding: 5vw;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	font-size: 0;
	display: flex;
	justify-content: space-between;
}
.contact-s1 .left-box {
	max-width: 900px;
}
.contact-s1 .left-box h3 {
	font-size: 28px;
	color: #333333;
}
.contact-s1 .left-box .tip {
	font-size: 14px;
	color: #555555;
	margin-top: 10px;
}
.contact-s1 .left-box .info {
	font-size: 0;
	margin-top: 24px;
}
.contact-s1 .left-box .info span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 48%;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 0;
	padding-left: 50px;
	color: #333;
	margin-top: 20px;
}
.contact-s1 .left-box .info span:before {
	content: '';
	width: 36px;
	height: 36px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
}
.contact-s1 .left-box .info span:nth-of-type(1):before {
	background-image: url("../images/contact/icon-1-1.png");
}
.contact-s1 .left-box .info span:nth-of-type(2):before {
	background-image: url("../images/contact/icon-1-2.png");
}
.contact-s1 .left-box .info span:nth-of-type(3):before {
	background-image: url("../images/contact/icon-1-3.png");
}
.contact-s1 .left-box .info span:nth-of-type(4):before {
	background-image: url("../images/contact/icon-1-4.png");
}
@media screen and (min-width: 769px) {
.contact-s1 .left-box .info span:nth-of-type(1), .contact-s1 .left-box .info span:nth-of-type(2) {
	margin-top: 0;
}
}
.contact-s1 .right-box {
	white-space: nowrap;
}
.contact-s1 .ewm {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	margin-left: 2vw;
}
.contact-s1 .ewm:nth-of-type(1) {
	margin-left: 0;
}
.contact-s1 .ewm .img {
	border: 1px solid #dadada;
}
.contact-s1 .ewm img {
	display: block;
	width: 100%;
}
.contact-s1 .ewm p {
	font-size: 16px;
	color: #414141;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
}
.contact-s2 {
	position: relative;
	padding-bottom: 12vw;
	z-index: 2;
}
.contact-s2 .map {
	height: 40vw;
	margin-top: 2vw;
}
.contact-s2 .tab-tit {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(-50%);
	z-index: 999;
}
.contact-s2 .tab-tit .items {
	border-radius: 10px;
	box-shadow: 0 0 10px #b6b6b6;
	background-color: #fff;
	font-size: 0;
}
.contact-s2 .tab-tit .item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	height: 12vw;
	position: relative;
	cursor: pointer;
}
.contact-s2 .tab-tit .item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background-color: #c9171d;
	transform-origin: left top;
	transform: scaleX(0);
	transition: .6s ease;
}
.contact-s2 .tab-tit .item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url("../images/contact/icon-2.jpg");
	background-size: 13.3vw auto;
	opacity: 0;
	transition: all .3s ease;
	z-index: 1;
}
.contact-s2 .tab-tit .item .cell-box {
	height: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
}
.contact-s2 .tab-tit .item .cell-box:after {
	content: '';
	width: 1px;
	height: 4.5vw;
	background-color: #f2f2f2;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2.25vw;
}
.contact-s2 .tab-tit .item h3 {
	font-size: 28px;
	color: #333;
	transition: color .3s ease;
}
.contact-s2 .tab-tit .item p {
	font-size: 15px;
	color: rgba(68, 68, 68, 0.6);
	margin-top: 12px;
	padding: 0 20px;
	transition: color .3s ease;
}
.contact-s2 .tab-tit .item:last-of-type .cell-box:after {
	display: none;
}
.contact-s2 .tab-tit .item:hover:after, .contact-s2 .tab-tit .item.active:after {
	opacity: 1;
}
.contact-s2 .tab-tit .item:hover h3, .contact-s2 .tab-tit .item:hover p, .contact-s2 .tab-tit .item.active h3, .contact-s2 .tab-tit .item.active p {
	color: #c9171d;
}
.contact-s2 .tab-tit .item.active:before {
	transform: scaleX(1);
}
.contact-s2 .map-cont {
	width: 880px;
	margin: -10px -18px -10px -10px;
	font-size: 0;
}
.contact-s2 .map-cont .img-box {
	display: inline-block;
	vertical-align: middle;
	width: 280px;
	height: 180px;
	text-align: center;
	background-color: #c9171d;
}
.contact-s2 .map-cont .img-box img {
	width: auto;
	max-width: 70% !important;
	max-height: 50% !important;
}
.contact-s2 .map-cont .txt {
	display: inline-block;
	vertical-align: middle;
	width: 430px;
	padding: 0 30px;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}
.contact-s2 .map-cont .ewm {
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	padding-right: 20px;
}
.contact-s2 .map-cont .ewm img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 1600px) {
.contact-s1 .left-box h3 {
	font-size: 24px;
}
.contact-s1 .left-box .info span {
	font-size: 16px;
}
.contact-s1 .ewm {
	width: 140px;
}
.contact-s1 .ewm p {
	font-size: 15px;
}
.contact-s2 .map-cont {
	width: 740px;
}
.contact-s2 .map-cont .img-box {
	width: 240px;
	height: 150px;
}
.contact-s2 .map-cont .txt {
	font-size: 14px;
	line-height: 24px;
	width: 360px;
}
.contact-s2 .map-cont .ewm {
	width: 140px;
}
.contact-s2 .tab-tit .item h3 {
	font-size: 24px;
}
.contact-s2 .tab-tit .item p {
	font-size: 14px;
}	
}

@media screen and (max-width: 1366px) {
.contact-s1 .left-box h3 {
	font-size: 20px;
}
.contact-s1 .left-box .info span {
	font-size: 15px;
}
.contact-s1 .ewm {
	width: 120px;
}
.contact-s2 .tab-tit .item h3 {
	font-size: 20px;
}	
.inner-tit h3 {
	font-size: 26px;
}
.inner-tit:after {
	margin-top: 15px;
}
.inner-tit p {
	font-size: 14px;
	line-height: 24px;
}	
}

@media screen and (max-width: 768px) {
.inner-tit h3 {
	font-size: 20px;
}
.inner-tit:after {
	height: 2px;
}
.about-chairman-s1,  .about-history-s1,  .about-honor-s1,  .about-intro-s1,  .contact-s1,  .news-detail-s1 .cont,  .dangzhibu-list-s1,  .recruit-idea-s1,  .recruit-idea-s3,  .recruit-idea-s4,  .recruit-idea-s5,  .recruit-idea-s6,  .recruit-list-s1,  .recruit-list-s2 {
	padding: 40px 5vw;
}
.contact-s1 .cont {
	margin-top: 20px;
	padding: 20px;
	display: block;
}
.contact-s1 .left-box h3 {
	font-size: 18px;
}
.contact-s1 .left-box .info {
	margin-top: 20px;
}
.contact-s1 .left-box .info span {
	font-size: 14px;
	width: 100%;
}
.contact-s1 .left-box .info span:nth-of-type(1) {
	margin-top: 0;
}
.contact-s1 .right-box {
	margin-top: 20px;
	text-align: center;
}
.contact-s1 .ewm {
	margin-left: 10px;
	width: calc((100% - 24px) / 3);
}
.contact-s1 .ewm p {
	font-size: 14px;
	margin-top: 10px;
}
.contact-s2 .map {
	height: 300px;
	margin-top: 20px;
}
.contact-s2 {
	padding-bottom: 40px;
}
.contact-s2 .map-cont {
	width: 320px;
}
.contact-s2 .map-cont .img-box {
	display: none;
}
.contact-s2 .map-cont .txt {
	width: 220px;
	padding: 20px;
	font-size: 12px;
	line-height: 20px;
}
.contact-s2 .map-cont .ewm {
	width: 80px;
	padding-right: 0;
}
.contact-s2 .tab-tit {
	left: 20px;
	right: 20px;
	position: static;
	transform: none;
	margin: 10px 20px 0;
}
.contact-s2 .tab-tit .item {
	width: 50%;
	height: 100px;
	padding: 0 15px;
}
.contact-s2 .tab-tit .item .cell-box:after {
	display: none;
}
.contact-s2 .tab-tit .item h3 {
	font-size: 16px;
}
.contact-s2 .tab-tit .item p {
	font-size: 12px;
	line-height: 18px;
	height: 36zpx;
	margin-top: 5px;
}
.contact-s2 .tab-tit .item:before {
	height: 2px;
}	
}
/*二级导航*/
.dropdown, .dropup {
	position: relative
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	color: #333;
	white-space: nowrap
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	text-decoration: none;
	outline: 0
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	color: #777
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed
}
.open>.dropdown-menu {
	display: block
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9;
	content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}
@media (min-width:768px) {
.navbar-right .dropdown-menu {
	right: 0;
	left: auto
}
.navbar-right .dropdown-menu-left {
	left: 0;
	right: auto
}
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}


@media (max-width:767px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	padding: 5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
	line-height: 20px
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
	background-image: none
}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #777
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}
}


@media (max-width:767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
	border-color: #090909
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #090909
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #9d9d9d
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #fff;
	background-color: #090909
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
	color: #444;
	background-color: transparent
}
}

.header.fixed .dropdown-menu {
	background: #fff
}

.header .main-menu>.dropdown>a {
	position: relative
}
.header .main-menu>.dropdown>a:after {
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 0;
	margin-left: -8px;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	content: "";
	transition: all .2s ease-out
}
.header .main-menu>.dropdown:hover>a:after {
	opacity: 1;
	transition: all .1s ease-in .2s
}
@media (max-width:1024px) {
.header .main-menu>.dropdown:hover>a:after {
	display: none
}
}

.header .dropdown:hover>.dropdown-menu {
	opacity: 1;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	transition: opacity .1s, -webkit-transform .3s;
	transition: transform .3s, opacity .1s;
	transition: transform .3s, opacity .1s, -webkit-transform .3s;
	visibility: visible
}
.header .dropdown-menu {
	display: block;
	/*left: 0;*/
	left: 100%;
	right: auto;
	/*margin: 0;*/
	margin-top: -40px;
	padding: 2px 0;
	font-size: 15px;
	border: 0;
	border-radius: 0;
	background: #fff;
	background: hsla(0,0%,100%,.98);
	opacity: 0;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	transition: opacity .1s .2s, visibility .1s .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .1s .2s, visibility .1s .3s;
	transition: transform .3s, opacity .1s .2s, visibility .1s .3s, -webkit-transform .3s;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.header .dropdown-menu>li>a {
	padding: 10px 20px
}
.header .dropdown-menu>.active>a {
	color: #08c;
	background: none
}
.header .dropdown-menu>.active>a:focus, .header .dropdown-menu>.active>a:hover, .header .dropdown-menu>li>a:hover {
	/*color: #fff;
	background: #08c*/
	color: #fff;
}
.header .dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0
}
.header .dropdown-menu .dropdown-menu:after {
	display: none
}


.header .navbar-action .profile .dropdown {
	padding-right: 18px
}
.header .navbar-action .profile .dropdown:after {
	position: absolute;
	right: 5px;
	top: 0;
	font-family: FontAwesome;
	content: "\f107";
	font-size: 14px;
	line-height: 30px;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	opacity: .7
}
@media (max-width:1024px) {
.header .navbar-action .profile .dropdown:after {
	display: none
}
}
.header .navbar-action .profile .dropdown:hover:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.header .navbar-action .profile .dropdown-menu a {
	display: block;
	line-height: 20px
}


.header .wpcom-adv-menu>.dropdown .dropdown-menu {
	display: block;
	padding: 0;
	opacity: 0;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	transition: opacity .1s .2s, visibility .1s .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .1s .2s, visibility .1s .3s;
	transition: transform .3s, opacity .1s .2s, visibility .1s .3s, -webkit-transform .3s;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 0;
	border: 0
}
@media (max-width:1024px) {
.header .wpcom-adv-menu>.dropdown .dropdown-menu {
	position: relative;
	display: none;
	float: none;
	width: 100%!important;
	left: 0!important;
	padding: 1px 0!important;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	visibility: visible;
	background: rgba(0,0,0,.05);
	opacity: 1;
	box-shadow: none;
	border-top: 0;
	border-left: 5px solid rgba(0,0,0,.04)!important;
	box-sizing: border-box!important
}
}
.header .wpcom-adv-menu>.dropdown>.dropdown-menu {
	padding: 2px 0
}
.header .wpcom-adv-menu>.dropdown>.dropdown-menu li {
	display: block
}
.header .wpcom-adv-menu>.dropdown:hover>.dropdown-menu {
	opacity: 1;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	transition: opacity .1s, -webkit-transform .3s;
	transition: transform .3s, opacity .1s;
	transition: transform .3s, opacity .1s, -webkit-transform .3s;
	visibility: visible
}
.header .wpcom-adv-menu>.dropdown>.dropdown-menu>.dropdown>.dropdown-menu {
	left: 100%;
	top: 0
}
.header .wpcom-adv-menu>.dropdown>.dropdown-menu>.dropdown:hover>.dropdown-menu {
	opacity: 1;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	transition: opacity .1s, -webkit-transform .3s;
	transition: transform .3s, opacity .1s;
	transition: transform .3s, opacity .1s, -webkit-transform .3s;
	visibility: visible
}
.header .wpcom-adv-menu>.dropdown.menu-item-style .dropdown {
	display: inline-block
}
.header .wpcom-adv-menu>.dropdown.menu-item-style>.dropdown-menu .dropdown-menu {
	position: static;
	opacity: 1;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	visibility: visible
}


.header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap .dropdown-menu {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	float: none;
	box-shadow: none;
	background: none;
	border: 0
}
@media (max-width:1024px) {
.header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap .dropdown-menu {
	display: none
}
}
.header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap .dropdown-menu li {
	display: block
}
.header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap .dropdown-menu li a {
	padding: 0 15px;
	font-size: 15px;
	line-height: 40px
}
@media (max-width:1024px) {
.header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap .dropdown-menu li a {
	font-size: 16px
}
}
.header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap .dropdown-menu li a:hover {
	background: rgba(0,0,0,.03)
}

.header .wpcom-adv-menu>.menu-item-style2>.menu-item-wrap .dropdown-menu .menu-item-has-image a, .header .wpcom-adv-menu>.menu-item-style2>.menu-item-wrap>.menu-item-has-image a {
	padding: 10px 15px
}
@media (max-width:1024px) {
.header .wpcom-adv-menu>.menu-item-style2>.menu-item-wrap .dropdown-menu .menu-item-has-image a, .header .wpcom-adv-menu>.menu-item-style2>.menu-item-wrap>.menu-item-has-image a {
	line-height: 40px!important
}
}
.header .wpcom-adv-menu>.menu-item-style2>.menu-item-wrap .dropdown-menu .menu-item-has-image a .menu-item-image, .header .wpcom-adv-menu>.menu-item-style2>.menu-item-wrap>.menu-item-has-image a .menu-item-image {
	max-height: 40px;
	margin-right: 15px
}
@media (max-width:1024px) {
.header .wpcom-adv-menu>.menu-item-style2>.menu-item-wrap .dropdown-menu .menu-item-has-image a .menu-item-image, .header .wpcom-adv-menu>.menu-item-style2>.menu-item-wrap>.menu-item-has-image a .menu-item-image {
	margin-right: 10px
}
}

.header .wpcom-adv-menu>.menu-item-style3>.menu-item-wrap .dropdown {
	width: 100%
}
.header .wpcom-adv-menu>.menu-item-style3>.menu-item-wrap .dropdown-menu {
	margin-bottom: 10px;
	font-size: 0
}
@media (max-width:1024px) {
.header .wpcom-adv-menu>.menu-item-style3>.menu-item-wrap .dropdown-menu {
	margin-bottom: 0
}
}
.header .wpcom-adv-menu>.menu-item-style3>.menu-item-wrap .dropdown-menu li, .header .wpcom-adv-menu>.menu-item-style3>.menu-item-wrap>.menu-item-has-image {
	width: 19.99%;
	display: inline-block
}
.header .wpcom-adv-menu>.menu-item-style3>.menu-item-wrap .dropdown-menu li a, .header .wpcom-adv-menu>.menu-item-style3>.menu-item-wrap>.menu-item-has-image a {
	padding: 10px 15px 0;
	margin-bottom: 10px;
	text-align: center
}
@media (max-width:1024px) {
.header .wpcom-adv-menu>.menu-item-style3>.menu-item-wrap .dropdown-menu li a, .header .wpcom-adv-menu>.menu-item-style3>.menu-item-wrap>.menu-item-has-image a {
	padding: 10px 15px;
	text-align: left;
	margin: 0;
	line-height: 50px!important
}
}
.header .wpcom-adv-menu>.menu-item-style3>.menu-item-wrap .dropdown-menu li a .menu-item-image, .header .wpcom-adv-menu>.menu-item-style3>.menu-item-wrap>.menu-item-has-image a .menu-item-image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-height: none
}
@media (max-width:1024px) {
.header .wpcom-adv-menu>.menu-item-style3>.menu-item-wrap .dropdown-menu li a .menu-item-image, .header .wpcom-adv-menu>.menu-item-style3>.menu-item-wrap>.menu-item-has-image a .menu-item-image {
	width: 50px;
	display: inline-block!important;
	margin-right: 10px;
	vertical-align: middle
}
}
@media (min-width:1025px) {
.header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap .dropdown-menu li a:hover {
	background: #07c
}

@media (max-width:1024px) {
.header .navbar-action .profile .dropdown-menu {
	display: none;
	width: 100%;
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	background: rgba(0,0,0,.1)
}

}
