@charset "utf-8";
/*自定义变量*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img,
button {
  margin: 0;
  padding: 0;
}
body {
  background: #FFF;
  font-family: "微软雅黑", tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
  font-size: 12px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset {
  vertical-align: middle;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
addr,
acronym,
img {
  border: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  *margin-left: -6px;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
select option {
  padding-right: 3px;
}
cite,
blackquote,
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
pre,
code {
  font-family: monospace;
}
acronym,
abbr {
  cursor: help;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #2b2f39;
}
a:hover {
  color: #00542c;
  text-decoration: none;
}
a:focus {
  outline: 0px dotted;
  -moz-outline-style: none;
}
input:focus {
  -moz-outline-style: none;
}
/*form元素*/
input,
select,
label {
  vertical-align: middle;
}
.inpt {
  padding: 2px;
  border: 1px solid #aeaeae;
}
.select {
  padding: 1px;
  border: 1px solid #aeaeae;
}
/*分页*/
.pages {
  margin: 35px;
  padding: 3px;
  text-align: center;
  font-size: 12px;
}
.pages a {
  padding: 5px 8px;
  border: solid 1px #1467b3;
  color: #555;
  margin-right: 5px;
  text-decoration: none;
  background: #fff;
  border-radius: 3px;
}
.pages a:hover {
  border: solid 1px #1467b3;
  color: #fff;
  background-color: #1467b3;
}
.pages span {
  padding: 5px 8px;
  margin-right: 5px;
  border-radius: 3px;
}
.pages span.current {
  border: solid 1px #1467b3;
  font-weight: bold;
  color: #fff;
  background-color: #1467b3;
}
.pages span.disabled {
  border: solid 1px #efefef;
  color: #d9d9d9;
}
.pages input {
  border: solid 1px #1467b3;
}
/*color*/
.bg_co_w {
  background-color: #FFF !important;
}
.co_b {
  color: #000 !important;
}
.co_w {
  color: #fff !important;
}
.co_r {
  color: #d13841 !important;
}
.co_gray {
  color: #bbb;
}
.co_333 {
  color: #333 !important;
}
.co_666 {
  color: #666 !important;
}
.co_999 {
  color: #999 !important;
}
.bg_co1 {
  background-color: #f0f0f0;
}
.bg_co2 {
  background-color: #f2f2f2;
}
.bg_co3 {
  background-color: #f8f8f8;
}
.bg_co4 {
  background-color: #fefefe;
}
.bg_co5 {
  background-color: #4c876b;
}
.co1 {
  color: #00542c;
}
.co2 {
  color: #f0f0f0;
}
.co3 {
  color: #159d58;
}
.co4 {
  color: #dedede;
}
.co5 {
  color: #367253;
}
/*btn*/
.button-img {
  background-image: url("/images/activity-web/btn.png");
  background-repeat: no-repeat;
  text-align: center;
  border: 0;
  cursor: pointer;
  display: inline-block;
}
.button-1 {
  background-image: url("/images/activity-web/btn.png");
  background-repeat: no-repeat;
  text-align: center;
  border: 0;
  cursor: pointer;
  display: inline-block;
  background-position: 0 -47px;
  height: 47px;
  line-height: 47px;
  width: 270px;
}
.button-2 {
  background-image: url("/images/activity-web/btn.png");
  background-repeat: no-repeat;
  text-align: center;
  border: 0;
  cursor: pointer;
  display: inline-block;
  background-position: 0 -94px;
  height: 37px;
  line-height: 37px;
  width: 101px;
  color: #FFF;
  font-weight: 600;
}
.button-2:hover {
  color: #fff;
}
.btn_ok {
  color: #00542c;
  border: 1px solid #00542c;
  border-radius: 3px;
  background-color: #f0f0f0;
  height: 40px;
  line-height: 40px;
  width: 200px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.btn_ok:hover {
  color: #f0f0f0;
  background-color: #f2f2f2;
}
.btn_buy {
  color: #128feb;
  border: 1px solid #128feb;
  border-radius: 3px;
  background-color: #fff;
  height: 26px;
  line-height: 26px;
  width: 45px;
  font-weight: 300;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.btn_buy:hover {
  color: #fff;
  background-color: #128feb;
}
/* 定位 */
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.bc {
  margin-left: auto;
  margin-right: auto;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.clear {
  clear: both;
}
.clear-l {
  clear: left;
}
.clear-r {
  clear: right;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.Clearfix {
  display: block;
}
.vm {
  vertical-align: middle;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pn {
  position: static;
}
.zoom {
  zoom: 1;
}
.hidden {
  visibility: hidden;
}
.none {
  display: none;
}
.block {
  display: block;
}
.in_block {
  display: inline-block;
}
.v_top {
  vertical-align: top;
}
.v_mid {
  vertical-align: middle;
}
.text_ind20 {
  text-indent: 2em;
}
.ov_hid {
  overflow: hidden;
}
.one_lin {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: inline-block;
}
.two_lin {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  display: inline-block;
}
.nowrap {
  white-space: nowrap;
}
.tb_fix {
  table-layout: fixed;
}
.fb {
  font-weight: bold;
}
.fn {
  font-weight: normal;
}
.lh150 {
  line-height: 150%;
}
.lh180 {
  line-height: 180%;
}
.lh200 {
  line-height: 200%;
}
.unl {
  text-decoration: underline;
}
.no-unl {
  text-decoration: none;
}
.hand {
  cursor: pointer;
}
.arrow {
  cursor: default;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Font 文字排版 */
.f12 {
  font-size: 12px !important;
}
.f13 {
  font-size: 13px !important;
}
.f14 {
  font-size: 14px !important;
}
.f15 {
  font-size: 15px !important;
}
.f16 {
  font-size: 16px !important;
}
.f17 {
  font-size: 17px !important;
}
.f18 {
  font-size: 18px !important;
}
.f19 {
  font-size: 19px !important;
}
.f20 {
  font-size: 20px !important;
}
.f21 {
  font-size: 21px !important;
}
.f22 {
  font-size: 22px !important;
}
.f23 {
  font-size: 23px !important;
}
.f24 {
  font-size: 24px !important;
}
.f25 {
  font-size: 25px !important;
}
.f26 {
  font-size: 26px !important;
}
.f27 {
  font-size: 27px !important;
}
.f28 {
  font-size: 28px !important;
}
/*width元素*/
.w80 {
  width: 80px !important;
}
.w160 {
  width: 160px !important;
}
.w240 {
  width: 240px !important;
}
.w320 {
  width: 320px !important;
}
.w400 {
  width: 400px !important;
}
.w480 {
  width: 480px !important;
}
.w560 {
  width: 560px !important;
}
.w640 {
  width: 640px !important;
}
.w720 {
  width: 720px !important;
}
.w800 {
  width: 800px !important;
}
.w880 {
  width: 880px !important;
}
.w960 {
  width: 960px !important;
}
.w1040 {
  width: 1040px !important;
}
.w1120 {
  width: 1120px !important;
}
.w1200 {
  width: 1200px !important;
}
.w {
  width: 100%;
}
/*height元素*/
.h10 {
  height: 10px;
}
.h20 {
  height: 20px;
}
.h30 {
  height: 30px;
}
.h40 {
  height: 40px;
}
.h50 {
  height: 50px;
}
.h60 {
  height: 60px;
}
.h70 {
  height: 70px;
}
.h80 {
  height: 80px;
}
.h {
  height: 100%;
}
.m5 {
  margin: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.m10 {
  margin: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.m15 {
  margin: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mr15 {
  margin-right: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml15 {
  margin-left: 15px;
}
.m20 {
  margin: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.m25 {
  margin: 25px;
}
.mt25 {
  margin-top: 25px;
}
.mr25 {
  margin-right: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml25 {
  margin-left: 25px;
}
.m30 {
  margin: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.p5 {
  padding: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.p10 {
  padding: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.p15 {
  padding: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl15 {
  padding-left: 15px;
}
.p20 {
  padding: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.p25 {
  padding: 25px;
}
.pt25 {
  padding-top: 25px;
}
.pr25 {
  padding-right: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pl25 {
  padding-left: 25px;
}
.p30 {
  padding: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl30 {
  padding-left: 30px;
}
.mt-1 {
  margin-top: -1px !important;
}
.mt-5 {
  margin-top: -5px !important;
}
.ml-1 {
  margin-left: -1px !important;
}
.pl100 {
  padding-left: 100px !important;
}
.pl100 {
  padding-left: 100px !important;
}
.pr100 {
  padding-left: 100px !important;
}
.h100 {
  height: 100px !important;
}
.h200 {
  height: 200px !important;
}
.w980 {
  width: 980px !important;
}
.f40 {
  font-size: 40px !important;
}
.w830 {
  width: 830px !important;
}
.w360 {
  width: 360px !important;
}
.w330 {
  width: 330px !important;
}
.w460 {
  width: 460px !important;
}
.w595 {
  width: 595px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.w224 {
  width: 224px !important;
}
.w974 {
  width: 974px !important;
}
.w130 {
  width: 130px !important;
}
.w1068 {
  width: 1068px !important;
}
.mt-3 {
  margin-top: -3px !important;
}
body {
  min-width: 1200px;
  background-color: #f2f2f2;
}
/*table样式*/
.f_tb1 {
  font-size: 15px;
}
.f_tb1 th,
.f_tb1 td {
  padding: 5px;
  color: #474747;
}
.f_tb1 th {
  text-align: right;
}
.l_tab1 {
  color: #666;
  table-layout: fixed;
}
.l_tab1 th,
.l_tab1 td {
  text-align: center;
  padding: 10px 5px;
}
.l_tab1 th {
  font-weight: 700;
  background-color: #f0f0f0;
  color: #000;
}
.l_tab1 td {
  border-bottom: 1px dashed #dedede;
  padding: 12px 5px;
}
.l_tab1 td.co2 {
  color: #ff6e27;
}
.l_tab1 td.co_blue {
  color: #006ec3;
}
.l_tab1 td.co_b {
  color: #000;
}
.l_tab2 {
  color: #333;
  table-layout: fixed;
}
.l_tab2 th,
.l_tab2 td {
  text-align: center;
  padding: 6px 5px;
  border-bottom: 1px solid #cc333c;
}
.l_tab2 th {
  font-weight: 300;
  padding: 10px 5px;
}
.l_tab2 td {
  border-bottom: 1px dashed #cc333c;
}
.l_tab2 td img {
  width: 100px;
}
.l_tab2 tr:last-child td {
  border-bottom: none;
}
.l_tab3 {
  color: #333;
  table-layout: fixed;
}
.l_tab3 th,
.l_tab3 td {
  text-align: center;
  padding: 5px 0;
}
.l_tab3 th {
  font-weight: 300;
  background-color: #f0f0f0;
}
.l_tab3 tr.bg td {
  background-color: #f0f0f0;
}
.l_tab3 td.green {
  color: #83a13c;
}
.l_tab3 td.red {
  color: #be5863;
}
.green {
  color: #83a13c;
}
.red {
  color: #be5863;
}
/*头部和底部样式*/
.head {
  height: 100px;
  position: relative;
  z-index: 9;
}
.head.line {
  background: none;
  border-bottom: 1px solid #7d7f83;
}
.head .top {
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #dedede;
  background-color: #eeeeee;
  padding: 0 10px;
}
.head .top ul {
  width: 1200px;
  margin: 0 auto;
}
.head .top ul li.fl a {
  border: 1px solid #DCDCDC;
  border-width: 0 1px;
  display: inline-block;
  padding: 0 10px;
}
.head .top ul li.fl span {
  position: relative;
  display: inline-block;
  z-index: 9999;
}
.head .top ul li.fl span > img {
  display: none;
  position: absolute;
  left: 0;
  top: 29px;
  border: 1px solid #DCDCDC;
}
.head .top ul li.fl span:hover > img {
  display: block;
}
.head .top ul li.fr span {
  display: inline-block;
  padding: 0 10px;
  color: #666666;
  position: relative;
  z-index: 9999;
}
.head .top ul li.fr span > img {
  display: none;
  position: absolute;
  left: 0;
  top: 29px;
  border: 1px solid #DCDCDC;
}
.head .top ul li.fr span:hover > img {
  display: block;
}
.head .top ul li.fr span > .zizhan {
  display: none;
  position: absolute;
  min-width: 100px;
  padding: 0 10px;
  background-color: #fff;
  right: 0;
  top: 29px;
  border: 1px solid #DCDCDC;
  z-index: 99999;
}
.head .top ul li.fr span > .zizhan ol li {
  padding: 5px;
  border-bottom: 1px solid #dedede;
  text-align: center;
  white-space: nowrap;
}
.head .top ul li.fr span:hover > .zizhan {
  display: inline;
}
.head .w1180 {
  width: 1200px;
}
.head a.logo img {
  height: 42px;
  display: block;
  padding-top: 30px;
}
.head .head_search {
  position: absolute;
  right: 0;
  top: 30px;
}
.head .head_search input {
  width: 300px;
  float: left;
  border: none;
  padding: 0 5px;
  height: 26px;
  line-height: 26px;
  outline: none;
}
.head .head_search .head_search_btn {
  display: block;
  float: left;
  background-color: #156ec3;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 0 20px;
  height: 26px;
  line-height: 26px;
}
.head .head_search > a {
  border: 1px solid #ce353e;
  background-color: #faf0f1;
  color: #ce353e;
  height: 36px;
  line-height: 36px;
  padding: 0 45px;
  display: inline-block;
  font-size: 14px;
  margin-right: 16px;
}
.head .head_search > a:first-child {
  background-color: #fceff0;
}
.main_nav {
  height: 40px;
  line-height: 40px;
  border-bottom: 4px solid #cc333c;
}
.main_nav ul {
  width: 1200px;
  margin: 0 auto;
}
.main_nav ul > li {
  float: left;
  text-align: center;
  width: 106px;
  height: 27px;
  z-index: 999;
  margin-right: 30px;
}
.main_nav ul > li a {
  color: #333333;
  font-size: 14px;
  display: block;
}
.main_nav ul > li:hover a,
.main_nav ul > li.hover a {
  color: #d13841;
  background: url("/images/activity-web/nav_bg.png") 0 center no-repeat;
}
/*底部*/
.foot {
  margin-top: 20px;
  background: url("/images/activity-web/s-foot-bg.png") no-repeat;
  height: 30px;
  padding: 70px 0;
  overflow: hidden;
}
.foot_con {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.foot_con ul {
  text-align: center;
}
.foot_con ul li {
  border-left: 1px solid #fff;
  display: inline-block;
  padding: 0 70px;
  line-height: 20px;
}
.foot_con ul li a {
  color: #fff;
  font-size: 14px;
}
.foot_con ul li:last-child {
  border-right: 1px solid #fff;
}
.foot-copyright {
  background: #09559e;
  line-height: 45px;
  text-align: center;
}
.foot-copyright .items {
  padding-left: 20px;
}
/*遮罩层*/
.cover {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0.4;
  filter: alpha(opacity=40);
  display: none ;
}
/*一般弹出层*/
.pop-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  color: #333;
  display: none;
  padding: 40px;
  width: 720px;
  height: auto;
  background-color: #fff;
}
.pop-box2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  color: #333;
  display: none;
  padding: 0 40px 0 40px;
  width: 1300px;
  height: auto;
  background-color: #fff;
}
.pop-box.active {
  display: block;
}
.pop-box.active ~ .cover {
  display: block;
}
.pop-box_con {
  position: relative;
}
.pop-box_con .close {
  position: absolute;
  top: -60px;
  right: -60px;
  cursor: pointer;
}
.pop-box_con h5 {
  border-bottom: 1px solid #ce353e;
  height: 13px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  color: #ce353e;
}
.pop-box_con h5 span {
  display: inline-block;
  padding: 0 20px;
  margin-bottom: -10px;
  background-color: #fff;
}
.pop-box_btn {
  background-color: #7eb3e3;
  padding: 20px 0;
  text-align: center;
}
/*首页文件*/
body {
  min-width: 1200px;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.list_main {
  width: 1198px;
  margin: 0 auto;
  background: url("/images/activity-web/list_main_bg.jpg") repeat-y;
  height: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
}
.main_bg {
  /*background: url("/images/activity-web/list_bg.jpg") center 0 no-repeat;*/
  height: 100%;
  /* overflow: hidden; */
}
/*轮播*/
.lb {
  height: 310px;
  overflow: hidden;
  position: relative;
}
.slider {
  margin: 0px auto;
  height: 310px;
  position: relative;
  z-index: 7;
  overflow: hidden;
}
.conbox {
  position: absolute;
  left: 0px;
  width: 100%;
}
.conbox > div {
  width: 100%;
}
.conbox a {
  position: relative;
  z-index: 8;
  display: block;
  height: 100%;
}
.conbox img {
  margin: 0px auto;
}
.switcher {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 50;
  padding: 0 0 10px;
  border-radius: 15px;
}
.switcher a {
  cursor: pointer;
  float: left;
  overflow: hidden;
  background: url("/images/activity-web/lb_dian.png") -28px 0 no-repeat;
  width: 28px;
  height: 15px;
  margin-right: 0px;
}
.switcher a.cur,
.switcher a:hover {
  background: url("/images/activity-web/lb_dian.png") 0 0 no-repeat;
}
.index-search {
  background: url("/images/activity-web/search-bg.png") center 0 no-repeat;
  height: 67px;
  padding-top: 25px;
  overflow: hidden;
}
.index-search .search-con {
  margin-left: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 22px;
  padding: 8px 0;
  width: 500px;
  border-radius: 20px;
  border: 1px solid #e3e3e3;
}
.index-search .search-con span {
  width: 60px;
  height: 22px;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #DCDCDC;
  float: left;
}
.index-search .search-con span img {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.index-search .search-con p {
  width: 400px;
  margin-left: 70px;
}
.index-search .search-con input {
  height: 22px;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
}
.index-search .search-con input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.border {
  border: 1px solid #dcdcdc;
}
.index-login {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 20px;
  background-color: rgba(244, 244, 244, 0.8);
  width: 241px;
  height: 245px;
  padding: 20px 27px 0;
  margin-left: 250px;
}
.index-login h5 {
  line-height: 40px;
  font-weight: normal;
  font-size: 18px;
}
.index-login ul a.btn {
  height: 36px;
  line-height: 36px;
  background-color: #ce353e;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.index-login ul li.input {
  height: 34px;
  line-height: 34px;
  border: 1px solid #dcdcdc;
  padding: 0 15px;
  background-color: #fff;
  margin-bottom: 13px;
}
.index-login ul li.input label {
  margin-right: 10px;
  line-height: 34px;
  display: inline-block;
  float: left;
  width: 40px;
  color: #333;
}
.index-login ul li.input input {
  border: none;
  height: 24px;
  line-height: 24px;
  outline: none;
  float: left;
  padding: 5px 10px 5px 0;
}
.hdp {
  width: 330px;
  height: 285px;
}
.slideBox {
  width: 330px;
  height: 270px;
  position: relative;
}
.slideBox .hd {
  height: 6px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: -15px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 29px;
  height: 6px;
  line-height: 0px;
  text-align: center;
  background: #c4c4c4;
  cursor: pointer;
}
.slideBox .hd ul li.on {
  background: #1671c7;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd img {
  width: 330px;
  height: 270px;
  display: block;
}
.slideBox .bd li .bg {
  width: 330px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.slideBox .bd li .title {
  width: 330px;
  height: 30px;
  line-height: 30px;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.slideBox .bd li .title a {
  color: #fff;
  padding-left: 15px;
}
.picMarquee-left {
  width: 1078px;
  padding: 0 50px;
  overflow: hidden;
  position: relative;
}
.picMarquee-left .hd {
  overflow: hidden;
  height: 30px;
  background: #f4f4f4;
  padding: 0 10px;
}
.picMarquee-left .bd {
  padding: 10px 0;
  overflow: hidden;
}
.picMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picMarquee-left .bd ul li {
  margin: 0 3px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.picMarquee-left .bd ul li .pic {
  text-align: center;
}
.picMarquee-left .bd ul li .pic img {
  width: 208px;
  height: 73px;
  display: block;
  border: 1px solid #ccc;
}
.picMarquee-left .bd ul li .pic a:hover img {
  border-color: #4ca1ef;
}
.picMarquee-left .bd ul li .title {
  line-height: 24px;
}
.picMarquee-left .prev,
.picMarquee-left .next {
  position: absolute;
  left: 5px;
  top: 20px;
  display: block;
  width: 30px;
  height: 50px;
  border: 1px solid #ddd;
  background: url(/images/activity-web/icoLeft.gif) center center no-repeat #cecece;
}
.picMarquee-left .next {
  left: auto;
  right: 5px;
  background: url(/images/activity-web/icoRight.gif) center center no-repeat #cecece;
}
.picMarquee-left .prev:hover,
.picMarquee-left .next:hover {
  border-color: #4ca1ef;
}
.ad ul li {
  display: table-cell;
  width: 1%;
}
.box {
  border: 1px solid #dcdcdc;
  padding: 0 10px;
}
.box_tab {
  height: 18px;
  border-bottom: 1px solid #dcdcdc;
  padding: 13px 10px;
}
.box_tab h5 {
  color: #333;
  border-left: 5px solid #1671c7;
  padding-left: 10px;
  line-height: 18px;
}
.box_tab h4 {
  color: #333;
  line-height: 18px;
  font-size: 14px;
}
.box_tab > ul {
  padding-left: 20px;
}
.box_tab > ul li {
  float: left;
  line-height: 21px;
  padding: 0 20px;
  margin-right: 10px;
  cursor: pointer;
}
.box_tab > ul li:hover,
.box_tab > ul li.hover {
  background-color: #128feb;
  border-radius: 10px;
  color: #fff;
}
.box-tt {
  padding: 10px 0;
  border-bottom: 4px solid #cc333c;
}
.box-con dl {
  padding: 10px 0;
}
.box-con dl dt,
.box-con dl dd {
  position: relative;
  float: left;
  margin-right: 15px;
  height: 304px;
  overflow: hidden;
}
.box-con dl dd:last-child {
  margin-right: 0;
}
.box-con dl dt i {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-style: normal;
  display: block;
  padding: 10px 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.box-con dl dd i {
  background-color: rgba(206, 53, 62, 0.7);
  color: #fff;
  font-style: normal;
  display: block;
  padding: 10px 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.box-con ul.index-jp {
  padding-top: 10px;
  overflow: hidden;
}
.box-con ul.index-jp li {
  position: relative;
  width: 284px;
  margin-right: 21px;
  float: left;
}
.box-con ul.index-jp li h5 {
  font-weight: normal;
  padding: 13px;
  background-color: #fff;
  line-height: 1.8;
}
.box-con ul.index-jp li img {
  width: 284px;
  height: 294px;
  display: block;
}
.box-con ul.index-jp li:last-child {
  margin-right: 0;
}
.box-con ul.index-jp li h4 {
  font-weight: normal;
  position: absolute;
  bottom: 72px;
  left: 0;
  width: 258px;
  padding: 13px;
  background-color: rgba(225, 225, 225, 0.7);
}
.box-con ul.index-jp li h4 p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
}
.more-btn {
  display: inline-block;
  background-color: #ce353e;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  padding: 0 120px;
}
.more-btn:hover {
  color: #fff;
}
.link-ico {
  width: 740px;
  margin: 30px auto;
}
.link-ico ul li {
  display: table-cell;
  width: 1%;
  text-align: center;
}
.list_title_info {
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.list_title_info h5 {
  line-height: 40px;
}
.list_title_info p {
  line-height: 1.8;
  color: #666 !important;
}
.list_title_info a.detail {
  position: absolute;
  right: 0;
  bottom: 15px;
  color: #1671c7;
  background-color: #fff;
  padding-left: 10px;
}
.list_title_info:last-of-type {
  border-bottom: none;
}
.list_title ul {
  padding: 10px 0 0;
}
.list_title ul li {
  color: #333;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_title ul.fk li {
  padding-left: 15px;
  background: url("/images/activity-web/ico2.png") 0 center no-repeat;
}
.list_title ul.jt li {
  padding-left: 15px;
  line-height: 35px;
  background: url("/images/activity-web/ico3.png") 0 center no-repeat;
}
.list_title ul.sz li {
  padding-left: 25px;
  line-height: 35px;
  background: url("/images/activity-web/ico6.png") 0 center no-repeat;
}
.list_title ul.sz li:hover {
  background: url("/images/activity-web/ico7.png") 0 center no-repeat;
}
.list_title_huodong {
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.list_title_huodong h5 {
  padding-left: 15px;
  line-height: 19px;
  font-weight: 300;
  background: url("/images/activity-web/ico3.png") 0 center no-repeat;
}
.list_title_huodong img,
.list_title_huodong table,
.list_title_huodong p,
.list_title_huodong a.detail {
  display: none;
}
.list_title_huodong.hover img,
.list_title_huodong.hover table,
.list_title_huodong.hover p,
.list_title_huodong.hover a.detail {
  display: block;
}
.list_title_huodong.hover h5 {
  line-height: 40px;
  font-weight: 700;
  background: none;
  padding-left: 0;
}
.list_title_huodong.hover p {
  line-height: 1.8;
  color: #666 !important;
}
.list_title_huodong.hover a.detail {
  position: absolute;
  right: 0;
  bottom: 15px;
  color: #1671c7;
  background-color: #fff;
  padding-left: 10px;
}
.list_title_huodong:last-of-type {
  border-bottom: none;
}
.path {
  height: 35px;
  line-height: 35px;
}
.path a {
  color: #1467b3;
}
.path span {
  color: #323232;
}
/*详情页*/
.info-pic {
  /*margin-right: 20px;*/
  position: relative;
}
.info-pic img {
  width: 26.125rem;
  height: 17rem;
}
.info-pic i {
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  height: 34px;
  line-height: 34px;
  background-color: #cc333c;
  color: #fff;
  padding: 0 40px 0 15px;
  border-radius: 0 17px 17px 0;
}
.info-con {
  width: 29.5rem;
  float: right;
  margin-right: .75rem;
}
.info-con h5 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 13px;
}
.info-con .info-con-jindu {
  background: url("/images/activity-web/info-con-bg.jpg") no-repeat;
  height: 130px;
  padding: 30px 0 0 30px;
}
.info-con .info-con-jindu h4 {
  color: #c9392b;
  font-weight: normal;
}
.info-con .info-con-btn {
  display: block;
  background-color: #cc333c;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.info-type {
  background-color: #fff;
  width: 260px;
  height: 247px;
  padding: 25px 0 0 25px;
}
.info-type ul li {
  margin-bottom: 25px;
  font-size: 14px;
}
.info-type ul li .blue {
  color: #3299e1;
}
.info-type ul li .red {
  color: #c9392b;
}
.jindu .jinfu-con {
  background-color: #dcdcdc;
  border-radius: 10px;
  height: 15px;
  overflow: hidden;
}
.jindu .jinfu-con p {
  background-color: #cc333c;
  height: 15px;
}
.jindu .jindu-wz {
  margin-top: 5px;
  color: #333333;
}
.info-tab {
  height: 35px;
  background-color: #d7d7d7;
}
.info-tab ul li {
  cursor: pointer;
  float: left;
  padding: 0 10px;
  font-size: 14px;
  border-bottom: 2px solid #d7d7d7;
  line-height: 33px;
  color: #8c8c8c;
}
.info-tab ul li.hover {
  color: #cc333c;
  border-bottom-color: #cc333c ;
}
.info-liuyan {
  padding: 5px 10px 10px;
}
.info-liuyan ul li {
  /*background: url("/images/activity-web/s-ico_0005.png") 3px 8px no-repeat;*/
  line-height: 25px;
  border-bottom: 1px solid #dedede;
  padding: 5px 0 5px 30px;
}
.info-liuyan .fasong > a {
  height: 37px;
  background-color: #cc333c;
  width: 100px;
  text-align: center;
  line-height: 37px;
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #fff;
  border-radius: 0 5px 5px 0;
}
.info-liuyan .fasong h5 {
  font-weight: normal;
  margin-right: 100px;
  border: 1px solid #d2d2d2;
  background-color: #f2f2f2;
  height: 35px;
  border-radius: 5px 0 0 5px;
}
.info-liuyan .fasong h5 input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 98%;
  line-height: 35px;
  padding: 0 1%;
}
.numstep {
  border: 1px solid #DCDCDC;
  overflow: hidden;
}
.numstep span {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  background-color: #ce353e;
  box-sizing: border-box;
}
.numstep span.jian {
  padding-top: 17px;
}
.numstep span.jia {
  padding-top: 11px;
}
.numstep p {
  margin: 0 40px;
}
.numstep p input {
  border: none;
  outline: none;
  height: 36px;
  line-height: 36px;
  width: 100%;
}
.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
}
.bottom p {
  margin-bottom: 10px;
}
.bottom a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  color: #fff;
  width: 300px;
  background-color: #ce353e;
  text-align: center;
}
.fudong {
  position: fixed;
  right: 1px;
  bottom: 1px;
  z-index: 9999;
}
.fudong ul li {
  background-color: #0a4379;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}
.fudong ul li .img {
  position: absolute;
  right: 41px;
  bottom: 0;
  display: none;
  border: 1px solid #dedede;
  background-color: #fff;
}
.fudong ul li .text {
  position: absolute;
  right: 36px;
  border-radius: 5px 0 0 5px;
  height: 20px;
  bottom: 0;
  display: none;
  color: #fff;
  background-color: #0a4379;
}
.fudong ul li:hover > div {
  display: block;
}
