* {
	margin: 0;
	padding: 0;
}

#bodyDiv {
	width: 100%;
	height: 1003px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
/**头部*/
.hearde {
	height: 1003px;
	background-image: url(../../img/rp/bg.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	position: relative;
}

@media only screen and (max-width:1024px ) {
	#bodyDiv {
		width: 1002px;
	}
}

.topLi {
	height: 60px;
	line-height: 60px;
	color: #FFF;
	position: relative;
}

.topLi:hover .set_opacity {
	opacity: 1;
	border-bottom: 1px solid #373D41;
} /*373D41*/
ul li {
	list-style: none;
	/* height: 60px; */
}

.set_headconent {
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.set_bacolor {
	width: 100%;
	height: 60px;
	background: #373D41;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
} /*373D41*/
.set_opacity {
	opacity: 0.2;
	border-bottom: 1px solid #fff;
}

.logIframe {
	height: 280px;
	width: 336px;
}

#LeftLi {
	float: left;
	margin-left: 8%;
}

#LeftLi li img {
	margin-top: 13px;
}

#RightLi {
	float: right;
	margin-right: 2%;
	width: 500px;
	position: relative;
}

#RightLi li {
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	position: relative;
	margin-right: 20px;
}

#RightLi li a {
	text-decoration: none;
	color: #ccc;
}

#RightLi li a:hover {
	color: #00c1de;
} /*首页主菜单右侧菜单悬停颜色#00c1de*/
.liline {
	width: 0px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: -2%;
	background-color: #00C1DE;
	transition: width .4s linear;
} /*首页主菜单右侧菜单悬停下划线颜色*/
#RightLi li:hover .liline {
	width: 100%;
}

#cenDiv {
	height: 943px;
	width: 100%;
	position: relative;
}

.liziDiv {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 500px;
	height: 400px;
}

.liziDiv span {
	display: block;
	margin-bottom: 40px;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.logImg {
	position: absolute;
	left: 10%;
	top: 130px;
}

.logImg a {
	display: block; /*margin-top: 130px;margin-left: 30%;*/
}

.logImg a img {
	animation: myfirst 4s infinite;
}

.fromDiv {
	background: #fff;
	width: 400px;
	height: 440px;
	display: inline-block;
	position: absolute;
	z-index: 5;
	top: 20%;
	overflow: hidden;
	left: 60%;
	text-align: center;
}

#logDiv {
	color: #0091FF;
	font-weight: normal;
	letter-spacing: 0px;
	padding-left: 0px;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px
}

#logDiv .div1 {
	font-size: 25px;
	font-stretch: normal;
}

#logDiv .div2 {
	font-size: 18px;
	margin-top: 15px;
}

#logIp {
	height: 260px;
}
/* #logIp input{width:88%;height: 58px;padding: 0 0 0 48px;font-size: 20px;color: #b0b0b0;} */
.logIp1 span {
	position: absolute;
	margin-top: 6px;
}

#user_login {
	width: 24px;
	height: 26px;
	background-image: url(../images/newIndex/icon.png);
	color: #b0b0b0;
	background-size: cover;
	margin: 16px 0 0 12px;
}

#set {
	width: 24px;
	height: 26px;
	background-image: url(../images/newIndex/icon_1.png);
	color: #b0b0b0;
	background-size: cover;
	margin: 16px 0 0 12px;
}

#btn {
	width: 100%;
	height: 58px;
	background-color: #0190ff;
	font-size: 23px;
	font-weight: normal;
	line-height: 37px;
	color: #FFFFFF;
	border: 0px solid black;
}

#check {
	width: 100%;
	margin-top: 10px;
	color: #ffffff;
}

#check span input {
	width: 18px;
	height: 18px;
	line-height: 20px;
}

#jizhu {
	position: relative;
	top: -3px;
}

#check>span:first-child {
	float: left;
}

#check>span:last-child {
	float: right;
	margin-top: -3px;
	margin-right: -3px;
}

#headBon {
	position: relative;
	bottom: -24%;
}
/*选择角色悬浮层*/
.selcopys {
	background: #0190ff;
	width: 240px;
	height: 100%;
	position: fixed;
	z-index: 10;
	top: 0;
	right: -240px;
	padding-top: 20px;
}

.selcopys h4 {
	color: #fff;
	margin-top: 80px;
	margin-bottom: 60px;
}

.inClassbtn:hover {
	background: #1568BD;
}

.selrole-type {
	text-align: center;
}

.selrole-type a {
	display: inline-block;
	margin-bottom: 50px;
	color: #fff;
	cursor: pointer;
}

.selrole-type a img {
	width: 120px;
	display: block;
}

.inClassbtn {
	color: #fff;
	background: rgb(34, 212, 234);
	padding: 10px 30px;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
}

/*第二部分*/
#twoDiv {
	height: 800px;
	width: 100%;
	background-color: rgba(243, 243, 243, .6);
	/*opacity: .6;filter:Alpha(opacity=60);*/
}

#zhihui {
	width: 650px;
	margin: 0 auto;
	height: 200px;
}

#zhihui div:first-child {
	font-size: 32px;
	font-weight: normal;
	padding-top: 50px;
}

#zhihui div:last-child {
	font-size: 22px;
	font-weight: normal;
	color: #333333;
	margin-top: 30px;
}

@media screen\0 {
	#zhihui2 {
		font-size: 25px;
		font-weight: normal;
		color: #999999;
		margin-top: 30px;
	}
	#zzc {
		opacity: .8;
		filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#80000000,
			endColorStr=#80000000);
	}
}

#ipa {
	width: 800px;
	height: 500px;
	margin: 0 auto;
	/*background-image: url(../images/newIndex/btn_sel.png);*/
	background-image: url(../images/newIndex/btn_sel.gif);
	position: relative; /*z-index: -1;*/
}

#cenIpa {
	width: 600px;
	height: 483px;
	margin: 0 auto;
	padding-top: 57px;
}

#cenIpa img {
	width: 590px;
}

#cenIpa .cenpeo {
	width: 300px;
	position: absolute;
	left: 250px;
	bottom: -100px;
}

#zzc {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .9);
	display: none;
	top: 0;
	z-index: 9;
}

#zzcDiv {
	margin: 50px auto;
}

#smaImg {
	position: absolute;
	left: 0px;
	z-index: -1;
}

#smaImg2 {
	position: absolute;
	right: 0px;
	z-index: -1;
}

.simg1 {
	position: relative;
	left: 96px;
	animation: mymove 7s infinite;
}

.simg2 {
	position: relative;
	left: 330px;
	animation: mymove 6s infinite;
}

.simg3 {
	position: relative;
	left: 30px;
	animation: mymove 6s infinite;
}

.simg4 {
	position: relative;
	left: 310px;
	animation: mymove 5s infinite;
}

.simg5 {
	position: relative;
	left: 103px;
	animation: mymove 6s infinite;
}

.simg6 {
	position: relative;
	right: 86px;
	animation: mymove 6s infinite;
}

.simg7 {
	position: relative;
	right: 233px;
	animation: mymove 5s infinite;
}

.simg8 {
	position: relative;
	right: 28px;
	animation: mymove 6s infinite;
}

.simg9 {
	position: relative;
	right: 171px;
	animation: mymove 7s infinite;
}

@
keyframes mymove { 0% {
	top: 0px;
}

50%
{
top
:
50px;
}
100%
{
top
:
0px;
}
}

/*第三部分*/
#threeDiv {
	width: 100%;
	height: 770px;
	background-image: url(../images/newIndex/bg_1.png);
}

#leftDiv {
	width: 200px;
	height: 770px;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
}

.lefLI {
	height: 154px;
	box-sizing: border-box;
}

.leflicont {
	width: 100%;
	height: 154px;
	border-bottom: 1px solid #3E3C3B;
}

.firLi {
	width: 185px;
	height: 56px;
	color: rgba(255, 255, 255, .97);
	text-align: left;
	position: relative;
	left: 10px;
	top: 35px;
}

.lefDi1 {
	font-size: 25px;
	line-height: 33px;
	margin-bottom: 10px;
}

.lefDi1 a {
	color: white;
}

.lefDi2 {
	font-size: 16px;
}

.rigLi {
	width: 100%;
	height: 841px;
	margin-left: 200px;
	margin-top: -55px;
	display: none;
	position: absolute;
	top: 0px;
}

.righDiv {
	left: 28%;
	position: relative;
}

.rzhi {
	top: 123px;
	width: 650px; /*height: 35px;*/
	font-size: 32px;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
	position: absolute;
	text-align: left;
}

.rcen {
	top: 123px;
	width: 730px; /*height: 174px;*/
	font-size: 21px;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
	position: absolute;
	text-align: left;
}

.rimg {
	top: 545px;
	width: 690px;
	position: absolute;
}

.rimg_21 {
	top: 350px;
	width: 690px;
	position: absolute;
}

#marau {
	width: 1002px;
	margin: auto;
	height: 770px;
}

/*第四部分*/
#fouDiv {
	width: 100%;
	height: 1042px; /*opacity: .6;background-color: rgba(243,243,243,.6);*/
}

#topDiv {
	width: 100%;
	margin: 0 auto;
}

#topDiv1 {
	height: 40px;
	font-size: 32px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #000000;
	padding-top: 50px;
}

#topDiv2 {
	height: 24px;
	font-size: 22px;
	color: #333333;
	margin-top: 30px;
}

#botDiv {
	width: 1002px;
	margin: 0 auto;
}

.bot1 {
	width: 300px;
	height: 512px;
	background-color: #ffffff;
	float: left;
	margin-top: 144px;
	box-shadow: 4px 4px 21px 0px rgba(10, 74, 162, .26);
}

.firdiv {
	width: 100%;
	height: 77px;
	background-color: #0190ff;
	border-bottom: 1px solid #ccc;
	line-height: 77px;
}

.firdiv div {
	display: inline-block;
}

.tu {
	background-image: url(../images/newIndex/jiao--.png);
	width: 34px;
	height: 32px;
	position: relative;
	top: 6px;
}

.zi {
	font-size: 33px;
	position: relative;
	margin-left: 30px;
	color: #fff;
}

.bdiv {
	width: 100%;
	margin: 0 auto;
	height: 105px;
	position: relative;
}

.bdiv2 {
	width: 100%;
	margin: 0 auto;
	height: 80px;
	position: relative;
}

.bdiv3 {
	width: 100%;
	margin: 0 auto;
	height: 80px;
	position: relative;
}

.le {
	position: absolute;
	left: 20px;
	top: 21px;
}

.le>img {
	width: 31px;
	height: 27px;
	position: absolute;
	left: 20px;
	top: 3px;
}

.ri {
	display: inline-block;
	text-align: left;
	position: absolute;
	left: 38px;
	top: 58px;
	width: 79%;
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.ri1 {
	display: inline-block;
	text-align: left;
	position: absolute;
	left: 38px;
	top: 58px;
	width: 79%;
	display: none;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.ri2 {
	display: inline-block;
	text-align: left;
	position: absolute;
	left: 38px;
	top: 58px;
	width: 79%;
	display: none;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.pian {
	background-image: url(../images/newIndex/jiao--.png);
	width: 34px;
	height: 32px;
	position: relative;
	top: 6px;
}

.pian1 {
	background: url(../images/newIndex/xue--.png);
	width: 53px;
	height: 37px;
	position: relative;
	top: 6px;
}

.pian2 {
	background-image: url(../images/newIndex/guan--.png);
	width: 40px;
	height: 38px;
	position: relative;
	top: 6px;
}

.rigcen1 {
	font-size: 22px;
	position: absolute;
	left: 80px;
	width: 140px;
	text-align: left;
}

.rigcen2 {
	font-size: 16px;
	color: #999999;
	padding-left: 62px;
}

.tu1 {
	background-image: url(../images/newIndex/xue.png);
	width: 53px;
	height: 37px;
	position: relative;
	top: 6px;
}

.tu2 {
	background-image: url(../images/newIndex/guan.png);
	width: 40px;
	height: 38px;
	position: relative;
	top: 6px;
}

.firdiv1 div {
	display: inline-block;
}

.firdiv1 {
	width: 100%;
	height: 77px;
	line-height: 77px;
	border-bottom: 1px solid #ccc;
}

.firdiv2 {
	width: 100%;
	height: 77px;
	line-height: 77px;
	border-bottom: 1px solid #ccc;
}

.firdiv2 div {
	display: inline-block;
}

.zi1 {
	color: black;
	font-size: 33px;
	position: relative;
	margin-left: 30px;
}

.zi2 {
	color: black;
	font-size: 33px;
	position: relative;
	margin-left: 30px;
}

.cha {
	width: 130px;
	height: 23px;
	font-size: 16px;
	color: #999999;
	position: relative;
	bottom: 10px;
	left: 12%;
}

/*第五部分*/
#fifDiv {
	width: 100%;
	height: 876px;
	background-color: #0190FF;
	color: white;
} /*height: 850px;*/
#tshuj {
	width: 100%;
	height: 360px;
	margin: auto;
}

#firsj {
	height: 39px;
	font-size: 32px;
	margin: auto;
	padding-top: 70px;
}

#sensj {
	height: 32px;
	font-size: 22px;
	margin: auto;
	padding-top: 40px;
}

#sensj div {
	display: inline-block;
}

#sensj span {
	margin: 0 33px;
}
/*数据动画样式start*/
.div_number span {
	font-size: 36px !important;
	display: block;
}

.div_number {
	float: left;
	position: relative;
}

.jonlen_baifenhao {
	font-size: 36px !important;
	height: 47px;
	overflow: hidden;
	display: inherit;
	position: relative;
	bottom: -8px;
	margin-bottom: 20px;
}
/*数据动画样式end*/
#thrsj {
	
}

#thrsj .div {
	display: inline-block;
	width: 185px;
	height: 94px;
	font-size: 36px; /*font-size: 50px;*/
	/*text-align: left;*/
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 80px;
	position: relative;
}

#thrsj span {
	font-size: 24px;
}

#thrsj .data_01, #thrsj .data_02, #thrsj .data_03, #thrsj .data_04 {
	font-size: 36px; /*width:66px;*/
	height: 47px;
	overflow: hidden;
	display: inherit;
	position: relative;
	bottom: -8px;
	margin-bottom: 20px;
}

#tech {
	width: 100%;
	height: 517px;
	position: absolute;
} /*height: 355px*/
/*#tech2{width: 100%;height: 351px;background-image: linear-gradient(0deg, rgba(78, 175, 251, 0.8) 0%, rgba(9, 252, 215, 0.64) 100%), linear-gradient(#dcd8d8, #dcd8d8);background-blend-mode: normal, normal;opacity: 0.8;margin-top: 143px;position: absolute;}*/
.waveWrapper {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.waveWrapperInner {
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 100%;
	background-color: #0190FF;
}

.bgTop {
	z-index: 15;
	opacity: 0.5;
}

.bgMiddle {
	z-index: 10;
	opacity: 0.75;
}

.bgBottom {
	z-index: 5;
}

.wave {
	position: absolute;
	left: 0;
	width: 200%;
	height: 100%;
	background-repeat: repeat no-repeat;
	background-position: 0 bottom;
	/*transform-origin: center bottom;*/
}

.waveTop {
	background-size: 50% 200px;
}

.waveAnimation .waveTop {
	animation: move-wave 3s;
	-webkit-animation: move-wave 3s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.waveMiddle {
	background-size: 50% 220px;
}

.waveMiddle {
	animation: move_wave 10s linear infinite;
}

.waveBottom {
	background-size: 50% 200px;
}

.waveBottom {
	animation: move_wave 15s linear infinite;
}

@
keyframes move_wave { 0% {
	transform: translateX(0) translateZ(0) scaleY(1)
}

50%
{
transform
:
 
translateX
(-25%)
 
translateZ
(0)
 
scaleY
(1)

	
}
100%
{
transform
:
 
translateX
(-50%)
 
translateZ
(0)
 
scaleY
(1)

	
}
}

/*第六部分*/
#sixDiv {
	width: 100%;
	height: 780px;
}

#sziyuan {
	height: 280px;
	margin: auto;
}

#chaoshi {
	font-size: 32px;
	color: #010101;
	padding-top: 54px;
}

#csneir {
	font-size: 22px;
	color: #333333;
	padding-top: 40px;
}

#bigswan {
	width: 100%;
	margin: 0 auto;
}

#swangz {
	width: 945px;
	margin: auto;
}

.swz {
	float: left;
}

.swim1 {
	width: 100%;
	height: 110px;
	background-color: #fafafa;
}

.swim2 {
	width: 100%;
	height: 153px;
	background-color: #fafafa;
}

.swim3 {
	width: 100%;
	height: 190px;
	background-color: #f2f6ff;
}

.swim1 img {
	margin: 15px 0;
}

.swim2 img {
	margin: 10px 0;
}

.swim3 img {
	margin: 60px 0;
}

.swcen {
	line-height: 60px;
	font-size: 20px;
}

.swcen2 {
	line-height: 110px;
	font-size: 20px;
}

.swcen3 a {
	line-height: 150px;
	font-size: 20px;
	color: #0190FF;
}

.swztu1 {
	width: 155px;
	height: 170px;
	border: 1px solid #676767;
	z-index: 6;
	margin-top: 80px;
	margin-right: -2px;
	background-color: #ffffff;
}

.swztu2 {
	border: 1px solid #676767;
	width: 200px;
	height: 260px;
	z-index: 12;
	margin-top: 37px;
	margin-right: -2px;
	background-color: #ffffff;
}

.swztu3 {
	width: 220px;
	height: 330px;
	border: 1px solid #0190FF;
	z-index: 99;
	background-color: #ffffff;
	margin-right: 2px;
}

.swztu4 {
	border: 1px solid #676767;
	width: 200px;
	height: 260px;
	z-index: 6;
	margin-top: 37px;
	margin-right: -1px;
	background-color: #ffffff;
}

.swztu5 {
	width: 155px;
	height: 170px;
	border: 1px solid #676767;
	z-index: 6;
	margin-top: 80px;
	background-color: #ffffff;
}

a {
	color: black;
	text-decoration: none;
}

/*底部*/
#bottom {
	width: 100%;
	height: 667px;
	background-color: #373d41;
}

.botsDiv {
	width: 1002px;
	height: 400px;
	margin: auto;
	position: relative;
	top: 100px;
	border-bottom: 1px solid #ccc;
}

.botsul {
	width: 215px;
	height: 256px;
	text-align: left;
	line-height: 37px;
	position: absolute;
	left: 620px
}

.botsli {
	color: #ffffff;
	font-size: 20px;
}

.botsli1 {
	color: #95969a;
	font-size: 16px;
}

.botsli1 a {
	color: #95969a;
}

.botsul2 {
	width: 67px;
	height: 94px;
	position: absolute;
	left: 490px;
	text-align: left;
	line-height: 37px;
}

.botsli21 {
	color: #ffffff;
	font-size: 20px;
}

.botsli22 {
	color: #95969a;
	font-size: 16px;
}

.botsli22 a {
	color: #95969a;
}

.botsul3 {
	width: 103px;
	height: 207px;
	position: absolute;
	left: 320px;
	text-align: left;
	line-height: 37px;
}

.botsli31 {
	color: #ffffff;
	font-size: 20px;
}

.botsli32 {
	color: #95969a;
	font-size: 16px;
}

.botsli32 a {
	color: #95969a;
}

.botsul4 {
	width: 239px;
	height: 284px;
	position: absolute;
	left: 10px;
	text-align: left;
	line-height: 37px;
}

.botsli41 {
	color: #ffffff;
	font-size: 20px;
}

.botsul4 table {
	font-size: 16px;
	color: #95969a;
}

.botsul4 table td a {
	font-size: 16px;
	color: #95969a;
}

.botsul5 {
	width: 110px;
	position: absolute;
	left: 860px;
	text-align: center;
	line-height: 37px;
}
/*jonlen新加的首页底部内容start*/
#bottom {
	height: 250px;
}

.botsDiv {
	height: 90px;
	top: 40px;
	border-bottom: 1px solid #95969A;
}

.botsul6 {
	text-align: left;
}

.botsul6 .botsli31 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.botsul6 a {
	margin-right: 20px;
}

.botsbot {
	top: 60px !important;
}
/*jonlen新加的首页底部内容end*/
.botsimg img {
	width: 109px;
	height: 109px;
	background-size: 100% 100%;
}

.botsbot {
	width: 1002px;
	position: relative;
	top: 150px;
	margin: auto;
}

.botsbot1 {
	text-align: left;
	font-size: 16px;
	color: #95969a;
	position: absolute;
	left: 0;
	line-height: 37px;
}

.botsbot2 {
	position: absolute;
	right: 0;
}

.botsbot2 img {
	width: 162px;
	height: 40px;
}

.botsDiv div a {
	color: #95969a
}

.botsul2 div a:hover, .botsul3 div a:hover, .botsul6 a:hover {
	text-decoration: underline;
	color: #fff;
}

/*轮播*/
.lb_gl { /*margin-bottom: 30px;*/
	background: url(../images/newIndex/bg_3d.png);
	background-size: 100% 100%;
	height: 500px;
}

.container {
	margin: 0 auto;
	position: relative;
}

.pictureSlider {
	height: 518px;
	margin-bottom: 24px;
}

.poster-item {
	background: #fff;
	height: 290px;
	width: 220px;
	border-radius: 10px;
	outline: 1px solid #999999;
	transition: all 0.5s;
	cursor: default;
	-moz-transition: all 0.5s;
	cursor: default;
	-webkit-transition: all 0.5s;
	cursor: default;
	-o-transition: all 0.5s;
	cursor: default;
}

.turn_3d {
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 36px;
	padding: 28px 0;
}

.xxgy {
	font-size: 30px;
	font-weight: 900;
	padding-left: 10px;
}

.poster-item .say {
	font-size: 18px;
	margin-bottom: 5px;
	padding-left: 10px;
}

.students_star {
	padding: 30px 10px 0 10px;
	background-color: #FFFFFF;
}

.cell_list {
	margin-bottom: 20px;
	color: #999;
	font-size: 20px;
	overflow: hidden;
	text-align: center;
	color: #686868;
}

.darks {
	color: #000;
	padding-left: 10px;
}

.zwjs {
	border-top: 1px solid #d0cddb;
	line-height: 26px;
	padding-top: 5px;
	color: #999;
	font-size: 12px;
	max-height: 84px;
	overflow: hidden;
}

.for_btn {
	position: relative;
	height: 190px;
	overflow: hidden;
	background-color: #fafafa;
}

.for_btn img {
	margin-top: 60px;
}

.in_page {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}

.in_page>img {
	width: 40px;
	height: 40px;
}

body {
	font-family: microsoft yahei, Arial;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, ol, li, ul, p, dl, dt, dd {
	padding: 0;
	margin: 0
}

ul, ol, li, dl, dt, dd {
	text-decoration: none;
	list-style: none
}

.lf {
	float: left
}

.rt {
	float: right
}

.clear {
	clear: both
}

.ovh {
	overflow: hidden
}

a {
	color: #303030;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

input {
	border: none;
	outline: none;
}

img {
	border: none
}

/*登录表单自适应start*/
@media screen and (max-width: 1366px) { /*最大在1366的*/
	.logIframe {
		width: 302px;
		height: 380px;
	}
	.logImg a img {
		width: 550px;
	}
	/*.lgText{width:260px;height: 40px;}*/
	/*.icon-user{top:8px;}*/
}

@media screen and (max-height: 768px) { /*最大在768的*/
	.hearde {
		height: 810px;
	}
	.logImg {
		top: 100px;
	}
	.logIframe {
		width: 302px;
	}
	.logImg a img {
		width: 550px;
	}
	.fromDiv {
		top: 12%;
		width: 400px;
		height: 380px;
	}
	#logDiv {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#logDiv .div2 {
		margin-top: 5px;
	}
}

@media screen and (min-height:768px) and (max-height:900px) {
	/*.hearde {height:810px;}*/
	.logImg {
		top: 130px;
	}
	.logImg a img {
		width: 550px;
	}
	.fromDiv {
		top: 20%;
	}
}

/*登录表单自适应end*/

/*第三部分自适应start*/
@media screen and (min-width: 960px) and (max-width: 1099px) {
	.rcen {
		width: 630px;
	}
	.rimg img {
		width: 630px;
	}
	.lefDi1 {
		font-size: 25px;
		line-height: 33px;
	}
	.lefDi1 a {
		color: white;
	}
	.rimg {
		top: 545px;
		width: 630px;
		position: absolute;
	}
	.righDiv {
		left: 40%;
	}
	.rimg_21 {
		top: 350px;
		width: 690px;
		position: absolute;
	}
}

@media screen and (min-width:1366px) { /*大于1366的*/
	#leftDiv {
		width: 364px;
	}
	#marau {
		width: 1300px;
	}
	.firLi {
		left: 50px;
		width: 264px;
	}
	.rigLi {
		margin-left: 400px;
	}
	.leflicont {
		width: 100%;
		height: 154px;
		margin: 0 15px;
		width: 334px;
	}
}
/*第三部分自适应end*/

/*登录*/
.logIframe {
	height: 280px;
	width: 336px;
	margin: auto;
}

.logBox {
	display: block;
}

.logItem {
	font-size: 9pt;
	color: #585858;
	position: relative;
	border: 1px solid #C7CEDD;
	border-radius: 6px;
	overflow: hidden;
	/*width:224px;
	*width:420px;
	_width:420px; 
	text-align:left;
	padding-left: 5px;
	_padding-left: 50px;
	*padding-left: 50px; 
	margin-left: 26px;
	_margin-left: 0px; 
	*margin-left: 0px;*/
	text-align: center;
	margin-top: 15px;
}

.icon-user {
	position: absolute;
	left: 0；z-index:5;
	background-image: url("../../img/rp/username-icon.png"); /*引入图片图片*/
	background-repeat: no-repeat; /*设置图片不重复*/
	background-position: 10px 0px;
	width: 37px; /*设置图片显示的宽*/
	height: 29px; /*图片显示的高*/
	top: 13px;
}

.icon-password {
	position: absolute;
	/*left: 0;z-index:5;*/
	background-image: url("../../img/rp/password-icon.png"); /*引入图片图片*/
	background-repeat: no-repeat; /*设置图片不重复*/
	background-position: 10px 0;
	width: 34px; /*设置图片显示的宽*/
	height: 27px; /*图片显示的高*/
	top: 13px;
}

.lgText {
	/*border: 1px solid #C7CEDD;*/
	/*border:3px solid #0578c0; */
	border: none;
	border-radius: 6px;
	width: 334px;
	height: 50px;
	padding-left: 50px;
	line-height: 34px;
	/*background:url("../images/lgText_dx.png") no-repeat bottom right;*/
	outline: none;
	font-size: 18px;
	font-family: "微软雅黑";
}

.logBtn {
	width: 336px;
	height: 50px;
	background-color: #0190ff;
	font-size: 23px;
	font-weight: normal;
	line-height: 37px;
	border-radius: 6px;
	color: #FFFFFF;
	border: 0px solid black;
	font-family: 'microsoft yahei';
}

/*登录表单自适应start*/
@media screen and (max-width: 1366px) {
	.logItem {
		width: 260px;
		margin: 0 auto;
	}
	.logIframe {
		width: 260px;
		height: 280px;
	}
	.lgText {
		width: 250px;
		height: 40px;
	}
	.icon-user, .icon-password {
		top: 8px;
	}
	.logBtn {
		width: 260px;
		height: 40px;
		font-size: 18px;
	}
	.rememberinput1 {
		width: 16px;
		height: 16px;
		right: 100px;
		top: 32px;
	}
	.rememberstyle1 {
		font-size: 14px;
	}
}
/*登录表单自适应end*/