@charset "gb2312";

/*****¹«¹²ÑùÊ½*******/
* {
	padding: 0;
	margin: 0;
	font-family: "Î¢ÈíÑÅºÚ";
	border-image: none;
}

html,
body {
	margin: 0;
	background: #fff;min-width: 1280px;
}

li,
ul,
dl,
dt,
dd,
ol,
ul {
	list-style: none;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: none;
	cursor: pointer;
}

img {
	border: 0;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

u,
b {
	font-weight: normal;
	text-decoration: none;
}

/***** Ë®Æ½¾ÓÖÐ *****/
.cen {
	margin: 0 auto;
}

/***** Çå³ý¸¡¶¯ *****/
.clear {
	clear: both
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.top_bg_w {
	width: 100%;
	min-width: 1200px;
	height: 138px;
	background: #5775B1;
}

.top_bg {
	width: 1200px;
	height: 138px;
}

.top_logo {
	width: 540px;
	height: 72px;
	float: left;
	margin-top: 24px;
}

.top_bg .sou {
	float: right;
	width: 170px;
	height: 23px;
	border-radius: 15px;
	border: 1px solid #B9C5DE;
	overflow: hidden;
	margin-top: 57.5px;
}

.top_bg .sou input {
	background: none;
	border: none;
	float: left;
	outline: none;
}

.top_bg .sou input[type="text"] {
	width: 135px;
	height: 23px;
	padding: 0 5px;
	color: #FFFFFF;
}

.top_bg .sou input[type="submit"] {
	width: 23px;
	height: 23px;
	background: url(/templates/lygl_new/images/sou.png) no-repeat center center;
	background-size: 15px auto;
}



/*** ËÑË÷ ***/
.nav .search {
	float: right;
}

#search {
	float: right;
	margin: 8px 0 0 0;
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 9999;
}

#search li.ipt {
	position: absolute;
	right: 0px;
	height: 40px;
	display: block;
}

#search li.ipt .keyword {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	background-color: #fff;
	color: #fff;
	box-sizing: border-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	-o-transition: width .5s;
	-ms-transition: width .5s;
	transition: width .5s;
	outline: none;
}

#search li.btn {
	position: absolute;
	right: 0px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: block;
	background: url(/templates/lygl_new/images/search.png) no-repeat left center;
}

#search:hover li.ipt .keyword {
	font: 13px/28px "Î¢ÈíÑÅºÚ";
	color: #aaa;
	width: 240px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	padding: 0 20px;
}



.top_nav {
	width: 100%;
	min-width: 1200px;
	height: 40px;
	background: #0d59a7;
}

.top_nav > ul {
	width: 1200px;
	height: 40px;
}

.top_nav > ul > li {
	width: 10%;
	float: left;
	position: relative;
}

.top_nav > ul > li > a {
	float: left;
	font: 16px/40px "Î¢ÈíÑÅºÚ";
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.top_nav > ul > li:hover > a {
	background-color: #F0A37F !important;
}

.top_nav > ul > .on > a {
	background-color: #F0A37F;
}

.top_nav > ul > li:last-child > a {
	background: url(/templates/lygl_new/images/fly.png) no-repeat right 4px center;
	background-size: 20px auto;
	text-decoration: underline;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.top_nav > ul > li .sub {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 290px;
	z-index: 20;
	padding: 8.5px 0;
	padding-left: 116px;
	background: rgba(255,255,255,0.65);
	box-sizing: border-box;
	min-height: 97px;
	overflow: hidden;
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.3);
}
.top_nav > ul > li:hover .sub {
	display: block;
}
.top_nav > ul > li .sub::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 97px;
	left: 0;
	top: 0;
	background: url(/templates/lygl_new/images/sub-1.png) no-repeat left top;
}
.top_nav > ul > li .sub::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 96px;
	background: rgba(255,255,255,0.4);
}
.sub-ul {
	/* width: 190px; */
	position: relative;
	z-index: 20;
	margin-left: -20px;
}
.sub-ul li {
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #FBFCFC;
}
.sub-ul li:last-child {
	border: none;
}
.sub-ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 15px;
	color: #3F5F9D;
	font-family: "ºÚÌå";
}
.sub-ul li a:hover {
	color: #DC6E4F;
	font-weight: 600;
}


#container {
	width: 1200px;
	height: auto;
	padding: 0px 0px 10px 0px;
}

/* ·ÀÖ¹¸ß¶È³Æ²»¿ª */
.clearfix:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
}


/******** banner ********/
.focusBox {
	width: 100%;
	min-width: 1200px;
	height: 740px;
	/*height: calc(100vh - 178px);*/
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
}

.focusBox .pic {
	position: relative;
	z-index: 0;
	height: 100%;
}

.focusBox .pic li {
	height: 100%;
}

.focusBox .pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.focusBox .hd {
	width: 100%;
	position: absolute;
	bottom: 16px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}

.focusBox .hd li {
	margin: 0 6px;
	border-radius: 50%;
	opacity: 0.6;
	background: #FFFFFF;
	overflow: hidden;
	height: 12px;
	width: 12px;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
}

.focusBox .hd .on {
	opacity: 1;
}


/***** µ±Ç°Î»ÖÃ *****/
.position {
	width: calc(100%-60px);
	padding-left: 40px;
	background: url(/templates/lygl_new/images/add_ico01.png) 13px center no-repeat;
	height: 38px;
	font: 16px/34px "Î¢ÈíÑÅºÚ";
	color: #4E6BA5;
	height: 34px;
	margin-top: 30px;
	margin-bottom: 20px;
	border: 2px solid #CDDFF1;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.position a {
	font: 16px/34px "Î¢ÈíÑÅºÚ";
	height: 34px;
	color: #4E6BA5;
	text-decoration: none;
}

.position a:hover {
	text-decoration: underline;
}

#container {
	width: 1200px;
}

/* ·ÀÖ¹¸ß¶È³Æ²»¿ª */
.clearfix:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
}



/***** foot *****/
#foot_w {
	/* float: left; */
	width: 100%;
	height: 243px;
	background-color: #4E6BA5;
}

.foot_top_w {
	border-bottom: solid #DCE1ED 1px;
	height: 91px;
}

.foot_top {
	width: 1200px;
}

.foot_top .foot_logo {
	float: left;
	margin-top: 18px;
}

.foot_top .foot_top_r {
	float: right;
	margin-top: 30px;
	/* width:520px; */
	font: 14px/24px "Î¢ÈíÑÅºÚ";
	color: #fff;
}

.foot_top .foot_top_r a {
	font: 14px/24px "Î¢ÈíÑÅºÚ";
	color: #fff;
	padding: 0px 10px;
}

.foot_top .foot_top_r a:hover {
	text-decoration: underline;
}

.foot {
	width: 1200px;
	font: 14px/48px "Î¢ÈíÑÅºÚ";
	color: #fff;
}

.foot_xq {
	width: 730px;
	float: left;
	margin-top: 20px;
	font: 13px/28px "Î¢ÈíÑÅºÚ";
	color: #fff;
}

.copyright {
	float: right;
	width: 730px;
	font: 13px/28px "Î¢ÈíÑÅºÚ";
	color: #fff;
}

.copyright a {
	font: 13px/28px "Î¢ÈíÑÅºÚ";
	color: #fff;
}

.copyright a:hover {
	text-decoration: underline;
}

.foot_r {
	width: 420px;
	height: 124px;
	float: right;
	margin: 15px 10px 0px 0px;
}

.foot_r p {
	width: 96px;
	height: 124px;
	float: right;
	margin-left: 28px;
}

.foot_r p img {
	width: 96px;
	height: 94px;
	margin-bottom: -10px;
}

.foot_r p span {
	height: 20px;
	font: 12px/20px "Î¢ÈíÑÅºÚ";
	color: #f4eaea;
	display: block;
	text-align: center;
}
