*,:after,:before{box-sizing:border-box; margin:0; padding:0;}
body{-webkit-font-smoothing:antialiased; font-size:14px; font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,Roboto,Helvetica Neue,Helvetica,SimSun,sans-serif; margin:0; color:rgba(0,0,0,.88); background:#fff;}
a{text-decoration:none; color:#111;}
a:hover{color:#ff6201; transition:all .3s ease;}
a.button{padding:5px 8px; background:#ff8a0c; display:inline-block; color:#FFF; border-radius:5px; height:30px;}
a.link{padding:5px 8px; color:#4397ff; display:inline-block; height:30px;}
dd, dl, dt{margin:0; padding:0;}
ul{padding:0; margin:0;}
li{list-style-type:none;}
cite, em, i{font-style:normal;}
body{background:#ECF0F1;}
.fl{float:left;}
.fr{float:right;}

.container1 {
    /*width: 1280px;*/
    margin: 0 auto;
    min-width: 1280px;
    display: inline-block;
}
.container {
    width: 1280px;
    margin: 0 auto;
    min-width: 1280px;
}
.container:after, .container:before {
    display: table;
    content: "";
    
}
.clearfix:after {
    clear:both;
}

.header {
    height: 70px;
    background-color: #fff;
    /*background: #000 url(../images/header_bg.jpg) center center no-repeat;*/
    min-width: 1280px;
    text-align: center;
}
.header .clearfix {
    display: flex;
}
.header .logo {
    display: block;
    float: left;
    width: 239px;
    height: 70px;
    padding: 10px 0;
    background: url(../images/logo.png) 0 10px no-repeat;
}
.header .search {
    float: right;
}
.header .search a {
    color: #808080;
    display: inline-block;
    margin: 0 8px;
    line-height: 70px;
}
.header .search a:hover {
    color: #FFF;
}
.header .search form {
    float: right;
    width: 222px;
    height: 38px;
    border-radius: 30px;
    background-color: #fff;
    padding: 0 16px;
    font-size: 0;
    margin: 16px 0 16px 32px;
    border: 1px solid #ff6201;
}
.header .search form input {
    background: none;
    border: none;
    height: 38px;
    width: 148px;
    font-size: 14px;
    outline: none;
    color: #242835;
}
.header .search form button {
    background: none;
    border: none;
    color: #808080;
    padding-left: 11px;
    width: 40px;
    border-left: 1px solid #ff6201;
    font-size: 14px;
}
.header .search form button:hover {
    color: #242835;
    cursor: pointer;
}



.topnav {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    background: #16181f;
    color: #FFF;
    border-bottom: 2px solid #373e56;
    min-width: 1280px;
    text-align: center;
}
.topnav a {
    height: 60px;
    line-height: 60px;
    color: #FFF;
    padding: 0 22px;
    display: inline-block;
    margin-right: 8px;
    float: left;
}
.topnav a:hover, .topnav .cur {
    display: inline-block;
    background-image: linear-gradient(#16181f, #111113);
    border-bottom: 3px solid #ff6201;
}



.center {
    padding-top: 40px;
    background: #1e2333 url(../images/center_bg.jpg) top center no-repeat;
    min-width: 1280px;
}
.swiper {
    float: left;
	width:920px;
	height:400px;
	overflow:hidden;
	position:relative;
    margin-bottom: 40px;
}
.swiper .hd {
	height:15px;
	overflow:hidden;
	position:absolute;
	right: 50%;
	bottom: 5px;
	z-index:1;
}
.swiper .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.swiper .hd ul li {
	float:left;
	margin-right: 8px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	text-indent: -999em;
	line-height:14px;
	text-align:center;
	background:#fff;
	cursor:pointer;
}
.swiper .hd ul li.on {
	background:#f00;
	color:#fff;
}
.swiper .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.swiper .bd li {
	zoom:1;
	vertical-align:middle;
}
.swiper .bd img {
	width:920px;
	height:400px;
	display:block;
}

.ranked {
    float:right;
    width: 320px;
    height: 400px;
    margin-bottom: 40px;
}
.ranked h2 {
    font-size: 20px;
    color: #FFF;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../images/ranked_hd.png) center center no-repeat;
}
.ranked ul {
    font-size: 16px;
    font-weight: bold;
}
.ranked li {
    height: 50px;
    line-height: 44px;
    padding: 0 16px;
    border: 3px solid transparent;
}
.ranked li a {
    color:#FFF;
    display: block;
    display: flex;
}
.ranked li span {
    vertical-align: middle;
    flex: 1;
}
.ranked li img {
    max-height: 30px;
    margin: 7px 0;
    vertical-align: middle;
    float: right;
    max-width: 75px;
}
.ranked li:hover {
    border: 3px solid #FFF;
}
.ranked li:nth-child(1) {
    background-color: #293fcc;
}
.ranked li:nth-child(2) {
    background-color: #296acc;
}
.ranked li:nth-child(3) {
    background-color: #cc2975;
}
.ranked li:nth-child(4) {
    background-color: #ccad66;
}
.ranked li:nth-child(5) {
    background-color: #cc7c66;
}
.ranked li:nth-child(6) {
    background-color: #a566cc;
}
.ranked li:nth-child(7) {
    background-color: #cc6666;
}

.advert {
    margin-bottom: 40px;
}
.advert img {
    width: 100%;
    height: 100px;
}
.jinpin {
    margin-bottom: 32px;
}
.jinpin h2 {
    font-size: 30px;
    margin-bottom: 32px;
    color: #FFF;
}
.jinpin ul {
    margin-left: -25px;
}
.jinpin ul:after, .jinpin ul:before {
    display: table;
    content: "";
    
}
.jinpin ul:after {
    clear:both;
}
.jinpin li {
    float: left;
    margin-left: 25px;
    width: 410px;
    background: #111421;
    margin-bottom: 24px;
}
.jinpin li:hover {
    box-shadow: 0 5px 5px -3px rgba(204,204,204,.2), 0 8px 10px 1px rgba(204,204,204,.14), 0 3px 14px 2px rgba(204,204,204,.12);
}
.jinpin li .bd {
    font-size: 14px;
    padding: 18px 18px 0;
}
.jinpin li .bd p {
    margin-bottom: 14px;
    display: flex;
    color: #999999;
}
.jinpin li .bd label {
    color: #999;
}
.jinpin li .bd .star {
    background: url(../images/star_grey.png) repeat-x;
    background-size: 16px;
    width: 80px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 8px;
}
.jinpin li .bd .star  i {
    background: url(../images/star_orange.png) repeat-x;
    background-size: 16px;
    display: block;
    height: 15px;
}
.jinpin li .bd .t {
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}
.jinpin li .bd .f {
    color: #ea8c06;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}
.jinpin li .bd .y {
    color: #84bb00;
}

.jinpin li .hd {
    padding: 0 18px;
    background: #FFF url(../images/jinpin_hd.jpg) center center no-repeat;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
}
.jinpin li em {
	color: #ea8c06;
    font-size: 14px;
}

.jinpin li .hd img {
    max-height: 30px;
    max-width: 70px;
    margin: 5px 0;
    vertical-align: middle;
    float: right;
}
.jinpin li .ft {
    padding: 0 18px;
}
.jinpin li .ft a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    color: #FFF;
    background-color: #3649cb;
    border-radius: 4px;
    margin-right: 16px;
    margin-bottom: 18px;
    font-size: 16px;
}
.jinpin li .ft a:hover {
    opacity: 0.8;
}
.jinpin li .ft a.l {
    background-color: #ea8c06;
}
.jinpin li .ft a.k {
    background-color: #3649cb;
}
.jinpin li.w290 {
    width: 290px;
    margin-left: 30px;
}

.daquan {
    margin-bottom: 30px;
}
.daquan h2 {
    font-size: 30px;
    margin-bottom: 32px;
    color: #FFF;
}
.daquan ul {
    overflow: hidden;
    margin-left: -25px;
}
.daquan li {
    float: left;
    margin-left: 25px;
    width: 192px;
    background: #111421;
    margin-bottom: 24px;
    position: relative;
    height: 90px;
	text-align:center; 

}
.daquan li img {
    height: 82px;
    padding: 16px;
    max-width: 180px;
}
.daquan li .info {
    width: 192px;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color:#FFF;
    background-color: #3649cb;
    color: #FFF;
    padding: 10px 16px 8px;
    text-align: center;
}

.daquan li .info h4 {
    font-size: 20px;
}
.daquan li .info p {
    margin: 4px;
}
.daquan li .info a {
    color: #ea8c06;
    text-decoration: underline;
}
.daquan li:hover .info {
    display: block;
}


.kaixiang {
    margin-bottom: 30px;
}
.kaixiang h2 {
    font-size: 30px;
    margin-bottom: 32px;
    color: #FFF;
}
.kaixiang ul {
    overflow: hidden;
    margin-left: -25px;
}
.kaixiang li {
    float: left;
    margin-left: 25px;
    width: 236px;
    margin-bottom: 24px;
    position: relative;
    height: 206px;
	text-align:center; 

}
.kaixiang li img {
    height: 206px;
    padding: 0px;
    max-width: 236px;
}
.kaixiang li .info {
    width: 236px;
    height: 206px;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    padding-top: 25%;
    text-align: center;
}

.kaixiang li .info h4 {
    font-size: 20px;
}
.kaixiang li .info p {
    margin: 4px;
}
.kaixiang li .info a {
    color: #ea8c06;
    text-decoration: underline;
}
.kaixiang li:hover .info {
    display: block;
}


.jiaoyi h2 {
    font-size: 30px;
    margin-bottom: 32px;
    color: #FFF;
}

.jiaoyi .huahua {
    width: 300px;
    height: 400px;
    float: left;
    margin-right: 20px;
    position: relative;
}
.jiaoyi .huahua h5 {
    background: url(../images/jinpin_bd.jpg) 0 0 no-repeat;
    position: relative;
    width: 300px;
    height: 400px;
}
.jiaoyi .huahua h5:after {
    content: "";
    background: url(../images/jinpin_bd_1.png) 0 0 no-repeat;
    background-size: 375px;
    width: 375px;
    height: 457px;
    position: absolute;
    left: -36px;
    top: -20px;
    z-index: 1;
}
.jiaoyi .huahua ul {
    width: 300px;
    position: absolute;
    top: 400px;
    left: 0;
    z-index: 2;
    background: url(../images/jinpin_bg.png) 0 0 no-repeat;
}
.jiaoyi .huahua li {
    height: 50px;
    line-height: 50px;
    color: #FFF;
    text-align: center;
}
.jiaoyi .huahua li a {
    color: #FFF;
}
.jiaoyi .huahua li:hover {
    background: #222d75;
}

.xinwen {
    background: #111421 url(../images/xinwen_bg.jpg) center center no-repeat;
}
.xinwen {
    padding: 50px 0;
}
.xinwen .hd {
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
}
.xinwen .hd a {
    color: #FFF;
    margin-right: 20px;
    padding:0 30px;
    display: inline-block;
    border: 1px solid #FFF;
}
.xinwen .hd a.on {
    background-color: #3649cb;
}
.xinwen .bd .head {
    overflow: hidden;
    margin-bottom: 32px;
}
.xinwen .bd .head img {
    margin-right: 56px;
    width: 320px;
    height: 240px;
    float: left;
}
.xinwen .bd .head .info {
}
.xinwen .bd .head .info h4 {
    font-size: 24px;
    color: #FFF;
    margin: 24px 0;
}
.xinwen .bd .head .info h4:hover {
    color: #3649cb;
}
.xinwen .bd .head .info p {
    color: #808080;
    line-height: 32px;
    margin-bottom: 30px;
}
.xinwen .bd .head .info a.more {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    color: #FFF;
    background-color: #3649cb;
    border-radius: 4px;
    margin-right: 16px;
    margin-bottom: 18px;
    font-size: 16px;
}
.xinwen .bd .head .info a.more:hover {
    opacity: 0.8;
}
.xinwen .bd .list {
    background: #1c2130;
    padding: 24px 0;
    overflow: hidden;
}
.xinwen .bd .list ul {
    float: left;
    width: 640px;
    padding: 0 40px;
    position: relative;
}
.xinwen .bd .list ul:first-child:after {
    content: "";
    width: 1px;
    height: 195px;
    background: #282c3b;
    position: absolute;
    top:0;
    right:0;
}
.xinwen .bd .list li {
    width: 100%;
    float: left;
    height: 39px;
    line-height: 39px;
    padding-left: 40px;
    position: relative;
}
.xinwen .bd .list li:after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #494d59;
}
.xinwen .bd .list li a {
    color: #FFF;
}
.xinwen .bd .list li a:hover {
    color: #3649cb;
}
.xinwen .bd .list li span {
    color: #FFF;
    float: right;
}

.footer {
    overflow: hidden;
    padding: 30px 0 30px;
    background: #1e2232 url(../images/footer_bg.jpg) top center no-repeat;
}
.footer .foot-body {
    float: left;
}
.footer .foot-body .menu {
    font-size: 15px;
    color: #FFF;
    margin-bottom: 50px;

}
.footer .foot-body .menu a {
    height: 80px;
    line-height: 80px;
    color: #FFF;
    padding: 0 12px;
    display: inline-block;
    margin-right: 6px;
}
.footer .foot-body .menu a:hover, .footer .foot-body .menu .cur {
    display: inline-block;
    background-image: linear-gradient(#1e2232, #111113);
    border-bottom: 3px solid #ff6201;
}
.footer .foot-body .link {
    color: #ccc;
    margin-bottom: 20px;
}
.footer .foot-body .link a {
    color: #ccc;
    margin-right: 6px;
}
.footer .foot-body .link a:hover {
    color: #3649cb;
}
.footer .foot-body .copy {
    margin-bottom: 20px;
    color: #c7c4c4;
    font-size: 14px;
}
.footer .foot-code {
    float: right;
    width: 140px;
    height: 160px;
    margin-top: 10px;
} 
.footer .foot-body .copy a {
    color: #c7c4c4;
    display: inline-block;
}














