@charset 'utf-8';
@media (max-width: 1440px) {
  .i-main .i-about .info {
    padding: .5rem 8% 0 3.2%;
  }
}
@media (max-width: 1199px) {
  .mauto {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .i-banner .owl-controls .owl-buttons .owl-prev {
    left: 0;
  }
  .i-banner .owl-controls .owl-buttons .owl-next {
    right: 0;
  }
}
@media (max-width: 1024px) {
  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: translateX(-50%);
    transform: translateX(-50%);
  }
  .header-m .logo img {
    max-height: 45px;
  }
  .header-m .m-menu-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 65px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
  }
  .header-m .m-menu-b::before,
  .header-m .m-menu-b::after {
    position: absolute;
    top: 65%;
    left: calc(35px / 2);
    content: '';
    width: 25px;
    height: 1px;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
    background: #999;
  }
  .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(../images/m_search.png) no-repeat left center;
    background-size: 18px;
    cursor: pointer;
  }
  .header-m .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;
  }
  .header-m .m-search .txt {
    float: left;
    width: 82%;
    margin-top: 8px;
    font-size: 14px;
    background: transparent;
  }
  .header-m .m-search .btn {
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 0;
    background: url(../images/m_search.png) 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 .i-main,
  html.active main,
  html.active .i-banner,
  html.active .banner {
    -webkit-transform: translateX(260px);
    transform: translateX(260px);
  }
  .footer {
    height: auto;
  }
  .footer .fl {
    float: none;
  }
  .footer .corpight {
    text-align: center;
    line-height: 25px;
    padding: 10px 5px;
  }
  .md-md {
    display: none;
  }
  .i-main .search .search-w {
    display: inline-block;
    width: calc(100% - 85px);
  }
  .i-main .search .search-w .txt {
    width: calc(100% - 70px);
  }
  .i-main .i-pro {
    padding-bottom: 90px;
  }
  .i-main .i-pro li .img {
    height: 3.4053rem;
  }
  .i-main .i-pro li .info .dt {
    padding: 0 10px;
  }
  .i-main .i-pro li .info h3 {
    font-size: 15px;
  }
  .i-main .i-pro li .info h3::after {
    position: absolute;
    content: '';
    width: 60%;
  }
  .i-main .i-pro li .info .els2 {
    height: 44px;
    line-height: 22px;
  }
  .i-main .i-pro .owl-buttons {
    height: 90px;
    bottom: -90px;
  }
  .i-main .i-pro .owl-controls .owl-buttons .owl-prev {
    left: 20%;
  }
  .i-main .i-pro .owl-controls .owl-buttons .owl-next {
    right: 20%;
  }
  main .honor-list li a {
    background: url(../images/honor_bg.png) no-repeat bottom center;
    background-size: 100% auto;
  }
  main .honor-list li a .img {
    height: 3rem;
  }
  main .honor-list li a .img img {
    bottom: 15%;
  }
}
@media (max-width: 768px) {
  .mauto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner {
    height: 3rem;
  }
  .i-main .i-tt1 {
    font-size: 18px;
  }
  .i-main .i-tt1 img {
    height: 45px;
    margin-right: 5px;
  }
  .i-main .i-tt1 strong {
    font-size: 18px;
  }
  .i-main .i-about {
    height: auto;
  }
  .i-main .i-about .lg-6 {
    height: auto;
  }
  .i-main .i-about .bg {
    background: inherit !important;
  }
  .i-main .i-about .info {
    padding: .3rem 15px .3rem 15px;
    background: #e70012;
  }
  .i-main .i-about .info h3 {
    font-size: 22px;
  }
  .i-main .i-about .info .txt {
    height: auto;
  }
  .i-main .i-about .info ul li {
    width: 33.333%;
    text-align: center;
    margin-right: 0;
  }
  main .main-nav-p {
    display: none;
  }
  main .main-nav-m {
    display: block;
    position: relative;
    z-index: 555;
    cursor: pointer;
  }
  main .main-nav-m .title {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #e60013;
    padding: 0 10px;
  }
  main .main-nav-m .title strong {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  main .main-nav-m .title i {
    position: absolute;
    content: '';
    width: 45px;
    height: 100%;
    right: 0;
  }
  main .main-nav-m .title i::before,
  main .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 .main-nav-m .title i::before {
    left: 46%;
    -webkit-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5);
  }
  main .main-nav-m .title i::after {
    right: 46%;
    -webkit-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5);
  }
  main .main-nav-m .title.active i::before {
    -webkit-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5);
  }
  main .main-nav-m .title.active i::after {
    -webkit-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5);
  }
  main .main-nav-m ul {
    display: none;
    position: absolute;
    top: 40px;
    width: 100%;
    padding: 0 10px;
    background: rgba(230, 0, 19, 0.8);
    color: #fff;
  }
  main .main-nav-m ul li {
    -webkit-animation: ReturnToNormal .5s both;
    animation: ReturnToNormal .5s both;
  }
  main .main-nav-m ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }
  main .honor-list li a {
    background: url(../images/honor_bg.png) no-repeat bottom center;
    background-size: 100% auto;
  }
  main .honor-list li a .img {
    height: 3rem;
  }
  main .honor-list li a .img img {
    bottom: 15%;
  }
  main .pro-list .img {
    height: 3rem;
  }
  main .pro-list h3 {
    height: 35px;
    line-height: 35px;
  }
  main .join-list .join-head {
    height: 45px;
    line-height: 45px;
  }
  main .join-list .join-head li {
    font-size: 12px;
    width: 26%;
  }
  main .join-list .join-head li:nth-child(4) {
    display: none;
  }
  main .join-list .join-head li:nth-child(5) {
    width: 20%;
  }
  main .join-list .join-body li {
    font-size: 12px;
    width: 26%;
    height: 45px;
    line-height: 45px;
  }
  main .join-list .join-body li:nth-child(4) {
    display: none;
  }
  main .join-list .join-body li:nth-child(5) {
    width: 20%;
  }
  main .join-list .join-body li.btn {
    background-size: 20%;
  }
  main .in-pro-info .box {
    padding: .5rem 0;
  }
  main .in-pro-info .btn img {
    width: 45px;
  }
  main .in-pro-info .box1 {
    height: auto;
  }
  main .in-pro-info .box1 .txt {
    position: inherit;
    top: inherit;
  }
  main .in-pro-info .box1 .img {
    position: inherit;
    text-align: center;
  }
  main .in-pro-info .box1 .img img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  main .in-pro-info .box1 h2 {
    font-size: 35px;
  }
  main .in-pro-info .box1 i {
    font-size: 20px;
    padding: .1rem 0 .3rem 0;
  }
  main .in-pro-info .box2 {
    padding: .5rem 0;
  }
  main .in-pro-info .box2 h2 {
    font-size: 35px;
  }
  main .in-pro-info .box2 i {
    font-size: 20px;
    padding: .1rem 0 .3rem 0;
  }
  main .in-pro-info .box3 {
    height: auto;
  }
  main .in-pro-info .box3 .img {
    position: inherit;
    top: inherit;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    padding-right: 0;
  }
  main .in-pro-info .box4 {
    height: auto;
  }
  main .in-pro-info .box4 .img {
    position: inherit;
    top: inherit;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-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;
  }
}
.cll {
  color: #014099;
}
