@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
tr,
button {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-font-smoothing: antialiased;
}

a,
a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

body {
    font-size: 16px;
    color: #666666;
    font-family: "黑体", Arial, Helvetica, sans-serif;
    background: #f5f5f5;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w100 {
    width: 100%;
}

header {
    height: 100px;
    background-color: #fff;
}

.logo {
    float: left;
}

.logo a {
    width: 180px;
    height: 80px;
    background: url(../images/site_logo.png) 0 0 no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-top: 10px;
}

.yanchu-img {
    width: 100%;
    height: 100%;
}

.nav {
    float: right;
}

.nav li {
    float: left;
    display: inline-block;
    text-align: center;
}

.nav li a {
    display: block;
    height: 98px;
    line-height: 98px;
    padding: 0 20px;
    color: #666;
}

.nav li a:hover,
.nav li a.active {
    border-bottom: 2px solid #21a39b;
    color: #21a39b;
}

main {
    position: relative;
    height: 860px;
}

.banner {
    width: 100%;
    height: 860px;
    background: url(../images/timg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    left: 0;
    top: 0;
}

.main-body {
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.main-body .title {
    padding: 10px 0;
    font-size: 28px;
    text-align: center;
}

.login {
    background: rgba(255, 255, 255, 0.8);
    width: 280px;
    height: 270px;
    padding: 15px 20px;
    left: 50%;
    top: -25%;
}

.login .title {
    color: #000;
    font-size: 21px;
    text-align: left;
}

.login input {
    height: 27px;
    display: block;
    width: 260px;
    padding: 5px 10px;
    border: 0;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    background: #fff;
    margin-top: 15px;
    border-radius: 3px;
}

.login .btn,
.register .btn {
    width: 100%;
    height: 43px;
    background: #3b83e1;
    line-height: 43px;
    border: none;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    border-radius: 3px;
}

.register {
    top: -335px;
}

.register .title {
    margin-top: 20px;
}

.register .rech {
    height: 674px;
    padding: 40px 40px 30px 40px;
    border-radius: 5px;
}

.register .btn {
    width: 120px;
}

.register .remark {
    margin-left: 162px;
    width: 750px;
}

.login .f14 {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    color: #666;
}

.login a,
.register a.co {
    color: #f60;
    background: none;
    display: inline-block;
    margin: 0;
    width: auto;
}

.register .agraee {
    width: 320px;
    margin: 0 0 0 158px;
}

.register a.co:hover {
    color: #f60;
    background: none;
}

.main-body .list {
    padding: 0 20px;
}

.main-body .list li {
    width: 49%;
    height: 245px;
    background-color: #f5f5f5;
    margin-top: 20px;
}

.main-body .list li:nth-child(odd) {
    float: left;
}

.main-body .list li:nth-child(even) {
    float: right;
}

.main-body .list li .left-img {
    width: 245px;
    height: 245px;
    float: left;
}

.main-body .list li .right {
    overflow: hidden;
    padding-left: 20px;
    position: relative;
}

.main-body .list li .right .name {
    font-size: 24px;
    margin-top: 15px;
    color: #f99f00;
}

.main-body .list li .right .type {
    font-size: 18px;
    color: #f99f00;
    margin: 10px 0;
}

.main-body .list li .right p {
    font-size: 14px;
    color: #444;
    line-height: normal;
}

.main-body .list li .right .left-pro {
    padding-right: 15px;
}

.main-body .list li .right .download {
    width: 140px;
    height: 140px;
    line-height: 140px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #21a39b;
    font-size: 20px;
}

.main-body .zhibo li {
    width: 32%;
    margin-right: 1%;
}

.con_mode {
    width: 100%;
    height: 540px;
    background-color: #fff;
    padding: 10px 20px;
    overflow-y: auto;
    box-sizing: border-box;
}

.con_mode p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}

.con_mode em {
    font-size: 16px;
    line-height: 30px;
    text-indent: 4em;
    display: block;
    font-style: normal;
}

.con_mode h1 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
}

.con_mode h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

footer {
    background-color: #333;
    color: #eee;
    padding: 15px 0;
}

footer .container {
    padding: 0 30px;
}

footer p {
    font-size: 14px;
    margin-top: 5px;
}

.rech {
    width: 100%;
    padding: 40px 40px 60px 40px;
    overflow-y: auto;
    height: 540px;
    background-color: #fff;
    box-sizing: border-box;
}

.rech div {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.rech div p {
    float: left;
    width: 160px;
    text-align: right;
    font-size: 16px;
    line-height: 35px;
}

.rech div select {
    float: left;
    width: 300px;
    height: 35px;
    border: #ccc solid 1px;
    border-radius: 5px;
    background: #fff;
}

.rech_sr {
    float: left;
    width: 300px;
    height: 35px;
    border: #ccc solid 1px;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
}

.rech div i {
    float: left;
    line-height: 35px;
    width: 680px;
    overflow: hidden;
    font-style: normal;
}

.rech div i label {
    margin-right: 20px;
}

.rech_k {
    width: 50px;
    height: 25px;
    margin: 0 10px;
}

.rech em {
    font-size: 16px;
    font-style: normal;
    padding-left: 160px;
}

.rech em span {
    color: red;
}

.rech a {
    display: block;
    width: 150px;
    height: 40px;
    margin-left: 200px;
    margin-top: 50px;
    border-radius: 5px;
    background: #f6cb0c;
    color: #0d3e96;
    line-height: 40px;
    text-align: center;
}

.rech a:hover {
    background: #d6b10c;
}

.about p {
    line-height: 350px;
    text-align: center;
}.game1 {
	width: 100%;
	height: 860px;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(http://www.244wan.com/Uploads/Picture/2021-01-19/600675449e714.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.game2 {

	width: 100%;
	height: 860px;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(http://www.244wan.com/Uploads/Picture/2021-06-22/60d190e0e8f4e.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.game3 {


	width: 100%;
	height: 860px;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(http://www.244wan.com/Uploads/Picture/2021-06-10/60c174aec72c4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.game4 {



	width: 100%;
	height: 860px;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(http://www.244wan.com/Uploads/Picture/2020-12-21/5fe04889e8cc2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.game5 {



	width: 100%;
	height: 860px;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(http://www.244wan.com/Uploads/Picture/2021-01-19/600675449e714.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.game6 {




	width: 100%;
	height: 860px;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(http://www.244wan.com/Uploads/Picture/2018-12-30/5c28a632c9510.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.game7 {





	width: 100%;
	height: 860px;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(http://www.244wan.com/Uploads/Picture/2020-09-24/5f6c409b5d54f.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.game8 {






	width: 100%;
	height: 860px;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(http://www.244wan.com/Uploads/Picture/2019-06-06/5cf8a1afadc94.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.game9 {






	width: 100%;
	height: 860px;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(http://www.244wan.com/Uploads/Picture/2020-12-08/5fcf282cf1769.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
