body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
   }
div,ul,li,dt,dd,dl,td,tr,table,p,span,h1,h2,h3,h4,h5,h6,hr{margin:0px;padding:0px;list-style:none;}
body,td,th {font-family: "微软雅黑";font-size: 16px;line-height:32px;color:#222222;}

a:link,a:visited{color:#222222;text-decoration:none;}
a:hover{color:#FF6600;}
img { border:0;}
.clear { clear:both;}

.main{
    background-image: url(../images/bg.jpg);
    background-size: cover; /* 让背景图片覆盖整个元素，同时保持图片的宽高比 */
    background-position: center; /* 背景图片居中显示 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    width: 100%; /* 元素宽度设为100% */
    height: 100vh; /* 元素高度设为视口高度的100% */
   }
.toptitle{
    width: 100%;
    float: left;
    padding: 9% 0 2% 0;
}
.toptitleny{
    width: 100%;
    float: left;
    padding: 5% 0 2% 0;
}
.toptitle img {
    width: 50%;
    margin: 0 25%;
}
.toptitleny img {
    width: 50%;
    margin: 0 25%;
}
.wrap {
	float: left;
	width: 100%;
}




.contain {
	width: 500px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}
.contain .left {
	width: 200px;
	height: 400px;
	float: left;
	background-color: #1d76da;
	opacity: 0.8;
	position: absolute;
	left: 0px;
	top: 0px;
}
.contain .left-detail {
	width: 150px;
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 2;
}
.contain .left-detail img {
	width: 136px;
	margin: 0 auto;
	display: block;
}

.contain .left-detail .logo {
	width: 100%;
	float: left;
	margin-top: 45px;
}
.contain .left-detail .title {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.contain .left-detail .word {
	width: 100%;
	float: left;
	margin-top: 100px;
}
.contain .right {
	width: 300px;
	height: 400px;
	float: right;
	background-color: #ffffff;
	opacity: 0.8;
	position: absolute;
	top: 0px;
	right: 0px;
}
.contain .right-detail {
	width: 240px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 3;
}
.contain .right-detail .usertitle {
	font-size: 18px;
	width: 100%;
	height: 60px;
	float: left;
	line-height: 60px;
	text-align: left;
	font-weight: bold;
}
.contain .right-detail .form {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.contain .right-detail .form-item {
	width: 100%;
	height: 30px;
	float: left;
	border-bottom: #1d76da 2px solid;
	margin-top: 30px;
	padding-bottom: 0.5rem;
}
.contain .right-detail .form-item img {
	width: 20px;
	float: left;
	padding: 5px 0 0 5px;

}
.contain .right-detail .form-item input {
	width: 160px;
	height: 25px;
	float: left;
	border: 0;
	outline: none;
	background-color: transparent;
	font-size: 16px;
	margin-left: 20px;

}
#submit {
	width: 100%;
	height: 36px;
	float: left;
	background-color: #999;
	color: #ffffff;
	margin-left: 0px;
	font-size: 18px;
	cursor: pointer;
}
#submit:hover{
	background-color: #f30;
	}
.contain .right-detail .footer {
	width: 100%;
	float: left;
	margin-top: 30px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
.mainny {
	width: 100%;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}
.topny {
	width: 1400px;
	height: 100px;
	float: left;
}
.bannerny {
	width: 100%;
	float: left;
	background-color: #06C;
}
.bannerny .wrapnew {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 300px;
}
.bannerny .nav {
	width: 1400px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/menubg.png);
	background-repeat: no-repeat;
}


.containny {
	width: 1400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#nav{
	width: 1400px;
	height: 700px;
	position: relative;
	overflow: hidden;
	margin-top: 1.5%;
}
#nav .all {
    float: left;
    height: 200px;
    width: 200px;
    position: relative;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 25px;}
#nav .aa {
    height: 200px;
    width: 200px;
    background-repeat: no-repeat;
    background-position: -10px -10px;
    background-size: 200px 200px;
    border-radius: 200px;
    border: solid 10px rgb(255,255,255,0.5);
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;}

#nav .bb {
    height: 200px;
    width: 200px;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000000;
    z-index: 2;
    overflow: hidden;
    opacity: 0.3;
    transition: all 0.5s ease;
    display: block;}
#nav h1 {
    float: left;
    height: 50px;
    width: 200px;
    line-height: 50px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    z-index: 3;
    position: absolute;
    left: 0px;
    top: 50px;}
#nav .line {
    float: left;
    height: 1px;
    width: 150px;
    margin-left: 25px;
    background-color: #FFF;
    z-index: 3;
    position: absolute;
    left: 0px;
    top: 100px;
    display: block;}

#nav span {
    font-size: 14px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    float: left;
    height: 40px;
    width: 200px;
    z-index: 3;
    position: absolute;
    left: 0px;
    top: 100px;
    display: block;}
#nav01{
    position: absolute;
    left: 300px;
    top: 150px;}
#nav01 .aa{
    background-image: url(../images/nav01.jpg);}
#nav02{
    position: absolute;
    left: 850px;
    top: 150px;}
#nav02 .aa{
    background-image: url(../images/nav02.jpg);}
#nav03{
    position: absolute;
    left: 375px;
    top: 450px;}
#nav03 .aa{ background-image:url(../images/nav03.jpg);}
#nav04{
	position: absolute;
	left: 575px;
	top: -20px;
}
#nav04 .aa{ background-image:url(../images/nav04.jpg);}
#nav05{
    position: absolute;
    left: 775px;
    top: 450px;}
#nav05 .aa{ background-image:url(../images/nav05.jpg);}
#nav06{
    position: absolute;
    left: 575px;
    top: 250px;}
#nav06 .aa{ background-image:url(../images/nav06.jpg);}
#bgball {
	height: 500px;
	width: 500px;
	background-color: #FFF;
	position: absolute;
	top: 140px;
	left: 450px;
	z-index: 0;
	border-radius: 250px;
	opacity: 0.3;
}
#bgball2 {
	height: 595px;
	width: 595px;
	position: absolute;
	top: 90px;
	left: 400px;
	z-index: 0;
	border-radius: 300px;
	opacity: 0.3;
	border: 2px dashed #000;
}
#nav .all:hover .bb {
    background-color: #004B97;
    z-index: 2;
    overflow: hidden;
    opacity:1;
    transition:all 0.5s ease;}
.containny .leftny {
	width: 278px;
	float: left;
	padding-bottom: 220px;
	background: url(../images/logo20.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	box-shadow: 0px 0px 3px 3px rgba(204,204,204,0.5);
	border-radius: 0 0 30px 30px
}
.leftny .zbpgtx {
	float: left;
	height: 60px;
	width: 280px;
	background-color: rgba(0,102,204,1);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 60px;
}




.containny .rightny {
	width: 1100px;
	float: right;
	margin-bottom: 20px;
}
.rightny .path {
	width: 1060px;
	margin: 0 20px;
	padding-left: 20px;
	border-bottom: solid 1px #ddd;
	float: left;
	background: url(../images/path.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 40px;
	text-align: left;
}
.rightny .path .dqwz {
	float: left;
	width: 850px;

}

.rightny .path .wzsy {
	float: right;
	width: 180px;
	padding-left: 40px;
	background: url(../images/home.png);
	background-position: 10px 8px;
	background-repeat: no-repeat;
}
.rightny .path .wzsy a {
	width: 70px;
	background-color: #ff6600;
	border-radius: 5px;
	margin: 6px;
	padding: 2px 8px;
	color: #fff;
}
.rightny .path .wzsy a:hover {
	width: 70px;
	background-color: #0066cc;
}
.rightny .path .wzsy2 {
	float: right;
	width: 180px;
	padding-left: 40px;
	background: url(../images/home2.png);
	background-position:  10px 8px;
	background-repeat: no-repeat;
}
.rightny .path .wzsy2 a {
	width: 70px;
	background-color: #cc00cc;
	border-radius: 5px;
	margin: 6px;
	padding: 2px 8px;
	color: #fff;
}
.rightny .path .wzsy2 a:hover {
	width: 70px;
	background-color: #0066CC;
}
.rightny .list {
	width: 1020px;
	float: left;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}
.rightny .neirong {
	width: 1040px;
	float: left;
	margin: 10px 10px;
}
.rightall {
	width:1200px;
	float:left;
	}
.rightall .path {
    width:1140px;
    margin: 0 20px;
    padding-left: 20px;
    border-bottom: solid 1px #ddd;
    float: left;
    background: url(../images/path.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
}
.rightall .neirong {
    width: 1180px;
    float: left;
    margin: 20px 10px;
}
.roll {
	height: 240px;
	width: 100%;
	background-color: #efefef;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
.roll .rollnr {
	width: 1400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
.footernew {
	width:100%;
	float:left;
	background-color:#0066cc;
	
}



.footerny {
	width: 1400px;
	height: 62px;
	background: url(../images/footernew.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}
.footerny p {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}


.liebiao li {
    float: left;
    width: 830px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #ddd;
    height: 40px;
    line-height: 40px;
}
.liebiao li a {
    float: left;
    width: 790px;
    padding-left: 40px;
    background-image: url(/system/_owners/bxpj/_webprj/images/point3.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}.pgsqdh {width:190px; margin-left:20px; float:left; padding-bottom:15px;}
.pgsqdh li {width:160px; height:50px; float:left; padding-left:30px; border-bottom:dashed 1px #ccc; background-image:url(/system/_owners/bxpj/_webprj/images/point1.png);background-position: left center;    background-repeat: no-repeat;}
.pgsqdh li a {width:190px; line-height:50px; float:left;}.menu ul{
    width: 255px;
    float: left;
    padding-left:15px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 1000;
}
.popup-window {
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    background-color: white;
    position: relative;
    overflow: auto;
}
.close-btn {
    position: absolute;
    top: 22px;
    right: 50%;
transform: translateX(581px);
    font-size: 24px;
width:30px;
height:30px;
line-height:30px;
text-align:center;
    cursor: pointer;
    z-index: 1001;
    background-color: red;
    color: #fff;
}
.close-btn:hover {
    color: #ffff00;
}
