* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

body {
	background-image: url(../images/bop.jpg);
}


/*Header*/

.Header {
	margin: 60px auto 0px;
	width: 1170px;
	height: 100px;
}

.Header img {
	width: 140px;
	height: 100px;
	margin-left: 515px;
}

.LandingFrame {
	margin: 0 auto;
	width: 1170px;
	height: 600px;
	/*background-color: #FFFFFF;*/
	position: relative;
	/*box-shadow: 1px 1px 1px #C3C3C3;*/
}

.LandingFrame .title {
	margin: 0 auto;
	width: 630px;
	height: 70px;
	background-image: url(../images/title.png);
	background-size: 100%;
}

.LandingFrame .LandingBox {
	width: 370px;
	height: 300px;
	border: 1px dashed #0078D2;
	background-image: url(../images/DLJM.png);
	position: absolute;
	right: 400px;
	top: 140px;
	background-color: #FFFFFF;
}

.Box-1 {
	width: 240px;
	height: 23px;
	background-color: transparent;
	border: 0px;
	border-radius: 5px;
	padding: 0 0 0 10px;
	position: absolute;
	top: 68px;
	left: 86px;
	outline: none;
	line-height: 24px;
	/*color: #ffffff;*/
}

.Box-1-a {
	position: absolute;
	top: 98px;
	left: 86px;
	color: red;
	visibility: hidden;
}

.Box-2 {
	width: 240px;
	height: 23px;
	background-color: transparent;
	border: 0px;
	border-radius: 5px;
	padding: 0 0 0 10px;
	position: absolute;
	top: 127px;
	left: 86px;
	outline: none;
	line-height: 24px;
	/*color: #ffffff;*/
}

.Box-2-a {
	position: absolute;
	top: 157px;
	left: 86px;
	color: red;
	visibility: hidden;
}

.Box-2-b {
	position: absolute;
	top: 157px;
	left: 86px;
	color: red;
	visibility: hidden;
}

.Box-3 {
	width: 150px;
	height: 23px;
	background-color: transparent;
	border: 0px;
	border-radius: 5px;
	padding: 0 0 0 10px;
	position: absolute;
	top: 187px;
	left: 86px;
	outline: none;
	line-height: 24px;
	/*color: #ffffff;*/
}

.Box-3-a {
	position: absolute;
	top: 216px;
	left: 86px;
	color: red;
	visibility: hidden;
}

.Box-3-b {
	position: absolute;
	top: 216px;
	left: 86px;
	color: red;
	visibility: hidden;
}

.Box-3-img {
	width: 78px;
	height: 24px;
	position: absolute;
	top: 187px;
	left: 264px;
	background-color: #FF0000;
}

.Box-4 {
    color: #ffffff;
    width: 150px;
    height: 30px;
    background-color: #0078d2;
    transition: all 0.4s;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    box-shadow: 1px 1px 3px #c3c3c3;
    position: absolute;
    /*top: 245px;*/
    top:268px;
    left: 110px;
    /*left: 50px;*/
    outline: none;
}
.Box-radio1 {
    color: #ffffff;
    width: 150px;
    height: 30px;
    background-color: #0078d2;
    transition: all 0.4s;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    box-shadow: 1px 1px 3px #c3c3c3;
    position: absolute;
    top: 228px;
    left: 0px;
    outline: none;
}
.Box-radio2 {
    color: #ffffff;
    width: 150px;
    height: 30px;
    background-color: #0078d2;
    transition: all 0.4s;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    box-shadow: 1px 1px 3px #c3c3c3;
    position: absolute;
    top: 228px;
    left: 130px;
    outline: none;
}
.Box-lable1 {
    width: 150px;
    height: 30px;
    transition: all 0.4s;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    position: absolute;
    top: 228px;
    left: 86px;
    outline: none;
}

.Box-lable2 {
    width: 150px;
    height: 30px;
    transition: all 0.4s;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    position: absolute;
    top: 228px;
    left: 217px;
    outline: none;
}
.Box-selectlogin {
    position: absolute;
    top: 228px;
    left: 86px;
    
}
/*.Box-5 {
    color: #ffffff;
    width: 150px;
    height: 30px;
    background-color: #0078d2;
    transition: all 0.4s;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    box-shadow: 1px 1px 3px #c3c3c3;
    position: absolute;
    top: 245px;
    left: 200px;
    
}*/
.Box-4:active {
	border-radius: 5px;
	border: 1px solid #0078D2;
	outline: none;
}

.Box-4:hover {
	background-color: #0092ff;
	outline: none;
}
.PictureBox{
	position: absolute;
	height: 300px;width: 600px;
	background-color: #6DB124;
	left: 60px;
	top: 140px;
	border: 1px solid transparent;
	background-image: url(../images/ProductPicture.jpg);
}
.ContactInformation{
	position: absolute;
	bottom: 0px;left: 0px;
	width: 1170px;height: 100px;
	border-top: 1px  dashed  #0078D2;
}
.ContactInformation ul{
	margin-top: 40px;
	width: 300px;height: 20px;
}
.ContactInformation ul li{
	float: left;
	margin-left: 50px;
	line-height: 20px;
}
.ContactInformation ul li a{
	color: #0078D2;
}
.ContactInformation ul li a:hover{
	color:  #0092FF;
}
.Blood{
	position: absolute;
	bottom: 0px;left: 500px;
	width: 500px;height: 100px;
}
.hotline {
	width: 160px;
	height: 25px;
	background-image: url(../images/huiyi-12.png);
	margin-left: 10px;
	margin-top: 10px;
}

.hotline p {
	font-size: 12px;
	margin-left: 30px;
	color: #0078D2;
}

.phone {
	width: 500px;
	height: 40px;
	margin-left: 25px;
	margin-top: 8px;
}

.phone div {
	width: 36px;
	height: 36px;
	background-image: url(../images/QQ.png);
	float: left;
	margin-left: 20px;
	margin-top: 2px;
}

.phone p {
	float: left;
	font-size: 24px;
	font-weight: 900;
	color: #0078D2;
	margin-left: 15px;
	line-height: 40px;
}
.Month{
	width: 100%;height: 200px;
	margin: 0 auto;
	text-align: center;
	line-height: 200px;
	color:  #C3C3C3;
}
