@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; }

/*# sourceMappingURL=master.css.map */
