<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* base style */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,.blk2_tit
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Microsoft YaHei", "\u5FAE\u8F6F\u96C5\u9ED1", "Arial", "SimSun", "\u5B8B\u4F53", "Arial Narrow", "HELVETICA";
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
input,
textarea {
  outline-style: none;
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button,
a,
span,
em,
i {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
html {
  font-size: 62.5%;
}
body {
  background: #ffffff;
  font: 12px/20px "Microsoft YaHei", "\u5FAE\u8F6F\u96C5\u9ED1", "Arial", "SimSun", "\u5B8B\u4F53", "Arial Narrow", "HELVETICA";
  font-size: 13px;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
::selection {
  background: #f35a5a;
  color: white;
}
::-moz-selection {
  background: #f35a5a;
  color: white;
}
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #888;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
/* functions */
.inlineBlock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* vars */
/* common */
body {
  -webkit-font-smoothing: antialiased;
  background-color: #f3f3f3;
}
/* pagebox */
.page_box {
  float: left;
}
.page_box a {
  margin-right: 6px;
}
.page_home,
.page_pre,
.page_next {
  float: left;
  width: 33px;
  height: 33px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  line-height: 33px;
  text-align: center;
}
.page_home {
  width: 63px;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
}
.page_home i {
  vertical-align: top;
  margin: 7px 5px 0 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 16px;
  height: 18px;
  background: url("../imgs/sprite_common.png") -124px -62px no-repeat;
}
.page_pre i {
  vertical-align: top;
  margin-top: 7px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 18px;
  background: url("../imgs/sprite_common.png") -140px -50px no-repeat;
}
.page_next i {
  vertical-align: top;
  margin-top: 7px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 18px;
  background: url("../imgs/sprite_common.png") -155px -50px no-repeat;
}
.page_num {
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
}
.page_num:hover {
  background-color: #fe5050;
  color: #fff;
}
.page_selected {
  cursor: default;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.page_selected:hover {
  background-color: #fff;
  color: #333;
}
.page_eps {
  float: left;
  width: 25px;
  height: 35px;
  line-height: 28px;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 6px;
}
/* main */
.main {
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.main_l {
  width: 690px;
  float: left;
  margin-top: 20px;
}
.main_r {
  width: 255px;
  float: right;
  margin-top: 20px;
}
.blk1 {
  width: 100%;
  height: 220px;
  position: relative;
}
.blk1_logo {
  position: absolute;
  top: 0;
  z-index:2;
  left: 45px;
  width: 198px;
  height: 198px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  cursor: pointer;
}
.blk1_logo img {
  display: block;
  width: 190px;
  height: 190px;
  margin: 4px;
}
.blk1_banner {
  width: 978px;
  height: 148px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  margin-top: 70px;
  *position:relative;
  *z-index:0;
  *top:60px;
}
.blk1_l {
  width:400px;
  float: left;
  margin-left: 275px;
  margin-top: 10px;
}
.blk1_l .blk1_name {
  font-size: 22px;
  font-size: 2.2rem;
  color: #333;
  margin-bottom: 15px;
  cursor: pointer;
}
.blk1_l .blk1_intro {
  font-size: 12px;
  color: #666;
  height: 100px;
  overflow: hidden;
}
.blk1_r {
  float: right;
  margin-right: 35px;
  margin-top: 45px;
}
.blk1_attention_num {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bbb;
  margin-bottom: 8px;
}
.blk1_attention_num span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fe5050;
}
.blk1_pay_attention {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #fe5050;
  color: #fff;
  position: relative;
}
.blk1_pay_attention span {
  display: none;
}
.blk1_pay_attention:hover {
  background-color: #fd3636;
}
.blk1_pay_attention:active span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #fd3636;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.4);
  background-color: #333333 \9;
  filter: alpha(opacity=40);
  height: 4px;
}
.blk1_attention {
  background-color: #bbb;
}
.blk1_attention:hover {
  background-color: #dedede;
}
.blk2 {
  width: 100%;
  height: 245px;
}
.blk2_item {
  float: left;
  width: 220px;
  height: 100%;
  margin-left: 15px;
}
.blk2_img {
  width: 100%;
  height: 165px;
  position: relative;
  display: block;
  cursor: pointer;
}
.blk2_img img {
  width: 100%;
  height: 190px;
  display: block;
}
.blk2_img .blk2_tag {
  position: absolute;
  top: 0;
  right: 0;
  display:inline-block;
  padding:0 10px;
  height: 30px;
  z-index: 10;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: #5a5a5a;
  white-space:nowrap;
}
.blk2_img .bg_cover {
  display: none;
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  background-color: #000000 \9;
  filter: alpha(opacity=10);
}
.blk2_img:hover img {
  filter:alpha(opacity=90);
  opacity:0.9;
}
.blk2_tit {
  width: 100%;
  height: 55px;
  background-color: #5a5a5a;
}
.blk2_tit p {
  width: 190px;
  margin: 14px 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #fff;
}
.blk3 {
  width: 688px;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.blk3_top {
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 99;
}
.blk3_top_border {
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.blk3_nav {
  float: left;
  position: relative;
  height: 60px;
  overflow: hidden;
}
.blk3_nav_hover {
  height: auto;
  overflow: visible;
}
.blk3_nav_hover .blk3_handler {
  border: 1px solid #d2d2d2;
  border-bottom: none;
}
.blk3_nav_hover .blk3_list {
  display: block;
}
.blk3_nav_hover .blk3_handler_a i {
  background-position: -10px -80px;
}
.bread_crumbs {
  float: left;
  height: 60px;
  line-height: 60px;
  color: #999;
  margin-left: 25px;
  font-size: 14px;
  font-size: 1.4rem;
}
.bread_crumbs a {
  color: #333;
}
.bread_crumbs .current {
  color: #333;
}
.blk3_handler {
  width: 130px;
  border: 1px solid #fff;
  border-bottom: none;
  background-color: #fff;
  position: relative;
  z-index: 9;
}
.blk3_handler_a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
}
.blk3_handler_a i {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 6px;
  width: 8px;
  height: 7px;
  background: url("../imgs/sprite_common.png") 0 -80px no-repeat;
}
.blk3_list {
  position: absolute;
  background-color: #fff;
  z-index: 8;
  left: 0;
  top: 60px;
  display: none;
  border: 1px solid #d2d2d2;
  width: 686px;
  padding-bottom: 5px;
}
.blk3_list .blk3_line {
  position: absolute;
  width: 636px;
  top: 50px;
  left: 23px;
  height: 1px;
  background-color: #f3f3f3;
}
.blk3_list_a {
  float: left;
  margin-left: 59px;
  width: 80px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.blk3_list_a:hover {
  color: #fe5050;
}
.blk3_list_as {
  /*ä¿®å¤æœ€åŽä¸€ä¸ªå…ƒç´&nbsp;é”™ä½é—®é¢˜*/
  /*margin-left: 25px;*/
}
.blk3_link {
  float: right;
  border-left: 1px solid #dfdfdf;
  height: 30px;
  line-height: 30px;
  margin: 15px 15px 0 0;
  padding-left: 10px;
}
.blk3_link a {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 3px;
}
.blk3_link a:hover {
  color: #fe5050;
}
.blk3_link a.selected {
  color: #fe5050;
}
.blk3_item {
  width: 100%;
  height: 71px;
  position: relative;
  z-index: 88;
}
.blk3_item_hover {
  background-color: #f8f8f8;
}
.blk3_item_hover .blk3_portrait .bg_cover {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-position: -127px 0;
}
.blk3_item_hover .blk3_border {
  width: 100%;
  left: 0;
}
.blk3_border {
  position: absolute;
  width: 650px;
  height: 70px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  left: 19px;
  top: 0;
}
.blk3_item_inner {
  width: 650px;
  height: 70px;
  margin: 0 auto;
}
.blk3_portrait {
  float: left;
  width: 43px;
  height: 43px;
  margin: 13px 17px 0 3px;
  position: relative;
}
.blk3_portrait img {
  width: 100%;
  height: 100%;
  display: block;
}
.blk3_portrait .bg_cover {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../imgs/sprite_common.png") -80px 0 no-repeat;
}
.blk3_text {
  width: 470px;
  float: left;
  overflow: hidden;
  margin-top: 13px;
}
.blk3_tit {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  margin-bottom: 4px;
}
.blk3_tit span {
  color: #ff0000;
}
.blk3_tit .icon_top,
.blk3_tit .icon_jh,
.blk3_tit .icon_prize,
.blk3_tit .icon_try{height:16px;line-height:16px;padding:0 3px;font-size:10px;font-size:1rem;border-radius:2px;color:#fff;display:inline-block;margin:2px 4px 0 0;vertical-align:top;float: left;}
.blk3_tit .icon_top{background:#599bfd;}
.blk3_tit .icon_jh{background:#fe5050;}
.blk3_tit .icon_try{background:#7c3;}
.blk3_tit .icon_prize{background: #ffdf00;color: #ff0a00;}

.blk3_info {
  font-size: 12px;
  font-size: 1.2rem;
  color: #a5a5a5;
}
.blk3_info a {
  color: #a5a5a5;
}
.blk3_panel {
  float: right;
  width: 115px;
  height: 22px;
  margin-top: 37px;
  text-align: right;
}
.blk3_panel a {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 5px;
}
.blk3_up {
  color: #bebebe;
}
.blk3_up i {
  margin-right: 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 15px;
  height: 14px;
  background: url("../imgs/sprite_common.png") -80px -50px no-repeat;
}
.blk3_up_selected {
  cursor: default;
  color: #fe5050;
}
.blk3_up_selected i {
  width: 16px;
  height: 15px;
  background-position: -80px -80px;
}
.blk3_cmnt {
  color: #bebebe;
}
.blk3_cmnt i {
  margin-right: 4px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 13px;
  height: 12px;
  background: url("../imgs/sprite_common.png") -100px -50px no-repeat;
}
.blk3_pagebox {
  margin: 30px auto;
  height: 35px;
}
.publish {
  display: block;
  width: 253px;
  height: 58px;
  border: 1px solid #e5e5e5;
  line-height: 58px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  background-color: #fff;
  color: #fe5050;
  position: relative;
}
.publish span {
  display: none;
}
.publish i {
  vertical-align: top;
  margin: 17px 20px 0 0;
  *margin-top:5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 23px;
  height: 24px;
  background: url("../imgs/sprite_common.png") -20px -80px no-repeat;
}
.publish:hover {
  width: 255px;
  height: 60px;
  line-height: 60px;
  border: none;
  color: #fff;
  background-color: #fe5050;
}
.publish:hover i {
  margin-top: 18px;
  *margin-top: 6px;
  background-position: -50px -80px;
}
.publish:active {
  width: 255px;
  height: 60px;
  line-height: 60px;
  border: none;
}
.publish:active span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #fd3636;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.4);
  background-color: #333333 \9;
  filter: alpha(opacity=40);
  height: 4px;
}
.notice {
  width: 253px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  margin-top: 20px;
}
.notice_tags {
  margin: 16px -1px 16px 0;
  overflow:hidden;
  *zoom:1;
}
.notice_tags a {
  float: left;
  width: 126px;
  height: 44px;
  border: 1px solid #f1f1f1;
  border-left:0;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  white-space:nowrap;
  overflow:hidden;
  margin-bottom:-1px;
  text-overflow:ellipsis;
}
.notice_tags a:hover {
  color: #fe5050;
}
.notice_tit {
  width: 212px;
  margin: 10px auto 10px;
  color: #454545;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #e5e5e5;
  line-height: 36px;
}
.notice_content {
  width: 212px;
  margin: 0 auto 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}
.flow {
  width: 253px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  margin-top: 20px;
}
.flow_tit {
  width: 212px;
  margin: 10px auto;
  color: #454545;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #e5e5e5;
  line-height: 36px;
}
.flow_item {
  width: 212px;
  height: 43px;
  margin: 0 auto 15px;
}
.flow_img {
  float: left;
  width: 43px;
  height: 43px;
  position: relative;
}
.flow_img img {
  width: 100%;
  height: 100%;
  display: block;
}
.flow_img .bg_cover {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../imgs/sprite_common.png") -80px 0 no-repeat;
}
.flow_text {
  width: 95px;
  margin-left: 10px;
  margin-top: 5px;
  height: 36px;
  overflow: hidden;
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
}
.flow_text a {
  display: block;
  color: #232323;
}
.flow_text span {
  color: #777;
}
.flow_btn {
  float: right;
  width: 58px;
  height: 23px;
  margin-top: 10px;
  border: 1px solid #e2e2e2;
  text-align: center;
  line-height: 23px;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #fff;
}
.flow_btn i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 10px;
  background: url("../imgs/sprite_common.png") -80px -70px no-repeat;
  vertical-align: top;
  margin: 6px 6px 0 0;
}
.flow_btn:hover {
  color: #fff;
  background-color: #fe5050;
  border-color:#fe5050;
}
.flow_btn:hover i {
  background-position: -100px -70px;
}
.flowed {
  float: right;
  width: 60px;
  height: 25px;
  margin-top: 10px;
  text-align: center;
  line-height: 25px;
  color: #bbb;
  font-size: 12px;
  font-size: 1.2rem;
}
.side_video {
  margin-top: 20px;
  display: block;
  width: 255px;
  height: 180px;
  position: relative;
}
.side_video img {
  display: block;
  width: 100%;
  height: 100%;
}
.sv_text,
.sv_cover {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
.sv_cover {
  z-index: 8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #000000 \9;
  filter: alpha(opacity=50);
  height: 40px;
  top: auto;
}
.sv_btn {
  position: absolute;
  left: 92px;
  top: 35px;
  width: 70px;
  height: 70px;
  background: url("../imgs/sprite_common.png") 0 0 no-repeat;
}
.code {
  width: 255px;
  height: 135px;
  margin-top: 20px;
}
.code img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 138px;
  height: 135px;
}
.code p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 20px;
  margin-left: 5px;
  margin-bottom: 5px;
}


/*150214*/
.blk3_top_head{height:40px;margin-left:5px;}
.blk3_top_head a{padding:0 16px;line-height:40px;font-size:14px;font-size:1.4rem;margin:0 3px;display:inline-block;color:#666;}
.blk3_top_head a:hover,
.blk3_top_head a.cur{color:#fc4e4e;}
.dabiaoti {
	color: #0099CC;
	font-weight: bold;
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 17px;
}
</pre></body></html>