* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style-type: none;
}

body {
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
}

.g_tel {
	width: 640px;
	left: 50%;
	margin-left: -320px;
	height: 70px;
	position: fixed;
	z-index: 9;
	top: 0px;
	background: #f2f2f2;
	
}

.g_tel input {-webkit-appearance:none; /*去除input默认样式*/}

.g_tel1 {
	font-size: 24px;
	line-height: 55px;
	float: left;
	width: 440px;
	height: 55px;
	color: #6a7380;
	border: 1px solid #cccccc;
	margin: 10px 15px;
	text-indent: 1em;
	
}

.g_tel2 {
	font-size: 24px;
	line-height: 40px;
	display: block;
	float: left;
	width: 150px;
	height: 55px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	background: #cc0000;
	border: 0;
	margin-top: 10px;
	line-height: 55px;
	-webkit-appearance: none;
}

.g_logo {
	width: 640px;
	height: 130px;
	position: relative;
	margin: auto;
	margin-top: 57px;
}

.flip {
	display: inline-block;
	position: absolute;
	z-index: 4;
	width: 49px;
	height: 42px;
	margin: 35px 30px;
}

.panel {
	background: #107171;
	width: 560px;
	height: auto;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	top: 129px;
	display: none;
}

.panel li {
	width: 520px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #fff;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 15px;
}

.panel h1 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	line-height: 54px;
	margin-bottom: 10px;
}

.panel h1 i {
	margin-right: 10px;
	width: 41px;
	height: 49px;
}

.panel a {
	font-size: 26px;
	color: #fff;
	width: 33%;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
}

.panel .g_ph {
	width: 288px;
	margin: auto;
	height: auto;
	overflow: hidden;
}

.panel .g_ph a {
	width: 288px;
	height: 48px;
	background: #fbb436 url(../images/g_ph.png) no-repeat left;
	background-position-x: 5px;
	border-radius: 10px;
	text-indent: 2.8em;
	margin-bottom: 25px;
}
.panel .g_ph p {
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
}
.g_logo2 {
	width: 348px;
	height: 90px;
	right: 60px;
	top: 20px;
	left: 130px;
	position: absolute;
}
.g_logo3 {
	width: 53px;
	height: 51px;
	top: 35px;
	position: absolute;
	left: 540px;
}
.g_nav {
	width: 640px;
	height: 50px;
	margin: auto;
	background: #00afaf;
	position: relative;
}
.g_nav li {
	float: left;
	width: 20%;
	background: url(../lyy_images/gnav_bg.gif) no-repeat right;
}
.g_nav li a {
	color: #FFFFFF;
	display: block;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
}

.tel {
    width: 640px;
    margin: auto;
    height: 90px;
    border: 1px solid #CCCCCC;
    position: fixed;
    background: #FFFFFF;
    left: 50%;
    margin-left: -320px;
    top: 0;
    z-index: 15;
}

.tel i {
    width: 260px;
    height: 50px;
    float: left;
    margin-left: 45px;
    margin-top: 20px;
}

.tel a {
    width: 180px;
    height: 45px;
    float: right;
    margin-right: 42px;
    background: #ff7e00;
    font-size: 25px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    margin-top: 20px;
}