@charset "utf-8";

/*-----------------初始化---------------------*/

* {
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	color: #333;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	min-width: 1200px;
	position: relative;
	margin: 0 auto;
}

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

var,
em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
}

img {
	display: inline;
	border: 0 none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
	font-size: 12px;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

.clear:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

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

.main_bg{
    background-image: url(../img/bg.jpg);
	background-position:top center;
	background-repeat: no-repeat;
}

/*page1*/

.page1 {
	position: relative;
	height: 1198px;
	background-image: url(../img/page1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.logo {
	position: absolute;
	top: 40px;
	left: 0;
}

.date{
    position: absolute;
    top: 308px;
    left: 452px;
    width: 280px;
    height: 26px;
    line-height: 26px;
    color: #ffdda1;
    background-image: url(../img/date_bg.png);
    background-repeat: no-repeat;
    text-align: center;
    text-shadow:0 0 2px #701600;
}
.nav {
	width: 226px;
	height: 36px;
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 36px;
	text-align: center;
	background-image: url(../img/nav.png);
	background-repeat: no-repeat;
}

.nav a {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	color: #f1d192;
	font-size: 14px;
	padding-left: 16px;
	margin: 0 6px;
	background-image: url(../img/nav_icon.png);
	background-repeat: no-repeat;
	background-size: 16px 96px;
}

.nav a:hover {
	color: #f1d192;
}

.nav_icon_gw {
	background-position: 0 0;
}

.nav_icon_register {
	background-position: 0 -32px;
}

.nav_icon_download {
	background-position: 0 -64px;
}

.nav_icon_gw:hover {
	background-position: 0 -16px;
}

.nav_icon_register:hover {
	background-position: 0 -48px;
}

.nav_icon_download:hover {
	background-position: 0 -80px;
}


.rank li {
	position: absolute;
	text-align: center;
	width: 120px;
}

.rank li h3 {
	font-weight: normal;
	font-size: 16px;
    color: #f5e2a2;
    font-weight: bold;
    line-height:50px;
}

.rank li p {
	
	font-size: 14px;
	
	color: #e88033;
}

.rank li.rank1 h3{
	font-weight: normal;
	font-size: 22px;
    color: #f5e2a2;
    line-height: 26px;
}

.rank li.rank2 h3,
.rank li.rank3 h3 {
	font-weight: normal;
	font-size: 18px;
    color: #f5e2a2;
    line-height: 26px;
}

.rank li.rank1 p{
	font-size: 14px;
	color: #e88033;
	margin-top: 5px;
}
.rank li.rank2 p,
.rank li.rank3 p {
	font-size: 12px;
	color: #e88033;
	margin-top: 0;
}

.rank li.rank1 {
	width: 260px;
	top: 878px;
	left: 468px;
}

.rank li.rank2 {
	width: 260px;
    top: 768px;
	left: 53px;
}

.rank li.rank3 {
	width: 260px;
	top: 768px;
	left: 888px;
}

.rank li.rank4 {
	top: 1084px;
	left: 55px;
}

.rank li.rank5 {
	top: 1084px;
	left: 217px;
}

.rank li.rank6 {
	top: 1084px;
	left: 379px;
}

.rank li.rank7 {
	top: 1084px;
	left: 539px;
}

.rank li.rank8 {
	top: 1084px;
	left: 699px;
}

.rank li.rank9 {
	top: 1084px;
	left: 860px;
}

.rank li.rank10 {
	top: 1084px;
	left: 1021px;
}


/*page2*/

.page2 {
	position: relative;
	height: 981px;
	background-image: url(../img/page2.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.ta {
	position: absolute;
	top: 244px;
	left: 120px;
	width: 700px;
	border-collapse: collapse;
	color: #f5e2a2;
}

.ta tr td {
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}

.ta tr th {
	text-align: center;
	line-height: 50px;
	font-size: 20px;
    color: #d5b88d;
    padding-bottom: 43px;
}

.ta tr:nth-child(2) td:nth-child(1) {
	background: url(../img/rank_icon.png);
	background-position: center;
	background-repeat: no-repeat;
}

.ta tr:nth-child(3) td:nth-child(1) {
	background: url(../img/rank_icon.png);
	background-position: center;
	background-repeat: no-repeat;
}

.ta tr:nth-child(4) td:nth-child(1) {
	background: url(../img/rank_icon.png);
	background-position: center;
	background-repeat: no-repeat;
}


/*page3*/

.page3 {
	position: relative;
	height: 1074px;
	background-image: url(../img/page3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.hdjl-txt {
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #f5e2a2;
	font-size: 16px;
	line-height: 28px;
	top: 95px;
}

.hdjl-sm {
	line-height: 28px;
	position: absolute;
	left: 120px;
	top: 600px;
	color: #f5e2a2;
	font-size: 14px;
}
.hdjl-sm p span{
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    float: left;
    background: #701600;
    text-align: center;
    border-radius: 100%;
    margin-top: 4px;
    margin-right: 5px;
}

.slideTxtBox {
	width: 1400px;
	height: 378px;
	position: absolute;
	left: -100px;
	top:183px;
}

.slideTxtBox .hd {
	width: 100%;
	position: relative;
}

.slideTxtBox .hd ul {
	width: 100%;
	position: relative;
	left: 138px;
}

.slideTxtBox .hd ul li {
	float: left;
	height: 92px;
	cursor: pointer;
	width: 225px;
    text-align: center;
    background-image: url(../img/nav_on.png);
    background-repeat: no-repeat;
    background-position: -225px 0;
   
}

.slideTxtBox .hd ul li.on {
    background-position: 0 0;
}

.slideTxtBox .hd ul li em {
	color: #ffe17e;
	font-size: 22px;
	float: left;
	width: 100%;
	margin-top: 15px;
	font-weight: bold;
	line-height: 40px;
}

.slideTxtBox .hd ul li span {
	float: left;
	width: 100%;
	color: #f68045;
	font-size: 16px;
}

.slideTxtBox .bd {
	margin-top: 30px;
	float: left;
	width: 100%;
	height: 252px;
	overflow: hidden;
}

.slideTxtBox .bd ul {
    height: 252px;
    float: left;
	margin: 0 auto;
	text-align: center;
    left: 50%;
	position: relative;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: relative;
}

.slideTxtBox .bd li {
	height: 252px;
	width: 155px;
	float: left;
	background-image: url(../img/li.png);
	background-repeat: no-repeat;
}

.slideTxtBox .bd li+li {
	margin-left: 5px;
}

.slideTxtBox .bd li em {
	width: 100%;
	display: block;
	height: 110px;
	background-position: center ;
	background-repeat: no-repeat;
    /* background-size: 92%; */
    margin: 0 auto;
}

.slideTxtBox .bd li em.a1 {
	background-image: url(../img/jp01.png);
}

.slideTxtBox .bd li em.a2 {
	background-image: url(../img/jp02.gif);
}

.slideTxtBox .bd li em.a3 {
	background-image: url(../img/jp03.png);
}

.slideTxtBox .bd li em.a4 {
	background-image: url(../img/jp04.png);
}

.slideTxtBox .bd li em.a5 {
	background-image: url(../img/jp05.png);
}

.slideTxtBox .bd li em.a6 {
	background-image: url(../img/jp06.png);
}
.slideTxtBox .bd li em.a7 {
	background-image: url(../img/jp17.png);
}
.slideTxtBox .bd li em.a8 {
	background-image: url(../img/jp18.png);
	}
.slideTxtBox .bd li em.b1 {
	background-image: url(../img/jp01.png);
}

.slideTxtBox .bd li em.b2 {
	background-image: url(../img/jp07.gif);
}

.slideTxtBox .bd li em.b3 {
	background-image: url(../img/jp08.png);
}

.slideTxtBox .bd li em.b4 {
	background-image: url(../img/jp09.png);
}

.slideTxtBox .bd li em.b5 {
	background-image: url(../img/jp06.png);
}

.slideTxtBox .bd li em.b6 {
	background-image: url(../img/jp06.png);
}

.slideTxtBox .bd li em.b7 {
	background-image: url(../img/jp18.png);
}

.slideTxtBox .bd li em.c1 {
	background-image: url(../img/jp01.png);
}

.slideTxtBox .bd li em.c2 {
	background-image: url(../img/jp10.gif);
}

.slideTxtBox .bd li em.c3 {
	background-image: url(../img/jp11.png);
}

.slideTxtBox .bd li em.c4 {
	background-image: url(../img/jp09.png);
}

.slideTxtBox .bd li em.c5 {
	background-image: url(../img/jp05.png);
}

.slideTxtBox .bd li em.c6 {
	background-image: url(../img/jp06.png);
}

.slideTxtBox .bd li em.c7 {
	background-image: url(../img/jp18.png);
}

.slideTxtBox .bd li em.d1 {
	background-image: url(../img/jp12.gif);
}

.slideTxtBox .bd li em.d2 {
	background-image: url(../img/jp13.png);
}

.slideTxtBox .bd li em.d3 {
	background-image: url(../img/jp09.png);
}

.slideTxtBox .bd li em.d4 {
	background-image: url(../img/jp05.png);
}

.slideTxtBox .bd li em.d5 {
	background-image: url(../img/jp06.png);
}

.slideTxtBox .bd li em.d6 {
	background-image: url(../img/jp18.png);
}

.slideTxtBox .bd li em.e1 {
	background-image: url(../img/jp14.png);
}

.slideTxtBox .bd li span {
	font-weight: bold;
	font-size: 14px;
	color: #722d00;
	display: block;
	text-align: center;
    line-height: 18px;
    height: 36px;
}

.slideTxtBox .bd li p {
	color: #58390d;
	font-size: 12px;
	width: 104px;
	margin: 0 auto;
	text-align: center;
	line-height: 18px;
	margin-top: 15px
}


/*page4*/

.page4 {
	position: relative;
	height: 775px;
	background-image: url(../img/page4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.oldTop {
	position: relative;
	top: 110px;
	left: 145px;
	width: 500px;
}

.oldTop li {
	background: url(../img/sjhg-li.png) no-repeat;
	width: 220px;
	height: 220px;
	position: absolute;
	text-align: center;
}

.oldTop li.i1 {
	left: 118px;
	top: 0px;
}

.oldTop li.i2 {
	left: 348px;
	top: 0px;
}

.oldTop li.i3 {
	left: 578px;
	top: 0px;
}

.oldTop li.i4 {
	left: 0px;
	top: 118px;
}

.oldTop li.i5 {
	left: 233px;
	top: 118px;
}

.oldTop li.i6 {
	left: 463px;
	top: 118px;
}

.oldTop li.i7 {
	left: 693px;
	top: 118px;
}

.oldTop li.i8 {
	left: 118px;
	top: 234px;
}

.oldTop li.i9 {
	left: 348px;
	top: 234px;
}

.oldTop li.i10 {
	left: 578px;
	top: 234px;
}

.oldTop li span {
	color: #ffe4aa;
	font-size: 24px;
	display: block;
	font-weight: 700;
	padding: 40px 0 26px 0;
	line-height: 38px;
}

.oldTop li em {
	color: #711807;
	font-size: 14px;
	display: block;
	line-height: 22px;
}

.oldTop li p {
	color: #711807;
	font-size: 18px;
	display: block;
	line-height: 22px;
	font-weight: bold;
}


/*page5*/

.page5 {
	position: relative;
	height: 977px;
	background-image: url(../img/page5.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto auto;
}

.faq {
	position: absolute;
	top: 110px;
	left: 338px;
	width: 510px;
}

.faq li {
	float: left;
	width: 100%;
	line-height: 26px;
	margin-bottom: 25px;
	font-size: 14px;
}

.faq li p {
	color: #ff7712;
}

.faq li div {
	color: #f5e2a2;
}


/*底部*/

#cyou_bottom.cyou_bottom {
	background-image: url(../img/bottom_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

#cyou_bottom.cyou_bottom .cyou_bottom_cont p {
	color: #58533c;
}

#cyou_bottom.cyou_bottom .cyou_bottom_cont a {
	color: #58533c;
}

#cyou_bottom.cyou_bottom .cyou_bottom_cont a:hover {
	color: #fec68a;
}

.link_list1 {
	margin-top: 20px;
}

.footer p {
	padding-top: 5px;
}