@charset 'utf-8';
@media (max-width: 1199px) {
  .mauto {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .i-banner .mauto {
    max-width: 1200px;
    padding-left: inherit;
    padding-right: inherit;
  }
  footer .box2 {
    display: none;
  }
  .search-info {
    max-width: 1170px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 1024px) {
  .md-pr0 {
    padding-right: 0 !important;
  }
  .md-pl0 {
    padding-left: 0 !important;
  }
  body {
    padding-top: 65px;
  }
  .header {
    display: none;
  }
  .header-m {
    display: block !important;
    z-index: 888;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 65px;
    background: #fff;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
  }
  .header-m::after {
    display: none;
    position: fixed;
    content: '';
    top: 65px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .header-m .logo {
    position: absolute;
    left: 50%;
    line-height: 65px;
    -webkit-transform: translateY(-50%);
    transform: translateX(-50%);
  }
  .header-m .m-menu-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 65px;
    cursor: pointer;
  }
  .header-m .m-menu-b::before,
  .header-m .m-menu-b::after {
    position: absolute;
    top: 50%;
    left: calc(35px / 2);
    content: '';
    width: 25px;
    height: 2px;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
    background: #0065b1;
  }
  .header-m .m-menu-b::before {
    -webkit-transform: translateY(-4px) rotate(0);
    transform: translateY(-4px) rotate(0);
  }
  .header-m .m-menu-b::after {
    -webkit-transform: translateY(4px) rotate(0);
    transform: translateY(4px) rotate(0);
  }
  .header-m .m-menu {
    display: none;
    z-index: 888;
    position: fixed;
    width: 100%;
    width: 260px;
    height: 100%;
    top: 0;
    left: -260px;
    opacity: 1;
    background: #fafafa;
    text-align: left;
    padding-top: 65px;
  }
  .header-m .m-menu::after {
    position: absolute;
    top: 65px;
    content: '';
    width: 100%;
    height: 1px;
    background: #ebebeb;
  }
  .header-m .nav {
    height: calc(100% - 82px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header-m .nav > li {
    border-bottom: 1px solid #ebebeb;
    -webkit-animation: resize .5s both;
    animation: resize .5s both;
  }
  .header-m .nav > li > a {
    position: relative;
    display: block;
    font-size: 15px;
    padding: 0 20px 0 40px;
    color: #666;
    height: 50px;
    line-height: 50px;
  }
  .header-m .nav > li > a::after {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -5px;
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid #999;
    border-radius: 50%;
    background: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-m .nav > li .sub-nav {
    display: none;
  }
  .header-m .nav > li .sub-nav a {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    background: #ebebeb;
    color: #4E4E4E;
  }
  .header-m .nav > li .sub-nav a::before,
  .header-m .nav > li .sub-nav a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 20px;
    top: 50%;
    border: 5px solid transparent;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-m .nav > li .sub-nav a::before {
    left: 21px;
    border-left: 5px solid #555;
  }
  .header-m .nav > li .sub-nav a::after {
    border-left: 5px #ebebeb solid;
  }
  .header-m .nav > li.cur {
    position: relative;
  }
  .header-m .nav > li.cur::after,
  .header-m .nav > li.cur::before {
    position: absolute;
    content: '';
    background: #999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-m .nav > li.cur::before {
    top: 19px;
    right: 25px;
    width: 2px;
    height: 12px;
  }
  .header-m .nav > li.cur::after {
    top: 24px;
    right: 20px;
    width: 12px;
    height: 2px;
  }
  .header-m .nav > li.active::after {
    background: #fff;
  }
  .header-m .nav > li.active > a {
    color: #fff;
    background: #555;
  }
  .header-m .nav > li.active > a::after {
    background: #fff;
    border-color: #fff;
  }
  .header-m .nav > li.active .sub-nav li {
    -webkit-animation: ReturnToNormal .5s both;
    animation: ReturnToNormal .5s both;
  }
  .header-m .m-language {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .header-m .m-language a {
    color: #666;
    line-height: 40px;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #ebebeb;
    -webkit-animation: slideInUp 1.5s both;
    animation: slideInUp 1.5s both;
  }
  .header-m .m-search-b {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 65px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAVFBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZlKXBdvAAAAG3RSTlMA9jDDexUL5K6hHoOYuTqJyZDbR0Ao0O1cUGyrpb7OAAABV0lEQVRIx71Vy4KDIAwMyqMgKj7brv//n3sgtIjEhcvOLSQDkxACJGi4bmfG5lbzBv5EY9URQdl7zmDZkYDZgY7vMDyhdJQafRDQWV1Lf5Dol2v89vy4W75uUm4rb7+yLmeIObgmEa2OISslEkLQ8zDndfNAh5Pn+uAyFiTnGk/74Mk/kMELtcZn2/z+CO69NroB1A8EMI9vpSZfiIHsGN9fEwQ4zIrE6AuVKBI0waCmU1It3MDfOUdLx9ZdofTplpc7wuJ7EK0dBdLANHe0VMiZhvCFryU8ayXNtUm72rL2tRfXFbeG8BFrsFVZ8zFZ2d62/gF9oEueqMsMgVcu/o3OoXDMcIyfKgcZE+WjMl+SjRHDmGS80U1Dm0SVoyIZcYZExSkm0xIMMPoa7gYAmTDob5f57w0Z2E/Ex672vluxPyOGgUIERgN1DCWhnGHxzZRDNBL+Bb/Ur0nrX0q6YgAAAABJRU5ErkJggg==) no-repeat left center;
    background-size: 18px;
    cursor: pointer;
  }
  .m-search {
    display: none;
    position: fixed;
    top: 75px;
    left: 3%;
    width: 94%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 2%;
    overflow: hidden;
    background: #fff;
  }
  .m-search .txt {
    float: left;
    width: 82%;
    margin-top: 8px;
    font-size: 14px;
    background: transparent;
  }
  .m-search .btn {
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAVFBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZlKXBdvAAAAG3RSTlMA9jDDexUL5K6hHoOYuTqJyZDbR0Ao0O1cUGyrpb7OAAABV0lEQVRIx71Vy4KDIAwMyqMgKj7brv//n3sgtIjEhcvOLSQDkxACJGi4bmfG5lbzBv5EY9URQdl7zmDZkYDZgY7vMDyhdJQafRDQWV1Lf5Dol2v89vy4W75uUm4rb7+yLmeIObgmEa2OISslEkLQ8zDndfNAh5Pn+uAyFiTnGk/74Mk/kMELtcZn2/z+CO69NroB1A8EMI9vpSZfiIHsGN9fEwQ4zIrE6AuVKBI0waCmU1It3MDfOUdLx9ZdofTplpc7wuJ7EK0dBdLANHe0VMiZhvCFryU8ayXNtUm72rL2tRfXFbeG8BFrsFVZ8zFZ2d62/gF9oEueqMsMgVcu/o3OoXDMcIyfKgcZE+WjMl+SjRHDmGS80U1Dm0SVoyIZcYZExSkm0xIMMPoa7gYAmTDob5f57w0Z2E/Ex672vluxPyOGgUIERgN1DCWhnGHxzZRDNBL+Bb/Ur0nrX0q6YgAAAABJRU5ErkJggg==) no-repeat 70% center;
    background-size: 20px;
  }
  html.active {
    height: 100%;
    overflow: hidden;
  }
  html.active body {
    height: 100%;
    overflow: hidden;
  }
  html.active .header-m {
    left: 260px;
  }
  html.active .header-m::after {
    display: block;
  }
  html.active .header-m .m-menu-b::before,
  html.active .header-m .m-menu-b::after {
    background: #000000;
  }
  html.active .header-m .m-menu-b::before {
    -webkit-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
  }
  html.active .header-m .m-menu-b::after {
    -webkit-transform: translateY(0) rotate(-225deg);
    transform: translateY(0) rotate(-225deg);
  }
  html.active .header-m .m-menu {
    display: block;
    left: 0;
  }
  html.active footer,
  html.active main,
  html.active .i-banner,
  html.active .banner {
    -webkit-transform: translateX(260px);
    transform: translateX(260px);
  }
  .about .img {
    height: auto;
    margin-top: .1rem;
  }
  .about .txt {
    padding-left: 0;
  }
  .welfare .img {
    text-align: center;
    margin-bottom: .3rem;
  }
  .welfare .img img {
    width: 100%;
    height: 100%;
  }
  .welfare .info {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .kefu-phone-btn {
    display: flex;
  }
  .mauto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner {
    height: 3rem;
  }
  .i-main .i-pic ul {
    margin-left: -0.15rem;
  }
  .i-main .i-pic li {
    padding-left: .15rem;
  }
  .i-main .i-pic .img {
    height: 1.7847rem;
  }
  .i-main .i-pic .info {
    opacity: 1;
    visibility: visible;
  }
  .i-main .i-pic .info h3 {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .i-main .i-guide {
    padding-bottom: .3rem;
  }
  .i-main .i-guide a:hover h3 {
    display: block;
  }
  .i-main .i-guide .img {
    height: auto;
  }
  .i-main .i-guide .info {
    display: none;
  }
  .i-main .i-guide .owl-pagination {
    bottom: -10%;
  }
  .i-main .i-guide .owl-controls .owl-page span {
    background: #ccc;
  }
  .i-main .i-guide .owl-controls .owl-page.active span,
  .i-main .i-guide .owl-controls.clickable .owl-page:hover span {
    background: #62bb47;
  }
  .i-main .i-about .video {
    height: 2.4rem;
    background-size: cover;
  }
  .i-main .i-about .info h3 span {
    font-size: 20px;
  }
  .main-l {
    display: none;
  }
  .main-nav-m {
    display: block;
    position: relative;
    z-index: 555;
    cursor: pointer;
  }
  .main-nav-m .title {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #0064b0;
    padding: 0 10px;
  }
  .main-nav-m .title strong {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .main-nav-m .title i {
    position: absolute;
    content: '';
    width: 45px;
    height: 100%;
    right: 0;
  }
  .main-nav-m .title i::before,
  .main-nav-m .title i::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main-nav-m .title i::before {
    left: 46%;
    -webkit-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5);
  }
  .main-nav-m .title i::after {
    right: 46%;
    -webkit-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5);
  }
  .main-nav-m .title.active i::before {
    -webkit-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5);
  }
  .main-nav-m .title.active i::after {
    -webkit-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5);
  }
  .main-nav-m ul {
    display: none;
    position: absolute;
    top: 40px;
    width: 100%;
    padding: 0 10px;
    background: rgba(0, 100, 176, 0.8);
    color: #fff;
  }
  .main-nav-m ul li {
    -webkit-animation: ReturnToNormal .5s both;
    animation: ReturnToNormal .5s both;
  }
  .main-nav-m ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }
  .main > .mauto {
    padding-left: 0;
    padding-right: 0;
  }
  .main-r {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .event {
    border-top: 1px solid #ccc;
  }
  .event ul::after {
    display: none;
  }
  .event li {
    padding-left: 0;
  }
  .event li::after {
    display: none;
  }
  .pro-info h2 strong {
    font-size: 18px;
  }
  .pro-info h2 span {
    font-size: 14px;
  }
  .cace-list li .img {
    width: 130px;
    height: 130px;
  }
  .cace-list li .img .box {
    opacity: 1;
    visibility: visible;
  }
  .cace-list li .img::after {
    width: 100%;
  }
  .cace-list li .info {
    width: calc(100% - 150px);
    height: 130px;
  }
  .cace-list li .els2 {
    height: 66px;
    -webkit-line-clamp: 4;
  }
  .video-list li h3 {
    width: calc(100% - 68px);
  }
  .dow-list .box2,
  .dow-list .box3,
  .dow-list .box4 {
    display: none;
  }
  .dow-list li h3 {
    width: calc(100% - 130px);
  }
  .fix-videos {
    padding: 10px;
  }
  .fix-videos .box {
    max-width: 880px;
    max-height: 595px;
    margin: 0 auto;
  }
  .fix-videos .head {
    height: 60px;
    line-height: 60px;
    background: #fff;
  }
  .fix-videos .head h3 {
    text-align: left;
    width: calc(100% - 80px);
  }
  .fix-videos .head .btn {
    width: 58px;
    height: 60px;
    background: url(../images/videos_btn.png) no-repeat center;
    cursor: pointer;
  }
  .fix-videos video {
    width: 100%;
    background: #fff;
  }
  .search-info .con-b {
    line-height: 40px;
  }
  .search-info .con-b .fl {
    text-align: center;
    line-height: 45px;
  }
  .search-info .con-b .fr span {
    width: 15px;
  }
  .search-info .list h3 {
    font-size: 20px;
  }
  .search-info .list h3 span i {
    width: 15px;
  }
  .search-info .list .els2 {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
  .fix-video .video-wrap {
    max-width: 90%;
  }
  .fix-search {
    padding: 0 15px;
  }
  .fix-search .search {
    padding-left: 0;
    background: none;
    height: 65px;
  }
  .fix-search .txt {
    font-size: 20px;
    text-align: left;
    padding: 0 10px;
  }
  .fix-search .btn {
    font-size: 22px;
    color: #777;
  }
  .pic-sliders #pic_slider_t .item {
    height: 5rem;
  }
  .pic-sliders #pic_slider_t .owl-pagination {
    display: block;
  }
  .pic-sliders #pic_slider_b {
    display: none !important;
  }
  .news-info .li30 img{
    width: auto !important;
    height: auto !important;
  }
  /*  */
  .event .imgs{
    width: 100%;
    height: auto;
  }
  .event .info h3{
    font-size: 24px;
    padding: 0;
  }
  .event .info .els2{
    display: block;
    height: auto;
  }
  .event .info{
    width: 100%;
    padding: 5px 0;
    height: auto;
  }
  .video-list li a{
    height: 50px;
    line-height: inherit;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .video-list li a h3{
    overflow: visible;
    width: 100%;
    vertical-align: inherit;
    text-overflow: inherit;
    white-space: inherit;
    word-wrap: inherit;
  }
  .faq-list .faq-head h3{
    width: calc(100% - 55px);
    overflow: visible;
    vertical-align: inherit;
    text-overflow: inherit;
    white-space: inherit;
    word-wrap: inherit;
    line-height: inherit;
    padding-left: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .faq-list .faq-head h3::after,.faq-list .faq-body::after{
    display: none;
  }
  .faq-list .faq-body{
    padding: .2rem .3rem .2rem.3rem;
  }
  .faq-list .faq-head .btn{
    width: 55px;
  }
}
@-webkit-keyframes resize {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes resize {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes resize {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes resize {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes ReturnToNormal {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes ReturnToNormal {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}


/* 240221修改 begin */
@media (max-width: 1024px) {
  .foot-t.md-dn {
      display: block !important;
  }
  .foot-t .box1{
      display: none;
  }
  .foot-t .box2{
      width: 100%;
      text-align: center;
      display: block;
      border: 0 none;
      margin: 0 auto 20px;
  }
}
/* 240221修改 end */
