@charset "utf-8";

.container {
	width: 1200px;
	padding: 0px;
	margin: 0 auto;
}

a:hover,
a:focus {
	color: #00759b;
	text-decoration: none;
}

body {
	font-size: 16px;
	font-family: "微软雅黑";
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

@font-face {
	font-family: "Georgia";
	src: url("../fonts/Georgia.woff") format("woff"),
		url("../fonts/Georgia.ttf") format("truetype"),
		url("../fonts/Georgia.eot") format("embedded-opentype"),
		url("../fonts/Georgia.svg") format("svg");
}

@font-face {
	font-family: "Cambrial";
	src: url("../fonts/Cambrial.woff") format("woff"),
		url("../fonts/Cambrial.ttf") format("truetype"),
		url("../fonts/Cambrial.eot") format("embedded-opentype"),
		url("../fonts/Cambrial.svg") format("svg");
}

.header {
	width: 100%;
	min-width: 1200px;
	height: 170px;
	background: url(../images/header-bg.png) no-repeat 83% 0% #007c9b;
}

.header .logo-box {
	padding: 54px 0px 53px 0px;
	width: 45%;
}

.header .logo-box img {
	width: 100%;
}

/*logo 结束*/

.header .zy-ss-box {
	margin: 64px 100px 64px 0px;
}

.header .zy-box {
	width: 312px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(250, 250, 250, 0.8);
	padding-left: 18px;
}

.header .zy-ss-box .zy-box p {
	display: inline;
}

.header .zy-ss-box .zy-box span {
	color: #007c9b;
	padding-right: 12px;
}

.header .zy-ss-box .zy-box span a {
	color: #007c9b;
}

/* 加入收藏结束 */
.header .zy-ss-box .ss-box {
	position: relative;
	display: inline-block;
}

.header .zy-ss-box .ss-box a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/search.png) no-repeat center center;
	background-size: 32px;
	padding: 6px 0px 0px 25px;
}

.header .zy-ss-box .ss-box .qwjs {
	position: absolute;
	top: 0px;
	left: -330px;
	width: 330px;
	height: 40px;
}

.header .zy-ss-box .ss-box .qwjs .ipt-txt {
	width: 270px;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
}

/*搜索结束*/

.nav-box {
	width: 100%;
	min-width: 1200px;
	background: #00759b;
}

.nav {
	height: 56px;
	line-height: 56px;
	position: relative;
	z-index: 1;
	padding: 0px 10px;
}

.yyui_menu1 li {
	float: left;
	position: relative;
}

/*这一级是导航*/
.yyui_menu1 li a {
	display: block;
	font-weight: normal;
	display: block;
	padding: 0 35px;
	font-size: 16px;
	color: #FFF;
}

.yyui_menu1 li a:hover {
	background: #98c1d8;
	color: #036b8d;
	text-decoration: none;
}

.yyui_menu1 li a.more:after {
	content: " »";
}

.yyui_menu1 li ul {
	float: left;
	display: none;
	z-index: 9999;
	width: 184px;
	text-align: center;
	left: 0px;
	top: 56px;
	position: absolute;
	background: #98c1d8;
	line-height: 42px;
}

/*这是第二级菜单*/
.yyui_menu1 li ul li{
	width: 100%;
}
.yyui_menu1 li ul a {
	color: #036b8d;
	display: block;
        padding: 0px;
}

.yyui_menu1 li ul a:hover {
	background: #00759b;
	color: #FFF;
	text-decoration: none;
}

.yyui_menu1 .on a {
	background: #98c1d8;
	color: #036b8d;
	text-decoration: none;
}

/*导航结束*/

.footer {
	width: 100%;
	min-width: 1200px;
	height: 264px;
	margin-top: 36px;
	background: #026b8e;
}

.footer .foot-logo-yqlj {
	padding: 24px 0px 34px 0px;
}

.footer .foot-logo {
	width: 304px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	border-right: 1px solid #04779e;

}

.footer .foot-logo img {
	padding: 30px 0px;
}

.footer .foot-yqlj {
	width: 69%;
	padding: 20px 0px 0px 50px;
}

.footer .foot-yqlj p {
	color: #fff;
	font-size: 22px;
	padding-bottom: 24px;
}

.footer .foot-yqlj li {
	float: left;
	padding: 0px 20px 16px 0px;
}

.footer .foot-yqlj a {
	color: #fff;
}

.footer .foot-bqxx {
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	background: #434343;
}