@import url('/zt/78e/css/font/iconfont.css?v=05');
* {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: content-box;
}
blockquote,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
li {
  list-style: none;
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}
figure {
  margin: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
img {
  border: 0;
  display: block;
}
caption,
th {
  text-align: left;
}
input,
select,
textarea {
  font-size: 14px;
  color: #333;
  font-family: simsun, 宋体, helvetica, 微软雅黑, microsoft yahei, SimHei;
}
body {
  font: 14px '微软雅黑', microsoft yahei, SimHei, simsun, 宋体, helvetica;
  position: relative;
  color: #333;
  overflow-x: hidden;
  line-height: 24px;
}
:focus {
  outline: 0;
}
input:focus,
input:hover {
  outline: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #005faf;
  text-decoration: underline;
}
.piclink p:hover {
  color: #005faf;
}
.uline {
  text-decoration: underline;
}
.ahover img {
  transition: all 0.8s;
}
.ahover:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
}

.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f30 {
  font-size: 30px;
}
.f36 {
  font-size: 36px;
}
.fb {
  font-weight: 700;
}
.fn {
  font-weight: 400;
}
.yh {
  font-family: 微软雅黑, microsoft yahei;
}
.st {
  font-family: simsun, 宋体;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}

.l_h24 {
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}

.l_h48 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.l_h72 {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}

.l_h30 {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.l_h35 {
  line-height: 35px;
  height: 35px;
  overflow: hidden;
}
.l_h40 {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}

.lh18 {
  line-height: 18px;
}
.lh20 {
  line-height: 20px;
}
.lh28 {
  line-height: 28px;
}
.lh66 {
  line-height: 66px;
}

.gray {
  color: gray;
}
.gray3 {
  color: #333;
}
.gray5 {
  color: #555;
}
.gray6 {
  color: gray;
}
.gray9 {
  color: #999;
}
.grayb {
  color: #bbb;
}
.grayc {
  color: #ccc;
}
.graye {
  color: #eee;
}
.gray4e {
  color: #4e4e4e;
}
.blue {
  color: #0268cd;
}
.red {
  color: #ce0021;
}
.white {
  color: #fff;
}
.green {
  color: #36a201;
}

.bg_d91718 {
  background-color: #d91718;
}
.bg_ff4f4f {
  background-color: #ff4f4f;
}
.bg_c72937 {
  background-color: #c72937;
}
.bg_f9f9f9 {
  background-color: #f9f9f9;
}
.bg_fefbf7 {
  background-color: #fefbf7;
}
.bg_016450 {
  background-color: #016450;
}
.bg_031a50 {
  background-color: #031a50;
}
.bg_7a {
  background-color: #7a7a7a;
}
.bg_fff {
  background-color: #fff;
}
.bg_f3 {
  background-color: #f3f3f3;
}
.bg_f9 {
  background-color: #f9f9f9;
}
.bg_eee {
  background-color: #eee;
}
.bg_fb {
  background-color: #fbfbfb;
}

.hover_red:hover {
  background-color: #e32929;
  color: #fff;
}

.bor_da_b {
  border-bottom: 1px dashed #ddd;
}
.bor_do_b {
  border-bottom: 1px dotted #ddd;
}
.bor_so_b {
  border-bottom: 1px solid #ddd;
}
.bor_so_b1 {
  border-bottom: 1px solid #b7b7b7;
}
.border {
  border: 1px solid #ddd;
}
.border_e {
  border: 1px solid #eee;
}
.bor_radius_3 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.oh {
  overflow: hidden;
}
.clear {
  clear: both;
}
.mauto {
  margin: 0 auto;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}

.top5 {
  margin-top: 5px;
}
.top8 {
  margin-top: 8px;
}
.top10 {
  margin-top: 10px;
}
.top15 {
  margin-top: 15px;
}
.top18 {
  margin-top: 18px;
}
.top20 {
  margin-top: 20px;
}
.top25 {
  margin-top: 25px;
}
.top30 {
  margin-top: 30px;
}
.top35 {
  margin-top: 35px;
}
.top40 {
  margin-top: 40px;
}
.top45 {
  margin-top: 45px;
}
.top50 {
  margin-top: 50px;
}

.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr50 {
  margin-right: 50px;
}
.mr80 {
  margin-right: 80px;
}
.mr100 {
  margin-right: 100px;
}

.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}

.ml10 {
  margin-left: 10px;
}

.mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt5 {
  padding-top: 5px;
}
.pt72 {
  padding-top: 72px;
}

.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}

.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.plr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.w1180 {
  width: 1180px;
}
.w830 {
  width: 830px;
}
.w860 {
  width: 860px;
}
.w700 {
  width: 700px;
}
.w510 {
  width: 510px;
}
.w480 {
  width: 480px;
}
.w470 {
  width: 470px;
}
.w460 {
  width: 460px;
}
.w457 {
  width: 457px;
}
.w420 {
  width: 420px;
}
.w430 {
  width: 430px;
}
.w400 {
  width: 400px;
}
.w405 {
  width: 405px;
}
.w380 {
  width: 380px;
}
.w370 {
  width: 370px;
}
.w310 {
  width: 310px;
}
.w320 {
  width: 320px;
}
.w330 {
  width: 330px;
}
.w340 {
  width: 340px;
}
.w318 {
  width: 318px;
}
.w300 {
  width: 300px;
}
.w308 {
  width: 308px;
}
.w303 {
  width: 303px;
}
.w280 {
  width: 280px;
}
.w270 {
  width: 270px;
}
.w242 {
  width: 242px;
}
.w240 {
  width: 240px;
}
.w172 {
  width: 240px;
}

.w_100 {
  width: 100%;
}

.w230_120 {
  width: 230px;
  height: 120px;
}
.w860_410 {
  width: 860px;
  height: 410px;
}
.w300_285 {
  width: 300px;
  height: 285px;
}
.w300_230 {
  width: 300px;
  height: 230px;
}
.w280_200 {
  width: 280px;
  height: 200px;
}
.w340_200 {
  width: 340px;
  height: 200px;
}

.op_bg {
  display: block;
  position: absolute;
  height: 30px;
  background: #1b2738;
  width: 192px;
  bottom: 0px;
  left: 0px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
.op_bg1 {
  display: block;
  background: rgba(0, 0, 0, 0.75);
  width: 320px;
  padding: 0px 10px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.op_bg1_190 {
  width: 190px;
}
.op_bg1_160 {
  width: 160px;
}
a:hover .op_bg,
a:hover .op_bg1 {
  color: #fba332;
}
.bg_tit {
  position: absolute;
  bottom: 0px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #fff;
}

/*top*/
.top {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background-color: #f2f2f2;
  min-width: 1180px;
}

/*top_img*/
.top_img {
  height: 450px;
  width: 100%;
  min-width: 1180px;
}
.top_img_con {
  height: 450px;
  width: 100%;
  min-width: 1180px;
  background: url(../images/banner.png) center top repeat-x;
}

/*nav*/
.nav {
  background: rgba(164, 3, 3, 0.79);
  width: 100%;
  height: 46px;
  line-height: 46px;
  min-width: 1180px;
  margin-top: -46px;
}
.nav ul {
  height: 46px;
}
.nav li {
  float: left;
}
.nav li a {
  color: #fff;
  display: block;
  padding: 0px 23px;
  font-size: 16px;
  font-weight: bold;
}
.nav li.current a,
.nav li:hover a {
  background-color: #fff;
  line-height: 38px;
  height: 41px;
  margin-top: 5px;
  color: #333;
}
.nav_fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  margin-top: 0px;
}

/*banner*/
.banner {
  position: relative;
  width: 400px;
  height: 410px;
  overflow: hidden;
}
.banner .pic {
  position: relative;
  z-index: 0;
}
.banner .pic li {
  position: relative;
}
.banner .pic li div.bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 20px;
  padding: 10px 15px;
  width: 370px;
  background: #1b2738;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
.banner .pic li div.summary {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 20px;
  padding: 10px 15px;
  width: 370px;
}
.banner .pic li div.summary p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.banner .pic img {
  width: 400px;
  height: 410px;
  display: block;
}
.banner .hd {
  width: auto;
  position: absolute;
  bottom: 3px;
  right: 15px;
  text-align: center;
  font-size: 0;
  z-index: 1;
}
.banner .hd li {
  margin: 0 3px;
  background: #999;
  height: 12px;
  overflow: hidden;
  width: 12px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.banner .hd .on {
  background: #fff;
}

.banner .prev,
.banner .next {
  width: 50px;
  height: 60px;
  margin: -45px 0 0;
  background: url(http://www.ceiea.com/zt/77/images/ad_ctr.png) no-repeat 0 0;
  background-size: 80% auto;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.banner .prev {
  left: 0;
}
.banner .next {
  background-position: 0 -60px;
  right: -10px;
}
.banner .prev:hover,
.banner .next:hover {
  filter: alpha(opacity=80) !important;
  opacity: 0.8 !important;
}

/*focus_tit*/
.focus_tit {
  width: 100%;
  overflow: hidden;
  background: url(../images/f_tit.png) center center repeat-x;
}
.focus_tit .name {
  display: block;
  height: 24px;
  background-color: #f3f3f3;
  float: left;
  padding-right: 30px;
  color: #636363;
}

/*r_tit*/
.r_tit {
  height: 18px;
  border-bottom: 1px solid #ddd;
}
.r_tit .name {
  color: #fff;
  padding: 0px 5px;
  font-size: 18px;
  background-color: #005faf;
  line-height: 30px;
}

/*txt_ul*/
.txt_ul li {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}
.txt_ul1 li {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.txt_ul_28 li {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}
.txt_2_ul {
  width: 434px;
}
.txt_2_ul li {
  float: left;
  width: 203px;
  margin-right: 14px;
}
.txt_ul_bg a {
  display: block;
  background: url(http://www.ceiea.com/zt/77/images/li_bg.jpg) left center
    no-repeat;
  padding-left: 15px;
  height: 34px;
  line-height: 34px;
}
.txt_ul_bg .no_bg {
  background: none;
  padding-left: 0px;
}

/*imgul*/
.focus {
  height: 70px;
  background: #fff url(http://www.ceiea.com/zt/76/images/focusbg.jpg) left
    center no-repeat;
  width: 998px;
  padding-left: 208px;
}
.imgul li {
  float: left;
  margin-left: 32px;
  width: 168px;
  height: 68px;
  border: 1px solid #ddd;
  text-align: center;
}
.imgul li img {
  display: inline;
  height: 45px;
  margin-top: 13px;
}

/*tit*/
.tit {
  font-size: 36px;
  height: 52px;
  background: url(../images/tit.png) left center no-repeat;
  text-align: center;
}
.tit .name {
  line-height: 50px;
}
.tit a:hover {
  color: #fff;
}

/*focusBox*/
.focusBox {
  position: relative;
  width: 700px;
  height: 400px;
  overflow: hidden;
}
.focusBox .pic img {
  width: 700px;
  height: 400px;
  display: block;
}
.focusBox .pic li div.bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 20px;
  padding: 10px 15px;
  width: 670px;
  background: #1b2738;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
.focusBox .pic li div.summary {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 20px;
  padding: 10px 15px;
  width: 670px;
}
.focusBox .pic li div.summary p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  font-weight: bold;
}
.focusBox .hd {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  bottom: 14px;
  right: 10px;
  z-index: 3;
}
.focusBox .hd li {
  float: left;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  width: 25px;
  height: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #919191;
  margin-left: 4px;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
.focusBox .hd .on {
  background: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
.focusBox .prev,
.focusBox .next {
  width: 60px;
  height: 90px;
  margin: -45px 0 0;
  background: url(http://www.ceiea.com/zt/77/images/ad_ctr.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.focusBox .prev {
  left: 0;
}
.focusBox .next {
  background-position: 0 -90px;
  right: 0;
}
.focusBox .prev:hover,
.focusBox .next:hover {
  filter: alpha(opacity=80) !important;
  opacity: 0.8 !important;
}

/*img_ul*/
.img_ul {
  overflow: hidden;
}
.img_ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.img_ul.no_mb li {
  margin-bottom: 0px;
}

.img_149_126 img {
  width: 149px;
  height: 126px;
}

.img_275 {
  width: 875px;
}
.img_275 li {
  margin-right: 15px;
}
.img_275 img {
  width: 276px;
  height: 155px;
}

.img_182 {
  width: 395px;
}
.img_182 li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.img_182 li p {
  padding: 0px 10px;
  width: 162px;
}
.img_182 img {
  width: 182px;
  height: 120px;
}

.img_210_140 {
  width: 440px;
}
.img_210_140 li {
  width: 210px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.img_210_140 img {
  width: 210px;
  height: 130px;
}

.img_180_130 {
  width: 380px;
}
.img_180_130 li {
  width: 180px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.img_180_130 img {
  width: 180px;
  height: 130px;
}

.img_280 {
  width: 1200px;
}
.img_280 li {
  margin-right: 20px;
  margin-bottom: 20px;
}
.img_280 img {
  width: 278px;
  height: 158px;
  border: 1px solid #eee;
}
.img_280 li .detail {
  background-color: #eee;
  padding: 8px 10px;
  width: 260px;
}

.video_ul li {
  height: 200px;
  position: relative;
}
.video_ul li img {
  height: 200px;
}
.video_ul li .detail {
  background: rgba(31, 21, 61, 0.8);
  padding: 5px 10px;
  width: 200px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.video_ul img.simg {
  height: 22px;
  border: none;
  width: auto;
  float: left;
  margin-right: 10px;
}

.img_220 {
  width: 1220px;
}
.img_220 li {
  width: 220px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.img_220 img {
  width: 220px;
}
.img_220.video_ul li > a > img {
  height: 130px;
}

.img_145_110,
.img_145_90 {
  width: 310px;
}
.img_145_110 li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.img_145_110 img {
  width: 145px;
  height: 110px;
}

.img_145_90 li {
  width: 145px;
  overflow: hidden;
}
.img_145_90 img {
  width: 145px;
  height: 90px;
}

.img_146_50 {
  width: 327px;
}
.img_146_50 li {
  margin-right: 15px;
  margin-bottom: 15px;
  background: #fff;
}
.img_146_50 img {
  width: auto;
  height: 45px;
  border: 1px solid #ddd;
  margin: 0 auto !important;
}
.img_146_50 li:hover img {
  border-color: #f00;
}

.img_192-2 {
  width: 425px;
}
.img_192-4 {
  width: 850px;
}
.img_192 li {
  width: 192.5px;
  margin-right: 20px;
  float: left;
  margin-bottom: 0px;
}
.img_192 li img {
  width: 192.5px;
  height: 155px;
}

.wx_ul {
  width: 242px;
  margin-left: 24px;
}

/*tabtit*/
.tabtit li {
  background-color: #eeeeee;
  height: 56px;
  color: #333;
  line-height: 56px;
  margin-bottom: 11px;
  cursor: pointer;
  overflow: hidden;
}
.tabtit li.current {
  background-color: #ff4f4f;
  color: #fff;
}
.tabtit li img {
  width: 90px;
  height: 56px;
  float: left;
  margin-right: 10px;
}
.tabtit li p {
  float: left;
  height: 56px;
  width: 210px;
}
.tabtit li p.h2 {
  line-height: 22px;
}
.tabcon {
  display: none;
}

/*tit_icon*/
.tit_icon {
  float: left;
  margin-right: 10px;
  display: block;
  width: 4px;
  height: 16px;
  background-color: #fdd000;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-top: 4px;
}

/*focusBanner*/
.focusBanner {
  position: relative;
  width: 580px;
  overflow: hidden;
}
.focusBanner .pic {
  position: relative;
  z-index: 0;
}
.focusBanner .pic img {
  width: 580px;
  height: 365px;
  display: block;
}
.focusBanner .prev,
.focusBanner .next {
  width: 60px;
  height: 90px;
  margin: -40px 0 0;
  background: url(http://www.ceiea.com/zt/77/images/ad_ctr.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.focusBanner .prev {
  left: 0;
}
.focusBanner .next {
  background-position: 0 -90px;
  right: 0;
}
.focusBanner .prev:hover,
.focusBanner .next:hover {
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}

/* focusPic */
.focusPic {
  width: 980px;
  height: 618px;
  padding: 0 190px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.focusPic .bd {
  position: absolute;
  left: 0;
  top: 0;
  height: 500px;
  overflow: hidden;
}
.focusPic .bd li {
  overflow: hidden;
  margin-right: 4px;
  height: 500px;
  overflow: hidden;
}
.focusPic .bd li img {
  display: block;
  width: 980px;
  height: auto;
}
.focusPic .bd .tempWrap {
  padding: 0 100px !important; /* 强制遮罩层显示2侧各140px */
}
.focusPic .bd ul {
  margin-left: -980px !important;
}
.focusPic .pnBtn {
  position: absolute;
  top: 0;
  width: 100px;
  height: 500px;
  cursor: pointer;
}
.focusPic .prev {
  left: 0;
}
.focusPic .next {
  right: 0;
}
.focusPic .pnBtn .blackBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.focusPic .pnBtn .arrow {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 32px;
  height: 500px;
  _filter: alpha(opacity=70);
}
.focusPic .prev .arrow {
  left: 20px;
  top: 218px;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 50px;
  line-height: 50px;
  font-size: 60px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.focusPic .next .arrow {
  right: 200px;
  top: 218px;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 50px;
  line-height: 50px;
  font-size: 60px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.focusPic .prev .arrow:hover,
.focusPic .next .arrow:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.focusPic .smallScroll {
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
  left: 0px;
  clear: both;
}
.focusPic .sPrev,
.focusPic .sNext {
  float: left;
  display: block;
  background-color: #ccc;
  width: 20px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  text-decoration: none;
  font-weight: bold;
}
.focusPic .sPrev:hover,
.focusPic .sNext:hover {
  color: #fff;
  background-color: #ee8e06;
}

.focusPic .smallImg {
  float: left;
  margin: 0 auto;
  display: inline;
  width: 1140px;
  overflow: hidden;
}
.focusPic .smallImg ul {
  height: 86px;
  width: 9999px;
  overflow: hidden;
}
.focusPic .smallImg li {
  float: left;
  padding: 0 5px;
  width: 116px;
  cursor: pointer;
  display: inline;
}
.focusPic .smallImg img {
  border: 3px solid #ddd;
  width: 116px;
  height: 59px;
}
.focusPic .smallImg .on img {
  border-color: #ee8e06;
}

.focusPic .pageState {
  position: absolute;
  bottom: 130px;
  right: 70px;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
}
.focusPic .pageState span {
  color: #ee8e06;
  font-size: 18px;
}

/*footer*/
.footer {
  padding: 30px 0px;
  font-size: 12px;
  min-width: 1180px;
}

.line_b {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #919191;
  position: relative;
}
.line_b .xline {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 3px;
  display: block;
  width: 25px;
  background-color: #919191;
}

.wei_bg {
  height: 313px;
  background: url(../images/wei_bg.jpg) top center no-repeat;
}

.wei_img_ul {
  width: 312px;
}
.wei_img_ul li {
  float: left;
  width: 151px;
  height: 54px;
  margin-right: 5px;
  margin-bottom: 15px;
}
.wei_img_ul li a {
  display: block;
  width: 151px;
  height: 54px;
}

.wei_tag {
  width: 458px;
}
.wei_tag a {
  display: block;
  text-align: center;
  width: 75.3px;
  background-color: #005faf;
  color: #fff;
  float: left;
  margin-right: 1px;
}
.wei_tag a:hover {
  background-color: #0368bd;
}

/*右侧固定回到顶部*/
.slide_fixed {
  position: fixed;
  right: 0px;
  bottom: 122px;
  border: 1px solid #f1f1f1;
  border-bottom: none;
  z-index: 100;
}
.slide_fixed li {
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
}
.slide_btn {
  width: 44px;
  display: block;
  border-bottom: 1px solid #f1f1f1;
  padding: 5px 1px;
  position: relative;
  z-index: 6;
}
.slide_fixed i {
  color: #999999;
  line-height: 38px;
}
.slide_fixed p {
  color: #666666;
}
.slide_fixed a:hover {
  text-decoration: none;
}
.slide_fixed li:hover .slide_btn {
  border-left: 1px solid #ffffff;
}
.slide_fixed li:hover i,
.slide_fixed li:hover p {
  text-decoration: none;
  color: #5fa9fa;
}
.slide_fixed .slide_info {
  position: absolute;
  right: 46px;
  top: -1px;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  display: none;
  z-index: 5;
}
.slide_fixed li:hover .slide_info {
  display: block;
}
