﻿@charset "UTF-8";
/*主色调*/
/*文字文本*/
/*单行省略号*/
/*多行省略号*/
/*箭头*/
/**a标签hoverboder效果**/
/**使用vw适配**/
.border {
  border-width: 1px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .border {
    border-width: 0.5px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .border {
    border-width: 0.333333px;
  }
}

* {
  margin: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

body {
  font-family: 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', STHeitiSC-Light, 'Microsoft YaHei', Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
  background-color: #fff;
}

table {
  word-break: break-word;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
}

a {
  color: inherit;
  font-size: inherit;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

input {
  outline: none;
}

em,
i {
  font-style: normal;
  display: inline-block;
}

/* 清除浮动 */
.clear:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.color {
  color: #cd001d !important;
}

.wrap {
  max-width: 1366px;
  margin: 0 auto;
}

.w {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .w {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .w {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .w {
    width: 1170px;
  }
}

.commonNav {
    margin-bottom:1px;
  -webkit-box-shadow: 0 1px 10px 2px #e8e8e8;
          box-shadow: 0 1px 10px 2px #e8e8e8;
}

.headNav {
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headNav .logo {
  display: inline-block;
  width: 145px;
  margin-right: 5%;
}
#login {
    margin-right: 1%;
    font-size: 16px;
    vertical-align: middle;
    margin-bottom: 1px;
    border-left: 1px solid #d4d4d4;
    padding-left: 10px;
    font-size:15px;
}
.search{
    margin-right:10px;
}
@media(max-width:996px) {
    #login{
    margin-right:0;
}
}
.headNav .navList {
  width: 62%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.headNav .navList .navItem {
  /*position: relative;*/
  height: 100%;
  margin-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

    .headNav .navList .navItem span {
        margin-left: 5px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size:15px;
    }

.headNav .navList .navItem .navArrow {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.headNav .navList .desList {
  display: none;
  width: 120px;
  position: absolute;
  top: 100%;
  left: 0;
  line-height: 45px;
  z-index: 99;
  background: white;
  padding: 0 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.headNav .navList li {
  /*border-bottom: 1px solid #e8e8e8;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.headNav .navList li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: inherit;
  display: inline-block;
  width: 100%;
}

.navItem:hover .desList {
  display: block;
}

.navItem:hover .navArrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

@media (max-width: 1190px) {
  .headNav .logo {
    margin-right: 2%;
  }
  .headNav .navList {
    width: 59%;
  }
}

@media (max-width: 992px) {
  .headNav .navList .navItem {
    margin-right: 25px;
  }
}


/*移动端登录*/
.mobileLogin{
    width:30px;
    margin-left:35%;
}

.footer {
    background: #1a1a1a;
    width: 100%;
}

    .footer .fooList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-end;
        padding: 3% 0;
        flex-wrap: wrap;
    }

.footer .fooList .fooItem {
  width: 20%;
}
    .footer .fooList .fooItem.tel h2 {
        margin-top: 12%;
        margin-bottom: 5%;
        color:white;
    }
    .footer .fooList .fooItem.tel span {
        color:white;
        font-size: 28px;
    }

    .footer .fooList .fooItem h3 {
        font-size: 20px;
        color: white;
        margin-bottom: 8%;
        padding: 0 1%;
    }

    .footer .fooList .fooItem ul li a {
        font-size: 14px;
        line-height: 40px;
        color: #ccc;
        padding: 0 2%;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        transition:all .5s ease;
        -webkit-transition:all .5s ease;
    }
        .footer .fooList .fooItem ul li:hover a{
            transform:translateX(5px);
            -webkit-transform:translateX(5px);

        }

        .footer .bott {
            width: 100%;
            height: auto;
            border-top: 1px solid #333;
            padding: 6px 0;
        }

.footer .bott .w {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .bott .w span {
  font-size: 14px;
  color: #666;
}

#share-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5%;
    align-items: flex-end;
    /*-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
}

#share-1 a {
  margin-bottom: 5%;
}

.social-share .icon-wechat, .social-share .icon-weibo, .social-share .icon-qq {
  border: none !important;
  color: #ccc !important;
}

@media (max-width: 768px) {
  .footer .fooList .fooItem h3 {
    margin-bottom: 3%;
  }
  .footer .fooList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .fooList .fooItem {
    width: 100%;
    margin-bottom: 5%;
  }
  .footer .fooList .fooItem ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .fooList .fooItem ul li {
    width: 33%;
  }
  #share-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .bott .w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1% 0;
  }
  .footer .bott {
    width: 100%;
    padding: 2% 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer .fooList .fooItem ul li a {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

#header {
  display: none;
}

nav {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 51px;
}

nav .logo {
  width: 39%;
  margin-left: 4%;
}

.menu-box {
  width: 50px;
  height: 100%;
}

.menu-box .menu {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-box .menu span {
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.menu-box .menu.open span {
  background: #000;
}

.menu-box .menu span ~ span {
  margin-top: 5px;
}

.menu-box .menu.open span:nth-child(1) {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transform-origin: right;
  transform-origin: right;
}

.menu-box .menu.open span:nth-child(2) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}

.menu-box .menu.open span:nth-child(3) {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: right;
  transform-origin: right;
}

.menu-box .menu.open:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: white;
  border-left: 1px solid #eee;
}

.menu-box .dropdown {
  display: none;
  z-index: 5;
  position: fixed;
  top: 49px;
  left: 0;
  right: 0;
  border-top: 1px solid #eee;
}

.menu-box .dropdown > .mask {
  content: "";
  z-index: 1;
  display: block;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
}

.menu-box .dropdown .nav-list {
  z-index: 2;
  position: relative;
  max-height: calc(100vh - 50px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: white;
}

.menu-box .dropdown .nav-list li {
  text-align: center;
  margin: 15px 0;
  color: #757575;
  font-size: 14px;
}

.menu-box .dropdown .nav-list li a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  padding: 8px 10px;
  color: #757575;
  font-size: 16px;
}

.menu-box .dropdown .nav-list li a.cur {
  background: #cd001d;
  color: #fff;
}

.menu-box .dropdown .nav-list.showIn li a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.menu-box .dropdown .nav-list.showIn li:nth-child(1) a {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.menu-box .dropdown .nav-list.showIn li:nth-child(2) a {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.menu-box .dropdown .nav-list.showIn li:nth-child(3) a {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.menu-box .dropdown .nav-list.showIn li:nth-child(4) a {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.menu-box .dropdown .nav-list.showIn li:nth-child(5) a {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.menu-box .dropdown .nav-list.showIn li:nth-child(6) a {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.menu-box .dropdown .nav-list.showIn li:nth-child(7) a {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

@media (max-width: 768px) {
  #header {
    display: block;
  }
  .commonNav {
    display: none;
  }
}

.childDes {
  display: none;
}
.menu-box .dropdown .nav-list .childDes a {
    font-size: 14px;
    color: #a1a1a1;
}

.searchInput {
    width: 0;
    height: 50px;
    position: absolute;
    right: 22%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.searchInput input {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: none;
  padding: 0 2%;
  font-size: 16px;
}

.close {
  display: none;
  font-size: 30px;
  position: absolute;
  right: 10%;
  cursor: pointer;
}

.abTit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5%;
}

.abTit h4 {
  font-size: 36px;
  color: #333;
}

.abTit a {
  font-size: 18px;
  color: #282828;
}

@media (max-width: 1200px) {
  .abTit h4 {
    font-size: 32px;
  }
}

@media (max-width: 992px) {
  .abTit h4 {
    font-size: 30px;
  }
  .abTit a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .abTit h4 {
    font-size: 24px;
  }
  .abTit a {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .abTit h4 {
    font-size: 20px;
  }
  .abTit a {
    font-size: 13px;
  }
}

.indexTitle {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #282828;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 2%;
}

.indexTitle h3 {
  font-size: 36px;
}

.indexTitle a {
  font-size: 18px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

@media (max-width: 992px) {
  .indexTitle h3 {
    font-size: 29px;
  }
  .indexTitle a {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .indexTitle h3 {
    font-size: 23px;
  }
  .indexTitle a {
    font-size: 14px;
  }
}

.indexTitle a:hover, .abTit a:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}

.abTit a {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.headNav .navList li:hover {
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  z-index: 99;
}



/*//修改导航*/
.maxNav {
    display: flex;
}
    .maxNav .left {
        width: 68%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f5f5f5;
        padding: 3% 0 3% 20%;
        box-sizing: border-box;
    }
    .maxNav .left .leftImg{
        width:33%;
    }
        .maxNav .left .leftImg img {
            border-radius:4px;
        }
    .maxNav .left .navProList {
        display: flex;
        flex-wrap: wrap;
        width:65%;
    }
        .maxNav .left .navProList li {
            width: 33%;
            padding: 3%;
            box-sizing: border-box;
            transition:all .5s ease;
            -webkit-transition:all .5s ease;
        }
        .maxNav .left .navProList li:hover{
            box-shadow:0 0 18px 5px #eee;
            transform:translateY(-5px);
            -webkit-transform:translateY(-5px);
        }
            .maxNav .left .navProList li a {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 0 3%;
                box-sizing: border-box;
                text-align: center;
                justify-content: space-between;
            }
            .maxNav .left .navProList li a img{
                width:45px;
            }
            .maxNav .left .navProList li a span {
                margin-top: 5%;
                line-height: 26px;
                font-size: 16px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }
    .maxNav .right {
        width: 32%;
        background: #ebebeb;
        padding: 3% 22% 3% 1%;
        box-sizing:border-box;
    }
    .maxNav .right h3{
        font-weight:600;
        font-size:20px;
        margin-bottom:10%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;

    }
    .maxNav .right ul{

    }
    .maxNav .right ul li{
        transition:all .5s ease;
        -webkit-transition:all .5s ease;
    }
        .maxNav .right ul li a {
            display:block;
            line-height: 30px;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    .maxNav .right ul li:hover{
        transform:translateY(5px);
        -webkit-transform:translateX(5px);
    }
@media(max-width:1800px){
    .maxNav .left {
        width: 71%;
        padding: 3% 0 3% 18%;
    }
    .maxNav .right {
        width: 29%;
        padding: 3% 18% 3% 1%;
    }
}
@media(max-width:1600px) {
    .maxNav .left {
        width: 76%;
        padding: 3% 0 3% 10%;
    }

    .maxNav .right {
        width: 24%;
        padding: 3% 11% 3% 1%;
    }
}
@media(max-width:1200px) {
    .maxNav .left {
        width: 75%;
        padding: 3% 0 3% 9%;
    }

    .maxNav .right {
        width: 25%;
        padding: 3% 8% 3% 1%;
    }
}
@media(max-width:996px) {
    
    .maxNav .left .navProList li a span{
        font-size:15px;
    }
}
.downAllNav .maxNav{
    display:none;
}



.commonNav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: white;
}
    .commonNav .downAllNav{
        position:absolute;
        left:0;
        top:74px;
        z-index:99;
        width:100%;
    }




@media(max-width:1200px) {
    .headNav .navList .navItem{
        margin-right:5%;
    }
}
@media(max-width:996px) {
    .headNav .logo{
        margin-right:1%;
    }
    .headNav .navList .navItem {
        margin-right: 2%;
    }
}



/*视频 样式*/
.vjs-poster {
    background-size: cover;
}

.video-js .vjs-big-play-button {
    border-radius: 50% !important;
    width: 2em !important;
    height: 2em !important;
    line-height: 1.96em !important;
    left: 50% !important;
    top: 50% !important;
    margin-left: -1em !important;
    margin-top: -1em !important;
}
.detailVideo{
    margin:3% 0;
}


/*登录*//**/
.loginPop{
    /*display:none;*/
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:999;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
}
    .loginPop .loginWrap{
        width:80%;
        margin:0 auto;
    }
    .loginPop .loginContent {
        width: 480px;
        height: 500px;
        background: white;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -240px;
        margin-top: -200px;
        padding: 10px;
        box-sizing: border-box;
    }
        .loginPop .loginContent .loginClose {
            float: right;
            font-size: 16px;
            display: block;
            cursor:pointer;
        }
            .loginPop .loginContent img {
                width: 45%;
                margin: 15% auto 0;
                display: block;
            }
.loginPop h2{
    width:100%;
    text-align:center;
    margin:6% 0 9%;
}
    .loginPop input {
        display: block;
        width: 100%;
        height: 40px;
        padding: 0 2%;
        margin-bottom:5%;
        box-sizing:border-box;
    }
.loginPop .loginPass{
    margin-bottom:15%;
}
    .loginPop .loginBtn {
        width: 100%;
        background: #a29e9e;
        text-align: center;
        line-height: 40px;
        display: block;
        color: white;
        margin: 6% 0 4%;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
    }
        .loginPop .loginBtn:hover {
            background: #b92222;
        }

    .loginPop .loginWrap p {
        font-size: 14px;
        width: 100%;
        text-align: center;
        color: #c7c7c7;
    }
    .loginPop .loginWrap p:nth-child(1){
        margin-top:15%;
    }


    .navKg{
        width:100%;
        height:74px;

    }
    @media(max-width:768px){
        .navKg{
            display:none;
        }
    }

    /*右侧浮窗电话*/
.rightTel a {
    width: 86px;
    height: 86px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -43px;
    background: #96221f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 999;
}

.rightTel span {
    font-size: 14px;
    color: white;
}

.rightTel img {
    width: 37px;
}

.telShow {
    background: url('/assets/img/telBG.png') no-repeat;
    width: 131px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

    .telShow p {
        font-size: 14px;
        color: #777;
        margin-right: 5%;
    }

.rightTel:hover .telShow {
    left: -145px;
}

@media(max-width:480px) {
    .rightTel a {
        width: 60px;
        height: 60px;
    }

    .rightTel img {
        width: 29px;
    }

    .rightTel span {
        font-size: 13px;
    }

    .rightTel:hover .telShow {
        left: 500px;
    }
}


.langColor .cn{
    color: red;
}

/*空间分享*/
.social-share .icon-qzone {
    border: none !important;
    color: #ccc !important;
}
/*阿里云视频 封面样式*/
.prism-player .prism-ErrorMessage, .prism-player .prism-cover {
    background-size: cover !important;
}
.prism-player .prism-big-play-btn {
    left: 50% !important;
    bottom: 50% !important;
    margin-left: -32px !important;
    margin-bottom: -32px !important;
}