@charset 'utf-8';
/********** base 开始**********/
@media (max-width: 1199px) {
  .btn-nav-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    display: block;
    border: none;
  }
  .btn-nav-wrap .btn-nav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    background: transparent;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 888;
  }
  .btn-nav-wrap .btn-nav::focus {
    outline: 0;
  }
  .btn-nav-wrap .btn-nav .icon-bar {
    display: block;
    margin: 4px 0;
    width: 30px;
    height: 3px;
    background-color: #909090;
  }
  .btn-nav-wrap .btn-nav:hover .icon-bar {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .btn-nav-wrap .animated {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .btn-nav-wrap .animated .icon-bar {
    z-index: 888;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #666;
  }
  .btn-nav-wrap .animated .top {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -moz-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    -o-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg);
  }
  .btn-nav-wrap .animated .middle {
    width: 0;
  }
  .btn-nav-wrap .animated .bottom {
    -webkit-transform: translateY(-5px) rotateZ(-45deg);
    -moz-transform: translateY(-5px) rotateZ(-45deg);
    -ms-transform: translateY(-5px) rotateZ(-45deg);
    -o-transform: translateY(-5px) rotateZ(-45deg);
    transform: translateY(-5px) rotateZ(-45deg);
  }
}
@media (max-width: 750px) {
  .btn-nav-wrap .btn-nav.animated .top {
    -webkit-transform: translateY(7px) rotateZ(45deg);
    -moz-transform: translateY(7px) rotateZ(45deg);
    -ms-transform: translateY(7px) rotateZ(45deg);
    -o-transform: translateY(7px) rotateZ(45deg);
    transform: translateY(7px) rotateZ(45deg);
  }
  .btn-nav-wrap .btn-nav.animated .middle {
    width: 0;
  }
  .btn-nav-wrap .btn-nav.animated .bottom {
    -webkit-transform: translateY(-5px) rotateZ(-45deg);
    -moz-transform: translateY(-5px) rotateZ(-45deg);
    -ms-transform: translateY(-5px) rotateZ(-45deg);
    -o-transform: translateY(-5px) rotateZ(-45deg);
    transform: translateY(-5px) rotateZ(-45deg);
  }
  .btn-nav-wrap .btn-nav .icon-bar {
    display: block;
    margin: 3px 0;
    width: 25px;
    height: 3px;
  }
}
@media (min-width: 1200px) {
  .main-menu h2 em {
    height: 25px;
    line-height: 25px;
    margin-top: 28px;
  }
}
@media (max-width: 1199px) {
  .header .head-top .logo,
  .content,
  .main-menu {
    padding: 0 10px;
  }
  .i-auout .img-md,
  .i-auout .txt {
    width: 100%;
  }
  .i-auout,
  .i-news {
    padding: 40px 10px;
  }
  .i-link {
    padding: 40px 10px 50px 10px;
  }
  .header .head-top {
    padding: 15px 0;
  }
  .header-nav {
    display: none;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 73px;
    background: #fff;
  }
  .header-nav ul {
    border-top: 1px solid #ccc;
  }
  .header .header-nav ul li {
    width: 100%;
    margin: 0;
    float: none;
    line-height: .45rem;
    font-size: .16rem;
    border-bottom: 1px solid #ccc;
	background:#00957f;
	color:#fff;
  }
  .header .header-nav ul li.active > a {
    background: none;
    color: #fff;
  }
  .header .header-nav ul li .sub-nav {
    display: none;
    position: initial;
    border: none;
    opacity: 1;
    visibility: inherit;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    -ms-transition: inherit;
    transition: inherit;
  }
  .header .header-nav ul li .sub-nav a {
    border-top: 1px solid #ccc;
    border-bottom: none;
    background: #f1f1f1;
	color:#333;
  }
  .header .head-top .fr {
    margin-right: 10%;
    line-height: normal;
    margin-top: 10px;
  }
  .i-auout .img-md {
    width: 100%;
  }
  .i-auout .txt {
    padding-top: 20px;
  }
  .i-auout .tar {
    text-align: center;
  }
  .about {
    margin: .2rem auto .3rem auto;
  }
  .about .left {
    width: 100%;
    text-align: center;
  }
  .about .right {
    width: 100%;
  }
  .honor-w {
    padding: 0 1rem;
  }
  .honor-w .bx-wrapper .bx-controls-direction a {
    top: 45%;
    margin: 0;
  }
  .i-banner li .txt {
    top: 50%;
  }
  .i-banner li .txt > div {
    font-size: .3rem;
  }
  .i-banner li .txt > div em {
    font-size: .4rem;
  }
  .i-banner li .txt span {
    font-size: .13rem;
  }
}
@media (max-width: 991px) {
  .header .head-top .fr .ml35,
  .bdshare-button-style0-16 {
    display: none;
  }
  .banner {
    height: 3.5rem;
  }
  .join-info h3 {
    display: table;
    margin: 40px auto 40px auto;
  }
  .join-info .left,
  .join-info .right {
    width: 100%;
    padding: 0;
  }
  .join-info .left ul,
  .join-info .right ul {
    float: none;
  }
  .join-info .left li,
  .join-info li {
    float: none;
    display: block;
    width: 90%;
    margin: 0 auto .2rem auto;
  }
  .join-info label,
  .join-info label {
    width: 10%;
  }
  .join-info input,
  .join-info textarea {
    width: 89%;
  }
  .join-info .bottom .le {
    padding: 0;
  }
  .join-info .bottom .verification label {
    width: auto;
  }
  .news .l-txt h3 .els {
    padding-left: 4%;
  }
  .contact ul li {
    margin-bottom: .2rem;
  }
}
@media (max-width: 600px) {
  .bx-pager-wrap,
  .sl-control {
    display: none;
  }
  .pro-info {
    width: 100%;
    border: 1px solid #e8e8e8;
  }
  .pr-info .tab-head {
    margin-top: .2rem;
  }
  .pro-detail-slider li .img {
    border: none;
    height: 4.5rem;
  }
}
@media (max-width: 750px) {
  .header {
    height: 55px;
  }
  .header .head-top .logo {
    line-height: 55px;
  }
  .header .head-top .logo img {
    height: 33px;
  }
  .header .head-top .fr {
    display: none;
  }
  .header .head-top {
    padding: 0;
  }
  .header-nav {
    top: 55px;
  }
  .header .header-nav ul li {
    line-height: 35px;
    font-size: 16px;
  }
  .i-news .pic {
    padding: 0;
  }
  .i-news .pic li {
    height: 4.2rem;
  }
  .i-news .pic,
  .i-news .info {
    width: 100%;
  }
  .i-news .info .item .tt1 {
    height: .95rem;
  }
  .i-news .info .item .tt1 .txt {
    font-size: .2rem;
  }
  .i-class {
    margin: 0 0 .4rem 0;
  }
  .i-class ul {
    display: none;
  }
  .i-class .col-lg-3 {
    width: 25%;
    padding: 0;
    margin-top: .4rem;
  }
  .i-class .col-lg-3 .item a {
    padding: 0;
    height: auto;
  }
  .i-class .col-lg-3 .item a h3 {
    padding: .18rem 0 .28rem 0;
    font-size: .24rem;
    color: #1a1a1a;
  }
  .i-class .col-lg-3 .item a ul li {
    font-size: .2rem;
    color: #1a1a1a;
    line-height: .35rem;
  }
  .i-class .icon {
    position: relative;
    width: 1.28rem;
    height: 1.28rem;
  }
  .i-class .icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 70%;
    max-height: 70%;
  }
  .i-auout {
    padding: .4rem 10px;
  }
  .i-tt1 h2 {
    font-size: .24rem;
  }
  .i-tt1 span {
    font-size: .2rem;
    padding-bottom: .4rem;
  }
  .i-auout .txt a {
    background: #f19149;
  }
  .i-news {
    padding: .4rem 10px .55rem 10px;
  }
  .i-news .info .item .date {
    height: 1.15rem;
  }
  .i-news .info {
    margin-top: .2rem;
  }
  .i-news .info .item .date .f30 {
    font-size: .24rem;
    padding: .2rem 0 0 0;
  }
  .i-news .info .item .date .f16 {
    font-size: .2rem;
    padding: .2rem 0 .25rem 0;
  }
  .i-news .info .item .tt1 h3 {
    font-size: .24rem;
    padding: 0 0 .1rem 0;
  }
  .i-news .info .item .tt1 .txt {
    font-size: .2rem;
  }
  .i-link {
    padding: .25rem 10px .4rem 10px;
  }
  .i-link ul li {
    height: 1.43rem;
  }
  .footer {
    background: #333;
    color: #666;
    padding: .3rem 10px;
    font-size: .2rem;
    line-height: .35rem;
  }
  .footer span {
    width: .28rem;
  }
  .footer .pt15 {
    padding: 0;
    width: 100%;
  }
  .main-menu {
    line-height: 1rem;
    margin-top: 10px;
  }
  .main-menu h2 {
    float: none;
    width: 100%;
    font-size: 22px;
  }
  .main-menu h2 em {
    font-size: 14px;
  }
  .main-menu ul {
    float: none;
    clear: both;
  }
  .main-menu ul li {
    text-align: center;
    width: 25%;
  }
  .main-menu ul li a {
    padding: 0;
  }
  .pro-h2 {
    padding: .4rem 0 .2rem 0;
  }
  .pro-list li {
    margin: 0 0 25px 0;
  }
  .pro-list li a .abs {
    background-size: cover;
  }
  .pr-info .tab-head li {
    width: 25%;
    height: 35px;
    line-height: 35px;
  }
  .case li .img-md {
    height: auto;
  }
  .join-info .left li,
  .join-info li {
    width: 99%;
  }
  .join-info label,
  .join-info label {
    width: 25%;
  }
  .join-info input,
  .join-info textarea {
    width: 73%;
  }
  .join-info .bottom .le,
  .join-info .lr {
    width: 99%;
    padding: 0;
  }
  .join-info .bottom .verification input {
    width: 36%;
  }
  .join-info .bottom .btn {
    float: none;
    margin: .2rem auto 0 auto;
  }
  .join-info .bottom .verification label {
    width: 25%;
  }
  .join-info .bottom .verification img {
    width: 34%;
  }
  .download {
    margin: .4rem auto 0 0;
  }
  .download li {
    padding: 0;
  }
  .news {
    width: 100%;
    margin: .4rem auto 0 auto;
    overflow: hidden;
  }
  .news li {
    padding: .48rem 0;
  }
  .news .l-txt h3 .els {
    padding: 0 9% 0 0;
  }
  .news .l-txt .txt .els2 {
    padding: 0 !important;
  }
  .news .img {
    width: 100%;
    margin-top: .2rem;
  }
  .news .img img {
    width: 100%;
  }
  .news .l-txt h3 {
    margin-bottom: .2rem;
  }
  .news .l-txt {
    width: 100%;
  }
  .news-info h3 {
    padding-top: .4rem;
  }
  .news-info h3 em {
    margin: .15rem 0 .18rem 0;
  }
  .news-info .li25 {
    padding-top: .1rem;
  }
  .honor-w {
    padding: 0;
    padding: 0 .5rem;
    margin: .8rem auto .65rem auto;
  }
  .honor-w .bx-wrapper .bx-controls-direction a {
    top: 30%;
    background-size: 90% !important;
    background-repeat: no-repeat;
  }
  .honor-w .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
  }
  .honor-w .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
  }
  .map {
    height: 4.95rem;
  }
}
@media (max-width: 550px) {
  .download li .date {
    width: auto;
    height: auto;
    padding: 1% 4%;
    font-size: 14px;
  }
  .download li .date span {
    padding: 0;
  }
  .download li h3 {
    width: 63%;
    font-size: 14px;
    padding: 0;
    padding: 1% 0 0 4%;
  }
  .download li h3 span {
    font-size: 16	px;
  }
  .download li .icon {
    width: .6rem;
    height: .6rem;
    margin-top: .3rem;
    background-size: 100%;
  }
  .news .l-txt h3 {
    padding: 0 !important;
  }
  .news .l-txt h3 span::after {
    right: -35%;
    width: 27%;
  }
}
