@charset "utf-8";

html,body {
    font-size: 16px;
    font-family:  "微软雅黑", "Microsoft Yahei", tahoma, arial,sans-serif;
    /* font-family: 'webfont'; */
    color: #333;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: 0.2spx; */
    -moz-osx-font-smoothing: grayscale;
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}
legend{color:#000}
a{text-decoration: none}
#yui3-css-stamp.cssreset{display:none}

a {color:#333;text-decoration:none;outline-style: none;outline-width: 0px;cursor:pointer; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:link {color:#333;text-decoration:none;outline-style: none;outline-width: 0px;cursor:pointer; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:visited {color:#333;text-decoration:none;outline-style: none;outline-width: 0px;cursor:pointer; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover {color:#D70D26;text-decoration:none;outline-style: none;outline-width: 0px;cursor:pointer; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:active {color:#D70D26;text-decoration:none;outline-style: none;outline-width: 0px;cursor:pointer; -webkit-tap-highlight-color: rgba(0,0,0,0);}

img,video{vertical-align: bottom;}
.fl{float:left;}
.fr{float:right;}
.clearfix{ *zoom: 1;}
.clearfix::after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}

.mt5{margin-top:5px}
.mt10{margin-top:10px}
.ml10{margin-left:10px}
.mr10{margin-right:10px}
.mt20{margin-top:20px}
.pt10{padding-top:10px}

.fb {font-weight:bold;}
.f-12{font-size: 12px;}
.f-14{font-size: 14px;}
.f-16{font-size: 16px;}
.f-18{font-size: 18px;}
.f-20{font-size: 20px;}
.f-22{font-size: 22px;}
.f-24{font-size: 24px;}
.f-26{font-size: 26px;}
.f-28{font-size: 28px;}
.f-30{font-size: 30px;}
.f-36{font-size: 36px;}
.f-40{font-size: 40px;}
.f-42{font-size: 42px;}
.f-60{font-size: 60px;}
.f-w{font-weight: bold;}

.col-f{color: #FFF;}
.col-3{color: #333;}
.col-6{color: #666;}
.col-9{color: #999;}
.t-c{text-align: center;}
.t-l{text-align: left;}
.t-r{text-align: right;}

.theme-color{color: #D70D26;}

.pos-a{position: absolute;}
.pos-f{position: fixed;}
.pos-r{position: relative;}

:root{
    --theme-color: #D70D26;
}

.con-in{
    width: 1200px;
    margin: 0 auto;
}
.one-line{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.two-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.three-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.six-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

/* 按钮 */
.bs-btn{
    display: inline-block;
    width: 156px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff !important;
    background: #000;
    cursor: pointer;
}
.bs-btn i{
    margin-left: 5px;
    transition: all .2s;
}
.bs-btn:hover i{
    margin-left: 10px;
}
[link-href]{
    cursor: pointer;
}
[data-scroll] {
    transition: all 1.5s;
  }
[data-scroll="in"] {
    opacity: 1;
    transform: sacle(1) translateY(0);
}
[data-scroll="out"] {
    opacity: 0;
    transform: scale(0.95) translateY(50px);
}

/* 头部开始 */
.header{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
}

.header .con-in{
    height: 100%;
}

.header .logo{
    margin-right: 36px;
}

.header .logo img{
    width: 65px;
    border:0;
}

.header .nav-box{
    height: 100%;
    padding-right: 185px;
    position: relative;
    z-index: 9;
}

.header .nav-box .cate>li{
    height: 122px;
    line-height: 122px;
    position: relative;
}

.header .nav-box .cate>li a{
    padding: 0 28px;
    color: #FFF;
}

.header .nav-box .cate>li.active,
.header .nav-box .cate>li:hover{
    background: rgba(0, 0, 0, .45);
}

.header .nav-box .cate>li:hover .sub{
    visibility: visible;
    max-height: 500px;
}

.header .nav-box .cate>li .sub{
    min-width: 120px;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(0, 0, 0, .45);
    transition: all .2s;
    max-height: 0;
    overflow: hidden;
}

.header .nav-box .cate>li .sub>li{
    height: 56px;
    line-height: 56px;
}

.header .nav-box .cate>li .sub>li:not(:last-child){
    border-bottom: 1px solid #646464;
}

.header .nav-box .cate>li .sub>li:hover{
    background: var(--theme-color);
}

.header .nav-box .cate>li .sub>li a{
    color: #fff;
    padding-left: 22px;
    white-space: nowrap;
}

.header .tool{
    margin:5px 6px 0 0;
}

.header .tool a{
    color: var(--theme-color);
    font-weight:bold;
}

.header .tel{
    width: 254px;
    height: 79px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 25px 0 0;
    box-sizing: border-box;
    text-align: right;
    color: #FFF;
}

.header .tel span{
    letter-spacing:1px;
}

.header .search{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, .7);
}
.header .search input{
    width: 500px;
    padding: 5px 10px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
    color: #fff;
}
.header .search input::placeholder{
    color: #fff;
}

.flipInY  {
    -webkit-animation-name: flipInY ;
    animation-name: flipInY ;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
  
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
  
    visibility: visible !important;
    display: block;
  }
  
  
  @keyframes flipInY  {
    from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
  
    40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  
    60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
    }
  
    80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
  
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  
/* 头部结束 */

/* 底部开始 */
.footer{
    color: #949494;
    position: relative;
    background-size: cover !important;
}
.footer a{
    color: #FFF;
}
.footer .top{
    padding: 30px 0 20px;
}
.footer .top .logo{
    width: 80px;
    margin: 0 50px 0 27px;
}
.footer .top .qr-code img{
    width: 120px;
}
.footer .top .qr-code p{
    font-size: 13px;
    color: #949494;
    margin-top: 16px;
}

.footer .nav a{
    color: #949494;
}
.footer .nav dl{
    text-align: center;
}
.footer .nav dl:not(:last-child){
    margin-right: 65px;
}

.footer .nav dl>dt{
    display: inline-block;
    margin-bottom:20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #3a3a3a;
    font-size: 14px;
}
.footer .nav dl>dd{
    font-size: 12px;
    text-align: left;
    max-width: 120px;
}
.footer .nav dl>dd:not(:last-child){
    margin-bottom: 18px;
}

.footer .bottom{
    height: 62px;
    color: #949494;
    font-size: 12px;
    border-top: 1px solid #373737;
}
.footer .bottom a{
    color: #949494;
    font-size: 12px;
}

.fixed-tool{
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 99;
}
.fixed-tool>li{
    width: 44px;
    height: 44px;
    margin-bottom: 2px;
    background: var(--theme-color);
    color: #FFF;
}
.fixed-tool>li:hover{
    background: var(--theme-color);
}
.fixed-tool>li:hover .content{
    visibility: visible;
    max-width: 200px;
}
.fixed-tool>li i{
    font-size: 30px;
}
.fixed-tool>li .content{
    visibility: hidden;
    max-width: 0;
    overflow: hidden;
    position: absolute;
    right: calc(100% + 2px);
    background: var(--theme-color);
    transition: all .2s;
}

[lang="en"] .footer .nav dl:not(:last-child){
    margin-right: 45px;
}

/* 底部结束 */

/* 分页器 */
.page {clear:both;width:100%;padding:50px 0 0 0;text-align: center;}
.page .total{color:var(--theme-color);font-weight:bold;}
.page input{width:40px;height:35px;line-height:35px;margin:0 4px;padding:0 2px;border-radius:4px;border:1px #C6C6C6 solid;text-align:center;}
.page a {border: #C6C6C6 1px solid; padding: 10px;margin: 2px;color: #797979;background:#FFF;text-decoration: none;   -moz-border-radius: 4px;   -webkit-border-radius: 4px;  border-radius:4px; }
.page a:hover {border: 1px solid var(--theme-color);color: var(--theme-color);background:#FFF;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius:4px; }
.page a:active {
border-right: 1px solid var(--theme-color);color:var(--theme-color); -moz-border-radius: 4px; -webkit-border-radius: 4px;  border-radius:4px; }
.page span.current {
border: #535353 1px solid;font-weight: bold;padding: 10px 14px;margin: 2px;color: #FFF;background:var(--theme-color);border-color: var(--theme-color) !important;-moz-border-radius: 4px; -webkit-border-radius: 4px;  border-radius:4px; }
.page span.disabled {
border-right: #EEE 1px solid; padding-right: 10px; border-top: #EEE 1px solid; padding-left: 10px; padding-bottom: 10px; margin: 2px; border-left: #EEE 1px solid; color: #ddd; padding-top: 10px; border-bottom: #EEE 1px solid; -moz-border-radius: 4px; -webkit-border-radius: 4px;   border-radius:4px; }

/* 小屏适应 */
@media screen and (max-width: 1650px) {
    
}

/* flex兼容开始 */
.flex {
    display: box;              /* OLD - Android 4.4- */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.flex-row-reverse {
    display: box;              /* OLD - Android 4.4- */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 12版 */
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex-v {
    display: box;              /* OLD - Android 4.4- */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-orient: vertical;
    /* 12版 */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.flex-v-reverse {
    display: box;              /* OLD - Android 4.4- */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-orient: vertical;
    /* 12版 */
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.flex-wrap {
    /* 09版 */
    /*-webkit-box-lines: multiple;*/
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-x-center {
    /* 09版 */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    /* 其它取值如下：
        align-items     主轴原点方向对齐
        flex-end        主轴延伸方向对齐
        space-between   等间距排列，首尾不留白
        space-around    等间距排列，首尾留白
     */
}
.flex-x-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* 12版 */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.flex-x-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    /* 12版 */
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}
.flex-x-sa {
    /* 12版 */
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}
.flex-y-start {
    -webkit-box-align: end;
    -ms-flex-align: end;
    /* 12版 */
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}
.flex-y-center {
    /* 09版 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.flex-y-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    /* 12版 */
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
}
.flex1 {
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    width: 20%;               /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-ac-start {
    /* 12版 */
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    -o-align-content: flex-start;
    align-content: flex-start;
}
.flex-ac-sb {
    /* 12版 */
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-align-content: space-between;
    -o-align-content: space-between;
    align-content: space-between;
}
/* flex兼容结束 */

.zoomimg{ -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s }
a:hover .zoomimg, .zoomimg:hover{ transform: scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -moz-transform: scale(1.05) }

.no_data{clear:both;width:100%;line-height:250px;margin:20px auto 0;text-align:center;color:#999;font-size:14px;}