@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#000;
}

a{
	color:#000;
}

a:hover{
	text-decoration: none;
	color: #0b4fbc !important;
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #dfdfdf !important;
}

img{
	display:block;
}

.wrapper{
	width:100%;
	min-width:1200px;
	max-width:1920px;
	margin:0px auto;
	overflow: hidden;
}

.w1200{
	width:1200px;
	margin:0px auto;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
}

p,li{
	overflow:hidden;
}

.photo{
	position: relative;
	overflow: hidden;
}

.photo img{
	width: 100%;
	height: 100%;
}

#footer{
	line-height: 24px;
	padding: 40px 0px;
	text-align: center;
	background: #a81fd0 url(images/footer.jpg) repeat-x center bottom;
}

#layout1{
	background: url(images/ly1-bg.jpg) no-repeat center top;
	height: 280px;
}

#layout1 .headline{
	border-bottom: 2px solid #8babf2;
	text-align: center;
	padding-bottom: 18px;
}

#layout1 .headline h2{
	font-size: 42px;
	height: 50px;
	line-height: 50px;
}

#layout1 .headline p{
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	margin-top: 20px;
}

#layout1 .headline p a{
	color: #c8deff;
	margin: 0px 10px;
}

#layout1 .headline p a:hover{
	color: #ccc !important;
}

#layout1 .list{
	margin-top: 20px;
}

#layout1 .list ul{
	margin-left: -30px;
}

#layout1 .list li{
	float: left;
	margin: 0px 0px 0px 30px;
	font-size: 24px;
	height: 52px;
	line-height: 52px;
	width: 563px;
	padding-left: 22px;
	position: relative;
}

#layout1 .list li i{
	position: absolute;
	left: 0px;
	top: 50%;
	width: 3px;
	height: 24px;
	margin-top: -12px;
	background: #0535ca;
}

#layout2{
	background: url(images/ly2-bg.jpg) no-repeat center top;
	height: 1160px;
}

#layout3{
	background: url(images/ly3-bg.jpg) no-repeat center top;
	height: 402px;
}

#layout3 .title{
	padding-top: 8px;
	text-align: center;
}

#layout3 .title img{
	display: inline-block;
	vertical-align: top;
}

#layout3 .show{
	margin-top: 45px;
	height: 213px;
	position: relative;
}

#layout3 .show .arrow1,#layout3 .show .arrow2{
	position: absolute;
	width: 45px;
	height: 213px;
	cursor: pointer;
	top: 0px;
}

#layout3 .show .arrow1{
	left: 0px;
	background: url(images/ly3-arrow1.png);
}

#layout3 .show .arrow2{
	right: 0px;
	background: url(images/ly3-arrow2.png);
}

#layout3 .show .list{
	width: 1110px;
	margin: 0px auto;
}

#layout3 .show .list li{
	float: left;
	width: 240px;
	height: 200px;
	border-radius: 15px;
	margin: 6px 0px 0px 30px;
	overflow: hidden;
}

#layout3 .show .list img{
	width: 100%;
	height: 100%;
	transition: all 0.2s;
}

#layout3 .show .list li img:hover{
	transform: scale(1.02,1.02);
}

#layout4{
	background: url(images/ly4-bg.jpg) no-repeat center top;
}

#layout4 .w1200{
	position: relative;
	height: 924px;
}

#layout4 .title{
	text-align: center;
	padding-top: 48px;
}

#layout4 .title img{
	display: inline-block;
	vertical-align: top;
}

#layout4 .link{
	position: absolute;
	width: 230px;
	height: 378px;
	transition: margin 0.2s;
}

#layout4 .link1{ background: url(images/ly4-link1.png); left: 0px; top: 305px; }
#layout4 .link2{ background: url(images/ly4-link2.png); left: 242px; top: 408px; }
#layout4 .link3{ background: url(images/ly4-link3.png); left: 485px; top: 280px; }
#layout4 .link4{ background: url(images/ly4-link4.png); left: 728px; top: 408px; }
#layout4 .link5{ background: url(images/ly4-link5.png); left: 970px; top: 305px; }

#layout4 .link:hover{
	margin-top: -10px;
}

#layout5{
	background: #e9f2ff url(images/ly5-bg.jpg) no-repeat center top;
	padding-bottom: 60px;
}

#layout5 .title{
	text-align: center;
	padding-top: 45px;
}

#layout5 .title img{
	display: inline-block;
	vertical-align: top;
}

#layout5 .big{
	margin-top: 25px;
	border: 2px solid #5681f1;
	padding: 18px;
	position: relative;
}

#layout5 .big .photo{
	border: 2px solid #5681f1;
	height: 645px;
}

#layout5 .big .photo p{
	position: absolute;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	left: 0px;
	bottom: 0px;
	background-color:rgba(0,0,0,0.6);
	font-size: 26px;
}

#layout5 .big .dec1{
	position: absolute;
	width: 205px;
	height: 15px;
	top: -9px;
	right: 23px;
	background: url(images/ly5-dec1.png);
}

#layout5 .big .dec2{
	position: absolute;
	width: 144px;
	height: 15px;
	bottom: -9px;
	left: 23px;
	background: url(images/ly5-dec2.png);
}

#layout5 .list1{
	margin-top: 60px;
	position: relative;
}

#layout5 .list1 .arrow1,#layout5 .list1 .arrow2{
	position: absolute;
	width: 55px;
	height: 74px;
	top: 50%;
	margin-top: -37px;
	cursor: pointer;
}

#layout5 .list1 .arrow1{
	left: -75px;
	background: url(images/ly5-arrow1.png);
}

#layout5 .list1 .arrow2{
	right: -75px;
	background: url(images/ly5-arrow2.png);
}

#layout5 .list1 ul{
	margin-left: -75px;
}

#layout5 .list1 li{
	float: left;
	border: 2px solid #5681f1;
	width: 346px;
	padding: 28px 0px 20px 0px;
	margin-left: 75px;
	position: relative;
	overflow: visible;
}

#layout5 .list1 h4{
	position: absolute;
	width: 219px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	left: 50%;
	margin-left: -109px;
	top: -16px;
	z-index: 9;
	background: url(images/ly5-title2.png);
	font-size: 21px;
	font-weight: normal;
}

#layout5 .list1 .photo{
	height: 475px;
	margin: 0px 8px;
}

#layout5 .list2{
	margin-top: 50px;
}

#layout5 .list2 .title3{
	text-align: center;
}

#layout5 .list2 .title3 img{
	display: inline-block;
	vertical-align: top;
}

#layout5 .list2 ul{
	margin-left: -90px;
	margin-top: 15px;
}

#layout5 .list2 li{
	float: left;
	width: 555px;
	margin: 35px 0px 0px 90px;
}

#layout5 .list2 h4{
	font-size: 24px;
	height: 34px;
	line-height: 34px;
	font-weight: normal;
	color: #4d70c2;
	margin-bottom: 15px;
}

#layout5 .list2 h4 a{
	color: #4d70c2;
}

#layout5 .list2 h4 span{
	font-weight: bold;
	margin-right: 30px;
	font-size: 30px;
}

#layout5 .list2 .photo{
	float: left;
	width: 270px;
	height: 180px;
}

#layout5 .list2 .text{
	float: right;
	width: 265px;
}

#layout5 .list2 .text h3{
	line-height: 32px;
	font-size: 20px;
	height: 64px;
	margin-top: 5px;
	font-weight: normal;
}

#layout5 .list2 .text h3 a{
	color: #2954ba;
}

#layout5 .list2 .text p{
	height: 104px;
	line-height: 26px;
	color: #6282cd;
	margin-top: 5px;
}

#layout6{
	background: url(images/ly6-bg.jpg) no-repeat center top;
	height: 1225px;
}


.drop{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 999;
	background-color:rgba(0,0,0,0.6);
}

.drop .show{
	position: absolute;
	width: 750px;
	padding-right: 17px;
	left: 50%;
	margin-left: -383px;
	top: 5%;
	height: 90%;
	overflow-y: scroll;
	background: #fff;
	box-shadow: 1px 1px 2px #aaa;
}

.drop .close{
	position: absolute;
	width: 50px;
	height: 50px;
	right: 50%;
	margin-right: -500px;
	top: 5%;
	background: url(images/drop-close.png);
	cursor: pointer;
}