@charset "utf-8";

/* CSS Document */

* {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #555;
}

body,
dl,
dd,
p {
    margin: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s;
}

img {
    display: block;
}

input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

textaea {
    margin: 0;
    padding: 0;
    outline: none;
}

h1,
h2,
h3 {
    font-weight: normal;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.clearfix {
    clear: both;
}


/*header*/

.header {
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
}

.header .logo {
    float: left;
    margin-top: 2px;
}

.header .right {
    float: right;
    line-height: 50px;
    text-align: right;
}

.header .right a {
    font-size: 16px;
    transition: all 0.4s;
}

.header .right a:hover {
    color: #2ea3ff;
}


/*banner*/

.banner img {
    width: 100%;
}

.title {
    max-width: 1000px;
    margin: auto;
    margin-top: 60px;
    padding: 1px 0 5px 0;
}

.title h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #2ea3ff;
}

#img {
    position: relative;
}

#img img {
    width: 100%;
}

#img>p {
    position: absolute;
    font-size: 45px;
    font-weight: bold;
    text-shadow: 5px 2px 6px #fff;
    letter-spacing: 5px;
    left: 20%;
    top: 20%;
    line-height: 80px;
    margin: 0;
}

#img .lg {
    position: absolute;
    width: 200px;
    height: 150px;
    top: 0;
    left: 4%
}

#img .po {
    position: absolute;
    top: 70%;
    left: 13%;
    font-size: 20px;
    line-height: 30px;
}

.dd {
    width: 600px;
    position: absolute;
    left: 26%;
    bottom: 8%;
    background: rgba(1, 24, 65, 0.75);
    padding: 5px;
}

.dd p {
    font-size: 15px;
    color: white;
    line-height: 20px;
}

.dd p a {
    float: right;
    color: white
}


/* .dd{
    max-width:880px;
    margin: auto;
    padding:20px 60px;
}
.dd h1{
    font-size:30px;
	font-weight:bold;
    color:#2ea3ff;
}
.dd p{
    font-size:22px;
    line-height:50px;
    text-indent:2em;
    margin-top:10px;
	letter-spacing:2px;
}
.dd span{
    color:#000;
	font-size:22px;
	font-weight:bold;
}
.dd a{
	font-size:22px;
	color:#2ea3ff;
	transition:all 0.5s;
}
.dd a:hover{
	color:#2ebcfe;
} */

#top {
    width: 1100px;
    margin: 25px auto;
    padding-left: 140px;
    overflow: hidden;
}

#top>.left {
    float: left;
    width: 88.5%
}

#top>.left .you {
    line-height: 50px;
    text-align: center;
    background: #ccc;
    transition: all 0.4s;
    font-size: 18px;
}

#top>.left .you:hover {
    background: white;
    border: 1px solid #A0A235;
    height: 50px;
    box-sizing: border-box;
    cursor: pointer;
    color: #A0A235;
}

.left h1 {
    line-height: 40px;
    border-bottom: 3px solid #A451BB;
    margin: 0;
    color: #A451BB
}

.left h1 img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 5px;
}

.left h1 span {
    font-size: 20px;
    color: #A451BB;
}

.left h1 a {
    color: #A451BB;
    float: right;
    font-size: 20px;
}

.left .zt {
    overflow: hidden;
}

.left .zt p {
    width: 49%;
    float: left;
    margin: 1.5% 0.5%;
}

.left .zt img {
    width: 100%;
}

#mt {
    width: 100%;
}

#mt li {
    border-bottom: #ccc solid 1px;
    margin-bottom: 20px;
    transition: all 0.5s;
}

#mt li a {
    width: 570px;
    color: black;
    line-height: 40px;
    transition: all 0.5s;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

#mt span {
    float: right;
    line-height: 40px;
    color: #555;
}

#mt li:hover {
    border-bottom: #A0A235 solid 1px;
}

#mt li:hover a {
    color: #A0A235;
}

#mt li:hover span {
    color: #A0A235;
}

.mnbox {
    max-width: 1000px;
    margin: auto;
    margin-top: 20px;
    padding: 20px;
    background: #fff;
    border: #2ea3ff solid 2px;
}

.mn li {
    width: 16.66%;
    float: left;
    background: #eee;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    transition: all 0.5s;
}

.mn li:hover {
    background: #2ea3ff;
}

.mn li:hover span {
    color: #fff;
}

.mn .current {
    background: #2ea3ff;
    color: #fff;
}

.mn li .current2 {
    color: #fff;
}

.showbox {
    width: 100%;
    margin-top: 30px;
}

.mnshow {
    display: none;
}

.mnshow h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #111;
}

.mnshow p {
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
    margin-top: 10px;
}

.mnshow span {
    color: #016ebe;
    font-size: 16px;
    font-weight: bold;
}

.mnshow strong {
    color: #111;
    font-size: 16px;
    font-weight: bold;
}

.wt {
    max-width: 920px;
    margin: auto;
    margin-top: 40px;
    padding: 40px 20px 20px 20px;
    border: #2a2a2a solid 1px;
    position: relative;
}

.wt-title {
    position: absolute;
    top: -18px;
    left: -1px;
    color: #fff;
    text-align: center center;
    font-size: 20px;
    font-weight: bold;
    background-color: #2a2a2a;
    padding: 5px 10px;
}

.wt p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}

.wt strong {
    font-size: 16px;
    line-height: 30px;
    color: #111;
}

.wt a {
    font-size: 16px;
    line-height: 30px;
    transition: all 0.5s;
    color: #ddb24c;
}

.kp {
    max-width: 1000px;
    margin: auto;
    margin-top: 20px;
}

.kp li {
    border-bottom: #ccc solid 1px;
    padding: 10px 0;
    margin: 10px 0;
    text-align: center;
    transition: all 0.5s;
}

.kp li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 30px;
    font-weight: bold;
    display: block;
    transition: all 0.5s;
}

.kp li:hover {
    border-bottom: #fe0002 solid 1px;
    background-color: #fe0002;
    margin-left: 50px;
}

.kp li:hover a {
    color: #fff;
}

.btn {
    max-width: 1000px;
    margin: auto;
    margin-top: 30px;
}

.btn input {
    width: 50%;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 16px;
    background: #b9c5eb;
}

.btn .current {
    background-color: #2ea3ff;
    color: #fff;
}

.tu {
    max-width: 1000px;
    margin: auto;
    height: 600px;
    overflow: scroll;
    overflow-x: hidden;
    position: relative;
}

.tu li {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
}

.gdbg {
    max-width: 1000px;
    margin: auto;
    margin-top: 30px;
}

.gdbox {
    border: #fff solid 1px;
    width: 900px;
    height: 220px;
    overflow: scroll;
    overflow-x: hidden;
    margin: auto;
    margin-top: 10px;
    padding: 10px 0;
}

.box-title {
    height: 30px;
    background-color: #0453b8;
}

.box-title a {
    font-size: 14px;
    float: right;
    margin-right: 4px;
    color: #fff;
    line-height: 30px;
}

.gd-l {
    float: left;
}

.gd-l img {
    width: 130px;
    height: 140px;
}

.gd-l a {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
    text-align: center;
    transition: all 0.5s;
}

.gd-l a:hover {
    color: #fe0002;
}

.gd-l p {
    width: 130px;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 12px;
}

.gd-r {
    float: left;
    width: 680px;
    margin-left: 40px;
}

.gd-r p {
    line-height: 32px;
    text-indent: 2em;
    font-size: 16px;
    margin-top: 20px;
}

.gd-r h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    color: #111;
    float: none;
}

.more {
    float: right;
    transition: all 0.5s;
}

.more:hover {
    color: #2ea3ff;
}

.img {
    height: 480px;
    overflow: scroll;
    overflow-x: hidden;
    margin-top: 20px;
    border: #ccc solid 1px;
}

.img a {
    border: #ccc solid 2px;
    float: left;
    margin: 5px 3px;
}

.img a p {
    text-align: center;
    font-weight: bold;
    transition: all 0.5s;
}

.img a img {
    opacity: 0.8;
    transition: all 0.5s;
}

.img a:hover {
    border: #2ea3ff solid 2px;
}

.img a:hover p {
    color: #2ea3ff;
}

.img a:hover img {
    opacity: 1;
}

.pt {
    max-width: 1000px;
    margin: auto;
}

.pt-box {
    border: #eee solid 1px;
    float: left;
    width: 318px;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.5s;
}

.pt-box:hover {
    box-shadow: 0 0 3px #333;
}

.pt-lr {
    margin-left: 20px;
    margin-right: 20px;
}

.pt-l {
    margin-left: 40px;
}

.pt-title {
    height: 30px;
    background-color: #2ea3ff;
}

.pt-title h2 {
    font-size: 16px;
    line-height: 30px;
    float: left;
    margin-left: 5px;
    font-weight: bold;
    color: #fff;
}

.pt-title a {
    float: right;
    margin-right: 1px;
    line-height: 30px;
    font-size: 14px;
    color: #ddd;
    transition: all 0.5s;
}

.pt-title a:hover {
    color: #fff;
}

.pt-title img {
    height: 28px;
    margin-top: 1px;
}

.pt p {
    width: 310px;
    margin-left: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pt p a {
    transition: all 0.5s;
    line-height: 30px;
    color: #000;
    font-size: 13px;
}

.pt p a:hover {
    color: #459df5;
}

.lg {
    max-width: 1000px;
    margin: 10px auto;
}

.lg a {
    width: 20%;
    float: left;
    margin: 10px 2.5%;
    background: #000;
}

.lg a img {
    width: 100%;
    transition: all 0.3s;
}

.lg a:hover img {
    opacity: 0.85;
}


/*评级*/

.pjbox {
    max-width: 1000px;
    margin: auto;
    margin-top: 20px;
}

.pjtitle ul {
    height: 40px;
    line-height: 40px;
    background: #111;
}

.pjtitle ul li {
    font-weight: bold;
    float: left;
    width: 14.28%;
    text-align: center;
    color: #2ea3ff;
}

.pjtab ul li {
    float: left;
    width: 14.28%;
    text-align: center;
}

.pjtab ul {
    height: 40px;
    line-height: 40px;
}

.pjtab ul:nth-child(even) {
    background: #ebeff2;
}

.pjtab a:hover {
    color: #2ea3ff;
}

.time_box {
    height: 40px;
    margin-bottom: 10px;
    position: relative;
}

.time_seach {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
}

.time_seach ul {
    float: left;
    display: block;
    color: #fff;
    background: rgba(17, 17, 17, 0.9);
    line-height: 40px;
    width: 200px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.time_seach ul:first-child {
    background: #2e8ded;
    font-weight: bold;
}

.time_seach ul span {
    color: #fff;
}

.more {
    float: right;
}

.time_seach ul li {
    color: #fff;
    line-height: 30px;
    margin-bottom: 1px;
    transition: all 0.3s;
}

.time_seach p {
    color: #2ebcfe;
    position: relative;
}

.time_seach p::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid #2e8ded;
    border-bottom: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 20px;
}


/* .time_seach i{
    color:#2e8ded;
    width:15px;
    height:15px;
    position:absolute;
} */

.time_seach ul:hover {
    height: auto;
}

.time_seach ul li:hover {
    color: #2ebcfe;
}

#end_19 {
    display: none;
}

#end_18 {
    display: none;
}

.zj {
    max-width: 1000px;
    margin: auto;
    margin-top: 30px;
}

.zj-box {
    width: 46%;
    float: left;
    margin: 0 20px;
}

.zj li {
    line-height: 36px;
}

.zj li a {
    font-size: 14px;
    transition: all 0.4s;
}

.zj li a:hover {
    color: #2a2a2a;
}

.zt {
    max-width: 960px;
    margin: auto;
    margin-top: 30px;
}

.zt li {
    float: left;
    width: 460px;
    height: 90px;
    margin-top: 10px;
}

.zt li:nth-child(even) {
    margin-left: 40px;
}

.zt img {
    width: 100%;
    height: 100%;
}

.zt-lr {
    margin-left: 17px;
    margin-right: 17px;
}

.pd {
    max-width: 1000px;
    margin: auto;
    margin-top: 30px;
}

.pd li {
    float: left;
    width: 320px;
    height: 80px;
    margin-top: 10px;
}

.pd li:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
}

.pd img {
    width: 100%;
    height: 100%;
}

.footer a {
    transition: all 0.5s;
}

.footer a:hover {
    color: #2ea3ff;
}

@media(max-width:1000px) {
    .img a {
        margin: 5px 2px;
    }
    .pt-lr {
        margin-left: 10px;
        margin-right: 10px;
    }
    .pt-l {
        margin-left: 20px
    }
    .pd li:nth-child(2) {
        margin-left: 10px;
        margin-right: 10px;
    }
    .mn li {
        width: 33.33%;
        margin-bottom: 10px;
    }
    /* .pjtitle{overflow:scroll;overflow-y:hidden;}
	.pjtitle ul{width:1000px;} */
}