			*{
				padding: 0px;
				margin: 0px;
			}
			body,html{
				/* font-family: "微软雅黑" !important; */
			}
			.head{
				width: 100%;
			}
			.head_auto{
				width: 1170px;
				margin: 20px auto;
				position: relative;
			}
            .head_auto1{
                width: 1170px;
                padding: 20px;
                position: relative;
            }
			.logo{
				width:320px;
				height: 132px;
			}
			.logo:hover{
				cursor: pointer;
			}
			.logo img{
				width: 100%;
				height: 100%;
			}
			.register{
				width: 340px;
				height: 20px;
				position: absolute;
				right: 0px;
				top: 0px;
			}

            .register1{
                width: 340px;
                height: 20px;
                margin: 20px auto;
                position: absolute;
                right: 0px;
                top: 0px;
            }
			.register_img{
				width: 20px;
				height: 20px;
			}
			.register_span1{
				height: 20px;
				line-height: 20px;
				border-right: 1px solid rgb(0, 191, 242);
				font-size: 16px;
				font-weight: 700; 
				font-family: "微软雅黑";
				color: rgb(0, 191, 242);
				padding-right: 10px;
				padding-left: 5px;
				vertical-align: top;
                cursor: pointer;
			}
			.register_span2{
				display: inline-block;
				/*width: 65px;*/
				height: 20px;
				line-height: 20px;
				background-color: rgb(0, 191, 242);
				margin:0px 15px;
				border-radius: 7px;
				padding: 0px 20px;
				font-size: 16px; 
				font-weight: 700;
				font-family: "微软雅黑";
				color: rgb(255, 255, 255);
				vertical-align: top;
				position: relative;
			}
			.register_span2:hover{
				cursor: pointer;
			}
			.register_span2 img{
				width: 40px;
				height: 40px;
				position: absolute;
				top: 0px;
				right: -15px;
			}
			.register_span3{
				display: inline-block;
				/*width: 50px;*/
				border-radius: 7px;
				font-size: 16px;
				height: 20px;
				line-height: 20px;
				border: 1px solid rgb(0, 191, 242);
				color: rgb(0, 191, 242);
				vertical-align: top;
				margin-left: 16px;
				padding:0px 10px;
			}
			.navigation{
				width: 746px;
				position: absolute;
				top: 55px;
				right: 0px;
			}

			.navigation ul li{
				list-style: none;
				float: left;
				margin-left: 10px;
				padding:15px;
				position: relative;
			}
			.navigation ul li:hover{
				background-image:url(/images/planetii/index/head_yun.png);
				background-size: 100% 52px;
			}
			.navigation ul li a{
				font-size: 16px;
    			font-weight: 700;
    			text-decoration: none;
    			font-family: "微软雅黑";
    			color: rgb(0, 191, 242);
			}
			.navigation_ul_in{
				width:270px;
				height: 50px;
				line-height: 50px;
				position: absolute;
				top: 50px;
				left: -70px;
				display: none;
			}
			.navigation_ul_in2{
				width:390px;
				height: 50px;
				line-height: 50px;
				position: absolute;
				top: 50px;
				left: -120px;
				display: none;
			}
			
			.navigation_ul_in a,.navigation_ul_in2 a{
				margin:0px 10px;
				font-size: 20px;
			}
			.navigation_ul_in a:hover,.navigation_ul_in2 a:hover{
				color: rgb(0, 107, 159);
				font-weight: bold;
			}

            .navigation_ul_in3{
                width:440px;
                height: 50px;
                line-height: 50px;
                position: absolute;
                top: 50px;
                left: -220px;
                display: none;
            }
            .navigation_ul_in3 a{
                margin:0px 10px;
                font-size: 20px;
            }
            .navigation_ul_in3 a:hover{
                color: rgb(0, 107, 159);
                font-weight: bold;
            }