@charset "utf-8";
/* CSS Document */
/*通用*/
/* 初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{margin:0; padding:0; border:none;box-sizing: border-box}
body{font-family: Microsoft YaHei,Tahoma,Arial,sans-serif;font-size: 12px;}
em,i{font-style:normal;}
strong{font-weight: normal;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
a{text-decoration:none; color:#666; font-family: Microsoft YaHei,Tahoma,Arial,sans-serif;}
a:hover{ text-decoration:none;}
ul,ol,li{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%; font-family: Microsoft YaHei;font-weight: normal;}
button,input,select{
    outline-style: none;border: 0 none;
}
table,td{/* border:#333 solid 1px; */border-collapse:collapse;}
img{border: none;
    width: 100%;}
.pr0 {
    padding-right: 0px !important;
}
.mr0{
    margin-right: 0 !important;
}
.br0{
    border-right: 0 none !important;
}
.fcd{color: #068fcd !important;}
html,body{

    color: #666;
    font-family:"微软雅黑", Arial;
    font-size:12px;
}
body{background-color: #f0f0f0;min-width: 1200px;}
/*通用*/
.top{
    width: 100%;
    background: #efefef;
}
.top_inner{
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 12px;
}
.top_inner p{
    color: #999;
    width: 300px;
    float: left;
}
.top_list{
    display: inline-block;
    float: right;
}
 .top_list li{
     float: left;
 }
 .top_list li a.stration-icon{
	background-image: url(../../images/stration-icon.png);
}
.top_list li a.password-icon{
	background-image: url(../../images/password-icon.png);
}
.top_list li a.login-icon{
	background-image: url(../../images/login-icon.png);
}
.top_list li a{
    width: 94px;
    height: 30px;
    color: #666;
    display: inline-block;
    text-align: center;
	background-position: left center;
	background-repeat: no-repeat;
}
.top_list li a:hover{
    color: #666;
}
.top_list li a.cur{
    background: #068fcd;
    color: #fff;
}
.top_list li a.cur:hover{
    background: #20aceb;
    color: #fff;

}
.logo{
    width: 100%;
    background: #fff;
}
.logo_inner{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.logo_inner img{
	width: 460px;
    float: left;
}
.logo_inner h1{
	font-size: 24px;
	font-weight: 100;
	color: #222;
	text-align: center;
	line-height: 50px;
	float: left;
	margin-left: 20px;
}
.logo_btn{
    width: 138px;
    height: 38px;
    background: #009f95;
    float: right;
    margin-right: 10%;
    margin-top: 10px;
    background: url("../../images/cp_new/person_03.png") no-repeat center;
}
.nav{
    width: 100%;
    background: #068fcd;
    height: 35px;

}
.nav_inner{
    width: 1200px;
    margin: 0 auto;

}
.nav_inner ul li{
    float: left;
}
.nav_inner ul li a{
    padding: 0 35px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 14px;
}
.nav_inner ul li a:hover{
    background: #20aceb;
    color: #fff;
}
.nav_inner ul li a.cur{
    background: #20aceb;
    color: #fff;
}
.nav_inner ul li.back{
    float: right;
}
.footer{
    width: 100%;
    background:#efefef;
}
.footer_inner{
    width: 1200px;
    padding: 20px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
}
.footer_inner .link a{
    color: #666;
    padding: 0px 20px;
    border-right: 2px solid #999;
}
.footer_inner a:hover{
    color: #666;
}