﻿@charset "UTF-8";
/* 位移 */
/* 大小 */
/* 旋转 */
/* 斜切 */
/* 三角形 Trangle */
/* 5个参数：宽度，颜色（上、右、下、左） */
/* 文本折行 Wrap */
/* 如英文或数字过长的换行显示 */
.wrap {
  text-wrap: wrap;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
/* 透明度 Opacity */
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* 镜像效果Reflect */
/* CSS3 中的镜像效果只支持webkit浏览器 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-family: 'Microsoft Yahei', Arial, Helvetica !important;
}
body {
  margin: auto;
  font-size: 14px;
  font-family: 'Microsoft Yahei', Arial, Helvetica !important;
}
ul,
li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
button,
select,
textarea,
a,
li {
  outline: none;
}
input:focus {
  outline: none;
}
input:required:invalid {
  box-shadow: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important;
}
img {
  border: none;
}
img:hover {
  border: none;
}
.clear:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}
.clear {
  zoom: 1;
}
.trans {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.none {
  display: none;
}
.lt,
.left {
  float: left;
}
.rt,
.right {
  float: right;
}
[class*="btn"] {
  cursor: pointer;
}
.overHidden {
  overflow: hidden;
}
.showMobile {
  display: none;
}
.showPc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .showMobile {
    display: inline;
  }
  .showPc {
    display: none;
  }
}
/*// IE8及以下背景图片兼容*/
.bg_IE8 {
  background-repeat: no-repeat;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/banner.png', sizingMethod='scale');
}
.fixedFoot {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.container {
  max-width: 90%;
  width: 1150px;
  margin: auto;
  height: inherit;
}
.bigContainer {
  max-width: 90%;
  width: 1660px;
  margin: auto;
  height: inherit;
}
.row:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}
.row {
  zoom: 1;
}
.float .col-xs-1,
.float .col-sm-1,
.float .col-md-1,
.float .col-lg-1,
.float .col-xs-2,
.float .col-sm-2,
.float .col-md-2,
.float .col-lg-2,
.float .col-xs-3,
.float .col-sm-3,
.float .col-md-3,
.float .col-lg-3,
.float .col-xs-4,
.float .col-sm-4,
.float .col-md-4,
.float .col-lg-4,
.float .col-xs-5,
.float .col-sm-5,
.float .col-md-5,
.float .col-lg-5,
.float .col-xs-6,
.float .col-sm-6,
.float .col-md-6,
.float .col-lg-6,
.float .col-xs-7,
.float .col-sm-7,
.float .col-md-7,
.float .col-lg-7,
.float .col-xs-8,
.float .col-sm-8,
.float .col-md-8,
.float .col-lg-8,
.float .col-xs-9,
.float .col-sm-9,
.float .col-md-9,
.float .col-lg-9,
.float .col-xs-10,
.float .col-sm-10,
.float .col-md-10,
.float .col-lg-10,
.float .col-xs-11,
.float .col-sm-11,
.float .col-md-11,
.float .col-lg-11,
.float .col-xs-12,
.float .col-sm-12,
.float .col-md-12,
.float .col-lg-12 {
  position: relative;
  min-height: 1px;
  float: left;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.header {
  width: 100%;
  z-index: 1000;
  letter-spacing: 0.35px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  background-color: transparent;
  padding: 16px 0 16px 0;
}




.header.on {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
  top: 0;
  transition: all .3s;
}
.header.on.no {
  background-color: rgba(0, 0, 0, 0);
}
.header.open {
  top: -91px;
}
.header.fixed {
  position: fixed ;
  top: 0;
}
.header .logo {
  display: block;
  height: auto;
  height: 28px;
  width: 373px;
  vertical-align: middle;
}
.header .bgLogo {
  width: 120%;
  height: 120%;
  background-image: url('../img/logo.png');
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  display: block;
  transition-delay: 0s;
  margin-top: 12px;
}
.head {
  position: fixed;
  bottom: 110%;
  left: 0;
  background-color: #00bcc9;
  width: 100%;
  height: 100%;
  transition: all .5s;
  overflow: hidden;
}
.headMain {
  position: relative;
}
.nav {
  color: #fff;
  position: absolute;
  top: 56%;
  right: 0;
  display: none;
  transform: translateY(-50%);
  text-align: right;
}
.nav .subTitle {
  display: block;
  position: relative;
  font-size: .55rem;
  line-height: 1.2;
}
.nav > li {
  position: relative;
  margin-bottom: .33rem;
}
.nav > li:hover .subTitle,
.nav > li.active .subTitle {
  color: #000000;
}
.nav > li:first-child {
  animation-duration: 0s;
}
.nav > li:nth-child(2) {
  animation-duration: .4s;
}
.nav > li:nth-child(3) {
  animation-duration: .8s;
}
.nav > li:nth-child(4) {
  animation-duration: 1.2s;
}
.nav > li:nth-child(5) {
  animation-duration: 1.6s;
}
.nav > li:nth-child(6) {
  animation-duration: 2s;
}
.headTop {
  position: relative;
  z-index: 100000000;
}
.response.bgBlack {
  display: block;
  background-color: #fff !important;
}
.response.bgBlack .headTop .icon-search {
  background-image: url('../img/search5.png');
  transition-delay: 0s;
}
.response.bgBlack .nav-ctrl {
  background-image: url('../img/menu5.png');
  transition-delay: 0s;
}
.response.bgBlack .bgLogo {
  background-image: url('../img/logo4.png');
  transition-delay: 0s;
}
.response .icon-search {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('../img/search2.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  margin-top: 11px;
  margin-right: .27rem;
  transition-delay: 0;
}
.response .headTop .icon-search:hover {
  background-image: url('../img/search2-1.png');
}
.response .nav-ctrl {
  width: 34px;
  height: 47px;
  background-image: url('../img/menu.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  margin-top: 12px;
  cursor: pointer;
  transition: all 1s;
}
.response .nav-ctrl:hover {
  background-image: url('../img/menu-1.png');
}
@media screen and (min-width: 769px) {
  .response.active .icon-search:hover {
    background-image: url('../img/search2.png');
  }
}
@media screen and (min-width: 769px) {
  .response.active .headTop .icon-search:hover {
    background-image: url('../img/search2.png');
  }
}
@media screen and (min-width: 769px) {
  .response.active .nav-ctrl:hover {
    background-image: url('../img/menu.png');
  }
}
.searchForm {
  width: 1150px;
  max-width: 100%;
  margin: auto;
  position: relative;
  height: .95rem;
  margin-top: 5%;
}
.searchForm input {
  border: none;
  border-bottom: 2px solid #fff;
  height: 100%;
  width: 100%;
  background-color: transparent;
  font-size: .48rem;
  color: #fff;
}
.searchForm input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  font-weight: bold;
}
.searchForm input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-weight: bold;
}
.searchForm input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-weight: bold;
}
.searchForm input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  font-weight: bold;
}
.searchForm .icon-search {
  position: absolute;
  top: .27rem;
  right: 0;
  width: .4rem;
  height: .4rem;
  margin-right: 0;
}
.header.active .head {
  bottom: 0;
}
.header.active .bgLogo {
  background-image: url('../img/logo3.png');
  transition-delay: 0s;
}
.header.active-c {
  transition: all 1s;
}
.header.active-c .nav {
  display: block;
}
.header.active-c .nav-ctrl {
  background-image: url('../img/close.png') !important;
  transition-delay: 0s;
}
.header.active-s .searchForm {
  display: block;
}
.header.active-s .headTop .icon-search {
  background-image: url('../img/close.png') !important;
  transition-delay: 0s;
}
@media screen and (max-width: 768px) {
  .header .logo {
    height: .43rem;
    width: 4.41rem;
  }
  .response .icon-search {
    width: .8rem;
    height: .3rem;
    margin-top: 3px;
  }
  .response .nav-ctrl {
    /*width: .42rem;
    height: .3rem;*/
    max-width: 32px;
    max-height: 38px;
    margin-top: 3px;
  }
  .searchForm {
    margin-top: 3rem;
  }
  .nav .subTitle {
    font-size: .6rem;
    line-height: 1.6;
  }
}
.overHidden {
  overflow: hidden;
}
body {
  position: relative;
  font-size: 14px;
}
.footer {
  position: relative;
  background-color: #fff;
  z-index: 10;
}
.bgCom {
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}
img {
  max-width: 100%;
}
.footer {
  background-color: #333;
  color: #fff;
  padding-bottom: .64rem;
}
.goTop {
  position: fixed;
  right: 40px;
  top: 80%;
  width: 45px;
  z-index: 10000;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  display: none;
  cursor: pointer;
}
.goTop span {
  display: block;
  height: 40px;
  line-height: 40px;
}
.goTop span:first-child {
  background: #00bcc9;
  color: #fff;
  font-size: 14px;
}
.goTop span:last-child {
  background: #CCCCCC;
}
.goTop span:last-child i {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 15px;
  background: url('../img/gpTop.png') no-repeat center;
  background-size: cover;
}
.footLogo {
  width: 375px;
  height: 65px;
  background-image: url('../img/logo.png');
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  max-width: 50%;
  float: left;
  margin-right: 1.13rem;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
  .footLogo {
    height: 62px;
  }
}
.footTop {
  padding-top: .7rem;
}
.footTop p {
  float: left;
  font-size: 20px;
}
.footTop p span {
  display: block;
  height: 65px;
  display: table-cell;
  vertical-align: bottom;
}
[data-flag="1"] a {
  cursor: default !important;
}
.footMid {
  margin-top: .9rem;
  text-align: left;
}
.footMid .mainLt {
  float: left;
}
.footMid .mainLt div {
  float: left;
  margin-right: .6rem;
  max-width: 245px;
  color: #dcdddd;
}
.footMid .mainLt div:first-child h3 {
  color: #00bcc9;
}
.footMid .mainLt div h3 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #fff;
}
.footMid .mainLt div ul {
  font-size: 0;
}
.footMid .mainLt div li {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 2px;
  margin-right: 15px;
}
.footMid .mainLt div:nth-child(2) {
  max-width: 215px;
}
.footMid .mainLt div:nth-child(2) li {
  display: inline-block;
}
.footMid .mainRt {
  float: right;
}
.footMid .mainRt .item {
  float: left;
  margin-right: .4rem;
  text-align: center;
  font-size: 12px;
}
.footMid .mainRt .item:last-child {
  margin-right: 0;
}
.footMid .mainRt .item span {
  display: block;
  width: 90px;
  height: 90px;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin: auto;
}
.footMid .mainRt .item .icon-g {
  background-image: url('../img/ma1.png');
}
.footMid .mainRt .item .icon-w {
  background-image: url('../img/ma2.png');
}
.footMid .mainRt .item p {
  margin-top: 5px;
  color: #dcdddd;
}
.firendLink {
  margin-top: .8rem;
  color: #dcdddd;
}
.firendLink p {
  font-size: 16px;
  margin-bottom: 20px;
}
.firendLink a {
  font-size: 14px;
  margin-right: .62rem;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.footBot {
  border-top: 1px solid rgba(240, 240, 240, 0.7);
  margin-top: .46rem;
  padding-top: 14px;
  font-size: 12px;
  line-height: 21px;
  color: #898989;
}
.footBot span {
  margin-right: 15px;
}
.footBot span:last-child {
  margin-right: 0;
}
.footBot .p1 {
  float: left;
}
.footBot .p2 {
  float: right;
}
@media screen and (max-width: 768px) {
  .footLogo {
    max-width: 84%;
    margin-bottom: 20px;
    height: 1rem;
    background-position: left;
  }
  .footTop p span {
    font-size: 16px;
    height: auto;
    display: block;
    letter-spacing: 4px;
  }
  .footMid {
    margin-top: 1.2rem;
  }
  .footMid .mainLt {
    float: none;
  }
  .footMid .mainLt div ul {
    display: none;
  }
  .footMid .mainRt {
    float: none;
    margin-top: 26px;
  }
  .footMid .mainRt .item {
    width: 40%;
    text-align: left;
    margin-right: -10px;
  }
  .footMid .mainRt .item p {
    width: 80px;
    text-align: center;
  }
  .footMid .mainRt .item span {
    margin-left: 0;
  }
  .footBot {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 1rem;
    padding-top: 24px;
  }
  .footBot p {
    text-align: left !important;
  }
  .footBot p.p2 span:nth-child(2) {
    margin-right: 0 !important;
  }
  .firendLink a {
    margin-right: .3rem;
  }
}
@media screen and (max-width: 1400px) {
  .footBot p {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footMid .mainRt .item span {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 375px) {
  .footBot .p2 span:nth-child(2):after {
    content: "";
    display: block;
  }
}
.shareMask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.notFound {
  background: #F5F5F5;
  text-align: center;
}
.notFound .nfBody {
  width: 11.35rem;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.notFound .nfTop .nfLogo {
  display: block;
  width: 1.22rem;
  height: 1.24rem;
  background: url('../img/404logo.png') no-repeat center;
  background-size: cover;
  margin: 0 auto;
}
.notFound .img {
  margin-bottom: .4rem;
}
.notFound .img p {
  font-size: .3rem;
  color: #5b5b5b;
}
.notFound .img i {
  display: block;
  width: 1.95rem;
  height: .85rem;
  background: url('../img/404.png') no-repeat center;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 10px;
}
.notFound .link {
  margin-bottom: .9rem;
}
.notFound .link a {
  display: inline-block;
  width: 1.33rem;
  line-height: .45rem;
  font-size: .18rem;
  color: #fff;
  margin-bottom: 15px;
  background: #00A0A9;
}
.notFound .link p {
  color: #5b5b5b;
}
.notFound .nfBm {
  margin-top: .2rem;
  padding-top: .2rem;
  border-top: 1px solid #E0E0E0;
  color: #a6a6a6;
  font-size: .16rem;
}
.frindLink{
max-width: 90%;
 width: 1660px;
margin:auto;
margin-top:10px;
}

.footer .frindLink,.footer .frindLink a{
color:#898989 !important;
}
.footer .frindLink a{

margin-right:10px;
    white-space: nowrap;
    float: left;
}

.footer .zTongji{
max-width: 90%;
 width: 1660px;
margin:auto;
margin-top:10px;
}
.tabTurn .choose > a {
  color: #00BCC9;
}

.ip_header{
    background-color: #FFF!important;
}
.response .nav-ctrl{
    background-image:url(../img/menu2.png)
}

.ip_header .nav-ctrl:hover{
    background-image:url(../img/menu21.png) !important
}

.ip_header .bgLogo{
    background-image: url(../img/logo10.png)!important;

}

.ip_banner{
    height:428px!important;
    padding-top:60px;
}
.text_div1{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

.text_div2{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp:2;
   -webkit-box-orient: vertical;
   word-break: break-all;
}


.tittleList .newAddItems1 {
    width: 442px;
    height: 142px!important;
    box-sizing: border-box;
}

.tittleList .newAddItems2 {
    width: 442px;
    height: 142px!important;
    margin-left: 20px;
    box-sizing: border-box;
}
.tittleList .newAddItems2::before,.tittleList .newAddItems2::after,.tittleList .newAddItems1::before,.tittleList .newAddItems1::after{
    width: 0px;
    height: 0px;
}
.tittleList .newAddItems2 a span,.tittleList .newAddItems1 a span{
    background-size: 100%;
}



.ip_header .nav{
    width:100%
}