﻿@charset "utf-8";

/*整体定义*/
body {
  font-size: 12px;
  color: #737373;
  font-family: Arial, "宋体";
}

body,
form,
box,
div,
id,
class,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl,
dt,
dd,
em,
input,
textarea,
label {
  margin: 0;
  padding: 0;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  color: #000;
}

* {
  -webkit-text-size-adjust: none;
  /*这个是针对google浏览器12号以下字体不能用*/
}

/* strong{font-weight:normal;} */

li {
  list-style: none;
}

img {
  border: 0;
}

a {
  color: #3a3a3a;
  text-decoration: none;
}

a:hover {
  color: #fd7004;
  text-decoration: none;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

table {
  width: 100%;
  border: 1px solid #000 !important;
  border-right: none !important;
  border-bottom: none !important;
}

table td,
table td p span {
  color: #000 !important;
}

table td {
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  padding-left: 5px;
}

/*2016-05-09更改*/
.colorThis {
  color: #e96601 !important;
}

.shopTitleNav a:hover {
  color: #e96601;
}

.mianbao a:hover {
  color: #e96601;
}

/*头部定义*/
#header {}

.shopShowDownloadFont.shopShowDownloadBox table,
table.MsoNormalTable {
  max-width: 650px !important;
  border-collapse: collapse !important;
}

.shopShowDownloadFont.shopShowDownloadBox table td,
table.MsoNormalTable td {
  max-width: 650px !important;
}

/*顶部*/
.topFd {
  width: 100%;
  background: #535353;
  position: fixed;
  top: 0;
  _top: expression(documentElement.scrollTop + "px");
  _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
  _position: absolute;
  z-index: 999999;
}

#top {
  height: 34px;
  background: #535353;
}

.topBg {
  background: #535353;
  height: 34px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.top {
  width: 1001px;
  margin: 0 auto;
  line-height: 34px;
  zoom: 1;
  position: relative;
  z-index: 9999999;
  height: 34px;
}

.top a {
  padding: 0 7px;
  color: #FFF;
}

.top a:hover {
  color: #f76d03;
}

.top_nav {
  color: #8c8b8b;
  width: 250px;
  float: left;
}

.top_shortcut {
  width: 220px;
  float: left;
  padding-left: 310px;
}

.top_shortcut ul {
  background: url(../images/top_shortcut.gif) no-repeat left top;
  height: 34px;
  overflow: hidden;
  zoom: 1;
}

.top_shortcut ul li {
  width: 70px;
  float: left;
  text-indent: 14px;
}

.top_login {
  /*width:105px;*/
  float: left;
  color: #FFF;
}

.top_login ul {
  height: 34px;
  background: url(../images/top_login.gif);
  padding: 0 14px;
  overflow: hidden;
  zoom: 1;
}

.top_login ul li {
  width: 38px;
  float: left;
}

.top_login ul li a {
  background: url(../images/touming.gif);
  display: block;
  height: 34px;
  text-indent: -9999px;
}

.top_nav li {
  display: block;
}

.top_nav1 li a {
  display: block;
  font-size: 12px;
  background: url(../images/subnav_b.gif) no-repeat right center;
  text-decoration: none;
  color: #FFF;
  text-align: center;
}

.top_nav1 li a:hover {
  color: #FFF;
}

.top_nav1 li ul {
  position: absolute;
  display: none;
  top: 30px;
  left: 890px;
  background: #333;
}

.top_nav1 li ul li {
  height: 32px;
  overflow: hidden;

  border-top: 1px solid #252525;
  border-bottom: 1px solid #444;
  clear: both;
  width: 120px;
  background: #333;
  z-index: 99999px;
}

.top_nav1 li ul li a {
  background: #333;
  color: #FFF;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.top_nav1 li ul li a:hover {
  background: #222;
  color: #FFF;
}

.top_nav1 li:hover ul,
.top_nav1 li.over ul {
  display: block;
}

.zw_1 {
  float: left;
  width: 24px;
  height: 26px;
  padding-top: 5px;
}

.top_nav1 strong {
  float: left;
  line-height: 32px;
  display: block;
  padding-left: 10px;
  color: #fff;
}

/*导航*/
#nav {
  height: 62px;
  background: url(../images/nav_bg.gif) repeat-x;
  border-bottom: #f6f6f6 1px solid;
  z-index: 99999;
  position: relative;
}

.nav {
  width: 1001px;
  margin: 0 auto;
}

.logo {
  width: 183px;
}

.nav ul {
  width: 745px;
}

.nav ul li {
  float: left;
  width: 84px;
  height: 62px;
  line-height: 62px;
  background: url(../images/nav_xian.gif) no-repeat right top;
  text-align: center;
  margin-left: -2px;
  position: relative;
}

.nav ul li a {
  color: #333333;
  text-decoration: none;
  display: block;
  height: 62px;
}

.nav ul li a span {
  display: none;
}

.nav ul li a img {
  padding-top: 26px;
}

.nav ul li a:hover {
  color: #b10606;
  text-decoration: none;
  background: url(../images/nav_this.gif) no-repeat;
}

.nav ul li a:hover span {
  display: block;
  font-size: 14px;
  color: #313030;
  font-family: "微软雅黑";
  line-height: 64px !important;
}

.nav ul li a:hover img {
  display: none;
}

.nav_03 {
  width: 90px !important;
}

.nav_03 a:hover {
  background: url(../images/nav_this_a.gif) no-repeat !important;
}

.nav_03 .nav_this,
.nav_03 .nav_this_a {
  background: url(../images/nav_this_a.gif) no-repeat !important;
}

.nav_09 {
  background: none !important;
}

.nav_this,
.nav_this_a {
  color: #b10606;
  text-decoration: none;
  background: url(../images/nav_this.gif) no-repeat;
}

.nav_this span,
.nav_this_a span {
  display: block !important;
  font-size: 14px;
  color: #313030 !important;
  font-family: "微软雅黑";
  line-height: 64px !important;
}

.nav_this img,
.nav_this_a img {
  display: none;
}

.nav_xl {
  width: 590px;
  height: 250px;
  background: url(../images/nav_xl_bg.png) no-repeat;
  display: none;
  position: absolute;
  z-index: 999;
  line-height: 20px !important;
  overflow: hidden;
  zoom: 1;
  left: 0;
}

.nav_xl dl {
  float: left;
  background: url(../images/nav_xl_xian.gif) repeat-y right;
  margin-top: 20px;
  padding: 0 28px;
  overflow: hidden;
  zoom: 1;
  text-align: left;
  overflow: hidden;
  zoom: 1;
}

.nav_xl dt {
  width: 100%;
  float: left;
  color: #191919;
  text-indent: 24px;
  font-weight: bold;
  position: relative;
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
  padding-bottom: 9px;
}

.nav_xl dd {
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
  float: left;
  width: 115px;
  margin: 0 10px;
}

.nav_xl dt a {
  color: #1e1e1e !important;
  height: 24px !important;
  line-height: 24px !important;
}

.nav_xl dt a:hover {
  color: #f16900 !important;
  background: none !important;
}

.nav_xl dd a {
  color: #1e1e1e !important;
  height: 32px !important;
  line-height: 32px !important;
  text-indent: 5px;
}

.nav_xl dd a:hover {
  color: #f16900 !important;
  background: none !important;
}

.nav_xl dd p {
  text-align: right;
}

.nav_xl dd p a {
  color: #f16900 !important;
}

.nav_xl dd p a:hover {
  color: #f16900 !important;
  text-decoration: underline;
}

.nav_xl_shop_01 {
  padding-left: 40px !important;
  /*width:265px;*/
  width: 130px;
}

.nav_xl_shop_02,
.nav_xl_shop_03 {
  width: 130px;
}

.nav_xl_shop_03 {
  background: none !important;
}

.nav_xl_shop_01 dt span,
.nav_xl_shop_02 dt span,
.nav_xl_shop_03 dt span {
  display: block;
  width: 18px;
  height: 17px;
  background: url(../images/nav_xl.png) no-repeat;
  position: absolute;
  left: 0px;
  top: 2px;
}

.nav_xl_shop_02 dt span {
  background: url(../images/nav_xl.png) no-repeat 0 -29px !important;
}

.nav_xl_shop_03 dt span {
  background: url(../images/nav_xl.png) no-repeat 0 -59px !important;
}

.nav_xl_xiao {
  width: 105px !important;
  background: url(../images/nav_xl_xiao_bg.png) no-repeat bottom left !important;
}

.nav_xl_xiao dl {
  padding: 10px !important;
  background: none !important;
  margin: 0 !important;
}

.nav_xl_xiao dd {
  margin: 0 !important;
  float: none !important;
  width: 85px !important;
}

.nav_xl_xiao dd a {
  text-indent: 0 !important;
}

.sub {
  width: 1001px;
  margin: 0 auto;
}

.sub ul {
  width: 744px;
  overflow: hidden;
  zoom: 1;
  padding-left: 20px;
}

.sub ul li {
  float: left;
  height: 62px;
  line-height: 62px;
  background: url(../images/nav_xian.gif) no-repeat right top;
  margin-left: -2px;
}

.sub ul li a {
  color: #FFF;
  padding: 0 17px;
  font-weight: bold;
  display: block;
}

.sub ul li a:hover {
  color: #2d2d2d;
}

.subThis,
.subThisA {
  background: url(../images/subLeft.gif) no-repeat left top !important;
}

.subThis a,
.subThisA a {
  background: url(../images/subRight.gif) no-repeat right top !important;
  color: #2d2d2d !important;
}

/*首页banner*/
#home_banner {
  height: 276px;
  background: url(../images/home_banner.gif) repeat-x;
}

.home_banner {
  width: 1001px;
  height: 276px;
  position: relative;
  margin: 0 auto;
}

.home_banner_01,
.home_banner_02 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.home_banner_01 {
  z-index: 9;
}

.home_banner img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.home_retrieval {
  width: 268px;
  height: 296px;
  background: url(../images/home_retrieval.png) no-repeat;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 99;
}

.home_retrieval_title {
  font-family: "微软雅黑";
  font-size: 18px;
  color: #484848;
  height: 60px;
  padding: 16px 30px 0 30px;
  text-align: center;
  line-height: 26px;
  overflow: hidden;
}

.home_retrieval_member {
  height: 28px;
  text-align: center;
  padding-bottom: 8px;
}

.home_retrieval_member input {
  width: 172px;
  height: 28px;
  background: url(../images/home_retrieval_member.gif) no-repeat;
  border: 0;
  cursor: pointer;
}

.home_retrieval_hot {
  margin: 0 22px;
  height: 130px;
  border-bottom: #FFF 1px solid;
  overflow: hidden;
  color: #c2c2c2;
}

.home_retrieval_hot dt {
  height: 26px;
  line-height: 26px;
  color: #3a3a3a;
  font-weight: bold;
  border-bottom: #ccc 1px solid;
  text-indent: 2px;
}

.home_retrieval_hot ul {
  border-top: #FFF 1px solid;
  height: 101px;
  padding: 7px 0 0 54px;
  font-weight: normal;
}

.home_retrieval_hot ul li {
  height: 21px;
  line-height: 21px;
  padding: 4px 0;
  position: relative;
}

.home_retrieval_hot ul li span {
  width: 54px;
  height: 21px;
  text-indent: 12px;
  color: #FFF;
  background: url(../images/home_retrieval_hot.gif) 0 -21px;
  display: block;
  position: absolute;
  left: -54px;
  top: 4px;
}

.home_retrieval_hot ul li a {
  padding: 0 8px;
}

.home_retrieval_search {
  margin: 0 22px 0 22px;
  border-top: #ccc 1px solid;
  padding-top: 10px;
}

.home_retrieval_search dl {
  overflow: hidden;
  zoom: 1;
  width: 217px;
}

.home_retrieval_search dt {
  float: left;
  width: 187px;
}

.home_retrieval_search dt input {
  width: 207px;
  height: 23px;
  padding: 0 5px;
  border: 0;
  background: none;
  font-size: 12px;
  color: #666;
}

.home_retrieval_search dd {
  float: right;
  width: 30px;
}

.home_retrieval_search dd input {
  width: 30px;
  height: 23px;
  border: 0;
  cursor: pointer;
  background: none;
}

/*首页*/
#home {
  height: 752px;
  /* height: 1196px; */
  background: url(../images/home_bg.gif) repeat-x;
}

/*第一部分*/
.home_one {
  width: 1001px;
  height: 372px;
  margin: 0 auto;
}

.home_one_shop {
  width: 631px;
  padding-top: 78px;
}

.home_one_shop_list {
  width: 204px;
  height: 270px;
  margin-right: 7px;
  position: relative;
  cursor: pointer;
}

.home_one_shop_list_img {
  position: absolute;
  top: -23px;
  left: 77px;
  width: 49px;
  width: 49px;
  z-index: 999;
}

.home_one_shop_list_bottom {
  width: 204px;
  height: 152px;
  background: url(../images/shop.png) no-repeat -224px 0;
  position: absolute;
  left: 0;
  /*top:115px;*/
  top: 5px;
}

.home_one_shop_list_top {
  width: 204px;
  height: 144px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/shop.png) no-repeat -6px -152px;
  z-index: 998;
}

.home_one_shop_list_go {
  position: absolute;
  bottom: 14px;
  left: 85px;
  width: 36px;
  height: 24px;
  z-index: 999;
  display: none;
}

.home_one_shop_list_go input {
  width: 36px;
  height: 24px;
  background: url(../images/shop.png) no-repeat -224px -152px;
  border: 0;
  cursor: pointer;
}

.home_one_shop_list_font {
  width: 175px;
  height: 240px;
  position: absolute;
  left: 14px;
  top: 22px;
  z-index: 9999;
  font-family: "微软雅黑";
  color: #1c1b1b;
}

.home_one_shop_list_font h2 {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
}

.home_one_shop_list_font dl {
  line-height: 22px;
  height: 100px;
}

.home_one_shop_list_font ul {
  line-height: 18px;
  text-indent: 25px;
  font-size: 11px;
  display: none;
}

.home_one_shop_this .home_one_shop_list_top {
  background: url(../images/shop.png) no-repeat -6px 0 !important;
}

.home_one_shop_this .home_one_shop_list_font,
.home_one_shop_this .home_one_shop_list_font a {
  color: #FFF !important;
}

.home_one_shop_this .home_one_shop_list_go {
  display: block;
}

.home_one_shop_this dl {
  height: 95px !important;
}

.home_one_news {
  width: 333px;
  height: 372px;
  background: url(../images/home_news.png) no-repeat;
}

.home_one_news_more {
  height: 85px;
  position: relative;
}

.home_one_news_more a {
  width: 55px;
  height: 15px;
  display: block;
  position: absolute;
  right: 28px;
  top: 42px;
}

.home_one_news dl {
  height: 63px;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 13px;
  margin: 0 20px 0 11px;
  border-bottom: #d8d8d8 1px solid;
}

.home_one_news dt {
  float: left;
  width: 99px;
}

.home_one_news dt img {
  display: block;
  border: #bdbdbd 2px solid;
}

.home_one_news dd {
  float: right;
  width: 189px;
  line-height: 20px !important;
}

.home_one_news dd h2 {
  font-size: 12px;
}

.home_one_news ul {
  margin: 0 20px 0 11px;
  border-top: #FFF 1px solid;
  font-family: "宋体";
  line-height: 24px;
  padding-top: 5px;
  color: #fd7004;
  display: none;
}

.home_one_news ul li {
  position: relative;
}

.home_one_news ul li span {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #383737;
}

.home_one_news_title {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #D8D8D8;
  margin: 0 20px 0 11px;
  overflow: hidden;
  zoom: 1;
  padding-top: 20px;
}

.home_one_news_title div {
  width: 70px;
  height: 26px;
  float: left;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
  background: url(../images/home_news_title.gif) 0 -26px;
}

.home_one_news_title_this {
  background: url(../images/home_news_title.gif) !important;
  color: #FFF;
}

.home_one_news_title_this:hover a {
  color: #3a3a3a;
}

/*第一部分*/
.home_tow {
  width: 1001px;
  height: 380px;
  /* height: 824px; */
  margin: 0 auto;
  /* background: url(../images/home_tow.gif) no-repeat; */
  position: relative;
}

.home_library {
  width: 650px;
  height: 253px;
  position: absolute;
  top: 45px;
  left: 32px;
  display: none;
}

.home_library_title {
  padding: 0 17px;
}

.home_library_title ul {
  overflow: hidden;
  zoom: 1;
  border-bottom: #dcdcdc 1px solid;
  padding-left: 308px;
}

.home_library_title ul li {
  float: left;
  width: 77px;
  height: 26px;
  text-align: center;
  cursor: pointer;
  line-height: 26px;
  background: url(../images/home_library_title.gif) 0 -26px;
}

.home_library_title_this {
  background: url(../images/home_library_title.gif) !important;
  color: #FFF !important;
}

.home_library_list {
  width: 650px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  display: none;
}

.home_library_list_l,
.home_library_list_r {
  width: 10px;
  height: 11px;
  margin-top: 115px;
  cursor: pointer;
}

.home_library_list_l {
  background: url(../images/home_library_jt.gif);
}

.home_library_list_r {
  background: url(../images/home_library_jt.gif) -10px 0;
}

.home_library_list_c {
  width: 617px;
  height: 200px;
  float: left;
  margin: 45px 0 0 7px;
  position: relative;
  overflow: hidden;
}

.home_library_list_c ul {
  overflow: hidden;
  zoom: 1;
  width: 900%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.home_library_list_c ul li {
  float: left;
  width: 193px;
  height: 170px;
  padding: 3px;
  background: #eaeaea;
  margin-right: 10px;
  position: relative;
}

.home_library_list_c ul li img {
  width: 193px;
  height: 127px;
  display: block;
}

.home_library_list_c ul li a {
  display: block;
  color: #FFF;
}

.home_library_list_c ul li a:hover {
  color: #fd7004;
}

.home_library_list_c ul li span {
  width: 199px;
  height: 43px;
  background: #000;
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.home_library_list_c ul li p {
  width: 199px;
  height: 43px;
  line-height: 43px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
  text-align: center;
}

.home_download {
  width: 300px;
  position: absolute;
  right: 0px;
  display: none;
}

.home_download_more {
  padding: 36px 20px 22px 0;
  text-align: right;
}

.home_download_img {
  display: block;
  margin-left: 32px;
  border: #dcd9d9 3px solid;
}

.home_download ul {
  line-height: 25px;
  padding: 15px 0 0 30px;
  font-family: "宋体";
  color: #fd7004;
}

.home_download ul li {
  position: relative;
}

.home_download ul li span {
  color: #282828;
  position: absolute;
  right: 25px;
  top: 0px;
  +top: -7px;
}

.home_video {
  width: 629px;
  height: 291px;
  position: absolute;
  left: 10px;
  top: 0;
  /* top: 470px; */
  overflow: hidden;
  zoom: 1;
}

.home_video_l {
  width: 369px;
  height: 284px;
  border: #fd7004 3px solid;
  background: #000;
  position: relative;
}

.home_video_play {
  position: absolute;
  left: 132px;
  top: 85px;
  width: 102px !important;
  height: 102px !important;
}

.home_video_l ul li {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.home_video_l ul li img {
  width: 369px;
  height: 284px;
}

.home_video_r {
  width: 254px;
}

.home_video_r ul li {
  padding-bottom: 7px;
  height: 92px;
  line-height: 18px;
  font-weight: bold;
}

.home_video_r ul li a {
  display: block;
  height: 80px;
  padding: 12px 28px 0 28px;
  color: #393939;
  background: url(../images/home_video.gif) 0 -92px;
}

.home_video_r ul li a:hover {
  color: #FFF;
  background: url(../images/home_video.gif);
}

.home_video_this {
  color: #FFF !important;
  background: url(../images/home_video.gif) !important;
}

.home_conference {
  width: 295px;
  position: absolute;
  top: 0;
  /* top: 425px; */
  right: 23px;
}

.home_conference_more {
  text-align: right;
  padding: 22px 10px 20px 0;
}

.home_conference_title {
  padding: 5px 5px 10px 0;
  text-align: right;
  color: #000;
}

.home_conference_title span {
  padding: 0 5px;
  cursor: pointer;
}

.home_conference_title_this {
  color: #dc6001;
}

.home_conference_lits {
  display: none;
}

.home_conference_lits dt {
  padding-bottom: 10px;
}

.home_conference_lits dt img {
  display: block;
  border: #dcd9d9 3px solid;
  width: 280px;
  height: 129px;
}

.home_conference_lits dd {
  line-height: 18px;
  color: #000;
}

.home_conference_lits ul {
  padding-top: 15px;
  overflow: hidden;
  zoom: 1;
}

.home_conference_lits ul li {
  float: left;
  width: 91px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding-right: 7px;
}

.home_conference_lits ul li a {
  display: block;
  color: #000;
  background: url(../images/home_conference_lits.gif);
}

.home_conference_lits ul li a:hover {
  color: #FFF;
  background: url(../images/home_conference_lits.gif) 0 -25px;
}

/*内容定义*/
#bg {
  background: url(../images/bg.gif);
}

#shopContent {
  margin: 0 auto 30px auto;
  width: 1001px;
  background: url(../images/shopContent.gif) repeat-y left;
  overflow: hidden;
  zoom: 1;
  position: relative;
}

#backingTop {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 38px;
  height: 32px;
}

.shopLeftNav {
  width: 257px;
  background: url(../images/shopNavTop.gif) no-repeat left top;
  position: relative;
  z-index: 999;
}

.shopLeftNavLeft {
  width: 37px;
  overflow: hidden;
  position: relative;
}

.shopLeftNavLeft ul li {
  height: 130px;
  background: url(../images/shopNavLeft.gif);
  position: relative;
}

.shopLeftNavLeft ul li div {
  width: 37px;
  height: 22px;
  background: url(../images/shopNavLeft.gif) -74px 0;
  display: none;
  position: absolute;
  left: 0;
  top: -22px;
}

.shopLeftNavLeft ul li b,
.shopLeftNavLeft ul li p {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  left: 12px;
}

.shopLeftNavLeft ul li p {
  display: none !important;
}

.shopLeftNavLeft ul li a {
  padding: 30px 12px 0 12px;
  height: 100px;
  display: block;
  color: #000;
  text-align: right;
  line-height: 12px !important;
}

.shopLeftNavLeft ul .on a {
  color: #FFF !important;
  background: url(../images/shopNavLeft.gif) -37px 0 !important;
}

.shopLeftNavLeft ul .on div {
  display: block !important;
}

.shopLeftNavLeft ul .on b {
  display: none !important;
}

.shopLeftNavLeft ul .on p {
  display: block !important;
}

.shopNavLeftBottom {
  width: 37px;
  height: 22px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/shopNavLeftBottom.gif);
}

.shopLeftNavRight {
  width: 180px;
  padding-right: 19px;
}

.shopLeftNavTitle {
  height: 89px;
}

.shopLeftNavTitle h2 {
  padding-top: 25px;
  font-size: 16px;
  color: #ec6701;
  font-family: "微软雅黑";
}

.zbdh {
  width: 200px;
}

.menu_list .menu_header {
  color: #3a3a3a;
  cursor: pointer;
  font-size: 15px !important;
}

.menu_top {
  height: 32px;
  width: 200px;
  line-height: 32px;
  font-size: 15px;
  font-weight: bold;
}

.menu_top a {
  text-decoration: none;
  color: #3a3a3a;
}

.menu_list {
  width: 200px;
}

.menu_head {
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  margin: 1px;
  font-weight: bold;
  font-size: 12px;
  background: url(../images/left.png) center right no-repeat;
  color: #3a3a3a;
}

.menu_butt {
  padding: 5px 10px;
  margin: 1px;
  font-size: 12px;
  background: url(../images/11_1.png) no-repeat bottom;
}

.menu_butt a {
  text-decoration: none;
  color: #3a3a3a;
}

.menu_butt a:hover {
  text-decoration: none;
  color: #F86D03;
}


.menu_body {
  display: none;
  width: 180px;
  background-repeat: no-repeat;
  background-position: right;
}

.menu_body a {
  display: block;
  color: #3A3A3A;
  padding-left: 10px;
  font-weight: bold;
  text-decoration: none;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu_body a:hover {
  color: #F86D03;
  text-decoration: none;
}

.menu_body a b {
  color: #F86D03;
}

.shopLeftNavList {
  line-height: 30px;
  display: none;
}

.shopLeftNavList dl {
  padding-bottom: 0;
}

.shopLeftNavList dt {
  color: #1f1f1f;
  font-weight: bold;
  position: relative;
}

.shopLeftNavList dt span {
  width: 16px;
  height: 16px;
  background: url(../images/left.png) no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
  cursor: pointer;
}

.shopLeftNavList .this dt span {
  background: url(../images/down.png) no-repeat;
}

.shopLeftNavList .this {
  padding-bottom: 25 !important;
}

.shopLeftNavList dd {
  color: #e26200;
  background: url(../images/shopNavBorder.gif) repeat-x top;
}

.shopLeftNavList dd a {
  padding-left: 5px;
}

.shopLeftNavList01 dt,
.shopLeftNavList02 dt {
  background: url(../images/shopNavBorder.gif) repeat-x bottom;
}

.shopLeftNavList .on {
  border: #aaa 1px solid !important;
  background: #FFF;
  line-height: 28px !important;
  text-indent: 30px;
  height: 28px;
}

.shopLeftNavList dt .shopLeftNavListTc {
  position: absolute;
  left: 170px;
  top: -1px;
  width: 450px;
  z-index: 9999;
  border: #aaa 1px solid;
  display: none;
  padding: 10px;
  background: #FFF;
}

.shopLeftNavList dt .shopLeftNavListTc ul {
  overflow: hidden;
  zoom: 1;
  position: relative;
  z-index: 99999;
}

.shopLeftNavList dt .shopLeftNavListTc ul li {
  float: left;
  width: 150px;
  height: 30px;
  overflow: hidden;
  color: #e26200;
  font-weight: normal;
  text-indent: 0 !important;
}

.shopLeftNavList dt .shopLeftNavListTc ul li a {
  padding-left: 5px;
}

.shopLeftNavList dt .shopLeftNavListTc span {
  display: block;
  position: absolute;
  left: -1px;
  top: 0px;
  width: 2px;
  height: 28px;
  background: #FFF;
}

.shopLeftNavBottom,
.shopLeftNavBottomBg {
  position: absolute;
  width: 257px;
  height: 4px;
  overflow: hidden;
  left: 0;
  bottom: 0;
  background: url(../images/shopNavBottom.gif);
}

.shopLeftNavBottomBg {
  background: url(../images/shopNavBottomBg.gif) no-repeat !important;
}

.shopContent {
  width: 728px;
}

.shopContentTitle {
  position: relative;
  z-index: 999;
  height: 41px;
  border-bottom: #dcdcdc 1px solid;
  border-right: #dcdcdc 1px solid;
  background: url(../images/shopContentTitle.gif) repeat-x;
}

.shopTitleNav {
  width: 100%;
  height: 41px;
  line-height: 41px;
  background: url(../images/shopTitleHome.gif) no-repeat left;
  margin-left: 20px;
  text-indent: 20px;
  color: #494848;
}

.shopTitleNav a {
  padding: 0 5px;
  color: #494848;
}

.shopTitleNav span {
  color: #e96601 !important;
  padding: 0 5px;
}

.shopSearch {
  z-index: 9999;
  width: 313px;
  height: 23px;
  padding: 11px 25px 0 0;
  position: absolute;
  top: 4px;
  right: 0;
}

.shopSearch dl {
  height: 23px;
  line-height: 23px !important;
  background: url(../images/shopSearch.gif) no-repeat;
}

.shopSearch dt {
  float: left;
  position: relative;
  z-index: 9999
}

.shopSearch dt input {
  width: 210px;
  padding: 0 5px;
  border: 0;
  height: 23px;
  color: #999;
  font-size: 12px;
  background: none;
}

.shopSearch dd {
  float: right;
  width: 60px;
}

.shopSearch dd input {
  width: 60px;
  height: 23px;
  border: 0;
  cursor: pointer;
  background: none;
}

.shopContentList {
  padding-bottom: 35px;
  overflow: hidden;
}

.shopContentList ul {
  margin-top: 8px;
  width: 750px;
  overflow: hidden;
  zoom: 1;
  position: relative;
}

.shopContentList ul li {
  width: 234px;
  float: left;
  position: absolute;
}

.shopContentListTop {
  border-left: #e8e8e8 1px solid;
  border-top: #e8e8e8 1px solid;
  border-right: #cbcbcb 1px solid;
}

.shopContentListCentre {
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  color: #FFF;
  font-weight: bold;
  background: url(../images/shopContentListCentre.gif) repeat-x;
  text-align: center;
}

.shopContentListBottom {
  border: #b8b8b8 1px solid;
  background: #cdcdcd;
}

.shopContentListBottom dl {
  padding: 4px 18px 0 18px;
}

.shopContentListBottom dt {
  color: #3c3b3b;
  background: url(../images/shopContentListBottom.gif) repeat-x bottom;
  line-height: 24px;
  padding: 6px 0 8px 0;
  position: relative;
}

.shopContentListBottom dt img {
  position: absolute;
  width: 23px;
  height: 22px;
  display: block;
  left: 2px;
  top: 8px;
}

.shopContentListBottom dd {
  padding: 13px 0 10px 0;
  text-align: center;
  overflow: hidden;
  zoom: 1;
}

.shopContentListBottom dd a {
  width: 91px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: block;
  background: url(../images/videoProseminarUpcoming.gif);
  color: #000;
}

.shopContentListBottom dd a:hover {
  background: url(../images/videoProseminarUpcoming.gif) 0 -24px;
  color: #FFF;
}

/*产品详细页*/
.shopShow {
  margin-top: 8px;
  border: #cbcbcb 1px solid;
  background: #FFF;
  padding: 30px;
}

.shopShowPic {
  overflow: hidden;
  zoom: 1;
}

.shopShowPicLeft {
  width: 364px;
}

.shopShowPicLeftTop {
  border: #cecece 1px solid;
}

.shopShowPicLeftTop img {
  width: 362px;
  height: 372px;
  display: block;
}

.shopShowPicLeftBottom {}

.shopShowPicLeftBottom ul {
  overflow: hidden;
  zoom: 1;
  padding-top: 25px;
  width: 385px;
}

.shopShowPicLeftBottom ul li {
  width: 68px;
  height: 68px;
  position: relative;
  float: left;
  padding-right: 6px;
}

.shopShowPicLeftBottom ul li img {
  border: #CCC 1px solid;
  cursor: pointer;
  width: 66px;
  height: 66px;
  display: block;
}

.shopShowPicLeftBottom ul li span {
  width: 11px;
  height: 7px;
  background: url(../images/shopShowPicLeftBottomJian.gif) no-repeat;
  display: none;
  position: absolute;
  left: 28px;
  top: -7px;
}

.shopShowPicLeftBottom ul .on img {
  border: #fd6e00 3px solid;
  width: 62px;
  height: 62px;
}

.shopShowPicLeftBottom ul .on span {
  display: block !important;
}

.shopShowPicRight {
  width: 285px;
}

.shopShowPicRightTitle {
  /* height:41px;  */
  line-height: 31px;
  padding-top: 10px;
  color: #232323;
  text-indent: 35px;
  background: url(../images/shopShowPicRightTitle.gif) no-repeat;
}

.shopShowPicRightTitle b {
  padding-right: 20px;
}

.shopShowPicRightAbout {
  background: url(../images/shopShowPicRightAbout.gif) no-repeat 0 -35px;
  height: 420px;
}

.shopShowPicRightAbout h3 {
  font-size: 12px;
  color: #e96601;
  padding: 25px 0 0 17px;
}

.shopShowPicRightAbout dt {
  line-height: 24px;
  color: #4c4c4c;
  padding: 25px 20px 25px 2px;
}

.shopShowPicRightAbout dd {
  overflow: hidden;
  zoom: 1;
  padding-left: 2px;
}

.shopShowPicRightAbout dd a {
  display: block;
  float: left;
  width: 113px;
  height: 35px;
  line-height: 35px;
  color: #FFF;
  font-weight: bold;
  text-indent: 18px;
  margin-right: 12px;
  background: url(../images/shopShowPicRightAbout.gif);
}

.shopShowPicRightAbout h4 {
  height: 56px;
  line-height: 56px;
}

.shopShowPicRightAbout ul {
  height: 27px;
  padding: 7px 0 0 10px;
  background: url(../images/shopShowShare.gif) repeat-x;
  margin-right: 28px;
  border-left: #dadada 1px solid;
  overflow: hidden;
  zoom: 1;
}

.shopShowPicRightAbout ul li {
  width: 21px;
  height: 21px;
  overflow: hidden;
  float: left;
  padding-right: 7px;
}

.shopShowDownload {
  padding-top: 25px;
}

.shopShowDownloadTitle {
  border-bottom: #ff6e00 2px solid;
}

.shopShowDownloadTitle ul {
  overflow: hidden;
  zoom: 1;
}

.shopShowDownloadTitle ul li {
  float: left;
  width: 99px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  margin-right: 5px;
  background: url(../images/shopShowDownload.gif) 0 -33px;
  cursor: pointer;
  color: #1d1d1d;
  font-weight: bold;
}

.shopShowDownloadTitleThis {
  color: #FFF !important;
  background: url(../images/shopShowDownload.gif) !important;
}

.shopShowDownloadBox {
  display: none;
}

.shopShowDownloadList {
  padding: 15px 0;
}

.shopShowDownloadList ul li {
  border-bottom: #ddd 1px solid;
  height: 32px;
  line-height: 32px;
  color: #1D1D1D;
  background: url(../images/shopShowDownload.gif) no-repeat 0 -82px;
  padding-left: 25px;
  position: relative;
}

.shopShowDownloadList ul li a {
  display: none !important;
  width: 32px;
  height: 19px;
  display: block;
  background: url(../images/shopShowDownload.gif) 0 -128px;
  position: absolute;
  left: 200px;
  top: 7px;
}

.shopShowDownloadFont {
  padding: 15px 0;
  line-height: 200%;
  color: #000 !important;
}

.shopShowDownloadFont img {
  max-width: 668px;
}

.shopShowVideo {}

.shopShowVideoTitle {
  height: 34px;
  background: url(../images/shopShowVideoTitle.gif) repeat-x;
  border-right: #e5e5e5 1px solid;
  overflow: hidden;
}

.shopShowVideoTitle h4 {
  line-height: 38px;
  background: url(../images/shopShowVideoBt.gif) no-repeat left top;
  text-indent: 37px;
  color: #1D1D1D;
}

.shopShowVideoContent {
  height: 425px;
  background: url(../images/shopShowVideoBg.gif) repeat-x;
  border: #e5e5e5 1px solid;
  text-align: center;
  padding-top: 45px;
}

/*选型指南*/
#directoryContent {
  margin: 50px auto 30px auto;
  width: 1001px;
  overflow: hidden;
  zoom: 1;
  position: relative;
}

.directoryContentTitle {
  width: 840px;
  height: 41px;
  border-bottom: #dcdcdc 1px solid;
  border-right: #dcdcdc 1px solid;
  background: url(../images/shopContentTitle.gif) repeat-x;
  margin-left: 80px;
}

.directoryContentTitle div {
  width: 360px;
  height: 41px;
  line-height: 41px;
  background: url(../images/shopTitleHome.gif) no-repeat left;
  margin-left: 20px;
  text-indent: 20px;
  color: #494848;
}

.directoryContentTitle div a {
  padding: 0 5px;
  color: #494848;
}

.directoryContentTitle div span {
  color: #e96601 !important;
  padding: 0 5px;
}

.directorySearch {
  padding: 30px 125px 35px 100px;
  position: relative;
  z-index: 9999;
}

.directorySearch dt {
  width: 431px;
  height: 36px;
  padding: 5px 10px 5px 40px;
  background: url(../images/directorySearch.gif);
  float: left;
}

.directorySearch dd {
  width: 131px;
  height: 36px;
  padding: 5px 8px;
  float: left;
  margin-left: 10px;
  background: url(../images/directorySearch.gif) -489px 0;
  position: relative;
  cursor: pointer;
}

.directorySearch dd ul {
  width: 145px;
  position: absolute;
  left: 0;
  top: 44px;
  display: none;
}

.directorySearch dd ul img {
  display: block;
}

.directorySearch dd ul li {
  height: 30px;
  line-height: 30px;
  background: url(../images/directorySearchBg.png) repeat-y;
  text-indent: 23px;
}

.directorySearchHidden {
  width: 100px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #888787;
  background: none;
  border: 0;
}

.directorySearchText {
  width: 431px;
  height: 36px;
  border: 0;
  line-height: 36px;
  font-size: 14px;
  color: #888787;
  background: none;
}

.directorySearchSubmit {
  width: 127px !important;
  height: 46px !important;
  display: block;
  border: 0;
  padding: 0 !important;
  cursor: pointer;
  background: url(../images/directorySearch.gif) -644px 0 !important;
  float: right !important;
}

.directorySearchSubmit input {
  width: 127px;
  height: 46px;
  border: 0;
  cursor: pointer;
  background: none;
}

.directoryList {
  padding-left: 78px;
}

.directoryList ul {
  overflow: hidden;
  zoom: 1;
}

.directoryList ul li {
  width: 207px;
  /*height:340px;*/
  overflow: hidden;
  float: left;
  position: relative;
  /*padding-bottom:27px;*/
  margin-right: 5px;
  line-height: 24px;
  background: url(../images/directoryListBgA.gif) repeat-y;
}

.directoryList ul li img {
  display: block;
}

.directoryListBox {
  height: 333px;
  overflow: hidden;
}

.directoryList ul li .bottomImg {
  /*position:absolute; bottom:0; left:0;*/
  display: block;
}

.directoryList ul .gaodu {
  height: auto !important;
}

.directoryList ul li .ckgd {
  position: absolute;
  bottom: 10px;
  right: 58px;
  z-index: 999;
  cursor: pointer;
  height: 12px;
  line-height: 12px;
  overflow: hidden;
}

.directoryList ul li dl {
  padding: 15px 0;
  margin: 0 14px;
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
}

.directoryList ul li dt {
  color: #fd6e00;
  font-weight: bold;
  position: relative;
  text-indent: 12px;
  padding-bottom: 5px;
}

.directoryList ul li dt a {
  position: absolute;
  right: 0px;
  top: 9px;
  +top: 1px;
}

.directoryList ul li dd span {
  padding-right: 5px;
}

.directory_show {
  padding-right: 20px;
}

.directory_show dl {
  padding: 15px 0;
  overflow: hidden;
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
}

.directory_show dt {
  width: 176px;
  height: 173px;
  overflow: hidden;
  float: left;
  border-left: #e9e9e9 1px solid;
  border-bottom: #e9e9e9 1px solid;
  border-top: #CCC 1px solid;
  border-right: #CCC 1px solid;
}

.directory_show dd {
  width: 495px;
  float: right;
  line-height: 24px;
}

.directory_show dd h2 {
  font-size: 12px;
  color: #4b4a4a;
  padding-bottom: 15px;
}

.directory_show dd b {
  color: #4b4a4a;
}

.directory_show_more {
  padding-top: 10px;
  width: 90px;
  display: block;
}

.caseBottomBox {
  margin: 20px 30px 0 230px;
  border: #d0c7a8 1px solid;
  background: #f6f2e4;
}

.caseBottomBoxTitle ul {
  background: #e9e3cb;
  overflow: hidden;
  zoom: 1;
  height: 35px;
}

.caseBottomBoxTitle ul li {
  float: left;
  line-height: 35px;
  padding: 0 22px;
  text-align: center;
  cursor: pointer;
  margin-left: -1px
}

.caseBottomBoxTitle ul .this {
  background: #f6f2e4 !important;
  border-left: #d0c7a8 1px solid;
  border-right: #d0c7a8 1px solid;
}

.caseBottomBoxList ul {
  overflow: hidden;
  zoom: 1;
  display: none;
  padding: 5px 0 5px 9px;
}

.caseBottomBoxList ul li {
  padding: 13px;
  float: left;
  width: 154px;
  height: 73px;
}

.caseBottomBoxList ul li img {
  width: 154px;
  height: 73px;
  display: block;
}


/*单篇*/
#singleBanner {
  margin: 0 auto 15px auto;
  width: 999px;
  height: 242px;
  border: #b6b6b6 1px solid;
  overflow: hidden;
  position: relative;
}

#singleBanner ul {
  display: block;
  width: 900%;
  height: 242px;
  position: absolute;
}

#singleBanner ul li {
  float: left;
  display: block;
  height: 242px;
  width: 999px;
}

#singleBanner img {
  display: block;
}

#singleBanner div {
  position: absolute;
  bottom: 8px;
  left: 46%;
  width: 144px;
  height: 7px;
}

#singleBanner div a {
  background: #b7b7b7;
  width: 7px;
  height: 7px;
  display: block;
  float: left;
  margin: 0 4px;
  text-indent: -9999px;
}

#singleBanner div a.hovera {
  background: #000;
}


#singleContent {
  margin: 0 auto 30px auto;
  width: 1001px;
  background: url(../images/singleBg.gif) repeat-y left;
  overflow: hidden;
  zoom: 1;
  position: relative;
}

.singleNav {
  width: 257px;
  background: url(../images/singleNavTop.gif) no-repeat left top;
  zoom: 1;
}

.singleNav h2 {
  padding: 25px 0 30px 37px;
  font-size: 16px;
  color: #ec6701;
  font-family: "微软雅黑";
}

.singleNav h2 span {
  color: #949494;
  display: block;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.singleNav ul {
  padding: 0 50px 50px 37px;
  font-weight: bold;
}

.singleNav ul li {
  height: 32px;
  line-height: 32px;
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
}

.singleNavThis a {
  color: #fd7004 !important;
}

.shopLeftNavBottom {
  position: absolute;
  width: 257px;
  height: 10px;
  overflow: hidden;
  left: 0;
  bottom: 0;
  background: url(../images/singleNavBottom.gif);
}

.singleNav dl {
  padding: 0 50px 20px 37px;
  line-height: 30px;
}

.singleNav dt {
  font-weight: bold;
  color: #1f1f1f;
}

.singleNav dd {
  color: #e26200;
  background: url(../images/nav_xian_xl.gif) repeat-x top;
}

.singleNav dd a {
  padding-left: 5px;
}

/*联系方式*/
.contactContent {
  width: 706px;
}

.contactContentList {
  overflow: hidden;
  zoom: 1;
  padding: 15px 0;
}

.contactContentList dl h2 {
  padding: 0 0 10px 30px;
  position: relative;
  color: #737272;
  font-weight: normal;
}

.contactContentList dl h2 img {
  position: absolute;
  left: 0px;
  top: -5px;
}

.contactContentList dl h2 b {
  font-size: 16px;
  color: #252525;
  font-family: "微软雅黑";
  padding-right: 5px;
}

.contactContentList dl h2 span {
  padding-left: 5px;
  color: #fd7004;
  font-size: 14PX;
}

.contactContentList dl {
  width: 350px;
  float: left;
  line-height: 24px;
  color: #565050;
}

.contactContentList dt {
  padding-left: 25px;
  font-weight: bold;
}

.contactContentList dd {
  padding-left: 80px;
  position: relative;
}

.contactContentList dd img {
  position: absolute;
  left: 0px;
  top: 3px;
}

.contactContentList dd b {
  position: absolute;
  left: 25px;
  top: 0px;
}

.contactContentMap {
  width: 344px;
  float: right;
  display: block;
  border: #d0d0d0 1px solid;
  margin-top: 10px;
}

/*关于我们*/
.aboutContent {
  width: 706px;
}

.aboutContentTitle {
  height: 40px;
  background: url(../images/aboutTitle.gif) no-repeat bottom right;
  line-height: 40px;
}

.aboutContentTitle b {
  font-size: 14px;
  color: #252525;
  font-family: "微软雅黑";
  padding-right: 5px;
}

.aboutContentTitle span {
  color: #fd7004;
  padding-left: 5px;
}

.aboutContentBox {
  line-height: 24px;
  color: #565050;
  padding: 15px 0;
  position: relative;
}

.aboutContentBox .contactContentErweima {
  position: absolute;
  right: 0;
  top: 15px;
  display: block;
}

/*新闻*/
#news {
  margin: 0 auto;
  margin-bottom: 25px;
  width: 1001px;
  padding-bottom: 15px;
  overflow: hidden;
  zoom: 1;
  background: url(../images/newsListTopBG.gif) repeat-y right;
  position: relative;
}

.newsListBox {
  width: 676px;
}

.newsTitle {
  height: 45px;
  line-height: 45px;
  background: url(../images/newsTitle.gif) no-repeat bottom left;
  text-indent: 15px;
}

.newsTitle b {
  font-size: 14px;
  color: #252525;
  font-family: "微软雅黑";
  padding-right: 5px;
}

.newsTitle span {
  color: #fd7004;
  padding-left: 5px;
}

.newsList {
  margin: 10px 0 0 10px;
  border: #e2e2e2 1px solid;
  padding: 8px 18px;
}

.newsList dl {
  padding: 11px 0;
  overflow: hidden;
  zoom: 1;
}

.newsList dt {
  width: 215px;
  height: 123px;
  float: left;
}

.newsList dt img {
  border: #bdbdbd 3px solid;
  display: block;
}

.newsList dd {
  width: 395px;
  float: right;
  line-height: 24px;
}

.newsList dd h2 {
  height: 32px;
  line-height: 32px;
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
  font-size: 12px;
  margin-bottom: 10px;
  position: relative;
}

.newsList dd h2 span {
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0px;
  color: #7c7777;
}

.newsList dd a {
  color: #565050;
}

.newsList dd a:hover {
  color: #f76d03;
}

.zhanhuiList {
  padding-bottom: 18px !important;
  overflow: hidden;
  zoom: 1;
}

.newsList.zhanhuiList b,
.newsList.zhanhuiList p,
.newsList.zhanhuiList p a {
  color: #3A3A3A;
}

.zhanhuiList dl {
  border-bottom: #CCC 1px dashed;
  height: 75px;
  overflow: hidden;
}

.zhanhuiList dt {
  width: 120px !important;
  height: 75px !important;
}

.zhanhuiList dt img {
  border: #bdbdbd 1px solid;
  display: block;
  width: 118px;
  height: 73px;
}

.zhanhuiList dd {
  width: 490px !important;
}

.newsShow {
  margin: 10px 0 0 10px;
  border: #e2e2e2 1px solid;
  padding: 8px 18px;
}

.newsShowTitle {
  color: #EC6701;
  font-family: "微软雅黑";
  font-size: 18px;
  line-height: 40px;
  border-bottom: #EC6701 1px solid;
  text-align: center;
}

.newsShowOther {
  color: #666;
  font-family: "微软雅黑";
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  padding-top: 10px;
}

.newsShowContent {
  line-height: 24px;
  padding: 20px 2px;
}

.newsShowContent img {
  max-width: 624px;
}

.thumbnail {
  margin: 0 auto;
  padding-top: 10px;
}

.thumbnail_t {
  width: 500px;
  height: 340px;
  margin: 0 auto 10px auto;
  border: #EC6701 3px solid;
  overflow: hidden;
  position: relative;
}

.thumbnail_t ul {
  position: absolute;
  width: 9000px;
  left: 0px;
}

.thumbnail_t ul li {
  width: 500px;
  height: 340px;
  float: left;
}

.thumbnail_t ul li img {
  width: 500px;
  height: 340px;
}

.thumbnail_t_right,
.thumbnail_t_left {
  position: absolute;
  top: 130px;
  background: #000;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.thumbnail_t_left {
  left: 0px;
}

.thumbnail_t_right {
  right: 0px;
}

.thumbnail_c {
  padding: 10px 0;
  text-align: right;
}

.thumbnail_b {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 20px 55px;
}

.tb_l,
.tb_r {
  height: 54px;
  width: 38px;
  float: left;
  cursor: pointer;
  text-indent: -9999px;
}

.tb_l {
  background: url(../images/newsShowJt.gif);
}

.tb_r {
  background: url(../images/newsShowJt.gif) -38px 0;
}

.tb_c {
  float: left;
  width: 436px;
  height: 54px;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}

.tb_c ul {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  left: 0px;
  width: 9000px;
}

.tb_c ul li {
  float: left;
  padding: 2px;
  background: #CCC;
  margin-right: 4px;
}

.tb_c ul li img {
  width: 80px;
  height: 50px;
  cursor: pointer;
}

.hovera {
  background: #EC6701 !important;
}



.newsListTop {
  width: 290px;
  background: url(../images/newsListTopTop.gif) no-repeat top;
}

.newsListTop dl {
  width: 227px;
  margin: 0 auto;
  padding-top: 35px;
  line-height: 24px;
  font-family: "宋体";
  color: #fd7004;
}

.newsListTop dt {
  padding-bottom: 5px;
}

.newsListTop dl div {
  color: #949494;
}

.newsListTopBottom {
  height: 8px;
  width: 290px;
  background: url(../images/newsListTopBottom.gif) no-repeat bottom;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*案例*/
#case {
  margin: 0 auto;
  margin-bottom: 25px;
  width: 1001px;
}

.caseTop {
  height: 747px;
  overflow: hidden;
  background: url(../images/caseMpa.gif) no-repeat;
}

.caseLeft {
  width: 160px;
  line-height: 24px;
  padding: 87px 0 0 5px;
  color: #52504f;
}

.caseLeft ul {
  padding-bottom: 20px;
}

.caseLeft dl {
  padding-bottom: 20px;
  overflow: hidden;
  zoom: 1;
  padding-left: 12px;
  width: 148px;
}

.caseLeft dt {
  position: relative;
  text-indent: 8px;
  width: 100%;
  float: left;
  padding-bottom: 5px;
}

.caseLeft dt img {
  position: absolute;
  left: -12px;
  top: 3px;
}

.caseLeft dd {
  float: left;
  padding: 2px 1px;
  /*padding:2px 5px;*/
}

.caseRight {
  padding: 27px 7px 0 0;
  width: 797px;
  height: 708px;
  position: relative;
}

#nHtml {
  display: none;
}

.caseRightBox {
  width: 280px;
  height: 380px;
  background: url(../images/caseMapBg.png) no-repeat;
  position: absolute;
  z-index: 9999;
  text-indent: 0 !important;
  display: none;
}

.caseRightBoxTitle {
  font-size: 14px;
  color: #a0673b;
  font-weight: bold;
  padding: 25px 0 0 75px;
  position: relative;
}

.caseRightBoxTitle span {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 30px;
  top: 24px;
  cursor: pointer;
}

.caseRightBoxList {
  padding: 20px 0 0 65px;
}

.caseRightBoxList dl {
  overflow: hidden;
  zoom: 1;
}

.caseRightBoxList dt {
  /*float:left; width:80px; */
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 0 5px;
}

.caseRightBoxPage {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-family: "宋体";
}

.caseRightBoxPage a {
  background: url(../images/casePage02.gif) no-repeat;
  color: #999998;
  margin: 0 1px;
}

.caseRightBoxPage a:hover {
  background: url(../images/casePage01.gif) no-repeat;
  color: #fd7004;
}

.caseRightBoxPage .on {
  background: url(../images/casePage01.gif) no-repeat !important;
  color: #fd7004 !important;
}

.caseMap {
  width: 797px;
  height: 708px;
}

.caseMap ul li {
  position: absolute;
  width: 19px;
  height: 19px;
  cursor: pointer;
  text-indent: -9999px;
}

.caseMapThis {
  background: url(../images/caseMapA.png) no-repeat;
}

.caseMap-xinjiang {
  left: 163px;
  top: 222px;
}

.caseMap-xinjiang .caseRightBox {
  left: 0;
  top: 0;
}

.caseMap-xizang {
  left: 183px;
  top: 461px;
}

.caseMap-xizang .caseRightBox {
  left: 20px;
  top: -100px;
}

.caseMap-qinghai {
  left: 333px;
  top: 358px;
}

.caseMap-qinghai .caseRightBox {
  left: 0;
  top: -50px;
}

.caseMap-heilongjiang {
  right: 120px;
  top: 135px;
}

.caseMap-heilongjiang .caseRightBox {
  left: -150px;
  top: 0;
}

.caseMap-jilin {
  right: 96px;
  top: 195px;
}

.caseMap-jilin .caseRightBox {
  left: -160px;
  top: 0;
}

.caseMap-liaoning {
  right: 118px;
  top: 227px;
}

.caseMap-liaoning .caseRightBox {
  left: -140px;
  top: 20px;
}

.caseMap-beijing {
  right: 206px;
  top: 272px;
}

.caseMap-beijing .caseRightBox {
  left: -50px;
  top: 0;
}

.caseMap-tianjin {
  right: 192px;
  top: 284px;
}

.caseMap-tianjin .caseRightBox {
  left: -60px;
  top: 0;
}

.caseMap-hebei {
  right: 215px;
  top: 293px;
}

.caseMap-hebei .caseRightBox {
  left: -40px;
  top: 0;
}

.caseMap-neimenggu {
  right: 259px;
  top: 257px;
}

.caseMap-neimenggu .caseRightBox {
  left: 0;
  top: 0;
}

.caseMap-ningxia {
  right: 346px;
  top: 335px;
}

.caseMap-ningxia .caseRightBox {
  left: 0;
  top: 0;
}

.caseMap-gansu {
  right: 376px;
  top: 362px;
}

.caseMap-gansu .caseRightBox {
  left: 0;
  top: 0;
}

.caseMap-shanxi {
  right: 254px;
  top: 310px;
}

.caseMap-shanxi .caseRightBox {
  left: 0;
  top: 0;
}

.caseMap-shanxi1 {
  right: 295px;
  top: 332px;
}

.caseMap-shanxi1 .caseRightBox {
  left: 0;
  top: 0;
}

.caseMap-sichuan {
  right: 395px;
  bottom: 249px;
}

.caseMap-sichuan .caseRightBox {
  left: 0;
  top: -100px;
}

.caseMap-yunnan {
  right: 400px;
  bottom: 158px;
}

.caseMap-yunnan .caseRightBox {
  left: 0;
  top: -190px;
}

.caseMap-chongqing {
  right: 314px;
  bottom: 258px;
}

.caseMap-chongqing .caseRightBox {
  left: 0;
  top: -90px;
}

.caseMap-guizhou {
  right: 333px;
  bottom: 193px;
}

.caseMap-guizhou .caseRightBox {
  left: 0;
  top: -160px;
}

.caseMap-guangxi {
  right: 295px;
  bottom: 138px;
}

.caseMap-guangxi .caseRightBox {
  left: 0;
  top: -200px;
}

.caseMap-shandong {
  right: 190px;
  bottom: 372px;
}

.caseMap-shandong .caseRightBox {
  left: -100px;
  top: 0;
}

.caseMap-jiangsu {
  right: 148px;
  bottom: 310px;
}

.caseMap-jiangsu .caseRightBox {
  left: -150px;
  top: -30px;
}

.caseMap-shanghai {
  right: 116px;
  bottom: 295px;
}

.caseMap-shanghai .caseRightBox {
  left: -255px;
  top: -40px;
}

.caseMap-henan {
  right: 226px;
  bottom: 331px;
}

.caseMap-henan .caseRightBox {
  left: -30px;
  top: -20px;
}

.caseMap-anhui {
  right: 180px;
  bottom: 295px;
}

.caseMap-anhui .caseRightBox {
  left: -250px;
  top: -40px;
}

.caseMap-hunan {
  right: 245px;
  bottom: 218px;
}

.caseMap-hunan .caseRightBox {
  left: 0;
  top: -120px;
}

.caseMap-hubei {
  right: 239px;
  bottom: 282px;
}

.caseMap-hubei .caseRightBox {
  left: -25px;
  top: -60px;
}

.caseMap-jiangxi {
  right: 195px;
  bottom: 218px;
}

.caseMap-jiangxi .caseRightBox {
  left: -250px;
  top: -120px;
}

.caseMap-zhejiang {
  right: 119px;
  bottom: 261px;
}

.caseMap-zhejiang .caseRightBox {
  left: -255px;
  top: -80px;
}

.caseMap-fujian {
  right: 156px;
  bottom: 188px;
}

.caseMap-fujian .caseRightBox {
  left: -255px;
  top: -150px;
}

.caseMap-guangdong {
  right: 210px;
  bottom: 144px;
}

.caseMap-guangdong .caseRightBox {
  left: -250px;
  top: -190px;
}

.caseMap-taiwan {
  right: 100px;
  bottom: 184px;
}

.caseMap-taiwan .caseRightBox {
  left: -250px;
  top: -200px;
}

.caseBottom {
  background: url(../images/caseTop.gif) repeat-y;
}

.caseBottomTitle {
  height: 52px;
  background: url(../images/caseBottomTitle.gif) no-repeat;
}

.caseBottomTitle ul {
  padding: 28px 0 0 315px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  zoom: 1;
}

.caseBottomTitle ul li {
  text-align: center;
  float: left;
  color: #542500;
  font-weight: bold;
  cursor: pointer;
  margin: 0 11px;
  white-space: nowrap;
}

.caseBottomTitleThis {
  color: #FFF !important;
}

.caseBottomList {
  background: url(../images/caseBottom.gif) no-repeat bottom left;
}

.caseBottomList ul {
  overflow: hidden;
  zoom: 1;
  padding: 20px 0 20px 210px;
  display: none;
}

.caseBottomList ul li {
  float: left;
  width: 80px;
  height: 33px;
  overflow: hidden;
  padding: 5px 15px;
}

/*视频*/
#video {
  margin: 0 auto;
  margin-bottom: 25px;
  width: 1001px;
  overflow: hidden;
  zoom: 1;
}

.videoTop {
  overflow: hidden;
  zoom: 1;
}

.videoTop dl {
  width: 694px;
  height: 397px;
  float: left;
  border: #dd6102 4px solid;
  position: relative;
}

.videoTop span {
  width: 102px;
  height: 102px;
  position: absolute;
  z-index: 9999;
  top: 140px;
  left: 305px;
  display: block;
}

.videoTop dd {
  width: 694px;
  height: 397px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.videoTop ul {
  width: 299px;
  height: 406px;
  overflow: hidden;
  float: right;
}

.videoTop ul li {
  height: 129px;
  background: url(../images/videoTop.gif) 0 -129px;
  margin-bottom: 9px;
  position: relative;
  color: #393939;
}

.videoTop ul li h2 {
  font-size: 12px;
  line-height: 20px;
  padding: 20px 40px 0 39px;
}

.videoTop ul li a {
  color: #393939;
  font-size: 10px;
  position: absolute;
  right: 56px;
  bottom: 25px;
}

.videoTop ul li input {
  width: 94px;
  height: 23px;
  display: block;
  border: 0;
  position: absolute;
  left: 39px;
  bottom: 22px;
  cursor: pointer;
  background: none;
}

.videoTopThis {
  background: url(../images/videoTop.gif) !important;
  color: #FFF !important;
}

.videoTopThis a {
  color: #FFF !important;
}

.video {
  background: url(../images/videoBg.gif) no-repeat;
  height: 766px;
}

.videoProseminar {
  height: 288px;
}

.videoProseminarPic {
  width: 100%;
  padding: 68px 0 0 22px;
}

.videoProseminarPic ul {
  border: #e6e6e6 1px solid;
  background: #f8f8f8;
  padding: 19px 0 0 10px;
  height: 146px;
  overflow: hidden;
  zoom: 1;
}

.videoProseminarPic ul li {
  float: left;
  width: 160px;
  padding: 0 10px;
}

.videoProseminarPic ul li img {
  border: #eaeaea 3px solid;
  display: block;
  margin-bottom: 8px;
}

.videoProseminarPic ul li p {
  padding: 0 3px;
  position: relative;
  text-align: right;
}

.videoProseminarPic ul li p b {
  position: absolute;
  left: 3px;
  top: 0;
}

.videoProseminarPic ul li a {
  color: #000;
  text-decoration: none;
}

.videoProseminarPic ul li a:hover {
  color: #fd7004;
  text-decoration: none;
}

.videoProseminarPic span {
  display: block;
  text-align: right;
  font-size: 10px;
  padding: 10px 108px 0 0;
}

.videoProseminarUpcoming {
  width: 332px;
  padding: 95px 46px 0 0;
  overflow: hidden;
  zoom: 1;
}

.videoProseminarUpcoming img {
  border: #afafaf 2px solid;
  display: block;
  float: left;
}

.videoProseminarUpcoming ul {
  width: 230px;
  float: left;
  line-height: 20px;
  color: #000;
  padding-top: 6px;
}

.videoProseminarUpcoming dl {
  width: 91px;
  float: right;
}

.videoProseminarUpcoming dt {
  width: 91px;
  height: 24px;
  line-height: 24px;
  padding-top: 8px;
}

.videoProseminarUpcoming dt a {
  width: 91px;
  height: 24px;
  display: block;
  color: #000;
  background: url(../images/videoProseminarUpcoming.gif);
  text-indent: 15px;
}

.videoProseminarUpcoming dt a:hover {
  color: #FFF;
  background: url(../images/videoProseminarUpcoming.gif) 0 -24px;
}

.videoGuide {
  height: 243px;
}

.videoGuide ul {
  padding: 60px 0 0 20px;
  overflow: hidden;
  zoom: 1;
}

.videoGuide ul li {
  float: left;
  width: 160px;
  padding-left: 20px;
}

.videoGuide ul li img {
  border: #eaeaea 3px solid;
  display: block;
  margin-bottom: 8px;
}

.videoGuide ul li p {
  padding: 0 3px;
  position: relative;
  text-align: right;
}

.videoGuide ul li p b {
  position: absolute;
  left: 3px;
  top: 0;
}

.videoGuide ul li a {
  color: #000;
  text-decoration: none;
}

.videoGuide ul li a:hover {
  color: #fd7004;
  text-decoration: none;
}

.videoGuide span {
  display: block;
  padding: 15px 90px 0 0;
  text-align: right;
  font-size: 10px;
}

.videoActivity {
  height: 235px !important;
}

.videoPic {
  padding-top: 27px;
}

.videoPicTitle {
  background: url(../images/videoPicTitle.gif) no-repeat;
  height: 40px;
}

.videoPicTitleTp {
  border: #eaeaea 3px solid;
  height: 112px;
  margin-right: 1px;
}

.videoPicTitleTp ul {
  overflow: hidden;
  height: 112px;
  overflow: hidden;
  zoom: 1;
  display: none;
}

.videoPicTitleTp ul li {
  float: left;
  /*width:497px;*/
  height: 112px;
  overflow: hidden;
  zoom: 1;
}

/*.videoPicTitleTp ul li img{width:497px; height:112px;}*/
.videoPicTitleTp ul li img {
  width: 196px;
  height: 112px;
  display: block;
  float: left;
}

.videoPicTitleBt {
  margin-right: 1px;
  background: url(../images/videoPicTitleBt.gif) no-repeat;
  height: 33px;
}

.videoPicTitleBt ul {
  overflow: hidden;
  zoom: 1;
}

.videoPicTitleBt ul li {
  float: left;
  width: 250px;
  line-height: 33px;
  text-align: center;
  color: #FFF;
  font-family: "微软雅黑";
  cursor: pointer;
}

.videoPicTitleBt ul li a {
  display: block;
}

.videoPicTitleBt ul .on {
  background: url(../images/videoPicTitleBtA.gif) no-repeat !important;
  color: #252525;
}

/*视频-公司活动*/
#videoActivity {
  margin: 54px auto;
  width: 1001px;
  overflow: hidden;
  zoom: 1;
}

.videoActivityList {
  width: 750px;
  background: url(../images/videoActivityBg.gif) repeat-y;
}

.videoActivityListTitle {
  height: 65px;
  position: relative;
  background: url(../images/videoActivityTitle.gif) no-repeat;
  overflow: hidden;
  zoom: 1;
  padding: 0 25px;
}

.videoActivityListTitleNav {
  width: 250px !important;
  margin: 0 !important;
}

.videoActivityListBox {
  background: url(../images/videoActivityBottom.gif) no-repeat bottom;
}

.videoActivityListBox ul {
  overflow: hidden;
  zoom: 1;
  padding: 5px 0 30px 15px;
}

.videoActivityListBox ul li {
  float: left;
  width: 160px;
  padding: 15px 10px;
}

.videoActivityListBox ul li img {
  border: #eaeaea 3px solid;
  display: block;
  margin-bottom: 8px;
}

.videoActivityListBox ul li p {
  padding: 0 3px;
  position: relative;
  text-align: right;
  color: #000;
}

.videoActivityListBox ul li p b {
  position: absolute;
  left: 3px;
  top: 0;
}

.videoActivityListBox ul li a {
  width: 91px;
  height: 24px;
  margin: 10px 0 0 3px;
  line-height: 24px;
  display: block;
  background: url(../images/videoProseminarUpcoming.gif) 0 -24px;
  border: 0;
  cursor: pointer;
  text-align: left;
  text-indent: 15px;
  color: #FFF;
  font-size: 12px;
}

.videoActivityNews {
  width: 230px;
}

.videoActivityNews dl {
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
  padding-bottom: 25px;
}

.videoActivityNews dt {
  height: 36px;
  background: url(../images/videoActivityNews.gif);
  margin-bottom: 5px;
}

.videoActivityNews dd {
  height: 35px;
  line-height: 35px;
  border-bottom: #acacac 1px dashed;
}

#videoActivityShow {
  margin: 54px auto;
  width: 1001px;
}

.videoActivityShowTitle {
  width: auto;
  margin: 0 !important;
}

.videoActivityShow {
  padding-top: 20px;
  overflow: hidden;
  zoom: 1;
}

.videoActivityShowLeft {
  width: 734px;
}

.proseminarShowBox {
  overflow: hidden;
  border: #fd7004 3px solid;
  padding: 20px;
  line-height: 24px;
}

.proseminarShowAbout {
  background: url(../images/nav_xian_xl.gif) repeat-x bottom !important;
  padding-bottom: 20px;
}

.proseminarShowAbout dl {
  overflow: hidden;
  zoom: 1;
}

.proseminarShowAbout dt {
  width: 230px;
  float: left;
  padding-top: 5px;
}

.proseminarShowAbout dt img {
  width: 230px;
  height: 200px;
  display: block;
}

.proseminarShowAbout dd {
  width: 430px;
  float: right;
}

.proseminarShowAbout dd h2 {
  font-size: 14px;
  color: #000;
  padding-bottom: 10px;
}

.proseminarShowAbout dd span {
  color: #cc0000;
}

.proseminarShowAbout ul {
  overflow: hidden;
  zoom: 1;
  padding-top: 15px;
}

.proseminarShowAbout ul li {
  width: 91px;
  height: 24px;
  padding-right: 10px;
  float: left;
}

.proseminarShowAbout ul li a {
  color: #000;
  display: block;
  background: url(../images/videoProseminarUpcoming.gif);
  width: 91px;
  height: 24px;
  line-height: 24px;
  text-indent: 15px;
}

.proseminarShowAbout ul li a:hover {
  color: #FFF;
  background: url(../images/videoProseminarUpcoming.gif) 0 -24px;
}

.proseminarShowFont {
  padding-top: 20px;
}

.proseminarShowFont h3 {
  font-size: 14px;
  color: #000;
  padding-bottom: 10px;
}

.proseminarShowFont b {
  color: #000;
}

.proseminarRegister {
  overflow: hidden;
  border: #fd7004 3px solid;
  padding: 20px 200px;
  line-height: 24px;
  background: #fafafa;
}

.proseminarRegister h4 {
  color: #000;
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}

.videoActivityShowVideo {
  width: 728px;
  height: 506px;
  overflow: hidden;
  border: #fd7004 3px solid;
}

.videoActivityShowBbsTitle {
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
  margin-top: 20px;
}

.videoActivityShowBbsTitle dl {
  overflow: hidden;
  zoom: 1;
}

.videoActivityShowBbsTitle dt {
  width: 83px;
  height: 26px;
  background: url(../images/videoActivityShowBbs.gif);
  float: left;
}

.videoActivityShowBbsTitle dd {
  width: 250px;
  text-align: right;
  line-height: 26px;
  float: right;
  color: #e97401;
}

.videoActivityShowBbsTitle dd a {
  padding-left: 5px;
}

.videoActivityShowBbsList {}

.videoActivityShowBbsList dl {
  padding: 15px 0;
  border-bottom: #acacac 1px dashed;
  overflow: hidden;
  zoom: 1;
}

.videoActivityShowBbsList dt {
  width: 48px;
  height: 48px;
  overflow: hidden;
  float: left;
}

.videoActivityShowBbsList dd {
  width: 670px;
  float: right;
}

.videoActivityShowBbsList dd h4 {
  font-size: 12px;
  font-weight: normal;
  position: relative;
  padding-bottom: 5px;
}

.videoActivityShowBbsList dd h4 span {
  color: #fc6d00;
  padding-right: 10px;
}

.videoActivityShowBbsList dd h4 a {
  position: absolute;
  right: 0;
  top: 0;
}

.videoActivityShowBbsList dd .bbs {
  line-height: 20px;
  color: #000;
}

.bbsList {
  background: #dfdfdf;
  padding: 8px 15px;
  zoom: 1;
  margin-top: 10px;
  position: relative;
}

.bbsList img {
  display: block;
  float: left;
}

.bbsList ul {
  width: 580px;
  float: right;
}

.bbsList .j {
  width: 12px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0px;
  top: -8px;
  background: url(../images/videoActivityShowBbs.gif) 0 -52px;
}

.videoActivityShowBbsSubmit {
  padding-top: 15px;
}

.videoActivityShowBbsSubmit dt {
  height: 30px;
  line-height: 30px;
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
  color: #e97401;
}

.videoActivityShowBbsSubmit dd {
  padding-top: 10px;
}

.videoActivityShowBbsSubmit dd textarea {
  height: 78px;
  padding: 5px;
  font-size: 12px;
  background: #eaeaea;
  border: #fbfbfb 1px solid;
  width: 716px;
}

.videoActivityShowBbsSubmit dd input {
  width: 83px;
  height: 26px;
  cursor: pointer;
  background: url(../images/videoActivityShowBbs.gif) 0 -26px;
  border: 0;
}

.videoActivityShowRight {
  width: 251px;
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
  padding: 10px 0 2px 0;
}

.videoActivityShowRight dl {
  padding-bottom: 20px;
  overflow: hidden;
  zoom: 1;
}

.videoActivityShowRight dt {
  border: #d4d4d4 2px solid;
  width: 88px;
  height: 65px;
  overflow: hidden;
  float: left;
}

.videoActivityShowRight dd {
  width: 150px;
  float: right;
  line-height: 24px;
  color: #000;
  margin-top: -2px;
}

.videoActivityShowRight div {
  color: #000;
  line-height: 24px;
}

.videoActivityShowRight ul {
  padding: 25px 0;
}

.videoActivityShowRight ul li {
  padding: 5px 0;
  overflow: hidden;
  zoom: 1;
}

.videoActivityShowRight ul li span {
  display: block;
  float: left;
  line-height: 18px;
  padding-right: 5px;
}

.videoActivityShowRight ul li img {
  display: block;
  float: left;
  padding: 0 2px;
}

.videoActivityShowTop {
  margin: 0 auto;
  display: block;
}

.videoActivityShowRight ol {
  padding-bottom: 15px;
  text-align: center;
}

.videoActivityShowRight ol img {
  display: block;
  margin: 0 auto 5px auto;
}

.videoActivityShowRightBorder {
  background: url(../images/nav_xian_xl.gif) repeat-x bottom !important;
  padding-bottom: 13px !important;
  margin-bottom: 12px !important;
}

.agenda {
  padding-top: 40px;
  background: url(../images/agendaBg.gif) repeat-y;
  position: relative;
}

.agendaTitle {
  position: absolute;
  right: 0px;
  top: 0px;
}

.agendabox {
  padding: 5px 15px 40px 15px;
  background: url(../images/agendaBottom.gif) no-repeat bottom center;
  color: #fd7004 !important;
  font-weight: bold;
  font-family: "宋体";
}

/*视频-公司活动*/
.Guide {
  width: 100%;
  background: url(../images/videoGuideBg.gif) repeat-y;
}

@media (min-width: calc(1024px - 60px)) {
  .Guide {
    width: 741px;
  }
}

.GuideTitle {
  height: 69px;
  background: url(../images/videoGuideTitle.gif) no-repeat;
  position: relative;
}

.GuideList {
  background: url(../images/videoGuideBottom.gif) no-repeat bottom center !important;
}

.GuideList ul {
  padding: 0 0 10px 10px !important;
}

/*视频-在线研讨会*/
.proseminarleNav {
  width: 257px;
  background: url(../images/proseminarleNavTop.gif) no-repeat left top;
  overflow: hidden;
  zoom: 1;
}

.proseminarleNavMember {
  width: 172px;
  margin: 45px 0 30px 49px;
  text-align: right;
}

.proseminarleNavMember dt {
  padding-bottom: 8px;
}

.proseminarleNavMember dd {
  padding-bottom: 8px;
  position: relative;
}

.proseminarleNavMember dd span {
  font-size: 12px;
  font-family: "微软雅黑";
  color: #fd7004;
  position: absolute;
  left: 0;
  top: 1px;
}

.proseminarleNavMemberText {
  width: 113px;
  height: 21px;
  line-height: 21px;
  padding: 0 5px;
  background: #ddd;
  border-top: #c0c0c0 1px solid;
  border-left: #c0c0c0 1px solid;
  border-right: #FFF 1px solid;
  border-bottom: #FFF 1px solid;
  color: #8e8e8e;
}

.proseminarleNavMemberSubmit {
  width: 44px;
  height: 21px;
  background: url(../images/proseminarleMemberInput.gif) no-repeat;
  border: 0;
  cursor: pointer;
  margin-left: 5px;
}

.proseminarleNavMember a {
  color: #868383;
}

.proseminarleNavMember a:hover {
  color: #fd7004;
}

.proseminarleNavCalendar {
  background: url(../images/proseminarleNavCalendarBg.gif) no-repeat left top;
  height: 250px;
  padding: 0 35px 0 49px;
}

.proseminarleNavCalendar td {
  line-height: 23px;
  color: #000;
}

.proseminarleNavCalendarTitle {
  background: #ddd;
  height: 13px !important;
  line-height: 13px !important;
  color: #000;
}

.calendarColor {
  color: #fd7004 !important;
}

.calendarThis {
  background: #969696;
  color: #FFF !important;
}

.proseminarleNavCalendar input {
  width: 44px;
  height: 21px;
  background: url(../images/proseminarleNavCalendarSubmit.gif) no-repeat;
  border: 0;
  cursor: pointer;
}

.proseminarleTitleBt {
  width: 200px;
  position: absolute;
  left: 20px;
  bottom: 7px;
  color: #a5a5a5;
  font-family: "微软雅黑";
}

.proseminarleTitleSx {
  width: 125px;
  position: absolute;
  right: 110px;
  bottom: 8px;
}

.proseminarleTitleSx .on {
  color: #dc6001;
}

.proseminarleTitleSx a {
  padding: 0 5px;
}

.proseminarleTitleAn {
  width: 90px;
  height: 23px;
  position: absolute;
  right: 25px;
  bottom: 5px;
  background: url(../images/proseminarleTitleAn.gif) no-repeat;
  border: 0;
  cursor: pointer;
}

.proseminarleList {
  background: url(../images/videoGuideBottom.gif) no-repeat bottom center !important;
  padding: 0 40px 40px 40px;
}

.proseminarleBox {
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
  padding-top: 20px;
}

.proseminarleBoxTop {
  overflow: hidden;
  zoom: 1;
}

.proseminarleBoxTop dl {
  width: 510px;
  float: left;
  overflow: hidden;
  zoom: 1;
}

.proseminarleBoxTop dt {
  float: left;
  width: 177px;
}

.proseminarleBoxTop dd {
  float: right;
  width: 310px;
  line-height: 24px;
  color: #000;
  padding-top: 10px;
}

.proseminarleBoxTop ul {
  width: 140px;
  float: right;
}

.proseminarleBoxTop ul li {
  padding-bottom: 7px;
}

.proseminarleBoxTop ul li a {
  color: #000;
  display: block;
  background: url(../images/videoProseminarUpcoming.gif);
  width: 91px;
  height: 24px;
  line-height: 24px;
  text-indent: 15px;
}

.proseminarleBoxTop ul li a:hover {
  color: #FFF;
  background: url(../images/videoProseminarUpcoming.gif) 0 -24px;
}

.proseminarleBoxBottom {
  line-height: 20px;
  color: #686767;
  padding: 10px 0;
}

.proseminarleBoxBottom a {
  color: #fd7004;
  text-decoration: underline;
}

/*文库下载*/
.download {
  width: 712px;
}

.downloadTitle {
  overflow: hidden;
  zoom: 1;
  height: 41px;
  line-height: 41px;
  background: url(../images/downloadTitle.gif) no-repeat right;
}

.downloadTitle ul {
  width: 300px;
  float: left;
  color: #fd7004;
}

.downloadTitle ul b {
  color: #252525;
  font-family: "微软雅黑";
}

.downloadTitle ul span {
  padding: 0 5px;
  color: #737272;
}

.downloadTitlePage {
  width: 250px;
  padding-right: 10px;
  text-align: right;
  line-height: 50px !important;
}

.downloadTitlePage a {
  padding: 0 3px;
  font-family: "宋体";
}

.downloadTitlePage .on {
  color: #fd7004;
}

.downloadTitle .shopSearch {
  padding-right: 10px !important;
}

.downloadList {
  padding: 15px 0 25px 0;
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
}

.downloadList ul {
  overflow: hidden;
  zoom: 1;
}

.downloadList ul li {
  float: left;
  width: 166px;
  padding: 0 6px;
}

.downloadList ul li img {
  display: block;
  border: #eaeaea 3px solid;
}

.downloadList ul li p {
  height: 33px;
  line-height: 33px;
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
  position: relative;
  text-align: right;
}

.downloadList ul li p b {
  position: absolute;
  left: 0;
  top: 0;
}

.downloadList ul li div {
  line-height: 24px;
  padding: 5px 0 15px 0;
  color: #797979;
}

.downloadLatestList {
  padding: 13px 0;
  overflow: hidden;
  zoom: 1;
}

.downloadLatestList img {
  display: block;
  padding: 5px;
  border: #d1d1d1 1px solid;
  float: left;
  margin-top: 8px;
}

.downloadLatestList dl {
  width: 525px;
  float: right;
  color: #494646;
}

.downloadLatestList dl h2 {
  font-size: 14px;
  padding: 5px 0;
}

.downloadLatestList dt {
  line-height: 20px;
  position: relative;
  padding: 5px 0 5px 65px;
}

.downloadLatestList dt b {
  position: absolute;
  left: 0px;
  top: 5px;
}

.downloadLatestList dd {
  padding-top: 10px;
  overflow: hidden;
  zoom: 1;
}

.downloadLatestList dd a {
  width: 91px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: block;
  background: url(../images/videoProseminarUpcoming.gif);
  color: #000;
  float: left;
  margin-right: 3px;
}

.downloadLatestList dd a:hover {
  background: url(../images/videoProseminarUpcoming.gif) 0 -24px;
  color: #FFF;
}

.downloadOthers {
  overflow: hidden;
}

.downloadOthers ul {
  width: 680px;
  overflow: hidden;
  zoom: 1;
  padding: 20px 0 0 27px;
}

.downloadOthers ul li {
  width: 144px;
  float: left;
  padding: 0 26px 50px 0;
  line-height: 28px;
  text-align: center;
}

.downloadOthers ul li img {
  padding: 3px;
  border: #d4d4d4 1px solid;
}

.downloadOthers ul li p {
  height: 24px;
  line-height: 24px !important;
  overflow: hidden;
  zoom: 1;
  text-align: left !important;
}

.downloadOthers ul li p a {
  width: 70px;
  height: 24px;
  text-indent: 8px;
  display: block;
  background: url(../images/downloadOthers.gif);
  color: #000;
}

.downloadOthers ul li p a:hover {
  background: url(../images/downloadOthers.gif) 0 -24px;
  color: #FFF;
}

#downloadRead {
  width: 1003px;
  padding: 50px 0;
  margin: 0 auto;
}

.downloadReadTitle {
  height: 41px;
  line-height: 41px;
  text-indent: 30px;
  color: #e96601;
  background: url(../images/shopContentTitle.gif) repeat-x;
  border-bottom: #dbdbdb 1px solid;
  border-right: #dbdbdb 1px solid;
}

.downloadReadTitle span {
  color: #494848;
  padding: 0 5px;
}

.downloadReadPic {
  margin: 15px 0 5px 0;
  height: 625px;
  position: relative;
  background: url(../images/downloadReadBg.gif) no-repeat top center;
}

.downloadReadPicJtL,
.downloadReadPicJtR {
  position: absolute;
  top: 240px;
  width: 34px;
  height: 82px;
}

.downloadReadPicJtL {
  left: 0;
}

.downloadReadPicJtL a {
  width: 34px;
  height: 82px;
  display: block;
  background: url(../images/downloadReadPicJt.gif) 0 -82px;
}

.downloadReadPicJtL a:hover {
  color: #f76d03;
  background: url(../images/downloadReadPicJt.gif);
}

.downloadReadPicJtR {
  right: 0;
}

.downloadReadPicJtR a {
  width: 34px;
  height: 82px;
  display: block;
  background: url(../images/downloadReadPicJt.gif) -34px 0;
}

.downloadReadPicJtR a:hover {
  background: url(../images/downloadReadPicJt.gif) -34px -82px;
}

.downloadReadPicBox {
  width: 873px;
  height: 573px;
  margin: 0 auto;
  padding: 26px 0;
  overflow: hidden;
}

.downloadReadBottom {
  width: 925px;
  margin: 0 auto;
}

.downloadReadLeft {
  width: 300px;
}

.downloadReadLeft dl {
  overflow: hidden;
  zoom: 1;
}

.downloadReadLeft dt {
  width: 109px;
  float: left;
}

.downloadReadLeft dd {
  width: 150px;
  float: left;
  padding-left: 10px;
}

.downloadReadLeft dd a,
.downloadReadRight dt a,
.downloadWrapperFont div a {
  width: 70px;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
  display: block;
  background: url(../images/downloadOthers.gif);
  margin-bottom: 5px;
}

.downloadReadLeft dd a:hover,
.downloadReadRight dt a:hover,
.downloadWrapperFont div a:hover {
  background: url(../images/downloadOthers.gif) 0 -24px;
  color: #FFF;
}

.downloadReadLeft dd p {
  padding-top: 30px;
}

.downloadReadRight {
  width: 360px;
  padding-right: 30px;
}

.downloadReadRight dt {
  float: left;
  width: 70px;
  height: 24px;
  padding-right: 2px;
  text-align: center;
  position: relative;
}

.downloadReadRight dt a {
  text-align: left !important;
  text-indent: 12px;
}

.downloadReadRightBox {
  width: 69px;
  background: url(../images/downloadReadRightBox.gif) repeat-y;
  position: absolute;
  left: 0;
  bottom: 24px;
  display: none;
}

.downloadReadRightBoxBox {
  padding: 15px 0;
  text-align: left;
  text-indent: 12px;
  line-height: 24px;
  text-indent: 0;
  background: url(../images/downloadReadRightBoxTop.gif) no-repeat top;
}

.downloadReadRightBoxBox ul {
  height: 120px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}

.downloadReadRightBoxBox ul li {
  text-indent: 8px;
  cursor: pointer;
}

.downloadReadRight dd {
  float: left;
  width: 100%;
  padding-top: 15px;
  text-align: right;
}

.downloadNav dl {
  padding: 5px 0 5px 40px;
  margin: 0 20px;
  background: url(../images/shopNavBorder.gif) repeat-x bottom;
  position: relative;
}

.downloadNav dt {
  position: relative;
}

.downloadNav .on dt {
  border: #aaa 1px solid !important;
  background: #FFF;
  line-height: 28px !important;
  text-indent: 30px;
  height: 28px;
}

/*.downloadNav .on img{top:6px !important; left:-26px !important;}*/
.downloadNav dt .shopLeftNavListTc {
  position: absolute;
  left: 140px;
  top: -1px;
  width: 450px;
  z-index: 9999;
  border: #aaa 1px solid;
  display: none;
  padding: 10px;
  background: #FFF;
}

.downloadNav dt .shopLeftNavListTc ul {
  overflow: hidden;
  zoom: 1;
  position: relative;
  z-index: 99999;
  padding: 0 !important;
}

.downloadNav dt .shopLeftNavListTc ul li {
  float: left;
  width: 150px;
  height: 30px;
  overflow: hidden;
  color: #e26200;
  font-weight: normal;
  background: none !important;
  text-indent: 0 !important;
}

.downloadNav dt .shopLeftNavListTc ul li a {
  padding-left: 5px;
}

.downloadNav dt .shopLeftNavListTc span {
  display: block;
  position: absolute;
  left: -1px;
  top: 0px;
  width: 2px;
  height: 28px;
  background: #FFF;
}

/*.downloadNav dl img{position:absolute; left:-25px; top:7px; +top:-1px; width:17px; height:17px; display:block;}*/
.shopLeftNavListTcImg {
  position: absolute;
  left: 15px;
  top: 11px;
  width: 17px;
  height: 17px;
  display: block;
  z-index: 9999;
}

.downloadNav .on .shopLeftNavListTcImg {
  top: 11px !important;
  left: 45px !important;
}

.downloadBox {
  width: 652px;
  padding: 0 50px 0 25px;
}

.downloadBoxTitle {
  height: 55px;
  line-height: 55px;
  background: url(../images/downloadBoxTitle.gif) no-repeat right;
  font-size: 14px;
  font-weight: bold;
  color: #424242;
}

.downloadBoxList {
  padding-bottom: 10px;
}

.downloadBoxList ul {
  overflow: hidden;
  zoom: 1;
}

.downloadBoxList ul li {
  width: 130px;
  float: left;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
}

.downloadBoxList ul li a {
  padding-left: 5px;
}

.downloadWrapper {
  border: #dfdfdf 1px solid;
  padding: 16px;
}

.downloadWrapperTitle {
  overflow: hidden;
  zoom: 1;
}

.downloadWrapperTitle h3 {
  font-size: 14px;
  color: #FFF;
  height: 33px;
  line-height: 33px;
  border-bottom: #d9d9d9 1px solid;
  background: url(../images/downloadWrapperTitle.gif) repeat-x;
  padding: 0 35px;
  float: left;
}

.downloadWrapperFont {
  padding: 5px;
  line-height: 24px;
  color: #5c5c5c;
}

.downloadWrapperFont div {
  overflow: hidden;
  zoom: 1;
  padding: 10px 0;
}

.downloadWrapperFont div a {
  float: left;
  margin-right: 2px;
}

.downloadWrapperList {
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
  padding: 20px 0;
  overflow: hidden;
  zoom: 1;
}

.downloadWrapperListImg {
  width: 152px;
  height: 178px;
  display: block;
  float: left;
  padding: 7px;
  border: #d0d0d0 1px solid;
  background: #FFF;
}

.downloadWrapperList dl {
  width: 440px;
  float: right;
  padding-top: 5px;
}

.downloadWrapperList dl h3 {
  color: #232323;
  font-size: 14px;
  padding-left: 24px;
  background: url(../images/downloadWrapperList.gif) no-repeat left;
  height: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}

.downloadWrapperList dt {
  padding: 0 0 15px 67px;
  position: relative;
  color: #4c4c4c;
  line-height: 24px;
}

.downloadWrapperList dt b {
  position: absolute;
  left: 0px;
  top: 0px;
}

.downloadWrapperList dd a {
  width: 91px;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
  display: block;
  background: url(../images/videoProseminarUpcoming.gif);
  margin-bottom: 5px;
}

.downloadWrapperList dd a:hover {
  background: url(../images/videoProseminarUpcoming.gif) 0 -24px;
  color: #FFF;
}

#downloadShow {
  margin: 40px auto 30px auto;
  width: 1001px;
  overflow: hidden;
  zoom: 1;
}

.downloadShow {
  background: url(../images/downloadShow.gif) repeat-y left;
}

.downloadShowTop {
  overflow: hidden;
  zoom: 1;
}

.downloadShowLeft {
  width: 665px;
  padding: 20px 0 0 24px;
}

.downloadShowLeftTitle {
  line-height: 24px;
  padding: 10px 0 15px 3px;
  background: url(../images/aboutTitle.gif) no-repeat right bottom;
}

.downloadShowLeftTitle h3 {
  color: #fd7004;
}

.downloadShowLeftBox {
  border: #e8e8e8 1px solid;
  border-bottom: 0;
  padding: 10px 10px 0 10px;
  margin-top: 8px;
  background: #efefef;
}

.downloadShowLeftBox img {
  background: #b9b9b9;
  padding: 1px 1px 0 1px;
  border: #FFF 1px solid;
  border-bottom: 0;
}

.downloadShowRight {
  width: 251px;
  padding: 135px 0 2px 0;
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
  line-height: 24px;
}

.downloadShowRight p {
  text-align: center;
}

.downloadShowRight ul {
  padding: 10px 0 15px 110px;
  position: relative;
  overflow: hidden;
  zoom: 1;
}

.downloadShowRight ul span {
  position: absolute;
  left: 20px;
  top: 8px;
}

.downloadShowRight ul li {
  width: 48px;
  height: 18px;
  overflow: hidden;
  float: left;
  padding-right: 5px;
}

.downloadShowBottom {
  padding: 25px;
  background: url(../images/downloadShowBottom.gif) repeat-x;
  margin-left: 1px;
}

.downloadShowBottom dl {
  padding: 0 15px;
  float: left;
}

.downloadShowBottom dt {
  float: left;
  padding-right: 3px;
  width: 70px;
  position: relative;
}

.downloadShowBottom dt a {
  width: 70px;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
  display: block;
  background: url(../images/downloadOthers.gif);
}

.downloadShowBottom dt a:hover {
  background: url(../images/downloadOthers.gif) 0 -24px;
  color: #FFF;
}

.downloadShowBottomFx {
  float: left;
  overflow: hidden;
  zoom: 1;
  display: none;
}

.downloadShowBottomFx ul {
  overflow: hidden;
  zoom: 1;
  padding: 3px 0 0 150px;
  position: relative;
}

.downloadShowBottomFx ul li {
  padding-right: 10px;
  float: left;
}

.downloadShowBottomFx ul span {
  position: absolute;
  left: 100px;
  top: 5px;
}

.downloadShop {
  overflow: hidden;
  padding-top: 10px;
}

.downloadShop ul {
  width: 741px;
}

.downloadShop ul li {
  width: 234px;
  /*height:387px;*/
  margin: 0 13px 13px 0;
  float: left;
}

.downloadShop ul li h2 {
  height: 33px;
  line-height: 33px;
  background: url(../images/downloadWrapperTitle.gif) repeat-x;
  font-size: 12px;
  color: #FFF;
  text-align: center;
}

.downloadShop ul li dl {
  border-top: #e9e9e9 1px solid;
  border-left: #e9e9e9 1px solid;
  border-right: #cbcbcb 1px solid;
  border-bottom: #cbcbcb 1px solid;
  padding: 8px;
}

.downloadShop ul li dl img {
  display: block;
}

.downloadShop ul li dt {
  line-height: 24px;
  padding: 10px 10px 5px 10px;
  height: 100px;
}

.downloadShop ul li dd {
  padding-top: 5px;
  height: 25px;
}

.downloadShop dd a {
  height: 25px;
  overflow: hidden;
  line-height: 25px;
  text-indent: 75px;
  display: block;
  background: url(../images/downloadShop.gif);
}

.downloadShop dd a:hover {
  background: url(../images/downloadShop.gif) 0 -25px;
  color: #FFF;
}

/*服务*/
.serveLeft {
  margin: 0 auto !important;
}

.serveLeft dl,
.serveLeft dt,
.serveLeft dd {
  padding: 0 !important;
  font-weight: normal !important;
  line-height: normal !important;
}

.serveLeft dt,
.serveLeft dd {
  background: none !important;
  padding-bottom: 10px !important;
}

.serve {
  width: 730px;
}

.serveLeftBanner {
  text-align: center;
  padding: 25px 0;
}

.serveSearch {
  overflow: hidden;
  zoom: 1;
}

.serveSearch img {
  display: block;
  float: left;
}

.serveSearch dl {
  width: 535px;
  float: left;
  overflow: hidden;
  zoom: 1;
  padding-top: 38px;
}

.serveSearch dt {
  width: 400px;
  height: 38px;
  float: left;
  background: url(../images/serveSearch.gif);
  float: left;
  margin-top: 1px;
}

.serveSearch dt input {
  width: 380px;
  padding: 0 10px;
  font-size: 12px;
  height: 38px;
  border: 0;
  color: #585858;
  background: none;
}

.serveSearch dd {
  width: 127px;
  height: 40px;
  float: right;
}

.serveSearch dd input {
  width: 127px;
  height: 40px;
  background: url(../images/serveSearch.gif) -400px 0;
  border: 0;
  cursor: pointer;
}

.serveQa ul {
  overflow: hidden;
  zoom: 1;
}

.serveQa ul li {
  float: left;
  width: 89px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 3px;
  background: url(../images/serveQaList.gif) 0 -26px;
  cursor: pointer;
}

.serveQa ul .on {
  background: url(../images/serveQaList.gif) !important;
  color: #FFF !important;
}

.serveQa dl {
  border: #dbdbdb 1px solid;
  padding: 15px 25px;
  line-height: 24px;
  display: none;
}

.serveQa dt {
  position: relative;
}

.serveQa dt span {
  position: absolute;
  right: 0;
  top: 0;
}

.qa dt b {
  position: absolute;
  left: 0;
  top: 0px;
  color: #33F;
}

.qa dt {
  padding-left: 25px;
}

.qa dd {
  padding: 0 0 10px 50px;
  position: relative;
  border-bottom: #DBDBDB 1px dashed;
}

.qa dd b {
  position: absolute;
  left: 25px;
  top: 0px;
  color: #F00;
}

.serveTd {
  padding: 15px;
}

.serveTdTitle {
  width: 102px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #FFF;
  font-weight: bold;
  background: url(../images/serveKuai.gif);
}

.serveTdText {
  height: 26px;
  border: #FFF 1px solid;
  background: url(../images/serveSrk.gif) no-repeat left top;
  font-size: 12px;
  color: #585858;
  padding: 0 5px;
}

.serveSubmit {
  width: 110px;
  height: 43px;
  border: 0;
  cursor: pointer;
  background: url(../images/serveTj.gif);
}

.serveSelect {
  height: 28px;
  width: 211px;
  background: #f3f3f3;
  line-height: 26px;
  font-size: 12px;
  color: #585858;
  border: #FFF 1px solid;
}

.serveTdFont {
  font-weight: bold;
}

.serveTdTextarea {
  width: 659px;
  height: 215px;
  border: #FFF 1px solid;
  background: url(../images/serveTextarea.gif) no-repeat left top;
  padding: 10px;
  font-size: 12px;
  color: #585858;
}

.serveUpdate {
  width: 91px;
  height: 25px;
  cursor: pointer;
  background: url(../images/serveUpdate.gif);
  border: 0;
}

.serveComplain {}


/*翻页*/
.page {
  text-align: right;
  padding: 10px 20px;
  font-family: "宋体";
  /*background:url(../images/nav_xian_xl.gif) repeat-x top; margin-top:5px;*/
}

.page a {
  padding: 0 4px;
  color: #494646;
}

.page a:hover {
  color: #f76d03;
}

.pageThis {
  color: #f76d03 !important;
}

/*尾巴定义*/
#footer {
  height: 131px;
  background: url(../images/footer_bg.gif) repeat-x;
  color: #FFF;
}

#footer dl {
  width: 1001px;
  margin: 0 auto;
  text-align: center;
  line-height: 24px;
  padding-top: 30px;
}

#footer dt a {
  padding: 0 5px;
  color: #FFF;
}

#footer dt a:hover {
  color: #f76d03;
}

#footer dd {
  padding-top: 24px;
}


/*会员*/
.memberTop {
  height: 12px;
  background: url(../images/memberTop.gif) repeat-x;
  overflow: hidden;
}

.memberBanner {
  width: 1003px;
  margin: 0 auto;
  padding: 30px 0 20px 0;
  position: relative;
}

.memberBanner img {
  border: #b4b4b4 1px solid;
  display: block;
}

.memberBanner a {
  position: absolute;
  left: 1px;
  top: -12px;
}

.memberBanner a img {
  border: 0 !important;
}

#member {
  width: 1003px;
  margin: 0 auto;
  padding-bottom: 80px;
  overflow: hidden;
  zoom: 1;
}

.memberL {
  width: 204px;
}

.memberLCe {
  padding: 5px 5px 30px 5px !important;
}

.memberLCe dd {
  width: 90px !important;
}

.memberNav {
  margin-bottom: 10px;
  border: #d8d8d8 1px solid;
  background: #fbfbfb url(../images/memberNavBg.gif) no-repeat;
  padding: 70px 18px 15px 18px;
}

.memberNav ul li {
  height: 30px;
  line-height: 30px;
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
  font-weight: bold;
}

.memberNav .on a {
  color: #fd7004 !important;
}

.memberC {
  width: 572px;
  padding-left: 22px;
  overflow: hidden;
}

.memberCTitle {
  height: 34px;
  line-height: 34px;
  background: url(../images/memberCTitle.gif) no-repeat;
  padding: 5px 15px 0 73px;
}

.memberCTitle dl {
  overflow: hidden;
  zoom: 1;
}

.memberCTitle dt {
  float: left;
  width: 40%;
}

.memberCTitle dd {
  float: right;
  width: 40%;
  text-align: right;
}

.memberCBox {
  width: 596px;
  overflow: hidden;
  zoom: 1;
}

.memberCBox dl {
  overflow: hidden;
  zoom: 1;
}

.memberCBox dt {
  width: 100%;
  height: 28px;
  line-height: 28px;
  float: left;
  margin: 10px 0;
  background: #e1e1e1;
  color: #3a3a3a;
  position: relative;
}

.memberCBox dt b,
.memberCQa h2 b {
  padding: 0 10px;
}

.memberCBox dt a,
.memberCQa h2 a {
  padding: 0 5px;
}

.memberCBox dt .on,
.memberCQa h2 .on {
  color: #fd7004;
}

.memberCBox dt span,
.memberCQa h2 span {
  color: #fd7004;
  position: absolute;
  right: 30px;
  top: 0px;
}

.memberCBox dd {
  width: 127px;
  float: left;
  padding-right: 21px;
  text-align: center;
}

.memberCBox dd img {
  padding: 3px;
  border: #d7d7d7 1px solid;
  display: block;
  margin-bottom: 10px;
}

.memberCBoxProseminar dd {
  width: 185px !important;
  padding-right: 8px !important;
}

.memberCBoxProseminar dd img {
  padding: 0 !important;
  border: #b7b7b7 2px solid !important;
}

.memberCQa {
  padding-top: 25px;
  color: #555353;
  line-height: 24px;
}

.memberCQa h2 {
  height: 28px;
  line-height: 28px;
  background: #e1e1e1;
  color: #3a3a3a;
  position: relative;
  font-size: 12px;
  font-weight: normal;
}

.memberCQa h2 span {
  right: 5px !important;
}

.memberCQa ul {
  padding: 10px 0;
  border-bottom: #b1b1b1 1px dashed;
}

.memberCQa ul li {
  padding-left: 27px;
  position: relative;
}

.memberCQa ul li b {
  position: absolute;
  left: 0px;
  top: 0px;
}

.memberR {
  width: 182px;
}

.memberRCe {
  padding: 2px;
  padding-bottom: 30px;
  border: #d2d2d2 1px solid;
  margin-bottom: 10px;
}

.memberRCe img {
  display: block;
}

.memberRCe dl {
  padding: 11px 9px;
  padding-bottom: 0;
  overflow: hidden;
  zoom: 1;
}

.memberRCe dt {
  width: 70px;
  height: 67px;
  overflow: hidden;
  float: left;
}

.memberRCe dt img {
  padding: 1px;
  border: #d2d2d2 1px solid;
  width: 66px;
  height: 63px;
  display: block;
}

.memberRCe dd {
  float: right;
  width: 73px;
  line-height: 200%;
  color: #494646;
}



#loading {
  margin-top: 2px;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 30px;
  background: #eee;
}

#noshow {
  margin-top: 2px;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 30px;
  background: #eee;
}



/*注册*/
.loginHeader {
  border-bottom: #ff7206 2px solid;
  background: #f2f2f2;
}

.loginHeader div {
  width: 1001px;
  margin: 0 auto;
}

#loginContent {
  width: 1001px;
  margin: 0 auto;
  padding: 47px 0 110px 0;
  overflow: hidden;
  zoom: 1;
}

.login {
  width: 340px;
  height: 330px;
  background: url(../images/login_bg.gif);
}

.loginBox {
  padding: 58px 15px 0 15px;
  color: #959595;
}

.loginBox b {
  color: #eb6600;
  font-size: 14px;
}

.loginSrk,
.registerSrk,
.registerYzm {
  height: 26px;
  background: url(../images/login_srl.gif) no-repeat left top;
  border: 0;
  width: 209px;
  padding: 0 5px;
  font-size: 12px;
  color: #666;
}

.loginAn,
.loginXyb,
.loginZcdl {
  width: 84px;
  height: 31px;
  background: url(../images/login_dl.gif) no-repeat;
  border: 0;
  cursor: pointer;
}

.loginXyb {
  background: url(../images/login_xyb.gif) no-repeat !important;
}

.loginZcdl {
  background: url(../images/login_tjzc.gif) no-repeat !important;
}

.loginBox a {
  color: #959595;
  padding: 0 5px;
}

.loginBox a:hover {
  color: #fd7004;
}

.loginRight {
  width: 559px;
  border-bottom: #dcdcdc 1px solid;
}

.passwordTitle {
  padding-bottom: 23px;
}

.password {
  border: #dadada 1px solid;
  background: #fbfbfb;
}

.password ul {
  padding: 60px 0 60px 415px;
}

.password ul li {
  padding-bottom: 15px;
  position: relative;
}

.password ul li span {
  width: 75px;
  display: block;
  position: absolute;
  left: -78px;
  text-align: right;
  font-size: 14px;
  top: 4px;
  color: #8b8b8b;
}

.register {
  border: #dadada 1px solid;
  background: #fbfbfb;
  padding: 20px 200px;
}

.registerTitle {
  background: url(../images/aboutTitle.gif) no-repeat bottom right;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
}

.registerDian {
  height: 45px;
  line-height: 45px;
  background: url(../images/login_dian.gif) no-repeat left;
  margin-left: 65px;
  text-indent: 17px;
  font-size: 14px;
  font-weight: bold;
  color: #fe6f06;
}

.registerBox {
  padding-bottom: 15px;
}

.registerBox td {
  padding: 4px 0;
  font-size: 14px;
  color: #676767;
}

.registerSrk {
  width: 290px !important;
}

.registerXlc,
.registerXld {
  width: 219px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #666;
  background: #e0e0e0;
  border: #c0c0c0 1px solid;
}

.registerXld {
  width: 130px !important;
}

.registerBoxTj {
  padding-top: 40px;
}

.registerYzm {
  width: 85px !important;
}

.registerBox span {
  font-size: 12px;
  color: #b9b9b9;
}

.registerBox span a {
  color: #fe6f06;
  padding-left: 10px;
}

.register_srk {
  width: 335px;
  height: 22px;
  line-height: 22px;
  color: #666;
  font-size: 12px;
  border: #e3e3e3 1px solid;
  padding: 0 5px;
}

.register_select {
  height: 22px;
  line-height: 22px;
  color: #666;
  font-size: 12px;
  border: #e3e3e3 1px solid;
  width: 200px;
}

.register_an {
  background: url(../images/serveTj.gif) no-repeat;
  width: 110px;
  height: 43px;
  border: 0;
  cursor: pointer;
}

.proseminarRegister td {
  padding: 3px 0;
}

.proseminarRegister td span {
  color: #F00;
  padding-right: 5px;
}

.proseminarRegister_a a {
  color: #000;
  display: block;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  background: url(../images/videoProseminarUpcoming.gif);
  width: 91px;
  height: 24px;
  line-height: 24px;
  text-indent: 15px;
}

.proseminarRegister_a a:hover {
  color: #FFF;
  background: url(../images/videoProseminarUpcoming.gif) 0 -24px;
}


.external {
  /*padding:20px 0;*/
}

.external ul li {
  border-bottom: #CCC 1px solid;
  padding: 20px 0;
}

.external ul li td {
  padding: 3px 2px;
}

.external ul li td b {
  color: #000;
  display: block;
  padding-bottom: 5px;
}

.external ul li td .srk {
  width: 300px;
  height: 22px;
  border: #CCC 1px solid;
  line-height: 22px;
  color: #999;
  font-size: 12px;
  padding: 0 5px;
}

.external ul li td .wenben {
  width: 400px;
  height: 60px;
  border: #CCC 1px solid;
  line-height: 22px;
  color: #999;
  font-size: 12px;
  padding: 5px;
}

.external ul li .tijiao {
  background: url(../images/shopContentListCentre.gif) repeat-x;
  width: 120px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  font-weight: bold;
  border: 0;
  margin: 0 auto;
  cursor: pointer;
}

.xiugaixinxi {
  width: 83px;
  height: 26px;
  border: 0;
  cursor: pointer;
  background: url(../images/videoActivityShowBbs.gif) 0 -26px;
}

.pro {
  width: 168px !important;
  padding: 10px !important;
}

.memberCBoxQa dl {
  padding: 10px 0;
  border-bottom: #CCC 1px dotted;
  line-height: 24px;
}

.memberCBoxQa dt,
.memberCBoxQa dd {
  padding-left: 20px;
  position: relative;
}

.memberCBoxQa dt span,
.memberCBoxQa dd span {
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: bold;
}

.memberCBoxQa dt span {
  color: #0066b4;
}

.memberCBoxQa dd span {
  color: #fd7004;
}

.downloadLatest {
  overflow: hidden;
  zoom: 1;
}

.downloadNewPic {
  width: 639px;
  line-height: 22px;
  padding-bottom: 20px;
  position: relative;
}

.downloadNewPic img {
  background: #FFF;
  padding: 1px;
  border: #c8c8c8 1px solid;
  margin-bottom: 10px;
}

.downloadNewPic span {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.downloadNewPic span b {
  color: #3a3a3a;
}

.downloadNewPic ul {
  position: absolute;
  left: 20px;
  bottom: 62px;
}

.downloadNewPic ul li {
  padding-bottom: 8px;
}

.downloadNewPic ul li a {
  width: 91px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: block;
  background: url(../images/videoProseminarUpcoming.gif);
  color: #000;
}

.downloadNewPic ul li a:hover {
  background: url(../images/videoProseminarUpcoming.gif) 0 -24px;
  color: #FFF;
}

.downloadNewSb_02 {
  padding: 10px 0;
  font-family: "微软雅黑";
}

.electron_srk_01,
.electron_srk_02,
.electron_srk_03 {
  width: 113px;
  height: 21px;
  font-size: 12px;
  color: #c0c0c0;
  border-top: #c0c0c0 1px solid;
  border-left: #c0c0c0 1px solid;
  border-right: #FFF 1px solid;
  border-bottom: #FFF 1px solid;
  padding: 0 5px;
}

.electron_srk_02 {
  width: 233px !important;
}

.electron_srk_03 {
  width: 227px !important;
  height: 84px !important;
  padding: 5px !important;
}

.downloadNewSb_03 {
  height: 39px;
  background: url(../images/electron_02.gif) no-repeat;
}

.downloadNewSb_03 dl {
  overflow: hidden;
  zoom: 1;
}

.downloadNewSb_03 dt {
  width: 136px;
  height: 39px;
  float: left;
  padding-left: 82px;
}

.downloadNewSb_03 dt input {
  width: 136px;
  height: 39px;
  border: 0;
  cursor: pointer;
  background: none;
}

.downloadNewSb_03 dd {
  width: 46px;
  height: 25px;
  padding-top: 12px;
  float: left;
}

.downloadNewSb_03 dd input {
  width: 46px;
  height: 25px;
  border: 0;
  cursor: pointer;
  background: none;
}

.downloadNewSb_04 {
  padding: 20px 0;
  overflow: hidden;
  zoom: 1;
}

.downloadNewSb_05 {
  text-align: center;
}

.downloadNewSb_05 img {
  display: block;
  margin: 0 auto 10px auto;
}

.downloadOthersNew {
  width: auto !important;
  padding-left: 0 !important;
}

.downloadOthersNew .downloadLatestList {
  width: 320px !important;
  float: left !important;
  padding-right: 13px;
  padding-top: 0 !important;
}

.downloadOthersNew img {
  margin-top: 5px !important;
}

.downloadOthersNew h2 {
  overflow: hidden !important;
  height: 17px !important;
  padding: 0 !important;
  margin: 4px 0 !important;
}

.downloadOthersNew dl {
  width: 180px !important;
}

.downloadOthersNew dt {
  padding-left: 0 !important;
  color: #626262 !important;
}

.downloadOthersNew strong {
  color: #494546;
}

.downloadOthersNew dd a {
  width: 70px !important;
  height: 24px !important;
  text-indent: 0px !important;
  display: block;
  background: url(../images/downloadOthers.gif) !important;
}

.downloadOthersNew dd a:hover {
  background: url(../images/downloadOthers.gif) 0 -24px !important;
}

.downloadNewSb {
  width: 330px;
}







#foot {
  background: #323232 url(../images/footBg.gif) repeat-x top;
  position: relative;
}

#foot * {
  color: #fff
}

.fanhuidingbu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999999;
}

.foot_a {
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #FFF;
}

.foot_a a {
  font-size: 14px;
  font-family: "微软雅黑";
  color: #FFF;
  padding: 0 10px;
}

.foot_a a:hover {
  text-decoration: underline;
}

.foot_b {
  background: #323232;
  height: 40px;
}

.foot_b_box {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}

.foot_b_l {
  width: 740px;
  height: 40px;
  line-height: 40px;
  color: #adadad;
}

.foot_b_l a {
  color: #adadad;
}

.foot_b_l a:hover {
  color: #fd7004;
}

.foot_b_l_01 {
  padding-left: 25px !important;
  background: url(../images/footTb01.gif) no-repeat left;
}

.foot_b_l_02 {
  padding-left: 25px !important;
  background: url(../images/footTb02.gif) no-repeat left;
}

.foot_b_r {
  width: 235px;
}

.foot_b_r dl {
  overflow: hidden;
  zoom: 1;
  padding-top: 7px;
}

.foot_b_r dt {
  width: 167px;
  height: 26px;
  float: left;
}

#foot .foot_b_r dt input {
  background: #212121;
  width: 157px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  border: 0;
  padding: 0 5px;
  color: #636363;
}

.foot_b_r dd {
  width: 68px;
  height: 26px;
  float: right;
}

.foot_b_r dd input {
  width: 68px;
  height: 26px;
  background: #fe9e0d;
  border: 0;
  text-align: center;
  line-height: 26px;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}

.foot_c {
  background: #444444;
}

.foot_c dl {
  width: 1001px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  line-height: 24px;
  color: #FFF;
  text-align: center;
}

.foot_c dl a {
  color: #FFF;
  padding: 0 8px;
}

.foot_c dl a:hover {
  color: #fd7004;
}

.foot_c dl p {
  width: 65px;
  position: absolute;
  right: 0px;
  top: 8px;
}

.foot_c dl p img {
  display: block;
  margin-top: 4px;
}

#footBox {
  background: #444444;
}

.footBox {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  padding: 20px 0;
  color: #FFF;
}

.footBox ul {
  float: left;
  padding: 0 25px;
  text-align: center;
}

.footBox ul img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

.footBox dl {
  float: left;
  border-right: #6b6b6b 1px solid;
  padding: 0 32px;
  line-height: 24px;
  font-family: '宋体';
}

.footBox dt {
  font-weight: bold;
}

.footBox dl a {
  color: #d4d4d4;
}

.footBox dl a:hover {
  color: #fd7004;
}

.footBoxLeft {
  border-left: #6b6b6b 1px solid;
}

.footBoxUlLeft {
  width: 175px;
  line-height: 25px;
}

.footBoxUlLeft h2 {
  font-size: 24px;
}

.footBoxUlRight {
  width: 62px;
  overflow: hidden;
}

.footBoxUlRight img {
  margin: 0 0 5px 0 !important;
}

#footBottom {
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #636363;
}


#homeTop {
  position: relative;
}

.homeTop {
  width: 615px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.homeTop ul {
  position: absolute;
  overflow: hidden;
  zoom: 1;
  left: 0;
  top: 0;
  width: 9000%;
}

.homeTop ul li {
  width: 615px;
  height: 450px;
  float: left;
  background: #f9f9f9;
  position: relative;
}

.homeTop ul li img {
  display: block;
  width: 615px;
  height: 500px;
}

.homeTop ul li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 615px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #FFF;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.homeTopLeft,
.homeTopRight {
  cursor: pointer;
  width: 21px;
  height: 47px;
  position: absolute;
  top: 200px;
}

.homeTopLeft {
  background: url(../images/aboutJt.gif);
  left: 0px;
}

.homeTopRight {
  background: url(../images/aboutJt.gif) -21px 0;
  right: 0px;
}



.aboutMap dl {
  background: url(../images/nav_xian_xl.gif) repeat-x bottom;
  padding: 5px 0;
}

.aboutMap dt {
  font-weight: bold;
  padding-left: 15px;
  background: url(../images/map_t.gif) no-repeat left;
}

.aboutMap dd {
  padding-left: 15px;
}

.aboutMap dd a {
  padding: 0 14px;
}

.caseBottomListPic {
  margin: 10px 22px 20px 215px;
  border: #e3e3e3 1px solid;
  background: #f8f8f8;
}

.caseBottomListPic ul {
  background: #f1efef;
  overflow: hidden;
  zoom: 1;
}

.caseBottomListPic ul li {
  float: left;
  padding: 0 20px;
  height: 30px;
  float: left;
  font-size: 14px;
  line-height: 30px;
  border-right: #e3e3e3 1px solid;
  cursor: pointer;
}

.caseBottomListPic ul .this {
  background: #f8f8f8;
}

.caseBottomListPic dl {
  overflow: hidden;
  zoom: 1;
  padding: 20px 0 0 15px;
  display: none;
}

.caseBottomListPic dt {
  width: 50px;
  height: 83px;
  padding: 0 27px;
  text-align: center;
  float: left;
}

.caseBottomListPic dt img {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 4px;
}

#bdshare {
  padding: 0 !important;
}

.bds_more {
  display: inline !important;
  float: inherit !important;
  padding: 0 24px !important;
  background: none !important;
}

.bds_tools a {
  /*background:none !important;*/
}

#bdshare a:hover {
  color: #F76D03 !important;
}

.newContact {
  padding: 20px 0;
  line-height: 200%;
  border-bottom: #d0d0d0 1px solid;
}

.newContact img {
  display: block;
  padding: 1px;
  background: #FFF;
  border: #d0d0d0 1px solid;
}

/*首页修改*/
.sjfl {
  width: 190px;
  font-size: 12px;
}

.sjfl dl ul li {
  height: 32px;
  line-height: 32px;
  padding-left: 12px;
}

.sjfl dt {
  background: url(shopNavBorder.gif) repeat-x bottom;
  line-height: 28px;
  height: 28px;
  font-size: 14px;
  padding-left: 10px;
}

.sjfl dl dt a {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: bold;
}

.sjfl dl dt a:hover {
  color: #F86D03;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

#items0 li span {
  color: #F86D03;
}

#items0 li {
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
}

#items0 li a {
  font-size: 14px;
  color: #3a3a3a;
}

#items0 li a:hover {
  font-size: 14px;
  color: #F86D03;
}

#items1 li a {
  font-size: 12px;
}

#items1 li a:hover {
  font-size: 12px;
}

#items2 li a {
  font-size: 12px;
}

#items2 li a:hover {
  font-size: 12px;
}

#items3 li a {
  font-size: 12px;
}

#items3 li a:hover {
  font-size: 12px;
}

#items0 li ul li {
  line-height: 32px;
  height: 32px;
  background: url(shopNavBorder.gif) repeat-x bottom;
  padding-left: 10px;
}

/* 2019.12.09 */
@media(max-width:480px) {
  .videoActivityListBox ul li {
    width: 43%;
    padding: 4% 2%;
  }

  .videoActivityShowLeft {
    float: none;
  }

  #videoActivityShow,
  .videoActivityShowLeft,
  .videoActivityShowVideo,
  #youkuplayer iframe {
    width: 100% !important;
  }
}