@media (max-height: 820px) {
	.home-page-panel .logo {
		width: 50%;
		margin: 15px 0 40px;
	}
	
	.logo-menu{
		display: flex; justify-content: space-between;
	}
}

@media (min-height: 820px) {
	.home-page-panel .logo {
		width: 50%;
		margin: 96px 0 60px;
	}
	
	.logo-menu{
		display: flex; justify-content: space-between; 
	}
}


.home-page-panel {
	padding: 10px 0;
	text-align: center;
}

.home-page-panel .row img {
	cursor: pointer;
}

.home-page-panel .row span {
	cursor: pointer;
	font-size: 20px;
    font-weight: bold;
    color: #0056ab;
    position: absolute;
    width: 120px;
    left: calc(50% - 60px);
    top: 150px;
}

.home-page-panel .explain-panel {
	color: #7d838a;
	text-align: left;
	font-size: 16px;
	margin: 50px 20px 10px;
	font-weight: 500;
	position: relative;
	top: 4px;
}
.home-page-panel .explain-panel .icon {
	color: #ff1f1f;
	font-size: 16px;
	position: absolute;
	top: 4px;
}
.home-page-panel .explain-panel p {
	text-indent: 2em;
}

.index-middle-panel {
	height: calc(100% - 79px);
}
.index-bottom-panel {
	height: 50px;
}
.index-bottom-panel .index-bottom-code {
	height: calc(100% - 80px);
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
	font-size: 14px;
}
.index-bottom-panel .index-bottom-code .row {
	display: inline-block;
	padding: 0 10px;
	width: 280px;
	padding-top: 10px;
	margin: 0;
	position: relative;
}
.index-bottom-panel .index-bottom-code .row:nth-child(3) {
	width: 300px;
}
.index-bottom-panel .index-bottom-code .row:last-child {
	width: 320px;
}
.index-bottom-code .row .col-md-7 {
	padding: 0 0 0 10px;
}
.index-bottom-code .row .col-md-2,
.index-bottom-code .row .col-md-3 {
	padding: 0px;
}
.index-bottom-panel .index-bottom-code .row .col-md-7 div {
	line-height: 2em;
	text-align: left;
}
.index-bottom-panel .index-bottom-code .row .col-md-7 div:first-child {
	color: #666666;
	font-weight: 500;
	font-size: 16px;
}
.index-bottom-panel .index-bottom-code .row .col-md-7 div:last-child {
	color: #969696;
}
.index-bottom-panel .index-bottom-code .mobile-icon {
	width: 50px;
	height: 50px;
	max-width: none;
}
.index-bottom-panel .index-bottom-code .app-code {
	width: 70px;
	height: 70px;
	max-width: none;
}
#jiucuo img {
	vertical-align: top;
	max-width: 70%;
}
.index-bottom-panel .index-bottom-copyright {
	position: relative;
	height: 50px;
	color: #000;
	line-height: 50px;
	font-weight: bold;
}
.index-bottom-copyright #jiucuo {
	display: inline-block;
	position: relative;
	top: 4px;
	cursor: pointer;
	height: 55px;
	width: 110px;
	margin-left: 20px;

}
.col-3-image {
	width: 155px;
	height: 155px;
	margin-left: 520px;
}

.col-4-image {
	width: 155px;
	height: 155px;
	margin-left: 800px;
}

.col-5-image {
	width: 155px;
	height: 155px;
	margin-left: 1100px;
}

.col-6-image {
	width: 155px;
	height: 155px;
	margin-left: 1430px;
}

.qrcode-image-big {
	display: none;
	width: 175px;
	height: 175px;
	position: absolute;
	top: -175px;
	left: -50px;
	padding: 20px;
}
.logo-img {
	width:174px;
	position: relative;
	width: 15%;
}
.logo-img::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	background: url("../imgs/icon-bg.png");
	background-size: 100% 100%;
}
/* 掌上服务样式 */
#palmService {
	position: fixed;
	right: 20px;
	bottom: 50%;
}
#palmService .palm-img {
	cursor: pointer;
}
#palmService .pop-img {
	display: none;
	position: fixed;
	right: 130px;
  	bottom: calc(50% - 80px);
  	padding: 20px 20px 0px 20px;
    background-color: #fff;
    
    /**height: 200px;**/
    border-radius: 5px;
	box-shadow: 0px 2px 30px #ddd;
}

#palmService .pop-img:after {
	content:"";
	position:absolute;
    width: 0;
    height: 0;
    border-left: 15px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    left: 0px;
    top: 90px;
}



.sub-logo-img{
	cursor: pointer;
    position: relative;
    width: 174px;
    height: 210px;
    display: inline-block;
}

.sub-logo-img img{
	display: inline-block;
	width:174px;
	cursor: pointer;
	position:absolute;
}

.sub-logo-img span{
	width:174px;
	font-size: 20px;
    font-weight: bold;
    color: #0056ab;
	display: inline-block;
	position:absolute;
	text-align:center;
	top: 150px;
}

.checkDiv .checkbox, .radio {
	margin-bottom: 0;
}
.ewm{
	height: 79px;
	background-color:rgba(95, 95, 95, 0.5);
	width: 100%;
	position: fixed;
	bottom: 50px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 0;
}
.ewm>div{
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.ewm div p{
	margin: 0;
}
.ewm div .ewm-desc{
	margin: 10px;
	color: #404040;
}
.ewm div .ewm-desc span{
	font-size: 14px;
}
.ewm div .ewm-img img{
	width: 65px;
	height: 65px;
}
.dsljxx{
	height: 40px;
	background-color:rgba(95, 95, 95, 0.5);
	width: 100%;
	position: fixed;
	bottom: 130px;
	/**bottom: 50px;**/
	
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dslj-con{
	width: 80px;
	background-color: #009dff;
	color: #fff;
	border: 0 solid;
	height: 30px;
	border-radius: 5px;
}
