@charset "gb2312";
/* 
基本共用 base.css
project:Sass
Author:王兴伟
Date:2017-3-20
Describe:存放变量
*/
/* 
project:栅格系统
Author:王兴伟
Date:2017-4-5
Describe:"dj-"开头为栅格参数*/
/*栅格部分*/
@keyframes bannerCloud {
  0% {
    /* opacity: 0; */
    /* transform: scale(1); */ }
  10%,
    80% {
    opacity: 0.7; }
  100% {
    opacity: 0;
    transform: scale(3); } }
.dj {
  width: 1110px; }

.dj-1 {
  width: 83.33333px; }

.dj-1-2 {
  width: 176.66667px; }

.dj-1-3 {
  width: 270px; }

.dj-1-4 {
  width: 363.33333px; }

.dj-1-5 {
  width: 456.66667px; }

.dj-1-6 {
  width: 550px; }

.dj-1-7 {
  width: 643.33333px; }

.dj-1-8 {
  width: 736.66667px; }

.dj-1-9 {
  width: 830px; }

.dj-1-10 {
  width: 923.33333px; }

.dj-1-11 {
  width: 1016.66667px; }

.dj-fluid {
  width: 100%; }

.dj-fluid-1 {
  width: 8.33333%; }

.dj-fluid-2 {
  width: 16.66667%; }

.dj-fluid-3 {
  width: 25%; }

.dj-fluid-4 {
  width: 33.33333%; }

.dj-fluid-5 {
  width: 41.66667%; }

.dj-fluid-6 {
  width: 50%; }

.dj-fluid-7 {
  width: 58.33333%; }

.dj-fluid-8 {
  width: 66.66667%; }

.dj-fluid-9 {
  width: 75%; }

.dj-fluid-10 {
  width: 83.33333%; }

.dj-fluid-11 {
  width: 91.66667%; }

.dj-fluid-12 {
  width: 100%; }

/* 
基本主要样式 master.css
project:Sass
Author:王兴伟
Date:2017-3-20
Describe:公共样式部分
*/
.main-100 {
  width: 100%; }

.main {
  width: 1110px;
  margin: 0 auto; }

.none {
  padding: 0;
  margin: 0;
  text-decoration: none; }

.left {
  float: left; }

.right {
  float: right; }

.ov {
  overflow: hidden; }

.cl {
  clear: both; }

.cu {
  cursor: pointer; }

.relative {
  position: relative; }

.display {
  display: block; }

body {
  background: #eaf5ff; }

a {
  color: #2d374b;
  text-decoration: none; }

a:hover {
  color: #dd0000;
  font-weight: 100;
  text-decoration: none; }

em {
  font-style: normal; }

li {
  list-style: none; }

img {
  border: 0;
  vertical-align: middle; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

p {
  word-wrap: break-word; }

i {
  font-style: normal; }

hr {
  border-top: 1px solid #eee;
  margin: 10px; }

/*初始化样式*/
* {
  margin: 0;
  padding: 0;
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", "Helvetica", "Arial", "Microsoft YaHei", "微软雅黑", "STHeitiSC-Light", "simsun", "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", "sans-serif"; }

body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", "Helvetica", "Arial", "Microsoft YaHei", "微软雅黑", "STHeitiSC-Light", "simsun", "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", "sans-serif"; }

.padding-20 {
  padding: 20px; }

.padding-top-5 {
  padding-top: 5px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-top-15 {
  padding-top: 15px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-left-5 {
  padding-left: 5px; }

.padding-left-10 {
  padding-left: 10px; }

.padding-left-15 {
  padding-left: 15px; }

.padding-left-20 {
  padding-left: 20px; }

.padding-right-5 {
  padding-right: 5px; }

.padding-right-10 {
  padding-right: 10px; }

.padding-right-15 {
  padding-right: 15px; }

.padding-right-20 {
  padding-right: 20px; }

.padding-bottom-5 {
  padding-bottom: 5px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.margin-20 {
  margin: 20px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-left-5 {
  margin-left: 5px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-left-15 {
  margin-left: 15px; }

.margin-left-20 {
  margin-left: 20px; }

.margin-right-5 {
  margin-right: 5px; }

.margin-right-10 {
  margin-right: 10px; }

.margin-right-15 {
  margin-right: 15px; }

.margin-right-20 {
  margin-right: 20px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

/*幻灯图片-公共类样式
1、使用此类可在任何位置使用幻灯图片
2、可变参数为.pin img 及focusBox大小
3、其它样式直接覆盖
*/
.focusBox {
  position: relative;
  overflow: hidden;
  font: 12px/1.5 Verdana, Geneva, sans-serif;
  text-align: left;
  background: white;
  float: left; }
  .focusBox .pic img {
    display: block;
    border: none; }
  .focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden; }
  .focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 50px;
    width: 100%;
    overflow: hidden; }
    .focusBox .txt li {
      height: 50px;
      line-height: 60px;
      position: absolute;
      bottom: -50px; }
      .focusBox .txt li a {
        display: block;
        color: #fff;
        text-align: center;
        padding: 0 0 0 10px;
        font-size: 18px;
        font-weight: 100;
        text-decoration: none; }
  .focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 8px; }
    .focusBox .num li {
      float: left;
      position: relative;
      width: 18px;
      height: 15px;
      line-height: 15px;
      overflow: hidden;
      text-align: center;
      margin-right: 1px;
      cursor: pointer; }
      .focusBox .num li a,
      .focusBox .num li span {
        position: absolute;
        z-index: 2;
        display: block;
        color: white;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-decoration: none; }
      .focusBox .num li span {
        z-index: 1;
        background: black;
        filter: alpha(opacity=50);
        opacity: 0.5; }
    .focusBox .num li.on a {
      background: #f60; }

/*头部*/
.header {
  height: 355px;
  position: relative; }
  .header .top {
    line-height: 30px;
    height: 30px;
    background: #f36fb0; }
    .header .top ul li {
      margin-right: 20px;
      line-height: 30px;
      height: 30px;
      float: left;
      color: #fff; }
      .header .top ul li iframe {
        margin-top: 3px;
        height: 27px;
        line-height: 27px; }
      .header .top ul li a {
        color: #fff; }
  .header .logo .bd {
    position: relative; }
    .header .logo .bd img {
      position: absolute;
      top: 80px;
      left: 50px;
      z-index: 999; }
    .header .logo .bd ul {
      width: 100% !important; }
      .header .logo .bd ul li {
        width: 100% !important;
        display: block;
        height: 325px; }
        .header .logo .bd ul li.logo-bg-1 {
          background: url(imgindex-bg-11.jpg) no-repeat center top; }
        .header .logo .bd ul li.logo-bg-2 {
          background: url(imgindex-bg-12.jpg) no-repeat center top; }
        .header .logo .bd ul li.logo-bg-3 {
          background: url(imgindex-bg-3.jpg) no-repeat center top; }
        .header .logo .bd ul li.logo-bg-4 {
          background: url(../img/logo4.jpg) no-repeat center top; }
        .header .logo .bd ul li.logo-bg-5 {
          background: url(../img/logo5.jpg) no-repeat center top; }
        .header .logo .bd ul li.logo-bg-6 {
          background: url(../img/logo6.jpg) no-repeat center top; }
  .header .yc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(imgyc.png) no-repeat center;
    background-size: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 1; }
  .header .navBar {
    position: absolute;
    top: 305px;
    background: #f36fb0;
    background: linear-gradient(to right, #f36fb0 -90%, #f36fb0 100%);
    color: #fff;
    height: 50px;
    line-height: 50px;
    z-index: 99999; }
    .header .navBar .nav {
      margin: 0 auto;
      width: 880px; }
      .header .navBar .nav a {
        color: #fff;
        display: block;
        z-index: 9999;
        line-height: 50px;
        padding: 0 25px;
        font-size: 20px; }
        .header .navBar .nav a:hover {
          background-color: transparent; }
      .header .navBar .nav h3 {
        float: left;
        font-size: 100%;
        font-weight: normal;
        font-size: 14px; }
        .header .navBar .nav h3 a {
          display: block;
          z-index: 9999;
          line-height: 50px;
          padding: 0 20px;
          font-size: 18px; }
      .header .navBar .nav .m {
        height: 50px;
        float: left;
        position: relative;
        display: inline; }
        .header .navBar .nav .m:after {
          content: "";
          position: absolute;
          background-color: #fff;
          width: 100%;
          height: 100%;
          display: block;
          opacity: 0.4;
          left: 0;
          top: 0;
          display: none;
          z-index: 0; }
        .header .navBar .nav .m:hover:after {
          display: block;
          display: none\0; }
        .header .navBar .nav .m:before {
          content: "|";
          position: absolute;
          color: #fff;
          left: -4px;
          top: 0; }
      .header .navBar .nav .m-more {
        background: url(imgm-more.png) no-repeat right 34px;
        position: relative; }
      .header .navBar .nav .s {
        float: left;
        width: 9px;
        text-align: center;
        color: #eee; }
      .header .navBar .nav .sub {
        display: none;
        /*默认隐藏*/
        position: absolute;
        top: 50px;
        background: #fb7584;
        width: 130px;
        z-index: 9999;
        border-top: none;
        color: #fff; }
        .header .navBar .nav .sub li {
          height: 32px;
          line-height: 32px;
          background: #FD8F9B;
          margin: 1px 0;
          width: 100%;
          display: block;
          text-align: center;
          min-width: 110px; }
          .header .navBar .nav .sub li a {
            display: block;
            line-height: 32px;
            padding: 0 5px;
            font-size: 16px;
            text-align: center; }
          .header .navBar .nav .sub li:hover {
            background: #ff6a34; }
      .header .navBar .nav #m1:before {
        content: "";
        position: absolute;
        color: #fff;
        left: -4px;
        top: 0; }
    .header .navBar .so {
      margin: 10px 10px 0 0; }
      .header .navBar .so input.seek {
        display: block;
        float: left;
        width: 193px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #ccd0d3;
        border-right: none;
        vertical-align: middle;
        padding-left: 5px;
        color: #A9A9A9; }
      .header .navBar .so input.so-btn {
        display: block;
        float: left;
        width: 22px;
        height: 30px;
        background: url(imgbt_so.jpg) left center no-repeat #fff;
        border: 1px solid #ccd0d3;
        border-left: none;
        cursor: pointer;
        vertical-align: middle; }

/*脚*/
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none; }

.footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ededed; }
  .footer p {
    text-align: center;
    margin: 5px 0;
    color: #333; }
    .footer p a {
      color: #333; }
  .footer .rwm {
    width: 340px;
    margin: 0 auto; }
    .footer .rwm p {
      width: 150px;
      display: block;
      margin: 5px 10px; }
    .footer .rwm img {
      width: 150px;
      height: 150px; }
    .footer .rwm span {
      font-size: 12px; }

.rightSusp {
  position: fixed;
  z-index: 100;
  bottom: 45px;
  right: 0;
  width: 35px;
  background-color: #fff;
  border: 1px solid #eee; }
  .rightSusp p {
    height: 20px; }
  .rightSusp .bg {
    background: url(imgminico.png) no-repeat;
    border-top: 1px solid #eee;
    height: 51px;
    text-align: center; }
  .rightSusp .phoneIcon {
    width: 35px;
    height: 45px;
    border-top: none;
    background-position: 4px -190px;
    position: relative; }
  .rightSusp .feedBack {
    background-position: 4px -287px;
    color: #fff;
    padding: 10px 2px 0 2px;
    font-size: 12px; }
  .rightSusp .feedBackHover {
    background: #ff552e;
    font-weight: 100; }
  .rightSusp .goTop {
    background-position: 4px -242px;
    cursor: pointer;
    color: #fff;
    padding: 10px 2px 0 2px;
    text-align: center;
    font-size: 12px; }
  .rightSusp .rightHov {
    position: absolute;
    left: -170px;
    top: -10px;
    background-color: #fff;
    text-align: center;
    display: none;
    width: 160px;
    height: 170px;
    border: 1px solid #ff552e; }
    .rightSusp .rightHov img {
      text-align: center;
      margin: 5px auto; }
    .rightSusp .rightHov em {
      height: 40px;
      width: 10px;
      position: absolute;
      top: 0px;
      right: -10px;
      background-position: 0 -382px; }

@font-face {
  font-family: 'iconfont';
  src: url("fontsiconfont.eot");
  src: url("fontsiconfont.eotiefix") format("embedded-opentype"), url("fontsiconfont.woff") format("woff"), url("fontsiconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.bg_yellow {
  background-color: #f7941d; }

.bg_blue {
  background-color: #00c0e4; }

.bg_green {
  background-color: #8dc153; }

.bg_green1 {
  background-color: #7fb0ef; }

.bg_blue1 {
  background-color: #01b169; }

.bg_green2 {
  background-color: #0c92d1; }

.container {
  padding-right: 0;
  padding-left: 0; }

.more {
  width: 28px;
  height: 28px;
  background: url(imgtp3.png) no-repeat;
  margin: 10px 15px 0 0; }

.date {
  color: #a8abb7;
  font-size: 12px; }

.pin20 {
  padding: 10px 20px; }

.pin10 {
  padding: 10px; }

.stance {
  width: 1px;
  background: #dcdcdc; }

.slideTxtBox .hd {
  width: 100%;
  height: 54px;
  line-height: 54px; }
  .slideTxtBox .hd dl dd {
    line-height: 2;
    background-color: #d5d5d5;
    width: 130px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 7px; }
    .slideTxtBox .hd dl dd a {
      display: block;
      z-index: 9999;
      font-size: 18px;
      padding: 0 15px; }
  .slideTxtBox .hd dl dd.on {
    background-color: #e42d42;
    color: #fff; }
    .slideTxtBox .hd dl dd.on a {
      color: #fff; }
.slideTxtBox ul {
  margin-top: 5px; }
  .slideTxtBox ul li {
    width: 100%;
    line-height: 40px;
    height: 40px; }
    .slideTxtBox ul li a {
      font-size: 18px;
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .slideTxtBox ul li i {
      margin-right: 5px;
      color: #e30303; }

.container-head {
  height: 60px;
  background: #fff url(imgxll3.png) right center no-repeat; }
  .container-head h2 {
    display: block;
    width: 220px;
    padding-right: 30px;
    background: url(imgxll.png) right 28px no-repeat; }
    .container-head h2 a {
      line-height: 60px; }

.container .inform {
  background: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  border-radius: 3px; }
  .container .inform p a {
    display: block;
    height: 45px;
    line-height: 45px; }
  .container .inform .txtMarquee-left {
    position: relative;
    width: 960px;
    overflow: hidden; }
    .container .inform .txtMarquee-left .hd {
      overflow: hidden;
      height: 30px;
      background: #fff;
      padding: 0 10px; }
    .container .inform .txtMarquee-left .bd {
      padding: 10px; }
      .container .inform .txtMarquee-left .bd .tempWrap {
        width: 1060px !important;
        /* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */ }
      .container .inform .txtMarquee-left .bd ul {
        overflow: hidden;
        zoom: 1; }
        .container .inform .txtMarquee-left .bd ul li {
          margin-right: 20px;
          float: left;
          height: 24px;
          line-height: 24px;
          text-align: left;
          _display: inline;
          width: auto !important;
          width: 260px !important;
          /* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */ }
          .container .inform .txtMarquee-left .bd ul li:hover {
            background: #fff; }
            .container .inform .txtMarquee-left .bd ul li:hover a,
            .container .inform .txtMarquee-left .bd ul li:hover span {
              color: #FD8F9B; }
          .container .inform .txtMarquee-left .bd ul li span {
            float: left; }
          .container .inform .txtMarquee-left .bd ul li a {
            display: block;
            float: left;
            width: 210px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
.container .rep li {
  padding-left: 16px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  position: relative; }
  .container .rep li:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 4px;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #e30303; }
  .container .rep li i {
    margin-right: 5px;
    color: #e30303; }
  .container .rep li a {
    font-size: 14px;
    width: 80%;
    line-height: 45px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
.container .pic {
  background: #fff; }
.container h3.nav-tit {
  height: 70px;
  line-height: 70px;
  font-size: 25px;
  font-weight: bold;
  color: #bf0009;
  text-align: center;
  background: url(imgline.png) no-repeat; }
.container h2.tit {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #FB413B; }
  .container h2.tit span {
    color: #FB413B;
    padding: 0 10px;
    height: 40px;
    border-bottom: 2px solid #FB413B;
    font-size: 18px;
    font-weight: 100; }
  .container h2.tit a {
    font-size: 14px;
    color: #FB413B; }
.container h2.tit-a {
  border-top: 1px solid #FB413B;
  border-bottom: none; }
  .container h2.tit-a span {
    border-bottom: none; }
.container .container-1 {
  height: 120px;
  color: #033266;
  background: #fff; }
  .container .container-1 a {
    width: 100%;
    font-size: 48px;
    color: #bf0009;
    display: block;
    text-align: center;
    font-weight: 700;
    line-height: 80px; }
  .container .container-1 span {
    color: #bf0009;
    font-size: 18px;
    text-align: center; }
.container .container-2 {
  box-sizing: content-box;
  overflow: hidden; }
  .container .container-2 img {
    width: 645px;
    height: 380px; }
  .container .container-2 .container-2-2-slideTxtBox .hd {
    height: 40px;
    line-height: 40px; }
    .container .container-2 .container-2-2-slideTxtBox .hd dl dd {
      background-color: #f36fb0; }
      .container .container-2 .container-2-2-slideTxtBox .hd dl dd a {
        color: #fff; }
      .container .container-2 .container-2-2-slideTxtBox .hd dl dd.on {
        background-color: #e84a84;
        color: #fff; }
  .container .container-2 .container-2-2-slideTxtBox .hd-a {
    height: 30px;
    line-height: 30px; }
    .container .container-2 .container-2-2-slideTxtBox .hd-a dl dd {
      width: 297px; }
      .container .container-2 .container-2-2-slideTxtBox .hd-a dl dd a {
        padding: 0;
        font-size: 16px; }
  .container .container-2 .container-2-2-slideTxtBox .bd ul li {
    padding-left: 16px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    position: relative; }
    .container .container-2 .container-2-2-slideTxtBox .bd ul li a {
      font-size: 14px;
      width: 80%;
      line-height: 45px;
      color: #333; }
    .container .container-2 .container-2-2-slideTxtBox .bd ul li:before {
      content: "";
      position: absolute;
      top: 18px;
      left: 4px;
      display: block;
      width: 4px;
      height: 4px;
      background-color: #e30303; }
  .container .container-2 .container-2-2 {
    background: #fff;
    height: 380px; }
  .container .container-2 .container-2-2-a {
    height: 260px; }
  .container .container-2 .container-2-3 {
    height: 330px;
    padding: 0 10px;
    border: 1px solid #e2e2e2; }
    .container .container-2 .container-2-3 h3 {
      font-size: 20px;
      line-height: 30px;
      color: #e30303;
      font-weight: bold; }
    .container .container-2 .container-2-3 .top_bd {
      height: 230px; }
      .container .container-2 .container-2-3 .top_bd ul {
        margin-top: 5px;
        height: 225px;
        overflow: hidden; }
        .container .container-2 .container-2-3 .top_bd ul li {
          width: 100%;
          height: auto;
          line-height: 2;
          overflow: hidden; }
          .container .container-2 .container-2-3 .top_bd ul li a {
            float: left;
            font-size: 14px;
            display: block;
            width: 240px; }
            .container .container-2 .container-2-3 .top_bd ul li a span {
              margin-left: 10px;
              color: #a8abb7;
              font-size: 12px;
              display: inline-block; }
          .container .container-2 .container-2-3 .top_bd ul li i {
            margin-right: 5px;
            color: #e30303; }
.container .container-4-slideTxtBox .hd {
  height: 40px;
  line-height: 40px; }
  .container .container-4-slideTxtBox .hd dl dd {
    width: 223px;
    background-color: #f36fb0; }
    .container .container-4-slideTxtBox .hd dl dd a {
      color: #fff; }
    .container .container-4-slideTxtBox .hd dl dd.on {
      background-color: #e84a84;
      color: #fff; }
.container .container-4-slideTxtBox .hd-a {
  height: 30px;
  line-height: 30px; }
  .container .container-4-slideTxtBox .hd-a dl dd {
    width: 297px; }
    .container .container-4-slideTxtBox .hd-a dl dd a {
      padding: 0;
      font-size: 16px; }
.container .container-4-slideTxtBox .bd ul li {
  padding-left: 16px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  position: relative; }
  .container .container-4-slideTxtBox .bd ul li a {
    font-size: 14px;
    width: 80%;
    line-height: 45px;
    color: #333; }
  .container .container-4-slideTxtBox .bd ul li:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 4px;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #e30303; }
.container .container-4 .container-2-2 {
  background: #fff;
  height: 270px; }
  .container .container-4 .container-2-2 .rwm {
    background: #fff; }
    .container .container-4 .container-2-2 .rwm img {
      width: 160px; }
    .container .container-4 .container-2-2 .rwm span {
      display: block;
      width: 100%;
      text-align: center; }
.container .container-4 h1 {
  height: 65px;
  border-bottom: 10px solid #cd0608; }
.container .container-4 .container-2-zt a {
  display: block;
  margin-bottom: 10px; }
  .container .container-4 .container-2-zt a img {
    width: 343px;
    height: 73px; }
.container .container-4 .container-2-2-b {
  background: #fff; }
  .container .container-4 .container-2-2-b h2.tit {
    border-bottom: 1px solid #FB413B; }
    .container .container-4 .container-2-2-b h2.tit span {
      color: #FB413B;
      border-bottom: 2px solid #FB413B; }
  .container .container-4 .container-2-2-b dl dd {
    width: 48%;
    height: 40px;
    line-height: 40px;
    background: #fea1a1;
    margin: 5px 0; }
    .container .container-4 .container-2-2-b dl dd a {
      font-size: 16px;
      display: block;
      text-align: center;
      color: #fff; }
    .container .container-4 .container-2-2-b dl dd:hover {
      background: #FD8F9B; }
      .container .container-4 .container-2-2-b dl dd:hover a {
        color: #fff; }
    .container .container-4 .container-2-2-b dl dd.dd-a {
      width: 100%; }
.container .container-4 .container-2-bs img {
  height: 95px; }
.container .container-5 {
  background: #fff; }
  .container .container-5 h4 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #FB413B; }
    .container .container-5 h4 span {
      display: block;
      color: #FB413B;
      padding: 0 10px;
      height: 40px;
      border-bottom: 2px solid #FB413B;
      font-size: 18px;
      font-weight: 100; }
  .container .container-5 ul li {
    float: left;
    width: 270px;
    height: 200px;
    margin: 5px 10px;
    position: relative;
    border-radius: 5px; }
    .container .container-5 ul li a {
      display: block; }
      .container .container-5 ul li a img {
        width: 270px;
        height: 180px;
        border-radius: 3px; }
    .container .container-5 ul li .title a {
      display: block;
      text-align: center;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      widows: 200px;
      height: 24px;
      line-height: 24px; }
.container .container-ad {
  height: 105px; }
  .container .container-ad .picMarquee-left {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .container .container-ad .picMarquee-left .pic_bd {
      padding-top: 10px;
      margin: 0;
      width: 100%; }
      .container .container-ad .picMarquee-left .pic_bd ul {
        overflow: hidden;
        zoom: 1;
        width: 100%; }
        .container .container-ad .picMarquee-left .pic_bd ul li {
          text-align: center;
          width: 100%;
          height: auto;
          padding-left: 0; }
          .container .container-ad .picMarquee-left .pic_bd ul li .pic {
            text-align: center;
            width: 100%; }
            .container .container-ad .picMarquee-left .pic_bd ul li .pic img {
              width: 100%;
              height: 105px;
              display: block;
              padding: 2px;
              margin: 0;
              border: 0;
              padding: 0; }
.container .container-6 {
  background: #fff;
  padding: 0 15px; }
  .container .container-6 .links {
    height: 55px;
    line-height: 55px; }
    .container .container-6 .links select {
      width: 270px;
      border: none;
      background-color: #fafafa;
      height: 33px; }

/*搜索*/
.d_Search {
  background-color: #e9ecef;
  height: 45px;
  padding: 0 10px 0 10px; }
  .d_Search .Search {
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: none; }
    .d_Search .Search select {
      width: 107px;
      padding: 0 5px;
      height: 35px;
      line-height: 32px;
      color: #646464;
      font-size: 14px;
      border: 0;
      background: none;
      outline: 0;
      float: left; }
    .d_Search .Search input {
      width: 370px;
      height: 25px;
      margin: 4px 0 0;
      float: left;
      border: none;
      border-left: 1px solid #dfdfdf;
      padding: 0 10px;
      font-size: 14px;
      background: none; }
    .d_Search .Search label {
      float: left;
      width: 35px;
      height: 35px;
      background: url(imgzoom_icon.png) no-repeat center center #ff7200; }
    .d_Search .Search .Slt {
      width: 35px;
      height: 35px;
      background: url(imgslt_icon.png) no-repeat center center #fff;
      float: left;
      margin-left: -35px;
      pointer-events: none; }

.container-ad-2 .layB {
  height: 90px; }
  .container-ad-2 .layB .tbC {
    height: 90px;
    position: relative; }
    .container-ad-2 .layB .tbC .slide {
      overflow: hidden; }
      .container-ad-2 .layB .tbC .slide ul li img {
        height: 90px; }
  .container-ad-2 .layB .prev,
  .container-ad-2 .layB .next {
    background: url(imgslider-arrow.png) no-repeat;
    width: 25px;
    height: 90px;
    position: absolute;
    left: 0px;
    top: 20px;
    background-position: -130px -140px;
    z-index: 999; }
  .container-ad-2 .layB .next {
    left: auto;
    right: 0;
    background-position: -20px -140px; }
    .container-ad-2 .layB .next:hover {
      background-position: -80px -140px; }
  .container-ad-2 .layB .prev:hover {
    background-position: -190px -140px; }
.container-ad-2 .container-ad-2-b img {
  height: 90px; }

.login {
  background: #fff;
  height: 255px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); }
  .login .login-form .form-group-a {
    width: 100%;
    height: 30px;
    margin: 15px 0; }
  .login .login-form label {
    width: 90px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    font-weight: 100;
    text-align: right; }
  .login .login-form input {
    border-radius: 0;
    height: 30px; }
  .login .login-form em {
    display: block;
    width: 180px;
    color: #ABABAB;
    line-height: 15px;
    font-size: 12px; }
  .login .login-form .form-group-submit {
    height: 40px; }
    .login .login-form .form-group-submit a {
      width: 250px;
      height: 40px;
      line-height: 40px;
      margin: 0 auto;
      text-align: center;
      background-color: #f36fb0;
      color: #fff;
      border-radius: 2px; }
  .login .login-form .form-group-checkbox {
    height: 20px;
    width: 250px;
    text-align: center;
    margin: 0 auto; }
    .login .login-form .form-group-checkbox input {
      margin-top: 0px;
      line-height: 20px;
      width: 15px;
      height: 15px; }

.container-7 {
  background: #fff; }
  .container-7 ul li {
    float: left;
    margin: 0 5px; }
    .container-7 ul li a img {
      width: 260px;
      height: 100px; }

.tc-rwm {
  background: #fff;
  width: 1100px;
  height: 440px;
  padding: 20px; }
  .tc-rwm ul li {
    float: left;
    width: 150px;
    height: 150px;
    margin: 20px 10px; }
    .tc-rwm ul li img {
      widows: 150px;
      height: 150px; }
    .tc-rwm ul li span {
      display: block;
      text-align: center;
      width: 150px;
      text-align: center; }

/*yh*/
.noshow {
  display: none; }

.uinfo {
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  font-weight: 100;
  text-align: right;
  color: #FF6600;
  margin-left: 20px; }

/*# sourceMappingURL=index.css.map */
