/*header*/
.headerIcp{
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #e1e1e3;
	box-shadow: 0 0 2px 2px rgba(204,204,204,.5);
	-webkit-box-shadow: 0 0 2px 2px rgba(204,204,204,.5);
	-moz-box-shadow: 0 0 2px 2px rgba(204,204,204,.5);
}
.mianheader{
	position: relative;
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}
.icpLogo{
	position: relative;
	background: url(/image/peeavp/logo.png) no-repeat;
    background-size: 100%;
    display: block;
    float: left;
    width: 134px;
    height: 52px;
    margin: 14px 40px 14px 0; top: 1px;
}
/*.icpLogo:after{
	position: absolute;
	display: block;
	content: "";
	width: 2px;
	height: 25px;
	background: #999999;
	right: -15px;
    top: 50%;
    margin-top: -13px;
}*/
.icpNav{
	float: left;
	margin: 0;
}
.icpNav li{
	position: relative;
	float: left;
	line-height: 80px;
}
.icpNav li a{
	padding: 0 17px;
	display: block;
	color: #333333;
	font-size: 15px;
}
.clickicpNav a{
	color: #D71618 !important;
}
.hotline{
	position: absolute;
    right: 260px;
	top: 30px;
	color: #676767;
}
.hotline span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	color: rgb(184, 184, 184);
}
.loginUrl{
	position: absolute;
	right: 132px;
	top: 21px;
	width: 120px;
	line-height: 38px;
	height: 38px;
	background: #4688F1;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
}
.loginUrl img{
	display: inline-block;
	vertical-align: middle;
	margin: -5px 5px 0 0;
}
.loginUrl:hover{
	opacity: .8;
}
.loginUrl:hover,.loginUrl:visited,.loginUrl:link,.loginUrl:active{
	color: #FFB100;
}
.loginUrl01{
	background:#E9352A;
	right: 0;
}

.loginUrl0pep{
	background:#ffffff; width: auto; border: 1px solid #FFB100; border-radius: 20px;
	right: 0; padding: 0px 13px;  color: #FFB100;
}
.loginUrl0pep:hover{
	background:#FFB100; width: auto; border: 1px solid #FFB100; border-radius: 20px;
	right: 0; padding: 0px 13px; color: #ffffff;
}

.loginUrl02{
	background:#E9352A;
	right: 250;
}
/*---------------footer--------------------*/
.footer{
    position: static;
    width: 100%;
}
.footer.footer_fixed{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.foot_url{
    width: 100%;
    height: 268px;
    background: #0B1633;
}
.url_con{
    padding: 37px 0 0 0;
}
.model_x{
    float: left;
    margin-right: 150px;
}
.model_x li{
	color: rgba(255,255,255,0.66);
    font-size: 14px;
    line-height: 34px;
}
.model_x li a{
	color: rgba(255,255,255,0.66);
}
.model_x li a:hover{
    color: #fff;
}
.model_x li:nth-of-type(1){
    color: #FFFFFF;
    font-size: 16px;
    padding-bottom: 16px;
}
.code_x{
    float: left;
}
.code_x li{
    float: left;
    text-align: center;
}
.code_x li:nth-of-type(1){
    margin-right: 32px;
}
.code_x li div{
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #FFFFFF;
}
.code_x li div img{
    max-width: 100%;
}
.code_x p{
	color: rgba(255,255,255,0.66);
    font-size: 14px;
    line-height: 30px;
}
.copyright01{
    width: 100%;
    height: 41px;
    line-height: 41px;
    background: #070F21;
    text-align: center;
	color: rgba(255,255,255,0.66);
}
.copyright01_mob{
	width: 100%;
	height: auto;
	line-height: 22px;
	text-align: center;
	color: rgba(255,255,255,0.66);
	font-size: 14px;
	font-weight: 400;
}


.auto_1200,.auto_1200_pep{
	width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.floating{
	display: none;
	float: left;
	width: 100%;
	background: url(/image/icpimg/float_bg.png) no-repeat;
	background-size: cover;
	padding: 0 180px 0 150px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
	min-width: 1200px;
}
.floating h4{
	height: 70px;
	line-height: 70px;
	color: #fff;
	margin: 0;
	font-size: 22px;
}
.floating h4 span{
	font-size: 16px;
	font-weight: normal;
	margin-left: 44px;
}
.floating h4 a{
	float: right;
	display: inline-block;
    width: 134px;
    height: 42px;
    line-height: 42px;
	text-align: center;
	background: #E9352A;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	font-size: 16px;
	margin: 15px 0 0 0;
}
.close_float{
	position: absolute;
    right: 28px;
    top: 22px;
    width: 28px;
	cursor: pointer;
}
.return_top{
	display: none;
	cursor: pointer;
    position: fixed;
    width: 48px;
    height: 48px;
    background: url(/image/icpimg/toTop.png) no-repeat;
    background-size: 100%;
    bottom: 100px;
    right: 20px;
    border-radius: 100%;
    opacity: .9;
    z-index: 999;
}
.removeFix{
	position: relative;
}









/*--------弹框--------*/
.mongolia{
	background: rgba(0,0,0,.4);
}
.modelCon{
	background: #fff;
	z-index: 99999;
}
.modelTit{
	background: #4688f1;
	color: #fff;
}
.modelFooter{
	background: #e1f3ff;
}
.modelFooter span{
	background: #4688f1;
	color: #fff;
    box-shadow: 0 2px 2px rgba(85,118,230,.2);
    -webkit-box-shadow: 0 2px 2px rgba(85,118,230,.2);
    -moz-box-shadow: 0 2px 2px rgba(85,118,230,.2);
}
.choiceEdition span{
	color: #888;
	border: 1px solid #c6c6c6;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
}
.choiceEdition span:hover{
	color: #4688f1 !important;
}
.clickChoiceEdition{
	border: 2px solid #4688f1 !important;
	color: #4688f1 !important;
}
.versionSpecif{
	color: #888;
}
.feedback .modelMain textarea {
    border: 1px solid #aab5c6;
    color: #333;
}
.menu_icon,.h5_nav,.copyRight{
	display: none;
}


/* 手机 */
/* @media only screen and (-webkit-min-device-pixel-ratio:1.3) and (max-width:768px),
only screen and (min--moz-device-pixel-ratio:1.3) and (max-width:768px),
only screen and (-o-min-device-pixel-ratio:1.3) and (max-width:768px),
only screen and (min-device-pixel-ratio:1.3) and (max-width:768px)
{

	.headerIcp{
		height: 2.4rem;
	}
	.icpNav,.loginUrl{
		display: none;
	}
	.icpLogo:after{
		width: 0;
	}
	.mianheader{
		position: fixed;
		width: 100%;
		height: 2.4rem;
		background: #ffffff;
		z-index: 999;
		box-shadow: 0 0 4px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
		-moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
	}
	.icpLogo{
		width: 3.8rem !important;
		height: 1.6rem !important;
		margin:0.5rem;
	}
	.menu_icon{
		position: absolute;
		display: block;
		right: 0.5rem;
		top: 0.2rem;
	}
	.menu_icon span{
		color: #000;
		font-size: 1.3rem;
	}
	.h5_nav{
		display: block;
		z-index: 99;
		position: absolute;
		top: 2.4rem;
		height: 0;
		transition: height .8s;
		-webkit-transition: height .8s;
		overflow: hidden;
		left: 0;
		width: 100%;
		background: rgba(0, 0, 0, .8);
		box-shadow: 0 0 4px rgba(0,0,0,.6);
		-webkit-box-shadow: 0 0 4px rgba(0,0,0,.6);
		-moz-box-shadow: 0 0 4px rgba(0,0,0,.6);
	}
	.h5_nav li{
		width: 100%;
		text-align: center;
		height: 1.6rem;
		line-height: 1.6rem;
		border-top: 1px solid #2a2a2a;
	}
	.h5_nav li a{
		display: block;
		color: #fff;
		font-size: 0.55rem;
	}

	.heightAnimate {
		height: 9.6rem;
		transition: height .5s;
		-webkit-transition: height .5s;
	}

	.copyRight{
		float: left;
		display: block;
		width: 100%;
		text-align: center;
		background: #191919;
		color: #888;
		font-size: 12px;
		height: auto;
		padding: 0.3rem 0;
		line-height: 1.2rem;
		margin: 0;
	}
	.hotline{
		display: none;
	}
} */

/* -------------------------适配横屏移动端------------------------------- */
/* 头部 */
.moveWrap .headerIcp{
	height: 2.4rem;
}
.moveWrap .icpNav,.moveWrap .loginUrl{
	display: none;
}
.moveWrap .icpLogo:after{
	width: 0;
}
.moveWrap .mianheader{
	position: fixed;
	width: 100%;
	height: 2.4rem;
	background: #ffffff;
	z-index: 999;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
}
.moveWrap .icpLogo{
	width: 3.8rem !important;
	height: 1.6rem !important;
	margin:0.5rem;
}
.moveWrap .menu_icon{
	position: absolute;
	display: block;
	right: 0.5rem;
	top: 0.2rem;
}
.moveWrap .menu_icon span{
	color: #000;
	font-size: 1.3rem;
}
.moveWrap .h5_nav{
	display: block;
	z-index: 99;
	position: absolute;
	top: 2.4rem;
	height: 0;
	transition: height .8s;
	-webkit-transition: height .8s;
	overflow: hidden;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .8);
	box-shadow: 0 0 4px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.6);
}
.moveWrap .h5_nav li{
	width: 100%;
	text-align: center;
	height: 1.6rem;
	line-height: 1.6rem;
	border-top: 1px solid #2a2a2a;
}
.moveWrap .h5_nav li a{
	display: block;
	color: #fff;
	font-size: 0.55rem;
}

.moveWrap .heightAnimate {
	height: 9.6rem;
	transition: height .5s;
	-webkit-transition: height .5s;
}

.moveWrap .copyRight{
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	background: #191919;
	color: #888;
	font-size: 12px;
	height: auto;
	padding: 0.3rem 0;
	line-height: 1.2rem;
	margin: 0;
}
.moveWrap .hotline{
	display: none;
}
/* -----------------------end----------------------------- */

/* App下载 */
.twoUrl{
	position: absolute;
	top: 55px;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	z-index: 99;
}
.twoUrl a{
    padding: 0!important;
    line-height: 32px;
	text-align: center;
	font-size: 14px !important;
}
.twoUrl a:hover{
	color: #D71618;
}
.timeAn{
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;

}
.secondLevel .h_txt{
	height: 176px;
	padding: 8px 0;
}
.secondLevel02 .h_txt{
	height: 82px;
	padding: 8px 0;
}