/*css reset*/
@charset "UTF-8";
html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote { display: block; }
ul, ol { list-style: none; }
img { border: 0 none; vertical-align: top; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong, em, i { font-style: normal; font-weight: normal; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }
mark { background: none; }
input::-ms-clear { display: none !important; }
body { font: 12px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif; background: #fff; }
a { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; }
/*page css*/
html,body{
	width: 100%;
}
.right{
	float: right;
}
.left{
	float: left;
}
.red{
	color: red;
}
.width1000{
	width: 1000px;
	margin: 0 auto;
}
.pctitle{
	background: white;
	height:35px;
}
.pctitle img{
	width: 130px;
	height: 100%;
}
.pctitle-txt{
	line-height: 35px;
	cursor: pointer;
}
.pctitle-txt a{
	line-height: 35px;
	color:#555555 ;
	font-size: 14px;
}
.header{
	width: 100%;
	height: 150px;
	background: url(../img/header-bg.jpg) center top no-repeat;
}
.header-img-pc{
	width: 470px;
	height: 100%;
}
.header-nav{
	color: #333333;
	font-size: 16px;
	margin-top: 56px;
}
.header-box{
	height: 100%;
}
/*select美化 */
.header-nav .test-con{
	display: inline-block;
}
.selectpick-div {
	background-color: #eaf8ff;
	border: 1px solid #a8def7;
	font-size: 16px;
	line-height: 30px;
	text-align:center;
	padding-left: 5px;
	overflow: hidden;
	cursor: pointer;
	overflow: hidden;
	z-index: 9060;
	color: #666666;
}
.selectpick-icon {
	float: right;
	background: url('http://www.eol.cn/js/common/plugin/images/select.jpg') no-repeat center;
	margin-right: 5px;
	height: 30px;
	width: 9px;
	cursor: pointer;
}
/*下拉框的主体*/
.selectpick-options {
	border: solid 1px #a8def7;
	border-bottom: none;
	position: absolute;
	z-index: 9060;
	font-size: 16px;
	text-align:center;
	display:none;
}
.selectpick-options ul {
	list-style: none;
	height: auto;
	margin: 0px;
	padding: 0px;
	z-index: 9060;
}
.selectpick-options ul li {
	border-bottom: solid 1px #a8def7;
	padding-left: 5px;
	display: block;
	font-size: 16px;
	z-index: 9060;
	background-color:#eaf8ff;
	color: #666666;
}
.selectpick-options li:hover{
	background-color:rgba(234,248,255,0.9);
	color:#a8def7;
}
.selectpick-options ul li.selectpick-options-selected {
	background-color:rgba(234,248,255,0.9);
	color:#a8def7;
	z-index: 9060;
}
/*设置为disabled的时候*/
.selectpick-no-select {
	cursor: default;
	color: #9a9898;
	background-color: #F5F5F5;
}
/*设置下拉框的不透明度*/
.select-hide {
	display:none;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity =0);
}
/*其他*/
.selectpick-options li{
  cursor:pointer;
}
.selectpick-options li label{
  cursor:pointer;
}
.selectpick-div-box{
  display:inline-block;
  *zoom:1; *display:inline;
  position:relative;
}
/*select美化结束*/
.header-txt{
	display: inline-block;
	line-height: 32px;
	margin-right: 20px;
}
.pctitle-box{
	height: 100%;
}
.mainbody{
	padding-top: 25px;
	width: 100%;
	background: #e9eff4;
	padding-bottom: 45px;
}
.mainbody-box{
	background: white;
	position: relative;
}
.mainbody-title{
	background: url(../img/mainbodytop.png) no-repeat;
	height: 485px;
	position: relative;
	box-sizing: border-box;
	padding: 80px 45px 0 185px;
}
.mainbody-title-nowtime{
	position: absolute;
	font-size: 75px;
	color: #192b51;
	right: 100px;
	top: 23px;
}
.mainbody-title-txt{
	font-size: 43px;
	font-weight: bold;
	color: #192b51;
	margin-left: 205px;
}
.mainbody-title-title{
	height: 57px;
	font-size: 36px;
	color: white;
	margin-top: 13px;
	margin-left: 120px;
	line-height: 57px;
}
.mainbody-title-title .big{
	font-size: 45px;
}
.mainbody-title-part{
	line-height: 30px;
	font-size: 16px;
	color:#333333;
	padding: 0 35px;
	text-indent: 30px;
	margin-top: 50px;
}
.mainbody-con{
	padding:0px 40px 5px 40px;
	box-sizing: border-box;
	width: 100%;
	margin-top: -80px;
}
.mainbody-per{
	position: relative;
	margin: 0 auto;
	border: 2px solid #dddce0;
	position: relative;
	border-radius: 86px;
	z-index: 10;
	margin-bottom: 50px;
	padding: 0 210px 20px 165px;
}
.mainbody-per-num{
	width: 130px;
	height: 130px;
	position: absolute;
	left: 0;
	bottom: 0;
	
}
.mainbody-per-num img{
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.mainbody-per-num p{
	width: 104px;
	height: 104px;
	position: absolute;
	border-radius: 100px;
	background: #cd2b2b;
	color: white;
	font-size: 72px;
	line-height: 100px;
	z-index: 2;
	text-align: center;
	border: 3px solid #ebebeb;
    right: -3px;
    top: -14px;
}
.per-touxiang{
	width: 210px;
	height: 210px;
	border-radius:210px;
	right: -10px;
	top: -10.5px;
	position: absolute;
}
.mainbody-per-start{
	margin-top: 20px;
	line-height: 24px;
	font-size: 22px;
	color: #cd2b2b;
}
.mainbody-per-starttxt1{
	font-size: 14px;
	color: #333333;
}
.mainbody-per-starttxt1 img{
	height: 100%;
}
.mainbody-per-nowtxt{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.mainbody-per-nowtxt .bold{
	font-weight: bold;
	
}
.mainbody-per-nowtxt .bold em{
	font-weight: normal;
}
.mainbody-per-nowtxt a{
	color: #cd2b2b;
}
.bold-active{
	margin-right: 108px;
}
.bold-active1{
	margin-right: 81px;
}
.mainbody-per-nowtxtbox{
	margin-top: 10px;
}
.mainbody-per-rightnum{
    width: 130px;
    height: 130px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.mainbody-per-rightnum p{
    width: 104px;
    height: 104px;
    position: absolute;
    border-radius: 100px;
    background: #cd2b2b;
    color: white;
    font-size: 72px;
    line-height: 100px;
    z-index: 2;
    text-align: center;
    border: 3px solid #ebebeb;
    right: 22px;
    top: -14px;
    }
.mainbody-per-rightnum img {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom:0;
    left: -5px;
}  
.per-touxiang-right {
    width: 210px;
    height: 210px;
    left: -5px;
    top: -10.5px;
    position: absolute;
}  
.mainbody-per-right{
	padding: 0 165px 20px 210px;
}
.main-footer {
    padding: 15px 0 15px;
    overflow: hidden;
    background: #192b51;
}

.main-footer p {
    padding-bottom: 12px
}

.main-footer p a {
    vertical-align: middle;
    text-decoration: none
}
#glbbot{margin:5px auto;line-height:23px;width:910px;clear:both;text-align:center;color: white;}
#glbbot a:link,#glbbot a:visited {color:white;text-decoration: none;}
#glbbot a:hover,#glbbot a:active {color:white;text-decoration: underline;}
.mobile-back{
	display: none;
}
.otherway-mobile{
	display: none;
}
.login-redtxt{
    margin-top: 5px;
    font-size: 12px;
    color: red;
    line-height: 25px;
    padding-left: 5px;
    display: none;
}
.body-floatnav{
	position: absolute;
	right: -80px;
	z-index: 999;
}
.body-floatnav ul li{
	display: block;

	font-size: 18px;
	line-height: 22px;
	position: relative;
	margin-bottom: 5px;
	z-index: 1000;
	cursor: pointer;
}
.body-floatnav ul li:hover .navdisbox{
	display: block;
}
.navsearch{
	box-sizing: border-box;
	background: #e05656;	
	padding: 5px 9px;
	width: 55px;
	height: 55px;
}
.navsearch a{
	color: white;
}
.navtop{
	width: 55px;
	height: 55px;
	background: #3499db;
}
.navtop img,.navweixin img{
	width: 55px;
	height: 55px;	
}
.navweixin{
	width: 55px;
	height: 55px;	
	background: #1abd93;
}
.navdisbox{
	top: -70px;
	position: absolute;
	width: 214px;
	height: 197px;
	background: url(../img/addbox.png) no-repeat center top ;
	box-sizing: border-box;	
	z-index: 999;
	right: 55px;
	padding: 15px 45px 0 15px;
	text-align: center;
	color: #333333;
	display: none;
}
.nav-title{
	font-size: 18px;	
	font-weight: bold;
	padding-right: 20px;
}
.nav-txt{
	font-size: 14px;
	text-align: left;
	color: #666666;
	margin:15px 0;
}
.nav-bt{
	font-size: 18px;
	color: white;
	line-height: 30px;
	width: 125px;
	border-radius: 5px;
	background: #3499db;
	margin: 0 auto;
}
.nav-bt a{
	color: white;
	text-decoration: none;
}
.navdisbox-erwei{
	padding:0 ;
}
.navdisbox-erwei img{
    left: 19px;
    top: 30px;
    width: 115px !important;
    height: 115px !important;
    position: absolute;
}
.navdisbox-erwei .nav-txt{
    position: absolute;
    bottom: 30px;
    left: 15px;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding-right: 50px;
}
.header-mobile-nav{
	font-size: 14px;
	color: #192b51;
	width: 80px;
	line-height: 24px;
	position: absolute;
	right: 8px;
    background-color: #eaf8ff;
    border: 1px solid #a8def7;
    text-align: center;
    border-radius: 5px;
    top: 30%;
}
.header-mobile{
	display: none;
}
.footer-mobile{
    display: none;
    width: 100%;
    text-align: center;
    line-height: 100px;
      background: #192b51;
    color: white;
    font-size: 18px;
}
.alertmobile{
	overflow: hidden;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 750px;
	z-index: 999;
	transition: all 0.4s;
	display: none;
}
.moved{
	transform: translateX(-750px);
}
.alertlist{
	width: 37%;
	height: 100%;
	background: white;
	position: absolute;
	right: 0;
	top: 0;
	line-height:48px;
	font-size: 18px;
	overflow: hidden;
	text-align: center;
}
.alertlist p{
	font-weight: bold;
	color: white;
	background: #192b51;
}
.alertlist-ul li{
	line-height:48px;
	font-size: 18px;
	text-align: center;	
	    width: 100%;
	border-bottom: 1px solid #d9d9d9;
}
.alertlist-ul li:hover{
background:#ceedff;
}
.mainbody-title-title-mobile{
	display: none;
}
.alert-iframe{
	width: 100%;
	height: 100%;
}
/*媒体查询*/
@media only screen and (max-width: 1000px){
	html,body{
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		cursor：pointer;
		-webkit-overflow-scrolling:touch
	}
	.mainbody-title-title-mobile{
	    display: block;
    }
	.pctitle{
		display: none;
	}
	.header{
		display: none;	
	}
	.header-mobile{
		display: block;
				width: 100%;
		position: relative;
	}
	.header-img-mobile{
		display: block;
		width: 100%;		
	}
	.body-floatnav{
		display: none;
	}
	.mainbody{
		padding-top: 10px;
		padding-bottom: 1px;
	}
	.mainbody-box{
		background: none;
		width: 92%;
	}
	.mainbody-title-mobile{
		background: white;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.mainbody-title{
		background:url(../img/maintitle-mobile.jpg) no-repeat;
		background-size:100% 95%;
		padding: 0;
		height: 240px;
	}
	.mainbody-title-nowtime{
		font-size: 31px;
		top: 5px;
        right: 35px;
    }
    .mainbody-title-txt {
        font-size: 26px;
        margin: 0;
        position: absolute;
        left: 40%;
        top:15.5%;
    }
	.mainbody-con{
		margin-top: 0;
	}
	.mainbody-title-title{
		display: none;
	}
	.mainbody-title-title-mobile{	
		top: 32%;	
		font-size: 12px;
		position: absolute;
		margin: 0;
		color: white;
		left: 30%;
		font-weight: bold;
	}
	.mainbody-title-title-mobile .big{
		font-size: 16px;
	}
	.mainbody-title-part{
		margin-top: 10px;
		font-size: 12px;
		line-height:20px;
		padding: 0 5% 0 17%;
		position: absolute;
		bottom: 0;
	}
	.mainbody-con{
		padding: 0;
	}
	.mainbody-per{
		width: 100%;
		padding: 0;
		background: white;
		border-radius: 0;
		border: none;
		box-sizing: content-box;
		overflow: hidden;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.mainbody-per-txt{
		float: right;
		width: 70%;
	}
	.per-touxiang{
        left: 5%;
        width: 80px;
        height: 80px;
        top: 27%;
	}
	.mainbody-per-num img{
		display: none;
	}
	.mainbody-per-num p{
		border: none;
		width: 40px;
		height: 40px;
		line-height: 40px;
        left: 11px;
        font-size: 24px;
        top:-2%;
	}
	.mainbody-per-nowtxtbox{
		padding-right: 10px;
	}
	.mainbody-per-start{
		margin-top: 0;
		padding-top: 20px;
		font-size: 18px;
	}
	.mainbody-per-nowtxt{
		font-size: 12px;
	}
	.mainbody-per-starttxt1 img{
		width: 11px;
		margin-top: 7px;
	}
    .bold-active {
        margin-right: 33px;
    }
    .bold-active1 {
        margin-right: 10px;
    }
    .per-touxiang-right{
        left: 5%;
        width: 80px;
        height: 80px;
        top: 27%;    	
    }
    .mainbody-per-rightnum img{
    	display: none;
    }
    .mainbody-per-rightnum  p{
		border: none;
		width: 40px;
		height: 40px;
		line-height: 40px;
        left: 11px;
        font-size: 24px;
        top:-10px;    	
    }  
    .mainbody-per-rightnum{
    	left: 0;
    } 
    .main-footer{
    	display: none;
    } 
    .footer-mobile{
    	display: block;
    }
    .alertmobile{
    	display: block;
    }
}
@media only screen and (max-width: 320px){
	.mainbody-title-part{
		    transform: scale(0.9);
	}
	
	.mainbody-title-txt{
		top:15%;
	}
    .mainbody-per-start{
	    padding-right:5px;
	    font-size: 16px;
    }
    .mainbody-per-starttxt1{
    	font-size: 12px;
    }
    .bold-active{
    	margin-right: 10px;
    }
    .mainbody-per-txt{
    	width: 75%;
    }
    .bold-active1 {
        margin-right: 1px;
    }
    .per-touxiang ,.per-touxiang-right{
        left: 2%;
        width: 60px;
        height: 60px;
        top: 30%;
    }
    .mainbody-per-num p,.mainbody-per-rightnum  p {
        border: none;
        width: 25px;
        height: 25px;
        line-height: 25px;
        left: 11px;
        font-size: 12px;
        top: -33%;       
    }
}