﻿@charset "UTF-8";
body{
	cursor:url('../images/sb.png'),auto;
}
a:hover{
	cursor:url('../images/sb.png'),auto;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@charset "UTF-8";
.container,.header,.index-container,.foot{padding-right: 0px;padding-left: 0px;margin:0 auto;}

@media (min-width: 768px) {
  .container{ width: 750px;}
}
@media (min-width: 992px) {
  .container,.header,.index-container,.container-middle{width: 980px;}
}
@media (min-width: 1260px) {
  .container,.header,.index-container,.container-middle{ width: 1200px;}
}
@media (min-width: 1460px) {
  .container,.header,.index-container,.container-middle{ width: 1400px;}
}

/*new style*/
::-webkit-scrollbar {
    width: 3px;
	height: 5px;
    background-color: #E70012;
    border-radius:2px;
}

::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color:#999999
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #E70012
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 500;
  background: #fff;
  overflow: hidden;
  transition: transform .3s, -webkit-transform .3s, height .56s;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06);
          box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06);
}
.header .topbar{background: #E70012; height:25px;}
.topbar .toptit{color:#fff; text-align:right; font-size:12px; line-height:25px;}

.header_in.c_000{background: #fff;}
.header.affix {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);
}

.scroll-down .header.affix {
    -webkit-transform: translateY(-190px);
    -ms-transform: translateY(-190px);
    transform: translateY(-190px);
}
/*===============顶部菜单==============*/
/*header*/
.header.open-menu {
  height: 100%;
  background: #fff;
  -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.navbar{
  position: relative;
  background: #fff;
  height: 50px;
}
.header .logo{
  float: left;
  display: block;
  padding: 20px 0;
}
.header .logo img{
  height: 60px;
}
.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 17px 15px;
  display: inline-block;
  margin-right: -15px;
  visibility: visible;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96),opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1),-webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}
.navbar-togger .icon_bar {
  width: 20px;
  height: 2px;
  background-color:#E70012;
  opacity: 1;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}
.open-menu .navbar-togger .icon_bar:nth-of-type(1){
    -webkit-transform: translate(0,7px) rotate(45deg);
    -ms-transform: translate(0,7px) rotate(45deg);
    transform: translate(0,7px) rotate(45deg);
}
.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.open-menu .navbar-togger .icon_bar:nth-of-type(3) {
    -webkit-transform: translate(0,-7px) rotate(-45deg);
    -ms-transform: translate(0,-7px) rotate(-45deg);
    transform: translate(0,-7px) rotate(-45deg);
}
.nav-list>li {
  border-bottom: 1px solid #e5e5e5;
  opacity: 0;
  pointer-events: none;
}
.header.open-menu .nav-list>li,
.header.open-menu .nav-pane{
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
}
.category-item {
  position: relative;
}
.category-item a {
  position: relative;
  font-size: 16px;
  display: block;
  line-height: 48px;
  margin-right: 60px;
  color: #1A1A1A;
}
.category-tig {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.category-rotate {
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nav-list>li.open .category-rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}
.category-cont {
    display: none;
}
.P_parent.open .category-cont {
    display: block;
}
.category-cont a {
    line-height: 36px;
    color: #888;
    font-size: 12px;
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
}
.category-cont a:last-child {
  border: none;
}
.nav-list>li.active .category-item a{
  color: #E70012;
}
.nav-list>li.active .category-item a:before{
  position: absolute;
  content: "";
  left:0;
  bottom: 0;
  width: 100%;
  height: 0px;
  background-color: #E70012;
  z-index: 2;
}
.category-cont a.active{
  color: #E70012;
}
.search-wrap{
  margin-top: 20px;
}
.search-btn {
  display: none;
}
.search-close{
  display: none;
}
.search-input{
  height: 46px;
  border:1px solid #e5e5e5;
  position: relative;
  padding-right: 44px;
}
.search-input input{
  width: 100%;
  font-size: 14px;
  line-height: 44px;
  padding: 0 15px;
}
.searchtext-btn{
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #666;
}
.dropdown-full{
  display: none;
}

.nav-language{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;float: right;position: relative;margin-top: 10px;}
.nav-language span{display: block;}
.nav-language .lan-list{display: none;position: relative;background: #fff;width: 100%;}
.nav-language a{font-size: 14px;color: #777;display: block;line-height: 30px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;position: relative;}
.nav-language>a:after{content: '';width: 24px;height: 24px;background: url(../images/mem.png) no-repeat center;position: absolute;right: 0;top: 50%;margin-top: -12px;}
.nav-language>a{padding-right: 30px;}
.nav-language span a:hover{color: #E70012;}
.search-btn{margin:0 52px 0 46px;}
.top-tel{ width:73%;position: absolute;right:0;top:30px;}
.top-tel span{font-size: 24px;color: #E70012;font-family: DINM;line-height: 32px;}

/* banner */

.banner{overflow: hidden;position: relative;margin-top: 175px;}
.banner-slide img{display: block;width: 100%;}
.banner-slide .banner-pc{display: block;}
.banner-slide .banner-app{display: none;}

.swiper-pagination{bottom: 40px;}
.swiper-slide-active .banner-font h3,.swiper-slide-active .banner-font li,.swiper-slide-active .banner-font a{opacity: 1;transform:translateY(0);}
.swiper-pagination{width: 100%;}
.swiper-pagination-bullet{opacity: 0.5; width: 15px;height: 15px;border: 2px solid rgba(255,255,255,0.5);margin: 0px 12px !important;background: transparent;border-radius: 50%;}
.swiper-pagination-bullet{border: 2px solid rgba(255,255,255,0.5);}
.swiper-pagination-bullet-active{border-color: #E70012;opacity: 1;}
/* .banner .swiper-slide-active img {
    visibility: visible !important;
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
    animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
} */

.ban-info{position: absolute;left: 50%;top: 65%;transform: translate(-50%,-50%);z-index: 1;}
.ban-info-desc{background: rgba(199, 0, 11,0.6);display: inline-block;padding: 35px;border-left: 5px solid #FF000E;margin-left: 30px;}
.ban-info:before{content: '';width: 164px;height: 340px;background: url(../images/img1.png) no-repeat center;background-size: contain;position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: -1;}
.ban-info-desc h3,.ban-info-desc h3 span{font-size: 50px;color: #fff;margin-bottom: 20px;}
.ban-info-desc h3 span{font-weight: lighter;display: inline-block;margin-left: 18px;margin-bottom: 0;}
.ban-info-desc h4{font-size: 22px;color: rgba(255,255,255,0.8);font-weight: lighter;}
.ban-info .more-btn{display: inline-block;font-size: 16px;color: rgba(255,255,255,0.6);}
.ban-info .more-btn i{display: inline-block;width: 36px;height: 36px;background: url(../images/right.png) no-repeat center;vertical-align: middle;margin-right: 10px;transition: all 0.4s;}
.ban-info .more-btn{margin-top: 28px;}
.ban-info .more-btn:hover i{transform: translateX(-10px);}



@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1); transform: scale(1); }
    to { opacity: 1; -webkit-transform: scale(1.3); transform: scale(1.3); }
}

@keyframes scaleUpDown {
    from { -webkit-transform: scale(1); transform: scale(1); }
    to { opacity: 1; -webkit-transform: scale(1.3); transform: scale(1.3); }
}

/*底部*/
.foot{position: absolute;background: #F3F4F8; z-index:5}
.foot-bt{position: relative;background: #F3AFC4;padding: 22px 0; text-align:center}
.foot-bt img{ width:auto; height:40px;}
.foot a{transition: all 0.3s;}
.foot-top{position: relative;padding: 35px 0 55px;}
.foot-top .foot-mn{float:left; width:54%}
.foot-mn dl{position: relative; float:left; width:47%; margin-right:6%;}
.foot-mn dl:nth-child(2n){margin-right: 0;}
.foot-mn dl dt{font-size:16px;color:#E70012;line-height:45px;margin:10px 0;border-bottom:1px solid #1A1A1A;/*font-weight:bold*/} 
.foot-mn dl dt a:hover{text-decoration-line: underline;}
.foot-mn dl dd a{line-height:28px;font-size:14px; color:#1A1A1A;}
.foot-mn dl dd a:hover{text-decoration-line: underline;}

.foot-top .foot-dy{float:right; width:40%; padding: 20px 0 0;}
.foot-dy h3{display: inline-block;font-size: 20px;color: #E70012;line-height: 30px;}
.foot-dy p{font-size: 14px;color: #1A1A1A;line-height: 24px;}

.foot-fk{
    padding-top:5px;
}
.foot-form{
    padding: 0 0 5px;
}
.foot-label {
    position: relative;
    margin-bottom: 10px;
}
.foot-label .labela-half:first-child,.foot-label .labela-haqf:first-child {
    margin-left: 0;
}
.labela-half {
    position: relative;
    width: 48%;
    float: left;
    display: block;
    margin-left:4%;
}
.labela-haqf {
    position: relative;
    width: 100%;
    float: left;
    display: block;
    margin-left:2%;
}
.labela-half p, .labela-haqf p {font-size: 14px;color: #1A1A1A;line-height: 40px;}
.labela-half input, .labela-haqf input {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #E5E5E5;
    padding-left: 10px;
    font-size: 14px;
    background-color: #ffffff;
    color: #444444;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.foot-label .btn-normal {
    position: relative;
    width: 30%;
	color: #ffffff;
    font-size: 18px;
    line-height: 40px;
	margin:20px 0; 
    border: none;
    background:#E70012  -ms-linear-gradient( right top, #FF0000,  #E70012);
    background:#E70012  -moz-linear-gradient( right top ,#FF0000,  #E70012);
    background:#E70012  -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF0000), to(#E70012));
    background:#E70012  -webkit-linear-gradient( right top , #FF0000, #E70012);
    background:#E70012  -o-linear-gradient( right top , #FF0000, #E70012);
}
.foot-label .btn-normal:hover {
    background:#FFFFFF;
	color:#000;
}

.foot-bot{padding: 30px 0;border-top: 1px solid rgba(126,126,126,0.15);}
.foot-bot .share{float: left;margin-top:10px;}
.share.bdshare-button-style0-32 a{width: 30px;height: 31px;background-size: cover;background-repeat: no-repeat;background-position: center;margin:0 30px 0 0;}
.share.bdshare-button-style0-32 a:last-child{margin-right: 0;}
.share a.s1 {background-image: url(../images/b1.png);}
.share a.s2 {background-image: url(../images/b2.png);}
.share a.s3 {background-image: url(../images/b3.png);}
.share a.s4 {background-image: url(../images/b4.png);}
.share a.s5 {background-image: url(../images/b5.png);}
.share a.s6 {background-image: url(../images/b6.png);}
.share a.s1:hover {background-image: url(../images/b1h.png);}
.share a.s2:hover {background-image: url(../images/b2h.png);}
.share a.s3:hover {background-image: url(../images/b3h.png);}
.share a.s4:hover {background-image: url(../images/b4h.png);}
.share a.s5:hover {background-image: url(../images/b5h.png);}
.share a.s6:hover {background-image: url(../images/b6h.png);}
.foot-bot p{float: right;}
.foot-bot p img{height: 68px}
.foot-bot p span{padding:0 30px;}
.foot-bot p span img{height: 45px;margin-bottom:10px;}

.foot-db{position: relative;background: #E6E9F6;}
.foot-db .copy{font-size: 12px;color: #1A1A1A;line-height: 35px;}
.foot-db .copy a:hover{color: #E70012!important;}

/*app-底部*/
.foot-app{width:100%;display: none;background: #080808;padding: 20px 0 40px;}
.footer-menu{padding: 0 15px;}
.footer-link{padding:15px 0;color: #777;font-size: 14px}
.footer-link a{font-size: 14px;color: #777;line-height: 24px;}
.footer-tit{position: relative;border-bottom:1px solid  #333;}
.footer-tit.on>a{color: #E70012;}
.footer-tit a{ font-size:16px;color: #777;line-height:48px;margin-right: 48px;display: block;transition:all 0.4s;}
.footer-tig {font-size: 14px; color: #777; text-align: right; line-height: 48px; width: 20px;height: 48px;position: absolute;right: 0px;top: 0;z-index: 2;}
.footer-tig::before,.footer-tig::after {content: '';background:  rgba(255,255,255,0.6);position: absolute;top:50%;transition: all .3s;left: 50%;}
.footer-tig::before {width: 16px;height: 2px;margin-left: -7px;}
.footer-tig::after {width: 2px;height: 16px;margin-top: -7px;}
.footer-tit.on .footer-tig::after{opacity:0;}
.footer-tit.on .footer-tig::before{background: #E70012;}
.footer-cont{display: none;padding: 0 15px 15px;}
.footer-cont a{font-size: 14px;line-height: 24px;}
.footer-tit.on .footer-cont a.on{color: #E70012;}
.footer-bot{padding:20px 15px; }
.footer-bot p a{margin-right: 20px;}
.footer-bot p.p2{margin-top: 10px;}
.footer-bot p,.footer-bot p a{color: #777;font-size: 14px;}
.footer-bot dd{color: #777;font-size: 14px;line-height: 24px;padding-left: 22px;}
.footer-bot dd.dd-add{background: url(../images/add.png) no-repeat left 3px;}
.footer-bot .bdshare-button-style0-32{margin-top: 15px;}
/*kefu-start*/
.kf {
    transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    z-index: 999999;
    background-color: #fff;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 62px;
    border-radius: 5px;
    display: none;
}
.kf span {
    z-index: 1000001;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    position: relative;
    display: block;
    width: 62px;
    height: 62px;
    border-bottom: 1px solid #e3e3e3;
    background:url(../images/kefu_j.png) no-repeat center #fff;
}
.kf span:hover {
    background-color: #E70012;
}
.kf .zx {border-radius: 5px 5px 0 0;background-position: 0 -62px;}
.kf .zx:hover {background-position: 0 -124px;}
.kf .freetel {background-position:-62px -62px;}
.kf .freetel:hover {background-position:-62px -124px;}
.kf .act {background-position:-186px -62px;}
.kf .act:hover{background-position:-186px -124px;}
.kf .zxlya {background-position:-124px -62px;}
.kf .zxlya:hover{background-position:-124px -124px;}
.kf .back_top {
    border-radius: 0 0 5px 5px;
    border: none;
    background-position:-248px -62px;
}
.kf .back_top:hover {background-position:-248px -124px;}
.kf span div {
    display: none;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 75px;
    padding: 20px;
    font-size: 14px;
    color: #f4474c;
    bottom:2px;
}
.kf span div input {
    text-indent: .5em;
    display: block;
    margin: 15px 0;
    line-height: 28px;
    color: #696969;
    font-size: 12px;
    width: 140px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    height: 28px;
}
.kf span div a {
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
    display: block;
    background: #f4474c;
    border-radius: 2px;
    color: #fff;
    line-height: 26px;
    font-size: 12px;
    text-align: left;
    width: 79px;
    height: 26px;
}
.kf span div a:hover {
    background: #f4474c;
}
.kfimgr{
    position: absolute;
    bottom:23px;
    right: -9px;
}
.kf span div i {
    display: block;
    position: absolute;
    width: 15px;
    height: 200px;
    right: -15px;
    top: 0;
}
.kf .zx div, .kf .freetel div,
.kf .zxlya div, .kf span:nth-child(4) div {
    text-align: left;
    min-width: 148px;
    font-size: 14px;
	white-space: nowrap;
    color: #666;
}
.kf span:nth-child(4) div {
    white-space: nowrap;
}
.kf a{display:block;height: 68px;position:absolute;top:0;right:0;width: 100%}

.kf span div, .kf {
    -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}


.nav_center div, .index_nav_center div, .shou, .zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 50%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: url("../images/kefu_j.png") no-repeat -310px -62px #fff;
    position: absolute;
}

.shou.on {background-position: -310px -102px;}

/*手机端客服*/
.kf-mobile{
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 200;
    width: 55px;
    height: 55px;
    display: none;
}
@-webkit-keyframes rotateanm {
    0% {
        -webkit-transform: rotate(0deg); transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg); transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg); transform: rotate(360deg);
    }
}
@keyframes rotateanm {
    0% {
        -webkit-transform: rotate(0deg); transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg); transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg); transform: rotate(360deg);
    }
}

.kf-mobile-tig{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
    background:url(../images/kfm_menu.svg) no-repeat center #04287E;
    background-size: 24px 24px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
    -webkit-animation: rotateanm 5s linear infinite;
    animation: rotateanm 5s linear infinite;
}
.kf-mobile-list a{
    width: 44px;
    height: 44px;
    background-color:#04287E;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.kf-mobile-list a.kfm_01{
    background-image:url(../images/kfm_01.svg);
}
.kf-mobile-list a.kfm_02{
    background-image:url(../images/kfm_02.svg);
}
.kf-mobile-list a.kfm_03{
    background-image:url(../images/kfm_03.svg);
}
.kf-mobile-list a.kfm_04{
    background-image:url(../images/kfm_04.svg);
}
.kf-mobile.open .kf-mobile-tig{
    -webkit-animation: none;
    animation: none;
}
.kf-mobile.open .kfm_01 {
    bottom: 147px;
    right: 0;
}
.kf-mobile.open .kfm_02 {
    bottom: 117px;
    right: 55px;
}
.kf-mobile.open .kfm_03 {
    bottom: 75px;
    right: 100px;
}
.kf-mobile.open .kfm_04 {
    bottom: 16px;
    right: 119px;
}
@media (max-width: 768px) {
    .kefu{
        display: none;
    }
}
/*kefu-end*/

/* header */
@media (min-width: 992px){
  .header{
    height: 175px;
    overflow: visible;
  }
  .navbar{
    float: left;
    height: 90px;
  }
  .header .logo{
    display: block;
  }
  .tel-box{position: relative;}
  .navbar-togger{
    display: none;
  }
  .nav-menu {
    float: left;
	width:100%;
  }
  .nav-list{
    float: left;
  }
  .nav-list>li{
    float: left;
    border:none;
    opacity: 1;
    pointer-events:auto;
    margin:0;
    margin-right: 45px;
    position: relative;
  }
  .nav-list>li:first-child .category-item{width:150px; padding-left:36px; padding-right:42px; background:url(../images/menu.png) no-repeat 0px 0px;}
  .nav-list>li:first-child:hover .category-item{ background-position:0px -60px; }
  .nav-list>li:last-child .category-item{margin-right: 0;}
  .category-tig{
    display: none;
  }
  .category-item a{
    margin: 0;
	/*font-weight:bold;*/
    line-height: 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .category-item i{vertical-align: middle; text-align:center; padding-right:5px; max-width:26px;}
  .category-item i img{max-width:26px;}
  .category-cont {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    z-index: 500;
    background: #fff;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: auto;
    min-width: 150px;
    text-align: center;
    -webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,0.1);
            box-shadow:0 5px 10px 0 rgba(0,0,0,0.1);
    -webkit-transition: max-height .8s;
    -o-transition: max-height .8s;
    transition: max-height .8s;
  }
  .category-cont a {
    display: block;
    line-height: 36px;
    color: #1A1A1A;
    white-space: nowrap;
    font-size: 16px;
    padding: 8px 32px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .category-cont a:hover{
    color: #E70012;
  }
  .nav-list>li:hover .category-item a{
    color: #E70012;
  }
  .nav-list>li:not(.nav-full):hover .category-cont {
    opacity: 1;
    max-height: 600px;
  }
  .search-wrap{
    left: 71.3%;
    margin-left: -25%;
  }
  .search-btn{
    display: block;
    float: left;
    width: 34px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 24px;
    color: #E70012;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .search-wrap {
    margin-top: 0;
    position: absolute;
    top: 0;
    height: 60px;
    background: transparent;
    z-index: -2;
    opacity: 0;
    width: 36%;
  }
  .search-frame {
    position: relative;
    height: 46px;
    margin-top:20px;
  }
  .search-close {
    display: block;
    width: 34px;
    height: 46px;
    font-size: 24px;
    color: #E70012;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
  }
  .search-input {
    height: 45px;
  }
  .search-input input {
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
    line-height: 45px;
  }
  .searchtext-btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    width: 90px;
    height: 43px;
	background: #F7F7F7;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    line-height: 43px;
  }
  .searchtext-btn i{
	font-size: 30px;
	line-height: 43px;
  }
  .search-input:hover .searchtext-btn {
	background: #E70012;
    color: #fff;
  }
  @-webkit-keyframes searchform-fade {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
      animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
      }
    100% {opacity: 1}
  }
  @keyframes searchform-fade {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
      animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
      }
    100% {opacity: 1}
  }
  @-webkit-keyframes searchform-slide {
    0% {
      -webkit-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
      animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
    }
    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
    }
  }
  @keyframes searchform-slide {
    0% {
      -webkit-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
      animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
    }
    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
    }
  }
  @-webkit-keyframes item-searchshow {
    0% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
      animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
    40% {
      opacity: 1
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.3);
      transform: scale(0.3)
    }
  }
  @keyframes item-searchshow {
    0% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
      animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
    40% {
      opacity: 1
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.3);
      transform: scale(0.3)
    }
  }
  .searchshow .nav-list>li{
    -webkit-animation: item-searchshow .4s both;
            animation: item-searchshow .4s both;
  }
  .searchopen .search-wrap {
    z-index: 10;
    opacity: 1;
  }
  .searchopen .search-frame {
    -webkit-animation:searchform-fade 400ms both;
    animation: searchform-fade 400ms both;
  }
  .searchopen .search-frame form {
      -webkit-animation:searchform-slide 1s both;
      animation:searchform-slide 1s both;
  }
  .searchopen .search-close {
    opacity: 1;
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .searchopen .search-close {
    opacity: 1;
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    background: #fff;
  }
  .searchopen .nav-list>li{
      visibility: hidden;
  }
  .language{
    display: none;
  }
  .nav-list>li.nav-full{
    position: inherit;
  }
  .nav-list>li.nav-full .category-cont{
    display: none;
  }
  .dropdown-full {
    margin-top: 0px;
    position: absolute;
    z-index: 200;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    display: none;
    overflow: hidden;
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
  }

  .nav-full:hover + .dropdown-full {
      display: block;
      visibility: visible;
  }

  .dropdown-solu {
      width: 825px;
      margin: 0 auto;
      padding: 30px 0 65px;
  }

  .dropdown-solu li {
      float: left;
      width: 245px;
      margin: 10px 15px;
  }

  .dropdown-solu li a {
      display: block;
      width: 100%;
      height: 165px;
      position: relative;
  }

  .dropdown-solu .pic {
      width: 100%;
      height: 165px;
      overflow: hidden;
  }

  .dropdown-solu .pic img {
      width: 100%;
      height: 100%;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
  }

  .dropdown-solu .cont {
      width: 100%;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      padding: 8px 45px 8px 15px;
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px);
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
  }

  .dropdown-solu .tit {
      font-size: 16px;
      line-height: 24px;
      color: #444;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
  }

  .dropdown-solu .m-more {
      position: absolute;
      right: 0;
      top: 0;
      width: 45px;
      height: 100%;
      font-size: 20px;
      color: #777;
      line-height: 40px;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
  }

  .dropdown-solu li:hover .pic img {
      -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
      transform: scale(1.08);
  }

  .dropdown-solu li:hover .cont {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }

  .dropdown-solu li:hover .tit {
      color: #00a7d2;
  }

  .dropdown-solu li:hover .m-more {
      color: #00a7d2;
  }
  .dropdown-box {
  background: #fff;
  height: 100%;
  box-shadow:2px -20px 2px 2px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #FCFCFC;
}

.drop-columns {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.drop-col-3 {
    float: left;
    width: 26%;
    height: 100%;
    padding: 10px 0;
}

.drop-col-7 {
    float: left;
    width: 74%;
    height:100%;
	box-shadow:0 0px 15px 0 rgba(0, 0, 0, 0.05);
}

.drop-nav li {
    width:100%;
	border-bottom: 1px solid #eee;
}
.drop-nav li:last-child{border-bottom: 0px solid #eee;}
.drop-nav li i{
	float:left;
	display: block;
	text-align:center;
	width:40px;
	height:40px;
	margin-right:10px;
	
}
.drop-nav li .tb_bg{
	background: #1A1A1A;
}
.drop-nav li a .tb_bg img{
	width:100%;
	height:100%;
    filter: brightness(0) invert(1);
}
.drop-nav li.on a .tb_bg{
    background: #E70012;
}
.drop-nav li a {
    display: block;
    font-size: 16px;
    color: #1A1A1A;
	line-height:40px;
    padding: 12px 35px;
    transition: background-color .4s,color .4s;
	background: url(../images/menu_jt1.png) no-repeat right 32px center #fff;
}

    .drop-nav li:hover a {
        color: red;
    }

    .drop-nav li.on a {
        background: url(../images/menu_jt2.png) no-repeat right 32px center #fff;
        color: #E70012;
    }

    .drop-megapanel {
    display: none;
    }

    .drop-megapanel.on {
        display: block;
    }

.drop-col-6 {
	float: left;
    width: 35%;
	height:100%;
    padding: 20px 40px 36px;
	box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.drop-list{/*max-height: 150px;overflow-y: auto;display: block!important;*/height:100%;}
.drop-list li {
    width:100%;
}
.drop-list li a {
    display: inline-block;
    font-size: 15px;
    width:100%;
    color: #1A1A1A;
	line-height:45px;
	border-bottom: 1px solid #EEEEEE;
    transition: all .4s;
}

.drop-list li.on a {
    color: #E70012;
}

.dropdown-scro li a:hover {
    color: red;
}

.drop-col-4 {
    float: left;
    width: 64%;
    padding: 20px 0 20px;
}
.drop-each-list{
    width: 100%;
	float: left;
	font-size: 15px;
	padding: 0 20px 36px;
	text-align: left;
	box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.05);}

.drop-col-2{width: 30%;float: left;padding: 80px 0;}
.drop-pic-text {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    margin: 16px 0 20px;
}

.drop-small-des {
    font-size: 15px;
	line-height:45px;
    color: #1A1A1A; /* margin-bottom: 30px; */
    text-align: left;
	border-bottom: 1px solid #EEEEEE;
}

.drop-small-des:hover {
    color:#E70012;
}
.drop-pid {
    float: right;
    overflow: hidden;
}
.drop-pic img {
    max-width: 100%;
    display: block;
}

.drop-each {
    height:100%;
    display: none;

}

  .drop-each.on {
      display: block;
  }


}
@media (max-width: 1680px) {
    .ban-info{top: 56%;}
    .head_bot .nav{width: 66%;}
    .foot-bot .share{margin-left: 30px;}
    .search-wrap{ left: 64.3%;}
}
@media (max-width: 1580px) {.search-wrap{ left: 66.3%;}}
@media (max-width: 1520px) {.search-wrap{ left: 67.3%;}}

@media (max-width: 1459px) {

  .ban-info-desc h4{font-size: 20px;}
  .ban-info-desc h3, .ban-info-desc h3 span{font-size: 40px;}
  .category-item a{font-size: 16px;}
  .top-tel span{font-size: 22px;}
  .top-tel{ width:68%;}
  .search-wrap{ left: 68.3%;}


}
@media (max-width: 1259px) {

    .share.bdshare-button-style0-32 a{width: 30px;height: 30px;margin:0 15px 0 0;}
    .foot-bot p, .foot-bot p span, .foot-bot p a{line-height: 30px;}
    .foot-bot .share{margin-left: 0px;}
    .foot-bot p span{margin-right: 0;}
    .foot-top{padding: 35px 0 55px;}
    .foot-bot{padding: 20px 0;}
	.top-tel{ width:63%;}
    .search-btn{margin:0 20px 0 15px;}
}
@media  (max-width: 991px) {

  /*header*/
  .header.affix{transform:none!important;}
  .nav-list>li:nth-child(1) {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
        transform: translateY(-44px);
    transition: opacity .33s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s,transform .46s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1s,-webkit-transform .46s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1s;
  }
  .nav-list>li:nth-child(2) {
      -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
      transition: opacity .29s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s,transform .45s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s,-webkit-transform .45s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
  }
  .nav-list>li:nth-child(3) {
      -webkit-transform: translateY(-36px);
      -ms-transform: translateY(-36px);
          transform: translateY(-36px);
      transition: opacity .26s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s,transform .43s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s,-webkit-transform .43s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
  }
  .nav-list>li:nth-child(4) {
      -webkit-transform: translateY(-32px);
      -ms-transform: translateY(-32px);
          transform: translateY(-32px);
      transition: opacity .23s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s,transform .42s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s,-webkit-transform .42s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
  }
  .nav-list>li:nth-child(5) {
      -webkit-transform: translateY(-28px);
      -ms-transform: translateY(-28px);
          transform: translateY(-28px);
      transition: opacity .22s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s,transform .42s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s,-webkit-transform .42s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
  }
  .nav-list>li:nth-child(6),
  .nav-pane{
      -webkit-transform: translateY(-24px);
      -ms-transform: translateY(-24px);
          transform: translateY(-24px);
      transition: opacity .20s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s,transform .41s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s,-webkit-transform .41s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
  }
  .navbar-box{position: relative;}
  .nav-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 620;
    padding: 20px;
    border-top: 1px solid #e5e5e5;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
  }
  .header.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  .header .logo img{
    height: 34px;
  }
  .language{
    margin-top: 20px;
  }
  .language a{
    display: inline-block;
    background: #E70012;
    font-size:0;
    color: #fff;
    padding:6px 15px;
  }
  .language span{
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
  }
  .language img{
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
  }
  .nav-language{display: none;}
  .foot,.kf{display: none !important;}
  .header-app,.foot-app,.kefu{display: block;}
  .banner{margin-top: 50px;}
  .banner-slide .banner-app{display: block;}
  .banner-slide .banner-pc{display: none;}
  .swiper-pagination-bullet{width: 10px;height: 10px;}
  .swiper-pagination-bullet{margin:0px 5px !important;}
  .swiper-pagination{bottom: 20px;width:100%;text-align: center;}
  .ban-info{width: 100%;}
  .ban-info-desc h3{width: 100%;padding-bottom: 20px;margin-bottom: 15px;}
  .ban-info-desc h4{font-size: 20px;line-height: 26px;letter-spacing: 8px;}

  .more-btn{font-size: 14px;width: 100px;height: 35px;}
  .ban-info .more-btn{margin-top: 20px;}
  .ban-info{top: 50%;}
  .header .logo{padding: 7px 0;}
  .category-item a{font-size: 16px;}
  .top-tel{display: none;}
  .dropdown-full{display: none!important;}
  .ss{margin-left:15px;margin-right:15px;}
}

/* contain */
/* ��ҳ */


/* ��ҳ */
.page{text-align: center;margin-top: 100px;font-size:0;}
.page a{display: inline-block;width: 46px;height: 46px;line-height: 50px;text-align: center;font-size: 18px;vertical-align: middle;margin: 0 2.5px;font-family: AK;color: #fff;background: #CECECE;}
.page a.page-prev,.page a.page-next{font-size: 14px;color: #fff;}
.page a.page-prev{margin-right: 5px;}
.page a.page-next{margin-left: 5px;}
.page a:hover,.page a.on{color: #fff;background: #c42a2e;border-color: transparent;}
.page a:hover i,.page a.on i{color: #fff;}


/*ͼƬ�Ŵ�*/
#darkbox {position: fixed;z-index: 9999;background: rgba(0,0,0,0.8) no-repeat none 50%;background-size: contain;-webkit-box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);opacity: 0;visibility: hidden;}
#darkbox.on {opacity: 1;visibility: visible;height: 90% !important;width: 90% !important;left: 5% !important;top: 5% !important;}
.dark-close i{color:#fff;}
#darkbox_prev, #darkbox_next {cursor: pointer;-moz-user-select: none; -ms-user-select: none;user-select: none;-webkit-user-select: none;position: absolute;top: 50%;margin-top: -15px;height: 30px;width: 30px;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;border-top: 2px solid #fff;border-right: 2px solid #fff;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
#darkbox_prev {left: -2px;-ms-transform: rotate(-135deg);-webkit-transform: rotate(-135deg);transform: rotate(-135deg);}
#darkbox_next {-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);right: -2px;}
#darkbox_prev:hover,#darkbox_next:hover{border-color: #c42a2e;}
#darkbox-description {position: absolute;width: 100%;color: #fff;font-size: 18px;bottom: 5px;text-align: right;text-shadow: 0 1px 1px #000;}
#darkbox .dark-close{position: absolute;right: 0;top: 0;font-size: 2em;color: #fff;cursor: pointer;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
#darkbox .dark-close:hover{color:#c42a2e;}

/* �������� */
.nei_anchor {text-align: center;display: none;position: fixed;left: 0;top: 0;width: 100%;z-index: 1001;background: #111;border-top: 1px solid rgba(255,255,255,0.2);}
.nei_anchor.fixed{top: 0;}
.nei_anchor .wrap{font-size: 0;}
.nei_anchor span {display: inline-block;*display: inline;*zoom: 1;}
.nei_anchor span a {font-size: 16px;color: #fff;line-height: 50px;padding: 0 40px;display: inline-block;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;position: relative;}
.nei_anchor span a:after{content: '';width: 1px;height: 17px;background: #dadada;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.nei_anchor span.on a:after,.nei_anchor span a:hover:after{display: none;}
.nei_anchor span:hover a,
.nei_anchor span.on a {color: #fff;background: #c93e42;}
.ab_poti {position: relative;}
.abposi_ab {position: absolute;height: 1px;top: -100px;}
.inner-banner>img{display: block;width: 100%;}
.inner-banner .banner-pc{display: block;}
.inner-banner .banner-app{display: none;}



/*搜索*/
.sec-search{padding: 150px 0 110px;background: #f0f4f7;width: 100%;overflow: hidden;}
.psearch-left{float: left; width: 72.5%;}
.psearch-left .pagination {margin-top: 100px;}
.psearch-box{padding-right: 78px;margin-bottom: 35px;border: 1px solid #dcdcdc;background: #fff;position: relative;}
.psearch-box input{width: 100%;padding:0 34px;font-size: 18px;line-height: 68px;border: none;color: #333;}
.psearch-box button{ color:#c42a2e;background-size: 38% auto;position: absolute;right: 0;top: 0;z-index: 2;width: 68px;height: 68px;font-size: 30px;right: 10px;outline: medium;border: none;}
.psearch-tip{font-size: 24px;padding-left: 35px;margin-bottom: 27px;}
.psearch-right{float: right;width: 25%; margin-top: 0;}
.psearch-right .m-tit{font-size: 20px;padding: 20px 34px;border-bottom: 5px solid #f0f4f7;}
.psearch-ru a{font-size: 18px;padding: 20px 34px;border-bottom: 4px solid #f0f4f7;}
.news-item {display: block;background: #fff;padding: 25px 52px 25px 32px;margin-bottom: 30px;}
.news-item .m-cont {padding: 15px 4%;float: left;width: 80%;}
.news-item .m-tit {font-size: 18px;color: #444;-o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.news-item .m-time {font-size: 16px;margin: 4px 0 10px;color: #777;}
.news-item .m-img {float: left;width: 20%;overflow: hidden;}
.news-item .m-img img {width: 100%;-webkit-transition: all .8s;-o-transition: all .8s;transition: all .8s;}
.psearch-right .m-tit {font-size: 20px;padding: 20px 34px;border-bottom: 5px solid #f0f4f7;background: #c42a2e;text-align: center;color: #fff;}
.psearch-ru a {font-size: 18px;padding: 20px 34px;border-bottom: 4px solid #f0f4f7;display: block;background: #fff;color: #444;}


/* 跳出视频背景 */
.msg-box-bg {width: 100%;height: 100%;position: fixed;left: 0;top: 0;display: none;z-index: 1001;}
.msg-box {width: 100%;height: 100%;padding: 50px;background-color: #F3F3F3;position: absolute;left: 50%;top: 47%;transform: translate(-50%,-50%);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}
.msg-box .close-box {width: 30px;height: 30px;background: url("../images/btn-close-modal.png") no-repeat center;cursor: pointer;position: absolute;right: 10px;top: 10px;-webkit-transition: .5s;-ms-transition: .5s;-moz-transition: .5s;-o-transition: .5s;transition: .5s;}
.msg-box .close-box:hover {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}
.abo_video {width: 100%;height: 100%;cursor: pointer;overflow: hidden;position: relative;}
.abo_video:after{content: '';width: 74px;height: 74px;background: url(../images/play.png) no-repeat center;position:absolute;left: 50%;top: 55%;transform: translate(-50%,-50%);transition: all 0.4s;background-size: contain;z-index: 10;}
.abo_video:hover:after{top: 48%;}


/*index*/
/*公共标题*/
.tit{position: relative;}
.tit h3{font-size: 18px;color: #1A1A1A;line-height:50px;}
.tit h4{font-size: 30px;color: #1A1A1A;}
.tit span{display: block; float:left;}
.tit span img{display: block;margin:18px auto 0;}

/*part1*/
.in-one{padding: 30px 0;background:#F7F7F7;}
.in1-list ul {width: 100%%}
.in1-list li{position: relative;float:left;width: 23.5%;margin-right: 2%;transition: all 0.4s; padding:1% 2%;text-align:center}
.in1-list li:last-child{margin-right: 0;}
.in1-list li .kjcd{position: relative;margin: 0 auto;width: 80px;height: 80px;}
.in1-list li .mn1{background-image: url(../images/icon_mn1.png);width: 100%;height: 100%;background-size: 100% 100%;}
.in1-list li:hover .mn1{background-image: url(../images/icon_mn11.png);}
.in1-list li .mn2{background-image: url(../images/icon_mn2.png);width: 100%;height: 100%;background-size: 100% 100%;}
.in1-list li:hover .mn2{background-image: url(../images/icon_mn22.png);}
.in1-list li .mn3{background-image: url(../images/icon_mn3.png);width: 100%;height: 100%;background-size: 100% 100%;}
.in1-list li:hover .mn3{background-image: url(../images/icon_mn33.png);}
.in1-list li .mn4{background-image: url(../images/icon_mn4.png);width: 100%;height: 100%;background-size: 100% 100%;}
.in1-list li:hover .mn4{background-image: url(../images/icon_mn44.png);}
.in1-list h3{color: #1A1A1A;font-size: 16px;transition: all 0.4s; padding:10px 0;}
.in1-list li:hover{margin-top:-15px;}
.in1-list li:hover h3{color: #E70012;}

/*part2*/
.in-two{padding: 60px 0;background: #fff;}
.in-two .in2-con .tit{padding: 0 0 30px;}
.in2_bt{float: left;width: 20%;}
.in2_bt .in2-nav{width:100%;}
.in2-nav li{width:100%;position:relative;font-size: 18px;color: #1A1A1A;text-align:center;background-color:#f7f8fa;border-radius:6px;padding:20px 0 30px;margin-bottom:14px;cursor:pointer;}
.in2-nav li.on{background-color:#E70012;color: #fff;}
.in2-nav li.on:before{content:"";position:absolute;width:0;height:0;right:-13px;top:50%;margin-top:-8px;border-color:transparent;border-style:solid;border-left-color:#E70012;border-width:8px 0 8px 14px;z-index:10}
.in2-nav li p{width:100%;text-align:center; padding:0 0 10px;}
.in2-nav li img{width:50px;height:50px;}
.in2-nav li .scb_img{display: block;}
.in2-nav li.on .scb_img{ filter: brightness(0) invert(1);}

.in2-box{float: right; width: 78%;}
.in2-box .tabox_title{padding:18px 30px 18px 14px;background-color:#E70012;position:relative;display:block;border-radius:6px;margin-bottom:20px}
.tabox_title .tabox_title_H1{font-size:20px;color:#fff;margin-bottom:9px}
.tabox_title .tabox_title_text{font-size:15px;color:#FFECF2;padding-right:156px}
.tabox_title .tabox_title_more{position:absolute;font-size:16px;color:#E70012;right:30px;background:#fff;padding:6px 20px;top:50%;border-radius:14px;margin-top:-14px}
.tabox_title:hover .tabox_title_more{color:#fff;background:#AC000D}
.in2-itembox .in2-item{display: none;}
.in2-itembox .in2-item.on1{display: block;}
.in2-lf{width: 100%;float: left;}
.in2-item01{position: relative;width: 23.5%;float: left;border:1px solid #E1E1E1;margin-right: 2%;margin-bottom: 2%;border-radius: 5px;overflow: hidden;}
.in2-lf .in2-item01:nth-child(4n){margin-right: 0;}
.in2-item01 img{width: 100%;display: block;}
.in2-item01:hover {border:1px solid #E70012;/*box-shadow:0 0 10px rgba(0, 0, 0, 0.3);*/}
.in2-item01 .in2-note{
	position: relative;
	color: #444;
	border-top:1px solid #E1E1E1;
	padding:10px 8px 15px;
}
.in2-note .in2-tit{
	position: relative;
	font-size: 16px;
	font-family: Times;
	line-height: 30px;
	font-weight:600;
	transition: all 0.5s;
	display: -webkit-box; /* 定义文本行数 */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 定义文本的最大行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.in2-note .in2-text{
	position: relative;
	font-size: 14px;
	transition: all 0.5s;
	display: -webkit-box; /* 定义文本行数 */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 定义文本的最大行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.in2-item01:hover .in2-tit{color: #E70012;}

.in2-item01 .in2-more{position: relative;padding:20% 10% 45%;}
.in2-more .in2-more-l{
	float:left;width:70%;
}
.in2-more .in2-more-l h1{
	font-size: 24px;
	color: #1A1A1A;
	line-height:36px;
}
.in2-more .in2-more-l p{
	font-size: 18px;
	color: #A6A6A6;
	line-height:24px;
}
.in2-more:hover h1{
	color: #E70012;
}
.in2-more:hover p{
	color: #4D4D4D;
}
.in2-more .in2-more-r{
	float:right;width:30%;
}
.in2-more .in2-more-r img{
	max-width:80px;width:100%;height:auto;
}

/*part3*/
.in-three{padding: 80px 0;background: #F7F7F7;}
.in3-list{position: relative;width:100%;}
.in3-list .abol{float:left;width: 44%;}
.abo .abo-txt{color: #1A1A1A;font-size: 16px;line-height: 26px;text-indent:2em;text-align:left;padding-top:20px;}
.abo-data{
    position: relative;
    padding: 30px 0 50px;
}
.abo-data li{
    position: relative;
    display: block;
    float: left;
    text-align: left;
    width: 20%;
}
.abo-data-text{
    position: relative;
    margin: 10px auto 0;
}
.advant-text{
    position: relative;
    text-align: left;
}
.abo-data-text > span{
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-family: "DINM";
    color: #E70012;
    margin-right: 4px;
}
.abo-btn{
    position: relative;
}
.abo-primary{
    min-width: 180px;
    padding: 12px 42px;
    font-size: 16px;
    color: #E70012;
	border: 1px solid #CCCCCC;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.abo-primary:hover {
    background: #E70012;
	border: 1px solid #E70012;
    color:  #fff;
}
.in3-list .abor{float:right;width: 50%; text-align:right;}
.in3-list .abor img{width: 90%;}

/*part4*/
.in-four{position: relative;padding: 60px 0 80px;background: #fff;}
.in-four .tit h3{color: #1A1A1A;}
.news-list-item{
    position: relative;
    margin: 0 auto;
    max-width: 380px;
    display:block;
    text-align: left;
    border: 1px solid #e0e0e0;
	border-radius: 5px;
	overflow: hidden;
}
.news-list-item:hover{
	border: 1px solid #E70012;
}
.news-list-item:hover .more-btn{
    color: #ffffff;
    border-color: transparent;
    background:#E70012  -ms-linear-gradient( right top, #FF0000,  #E70012);
    background:#E70012 -moz-linear-gradient( right top ,#FF0000,  #E70012);
    background:#E70012  -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF0000), to(#E70012));
    background:#E70012  -webkit-linear-gradient( right top , #FF0000, #E70012);
    background:#E70012  -o-linear-gradient( right top , #FF0000, #E70012);
}
.news-list-item:hover .news-list-img img{
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
}
.news-list-img{
    position: relative;
    text-align: center;
    overflow: hidden;
	z-index:1;
}
.news-list-img img {
	widht: 100%;
	max-height: 210px;
    display: inline-block;
    margin: 0 auto;
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.newsbz{
    position: absolute;
	margin:10px;
    z-index:2;
}
.newsbz img{
    width:50px; 
	height:auto
}
.news-list-con{
    position: relative;
    padding: 15px 15px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-list-name{
    font-size: 16px;
    color: #1A1A1A;
	display: -webkit-box; /* 定义文本行数 */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 定义文本的最大行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list-text{
    position: relative;
    margin: 10px auto;
    color: #666666;
    font-size: 14px;
	display: -webkit-box; /* 定义文本行数 */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 定义文本的最大行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-more-con{
    position: relative;
	width:100%;
	padding:15px 15px 5px;
	border-top: 1px solid #E0E0E0;
	display: inline-block;
}
.news-more-con .morez{
    position: relative;
	float:left;
	width:50%;
}
.news-more-con .datez{
    float:right;
	width:50%;
	line-height:36px;
	text-align:right;
	font-size: 12px;
	
}
.morez .more-btn{
    position: relative;
    min-width: 90px;
    padding: 5px 0;
    display: inline-block;
    background: #fff;
    font-size: 14px;
    text-align: center;
    color: #E70012;
    border:1px solid #E70012;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.more-btn.more-btn-lg{
    padding: 14px 0;
    min-width: 160px;
    background-color: transparent;
}

.news-class-slide{
    position: relative;
    padding: 30px 0 0;
    overflow-x: hidden;
}
.news-class-slide .swiper-slide{
    width: -webkit-calc(25% - 25px);
    width: calc(25% - 25px);
}
.news-class-slide.news-detail-slide .swiper-slide{
    width: -webkit-calc(33.3333336% - 25px);
    width: calc(33.336% - 25px);
}
.pro-btn{
    position: absolute;
    right:20px;
    min-width:50px;
    bottom: 0;
}
.pro-btn .swiper-button-next,.pro-btn .swiper-button-prev{
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.pro-btn .swiper-button-next{
    right:0;
    background-image: url(../images/left_arrow_gray.png);
    transform: rotate(180deg);
}
.pro-btn .swiper-button-prev{
    left:-20px;
    background-image: url(../images/left_arrow_gray.png);
}
.pro-btn .swiper-button-next:hover,.pro-btn .swiper-button-prev:hover{
    background-image: url("../images/left_arrow.png");
}
.pro-btn .swiper-button-next.swiper-button-disabled,.pro-btn .swiper-button-prev.swiper-button-disabled{
    background-image: url(../images/left_arrow_gray.png)
}

/*part5*/
.in-six{padding: 60px 0 100px;background: #F7F7F7;}
.in-six .tit{text-align: left;padding-bottom: 20px;}
.in-six .tit h4{margin-top: 0;}
.in-six .tit span{display: inline-block;}
.in6-swiper{position: relative;}
.in6-swiper .swiper-container{overflow: hidden;}
.in6-swiper .swiper-slide{overflow: hidden;}
.in6-swiper .swiper-slide img{display: block;width: 100%;transition: all 0.4s;}
.in6-swiper .swiper-slide:hover img{transform: scale(1.1);}
.in6-swiper .swiper-pagination{bottom: 0;}
.in6-swiper .swiper-pagination-bullet{border-color: #777;}
.in6-swiper .swiper-pagination-bullet-active{border-color: #E70012;}
.in6-swiper .swiper-button-prev, .in6-swiper .swiper-button-next{width: 46px;height: 46px;box-shadow: 5px 1px 30px rgba(34,34,34,0.1);border-radius: 50%;opacity: 1;pointer-events:auto;transition: all 0.4s;cursor: pointer;}
.in6-swiper .swiper-pagination{display: none;}
.in6-swiper .swiper-button-prev{left:-67px;background:url(../images/right5.png) no-repeat center;transform: rotate(180deg);background-size: contain;}
.in6-swiper .swiper-button-next{right:-67px;background:url(../images/right5.png) no-repeat center;background-size: contain;}
.in6-swiper .swiper-button-prev:hover,.in6-swiper .swiper-button-next:hover{background: url(../images/right5h.png) no-repeat center;background-size: contain;}
#publicity-video{position: absolute;width: 100%;height: 100%;top: 0;left:0;overflow: hidden;}
.in3-video{position: relative;height: 60vh;}
#publicity-video video{display: block;width: 100%;}


/*视频*/
.video_list {
    padding: 10px 0;
}

    .video_list li {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 2%;
    }

        .video_list li:nth-child(3n) {
/*            margin-right: 0;*/
        }
        .video_list li:nth-child(2) {
            margin-right: 0;
        }

.video_pic {
    overflow: hidden;
    position: relative;
}

    .video_pic:after {
        content: '';
        width: 40px;
        height: 40px;
        background: url(../images/play2.png)no-repeat center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        cursor: pointer;
        border-radius: 50%;
    }

    .video_pic img {
        display: block;
        width: 100%;
        transition: all 0.3s;
    }

.video_desc {
    background: #fff;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: left;
}

    .video_desc p {
        color: #333;
        font-size: 18px;
        line-height: 22px;
    }
/* 分页 */
.page {
    text-align: center;
    margin-top: 60px;
}

    .page a {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        background: #CECECE;
        vertical-align: middle;
        font-family: "DINM";
        margin: 0 5px;
        border-radius: 50%;
        border: 1px solid transparent;
        transition: all 0.4s;
    }

        .page a.page-prev, .page a.page-next {
            border-color: #CECECE;
            color: #fff;
        }

        .page a:hover, .page a.on {
            background: #E70012;/*background: linear-gradient(263deg,rgba(199,0,11,1),rgba(255,0,14,1));*/
        }

        .page a.page-prev:hover, .page a.page-next:hover {
            color: #fff;
            border-color: transparent;
        }

@media (max-width: 1680px) {
    .in2-back img{width: 45%;}
	.in2-back .in1-btn{width: 110px;height: 32px;margin:60px auto 0;}
    .in2-back .in1-btn span{line-height: 32px;font-size: 12px;}
    .in2-back .in1-btn i{width: 16px;height: 16px;}
	.in2-item01 .in2-tit{
	   font-size: 14px;
    }
    .in6-swiper .swiper-button-prev{left:0;}
    .in6-swiper .swiper-button-next{right: 0;}
}

@media (max-width: 1459px) {
    .tit h3{font-size: 18px;}
    .tit h4{font-size: 40px;}
    .in2-nav li a{font-size: 18px;}
}
@media (max-width: 1259px) {

    .tit h4{font-size: 30px;}
    .in2-nav li{padding:0 10px;}
	.in2-item01 .in2-tit{
	   font-size: 14px;
    }
}

@media (max-width: 991px) {
    .header .topbar{display: none;}
	.nav-list li:last-child{display: none;}
	/* product */
	.in-two .in2-con .tit{padding: 0 0 0px;}
	.in2_bt .in2-nav li{float: left;width: 48%; padding:5px 0 10px; margin-right:14px}
	.in2-nav li p{padding:0 0 0px;}
	.in2_bt .in2-nav li:nth-child(2n){margin-right:0px}
	.in2-nav li.on:before{right:0px;}
	.in2_bt{width: 100%;}
	.in2-box{float: left; width: 100%;}
	.in2-item .tabox_title .tabox_title_text{padding-right:0px;}
    .in2-item .tabox_title .tabox_title_more{font-size:15px;right:15px;padding:5px 20px;margin-top:-50px}
	/* search */
    .psearch-left{width: 100%;float: none;}
    .psearch-right{width: 100%;float: none;margin-top: 20px;}
    .psearch-right .m-tit{font-size: 16px;padding: 15px 20px;}
    .psearch-ru a{font-size: 16px;padding: 15px 20px;}
    .psearch-box input{font-size: 16px;}
    .psearch-box button{font-size: 24px;}
    .psearch-tip{font-size: 18px;}
    .sec-search{padding: 40px 0;}
    .news-item .m-tit{font-size: 16px;}
    .news-item .m-time{font-size: 14px;}

    .container,.head_main,.wrap,.index-container,.foot-main{padding-right: 15px;padding-left: 15px;margin:0 auto;}
    .header-app .logo{padding: 10px 15px;}
    .inner-banner .banner-app{display: block;}
    .inner-banner .banner-pc{display: none;}
    .ban-info{display: none;}

    .nyban-info h3{font-size: 22px;line-height: 32px;}
    .tit{margin-bottom: 24px;}
    .tit h3{font-size: 16px;}
    .tit h4{font-size: 26px;margin-top: -20px;}
    .tit span img{margin: 10px auto 0;}
    .in-one{padding: 20px 0;}
	.in1-list li .kjcd{width: 50px;height: 50px;}
	.in1-list h3{font-size: 14px;}

    .in-two{padding: 60px 0;}
    .in2-nav li a{font-size: 16px;}
    .in2-lf{width: 100%;float: none;}
    .in2-nav{margin-bottom: 20px;}
    .in2-item01{width: 49%;margin-right: 2%;margin-bottom: 2%;}
    .in2-lf .in2-item01:nth-child(2n){margin-right: 0;}

    .in2-back .in1-btn{width: 135px;height: 36px;border-radius: 18px;margin:100px auto 0;}
    .in2-back .in1-btn span{font-size: 15px;line-height: 32px;}
    .in2-back .in1-btn i{width: 18px;height: 18px;margin-left: 10px;}
	.in2-item01 .in2-tit{
	   font-size: 14px;
     }
    .msg-box {width: 95%;height: 400px;padding: 30px;}
    .msg-box .close-box {width: 15px;height: 15px;}
    .abo_video:after{width: 55px;height: 55px;background-size: contain;}

    .in3-list .abol{width: 100%; background:#fff; padding:60px 20px;}
    .abo .abo-txt{font-size: 14px;line-height: 20px; padding:0 0 10px;} 

    .abo-primary{
       min-width: 180px;
       padding: 12px 42px;
       font-size: 16px;
    }
	.in3-list .abor{width: 100%;float:left;}
    .in3-list .abor img{width: 100%;}

    .in-four{padding: 40px 0;}
	.news-class-slide.news-detail-slide .swiper-slide,
    .news-class-slide .swiper-slide{
        width: -webkit-calc(46.666% - 25px);
        width: calc(46.666% - 25px);
    }
    .news-list-item{
        margin: 15px auto 0;
    }
    .news-class-slide{
        padding: 0 0 20px;
    }
    .news-list-img img {
	    max-height: 220px;

    }
    .news-list-name{
        font-size: 18px;
    }
    .news-list-text{
        margin: 10px auto 15px;
    }
	
    .in-six{padding: 40px 0;}
    .in6-swiper{padding-bottom: 30px;}
    .in6-swiper .swiper-button-prev, .in6-swiper .swiper-button-next{display: none;}
    .in6-swiper .swiper-pagination{display: block;}
    .in3-video{height:31vh;}
}

@media (max-width: 767px) {
	.in2_bt .in2-nav li{margin-right:12px}
	.msg-box {height: auto;}
    .abo_video:after{width: 35px;height: 35px;background-size: contain;}
	.morez .more-btn{min-width: 50px;width: 70px; height:30px;padding: 4px 0;}
}

.kf img {
    max-width: initial;
}
.foot-link  {
    color: #777;
    padding-bottom: 20px;
}