body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Microsoft YaHei";
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, i {
    font-style: normal;
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
    outline: 0;
    border: 0;
}

a {
    text-decoration: none;
}

button, textarea {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.main {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    background: #f5f5f5;
}

.tj-game {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(168, 130, 123, 0.22);
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 14px;
    margin-bottom: 20px;
}

.tj-game > div {
    width: 100%;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
}

.tj-game > div span, .tj-game > div li {
    float: left;
}

.tj-game > div > span {
    width: 70px;
    height: 25px;
    background-image: linear-gradient(48deg, #f6715f 0%, #f86c34 100%);
    border-radius: 13px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.tj-game > div li {
    width: 113px;
    border-right: 1px solid #ccc;
    text-indent: 17px;
    height: 20px;
    margin-top: 2.5px;
    line-height: 20px;
}

.tj-game > div li a {
    font-size: 12px;
    line-height: 20px;
    color: #616161;
}

.tj-game > div li a:hover {
    color: rgb(255, 73, 59);
}

.tj-game > div li a span {
    line-height: 20px;
}

.tj-game > div li.zt-nav-li-g {
    display: none;
}

.tj-game > div .tj-more {
    color: #f76341;
    font-size: 12px;
    line-height: 25px;
    margin-left: 1105px;
    display: block;
}

.searchcon {
    width: 100%;
    height: 118px;
    box-shadow: 0px 0px 18px 0px rgba(168, 130, 123, 0.22);
    margin-bottom: 20px;
    border-radius: 10px;
    background: #ffffff;
}

.searchcon .char-search {
    height: 38px;
    line-height: 38px;
    background: #f5f5f5;
    border-radius: 10px 10px 0 0;
}

.searchcon .char-search span, .searchcon .char-search a {
    float: left;
}

.searchcon .char-search span {
    width: 58px;
    height: 100%;
    color: #616161;
    font-size: 14px;
    position: relative;
    text-align: center;
    margin-right: 8px;
}

.searchcon .char-search span em {
    position: relative;
    z-index: 2;
}

.searchcon .char-search span::after {
    content: '';
    display: block;
    width: 72px;
    height: 53px;
    background: url(../images/bqbg1.png) no-repeat center center;
    top: -10px;
    left: -4px;
    position: absolute;
    z-index: 1;
}

.searchcon .char-search a {
    width: 42px;
    text-align: center;
    color: #616161;
    font-size: 14px;
    position: relative;
}

.searchcon .char-search a em {
    position: relative;
    z-index: 2;
}

.searchcon .char-search a::after {
    display: none;
    content: '';
    width: 60px;
    height: 53px;
    background: url(../images/bqbg2.png) no-repeat center center;
    top: -10px;
    left: -9px;
    position: absolute;
    z-index: 1;
}

.searchcon .char-search a:hover::after,.searchcon .char-search a.active::after {
    display: block;
}

.searchcon .char-search a:hover,.searchcon .char-search a.active {
    color: #f95d4d;
}

.searchcon .hotword_search {
    width: 700px;
    height: 21px;
    line-height: 21px;
    margin-top: 30px;
    float: left;
}

.searchcon .hotword_search span {
    width: 96px;
    text-align: center;
    color: #cccccc;
    font-size: 14px;
    display: inline-block;
}

.searchcon .hotword_search a {
    color: #666666;
    font-size: 16px;
    display: inline-block;
    margin-right: 20px;
}

.searchcon .hotword_search a.hot {
    color: #f95d4d;
    font-size: 16px;
}

.searchcon .hotword_search a:hover {
    color: #f95d4d;
}

.searchcon .searchword {
    float: right;
    width: 480px;
    height: 40px;
    margin-top: 21px;
    margin-right: 20px;
    border-radius: 20px;
    border: solid 2px #ff493b;
    box-sizing: border-box;
    line-height: 36px;
    position: relative;
}

.searchcon .searchword::before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/ss.png);
    top: 7px;
    left: 8px;
}

.searchcon .searchword .search-input {
    float: left;
    margin-left: 40px;
    color: #b8b8b8;
    font-size: 14px;
    background: transparent;
    width: 350px;
    height: 36px;
    line-height: 36px;
}

.searchcon .searchword .btn {
    width: 70px;
    height: 27px;
    color: #ffffff;
    font-size: 14px;
    line-height: 27px;
    margin-top: 5px;
    background-color: #f95d4d;
    float: right;
    margin-right: 5px;
    border-radius: 14px;
    cursor: pointer;
}

.main_title {
    width: 100%;
    height: 60px;
    position: relative;
}

.main_title::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ededed;
    bottom: 2px;
    position: absolute;
    z-index: 1;
}

.main_title span {
    display: inline-block;
    padding: 0 6px;
    color: #404040;
    font-size: 18px;
    position: relative;
    line-height: 58px;
    height: 60px;
    font-weight: bold;
}

.main_title span::after {
    z-index: 2;
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    background-color: #f76341;
    border-radius: 3px;
    width: 50px;
    margin-left: -25px;
    left: 50%;
    bottom: 0;
}

.main_title a {
    line-height: 58px;
    height: 60px;
    color: #7d7d7d;
    font-size: 16px;
    position: absolute;
    right: 10px;
    font-weight: bold;
}

.main_title a:hover {
    color: #f95d4d;
}

.small_title {
    width: 100%;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.small_title span {
    display: inline-block;
    color: #404040;
    font-size: 18px;
    font-weight: bold;
    text-indent: 20px;
    position: relative;
}

.small_title span::before {
    content: '';
    display: block;
    width: 5px;
    height: 30px;
    background-color: #f76341;
    border-radius: 3px;
    top: 0;
    left: 0;
    position: absolute;
}

.small_title a {
    color: #7d7d7d;
    font-size: 16px;
    position: absolute;
    right: 10px;
    font-weight: bold;
}

.main_title_2 {
    width: 100%;
    height: 56px;
    position: relative;
}

.main_title_2::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ededed;
    bottom: 1px;
    position: absolute;
    z-index: 1;
}

.main_title_2 span {
    display: inline-block;
    padding: 0 6px;
    color: #404040;
    font-size: 18px;
    position: relative;
    line-height: 56px;
    height: 56px;
    font-weight: bold;
}

.main_title_2.margin12 span {
    padding: 0 12px;

}

.main_title_2 span::after {
    z-index: 2;
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    background-color: #f76341;
    border-radius: 3px;
    width: 50px;
    margin-left: -25px;
    left: 50%;
    bottom: 0;
}

.main_title_2 a {
    line-height: 56px;
    height: 56px;
    color: #7d7d7d;
    font-size: 16px;
    position: absolute;
    right: 10px;
    font-weight: bold;
}

.main_title_2 a:hover {
    color: #f95d4d;
}

.main_title_2 .jpgl_page{
    display: block;
    float: right;
    line-height: 56px;
    height: 56px;
}
.main_title_2 .jpgl_page em{
    display: block;
    float: left;
    line-height: 30px;
    height: 30px;
    margin-top: 13px;
    box-sizing: border-box;
    border: 1px solid #ededed;
    width: 50px;
    text-align: center;
    margin-left: 15px;
    cursor: pointer;
}
.main_title_2 .jpgl_page em.active,.main_title_2 .jpgl_page em:hover{
    color: #ffffff;
    background-color: #f76341;
    border: 1px solid #f76341;
}
.main_title_3 {
    width: 100%;
    height: 56px;
    position: relative;
}

.main_title_3::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ededed;
    bottom: 1px;
    position: absolute;
    z-index: 1;
}

.main_title_3 span {
    cursor: pointer;
    display: inline-block;
    padding: 0 15px;
    color: #404040;
    font-size: 18px;
    position: relative;
    line-height: 56px;
    height: 56px;
}

.main_title_3 span::after {
    display: none;
    z-index: 2;
    content: '';
    position: absolute;
    height: 5px;
    background-color: #f76341;
    border-radius: 3px;
    width: 50px;
    margin-left: -25px;
    left: 50%;
    bottom: 0;
}

.main_title_3 span.active, .main_title_3 span:hover {
    font-weight: bold;
}

.main_title_3 span.active::after, .main_title_3 span:hover::after {
    display: block;
}

.main_title_3 a {
    line-height: 56px;
    height: 56px;
    color: #7d7d7d;
    font-size: 16px;
    position: absolute;
    right: 10px;
    font-weight: bold;
}

.main_title_3 a:hover {
    color: #f95d4d;
}

.global_topbox {
    width: 100%;
    height: 508px;
    position: relative;
    z-index: 2;
}

.global_topbox .topimg {
    width: 100%;
    height: 440px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}

.tjsp{
	width: 264px;
    height: 208px;
    display: block;
    position: absolute;
    left: 50%;
    top: 210px;
    margin-left: -600px;
}
.tjsp span{
	width: 100%;
    height: 46px;
    line-height: 46px;
    display: block;
    overflow: hidden;
    color: #fff;
    text-align: left;
    text-indent: 10px;
    font-size: 20px;
    background: url(../images/videotitbgred.png) no-repeat;
}
.tjsp p{
	width: 100%;
    height: 148px;
    border: #fff 2px solid;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    margin-top: 14px;
    overflow: hidden;
}
.tjsp p img{
	width:100%;
	height:100%;
}
.tjsp p:after{
	content:'';
	width:115px;
	height:115px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-57.5px;
	margin-top:-57.5px;
    background: url(../images/videoicon.png) no-repeat;
}

.global_topbox .gamne_header {
    height: 68px;
    width: 100%;
    background: #f8f8f8;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.global_topbox .gamne_header.fixedTop{
    position: fixed;
    left:0;
    top:0;
    z-index:2;
}
.global_topbox .header_box {
    width: 1200px;
    height: 100%;
    margin: auto;
}

.global_topbox .header_box .l {
    float: left;
    width: 660px;
    height: 100%;
}

.global_topbox .header_box .r {
    float: right;
    width: 540px;
    height: 100%;
}

.global_topbox .header_box .l a {
    position: relative;
    float: left;
    height: 68px;
    line-height: 68px;
    color: #444444;
    font-size: 18px;
    width: 68px;
    text-align: center;
}

.global_topbox .header_box .l a::after {
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 46px;
    height: 7px;
    background-color: #f76341;
    border-radius: 4px;
    display: none;
    content: '';
    margin-left: -23px;
}

.global_topbox .header_box .l a.active, .global_topbox .header_box .l a:hover {
    color: #444444;
    font-size: 20px;
    font-weight: bold;
    transition: font-size .08s ease;
}

.global_topbox .header_box .l a.active::after, .global_topbox .header_box .l a:hover::after {
    display: block;
}

.global_topbox .header_box .l a.hot::before {
    content: '';
    background: url(../images/global_hot.png);
    position: absolute;
    top: 8px;
    right: -5px;
    width: 28px;
    height: 18px;
}

.global_topbox .header_box .l a.new::before {
    content: '';
    background: url(../images/global_new.png);
    position: absolute;
    top: 8px;
    right: -5px;
    width: 28px;
    height: 18px;
}

.global_topbox .header_box .r a {
    float: left;
}

.global_topbox .header_box .r .buy {
    background: url(../images/btnbg.png);
    width: 123px;
    height: 50px;
    margin-right: 14px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-top: 14px;
}

.global_topbox .header_box .r .app {
    width: 110px;
    position: relative;
    height: 68px;
    line-height: 68px;
    color: #616161;
    font-size: 16px;
    text-indent: 20px;
}

.global_topbox .header_box .r .app::before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    width: 17px;
    height: 19px;
    background: url(../images/app.png);
}

.global_topbox .header_box .r .app:hover {
    color: #f95d4d;
}

.global_topbox .searchword {
    float: left;
    width: 270px;
    height: 40px;
    margin-top: 14px;
    border-radius: 20px;
    border: solid 2px #ff493b;
    box-sizing: border-box;
    line-height: 36px;
    position: relative;
    margin-left: 15px;
}

.global_topbox .searchword form {
    position: absolute;
    z-index: 2;
    border-radius: 20px;
    background: #f8f8f8;
}

.global_topbox .searchword::before {
    z-index: 3;
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/ss.png);
    top: 7px;
    left: 8px;
}

.global_topbox .searchword .search-input {
    float: left;
    margin-left: 40px;
    color: #b8b8b8;
    font-size: 14px;
    background: transparent;
    width: 150px;
    height: 36px;
    line-height: 36px;
}

.global_topbox .searchword .btn {
    width: 70px;
    height: 27px;
    color: #ffffff;
    font-size: 14px;
    line-height: 27px;
    margin-top: 5px;
    background-color: #f95d4d;
    float: right;
    margin-right: 5px;
    border-radius: 14px;
    cursor: pointer;
}

.global_topbox .searchword .gd1 {
    position: absolute;
    z-index: 1;
    width: 235px;
    height: 150px;
    background: url(../images/gg.png);
    bottom: -16px;
    left: 50%;
    margin-left: -127px;
    display: block;
}

.gd2 {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    display: block;
}

.gd2 img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.gd3 {
    width: 620px;
    height: 80px;
    background-color: #000000;
    border-radius: 5px;
    overflow: hidden;
    margin: 28px auto;
    display: block;
}

.gd3 img {
    width: 100%;
    height: 100%;
}

.gd4 {
    width: 1200px;
    height: 100px;
    overflow: hidden;
    border-radius: 8px;
    display: block;
    margin-bottom: 20px
}

.gd4 img {
    width: 100%;
    height: 100%;
}

.gd5 {
    height: 250px;
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
    display: block;
}

.gd5 img {
    width: 100%;
    height: 100%;
}

.gd7 {
    margin: auto;
    width: 1200px;
}

.down_gametool_con1 {
    width: 100%;
    text-align: center;
    font-size: 0;
    padding-top: 10px;
    padding-bottom: 30px;
    background: white;
    clear: both;
}

.down_gametool_con1 a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #C1C0C0;
    background-color: #FFF;
    color: #333333;
    font-size: 14px;
    margin: 15px 0 0 5px;
    cursor: pointer;
}

.down_gametool_con1 a:hover,
.down_gametool_con1 .active {
    background-color: rgb(255, 102, 0);
    border-color: rgb(255, 102, 0);
    color: #ffffff;
}


.img-view {
    width: 740px;
    margin: auto;
}

.img-view-container {
    width: 100%;
    height: 451px;
    overflow: hidden;
    position: relative;
}

.img-view-btn {
    width: 38px;
    height: 74px;
    position: absolute;
    top: 50%;
    margin-top: -37px;
    cursor: pointer;
    background: url(../images/qh2.png) no-repeat center center;
    display: none;
    z-index: 5;
}

.img-view-container:hover .img-view-btn {
    display: block;
}

.img-view-left {
    left: 0;
}

.img-view-left:hover {
    background-image: url(../images/qh3.png);
}

.img-view-right {
    right: 0;
    background-image: url(../images/qh4.png);
}

.img-view-right:hover {
    right: 0;
    background-image: url(../images/qh1.png);
}

.img-view-container .img-view-box {
    width: 2220px;
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 0;
}

.img-view-container .img-view-box a {
    float: left;
    width: 740px;
    height: 100%;
}

.img-view-container .img-view-box a img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.img-scroll {
    position: relative;
    width: 740px;
    height: 90px;
    overflow-x: hidden;
    margin: 8px auto 0;
}

.img-scroll.has-scroll {
    height: 110px;
}

#img-scroller {
    position: absolute;
}

.img-scroll .view-index {
    cursor: pointer;
    width: 140px;
    height: 90px;
    border-radius: 8px;
    float: left;
    margin-left: 10px;
    position: relative;
}

.img-scroll .view-index img {
    display: block;
    width: 100%;
    height: 100%;
}

.img-scroll .view-index.active, .img-scroll .view-index:hover {
    filter: none;
    opacity: 1;
}

.img-scroll .view-index:before {
    content: "";
    display: block;
    width: 100%;
    height: 98px;
    z-index: 2;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;

}

.img-scroll .view-index.active:before {
    background: rgba(255, 255, 255, 0);
}

.img-scroll .view-index:first-child {
    margin-left: 0;
}

.iScrollHorizontalScrollbar {
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 10px !important;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.iScrollHorizontalScrollbar .iScrollIndicator {
    background-color: #f76341 !important;
    border-radius: 5px !important;
}

.iScrollHorizontalScrollbar .iScrollIndicator:hover {
    background-color: #ea8f7a !important;
}

.block-bg {
    width: 758px;
    background-color: #ffffff;
    box-shadow: 0px 8px 8px 0px rgba(215, 215, 215, 0.4);
    border-radius: 10px;
    margin: 0 auto 30px;
    padding: 0 21px 25px;
    overflow: hidden;
}

/*four ad*/
/*四栏广告*/
.index_ad_stl {
    position: relative
}

.index_ad_stl .ad-slide {
    position: relative;
    overflow: hidden;
    *zoom: 1;
    width: 100%
}

.index_ad_stl .ad-slide-list {
    overflow: hidden;
    *zoom: 1;
    width: 1000%
}

.index_ad_stl .ad-slide-list .item, .index_ad_stl .ad-slide-list .c1, .index_ad_stl .ad-slide-list .c2 {
    overflow: hidden;
    float: left
}

.index_ad_stl .ad-slide-list img {
    border-radius: 12px;
    display: block;
    vertical-align: bottom;
}

.index_ad_stl .ad-slide-all {
    height: 124px;
    margin-bottom: 20px;
}

.index_ad_stl .ad-slide-all .item {
    width: 306px
}

.index_ad_stl .ad-slide-all .c1 {
    width: 286px
}

.index_ad_stl .ad-slide-all .c1 img {
    width: 286px;
    height: 100px
}

.index_ad_stl .ad-slide-all .c2 {
    width: 0;
    margin-left: 20px
}

.index_ad_stl .ad-slide-all .c2 img {
    width: 892px;
    height: 120px;
    border-radius: 0;
}

.index_ad_stl {
    width: 1200px;
    margin: 0 auto;
}

.ad-slide-all .c1 .txt {
    height: 24px;
    border-radius: 12px 12px 0 0;
    display: block;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.sec-nav .con {
    width: 1200px;
    margin: auto;
}

.sec-nav {
    width: 100%;
    height: 85px;
    background: #1e222d;
    position: relative;
    z-index: 1;
}

.sec-nav-inner {
    height: 85px;
}

.sec-nav-inner a {
    float: left;
    padding-left: 40px;
    height: 85px;
    font-size: 16px;
    color: #bbb;
    line-height: 85px;
}

.sec-nav-inner a:hover {
    color: #ff6600;
}

.sec-nav-inner .logo-img {
    padding: 0 20px 0 20px;
}

.sec-nav-inner .logo-img img {
    margin-top: 25px;
}

.gbbs {
    width: 1158px;
    background-color: #ffffff;
    box-shadow: 0px 8px 8px 0px rgba(215, 215, 215, 0.4);
    border-radius: 10px;
    margin: 0 auto 30px;
    padding: 0 21px 30px;
    overflow: hidden;
}

#foot {
    width: 100%;
    height: 190px;
    background: #161616;
    position: relative;
    z-index: 1;
}

.foot {
    width: 990px;
    height: 120px;
    margin: 0 auto;
    padding-top: 35px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #aaa;
}

.foot a:link {
    color: #aaa;
}

.foot a:visited {
    color: #aaa;
}

.foot a:hover {
    color: #ff6600;
}

.foot a:active {
    color: #ff6600;
}
