@media (min-width: 481px) {
  .header {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background: #fff;
  }
  .header .homeNav {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .homeNav img {
    width: 204px;
    height: 70px;
    display: block;
  }
  .header .homeNav img.cate {
    display: none;
  }
  .header .homeNav .homeNav_main {
    width: calc(100% - 320px);
    height: 74px;
  }
  .header .homeNav .homeNav_main > li {
    float: left;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
  }
  .header .homeNav .homeNav_main > li a {
    width: 100%;
    height: 100%;
    display: block;
    font: normal 900 15px/74px 'Microsoft YaHei';
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
  }
  .header .homeNav .homeNav_main > li.act {
    border-bottom: 3px solid #00A3AF;
  }
  .header .homeNav .homeNav_main > li.act a {
    color: #00A3AF;
  }
  .header .homeNav #wapmenu {
    display: none;
  }
  .header .homeNav #pcmenu {
    display: block;
  }
  .homeFooter {
    background: #2f2f2f;
  }
  .homeFooter .homeFooter_main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 0;
    color: #fff;
  }
  .homeFooter .homeFooter_main ul {
    display: flex;
    justify-content: flex-start;
  }
  .homeFooter .homeFooter_main ul li {
    display: block;
    font-size: 15px;
    line-height: 26px;
    margin-right: 75px;
    font-weight: 900;
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
  }
  .homeFooter .homeFooter_main ul li:nth-last-child(1) {
    margin-right: 0;
  }
  .homeFooter .homeFooter_main > p,  .homeFooter .homeFooter_main > a {
    font: normal 900 12px/30px 'Microsoft YaHei';
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
    color: #fff;
  }
  .home {
    width: 100%;
  }
  .home .swiper-container {
    width: 100%;
  }
  .home .swiper-container img {
    width: 100%;
  }
  .home .swiper-container .swiper-pagination-bullets,
  .home .swiper-container .swiper-pagination-custom,
  .home .swiper-container .swiper-pagination-fraction {
    bottom: 0;
    height: 80px;
    background: #239EAD;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home .swiper-container .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    margin-right: 30px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.8);
  }
  .home .swiper-container .swiper-pagination-bullet-active {
    width: 60px;
    background: rgba(255, 255, 255, 0.9);
  }
  .home .home_main .liBoxTitle {
    text-align: center;
    color: #00A3AF;
    padding-bottom: 50px;
  }
  .home .home_main .liBoxTitle h3 {
    letter-spacing: 2px;
    font: normal 900 30px/30px 'Microsoft YaHei';
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
  }
  .home .home_main .liBoxTitle p {
    letter-spacing: 1px;
    font: normal normal 16px/16px DIN Medium;
    margin-top: 10px;
  }
  .home .home_main .companyIcon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .home .home_main .companyIcon img {
    width: 74px;
    height: 100px;
    display: block;
  }
  .home .home_main .watchMore {
    width: 200px;
    margin: 75px auto 0 auto;
  }
  .home .home_main > li {
    padding: 50px 0 90px 0;
  }
  .home .home_main .company .companyBrief {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #E1E4EA;
    border-radius: 12px;
    overflow: hidden;
  }
  .home .home_main .company .companyBrief .contentBox {
    padding: 20px 50px 0 40px;
    box-sizing: content-box;
  }
  .home .home_main .company .companyBrief .contentBox h4 {
    font: normal normal 20px/75px 'Microsoft YaHei';
    color: #333333;
  }
  .home .home_main .company .companyBrief .contentBox p {
    font: normal normal 14px/40px 'Microsoft YaHei';
    color: #757474;
    text-indent: 2em;
  }
  .home .home_main .company .companyBrief img {
    width: 520px;
    height: 450px;
  }
  .home .home_main .introduceProduct .introduceProductBrief {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .home .home_main .introduceProduct .introduceProductBrief li {
    width: calc((100% - 76px) / 3);
    text-align: center;
  }
  .home .home_main .introduceProduct .introduceProductBrief li img {
    width: 100%;
    display: block;
  }
  .home .home_main .introduceProduct .introduceProductBrief li h4 {
    position: relative;
    font: normal 900 24px/80px 'Microsoft YaHei';
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
    color: #333333;
  }
  .home .home_main .introduceProduct .introduceProductBrief li h4:after {
    content: '';
    display: block;
    position: absolute;
    width: 38px;
    height: 4px;
    background: #00A3AF;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .home .home_main .introduceProduct .introduceProductBrief li p {
    color: #999999;
    width: 70%;
    text-align: left;
    margin: 20px auto 0 auto;
    font: normal normal 14px/24px 'Microsoft YaHei';
  }
  .home .home_main .newProduct {
    background: #E7F7F8;
  }
  .home .home_main .newProduct .newProductBrief {
    width: 310px;
    height: 440px;
    position: relative;
    margin: 20px auto;
  }
  .home .home_main .newProduct .newProductBrief a {
    display: block;
  }
  .home .home_main .newProduct .newProductBrief img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
  }
  .home .home_main .newProduct .newProductBrief .imgcenter {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
  }
  .home .home_main .newProduct .newProductBrief .imgleft3 {
    width: 300px;
    height: 420px;
    left: -150px;
    top: 10px;
    z-index: 4;
  }
  .home .home_main .newProduct .newProductBrief .imgleft2 {
    width: 290px;
    height: 400px;
    left: -310px;
    top: 20px;
    z-index: 3;
  }
  .home .home_main .newProduct .newProductBrief .imgleft1 {
    width: 280px;
    height: 380px;
    left: -445px;
    top: 30px;
    z-index: 2;
  }
  .home .home_main .newProduct .newProductBrief .imgright3 {
    width: 300px;
    height: 420px;
    left: 150px;
    top: 10px;
    z-index: 4;
  }
  .home .home_main .newProduct .newProductBrief .imgright2 {
    width: 290px;
    height: 400px;
    left: 310px;
    top: 20px;
    z-index: 3;
  }
  .home .home_main .newProduct .newProductBrief .imgright1 {
    width: 280px;
    height: 380px;
    left: 445px;
    top: 30px;
    z-index: 2;
  }
  .home .home_main .companyNews {
    background: #E7F7F8;
  }
  .home .home_main .companyNews .companyNewsBrief {
    display: flex;
    justify-content: space-between;
  }
  .home .home_main .companyNews .companyNewsBrief a {
    display: block;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefLeft {
    width: 300px;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefLeft li {
    border-left: 2px solid rgba(0, 163, 175, 0.6);
    padding-left: 42px;
    height: 80px;
    color: #999999;
    font: normal normal 22px/26px DIN Medium;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefLeft li span {
    visibility: hidden;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefLeft li.act {
    color: #333333;
    border-left: 4px solid #00A3AF;
    margin-left: -1px;
    padding: 60px 0 60px 42px;
    margin-top: -30px;
    height: auto;
    font: normal normal 26px DIN Medium;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefLeft li.act span {
    visibility: inherit;
    display: inline-block;
    font-size: 12px;
    transform: scale(0.8);
    margin-left: 2px;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefRight {
    width: calc(100% - 300px);
    height: 330px;
    background: rgba(0, 163, 175, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 30px;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefRight .imgBox {
    width: 290px;
    height: 100%;
    position: relative;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefRight .imgBox img {
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefRight .imgBox img:nth-child(1) {
    left: 0;
    top: 0;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefRight .imgBox img:nth-child(2) {
    right: 0;
    bottom: 0;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefRight .contentBox {
    width: calc(100% - 345px);
    height: 100%;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefRight .contentBox h4 {
    font-size: 19px;
    padding-bottom: 20px;
    color: #333;
    position: relative;
    margin-bottom: 30px;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefRight .contentBox h4:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #00A3AF;
    left: 0;
    bottom: 0;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefRight .contentBox p {
    font-size: 14px;
    color: #666666;
    line-height: 33px;
  }
  .home .home_main .contactUs .contactUsBrief {
    display: flex;
    justify-content: space-between;
  }
  .home .home_main .contactUs .contactUsBrief .contactUsBriefLeft {
    width: 480px;
  }
  .home .home_main .contactUs .contactUsBrief .contactUsBriefLeft li {
    margin-bottom: 70px;
  }
  .home .home_main .contactUs .contactUsBrief .contactUsBriefLeft li h3 {
    color: #333333;
    font: normal normal 20px/26px 'Microsoft YaHei';
    margin-bottom: 30px;
  }
  .home .home_main .contactUs .contactUsBrief .contactUsBriefLeft li p {
    color: #777F84;
    font: normal normal 14px/30px 'Microsoft YaHei';
  }
  .home .home_main .contactUs .contactUsBrief .contactUsBriefLeft li p img {
    width: 15px;
    vertical-align: -2px;
    display: inline-block;
    margin-right: 18px;
  }
  .home .home_main .contactUs .contactUsBrief .contactUsBriefLeft li:nth-child(2) p img {
    width: 13px;
    vertical-align: -4px;
  }
  .home .home_main .contactUs .contactUsBrief .contactUsBriefRight {
    width: calc(100% - 480px);
    height: 400px;
  }
  .home .home_main .contactUs .contactUsBrief .contactUsBriefRight iframe {
    width: 100%;
    height: 100%;
  }
  .introduce .swiper-container {
    width: 100%;
  }
  .introduce .swiper-container .swiper-slide {
    position: relative;
  }
  .introduce .swiper-container .swiper-slide img {
    width: 100%;
  }
  .introduce .swiper-container .textBox {
    height: 600px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
  .introduce .swiper-container .textBox .textBoxMain {
    color: #FFFFFF;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .introduce .swiper-container .textBox .textBoxMain h5 {
    font: normal 900 40px DIN Medium;
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
  }
  .introduce .swiper-container .textBox .textBoxMain p {
    font: normal 300 26px/40px 'Microsoft YaHei';
  }
  .introduce .swiper-container .swiperText {
    width: 100%;
    height: 80px;
    background: #239EAD;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 0;
    z-index: 100;
  }
  .introduce .swiper-container .swiperText li {
    font: normal normal 16px 'Microsoft YaHei';
    margin-right: 100px;
    color: rgba(255, 255, 255, 0.3);
  }
  .introduce .swiper-container .swiperText li span {
    width: 10px;
    height: 10px;
    display: none;
    background: #00E3FF;
    border-radius: 50%;
    margin-right: 12px;
  }
  .introduce .swiper-container .swiperText li.act {
    color: #FFFFFF;
  }
  .introduce .swiper-container .swiperText li.act span {
    display: inline-block;
  }
  .introduce .introduce_main .noticeBox {
    text-align: center;
  }
  .introduce .introduce_main .noticeBox p {
    font: normal normal 18px/30px 'Microsoft YaHei';
    color: #333333;
  }
  .introduce .introduce_main .corporate {
    background: #E7F7F8;
  }
  .introduce .introduce_main .corporate .corporateBrief {
    padding-top: 30px;
  }
  .introduce .introduce_main .corporate .corporateBrief li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    margin-top: 20px;
    position: relative;
  }
  .introduce .introduce_main .corporate .corporateBrief li .leftBox {
    width: 50%;
    height: 50px;
    display: flex;
    justify-content: center;
  }
  .introduce .introduce_main .corporate .corporateBrief li .leftBox img {
    width: 50px;
    height: 100%;
    margin-right: 30px;
  }
  .introduce .introduce_main .corporate .corporateBrief li .leftBox .leftBoxMain {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .introduce .introduce_main .corporate .corporateBrief li .leftBox .leftBoxMain p:nth-child(1) {
    font: normal 900 14px 'Microsoft YaHei';
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
    color: #333333;
  }
  .introduce .introduce_main .corporate .corporateBrief li .leftBox .leftBoxMain p:nth-child(2) {
    font: normal normal 14px 'Microsoft YaHei';
    color: #999999;
  }
  .introduce .introduce_main .corporate .corporateBrief li .line {
    width: 2px;
    height: 22px;
    background: #00A3AF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .introduce .introduce_main .corporate .corporateBrief li .rightBox {
    text-align: center;
    width: 50%;
    font: normal normal 14px/50px 'Microsoft YaHei';
    color: #333333;
  }
  .introduce .introduce_main .partnership h5 {
    text-align: center;
    font: normal normal 16px/30px 'Microsoft YaHei';
    color: #333333;
    margin: -10px 0 30px 0;
  }
  .introduce .introduce_main .partnership .partnershipBrief {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .introduce .introduce_main .partnership .partnershipBrief img {
    width: calc((100% - 30px) / 3);
    display: block;
    margin-bottom: 20px;
  }
  .newProductRecommend .newProductRecommend_main .introduceProduct {
    background: #fff;
  }
  .newProductRecommend .newProductRecommend_main .introduceProduct .introduceProductBrief a {
    display: block;
  }
  .newProductRecommend .newProductRecommend_main .introduceProduct .introduceProductBrief li {
    margin-bottom: 80px;
  }
  .newProductRecommend .newProductRecommend_main .introduceProduct .introduceProductBrief li:nth-last-child(1),
  .newProductRecommend .newProductRecommend_main .introduceProduct .introduceProductBrief li:nth-last-child(2),
  .newProductRecommend .newProductRecommend_main .introduceProduct .introduceProductBrief li:nth-last-child(3) {
    margin-bottom: 0;
  }
  .industInfo .industInfo_main .industInfoList .industInfoListBrief li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #E1E4EA;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .industInfo .industInfo_main .industInfoList .industInfoListBrief li img {
    width: 584px;
    height: 260px;
  }
  .industInfo .industInfo_main .industInfoList .industInfoListBrief li .contentBox {
    width: calc(100% - 584px);
    padding: 42px 70px 0 70px;
  }
  .industInfo .industInfo_main .industInfoList .industInfoListBrief li .contentBox h4 {
    font: normal 900 16px/26px 'Microsoft YaHei';
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
    color: #333333;
  }
  .industInfo .industInfo_main .industInfoList .industInfoListBrief li .contentBox h5 {
    font: normal 900 12px/60px 'Microsoft YaHei';
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
    color: #C3C3C3;
  }
  .industInfo .industInfo_main .industInfoList .industInfoListBrief li .contentBox p {
    font: normal normal 12px/24px 'Microsoft YaHei';
    color: #777F84;
  }
  .industInfo .industInfo_main .industInfoList .industInfoListBrief li .contentBox img {
    width: 102px;
    height: 14px;
    display: block;
    margin-top: 35px;
  }
  .industInfoDetail .industInfoDetail_main .artcle {
    text-align: center;
    padding: 90px 0 200px 0;
  }
  .industInfoDetail .industInfoDetail_main .artcle h2 {
    font: normal 900 20px/26px 'Microsoft YaHei';
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
    color: #333333;
  }
  .industInfoDetail .industInfoDetail_main .artcle h6 {
    font: normal 900 15px/50px 'Microsoft YaHei';
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
    color: #C3C3C3;
  }
  .industInfoDetail .industInfoDetail_main .artcle p {
    font: normal normal 12px/27px 'Microsoft YaHei';
    color: #777F84;
    margin-top: 30px;
    text-align: left;
    text-indent: 2em;
  }
  .industInfoDetail .industInfoDetail_main .artcle img {
    width: 500px;
    display: block;
    margin: 40px auto;
  }
  .productRecommend .productRecommend_main {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
  }
  .productRecommend .productRecommend_main .productRecommend_main_left {
    width: 266px;
    padding-top: 80px;
  }
  .productRecommend .productRecommend_main .productRecommend_main_left h3 {
    font: normal 900 20px/40px 'Microsoft YaHei';
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
    color: #333333;
    padding-left: 25px;
  }
  .productRecommend .productRecommend_main .productRecommend_main_left .productRecommendList {
    text-align: center;
  }
  .productRecommend .productRecommend_main .productRecommend_main_left .productRecommendList li {
    width: 100%;
    height: 52px;
    background: #c2e4e8;
    border: 1px solid #00a3af;
    color: #333;
    border-radius: 3px;
    font: normal 900 16px 'Microsoft YaHei';
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
    display: block;
    line-height: 52px;
    margin-top: 10px;
  }
  .productRecommend .productRecommend_main .productRecommend_main_left .productRecommendList li.act {
    background: #00a3af;
    color: #fff;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right {
    width: calc(100% - 276px);
    background: rgba(0, 163, 175, 0.06);
    padding: 50px 30px 0 30px;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li.act {
    display: block;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li {
    display: none;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li h2 {
    font: normal 900 26px 'Microsoft YaHei';
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
    color: #333333;
    text-align: center;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li p {
    margin: 15px 0 30px 0;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li p a {
    border-radius: 3px;
    display: inline-block;
    font: normal 900 14px 'Microsoft YaHei';
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
    padding: 6px 11px;
    background: #c2e4e8;
    border: 1px solid #00a3af;
    color: #333;
    margin: 0 20px 20px 0;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li p a.act {
    background: #00A3AF;
    color: #FFFFFF;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li {
    margin-bottom: 60px;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li h6 {
    font: normal 900 16px 'Microsoft YaHei';
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
    color: #333333;
    margin-bottom: 20px;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table {
    width: 100%;
    text-align: center;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table tr {
    height: 40px;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table tr:nth-child(1) {
    height: 45px;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table th,
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table td {
    border: 1px solid #CCCCCC;
    font: normal normal 15px 'Microsoft YaHei';
    color: #333333;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table th a,
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table td a {
    font: normal normal 15px 'Microsoft YaHei';
    color: #00A3AF;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table th a:hover,
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table td a:hover {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 2px solid rgba(0, 163, 175, 0.5);
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table th {
    font-size: 18px;
    font-weight: 900;
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
  }
  .pdfShow img {
    width: 100%;
    display: block;
  }
  .application .productRecommend_main .productRecommend_main_left .productRecommendList li {
    width: 100%;
    height: 56px;
    background: #c2e4e8;
    border: 1px solid #00a3af;
    color: #333;
    border-radius: 3px;
    font: normal 900 16px 'Microsoft YaHei';
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
    line-height: 24px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .application .productRecommend_main #application_right h2 {
    margin-bottom: 30px;
  }
  .application .productRecommend_main #application_right img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .newProductDetail {
    background: rgba(0, 163, 175, 0.05);
  }
  .newProductDetail .newProductDetail_main {
    padding: 50px;
  }
  .newProductDetail .newProductDetail_main img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .header .homeNav {
    padding: 15px;
    position: relative;
  }
  .header .homeNav img {
    height: 32px;
  }
  .header .homeNav img.cate {
    width: 30px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .header .homeNav .homeNav_main {
    display: none;
    padding: 20px 0 10px 0;
  }
  .header .homeNav .homeNav_main > li h3,
  .header .homeNav .homeNav_main > li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 15px;
    line-height: 32px;
  }
  .header .homeNav .homeNav_main > li > ul.one {
    width: 100%;
    background: #fff;
    z-index: 100;
    left: 0;
    top: 80px;
    padding: 5px 0;
    display: none;
  }
  .header .homeNav .homeNav_main > li > ul.one > li {
    color: #707070;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
  }
  .header .homeNav .homeNav_main > li > ul.one > li:hover {
    background: #E6E6E6;
  }
  .header .homeNav .homeNav_main > li > ul.one > li:hover a {
    color: #707070;
  }
  .header .homeNav .homeNav_main > li:hover {
    background: #4EC2D4;
    color: #fff;
  }
  .header .homeNav .homeNav_main > li:hover a {
    color: #fff;
    font-size: 14px;
  }
  .header .homeNav #wapmenu.act {
    display: block;
  }
  .header .homeNav #pcmenu {
    display: none;
  }
  .homeFooter {
    background: #2f2f2f;
  }
  .homeFooter .homeFooter_main {
    padding: 25px 10px 10px 10px;
  }
  .homeFooter .homeFooter_main ul li {
    display: block;
    font-weight: 900;
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
  }
  .homeFooter .homeFooter_main > p,.homeFooter .homeFooter_main > a {
    font: normal 900 12px/40px 'Microsoft YaHei';
    color: #fff;
  }
  .home {
    width: 100%;
  }
  .home .swiper-container {
    width: 100%;
  }
  .home .swiper-container img {
    width: 100%;
  }
  .home .swiper-container .swiper-pagination-bullets,
  .home .swiper-container .swiper-pagination-custom,
  .home .swiper-container .swiper-pagination-fraction {
    bottom: 0;
    height: 20px;
    background: #239EAD;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home .swiper-container .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin-right: 5px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.8);
  }
  .home .swiper-container .swiper-pagination-bullet-active {
    width: 6px;
    background: rgba(255, 255, 255, 0.9);
  }
  .home .home_main .liBoxTitle {
    text-align: center;
    color: #00A3AF;
    padding-bottom: 30px;
  }
  .home .home_main .liBoxTitle h3 {
    letter-spacing: 2px;
    font: normal 900 20px/20px 'Microsoft YaHei';
  }
  .home .home_main .liBoxTitle p {
    letter-spacing: 1px;
    font: normal normal 13px/13px DIN Medium;
    margin-top: 6px;
  }
  .home .home_main .companyIcon {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
  }
  .home .home_main .companyIcon img {
    width: 50px;
    display: block;
  }
  .home .home_main .watchMore {
    width: 160px;
    margin: 40px auto 0 auto;
  }
  .home .home_main > li {
    padding: 30px 0 40px 0;
  }
  .home .home_main .company .companyBrief {
    width: 96%;
    margin: 0 auto;
    border: 1px solid #E1E4EA;
    border-radius: 12px;
    overflow: hidden;
  }
  .home .home_main .company .companyBrief .contentBox {
    padding: 20px;
    box-sizing: content-box;
  }
  .home .home_main .company .companyBrief .contentBox h4 {
    font: normal normal 18px/40px 'Microsoft YaHei';
    color: #333333;
  }
  .home .home_main .company .companyBrief .contentBox p {
    font: normal normal 13px/32px 'Microsoft YaHei';
    color: #757474;
    text-indent: 2em;
  }
  .home .home_main .company .companyBrief img {
    width: 100%;
  }
  .home .home_main .introduceProduct .introduceProductBrief li {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .home .home_main .introduceProduct .introduceProductBrief li img {
    width: 100%;
    display: block;
  }
  .home .home_main .introduceProduct .introduceProductBrief li h4 {
    position: relative;
    font: normal 900 20px/60px 'Microsoft YaHei';
    color: #333333;
  }
  .home .home_main .introduceProduct .introduceProductBrief li h4:after {
    content: '';
    display: block;
    position: absolute;
    width: 38px;
    height: 4px;
    background: #00A3AF;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .home .home_main .introduceProduct .introduceProductBrief li p {
    color: #999999;
    width: 90%;
    text-align: left;
    margin: 10px auto 0 auto;
    font: normal normal 13px/22px 'Microsoft YaHei';
  }
  .home .home_main .newProduct {
    background: #E7F7F8;
  }
  .home .home_main .newProduct .newProductBrief {
    width: 120px;
    height: 180px;
    position: relative;
    margin: 20px auto;
  }
  .home .home_main .newProduct .newProductBrief a {
    display: block;
  }
  .home .home_main .newProduct .newProductBrief img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
  }
  .home .home_main .newProduct .newProductBrief .imgcenter {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
  }
  .home .home_main .newProduct .newProductBrief .imgleft3 {
    width: 100px;
    height: 160px;
    left: -30px;
    top: 10px;
    z-index: 4;
  }
  .home .home_main .newProduct .newProductBrief .imgleft2 {
    width: 80px;
    height: 140px;
    left: -60px;
    top: 20px;
    z-index: 3;
  }
  .home .home_main .newProduct .newProductBrief .imgleft1 {
    width: 60px;
    height: 120px;
    left: -90px;
    top: 30px;
    z-index: 2;
  }
  .home .home_main .newProduct .newProductBrief .imgright3 {
    width: 100px;
    height: 160px;
    left: 50px;
    top: 10px;
    z-index: 4;
  }
  .home .home_main .newProduct .newProductBrief .imgright2 {
    width: 80px;
    height: 140px;
    left: 100px;
    top: 20px;
    z-index: 3;
  }
  .home .home_main .newProduct .newProductBrief .imgright1 {
    width: 60px;
    height: 120px;
    left: 150px;
    top: 30px;
    z-index: 2;
  }
  .home .home_main .companyNews {
    background: #E7F7F8;
  }
  .home .home_main .companyNews .companyNewsBrief {
    display: flex;
    justify-content: space-between;
  }
  .home .home_main .companyNews .companyNewsBrief a {
    display: block;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefLeft {
    width: 60px;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefLeft li {
    border-left: 2px solid rgba(0, 163, 175, 0.6);
    padding-left: 10px;
    height: 80px;
    color: #999999;
    font: normal normal 18px/26px DIN Medium;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefLeft li span {
    visibility: hidden;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefLeft li.act {
    color: #333333;
    border-left: 4px solid #00A3AF;
    margin-left: -1px;
    height: auto;
    font: normal normal 20px DIN Medium;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefLeft li.act span {
    visibility: inherit;
    display: inline-block;
    font-size: 12px;
    transform: scale(0.8);
    margin-left: 2px;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefRight {
    width: calc(100% - 70px);
    background: rgba(0, 163, 175, 0.1);
    padding: 30px;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefRight .imgBox {
    width: 160px;
    height: 190px;
    position: relative;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefRight .imgBox img {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefRight .imgBox img:nth-child(1) {
    left: 0;
    top: 0;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefRight .imgBox img:nth-child(2) {
    right: 0;
    top: 50px;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefRight .contentBox h4 {
    font-size: 17px;
    padding-bottom: 15px;
    color: #333;
    position: relative;
    margin-bottom: 20px;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefRight .contentBox h4:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #00A3AF;
    left: 0;
    bottom: 0;
  }
  .home .home_main .companyNews .companyNewsBrief .companyNewsBriefRight .contentBox p {
    font-size: 13px;
    color: #666666;
    line-height: 28px;
  }
  .home .home_main .contactUs .contactUsBrief {
    padding: 0 20px;
  }
  .home .home_main .contactUs .contactUsBrief .contactUsBriefLeft li {
    margin-bottom: 30px;
  }
  .home .home_main .contactUs .contactUsBrief .contactUsBriefLeft li h3 {
    color: #333333;
    font: normal normal 18px/20px 'Microsoft YaHei';
    margin-bottom: 15px;
  }
  .home .home_main .contactUs .contactUsBrief .contactUsBriefLeft li p {
    color: #777F84;
    font: normal normal 15px/30px 'Microsoft YaHei';
    font-size: 15px\9;
    -webkit-font-size: 15px;
    -moz-font-size: 15px;
    -ms-font-size: 15px;
    -o-font-size: 15px;
  }
  .home .home_main .contactUs .contactUsBrief .contactUsBriefLeft li p img {
    width: 15px;
    vertical-align: -2px;
    display: inline-block;
    margin-right: 8px;
  }
  .home .home_main .contactUs .contactUsBrief .contactUsBriefLeft li:nth-child(2) p img {
    width: 13px;
    vertical-align: -4px;
  }
  .home .home_main .contactUs .contactUsBrief .contactUsBriefRight {
    width: 100%;
    height: 300px;
  }
  .home .home_main .contactUs .contactUsBrief .contactUsBriefRight iframe {
    width: 100%;
    height: 100%;
  }
  .introduce .introduce_main .noticeBox {
    text-align: center;
  }
  .introduce .introduce_main .noticeBox p {
    font: normal normal 16px/30px 'Microsoft YaHei';
    color: #333333;
  }
  .introduce .introduce_main .corporate {
    background: #E7F7F8;
    padding-left: 10px;
    padding-right: 10px;
  }
  .introduce .introduce_main .corporate .corporateBrief {
    padding-top: 30px;
  }
  .introduce .introduce_main .corporate .corporateBrief li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    margin-top: 20px;
    position: relative;
  }
  .introduce .introduce_main .corporate .corporateBrief li .leftBox {
    width: 50%;
    height: 40px;
    display: flex;
    justify-content: center;
  }
  .introduce .introduce_main .corporate .corporateBrief li .leftBox img {
    width: 40px;
    height: 100%;
    margin-right: 15px;
  }
  .introduce .introduce_main .corporate .corporateBrief li .leftBox .leftBoxMain {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .introduce .introduce_main .corporate .corporateBrief li .leftBox .leftBoxMain p:nth-child(1) {
    font: normal 500 13px 'Microsoft YaHei';
    color: #333333;
  }
  .introduce .introduce_main .corporate .corporateBrief li .leftBox .leftBoxMain p:nth-child(2) {
    font: normal normal 13px 'Microsoft YaHei';
    color: #999999;
  }
  .introduce .introduce_main .corporate .corporateBrief li .line {
    width: 2px;
    height: 22px;
    background: #00A3AF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .introduce .introduce_main .corporate .corporateBrief li .rightBox {
    text-align: center;
    width: 50%;
    font: normal normal 12px/40px 'Microsoft YaHei';
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .introduce .introduce_main .partnership {
    padding-left: 10px;
    padding-right: 10px;
  }
  .introduce .introduce_main .partnership h5 {
    text-align: center;
    font: normal normal 16px/30px 'Microsoft YaHei';
    color: #333333;
    margin: -10px 0 30px 0;
  }
  .introduce .introduce_main .partnership .partnershipBrief {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .introduce .introduce_main .partnership .partnershipBrief img {
    width: calc((100% - 30px) / 3);
    height: 15vw;
    display: block;
    margin-bottom: 20px;
  }
  .newProductRecommend .newProductRecommend_main .introduceProduct {
    background: #fff;
  }
  .newProductRecommend .newProductRecommend_main .introduceProduct .introduceProductBrief a {
    display: block;
  }
  .newProductRecommend .newProductRecommend_main .introduceProduct .introduceProductBrief li {
    margin-bottom: 30px;
  }
  .industInfo .industInfo_main .industInfoList .industInfoListBrief li {
    width: 100%;
    border: 1px solid #E1E4EA;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .industInfo .industInfo_main .industInfoList .industInfoListBrief li img {
    width: 100%;
  }
  .industInfo .industInfo_main .industInfoList .industInfoListBrief li .contentBox {
    width: 100%;
    padding: 20px;
  }
  .industInfo .industInfo_main .industInfoList .industInfoListBrief li .contentBox h4 {
    font: normal 900 15px/26px 'Microsoft YaHei';
    color: #333333;
  }
  .industInfo .industInfo_main .industInfoList .industInfoListBrief li .contentBox h5 {
    font: normal 900 12px/40px 'Microsoft YaHei';
    color: #C3C3C3;
  }
  .industInfo .industInfo_main .industInfoList .industInfoListBrief li .contentBox p {
    font: normal normal 12px/24px 'Microsoft YaHei';
    color: #777F84;
  }
  .industInfo .industInfo_main .industInfoList .industInfoListBrief li .contentBox img {
    width: 102px;
    height: 14px;
    display: block;
    margin-top: 15px;
  }
  .industInfoDetail .industInfoDetail_main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .industInfoDetail .industInfoDetail_main .artcle {
    text-align: center;
    padding: 20px 0 50px 0;
  }
  .industInfoDetail .industInfoDetail_main .artcle h2 {
    font: normal 900 16px/26px 'Microsoft YaHei';
    color: #333333;
  }
  .industInfoDetail .industInfoDetail_main .artcle h6 {
    font: normal 900 14px/50px 'Microsoft YaHei';
    color: #C3C3C3;
  }
  .industInfoDetail .industInfoDetail_main .artcle p {
    font: normal normal 12px/27px 'Microsoft YaHei';
    color: #777F84;
    margin-top: 30px;
    text-align: left;
    text-indent: 2em;
  }
  .industInfoDetail .industInfoDetail_main .artcle img {
    width: 100%;
    display: block;
    margin: 40px auto;
  }
  .pdfShow img {
    width: 100%;
    display: block;
  }
  .newProductDetail {
    background: rgba(0, 163, 175, 0.05);
  }
  .newProductDetail .newProductDetail_main {
    padding: 20px;
  }
  .newProductDetail .newProductDetail_main img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .productRecommend .productRecommend_main {
    padding: 0 10px 50px 10px;
  }
  .productRecommend .productRecommend_main .productRecommend_main_left {
    width: 100%;
    padding-top: 30px;
  }
  .productRecommend .productRecommend_main .productRecommend_main_left h3 {
    font: normal 900 18px/40px 'Microsoft YaHei';
    color: #333333;
    padding-left: 25px;
  }
  .productRecommend .productRecommend_main .productRecommend_main_left .productRecommendList {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .productRecommend .productRecommend_main .productRecommend_main_left .productRecommendList li {
    width: 49%;
    height: 52px;
    background: #c2e4e8;
    border: 1px solid #00a3af;
    color: #333;
    border-radius: 3px;
    font: normal 900 13px 'Microsoft YaHei';
    display: block;
    line-height: 52px;
    margin-top: 10px;
  }
  .productRecommend .productRecommend_main .productRecommend_main_left .productRecommendList li.act {
    background: #00a3af;
    color: #fff;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right {
    width: 100%;
    background: rgba(0, 163, 175, 0.06);
    padding: 20px 10px;
    margin-top: 20px;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li.act {
    display: block;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li {
    display: none;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li h2 {
    font: normal 900 20px/30px 'Microsoft YaHei';
    color: #333333;
    text-align: center;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li p {
    margin: 10px 0 20px 0;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li p a {
    border-radius: 3px;
    display: inline-block;
    font: normal 900 12px 'Microsoft YaHei';
    padding: 4px 9px;
    background: #c2e4e8;
    border: 1px solid #00a3af;
    color: #333;
    margin: 0 10px 10px 0;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li p a.act {
    background: #00A3AF;
    color: #FFFFFF;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li {
    margin-bottom: 30px;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li h6 {
    font: normal bold 14px 'Microsoft YaHei';
    color: #333333;
    margin-bottom: 20px;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table {
    width: 100%;
    text-align: center;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table tr {
    height: 40px;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table th,
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table td {
    border: 1px solid #CCCCCC;
    font: normal normal 12px 'Microsoft YaHei';
    color: #333333;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table th a,
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table td a {
    font: normal normal 12px 'Microsoft YaHei';
    color: #00A3AF;
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table th a:hover,
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table td a:hover {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 2px solid rgba(0, 163, 175, 0.5);
  }
  .productRecommend .productRecommend_main .productRecommend_main_right > li .productList li table th {
    font-size: 12px;
    font-weight: 900;
    font-weight: 900\9;
    -webkit-font-weight: 900;
    -moz-font-weight: 900;
    -ms-font-weight: 900;
    -o-font-weight: 900;
  }
  .application .productRecommend_main .productRecommend_main_left .productRecommendList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .application .productRecommend_main .productRecommend_main_left .productRecommendList li {
    width: 49%;
    height: auto;
    background: #c2e4e8;
    border: 1px solid #00a3af;
    color: #333;
    border-radius: 3px;
    font: normal 900 13px 'Microsoft YaHei';
    line-height: 24px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
  }
  .application .productRecommend_main #application_right h2 {
    margin-bottom: 30px;
  }
  .application .productRecommend_main #application_right img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=index.css.map */
