﻿/* 合并 */
@import url("reset.css");
@import url("swiper.min.css");

.header{position: fixed; width: 100%;  height: 68px;  top: 0px; background: #fff; z-index: 999; z-index: 9999;}
.header .center{width: 1280px; height: 68px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.header .rnav ul{display: flex;}
.header .rnav ul li{margin-left: 45px;}
.header .rnav ul li a{font-size: 24px; color: #4f4f4f;}
.header .rnav ul li a:hover{text-decoration: none; color: red;}

/*公告*/
#GongGao {width: 415px; height: 63px; line-height: 1.36; text-align: center; font-size: 14px; color: #f7e3c0; margin: 0 auto 21px auto; padding-top: 4px; background: url(../img/page1_gonggaobg.png) no-repeat center top; background-size: 100%;}
#GongGao p a {color: #03f565;}

/*快捷连接*/
#quickLink {width: 500px; margin: 0 auto;}
#quickLink .btn_download,#quickLink .btn_payment {text-indent: -99em; overflow: hidden;}
#quickLink .btn_download {float: left; width: 249px; height: 167px; background: url(../img/page1_link.png) no-repeat left top; background-size: 200%;}
#quickLink .btn_download:hover{background-position: left bottom;}
#quickLink .btn_payment{float: right; width: 249px; height: 167px; background: url(../img/page1_link.png) no-repeat 101% top; background-size: 200%;}
#quickLink .btn_payment:hover {background-position: 101% bottom;}

#welcome {width: 647px; height: 646px; position: absolute; top: 50%; left: 328px; margin-top: -350px; background-size: 100%; z-index: 1500;}
#welcome .welcomebg {width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background: url(../img/page1_yuan.png) no-repeat left top; background-size: 100%; z-index: -1;}
#welcome .logo {width: 561px; height: 413px; position: relative; margin: -100px auto 25px auto; background: url(../img/page1_logo.png) no-repeat left top; background-size: 100%;}

#page1 {width: 100%; height: 100%; position: relative; overflow: hidden; margin: 60px auto 0; background: url(../img/page1_bg.jpg) no-repeat center center; background-size: cover;}
#page1 .page_bg1 { width: 24.53%; position: absolute; max-width: 471px; top: 0; left: 0; padding-top: 8.02%; background: url(../img/page1_01.png) no-repeat left top; background-size: 100%; z-index: 1500;}
#page1 .page_bg2 {width: 60.57%; position: absolute; max-width: 1163px; bottom: 0px; left: 530px; padding-top: 12.76%; background: url(../img/page1_02.png) no-repeat left top; background-size: 100%; z-index: 1500;}

.swiper-container {
	width: 100%;
	height: 100%;
}
.mouseTips {width: 3.96%; position: absolute; bottom: 0px; left: 50%; margin-bottom: 3.90%; padding-top: 5.83%; background: url(../img/icon_mouse.png) no-repeat left top; background-size: 100%; z-index: 2000;}


.banner{width: 100%; height: auto; overflow: hidden;}
.banner img{width: 100%;}

img.shadow {
	border-bottom: 1px solid #900;
	padding-bottom:3px;
	padding-top:3px;
	border:10px solid #333;
	margin:30px 30px 1px 30px;
}
#content {
	margin: 0 auto 0;
	width: 1000px;
	line-height: 22px;
}


.youxi_pub_footer {
	display:block;
	padding:25px 0;
	font-size:12px
}
.youxi_pub_footer .footer {
	width:1000px;
	margin:0 auto
}
.youxi_pub_footer .footertxt {
	float:left;
	width:750px;
	padding:0 0 0 50px;
	line-height:18px;
	color:#4c505c
}
.youxi_pub_footer .footertxt .gap {
	padding-left:5px
}
.youxi_pub_footer .footertxt a {
	margin:0 5px;
	display:inline-block
}
.youxi_pub_footer .footertxt a,.youxi_pub_footer .footertxt a:hover {
	color:#4c505c
}
.clearfix:after,.floatG:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}