<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
	margin: 0;
	padding: 0
}
body {
	font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 15px;
	background: url("/style/img/other-bg.png") no-repeat center 80px/100% auto, #222;
	background-attachment: fixed;
	padding-top: 80px;
}
img {
	border: 0;
	display: block
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #999;
}
a:hover {
	color: #D0A85C;
	text-decoration: none;
}
h1 {
	font-size: 28px
}
h2 {
	font-size: 18px
}
h3 {
	font-size: 16px
}
i {
	font-style: normal;
	display: block
}
span {
	display: block
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow:hidden;
}
.fl {
  float: left
}
.fr {
  float: right
}
.clear, .blank {
	clear: both;
	width: 100%;
	overflow: hidden;
}
.blank {
	height: 20px
}
.fl {
	float: left
}
.fr {
	float: right
}

header .clear {
    display: none;
}
.htitle {
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	margin: 30px auto
}
.box {
	width: 1170px;
	margin: auto;
	/*overflow: hidden*/
}
.w117, .w1770{
    position: relative;
    width: 1170px;
    height: auto;
    margin: 0 auto;
}
.w117{
    overflow: hidden;
}
.bg1,.bg2,.bg3,.bg4,.bg5,.bg6,.bg7,.bg8,.bg9{
    position: relative;
    width: 100%;
    height: auto;
}
.bg1 {
    background: url("/style/img/bg1.png") no-repeat center center/cover;
}
.bg2 {
    background: url("/style/img/bg2.png") no-repeat center center/cover, #FFF;
    padding: 40px 0;
}
.bg3 {
    background: url("/style/img/bg3.png") no-repeat center center/cover;
    padding: 40px 0;
}
.bg4 {
    background: url("/style/img/bg4.png") no-repeat center center/cover, #FFF;
    padding: 40px 0;
}
.bg5 {
    background: url("/style/img/bg5.png") no-repeat center center/cover;
    padding: 40px 0;
}
.bg6 {
    background: url("/style/img/bg6.png") no-repeat center center/cover, #FFF;
    padding: 40px 0;
}
.bg7 {
    background: url("/style/img/bg7.png") no-repeat center center/cover;
    padding: 40px 0;
}
.bg8 {
    background: url("/style/img/bg8.png") no-repeat center center/cover, #FFF;
    padding: 40px 0;
}
.bg9 {
    background: url("/style/img/bg9.png") no-repeat center center/cover;
    padding: 40px 0;
}
.bg2 #tab {
    border-bottom: 1px solid #e8e8e8;
}
.bg3 #tab {
    border-bottom: 1px solid #3a3a3a;
}
.bg1 .w117 {
    padding: 56px 0;
}
.bg7 .gd-box h3 {
    color: #C49F58;
}
.bg7 #tab {
    border-bottom: 1px solid #3a3a3a;
}
.bg5 .videos-list li h2{
    color: #fff;
    padding-left: 5px;
}
.bg5 #tab {
    border-bottom: 1px solid #3a3a3a;
}
.bg9 .news-title{
    border-bottom: 1px solid #3a3a3a;
}
.bg9 .news-title h2 {
    color: #C49F58;
    font-size: 18px;
}
.bg9 .news-title h2:after{
    background: #C49F58;
}
.whitebg {
    position: relative;
    border-top: 4px solid #D0A85C;
	background: #131315;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 20px;
}
.whitebg-box{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #342B20;
    padding: 5px;
    box-sizing: border-box;
}
.plr20 {
	padding: 0 20px;
}
/*header*/
header {
    position: fixed;
    left: 0;
    top: 0;
	margin: 0;
	height: 88px;
	width: 100%;
	z-index: 9;
	/*transition: all 0.4s;*/
	background: #000;
}
.logo-section {
    position: relative;
    zoom: 1;
}
.logo-section:after {
  content: " ";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow:hidden;
}
.logo {
    position: relative;
    width: auto;
    height: 40px;
    margin-top: 10px;
    float: left;
}
.logo a {
    display: block;
    position: relative;
	width: auto;
	height: 100%;
}
.logo a img {
    float: left;
    width: auto;
    height: auto;
    max-height: 60px;
    margin-right: 10px;
}
.logo-title {
    position: relative;
    width: auto;
    height: auto;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	white-space: nowrap;
}
.logo-title a {
	color: #144a69;
}
.logo-text {
	position: relative;
    width: auto;
    height: auto;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	white-space: nowrap;
	margin-top: 6px;
}
/*search*/
.search {
	float: right;
	margin-top: 16px;
	border-radius: 0 5px 5px 0;
	width: 400px;
	background: linear-gradient(to right, #144a69 0%, #fa575b 100%);
}
.search p {
	margin-bottom: 10px;
}
.search input.input_submit {
	border: 0;
	background: url(/style/img/search.png) no-repeat left 10px center;
	color: #fff;
	outline: none;
	line-height: 36px;
	font-size: 15px;
	width: 100px;
	cursor: pointer;
	letter-spacing: 5px;
	text-indent: 1em;
}
.search input.input_text {
	border: 0;
	line-height: 36px;
	height: 36px;
	outline: none;
	width: 300px;
	background: #f3f3f3;
	float: left;
	text-indent: 1em;
}
/*topnav*/
.tip {
	width: 100%;
	background: #f3f3f3;
	border-bottom: 1px solid #DFDFDF;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	color: #444
}
.tip .welcome {
	float: left;
}
.tip .tipr {
	float: right
}
.tip .tipr a {
	padding: 0 5px;
	color: #444
}
.topnav {
    position: relative;
	width: auto;
	height: 80px;
	background: transparent;
	float: right;
}
.topnav h2 {
	/*color: #fff;*/
	/*position: fixed;*/
	/*top: 0;*/
	/*padding-left: 10px;*/
	/*font-weight: normal;*/
	/*height: 40px;*/
	/*line-height: 40px;*/
	display: none;
}
.topnav h2 a {
	color: #fff;
}
/*.topnav:before {*/
/*	display: table;*/
/*	content: " ";*/
/*}*/
/*.topnav:after {*/
/*	content: ".";*/
/*	display: block;*/
/*	clear: both;*/
/*	visibility: hidden;*/
/*	line-height: 0;*/
/*	height: 0;*/
/*}*/
nav {
    position: relative;
    width: auto;
    height: 100%;
}
nav #starlist {
    position: relative;
	width: auto;
	height: 100%;
}
#starlist li {
	position: relative;
	float: left;
	font-size: 15px;
	margin-right: 3px;
	width: auto;
	height: 100%;
}
#starlist li a {
	display: block;
	position: relative;
	width: auto;
	height: 100%;
	padding: 0 6px;
	color: #fff;
    font-size: 16px;
    line-height: 80px;
    font-weight: bold;
}
#starlist li a:hover, #starlist li a.hover {
	color:#C49F58;
}
#starlist li a.hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 4px;
    background: #C49F58;
}
#selected {
	position: relative
}
#starlist ul.sub {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 80px;
	background: #000;
	z-index: 9;
	display: none;
}
#starlist ul.sub li {
    position: relative;
	height: 34px;
	line-height: 34px;
	margin-left: 0;
	width: 100%;
	font-size: 14px;
}
#starlist ul.sub li a {
    position: relative;
	padding: 0;
	display: block;
	width: 100%;
    line-height: 34px;
    text-align: center;
    font-weight: normal;
}
#starlist ul.sub li a:before,#starlist ul.sub li a:after{
    content: "";
    position: absolute;
    top: 18px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #FFF;
}
#starlist ul.sub li a:before{
    left: 8px;
}
#starlist ul.sub li a:after{
    right: 8px;
}
#starlist ul.sub li a:hover {
	color: #C49F58;
}
#starlist ul.sub li a:hover:before,#starlist ul.sub li a:hover:after{
    background: #C49F58;
}
#starlist li:hover ul.sub {
	display: block
}
a#selected {
	background: #1b5272;
}
/*#starlist ul.sub:before {*/
/*	content: "";*/
/*	height: 15px;*/
/*	width: 15px;*/
/*	background: #1b5272;*/
/*	-webkit-transform: rotate(-45deg);*/
/*	-moz-transform: rotate(-45deg);*/
/*	-ms-transform: rotate(-45deg);*/
/*	-o-transform: rotate(-45deg);*/
/*	transform: rotate(-45deg);*/
/*	border-left: 0;*/
/*	border-bottom: 0;*/
/*	position: absolute;*/
/*	top: -8px;*/
/*	left: 42%;*/
/*}*/
#mnavh {
	display: none;
	width: 70px;
	height: 40px;
	background: #000;
	text-align: center;
}
.navicon {
	display: block;
	position: relative;
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin-top: 20px;
	float: left;
	margin-left: 20px;
}
.navicon:before, .navicon:after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	position: absolute;
	background: #fffefe;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.navicon:before {
	margin-top: -10px;
}
.navicon:after {
	margin-top: 10px;
}
.open .navicon {
	background: none
}
.open .navicon:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open .navicon:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.open .navicon:before, .open .navicon:after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	position: absolute;
	background: #fff;
}
.menu:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 38px;
	width: 0;
	height: 0;
	border-width: 4px 4px 0;
	border-style: solid;
	border-color: #fff transparent transparent;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.menu:hover:after {
	transform: rotate(180deg)
}
.is-fixed {
	position: fixed;
	top: 0;
	box-shadow: 0px 3px 10px 1px rgba(144, 161, 180, 0.4);
	z-index: 99;
}
.tuijian-banner {
	position: relative;
}
.banner-box {
	padding: 17px 20px 20px;
}
/*banner*/
.banner {
    position: relative;
	width: 60%;
	float: left;
	height: 340px;
	padding: 6px;
	border:2px solid #D0A85C;
}
.banner .banner-top, .banner .banner-bottom {
    position: absolute;
    left: 50%;
    z-index: 2;
} 
.banner .banner-top {
    top: -8px;
    width: 306px;
    height: 8px;
    margin-left: -153px;
    background: url("/style/img/sp-tp.png") no-repeat center center/100% 100%;
}
.banner .banner-bottom {
    bottom: -24px;
    width: 166px;
    height: 24px;
    margin-left: -83px;
    background: url("/style/img/sp-bt.png") no-repeat center center/100% 100%;
}
.swiper-slide {
	position: relative
}
.swiper-slide span {
	position: absolute;
	right: 0;
	font-size: 12px;
	padding: 2px 5px 2px 10px;
	top: 10px;
	background: #0CF;
	color: #fff;
	border-radius: 3px 0 0 3px
}
.swiper-slide:nth-child(2) span {
	background: #F60
}
.swiper-slide:nth-child(3) span {
	background: #3C0
}
/*headline-box*/
.headline-box {
    position: relative;
    height: auto;
	width: 37%;
	float: right;
	background: #000;
	border-top: 4px solid #D0A85C;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.headline-news {
	overflow: hidden;
}
.headline-news-title {
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #144a69;
}
.headline-news-title a {
	color: #fff;
}
.headline-news-title span {
	float: left;
	font-size: 12px;
	font-weight: normal;
	border: #D0A85C 1px solid;
	padding: 0 5px;
	border-radius: 3px;
	color: #D0A85C;
	margin: 4px 8px 0 0;
}
.headline-news-smalltext {
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	height: 60px;
	margin-bottom: 10px;
	color: #888;
}
.headline-news-list {
	border-top: #ddd 1px solid;
	padding-top: 10px;
}
.headline-news-list li {
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	position: relative
}
.headline-news-list li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #d9d9d9;
	border-radius: 10px;
	left: 0;
	top: 15px;
}
.headline-news-list li a {
    color: #D9D9D9;
}
.headline-news-list li:hover a {
    color: #C49F58;
}
.headline-news-list li:hover:before {
    background: #C49F58;
}
/*tab*/
#tab li {
	cursor: pointer;
	display: inline-block
}
#tab-content section {
	display: none;
}
#tab-content section:nth-child(1) {
	display: block
}
/*tuijian-news*/
.tuijian-news {
	position: relative
}
#tab {
	border-bottom: #e4e3e3 1px solid;
	margin: 20px
}
#tab li {
	font-size: 16px;
	margin-right: 20px;
	padding: 0;
	position: relative;
	color: #999;
}
#tab li:after {
	content: "";
	background: #C49F58;
	width: 20%;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 40%;
	opacity: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#tab li:hover:after, #tab li.tab-current:after {
	opacity: 1;
	width: 100%;
	margin: auto;
	display: block;
	left: 0;
}
#tab li.tab-current {
	color: #C49F58;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}
.tab-a-more {
	position: absolute;
	right: 20px;
	top: 16px;
}
.tab-a-more a {
	display: block;
	background-size: 32px;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
}
#tab-content {
	margin: 20px;
}
.tab-a-more a i {
	position: absolute;
	top: 16px;
	width: 8px;
	height: 8px;
	animation: bounce_fountainG 1.2s linear infinite;
	border-radius: 8px;
	background: #09F;
}
.tab-a-more a i:first-child {
	right: 20px;
	animation-delay: .4s;
	background: #09F;
}
.tab-a-more a i:nth-child(2) {
	right: 10px;
	animation-delay: .6s;
	background: #3c0;
}
.tab-a-more a i:nth-child(3) {
	right: 0;
	animation-delay: .8s;
	background: #f60;
}
@keyframes bounce_fountainG {
0% {
transform:scale(1);
}
100% {
transform:scale(.3);
}
}
.tuijian-news-pic {
	width: 30%;
	float: left;
	overflow: hidden;
}
.tuijian-news-pic i {
	height: 160px;
	width: 100%;
	margin: auto;
	overflow: hidden;
	line-height: 100%;
	position: relative;
}
.tuijian-news-pic i img {
	width: 100%;
	vertical-align: middle;
	display: inline-block;
	transition: .5s;
}
.tuijian-news-pic i:hover img {
	transform: scale(1.2);
}
.tuijian-news-pic i span {
	position: absolute;
	right: 0;
	font-size: 12px;
	padding: 2px 5px 2px 10px;
	top: 10px;
	background: #0CF;
	color: #fff;
	border-radius: 3px 0 0 3px;
	line-height: normal;
}
.tuijian-news #tab-content section:nth-child(n) .tuijian-news-pic span {
	background: #0CF;
}
.tuijian-news #tab-content section:nth-child(2n) .tuijian-news-pic span {
	background: #F60;
}
.tuijian-news #tab-content section:nth-child(3n) .tuijian-news-pic span {
	background: #3C0;
}
.tuijian-news #tab-content section:nth-child(5n-1) .tuijian-news-pic span {
	background: #0CF;
}
.tuijian-news-pic h2 {
	color: #144a69;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0;
}
.tuijian-news-pic h2 a {
	color: #fff
}
.tuijian-news-pic p {
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	height: 60px;
	line-height: 20px;
	font-size: 14px;
}
.btn-blue-border {
    display: block;
	position: relative;
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	border: 14px solid rgba(0,0,0,.1);
	border-image-source: url("../images/boder1.png");
	border-image-slice: 14 14 14 14;
	border-image-repeat: repeat;
	text-align: center;
	line-height: 14px;
	color: #D0A85C;
	margin-top: 15px;
}
.btn-blue-border:hover {
	background: #402a03;
	color: #fff;
}
.tuijian-news-list {
	width: 70%;
	float: right;
}
.tuijian-news-list ul li {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
/*.tuijian-news-list ul li:nth-child(5), .tuijian-news-list ul li:nth-child(6) {*/
/*	margin-bottom: 0*/
/*}*/
.tuijian-news-list ul li a {
    position: relative;
    height: 93px;
	display: block;
	margin: 0 0 0 20px;
	border: #ddd 1px solid;
	box-sizing: border-box;
	border: 31px solid rgba(0,0,0,.1);
	border-image-source: url("../images/boder3.png");
	border-image-slice: 31 31 31 31;
	border-image-repeat: repeat;
}
.tuijian-news-list ul li a:hover {
    border-image-source: url("../images/border2.png");
}
.tuijian-news-list ul li a:hover span {
    background: #d0a85c;
    color: #000;
}
.tuijian-news-list ul li a .news-list-content {
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 70px;
    padding-left: 42px;
    box-sizing: border-box;
}
.tuijian-news-list ul li span {
    position: absolute;
    left: -38px;
    top: 0;
	width: 70px;
	height: 70px;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	background: #ababab;
	color: #fff;
	float: left;
	margin: 0 10px 0 0;
	transition: all 0.5s;
}
.tuijian-news-list ul li b {
	display: block;
	font-size: 16px;
	margin-top: 16px;
}
.tuijian-news-list ul li h3 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 10px;
	color: #FFF;
}
.tuijian-news-list ul li p {
	font-size: 14px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 20px;
	height: 40px;
}
/*pics*/
.pics {
	position: relative;
	padding-bottom: 20px;
}
/*pic-list-img*/
.pic-list-img li {
	width: 20%;
	overflow: hidden;
	float: left;
	text-align: center;
}
.pic-list-img li a {
	display: block;
	margin: 10px;
	overflow: hidden;
}
.pic-list-img li span {
	color: #888;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.pic-list-img li i {
	overflow: hidden;
	display: block;
	height: 130px;
	line-height: 130px;
}
.pic-list-img li i img {
	width: 100%;
	vertical-align: middle;
	display: inline-block;
	transition: .5s;
}
.pic-list-img li i:hover img {
	transform: scale(1.2);
}
.pics .pic-list-img li:first-child {
	width: 40%
}
.pics .pic-list-img li:first-child i {
	height: 305px;
	line-height: 305px;
	position: relative;
}
.pics .pic-list-img li a:hover span {
	color: #144a69
}
.pics .pic-list-img li:first-child i em {
	position: absolute;
	right: 0;
	font-size: 12px;
	padding: 2px 5px 2px 10px;
	top: 10px;
	background: #0cf;
	color: #fff;
	border-radius: 3px 0 0 3px;
	line-height: normal;
	font-style: normal;
}
/*news*/
.news {
	position: relative
}
.news-zuixin li {
    position: relative;
	width: 48%;
	height: 93px;
	float: left;
	margin-bottom: 10px;
	box-sizing: border-box;
    border: 31px solid rgba(0,0,0,.1);
    border-image-source: url(../images/boder3.png);
    border-image-slice: 31 31 31 31;
    border-image-repeat: round round;
}
.news-zuixin li:hover {
    border-image-source: url(../images/border2.png);
}
.news-zuixin li:nth-child(odd) {
	float: left
}
.news-zuixin li:nth-child(even) {
	float: right
}
.news-zuixin-pic {
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 70px;
	padding-left: 30px;
	box-sizing: border-box;
}

.news-zuixin li .news-zuixin-pic-p {
    position: absolute;
    left: -50px;
    top: 0;
	width: 70px;
	height: 70px;
	background: #fff;
	overflow: hidden;
	transition-duration: 0.2s;
}
.news-zuixin li .news-zuixin-pic-p img {
    display: block;
    width: auto;
    height: 100%;
}
.news-zuixin li:hover .news-zuixin-pic-p {
	transform: scale(1.1);
}

.news-zuixin h2 {
    position: relative;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    color: #333;
}
.news-zuixin li:hover h2 a {
	color: #144a69;
}
.news-zuixin p {
	font-size: 14px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 20px;
	height: 40px;
}
.news-zuixin span {
	width: 100%;
	float: left;
	clear: both;
	font-size: 12px;
	margin: 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 16px;
	line-height: 16px;
}
.news-zuixin span a {
	display: block;
	float: left;
	margin-right: 15px;
	position: relative;
	padding-left: 10px;
}
.news-zuixin span a:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #144a69;
	left: 0;
	top: 8px;
}
/*videos*/
.videos {
	position: relative;
}
.videos-list li {
	width: 25%;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
.videos-list li a {
	overflow: hidden;
	display: block;
	margin: 0 7px;
}
.videos-list li i {
	height: 150px;
	line-height: 100%;
	overflow: hidden;
}
.videos-list li i img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	transition: .5s;
}
.videos-list li i:hover img {
	transform: scale(1.2);
}
.videos-list li h2 {
	color: #333;
	padding: 5px 10px 5px 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	font-size: 15px;
	background-size: 20px;
}
.videos-list li:hover h2 {
	color: #C49F58;
}
.videos-list li p {
	font-size: 12px;
	color: #999;
	overflow: hidden;
	margin: 5px 0;
	padding: 0 10px;
}
.videos-list .datetime {
	float: left;
	font-weight: normal;
}
.videos-list .viewd {
	float: right;
}
.icon-top {
	background: url(/style/img/istop.png) no-repeat center #fff;
	background-size: 22px;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 20px;
	bottom: 10%;
	opacity: 0;
	transition: all 0.3s;
	z-index: 9999999;
	border: #ccc 1px solid;
	border-radius: 100%;
}
.icon-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
/*ad*/
.ad {
	margin: 20px 0;
	background: #fff;
	overflow: hidden;
	text-align: center;
}
.ad-big {
	width: 830px;
}
.left-box .ad-big {
	width: 100%
}
.ad-small {
	width: 320px;
}
aside .ad-small {
	width: 100%
}
.ad img {
	width: 100% !important;
	height: auto !important
}
/*ziyuan*/
.wenzi {
	position: relative
}
.wenzi-left {
	float: left;
	width: 47%;
}
.wenzi-right {
	float: right;
	width: 47%;
}
.wenzi-list li {
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	padding-left: 10px;
}
.wenzi-list li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 10px;
	left: 0;
	top: 8px;
}
.wenzi-list li span {
	float: right;
	font-size: 12px;
	color: #888;
	line-height: 20px
}
/*news-title*/
.news-title {
	border-bottom: #342B20 1px solid;
	margin: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}
.news-title h2 {
	color: #C49F58;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	float: left;/* width: 84px; */
	text-align: center;
}
.news-title .colorys {
	color: #D0A85C;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	float: left;/* width: 84px; */
	text-align: center;
}
.news-title .colorys a {
	color: #D0A85C;
}
.news-title .colorys:after {
	content: "";
	background: #D0A85C;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.news-title h2 a {
	color: #144a69;
}
.news-title h2:after {
	content: "";
	background: #144a69;
	background: #C49F58;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -10px;
	left: 0;
}
/*tags*/
.tags {
	position: relative;
	overflow: hidden;
}
.tags ul {
	margin: 0 20px 20px;
	overflow: hidden
}
.tags ul a {
	display: block;
	float: left;
	font-size: 12px;
	width: 10%;
	text-align: center;
	height: 16px;
	margin-bottom: 4px;
	background-color: #f1f1f1;
	color: #615f5f;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tags ul a:after, .tags ul a:before {
	content: "";
	background: #fff;
	top: 0;
	width: 2px;
	height: 100%;
	position: absolute;
}
.tags ul a:after {
	right: 0;
}
.tags ul a:before {
	left: 0
}
.tags ul a:hover {
	background: #144a69;
	color: #fff;
}
/*links*/
.links ul {
	margin: 0 20px 20px;
	overflow: hidden;
}
.links ul li a {
	float: left;
	margin: 0 10px;
	line-height: 40px;
	padding: 0 5px;
	position: relative;
	display: block;
}
.links ul li a:after {
	content: "";
	background: #144a69;
	background: linear-gradient(to right, #0062ff 0%, #00a0ec 100%);
	width: 20%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 40%;
	opacity: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.links ul li a:hover:after {
	opacity: 1;
	width: 100%;
	margin: auto;
	display: block;
	left: 0;
}
/*footer*/
footer {
	background: #000;
	width: 100%;
	padding: 40px 0 30px 0;
	color: #777;
	font-size: 14px;
	position: relative;
	margin-top: 20px;
	overflow: hidden;
}
footer:before {
	content: "";
	background: #D0A85C;
	height: 10px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.endnav b {
	font-size: 16px;
	color: #34aadc;
	margin-bottom: 15px;
	display: block;
}
.endnav p {
	margin-bottom: 5px;
	text-align: center
}
.endnav a {
	color: #777;
	padding: 0 5px
}
.endnav a:hover {
	text-decoration: underline
}
/*blogs*/
.left-box {
	width: 830px;
	float: left
}
.right-box {
	width: 320px;
	float: right
}
.lanmu {
	overflow: hidden;
}
.lanmu img {
	width: 20%;
	float: left;
	margin-right: 20px;
	transition: .5s;
}
.lanmu h1 {
	font-size: 20px;
	color: #C49F58;
	margin: 10px 0;
}
.lanmu h1 a {
	color: #C49F58;
}
.lanmu p {
	color: #888;
	line-height: 20px;
	font-size: 14px;
}
.blogs-list ul {
	padding: 0 10px 10px;
}
.blogs-list ul li {
	overflow: hidden;
	border-bottom: 1px dashed #342B20;
	padding: 20px 0;
}
.blogs-list ul li:first-child {
	padding-top: 0
}
.blogs-list li h2 {
	font-size: 16px;
	margin-top: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 10px;
}
.blogs-list li h2 em {
	display: inline-block;
	font-style: normal;
	font-size: 12px;
	background: #f60;
	color: #fff;
	padding: 0 3px;
	font-weight: normal;
	margin-right: 10px;
}
.blogs-list li h2 a {
	color: #FFF;
}
.blogs-list li h2 a:hover{
    color: #C49F58;
}
.blogs-list li i {
	width: 200px;
	height: 120px;
	line-height: 100%;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
.blogs-list li i img {
	width: 100%;
	min-height: 120px;
	display: inline-block;
	transition: .5s;
}
.blogs-list li i:hover img {
	transform: scale(1.2);
}
.blogs-list li p {
    color: #888;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-size: 14px;
    margin-top: 10px;
}
.blogs-list li span {
	font-size: 14px;
	overflow: hidden;
}
.blogs-list li span a {
	display: inline-block;
	position: relative;
    width: auto;
    height: 42px;
    box-sizing: border-box;
    border: 14px solid rgba(0,0,0,.1);
    border-image-source: url(../images/boder1.png);
    border-image-slice: 14 14 14 14;
    border-image-repeat: repeat;
    text-align: center;
    line-height: 14px;
    color: #D0A85C;
    margin: 7.5px 5px;
    transition-duration: 0.2s;
}
.blogs-list li span a:nth-child(1),.blogs-list li span a:hover {
	border-image-source: url(../images/border5.png);
    color: #FFF;
}
.blogs-list ul li h2:hover a {
	color: #C49F58
}
/*pagelist*/
/*网分页样式*/
.pages {
	clear: both;
	margin: 10px auto 20px auto;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.pages table {
	margin: 0 auto
}
.pages ul li {
	display: inline-block;
	position: relative;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	padding: 6px;
	box-sizing: border-box;
}
.pages ul li.active, .pages ul li:hover{
	background: url("/style/img/page-bd.png") no-repeat center/contain, transparent;
}
.pages ul li:nth-child(1){
	display:none;
}
.pages ul li:nth-child(7){
	display:none;
}
.pages ul li:nth-child(8){
	display:none;
}
.pages ul li:nth-child(9){
	display:none;
}
.pages ul li:nth-child(10){
	display:none;
}
.pages ul li:nth-child(11){
	display:none;
}
.pages ul li:nth-child(12){
	display:none;
}
.pages ul li:nth-child(13){
	display:none;
}

.pages ul li .page-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
	background: url("/style/img/page-bd.png") no-repeat center/contain, transparent;
    box-sizing: border-box;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #B69855;
    font-weight: bold;
    font-family:Impact;
    font-size: 16px;
}
.tagpages{
	clear: both;
    margin: 10px auto 20px auto;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}
.tagpages ul b{
	display: inline-block;
    padding: 6px 15px;
    margin: 0 1px;
    line-height: 24px;
    border-radius: 2px;
  	background: #144a69;
    color: #fff;
    border: 1px solid #144a69;
}
.tagpages ul a b{
	display: inline;
  	padding: 0;
  	margin: 0px;
    line-height: none;
    border-radius: 0;
  	background: #fff;
    color: #999;
    border: 0;
}

.pages ul li:hover a {
	color: #fff;
}
.pages ul li.thisclass {
	display: inline-block;
	border: 1px solid #144a69;
	padding: 6px 15px;
	margin: 0 1px;
	background: #144a69;
	color: #fff;
}
.pages ul li.thisclass a {
	color: #fff;
}
.pages ul li a {
	display: block;
	color: #999
}
/*topnews*/
.topnews {
	display: block;
	margin: 20px 0;
	background: #000;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	max-height: 150px;
}
.topnews img {
	opacity: .7;
	transition: all 0.5s;
	width: 100%;
}
.topnews span {
	bottom: 0;
	position: absolute;
	bottom: 30%;
	left: 0;
	right: 0;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	padding: 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 22px;
}
.topnews:hover img {
	opacity: .9;
	transform: scale(1.1);
}
.right-box .news-title {
	margin: 0
}
/*side-title*/
.side-title {
	font-size: 16px;
	border-bottom: 1px solid #342B20;
	color: #C49F58;
	font-weight: normal;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px
}
.side-title:after {
	content: "";
	position: absolute;
	width: 64px;
	height: 2px;
	content: "";
	background: #C49F58;
	left: 0;
	bottom: -1px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.side-title:hover:after {
	width: 80px;
}
.hnav, .weizhi {
	float: right
}
.hnav a {
	display: block;
	margin-right: 10px;
	padding-right: 10px;
	float: left;
	position: relative
}
.hnav a:after {
	position: relative;
	content: "/";
	right: -10px;
	bottom: 0;
	color: #ccc
}
.hnav a:last-child::after {
	content: ""
}
/*tuijian*/
.tuijian {
	padding: 20px;
}
.tuijian ul {
	overflow: hidden;
	padding-top: 10px
}
.tuijian li {
	overflow: hidden;
	margin-bottom: 10px;
	height: 60px;
}
.tuijian li i {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	overflow: hidden;
	display: block;
	float: left;
}
.tuijian li i img {
	height: 100%;
	max-width: 100%;
	min-width: 100%;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}
.tuijian li p {
	margin-top: 10px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 14px;
}
.tuijian li:hover {
	background: #f6f6f6;
}
.tuijian li:hover img {
	transform: scale(1.1);
}
/*paihang*/
/*.paihang {*/
/*	padding: 20px*/
/*}*/
.paihang ul {
	overflow: hidden;
}
.paihang ul li {
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.paihang ul li i {
    position: relative;
	width: 16px;
	height: 16px;
	background: #272729;
	border: 1px solid #91743E;
	float: left;
	margin-top: 8px;
	margin-right: 10px;
	font-style: normal;
	text-align: center;
	line-height: 14px;
	color: #91743E;
	font-size: 12px;
	border-radius: 50%;
	box-sizing: border-box;
}
.paihang ul li:first-child i{
    background: linear-gradient(to bottom,#efce95,#b28947);
}
.paihang ul li:nth-child(2) i{
    background: linear-gradient(to bottom,#d3d3d3,#a5a5a5);
}
.paihang ul li:nth-child(3) i {
	background: linear-gradient(to bottom,#e2ac73,#b26c35);
}
.paihang ul li:first-child i::before {
	content: "1";
}
.paihang ul li:nth-child(2) i::before {
	content: "2";
}
.paihang ul li:nth-child(3) i::before {
	content: "3";
}
.paihang ul li:nth-child(4) i::before {
	content: "4";
}
.paihang ul li:nth-child(5) i::before {
	content: "5";
}
.paihang ul li:nth-child(6) i::before {
	content: "6";
}
.paihang ul li:nth-child(7) i::before {
	content: "7";
}
.paihang ul li:nth-child(8) i::before {
	content: "8";
}
.paihang ul li:hover {
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.paihang ul li a{
    color: #999;
}
.paihang ul li a:hover{
    color: #C49F58;
}
/*cloud*/
.cloud {
	padding: 20px;
	overflow: hidden
}
.cloud ul {
	overflow: hidden;
	padding-top: 10px
}
.cloud ul a {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	display: block;
	background: #f1f1f1;
	float: left;
	padding: 3px 10px;
	margin: 10px 5px 0 0;
	border-radius: 3px;
	transition: all .2s;
	color: #525252
}
.cloud ul a:hover {
	background: #144a69;
	color: #fff
}
/*suiji*/
.suiji {
	/*padding: 20px;*/
	overflow: hidden
}
.suiji ul {
	overflow: hidden;
	padding-top: 10px
}
.suiji li {
	line-height: 22px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.suiji li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #999;
	border-radius: 10px;
	left: 0px;
	top: 10px;
}
.suiji li:hover:before{
    background: #D0A85C;
}
/*pics-list-box*/
.pics-list-box {
	overflow: hidden;
}
.pics-list-box ul {
	padding: 0 10px
}
.pics-list-box li {
	width: 25%;
	overflow: hidden;
	float: left;
}
.pics-list-box li a {
	display: block;
	margin: 0 10px 10px;
	overflow: hidden;
	border: #eaeaea 1px solid;
	padding-bottom: 0px;
	transition: .5s;
}
.pics-list-box li i {
	height: 150px;
	line-height: 150px;
	overflow: hidden;
	display: block;
}
.pics-list-box li i img {
	width: 100%;
	display: inline-block;
	transition: .5s;
}
.pics-list-box li i:hover img {
	transform: scale(1);
}
.pics-list-box li h2 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	margin: 5px 0;
	font-weight: normal;
	padding: 0 10px;
	text-align: center;
}
.pics-list-box li p {
	font-size: 13px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 20px;
	height: 40px;
	margin: 10px 0;
	padding: 0 10px;
}
/*morepic-list*/


.morepic-list {
	padding: 0 20px;
}
.morepic-list section {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}
.mp-title {
	font-size: 16px;
	margin-bottom: 10px;
}
.mp-pics {
	position: relative;
}
.mp-pics ul {
	overflow: hidden;
}
.mp-pics ul li {
	width: 25%;
	float: left;
}
.mp-pics ul li a {
	display: block;
	height: 120px;
	line-height: 120px;
	overflow: hidden;
	margin: 0 5px;
	background: #f1f1f1;
}
.mp-pics ul li a img {
	width: 100%;
	min-height: 100%;
	margin: auto;
	transition: .5s;
	display: inline-block;
}
.mp-pics ul li a img:hover {
	transform: scale(1.2);
}
span.count {
	position: absolute;
	right: 8px;
	bottom: 5px;
	background: rgb(20, 135, 244, .8);
	color: #fff;
	padding: 0 10px;
	border-radius: 5px;
}
.mp-info {
	color: #888;
	font-size: 12px;
	margin-bottom: 10px;
}
.mp-info span {
	display: inline-block;
	padding-left: 20px;
	margin-right: 20px;
}
span.mp-timer {
	background: url(/style/img/date.png) no-repeat left center;
	background-size: 16px;
}
span.mp-view {
	background: url(/style/img/view.png) no-repeat left center;
}
/*wztitle-list*/
.wztitle-list {
	padding: 0 20px 40px
}
.wztitle-list li {
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	position: relative;
}
.wztitle-list li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 10px;
	left: 0;
	top: 15px;
}
.wztitle-list li h2{
    font-weight: 400;
    font-size:15px;
}
.wztitle-list li span {
	float: right;
	color: #888;
	font-size: 12px
}
.wztitle-list li:nth-child(10n) {
	margin-bottom: 20px;
	border-bottom: #eee 1px solid;
	padding-bottom: 20px
}
/*side-tab*/
.side-tab {
	background: #fff;
	border: 1px solid #eee;
}
#sidetab {
	border-bottom: #e4e3e3 1px solid;
	margin: 20px 20px 0;
	padding-bottom: 10px;
	overflow: hidden;
}
#sidetab li {
	font-size: 16px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	width: 33.333%;
	float: left;
	text-align: center;
}
#sidetab li:after {
	content: "";
	background: #144a69;
	background: linear-gradient(to right, #0062ff 0%, #00a0ec 100%);
	width: 20%;
	height: 2px;
	position: absolute;
	bottom: -10px;
	left: 40%;
	opacity: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#sidetab li:hover:after, #sidetab li.sidetab-current:after {
	opacity: 1;
	width: 100%;
	margin: auto;
	display: block;
	left: 0;
}
#sidetab li.sidetab-current {
	color: #144a69;
}
#sidetab-content .topnews {
	margin: 0 0 10px;
}
#sidetab-content .suiji {
	padding: 5px 20px
}
#sidetab-content section {
	display: none;
}
#sidetab-content section:nth-child(1) {
	display: block
}
/*newstext-box*/
.newstext-box {
	padding: 0 20px 20px;
}
.news-title-h1 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #D0A85C;
}
.keywords {
	overflow: hidden;
}
.keywords a {
	display: block;
	float: left;
	border: #144a69 1px solid;
	color: #144a69;
	padding: 2px 8px;
	margin: 0 5px 5px 0;
	border-radius: 3px;
	font-size: 14px;
}
.keywords a:nth-child(1), .keywords a:hover {
	background: #144a69;
	color: #fff
}
.picview-other {
	overflow: hidden;
	color: #888;
	margin-bottom: 15px;
}
.picview-other span {
	float: left;
	margin-right: 15px;
	padding-left: 20px;
}
.smalltext {
	margin-bottom: 20px;
	background: #f1f1f1;
	padding: 20px;
	color: #888;
	line-height: 22px;
}
.smalltext i {
	background: url(/style/img/quote.png) no-repeat left center;
	width: 24px;
	height: 15px;
	background-position: 0 0;
	float: left;
}
.newstext {
	line-height: 24px;
	margin-bottom: 20px;
	overflow: hidden;
}
.newstext video {
	margin: 20px auto;
	display: block;
	max-width: 100% !important;
	height: auto !important;
	z-index: 0;
}
.newstext p {
	margin-bottom: 20px;
}
.newstext span {
	display: inline
}
.newstext img {
	max-width: 100% !important;
	height: auto !important;
	margin: 10px auto;
}
.newstext table {
	margin: auto !important
}
.newstext iframe {
	margin: auto !important
}
.newstext h2, .newstext h3, .newstext h4, .newstext h5, .newstext h6 {
	font-size: 16px;
	margin: 20px 0;
	position: relative;
	padding-left: 10px;
	color: #fff;
}
.newstext h2:before, .newstext h3:before, .newstext h4:before, .newstext h5:before, .newstext h6:before {
	position: absolute;
	content: "";
	background: #D0A85C;
	width: 3px;
	height: 100%;
	left: 0;
	bottom: 0;
}
.newstext a{
	color:#C49F58;
    position: relative;
    display: blocks;
}
.newstext .keylink{
	color:#0062ff;
    position: relative;
    display: inline-block;
}
.newstext li a:nth-child(3){
  display: inline-block;
  margin-right:15px;
}
.newstext li a:nth-child(2){
  display: inline-block;
  margin-right:15px;
}
.newstext img{
	width:100%;
}
.newstext a .v-limg,.newstext a .v-img460,.newstext a .video_limg,.newstext a .thumb_img{
  	display: block;
}
.newstext a .v-splay,.newstext a .v-play,.newstext a .video_splay,.newstext a .video_play{
  	position: absolute;
    top: 45%;
    left: 50%;
  	width:40px;
}
.newstext a .v-play{
	width:40px;
}
.newstext p{
    display: inline-block;
    margin-right: 15px;
}
span.po-from {
	background: url(/style/img/icon-yonghu.png) no-repeat center left;
	background-size: 16px;
}
span.po-date {
	background: url(/style/img/date.png) no-repeat center left;
	background-size: 16px;
}
span.po-classname {
	background-size: 16px;
}
span.po-view {
	background: url(/style/img/view.png) no-repeat left center;
	background-size: 16px;
}
.share {
	padding: 10px 0;
	overflow: hidden;
	display: table;
	width: 100%;
	margin: 20px auto;
	line-height: 24px;
	background: #f1f1f1;
}
.share&gt;div {
	padding-right: 20px;
	margin-top: 16px;
	overflow: hidden;
}
.share img {
	width: 100px;
	float: left;
	margin: 0 20px;
}
.share a {
	color: #144a69
}
.share a:hover {
	text-decoration: underline
}
.diggit {
	display: block;
	width: 160px;
	margin: 20px auto;
	background: #ff5501;
	color: #fff;
	box-shadow: 1px 2px 6px 0px rgba(0,0,0,.2);
	border-radius: 3px;
	line-height: 40px;
	text-align: center;
}
.diggit a {
	color: #fff
}
/*info-pre-next*/
.info-pre-next {
	overflow: hidden;
	margin: 20px 0;
}
.info-pre-next ul li {
	width: 50%;
	float: left;
	overflow: hidden;
}
.info-pre-next ul li a {
	overflow: hidden;
}
.info-pre-next ul li span {
	display: inline-block
}
.info-pre-next ul li:nth-child(1) a {
	margin-right: 10px;
}
.info-pre-next ul li:nth-child(2) a {
	margin-left: 10px;
}
.info-pre-next ul li i {
	display: block;
	width: 130px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	position: relative;
}
.info-pre-next em {
	position: absolute;
	left: 0;
	top: 0;
	font-style: normal;
	color: #ffffff;
	font-size: 16px;
	width: 100%;
	line-height: 80px;
	text-align: center;
	background: rgba(0,0,0,.2);
	z-index: 1;
}
.info-pre-next img {
	width: 100%;
	transition: .5s;
}
.info-pre-next h2 {
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.info-pre-next p {
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 40px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.info-pre-next li:hover img {
	transform: scale(1.2);
}
/*otherlink*/
.otherlink ul {
	padding: 0 20px 20px;
	overflow: hidden;
}
.otherlink ul li {
	position: relative;
	line-height: 30px;
	width: 48%;
	float: left;
}
.otherlink ul li:nth-child(even) {
	float: right;
}
.otherlink ul li a {
	display: block;
	padding-left: 15px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.otherlink ul li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 10px;
	left: 0px;
	top: 15px;
}
/*pinglun*/
#plpost {
	margin: 0 20px 20px;
}
.pinglun {
	overflow: hidden;
	padding-bottom: 20px;
	margin: 0 20px;
}
.saying {
	line-height: 30px;
	color: #a9a6a6;
}
.saying span {
	float: right
}
.saying span a {
	color: #de1513;
}
.pl-name, .pl-yzm {
	padding: 5px;
	margin: 10px 0
}
#plpost input[type="submit"] {
	display: block;
	background: #303030;
	color: #fff;
	border: 0;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 5px;
	float: right;
}
textarea#saytext {
	width: 100%;
}
.picview-box {
	margin: 0 20px;
}
/*page*/
.page {
	overflow: hidden;
	padding: 20px;
}
.page-title {
	width: 200px;
	float: left
}
.page-title li {
	margin-bottom: 10px
}
.page-title li a {
	display: block;
	text-align: center;
	padding: 8px 0;
	border: #f1f1f1 1px solid;
	border-radius: 3px;
}
.page-title li a:hover, .page-title li a.pagecurrent {
	background: #144a69;
	color: #fff;
	border: #144a69 1px solid;
}
.page-box {
	width: 860px;
	float: left;
	margin-left: 30px;
	padding-left: 30px;
	border-left: #eee 1px solid;
	min-height: 500px;
}
.page-box-title {
	font-size: 16px;
	border-bottom: 1px solid #eee;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.page-box-title:after {
	content: "";
	position: absolute;
	width: 64px;
	height: 2px;
	content: "";
	background: #000;
	left: 0;
	bottom: -1px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.page-box-title:hover:after {
	width: 80px;
}
.page-box-content {
	line-height: 26px;
	;
}
.page-box-content p {
	margin-bottom: 15px;
}
.page-box-content img {
	max-width: 100%;
	margin: 10px auto
}
.page-box-content h2, .page-box-content h3, .page-box-content h4, .page-box-content h5, .page-box-content h6 {
	font-size: 16px;
	margin: 20px 0;
	position: relative;
}
.page-box-content h2:before, .page-box-content h3:before, .page-box-content h4:before, .page-box-content h5:before, .page-box-content h6:before {
	position: absolute;
	content: "";
	background: #144a69;
	width: 3px;
	height: 100%;
	left: -32px;
	bottom: 0;
}
.page-box-content a {
	color: #39F
}
.qq_join {
	overflow: hidden
}
.qq_join li {
	float: left;
	width: 33.333%;
	padding: 10px;
}
.qq_join li section {
	margin: 0 20px;
	box-shadow: #ccc 1px 1px 5px;
	padding: 10px;
	display: block;
	overflow: hidden;
	transition: all 0.5s;
}
.qq_join li img {
	width: 90%;
	margin: auto;
	background: -webkit-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7));
	background: -o-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7));
	background: linear-gradient(to top right, rgba(0,153,255,.9), rgba(42,228,197,.7));
	display: block;
	padding: 5px;
}
.qq_join li p {
	margin: 10px;
}
.qq_join li b {
	color: #019881;
	margin: 0 5px;
}
.qq_join li a {
	color: #000
}
.qq_join li section:hover {
	box-shadow: #6f6d6d 1px 1px 5px
}
/*download-list*/
.download-list {
	margin: 0 20px;
}
.download-list {
	margin: 0 20px;
}
.download-list li {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dcdcdc;
}
.download-list h3 {
	margin-bottom: 15px;
	font-weight: normal;
}
.download-list i {
	float: left;
	width: 65px;
	height: 65px;
	text-align: center;
	display: table;
	margin-right: 10px;
}
.download-list i img {
	max-width: 65px;
	max-height: 65px;
	vertical-align: middle;
}
.download-list p {
	font-size: 14px;
	color: #9b9b9b;
	height: 43px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	margin-right: 100px;
}
.download-list span.down-info {
	font-size: 12px;
	color: #9b9b9b;
	display: block;
	overflow: hidden;
	margin-top: 10px;
}
.download-list .down-info em {
	font-style: normal;
	margin-right: 20px
}
.download-list span.down-bth {
	position: absolute;
	right: 0;
	bottom: 50px;
	width: 80px;
	height: 30px;
	border-radius: 3px;
	background-color: #00aaff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.download-list span.down-bth a {
	color: #fff
}
.download-list span.down-bth:hover {
	background-color: #0098e4;
}
.download-list li:hover h3 a {
	color: #144a69;
}
/*down-tuijian*/
.down-tuijian {
	padding: 20px
}
.down-tuijian ul {
	overflow: hidden;
}
.down-tuijian ul li {
	width: 33.333%;
	float: left;
	overflow: hidden;
	margin: 10px 0;
}
.down-tuijian ul li a {
	display: block;
	overflow: hidden;
}
.down-tuijian ul li i {
	width: 65px;
	height: 65px;
	margin: auto;
}
.down-tuijian ul li i img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.down-tuijian ul li p {
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin: 10px 0 0;
	padding: 0 5px;
	display: block;
	overflow: hidden;
}
.down-tuijian ul li:hover p {
	color: #144a69;
}
/*down-paihang*/
.down-paihang {
	padding: 20px
}
.down-paihang li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 20px 0;
}
.down-paihang li i {
	background: #c7c7c7;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: block;
	font-style: normal;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	float: left;
	position: relative;
}
.down-paihang ul {
	padding-top: 10px;
	overflow: hidden
}
.down-paihang li i:before {
	position: absolute;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	left: 0;
	border-radius: 2px;
}
.down-paihang li:nth-child(1) i:before {
	content: "1";
	background: #ff6b66
}
.down-paihang li:nth-child(2) i:before {
	content: "2";
	background: #ff8652
}
.down-paihang li:nth-child(3) i:before {
	content: "3";
	background: #ffa742
}
.down-paihang li:nth-child(4) i:before {
	content: "4";
}
.down-paihang li:nth-child(5) i:before {
	content: "5";
}
.down-paihang li:nth-child(6) i:before {
	content: "6";
}
.down-paihang li:nth-child(7) i:before {
	content: "7";
}
.down-paihang li:nth-child(8) i:before {
	content: "8";
}
.down-paihang li:nth-child(9) i:before {
	content: "9";
}
.down-paihang li:nth-child(10) i:before {
	content: "10";
}
/*down-suiji*/
.down-suiji {
	padding: 20px
}
.down-suiji ul {
	padding-top: 10px
}
.down-suiji ul li {
	margin-bottom: 20px;
	border-bottom: 1px dotted #eee;
	padding-bottom: 10px;
}
.down-suiji ul li p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.down-suiji li i {
	width: 45px;
	height: 45px;
	border-radius: 5px;
	float: left;
	margin: 0 17px 0 0;
	display: inline;
	overflow: hidden;
}
.down-suiji li i img {
	width: 45px;
	height: 45px;
}
.down-suiji span.down-info {
	font-size: 12px;
	color: #9b9b9b;
	display: block;
	overflow: hidden;
	margin-top: 10px;
}
.down-suiji span.down-info em {
	font-style: normal;
	margin-right: 20px
}
/*down-list*/
.down-list li {
	width: 33.333%;
	float: left;
	overflow: hidden;
	position: relative;
}
.down-list li a.dl-link {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 5px 10px;
	border: #ddd 1px solid;
	padding: 10px;
	height: 48px;
}
.down-list li i {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}
.down-list li i img {
	width: 100%;
	height: 100%;
}
.down-list li h2 {
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 100px;
	margin-top: 5px;
}
.down-list li h2 span {
	font-size: 12px;
	color: #8d9ab2;
	position: absolute;
	right: 15px;
	top: 15px;
}
.down-list li p {
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 12px;
	line-height: 12px;
	padding-top: 5px;
	font-weight: normal;
	font-size: 12px;
	color: #8a8f99;
	overflow: hidden;
}
.down-list li:hover h2 {
	color: #144a69
}
.d-list-hover {
	display: none;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	width: 90px;
	height: 70px;
	background: #00aaff;
	font-size: 14px;
	line-height: 70px;
	color: #fff;
	text-align: center;
}
.d-list-hover em {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-style: normal;
}
.down-list li:hover .d-list-hover {
	display: block;
}
/*down-otherlink*/
.down-otherlink ul {
	padding: 10px 20px;
	overflow: hidden;
}
.down-otherlink ul li {
	margin-bottom: 20px;
	border-bottom: 1px dotted #eee;
	padding-bottom: 10px;
	width: 50%;
	float: left;
}
.down-otherlink ul li a {
	display: block;
	padding-right: 20px
}
.down-otherlink ul li p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.down-otherlink li i {
	width: 45px;
	height: 45px;
	border-radius: 5px;
	float: left;
	margin: 0 17px 0 0;
	display: inline;
	overflow: hidden;
}
.down-otherlink li i img {
	width: 45px;
	height: 45px;
}
.down-otherlink span.down-info {
	font-size: 12px;
	color: #9b9b9b;
	display: block;
	overflow: hidden;
	margin-top: 10px;
}
.down-otherlink span.down-info em {
	font-style: normal;
	margin-right: 20px
}
/*down-view*/
.down-view {
	border: #ddd 1px solid;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}
.down-view i {
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	margin-right: 20px
}
.down-view i img {
	width: 100%
}
.down-view h1 {
	font-size: 18px;
	margin-bottom: 10px
}
.down-view .down-info {
	color: #888
}
.down-view .down-info em {
	font-style: normal;
	margin-right: 20px
}
.down-yulan {
	color: #144a69
}
.down-yulan:hover {
	text-decoration: underline
}
.down-view .btn-blue a {
	position: absolute;
	right: 20px;
	bottom: 28px;
	width: 120px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	background: #144a69;
	border-radius: 3px;
	color: #fff;
}
.down-view .btn-blue a:hover {
	background: #144a69
}
/*down-links*/
.down-links ul {
	padding: 0 20px 20px
}
.down-links ul li {
	height: 35px;
	line-height: 35px;
	background-size: 16px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 30px;
}
.down-links ul li span {
	float: right;
	width: 100px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	background: #19b5fe;
}
.down-links ul li:hover a {
	color: #144a69
}
.down-links ul li:hover span {
	background: #ff5555
}
/*pics-list-price*/
.pics-list-price li {
	width: 25%;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
.pics-list-price li a {
	display: block;
	margin: 0 10px 10px;
	overflow: hidden;
	border: #eaeaea 1px solid;
	padding-bottom: 10px;
	transition: .5s;
}
.pics-list-price li i {
	height: 170px;
	line-height: 170px;
	overflow: hidden;
	display: block;
	background: #fcfcfc;
}
.pics-list-price li i img {
	width: 100%;
	vertical-align: middle;
	display: inline-block;
	transition: .5s;
}
.pics-list-price li i:hover img {
	transform: scale(1.2);
}
.pics-list-price li h2 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	margin: 5px 0;
	font-weight: normal;
	padding: 0 10px;
}
.pics-list-price li p {
	font-size: 13px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 20px;
	height: 40px;
	margin: 10px 0;
	padding: 0 10px;
}
.pics-list-price span.price-area {
	float: left;
	display: block;
	font-size: 18px;
	color: #ff6600;
	padding-left: 10px;
}
.pics-list-price span.pics-btn {
	float: right;
	background: #ff5522;
	border-radius: 2px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	margin-right: 10px;
}
.pics-list-price em {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}
/*shopview*/
.shopbox {
	overflow: hidden
}
.shopview {
	width: 40%;
	float: left;
	border: #f1f1f1 1px solid;
	padding: 0 10px;
	margin: 0 0 20px 20px;
}
.shopview .swiper-container {
	margin-bottom: 0;
	padding-bottom: 10px
}
.product {
	width: 50%;
	float: right;
	margin-right: 20px;
}
.product h1 {
	font-size: 18px;
	margin: 20px 0
}
.product p {
	margin: 10px 0;
}
.product span {
	display: inline-block;
}
.product-jianjie {
	background: #f9f8f8;
	padding: 10px;
	color: #555;
}
.product-jianjie span {
	font-weight: normal;
	color: #144a69;
}
.product-scj em {
	text-decoration: line-through;
	color: #f00;
	font-style: normal;
}
a.btn-add {
	width: 180px;
	color: #FFF;
	border-color: #F40;
	background: #F40;
	font-size: 16px;
	line-height: 38px;
	display: block;
	text-align: center;
	border-radius: 5px;
	margin-top: 30px;
}
a.btn-add:hover {
	border-color: #F22D00;
	background: #F22D00;
}
.product-content {
	padding: 0 20px 20px 20px
}
.product-content p {
	margin-bottom: 20px
}
.product-content h2, .product-content h3, .product-content h4, .product-content h5, .product-content h6 {
	font-size: 16px;
	margin: 20px 0;
	position: relative;
}
.product-content h2:before, .product-content h3:before, .product-content h4:before, .product-content h5:before, .product-content h6:before {
	position: absolute;
	content: "";
	background: #144a69;
	width: 3px;
	height: 100%;
	left: -10px;
	bottom: 0;
}
.product-content img {
	max-width: 100% !important;
	height: auto !important
}
/*product-suiji*/
.product-suiji ul {
	overflow: hidden;
	padding: 0 10px;
}
.product-suiji li {
	width: 25%;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
.product-suiji li a {
	display: block;
	margin: 0 5px 10px;
	overflow: hidden;
	border: #eaeaea 1px solid;
	padding-bottom: 10px;
	transition: .5s;
}
.product-suiji li i {
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	display: block;
	background: #fcfcfc;
}
.product-suiji li i img, .product-love ul li img {
	width: 100%;
	vertical-align: middle;
	display: inline-block;
	transition: .5s;
}
.product-suiji li i:hover img, .product-love ul li i:hover img {
	transform: scale(1.2);
}
.product-suiji li h2, .product-love ul li h2 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	margin: 5px 0;
	font-weight: normal;
	padding: 0 10px;
}
.product-suiji li p, .product-love ul li p {
	font-size: 13px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 20px;
	height: 40px;
	margin: 5px 0;
	padding: 0 10px;
}
.product-suiji span.price-area, .product-love ul span.price-area {
	float: left;
	display: block;
	font-size: 18px;
	color: #ff6600;
	padding-left: 10px;
}
.product-suiji span.pics-btn, .product-love span.pics-btn {
	float: right;
	background: #ff5522;
	border-radius: 2px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	margin-right: 10px;
}
.product-suiji em, .product-love em {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}
.product-love {
	padding: 20px 20px 0 20px;
	overflow: hidden;
}
.product-love ul {
	overflow: hidden
}
.product-love ul li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.product-love ul li a {
	display: block;
	margin: 0 5px 10px;
	overflow: hidden;
	border: #eaeaea 1px solid;
	padding-bottom: 10px;
	transition: .5s;
}
.product-love ul li i {
	overflow: hidden;
	display: block;
	background: #fcfcfc;
}
/*is-search*/
.is-search {
	position: fixed;
	top: 6px;
	left: 0px;
	right: 0px;
	width: 60%;
	height: 28px;
	line-height: 28px;
	color: #888;
	z-index: 10;
	margin: 0px auto;
	display: none;
}
.is-search section {
	display: block;
	background: #fff;
	border-radius: 20px;
	margin: 0 20px;
	font-size: 12px;
}
.is-search i {
	display: block;
	width: 34px;
	height: 28px;
	background-size: 20px;
	float: left;
	margin-right: 10px;
}
/*search-page*/
.search-page {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	z-index: 9999;
	top: 0;
	display: none
}
.search-page .search {
	width: 90%;
	margin-right: 20px;
}
.search-page .search input.input_text {
	width: 80%;
}
.search-page .search input.input_submit {
	width: 20%
}
.search-page .go-left {
	width: 32px;
	height: 32px;
	float: left;
	background-size: 32px;
	margin: 20px 0 0 10px
}
.hot-search, .new-search {
	margin: 40px 20px;
	overflow: hidden
}
.hot-search p, .new-search p {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	border-left: #0094ef 3px solid;
	padding-left: 10px;
	color: #0091f0;
}
.search-paihang li {
	width: 50%;
	float: left;
	line-height: 26px;
	height: 26px;
	margin-bottom: 5px;
}
.search-paihang li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.search-paihang li i {
	font-size: 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
	color: #c7c7c7;
	display: block;
	font-style: normal;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	margin-top: 6px;
	float: left;
}
.search-paihang li:first-child i {
	color: #ff6b66 !important;
}
.search-paihang li:nth-child(2) i {
	color: #ff8652 !important;
}
.search-paihang li:nth-child(3) i {
	color: #ffa742 !important;
}
/*endmenu*/
.endmenu {
	width: 100%;
	position: fixed;
	height: 50px;
	bottom: 0;
	background: #f8f8f8;
	border-top: #ddd 1px solid;
	font-size: 12px;
	display: none;
}
.endmenu li {
	width: 25%;
	float: left;
	text-align: center
}
.endmenu li a {
	display: block
}
.act a {
	color: #09F
}
.endmenu li i {
	display: block;
	width: 30px;
	height: 22px;
	line-height: 30px;
	margin: 4px auto;
	font-size: 22px;
}
@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot');
	src: url('/style/fonts/iconfont.eot') format('embedded-opentype'), url('/style/fonts/iconfont.woff2') format('woff2'), url('/style/fonts/iconfont.woff') format('woff'), url('/style/fonts/iconfont.ttf') format('truetype'), url('/style/fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-shouye:before {
	content: "\e625";
}
.icon-fenlei:before {
	content: "\e62f";
}
.icon-My:before {
	content: "\e615";
}
.icon-navicon-wzgl:before {
	content: "\e661";
}
/*fenlei-section*/
.fenlei-section {
	background: #fff;
	margin: 0 0 60px 0;
}
.menu-t {
	line-height: 40px;
	border-top: #f1f1f1 solid 10px;
	padding-left: 30px;
	position: relative;
}
.menu-t a {
	display: block
}
.menu-t:before {
	content: "";
	background: #0062ff;
	width: 4px;
	height: 24px;
	left: 10px;
	top: 10px;
	position: absolute;
	background: linear-gradient(to bottom, #0062ff 0%, #00a0ec 100%);
	border-radius: 3px;
}
.menu-sub {
	overflow: hidden;
}
.menu-sub li {
	border-top: #f1f1f1 solid 1px;
	position: relative;
}
.menu-t:after {
	content: " ";
	display: inline-block;
	height: 8px;
	width: 8px;
	border-width: 2px 2px 0 0;
	border-color: #cdcdcd;
	border-style: solid;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	top: 16px;
	position: absolute;
	right: 20px;
	border-radius: 1px;
}
.menu-t:first-child {
	border-top: 0
}
.menu-sub li:after {
	content: " ";
	display: inline-block;
	height: 8px;
	width: 8px;
	border-width: 2px 2px 0 0;
	border-color: #cdcdcd;
	border-style: solid;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	top: 16px;
	position: absolute;
	right: 20px;
	border-radius: 1px;
}
.phone-list {
	background: #fff;
	overflow: hidden;
	padding: 20px;
	margin: 40px 0 20px 0;
}
.phone-list li {
	overflow: hidden;
	margin-bottom: 10px;
	display: table;
	width: 100%;
	border-bottom: #eee 1px solid;
}
.phone-list li a {
	display: block;
	overflow: hidden
}
.phone-list h2 {
	font-size: 16px;
	font-weight: normal;
	height: 60px;
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
}
.phone-list i {
	width: 60px;
	height: 60px;
	float: right;
	margin-left: 10px;
}
.phone-list i img {
	width: auto;
	height: 100%;
}
/*user-box*/
.user-box {
	background: #1b82d1;
	overflow: hidden;
	padding: 20px;
	color: #c2def3;
}
.user-box p {
	font-size: 18px;
	margin-bottom: 20px
}
.user-box em {
	font-style: normal;
	background: #2a8ad6;
	padding: 3px 20px;
	border-radius: 20px;
	border: #3898e4 1px solid;
}
.avatar {
	position: relative;
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 5px;
	border: #77b0da 4px solid;
	display: block;
	margin-right: 20px;
}
.avatar img {
	width: 100%;
}
.avatar::after {
	content: "";
	position: absolute;
	background-size: 24px;
	width: 24px;
	height: 24px;
	right: -15px;
	bottom: -8px;
}
.user-section {
	background: #fff;
	overflow: hidden;
	margin-bottom: 60px;
}
.user-section .line {
	height: 10px;
	background: #f1f1f1;
	overflow: hidden
}
.user-section li {
	line-height: 40px;
	padding-left: 20px;
	border-top: #f1f1f1 solid 1px;
	position: relative
}
.user-section li:after {
	content: " ";
	display: inline-block;
	height: 8px;
	width: 8px;
	border-width: 2px 2px 0 0;
	border-color: #cdcdcd;
	border-style: solid;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	top: 16px;
	position: absolute;
	right: 20px;
	border-radius: 1px;
}
.user-section li a {
	display: block
}
.pics-fm {
	position: relative;
	padding-bottom: 20px;
}
.tishi-box {
	text-align: center;
	padding: 30px 0;
}
p.tishi {
	color: #f41414;
	font-size: 18px;
	margin-bottom: 20px;
}
.msg {
	color: #888;
	margin-bottom: 20px;
}
.msg a {
	color: #144a69;
	margin: 0 5px;
}
.hy-article h2 {
	margin-bottom: 20px;
}
.hy-article p {
	color: #f00;
}
.match-header {
  position: relative;
  width: 100%;
  height: 152px;
  background: url("/style/img/match-infos-bg.png") no-repeat center center/100% auto;
  border-radius: 6px;
  padding: 26px 30px;
  color: #FFF;
  box-sizing: border-box;
}
.match-header * {
    box-sizing: border-box;
}
.match-header .match-logo {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  background: #FFF;
  border-radius: 6px;
}
.match-header .match-info {
  position: relative;
  width: auto;
  height: 100px;
}
.match-header .match-info .match-name {
  position: relative;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
}
.match-header .match-info .game-name, .match-header .match-info .game-time {
  position: relative;
  width: 100%;
  height: 28px;
  line-height: 28px;
  color: #c8c8c8;
  font-size: 14px;
  white-space: nowrap;
}
.match-title {
  position: relative;
  width: 100%;
  height: 52px;
  line-height: 51px;
  background: #FFF;
  border-bottom: 1px solid #e0eff8;
  font-size: 16px;
  text-align: center;
  color: #333;
  font-weight: bold;
  box-sizing: border-box;
}
.match-list {
  position: relative;
  width: 100%;
  height: auto;
  background: #FFF;
  padding: 0 24px;
  overflow:hidden;
  box-sizing: border-box;
}
.match-list *{
    box-sizing: border-box;
}
.match-list .match-time-line {
  position: relative;
  width: 100%;
  height: 54px;
  line-height: 54px;
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
.match-list .match-line {
  position: relative;
  width: 100%;
  height: 70px;
  line-height: 44px;
  background: #f6f8fa;
  border: 1px solid #f6f8fa;
  margin-bottom: 10px;
  padding-top: 12px;
}
.match-list .match-line:hover {
  border: 1px solid #DBC395;
  background: #FEFBF1;
}
.match-list .match-line .match-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.match-list .match-line .match-link .time, .match-list .match-line .match-link .match-game {
  position: relative;
  width: 88px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.match-list .match-line .match-link .match-game {
  width: 128px;
  border-right: 1px solid #e6e6e6;
}
.match-list .match-line .match-link .home-team, .match-list .match-line .match-link .visit-team {
  position: relative;
  width: 20%;
  height: 44px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  padding: 0 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.match-list .match-line .match-link .home-team {
  text-align: right;
}
.team-icon {
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 4px;
}
.match-list .match-line .match-link .vs {
  position: relative;
  width: auto;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #333;
  font-size: 16px;
  margin: 0 20px;
  margin-top: 10px;
}
.logo img{
     /*width: 70px;*/
 }
.tab-box .wenzi-left{
   width: 100%;
   float: none;
}
.tab-box .wenzi-left li{
   width: 6.96%;
   display: inline-block;
   padding: 0px 0.5%;
   margin: 10px 3px;
}
.wenzi-list li:before{
   display: none;
}
.tab-box .wenzi-left li a{
   text-align: center;
   display: block;
   width: 100%;
   color: #FFF;
   line-height: 28px;
   font-size: 12px;
   transition-duration: 0.2s;
}
.tab-box .wenzi-left li a:hover {
    color: #C49F58;
}
.tab-box .wenzi-left li a img{
    display: block;
    position: relative;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    margin-bottom: 12px;
}
.wenzi-list .wenzi-left li{
    overflow: visible;
}
.tab-box .wenzi-left li a:before{
    content: "";
    position: absolute;
    left: -3px;
    top: -17px;
    width: 90px;
    height: 97.5px;
    background: url("/style/img/hero-b.png") no-repeat center center/100% 100%;
    z-index: 1;
}
.wenzi .gd-box h3{
margin-left: 25px !important;
color: #144a69;
margin-top:15px;
}
.tabzhubo{
display:block !important;
}

.tag-list{
    position: relative;
    width: 100%;
    height: auto;
}
.tag-list .tag-item {
    position: relative;
    width: auto;
    height: 42px;
    box-sizing: border-box;
    border: 14px solid rgba(0,0,0,.1);
    border-image-source: url(../images/boder1.png);
    border-image-slice: 14 14 14 14;
    border-image-repeat: repeat;
    text-align: center;
    line-height: 14px;
    color: #D0A85C;
    margin: 7.5px 5px;
    transition-duration: 0.2s;
}
.tag-list .tag-item:hover {
    border-image-source: url(../images/border5.png);
    color: #FFF;
}
.swiper-pagination-bullet-active {
    background: #D0A85C !important;
}
article {
    position: relative;
    width: 1170px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.tags-box {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.tags-box .tag{
    position: relative;
    width: auto;
    height: 42px;
    box-sizing: border-box;
    border: 14px solid rgba(0,0,0,.1);
    border-image-source: url(../images/boder1.png);
    border-image-slice: 14 14 14 14;
    border-image-repeat: repeat;
    text-align: center;
    line-height: 14px;
    color: #D0A85C;
    margin: 7.5px 5px;
    transition-duration: 0.2s;
}
.tags-box .tag:hover{
    border-image-source: url(../images/border5.png);
    color: #FFF;
}
.new-tab {
    position: relative;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 2px solid #3A3A3A;
}
.new-tab .tab-item {
    position: relative;
    width: 80px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    color: #6A6A6A;
    line-height: 48px;
    cursor: pointer;
    margin-bottom: 20px;
}
.new-tab .tab-item.current {
    cursor: default;
}
.new-tab .tab-item.current, .new-tab .tab-item:hover {
    color: #C49F58;
    font-size: 18px;
    border-bottom: 2px solid #C49F58;
}
.select-box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.select-box .select-item {
    position: relative;
    width: 90px;
    height: 122px;
    margin: 12px;
    display: none;
}
.select-box[data-type="主播"] .select-item[data-type="主播"] {
    display: block;
}
.select-box[data-type="坦克"] .select-item[data-type="坦克"] {
    display: block;
}
.select-box[data-type="战士"] .select-item[data-type="战士"] {
    display: block;
}
.select-box[data-type="刺客"] .select-item[data-type="刺客"] {
    display: block;
}
.select-box[data-type="法师"] .select-item[data-type="法师"] {
    display: block;
}
.select-box[data-type="射手"] .select-item[data-type="射手"] {
    display: block;
}
.select-box[data-type="辅助"] .select-item[data-type="辅助"] {
    display: block;
}
.select-box .select-item .select-choice {
    display: block;
    width: 100%;
    height: 100%;
}
.select-box .select-item .select-choice:hover .select-text {
    color: #C49F58;
} 
.select-box .select-item .select-choice:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 97.5px;
    background: url(/style/img/hero-b.png) no-repeat center center/100% 100%;
    z-index: 2;
}
.select-box .select-item .select-choice .select-icon {
    display: block;
    position: relative;
    width: 76px;
    height: 76px;
    margin-top: 15px;
    margin-left: 7px;
    border-radius: 50%;
}
.select-box .select-item .select-choice .select-text {
    display: block;
    position: relative;
    width: 100%;
    height: 24.5px;
    font-size: 12px;
    color: #FFF;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}

.videos {
    position: relative;
    width: 100%;
    height: auto;
}
.videos .video-item {
    position: relative;
    width: 200px;
    height: 142px;
    margin-right: 20px;
    margin-bottom: 20px;
    transition-duration: 0.5s;
}
.videos .video-item:hover {
    transform: scale(1.1);
}
.videos .video-item:hover h2 {
    color: #C49F58;
}
.videos .video-item img {
    display: block;
    position: relative;
    width: 100%;
    height: 112px;
}
.videos .video-item h2 {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #FFF;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

body #recentlyMatch .match-item .team {
    color: #C49F58;
}
body #recentlyMatch .match-item .vs {
    color: #DDD;
}

.zc_page{margin:5px}
.zc_page li{display:inline;padding:5px;margin:5px}
.navs a{font-size:14px;line-height:34px;height:34px;background:#333;padding:3px 10px;margin:5px 5px 0 0;border-radius:3px;transition:all .2s;color:#ccc;white-space:nowrap;}
.navs a:hover{background:#BF303F;color:#fff}</pre></body></html>