@charset "utf-8";

/* 顶部 */

.top {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
}

.topitem {
    width: 100%;
    height: 80px;
}

.logo a img {
    max-width: 165px;
}

.navitem ul {
    background: url(../images/navline.png) no-repeat right center;
    padding-right: 26px;
    margin-right: 52px;
}

.navitem ul li a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 0px;
    padding: 0px 26px;
    color: #222222;
}

.navitem ul li a:hover,
.navitem ul li a.active {
    font-weight: bold;
    color: #003d8c;
}

.navxl {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    position: fixed;
    top: 80px;
    left: 0px;
    z-index: 999;
    padding: 20px 0px 40px;
    display: none;
    box-shadow: 0px 20px 15px rgba(0, 0, 0, .1);
}

.ernav {
    width: 100%;
}

.ernavxl {
    width: 100%;
}


/* 本例子css */

.snBrand {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.snBrand ol {
    float: left;
    width: 20%;
}

.snBrand ol li {
    overflow: hidden;
}

.snBrand ol li a,
.ernavxl_name ul li a {
    color: #222222;
    line-height: 60px;
    font-size: 17px;
}

.snBrand ol li a span,
.ernavxl_name ul li a span {
    color: #ffffff;
    font-size: 15px;
    padding-left: 10px;
}

.snBrand ol li.on a,
.ernavxl_name ul li:hover a {
    color: #003d8c;
}

.snBrand ol li.on a span,
.ernavxl_name ul li:hover a span {
    color: #003d8c;
}

.snBrand ul {
    float: left;
    top: 35px;
    width: 80%;
    height: auto;
    background: #fff;
    overflow: hidden;
    margin-right: 0px;
}

.snBrand ul li {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.snBrand ul li a {
    color: #333;
    padding: 0px !important;
}

.snBrand ul li a p {
    width: 100%;
    line-height: 40px;
    font-size: 15px;
    overflow: hidden;
}

.snBrand ul li a img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.snBrand ul li a:hover p {
    color: #003d8c;
    font-weight: bold;
}

.navitem ul li .ernav_pro>a {
    padding: 0px;
}

.navitem ul .ernavxl_name ul {
    background: none;
}

.ernav_pro a img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.ernavxl_pic {
    border-left: 1px solid rgba(51, 51, 51, 0.3);
    padding-left: 80px;
}

.ernavxl_pic img {
    width: 100%;
}

.seartel i {
    font-size: 22px;
    cursor: pointer;
    display: block;
}

.seartel i:hover {
    color: #003d8c;
    font-weight: bold;
}

.seartel a {
    display: block;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #222222;
    font-family: 'Calibri';
}

.seartel a.lang {
    padding: 0px 36px;
}

.seartel a.lang:hover {
    color: #003d8c;
    font-weight: bold;
}

.search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .9);
    display: none;
    z-index: 999;
}

.search_close i {
    color: #ffffff;
    font-size: 26px;
    text-align: right;
    display: block;
    line-height: 90px;
}

.search_item {
    width: 90%;
    margin: 28vh auto 0px;
    border-bottom: 3px solid #666666;
}

.search_item i {
    font-size: 28px;
    color: #ffffff;
    display: block;
}

.search_item input {
    text-align: center;
    height: 75px;
    font-size: 36px;
    font-weight: bold;
    color: #666666;
}

.search_item input::placeholder {
    font-size: 36px;
    font-weight: bold;
    color: #666666;
}

.search_item button {
    font-size: 24px;
    text-transform: uppercase;
    background: none;
    border: 0px;
    color: #666666;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: right;
}


/* wap top */

.waptop {
    width: 100%;
    height: 70px;
    background-color: #ffffff;
}

.waptopitem {
    height: 70px;
}

.waplogo a img {
    max-width: 165px;
}

.wapnav {
    height: 70px;
    width: 12%;
}

.waplang {
    font-size: 20px;
}

.wapnavicon i {
    font-weight: bold;
    font-size: 38px;
}

.wapnav_item {
    position: fixed;
    top: 0px;
    right: -100%;
    width: 50%;
    height: 100vh;
    background-color: #17212c;
    padding: 0px 20px;
    z-index: 999;
    transition: all .5s;
}

.wapnav_bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    z-index: 8;
    display: none;
}

.wapnav_close i {
    line-height: 70px;
    color: #ffffff;
    font-size: 20px;
    display: block;
}

.wapnav_close i.icon-sousuo1 {
    font-size: 26px;
}

.wapsearch {
    width: 80%;
    height: 36px;
    border-radius: 18px;
    background-color: #999999;
    animation: wapsearch 1s;
    display: none;
}

.wapsearch input {
    padding-left: 10px;
    line-height: 30px;
    color: #ffffff;
}

.wapsearch button {
    background: none;
    border: 0px;
    float: right;
    margin-right: 15px;
}

.wapsearch button i {
    line-height: 36px;
    animation: wapsearchicon 1.5s;
}

.wapnav_item ul li {
    border-bottom: 1px solid #444444;
    padding: 0px 10px;
    flex-wrap: wrap;
}

.wapnav_item ul li a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 2px;
    width: 80%;
    line-height: 45px;
}

.wapnav_item ul li i {
    display: block;
    font-size: 20px;
    color: #ffffff;
    width: 15%;
    line-height: 45px;
    text-align: right;
    transition: all .5s;
}

.wapnav_item ul li .wapernav {
    width: 100%;
    padding-bottom: 20px;
    display: none;
}

.wapnav_item ul li .wapernav a {
    width: 100%;
    display: block;
    line-height: 40px;
    font-size: 16px;
    padding-left: 20px;
}

.transxlico {
    transform: rotateX(180deg);
}

.wapnav_links {
    margin-top: 50px;
}

.wapnav_links a i {
    color: #999999;
    font-size: 30px;
    padding-right: 20px;
}

.wapnav_off {
    right: 0px;
}

.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    z-index: 9999;
}


/* banner */

.banner {
    position: relative;
    height: auto;
}

.banner .swiper-pagination {
    bottom: 40px;
}

.banner .swiper-pagination-bullet {
    width: 36px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 3px;
    opacity: 0.4;
}

.banner .swiper-pagination-bullet-active {
    width: 72px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 3px;
    opacity: 1;
}

.bannerdesc {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 18% 0px 0px 15%;
    text-align: left;
}

.bannerdesc h2 {
    font-size: 48px;
    font-weight: lighter;
    letter-spacing: 2px;
    color: #ffffff;
}

.bannerdesc h3 {
    font-size: 36px;
    letter-spacing: 2px;
    color: #ffffff;
    padding: 20px 0px 50px;
    font-family: 'Calibri-Bold';
}

.bannerdesc a {
    width: 200px;
    height: 44px;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 44px;
    color: #ffffff;
    border: solid 1px #ffffff;
    transition: all .5s;
}

.bannerdesc a:hover {
    background-color: #ffffff;
    color: #003d8c;
}


/* 为您提供契合的解决方案 */

.idx_custm {
    width: 100%;
    height: auto;
    padding: 110px 0px 80px;
    background-color: #f7f8fa;
    position: relative;
}

.idx_title {
    text-align: center;
}

.idx_title h2 {
    font-size: 36px;
    font-weight: lighter;
    letter-spacing: 1px;
    color: #000106;
    padding-bottom: 55px;
}

.idx_custm_img {
    margin-bottom: 70px;
    position: relative;
}

.idx_custm_img img {
    width: 100%;
    height: 578px;
    object-fit: cover;
}

.idx_custm_desc {
    opacity: 0;
    display: none;
    padding-top: 70px;
    transition: all 1s;
}

.idx_custm_desc h3 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #222222;
}

.idx_custm_desc p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #666666;
    padding: 20px 150px 30px;
}

.idx_custm_desc button {
    width: 240px;
    height: 40px;
    border: solid 1px #222222;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #222222;
    background: none;
}

.idx_custm_desc button:hover {
    background-color: #222222;
    color: #ffffff;
}

.swiper-slide-active .idx_custm_desc,
.swiper-slide-duplicate-active .idx_custm_desc {
    opacity: 1;
    display: block;
}


/* 产品中心 */

.idx_pro {
    padding: 110px 0px;
    width: 100%;
    height: auto;
    background-color: #ffffff;
}

.idx_prolist ul {
    flex-wrap: wrap;
}

.idx_prolist ul li {
    width: 50%;
    height: 650px;
    text-align: center;
    position: relative;
}

.idx_prolist ul li a {
    display: block;
    padding-top: 100px;
}

.idx_prolist ul li a h3 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #222222;
}

.idx_prolist ul li a img {
    margin: 90px auto 50px;
}

.idx_prolist ul li a p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.idx_prohov {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/idx_pro_pic1.jpg) no-repeat center;
    background-size: cover;
    text-align: left;
    opacity: 0;
    transition: all .5s;
    justify-content: flex-end;
}

.idx_prohov h4 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.idx_prohov h5 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 30px 0px 50px;
    width: 250px;
}

.idx_prohov button {
    width: 120px;
    height: 32px;
    border: solid 1px #ffffff;
    background: none;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.idx_prohov button:hover {
    background-color: #ffffff;
    color: #003d8c;
}

.idx_prolist ul li:hover .idx_prohov {
    opacity: 1;
}

.idx_prohov_desc {
    width: 280px;
    height: auto;
    margin-right: 25%;
}

.idx_prolist ul li:nth-child(2n) .idx_prohov {
    justify-content: flex-start;
}

.idx_prolist ul li:nth-child(2n) .idx_prohov_desc {
    float: left;
    margin-left: 25%;
    margin-right: 0px;
}


/* 各类专利 */

.patent {
    width: 100%;
    height: 605px;
    background: url(../images/patent_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding-top: 159px;
    background-attachment: fixed;
}

.patent_left h3 {
    font-size: 30px;
    font-weight: lighter;
    letter-spacing: 1px;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 35px;
}

.patent_left h4 {
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 0px;
    padding-left: 15px;
    margin-left: 15px;
    color: #ffffff;
    display: inline;
    border-left: 1px solid #ffffff;
}

.patent_left img {
    display: inline;
    max-width: 123px;
}

.patent_left .patent_desc {
    padding-top: 60px;
}

.patent_left .patent_desc p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 30px;
    background: url(../images/patent_descico.png) no-repeat left;
}

.patent_right {
    width: 880px;
    overflow-x: hidden;
    position: relative;
}

.patentSwiper .swiper-button-next:after,
.patentSwiper .swiper-button-prev:after {
    color: #9e9e9e;
    font-size: 30px;
}

.patentSwiper .swiper-button-next,
.patentSwiper .swiper-button-prev {
    top: 41%;
}

.patent_honor {
    max-width: 735px;
    margin-top: -15px;
}

.patent_videobg {
    width: 640px;
    height: 368px;
    margin: 0 auto;
    background: url(../images/patent_videobg.jpg) no-repeat center;
    background-size: cover;
}

.patent_videobg i {
    line-height: 368px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    transition: all .5s;
}

.patent_videobg i:hover {
    font-size: 50px;
}


/* 关于英磁 */

.idx_about {
    width: 100%;
    height: 960px;
    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}

.idx_aboutdesc {
    text-align: center;
}

.idx_aboutdesc h1 {
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: lighter;
    color: #ffffff;
    padding: 200px 0px 40px;
}

.idx_aboutdesc p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
}

.idx_aboutdesc a {
    display: block;
    width: 240px;
    height: 40px;
    border: solid 1px #ffffff;
    font-size: 16px;
    margin: 40px auto 0px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    transition: all .5s;
}

.idx_aboutdesc a:hover {
    background-color: #ffffff;
    color: #003d8c;
}


/* 工厂展示 */

.idx_show {
    padding-top: 110px;
    position: relative;
}

.idx_show .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.idx_show .swiper-slide {
    background-size: cover;
    background-position: center;
}

.idx_show .mySwiper2 {
    height: 80%;
    width: 100%;
}

.idx_show .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.idx_show .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.idx_show .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.idx_show .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 本例子css */

.w3cFocus {
    width: 100%;
    position: relative;
    height: auto;
    padding-bottom: 100px;
}

.w3cFocus .prev,
.w3cFocus .next {
    position: absolute;
    display: block;
    top: 30%;
    width: 46px;
    height: 62px;
    background: url(../images/focusAdvBg.png) no-repeat;
    opacity: 0.5;
    transition: all .5s;
    transform: scale(.8);
}

.w3cFocus .next {
    left: auto;
    right: -150px;
    background-position: -46px 0;
}

.w3cFocus .prev {
    left: -150px;
}

.w3cFocus .prev:hover,
.w3cFocus .next:hover {
    opacity: 1 !important;
    transform: scale(1);
}

.w3cFocusIn {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.w3cFocusIn .bd li {
    vertical-align: middle;
}

.w3cFocusIn .bd li img {
    width: 100%;
    height: 635px;
    display: block;
    object-fit: cover;
}

.w3cFocusIn .hd {
    position: absolute;
    bottom: 187px;
    width: 100%;
    /* left: 50%;
    margin-left: -650px; */
    height: 90px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
}

.w3cFocusIn .hd ul {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    justify-content: center;
    zoom: 1;
}

.w3cFocusIn .hd ul li {
    position: relative;
    margin-right: 28px;
    opacity: 0.3;
    cursor: pointer;
    width: 192px;
    height: 63px;
    border-top: 2px solid #ffffff;
    padding-top: 15px;
}

.w3cFocusIn .hd ul li:nth-child(6) {
    margin-right: 0px;
}

.w3cFocusIn .hd ul li img {
    display: inline;
}

.w3cFocusIn .hd ul li span {
    font-size: 16px;
    margin-left: 10px;
    color: #ffffff;
}

.w3cFocusIn .hd ul li.on {
    filter: alpha(opacity=100);
    opacity: 1;
}

.idx_show_descleft {
    width: 800px;
}

.idx_show_descleft h3 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #222222;
    padding: 70px 0px 30px;
}

.idx_show_descleft p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #666666;
}

.idx_show_descright {
    width: 240px;
}

.idx_show_descright button {
    width: 100%;
    height: 40px;
    border: solid 1px #222222;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #222222;
    background: none;
    margin-top: 130px;
    display: block;
}

.idx_show_descright button:hover {
    background-color: #222222;
    color: #ffffff;
}


/* 新闻中心 */

.idx_news {
    padding-bottom: 110px;
}

.idx_news .idx_title h2 {
    padding-top: 50px;
}

.idx_newsleft {
    width: 100%;
}

.idx_newsleft a {
    display: block;
}

.idx_news_img {
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.idx_news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idx_newsleft:hover .idx_news_img img {
    transform: scale(1.05);
}

.idx_news_desc h3 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #222222;
    padding-top: 30px;
}

.idx_news_desc p {
    font-size: 16px;
    color: #003d8c;
    font-family: 'ArialMT';
    padding: 15px 0px 25px;
}

.idx_news_desc h4 {
    font-size: 16px;
    color: #222222;
    font-weight: normal;
    line-height: 32px;
}

.idx_news_desc button {
    width: 120px;
    height: 32px;
    border: solid 1px #222222;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    display: block;
    color: #222222;
    background: none;
    margin-top: 50px;
}

.idx_newsleft:hover .idx_news_desc button {
    background-color: #222222;
    color: #ffffff;
}

.idx_news_nav {
    width: 100%;
    height: auto;
    background-color: #f7f8fa;
    padding: 30px 40px 20px;
}


/* 本例子css */

.slideTxtBox {
    width: 100%;
    text-align: left;
}

.slideTxtBox .hd {
    height: 30px;
    line-height: 30px;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    right: 0px;
}

.slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    width: 146px;
    height: 38px;
    text-align: center;
    letter-spacing: 1px;
    color: #666666;
    font-size: 20px;
    line-height: 38px;
}

.slideTxtBox .hd ul li.on {
    background: #003d8c;
    color: #ffffff;
}

.slideTxtBox .bd ul {
    margin-top: 30px;
    zoom: 1;
}

.slideTxtBox .bd li {
    padding: 32px 20px;
    transition: all .5s;
    border-bottom: 1px solid #e3e4e6;
}

.slideTxtBox .bd li:nth-child(5) {
    border-bottom: 0px;
}

.slideTxtBox .bd li a {
    font-size: 18px;
    font-weight: normal;
    color: #222222;
    width: 90%;
    display: block;
}

.slideTxtBox .bd li a p {
    font-size: 16px;
    color: #999999;
    padding-top: 16px;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
}

.slideTxtBox .bd li .date p {
    font-size: 16px;
    color: #666666;
}

.slideTxtBox .bd li:hover {
    background-color: #ffffff;
    box-shadow: 0px 30px 60px 0px #e6e9eb;
    border-radius: 8px;
    border-color: #ffffff;
}

.slideTxtBox .bd li:hover .date,
.slideTxtBox .bd li:hover .date p {
    color: #222222;
}

.slideTxtBox .bd li:hover a {
    font-weight: bold;
}

.slideTxtBox .bd li:hover a p {
    color: #222222;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideTxtBox .arrow {
    position: absolute;
    right: 10px;
    top: 0;
}

.slideTxtBox .arrow a {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
}

.slideTxtBox .arrow .next {
    background-position: 0 -50px;
}

.slideTxtBox .arrow .prevStop {
    background-position: -60px 0;
}

.slideTxtBox .arrow .nextStop {
    background-position: -60px -50px;
}


/* 合作伙伴 */

.idx_partner {
    width: 100%;
    height: 908px;
    background: url(../images/idx_partner_bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 110px;
    position: relative;
}

.idx_partner_swiper {
    margin-top: 0px;
    height: 75%;
}

.idx_partner_swiper .swiper-slide {
    height: 100%;
}

.idx_partner_swiper .swiper-slide img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.partnerSwiper .swiper-pagination {
    bottom: 0px;
    width: 100%;
}

.partnerSwiper .swiper-pagination-bullet {
    width: 16px;
    height: 1px;
    opacity: 1;
    margin: 0px 3px;
    background: none;
    border-radius: 0px;
    background-color: #cacbcc;
    transition: all .5s;
}

.partnerSwiper .swiper-pagination-bullet-active {
    width: 92px;
    background-color: #003d8c;
}

.partnerSwiper_next:after,
.partnerSwiper_prev:after {
    color: #cacbcc;
    font-size: 26px;
}

.partnerSwiper_next,
.partnerSwiper_prev {
    transition: all .5s;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.partnerSwiper_next {
    right: 70px;
}

.partnerSwiper_prev {
    left: 70px;
}

.partnerSwiper_next:hover,
.partnerSwiper_prev:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}


/* 让我们保持联系 */

.idx_mess {
    width: 100%;
    height: 568px;
    background: url(../images/idx_mess_bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 110px;
}

.idx_mess .idx_title h2 {
    font-size: 48px;
    color: #ffffff;
}

.idx_mess_item {
    width: 700px;
    margin: 0 auto;
}

.mess_input {
    width: 100%;
    height: 50px;
}

.mess_input input {
    display: block;
    width: 329px;
    height: 45px;
    border-bottom: solid 1px #cacbcc;
    color: #ffffff;
}

.mess_input input::placeholder {
    color: #cacbcc;
    font-size: 16px;
}

.mess_textare {
    margin: 30px 0px 45px;
}

.mess_textare textarea {
    width: 100%;
    height: 82px;
    background-color: rgba(242, 243, 245, .5);
    border-radius: 8px;
    padding: 10px 0px 0px 10px;
    color: #ffffff;
    font-size: 16px;
}

.mess_textare textarea::placeholder {
    color: #eeeeee;
}

.idx_mess_item button {
    width: 240px;
    display: block;
    height: 40px;
    border: solid 1px #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background: none;
    margin: 0 auto;
}

.idx_mess_item button:hover {
    background-color: #ffffff;
    color: #003d8c;
}


/* foot */

.foot {
    width: 100%;
    height: auto;
    padding-top: 110px;
    background-color: #ffffff;
}

.footnav {
    width: 100%;
    align-items: flex-start;
}

.footnav dl dt {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #222222;
}

.footnav dl dd a {
    font-size: 16px;
    line-height: 40px;
    transition: all .5s;
    color: #666666;
}

.footnav dl dd a:hover {
    color: #222222;
}

.footinfo {
    text-align: right;
}

.footinfo h2 {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #222222;
}

.footinfo h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 1px;
    color: #222222;
    font-family: 'Calibri';
}

.footinfo h4 {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin-top: 20px;
}

.footinfo h4 p {
    color: #666666;
    padding-left: 180px;
    cursor: default;
}

.footinfo h4 p:hover {
    color: #222222;
}

.footicons {
    margin-top: 80px;
    width: 100%;
    text-align: right;
}

.footicons i {
    font-size: 20px;
    padding-left: 30px;
}

.footicons_wximg {
    margin: 60px auto 0px;
}

.footcopy {
    width: 100%;
    height: auto;
    margin-top: 35px;
    border-top: 1px solid #f2f3f5;
}

.footcopy_info p {
    font-size: 13px;
    line-height: 66px;
    color: #999999;
}

.footcopy_info p a {
    color: #999999;
    margin-left: 10px;
}

.footcopy_info p a:hover {
    color: #222222;
}

.footcopy_nav a {
    font-size: 13px;
    line-height: 66px;
    color: #999999;
}

.footcopy_nav span {
    padding: 0px 10px;
}

.footcopy_nav a:hover {
    color: #222222;
}


/* wap foot */

.wapfootdesc {
    margin: 30px 10px 70px;
}

.wapfootdesc a {
    display: block;
    text-align: center;
}

.wapfootdesc a img {
    margin: 0 auto 20px;
    max-width: 150px;
}

.wapfootdesc p {
    text-align: center;
    font-size: 12px;
    color: #999999;
}

.wapfootdesc p a {
    padding: 10px 0px;
}

.wapfoot ul {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: auto;
    z-index: 7;
}

.wapfoot ul li {
    float: left;
    width: 25%;
    height: auto;
    padding: 5px 0px;
    background-color: #17212c;
}

.wapfoot ul li a {
    display: block;
    text-align: center;
}

.wapfoot ul li a i {
    color: #ffffff;
    font-size: 25px;
}

.wapfoot ul li a p {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}


/* productlist page */

.neibanner img {
    height: auto;
    width: 100%;
}

.prolistpage {
    padding: 110px 0px 75px;
}

.prolist_item {
    width: 100%;
    padding: 20px 60px 60px;
    background-color: #f7f8fa;
    margin-bottom: 30px;
    transition:  all .5s;
}

.prolist_item a {
    display: block;
}

.prolist_item_img img {
    margin: 0 auto;
    height: 340px;
    object-fit: contain;
}

.prolist_item_desc {
    text-align: center;
}

.prolist_item_desc p {
    font-size: 24px;
    font-weight: lighter;
    font-family: 'Calibri';
    line-height: 36px;
    letter-spacing: 1px;
    color: #222222;
    padding-top: 30px;
}

.prolist_item_desc h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 1px;
    color: #222222;
    padding: 40px 0px;
}

.prolist_item_desc h4 {
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
    color: #666666;
}

.prolist_item_desc button {
    width: 240px;
    height: 40px;
    border: solid 1px #222222;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #222222;
    display: block;
    margin: 50px auto 0px;
    background: none;
}
.prolist_item:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}

.prolist_item:hover .prolist_item_img img {
    transform: scale(1.05);
}

.prolist_item:hover .prolist_item_desc button {
    background-color: #003d8c;
    color: #ffffff;
    border-color: #003d8c;
}

.prolist_more {
    text-align: center;
    margin-top: 110px;
    cursor: pointer;
}

.prolist_more p {
    font-size: 16px;
    color: #222222;
}

.prolist_more i {
    color: #222222;
    text-align: center;
    font-size: 24px;
    display: block;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    margin: 0 auto;
    height: 30px;
    background-color: #ffffff;
    transition: all .5s;
}

.prolist_more:hover i {
    margin-top: 5px;
    background-color: #222222;
    color: #ffffff;
}


/* solution list */

.solution {
    padding: 110px 0px 85px;
}

.solution_item {
    width: 100%;
}

.solution_item ul li {
    width: 33.33%;
    height: auto;
    float: left;
}

.solution_img {
    overflow: hidden;
    position: relative;
}

.solution_img img {
    width: 100%;
}

.solution_item ul li:hover .solution_img img {
    transform: scale(1.05);
}

.solution_desc {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    padding: 36px 0px 0px 28px;
}

.solution_desc h3 {
    font-size: 24px;
    font-weight: lighter;
    letter-spacing: 1px;
    color: #ffffff;
}

.solution_desc h3 strong {
    font-weight: bold;
    color: #ffffff;
}

.solution_desc p {
    font-size: 16px;
    padding-top: 10px;
    line-height: 36px;
    color: #ffffff;
    font-weight: lighter;
}

.solution_more {
    padding: 20px 0px 0px 27px;
}

.solution_more p {
    font-size: 14px;
    color: #3f3f3f;
    font-weight: lighter;
}

.solution_more img {
    filter: grayscale(100%);
    transition: all .5s;
}

.solution_item ul li:hover .solution_more img {
    filter: none;
}

.solution_item ul li:hover .solution_more p {
    color: #003d8c;
}

.solution_care {
    width: 100%;
    padding-top: 110px;
    text-align: center;
}

.solution_care h3 {
    font-size: 24px;
    font-weight: lighter;
    letter-spacing: 1px;
    color: #222222;
}

.solution_care h3 strong {
    font-weight: bold;
}

.solution_ewm {
    width: 310px;
    margin: 40px auto 0px;
}

.solution_ewmimg img {
    max-width: 110px;
    border-radius: 50%;
}

.solution_ewmimg:hover img {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
}

.solution_link {
    width: 170px;
    height: 60px;
    background-color: #0f1721;
    border-radius: 8px;
    transition: all .5s;
}

.solution_link:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .4);
}

.solution_link a {
    font-size: 16px;
    line-height: 60px;
    text-decoration: underline;
    color: #ffffff;
}


/* newslist page */

.newslist {
    padding: 80px 0px 0px;
}

.newslist_name h1 {
    font-size: 36px;
    font-weight: lighter;
    line-height: 30px;
    letter-spacing: 2px;
    color: #222222;
}

.newslist_nav {
    justify-content: flex-end;
}

.newslist_nav ul li {
    float: left;
    margin-left: 35px;
}

.newslist_nav ul li:first-child {
    margin-left: 0px;
}

.newslist_nav ul li a {
    display: block;
    font-size: 16px;
    font-weight: lighter;
    line-height: 36px;
    letter-spacing: 1px;
    color: #222222;
    border-bottom: solid 1px #ffffff;
}

.newslist_nav ul li.active a,
.newslist_nav ul li:hover a {
    border-bottom: solid 1px #222222;
}

.newslist_item {
    margin-top: 90px;
}

.newslist_li {
    width: 100%;
    margin-bottom: 60px;
}

.newslist_img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.newslist_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.honorlist_img img {
    object-fit: contain;
}
.honorlist_desc {
    text-align: center;
}

.newslist_li:hover .newslist_img img {
    transform: scale(1.05);
}

.newslist_desc {
    width: 100%;
}

.newslist_desc h3 {
    font-size: 20px;
    font-weight: lighter;
    line-height: 32px;
    color: #222222;
    padding: 30px 0px 15px;
}

.newslist_desc p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #999999;
}

.newslist_more {
    margin-top: 60px;
    margin-bottom: 90px;
}

.newslist_more a {
    width: 240px;
    height: 40px;
    border: solid 1px #222222;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #222222;
    margin: 0 auto;
    display: block;
    transition: all .5s;
}

.newslist_more a:hover {
    background-color: #222222;
    color: #ffffff;
}


/* .news page */
.newspage_detail {
    padding-top: 90px;
}
.newspage_left {
    width: 100%;
    padding-bottom: 100px;
}

.newspage_title h2 {
    font-size: 36px;
    font-weight: lighter;
    line-height: 36px;
    letter-spacing: 1px;
    color: #222222;
}

.newspage_title p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #999999;
    padding-top: 20px;
}

.newspage_info {
    margin: 40px 0px;
}

.newspage_info p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: lighter;
    color: #222222;
}

.newspage_info p img {
    display: inline-block;
    margin: 5px 0px;
}

.newspage_right {
    padding-left: 100px;
    margin-bottom: 110px;
}

.newspage_next {
    width: 100%;
    height: auto;
}

.newspage_next a {
    display: block;
    height: 50px;
    font-size: 16px;
    border-bottom: solid 1px #f2f3f5;
    line-height: 36px;
    letter-spacing: 1px;
    color: #666666;
    transition: all .5s;
}

.newspage_next a:hover {
    background-color: #003d8c;
    color: #ffffff;
    padding-left: 10px;
    line-height: 50px;
}

.newspage_rlist {
    width: 100%;
    margin-top: 60px;
}

.newspage_rlist ul li .newslist_li {
    margin-bottom: 35px;
}

.newspage_rlist ul li .newslist_desc h3 {
    font-size: 16px;
}


/* job home */

.job_black {
    width: 100%;
    height: 120px;
    background-color: #111111;
    padding-top: 40px;
}

.job_black a {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 40px;
    border: solid 1px #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    transition: all .5s;
}

.job_black a:hover {
    background-color: #ffffff;
    color: #111111;
}


/* job list */

.joblist {
    padding-bottom: 110px;
}

.joblist_search {
    width: 226px;
    float: right;
    border-bottom: solid 1px #222222;
}

.joblist_search input {
    margin: 0px 20px;
}

.joblist_search button {
    background: none;
    border: 0px;
}

.joblist_search button i {
    color: #000000;
    font-size: 20px;
}

.joblist {
    width: 100%;
    margin-top: 80px;
}

.joblist table {
    width: 100%;
}

.joblist table tr {
    border-bottom: solid 1px #cacbcc;
}

.joblist table tr.job_tr1 {
    border-bottom: solid 1px #222222;
}

.joblist table tr td {
    display: block;
    width: 15%;
    float: left;
    text-align: center;
    font-size: 20px;
    padding: 25px 0px;
    letter-spacing: 1px;
    color: #0f1721;
}

.joblist table tr td.job_td1 {
    width: 40%;
    text-align: left;
    padding-left: 30px;
}

.joblist table tr td a {
    font-size: 16px;
    color: #0f1721;
    display: block;
    font-weight: lighter;
    transition: all .5s;
}

.joblist table tr td.job_td2 a {
    text-align: left;
    padding-left: 30%;
}

.downloadlist table tr td.job_td1 {
    width: 70%;
}

.searchlist table tr td.job_td2 a {
    padding-left: 0px;
    text-align: center;
}

.joblist table tr td a:hover {
    color: #000000;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
}

.joblist table tr:hover {
    background-color: #e6effa;
}

.joblist table tr.job_tr1:hover {
    background: none;
}

.joblist_join {
    width: 100%;
    height: 374px;
    background-color: #111111;
    text-align: center;
}

.joblist_join h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 100px 0px 45px;
}

.joblist_join p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 24px;
    color: #ffffff;
}

.joblist_join a {
    width: 240px;
    height: 40px;
    font-weight: lighter;
    border: solid 1px #ffffff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    margin: 30px auto 0px;
    transition: all .5s;
}

.joblist_join a:hover {
    color: #111111;
    background-color: #ffffff;
}

.wapjoblist {
    width: 100%;
    height: auto;
}

.wapjoblist ul {
    margin-top: 60px;
}

.wapjoblist ul li {
    margin-bottom: 40px;
}

.wapjoblist ul li a {
    display: block;
}

.wapjoblist ul li a h3 {
    font-size: 20px;
    padding: 10px 0px 10px 20px;
    background-color: #f2f3f5;
    font-weight: normal;
    color: #222222;
}

.wapjoblist ul li a .wap_jobli_info {
    background-color: #f7f8fa;
    padding: 10px 20px;
}

.wapjoblist ul li a .wap_jobli_info h4 {
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
}

.wapjoblist ul li a .wap_jobli_info p {
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    line-height: 30px;
    background-color: #003d8c;
    margin: 10px 0px;
}


/* job page */

.jobpage_item {
    padding-bottom: 110px;
    background-color: #f7f8fa;
}

.jobpage {
    padding: 0px 100px;
}

.jobpage h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #222222;
}

.jobpage h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #222222;
    opacity: 0.66;
    padding: 20px 0px 50px;
}

.jobpage_info p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 36px;
    letter-spacing: 0px;
    color: #222222;
}

.jobpage_info p strong {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #0f1721;
}


/* contact page */

.contact_desc {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #cacbcc;
}

.contact_desc h3 {
    font-size: 24px;
    font-weight: lighter;
    letter-spacing: 1px;
    color: #222222;
}

.contact_desc p {
    font-size: 16px;
    font-weight: lighter;
    padding: 20px 0px;
    color: #222222;
}

.contact_way h2 {
    padding: 50px 0px 30px;
    font-size: 16px;
    font-weight: normal;
    color: #222222;
}

.contact_way ul {
    justify-content: left;
}

.contact_way ul li {
    margin-right: 110px;
}

.contact_way ul li h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    color: #666666;
}

.contact_way ul li h3 i {
    color: #666666;
    ;
    padding-right: 12px;
}

.contact_way ul li p {
    font-size: 16px;
    line-height: 36px;
    color: #222222;
    padding-left: 33px;
}

.contact_way ul li p a {
    color: #222222;
    font-weight: lighter;
    font-family: 'Calibri';
}

.contact_way ul li p a.contact_waytel {
    margin-left: 20px;
}

.contact_way ul li p a:hover {
    color: #003d8c;
}

.contact_item {
    width: 100%;
    margin-top: 100px;
    background-color: #e6effa;
    padding: 60px 0px;
}

.contact_part {
    width: 100%;
}

.contact_part_l {
    width: 33%;
}

.contact_ewm {
    max-width: 110px;
}

.contact_part_info h3 {
    font-size: 36px;
    font-weight: lighter;
    line-height: 48px;
    letter-spacing: 1px;
    color: #222222;
    padding-bottom: 30px;
}

.contact_part_info p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 48px;
    color: #222222;
}

.contact_part_info a {
    font-size: 16px;
    font-weight: lighter;
    color: #222222;
    padding-right: 20px;
    text-decoration: underline;
    line-height: 48px;
}

.contact_part_r {
    width: 60%;
    padding: 15px;
    background-color: #ffffff;
}


/* about us */

.abouttitle {
    text-align: center;
}

.abouttitle h2 {
    font-size: 24px;
    font-weight: lighter;
    line-height: 36px;
    letter-spacing: 1px;
    color: #222222;
}

.aboutimg img {
    margin: 50px auto 40px;
}
.aboutinfo {
    padding: 0px;
}
.aboutinfo p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 32px;
    letter-spacing: 1px;
    color: #222222;
    text-indent: 2em;
}

.abouticons {
    width: 100%;
    margin-top: 100px;
    padding: 50px 0px;
    border-top: 1px solid #f2f3f5;
    border-bottom: 1px solid #f2f3f5;
}

.num ul li {
    float: left;
    width: 25%;
    background: url(../images/about_icon1.png) no-repeat left;
    background-position-x: 40px;
    padding-left: 150px;
}

.num ul li.li-2 {
    background-image: url(../images/about_icon2.png);
}

.num ul li.li-3 {
    background-image: url(../images/about_icon3.png);
}

.num ul li.li-4 {
    background-image: url(../images/about_icon4.png);
}

.num ul li b {
    font-size: 43px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #222222;
}

.num ul li b i {
    font-family: 'Calibri';
}

.num ul li p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 36px;
    color: #666666;
}

.aboutpic {
    width: 100%;
    height: 960px;
    background: url(../images/about_pic.jpg) no-repeat center;
    background-size: cover;
    margin-top: 160px;
}

.aboutpic_desc {
    text-align: center;
    padding-top: 150px;
}

.aboutpic_desc h3 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    padding-bottom: 40px;
}

.aboutpic_desc h3 p {
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: 1px;
    color: #ffffff;
    padding-top: 20px;
}

.honor {
    width: 100%;
    height: 740px;
    background: url(../images/honor_bg.jpg) no-repeat center;
    background-size: cover;
}

.honoritem {
    padding-top: 140px;
}


/* snBrand_honor 本例子css */

.snBrand_honor {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.snBrand_honor h2 {
    position: relative;
    font-size: 36px;
    font-weight: lighter;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #222222;
}

.snBrand_honor h2 a {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    font-family: "SimSun";
}

.snBrand_honor h2 a:hover {
    color: #f60;
}

.snBrand_honor ol {
    float: left;
    width: 150px;
    height: auto;
    margin-top: 70px;
}

.snBrand_honor ol li {
    overflow: hidden;
    margin-bottom: 50px;
    border-bottom: 1px solid #ffffff;
    transition: all .5s;
}

.snBrand_honor ol li a strong {
    display: block;
    font-size: 43px;
    font-family: 'Calibri';
    font-weight: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #cacbcc;
    transition: all .5s;
    padding-bottom: 10px;
}

.snBrand_honor ol li a p {
    font-size: 20px;
    font-weight: lighter;
    line-height: 36px;
    letter-spacing: 1px;
    color: #999999;
}

.snBrand_honor ol li.on,
.snBrand_honor ol li:hover {
    border-bottom: 1px solid #003d8c;
}

.snBrand_honor ol li.on a strong,
.snBrand_honor ol li:hover a strong {
    color: #003d8c;
}


/* .snBrand_honor ul {   background: #f7f8fa;} */

.snBrand_honor ul li {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}


/* 本例子css */

.snBrand_honor_ul {
    width: 80%;
    float: right;
    margin-top: 50px;
}

.snBrand_honor_ul li {
    position: relative;
    height: 380px;
}

.snBrand_honor_ul .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.snBrand_honor_ul .swiper-slide {
    background-size: cover;
    background-position: center;
}

.snBrand_honor_ul .mySwiper2 {
    height: auto;
    width: 70%;
    float: left;
}

.snBrand_honor_ul .mySwiper {
    height: auto;
    width: 30%;
    float: left;
    box-sizing: border-box;
    height: 300px;
    text-align: right;
    padding: 30px 0px;
    margin-top: 30px;
}

.snBrand_honor_ul .mySwiper .swiper-slide {
    width: 80%;
    margin-left: 10%;
}

.snBrand_honor_ul .mySwiper .swiper-slide p {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 36px;
    letter-spacing: 1px;
    cursor: default;
    color: #111111;
}

.snBrand_honor_ul .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.snBrand_honor_ul .mySwiper .swiper-slide-thumb-active p {
    color: #003d8c;
    letter-spacing: 2px;
    cursor: default;
    font-weight: lighter;
}

.snBrand_honor_ul .swiper-slide img {
    display: block;
    object-fit: cover;
    width: auto;
    max-height: 390px;
}

.snBrand_honor_ul .swiper-button-next {
    bottom: 0px;
    right: 14%;
    top: unset;
    transform: rotate(90deg);
    text-align: center;
}

.snBrand_honor_ul .swiper-button-prev {
    top: 20px;
    right: 14%;
    left: unset;
    transform: rotate(90deg);
    text-align: center;
}

.snBrand_honor_ul .swiper-button-next:after,
.snBrand_honor_ul .swiper-button-prev:after {
    color: #999999;
    font-size: 30px;
}

.history {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 90px;
}

.history ul {
    margin-top: 55px;
}

.history ul li {
    width: 100%;
    height: 310px;
    background: url(../images/history_line.png) no-repeat center bottom;
    background-color: #f7f8fa;
}

.history ul li:nth-child(2n) {
    background-color: #ffffff;
}

.history_title {
    width: 216px;
    height: 70px;
    margin: 0 auto;
    border-top: 1px solid #f2f3f5;
    border-bottom: 1px solid #f2f3f5;
}

.history_title h3 {
    font-size: 36px;
    font-family: 'Calibri';
    font-weight: normal;
    text-align: center;
    line-height: 70px;
    letter-spacing: 1px;
    color: #222222;
}

.history ul li .history_desc {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 67px;
}

.history ul li .history_desc h3 {
    padding: 60px 0px 5px 0px;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #222222;
}

.history ul li .history_desc p {
    font-size: 16px;
    font-weight: lighter;
    padding-top: 5px;
    letter-spacing: 1px;
    color: #666666;
    line-height: 28px;
}

.history ul li:nth-child(2n) .history_desc {
    float: right;
    text-align: left;
    padding-left: 67px;
    padding-right: 0px;
}

.history_more a {
    width: 240px;
    height: 40px;
    display: block;
    border: solid 1px #222222;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    color: #222222;
    margin: 80px auto 0px;
    transition: all .5s;
}

.history_more a:hover {
    background-color: #222222;
    color: #ffffff;
}


/* product page */

.propage_nav {
    width: 100%;
    height: 60px;
    background-color: #222222;
}

.propage_navitem {
    justify-content: flex-end;
}

.propage_navitem li {
    margin-left: 60px;
}

.propage_navitem li a {
    display: block;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #999999;
    transition: all .5s;
}

.propage_navitem li a:hover {
    color: #ffffff;
}

.propage_top {
    width: 100%;
    padding: 110px 0px;
}

.propage_img {
    width: 100%;
    height: 346px;
    background-color: #f7f8fa;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.propage_img img {
    margin: 0 auto;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.propage_desc {
    width: 100%;
    padding-left: 50px;
}

.propage_title {
    border-bottom: 1px solid #f2f3f5;
}

.propage_title h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 1px;
    color: #222222;
}

.propage_title h3 {
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 1px;
    color: #222222;
    padding: 20px 0px 25px;
}

.propage_descinfo {
    margin-top: 35px;
}

.propage_descinfo p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #222222;
    line-height: 36px;
}

.propage_descinfo p span {
    color: #666666;
}

.propage_contact {
    margin-top: 55px;
}

.propage_contact a {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #222222;
    text-align: center;
    display: block;
    width: 240px;
    height: 40px;
    border: solid 1px #222222;
    transition: all .5s;
}

.propage_contact a:hover {
    background-color: #222222;
    color: #ffffff;
}

.propage_content {
    width: 100%;
}

.procontent_title {
    width: 100%;
    height: 100px;
    background-color: #111111;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.procontent_title p {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    padding-bottom: 5px;
}

.procontent_title span {
    font-size: 13px;
    font-weight: lighter;
    letter-spacing: 0px;
    color: #999999;
    display: block;
}

.propage_content table {
    width: 100%;
    border-bottom: 8px solid #cacbcc;
    table-layout: fixed;
}

.propage_content table tr {
    width: 100%;
    justify-content: flex-start;
}

.propage_content table tr td {
    padding-left: 30px;
    width: 50%;
    font-size: 16px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #222222;
}

.propage_content table tr:nth-child(2n) {
    background-color: #e6effa;
}

.propage_content table tr.pro_table_1 {
    height: 80px;
    background-color: #ffffff;
}

.propage_content table tr.pro_table_1 th {
    font-size: 24px;
    line-height: 80px;
    letter-spacing: 1px;
    width: 100%;
    color: #222222;
    padding-left: 30px;
}

.propage_xg {
    width: 100%;
    padding: 80px 0px 100px;
    margin-top: 110px;
    background-color: #f7f8fa;
}

.propage_xgname {
    margin-bottom: 35px;
}

.propage_xgname h2 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #222222;
}

.propage_xglist ul {
    flex-wrap: wrap;
}

.propage_xglist ul li {
    width: 23.5%;
    height: 220px;
}

.propage_xglist ul li a {
    display: block;
}

.propage_xgimg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.propage_xgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.propage_xgdesc h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 20px;
    color: #222222;
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.propage_xglist ul li:hover .propage_xgimg img {
    transform: scale(1.05);
}

.propage_xglist ul li:hover .propage_xgdesc h3 {
    color: #003d8c;
}


/* media */

@media (max-width:1760px) {
    .idx_prolist ul li {
        height: auto;
        padding-bottom: 50px;
    }
    .w3cFocus .next {
        right: -80px;
    }
    .w3cFocus .prev {
        left: -80px;
    }
    .bannerdesc {
        padding: 10% 0px 0px 10%;
    }
}

@media (max-width:1500px) {
    .w3cFocusIn .hd {
        width: 100%;
        margin-left: 0px;
        left: 0px;
    }
    .w3cFocusIn .hd ul li {
        width: 15%;
        margin-right: 0px;
        margin-left: 1.5%;
    }
}

@media (max-width:1470px) {
    .navitem ul li a {
        padding: 0px 16px;
    }
    .w3cFocus .next {
        right: -50px;
    }
    .w3cFocus .prev {
        left: -50px;
    }
    .idx_show_descright {
        margin-right: 1%;
    }
    .slideTxtBox .bd li {
        padding: 22px 15px;
    }
    .contact_part_l {
        width: 36%;
    }
    .patent_right {
        width: 57%;
    }
    .footinfo h4 p {
        padding-left: 130px;
    }
}

@media (max-width:1440px) {
    .search_item {
        width: 95%;
    }
    .customSwiper .swiper-slide-active {
        width: 748px !important;
    }
    .idx_custm_img img {
        height: 450px;
    }
    .prolist_item {
        padding: 20px 20px 60px;
    }
    .prolist_item_desc button {
        width: 80%;
    }
    .prolistpage {
        padding-bottom: 0px;
    }
    .honor {
        background-position-x: -200px;
    }
    .footinfo h4 p {
        padding-left:120px;
    }
}

@media (max-width:1400px) {
    .idx_show_descleft {
        width: 70%;
    }
    .idx_show_descright {
        width: 20%;
    }
    .idx_show_descright {
        margin-right: 2%;
    }
    .navitem ul .snBrand ul {
        margin-right: 0px;
    }
    .footinfo h4 p {
        padding-left:110px;
    }
}

@media (max-width:1366px) {
    .seartel a.lang {
        padding: 0px 16px;
    }
    .w3cFocusIn .hd ul li img {
        width: 25px;
    }
    .num ul li {
        background-position-x: 0px;
        padding-left: 100px;
    }
    .idx_aboutdesc p {
        padding: 0px 10%;
    }
    .footinfo h4 p {
        padding-left:80px;
    }
}

@media (max-width:1340px) {
    .navitem ul {
        margin-right: 25px;
    }
    .navitem ul li a {
        padding: 0px 12px;
    }
    .patent_right {
        width: 50%;
        margin-top: 100px;
    }
    .patent_videobg {
        width: 80%;
        height: 295px;
    }
    .patent_videobg i {
        line-height: 295px;
    }
    .patent_honor {
        max-width: 80%;
    }
    .idx_show_descright {
        width: 20%;
    }
    .idx_show_descright {
        margin-right: 1%;
    }
    .contact_part_l {
        width: 38%;
    }
}

@media (max-width:1290px) {
    .customSwiper .swiper-button-next {
        right: 5%;
    }
    .customSwiper .swiper-button-prev {
        left: 5%;
    }
    .idx_show_descright {
        margin-right: 5%;
    }
    .slideTxtBox .bd li a {
        width: 85%;
    }
    .slideTxtBox .bd li .date {
        padding-top: 10px;
    }
    .solution_desc p {
        padding-right: 20px;
    }
    .newslist_img {
        height: 150px;
    }
    .aboutinfo {
        padding: 0px 5%;
    }
}

@media (max-width:1220px) {
    .navitem ul {
        margin-right: 15px;
        padding-right: 15px;
    }
    .navitem ul li a {
        font-size: 15px;
    }
    .idx_show_descright {
        margin-right: 1%;
    }
    .contact_way ul li {
        width: 33%;
        margin-right: 0px;
    }
    .contact_part_l {
        display: block;
    }
    .contact_ewm {
        margin-bottom: 20px;
    }
    .honor {
        background-position-x: -270px;
    }
    .snBrand_honor_ul .mySwiper .swiper-slide p {
        font-size: 16px;
    }
    .snBrand_honor_ul .mySwiper .swiper-slide-thumb-active p {
        letter-spacing: 0px;
    }
    .idx_custm_desc p {
        padding: 20px 30px 30px;
    }
    .aboutinfo {
        padding: 0px 1%;
    }
}

@media (max-width:1160px) {
    .seartel a {
        font-size: 20px;
        letter-spacing: 0px;
    }
    .patent_right {
        width: 45%;
        margin-top: 90px;
    }
    .patent_videobg {
        width: 70%;
        height: 200px;
    }
    .patent_videobg i {
        line-height: 200px;
    }
    .patent_honor {
        max-width: 70%;
    }
    .idx_show_descleft {
        width: 65%;
    }
    .idx_show_descright {
        margin-left: 100px;
        float: left !important;
        margin-right: 0px;
    }
    .idx_partner {
        height: 780px;
    }
}

@media (max-width:1130px) {
    .navitem ul li a {
        padding: 0px 6px;
    }
    .patent {
        height: auto;
        padding: 50px 0px;
    }
    .patent_left {
        float: unset !important;
    }
    .patent_right {
        width: 100%;
        margin-top: 90px;
        float: unset !important;
    }
    .patent_videobg {
        width: 80%;
        height: 368px;
    }
    .patent_videobg i {
        line-height: 368px;
    }
    .patent_honor {
        max-width: 80%;
    }
    .w3cFocusIn .hd ul li img {
        width: 20px;
    }
    .solution {
        padding-bottom: 0px;
    }
    .bannerdesc {
        padding: 10% 0px 0px 5%;
    }
    .idx_custm_next,
    .idx_custm_prev {
        top: -150px !important;
    }
}

@media (max-width:1064px) {
    .idx_prolist ul li a {
        padding-top: 50px;
    }
    .w3cFocusIn .bd li img {
        height: 480px;
    }
    .w3cFocusIn .hd {
        bottom: 180px;
    }
    .w3cFocus .prev,
    .w3cFocus .next {
        top: 22%;
    }
    .idx_show_descleft h3 {
        padding-top: 60px;
    }
    .w3cFocus {
        height: auto;
    }
    .newslist_img {
        height: 130px;
    }
    .history ul li .history_desc h3 {
        font-size: 20px;
    }
}

@media (max-width:1035px) {
    .seartel i {
        font-size: 20px;
    }
    .seartel a {
        font-size: 18px;
    }
    .seartel a.lang {
        padding: 0px 10px;
    }
    .customSwiper .swiper-slide-active {
        width: 548px !important;
    }
    .idx_custm_img img {
        height: 350px;
    }
    .customSwiper .swiper-button-next,
    .customSwiper .swiper-button-prev {
        top: 40%;
    }
    .joblist table tr td.job_td2 a {
        padding-left: 20%;
    }
    .jobpage {
        padding: 0px 50px;
    }
    .contact_way ul {
        align-items: flex-start;
    }
    .num ul li p {
        font-size: 12px;
    }
    .num ul li {
        background-size: 60px;
        padding-left: 80px;
    }
    .num ul li b {
        font-size: 33px;
    }
}

@media (max-width:1000px) {
    .navitem ul li a {
        font-size: 16px;
    }
    .idx_prolist ul li a img {
        margin: 50px auto;
        width: 150px;
    }
    .idx_partner {
        height: 680px;
    }
    .newslist_name h1 {
        font-size: 30px;
    }
    .joblist table tr td a {
        font-size: 13px;
    }
    .contact_way ul li p a {
        display: block;
    }
    .contact_way ul li p a.contact_waytel {
        margin-left: 0px;
    }
    .honor {
        height: auto;
        padding-bottom: 100px;
        background-position: center;
        background-size: cover;
    }
    .honoritem {
        padding-top: 100px;
    }
    .snBrand_honor ol {
        width: 100%;
    }
    .snBrand_honor ol li {
        float: left;
        width: 20%;
        margin-right: 10%;
    }
    .snBrand_honor_ul {
        width: 100%;
        margin-top: 0px;
    }
    .snBrand_honor_ul .swiper-slide img {
        max-width: 100%;
    }
    .propage_desc {
        padding-left: 20px;
    }
    .bannerdesc h2 {
        font-size: 30px;
    }
    .bannerdesc h3 {
        font-size: 26px;
        padding: 0px 0px 20px;
    }
    .idx_prolist ul li:nth-child(2n) .idx_prohov_desc,
    .idx_prolist ul li .idx_prohov_desc {
        margin: 0px;
    }
    .idx_prolist ul li:nth-child(2n) .idx_prohov,
    .idx_prolist ul li .idx_prohov {
        justify-content: center;
    }
    .newslist_more {
        margin-bottom: 30px;
    }
}

@media (max-width:950px) {
    .seartel a {
        font-size: 16px;
    }
    .navitem ul li a {
        font-size: 13px;
        padding: 0px 4px;
    }
    .patent_videobg {
        height: 328px;
    }
    .patent_videobg i {
        line-height: 328px;
    }
    .idx_show_descright {
        margin-left: 80px;
    }
    .w3cFocusIn .hd ul li span {
        margin-left: 0px;
    }
    .idx_news_img img {
        object-fit: contain;
    }
    .idx_news_nav {
        margin-top: 40px;
    }
    .newslist_img {
        height: 200px;
    }
    .history ul li .history_desc {
        padding-right: 30px;
    }
    .history ul li:nth-child(2n) .history_desc {
        padding-left: 30px;
        padding-right: 0px;
    }
    .history ul li .history_desc h3 {
        font-size: 16px;
    }
}

@media (max-width:830px) {
    .seartel a {
        font-size: 16px;
    }
    .navitem ul li a {
        font-size: 12px;
        padding: 0px 3px;
    }
    .w3cFocusIn .bd li img {
        height: 380px;
    }
    .w3cFocusIn .hd ul li {
        margin-left: .5%;
        width: 16%;
    }
    .w3cFocusIn .hd ul li span {
        font-size: 12px;
    }
    .num ul li {
        background-size: 40px;
        padding-left: 50px;
    }
    .num ul li b {
        font-size: 23px;
    }
}

@media (max-width:768px) {
    .customSwiper .swiper-slide-active {
        width: 408px !important;
    }
    .idx_custm_img img {
        height: 250px;
    }
    .newslist_item {
        margin-top: 50px;
    }
    .joblist table tr td.job_td2 a {
        padding-left: 10%;
    }
    .idx_custm_next,
    .idx_custm_prev {
        top: -170px !important;
    }
    .idx_custm_next,
    .idx_custm_swiper .swiper-container-rtl .idx_custm_prev {
        right: 20px !important;
    }
    .idx_custm_prev,
    .idx_custm_swiper .swiper-container-rtl .idx_custm_next {
        left: 20px !important;
    }
}

@media (max-width:700px) {
    .wapnav {
        width: 20%;
    }
    .wapnav_item {
        width: 70%;
    }
    .wapnav_item ul li .wapernav a {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .banner .swiper-pagination-bullet {
        width: 18px;
        height: 3px;
        border-radius: 2px;
    }
    .banner .swiper-pagination-bullet-active {
        width: 36px;
        height: 3px;
    }
    .customSwiper .swiper-slide-active {
        width: 100% !important;
    }
    .idx_custm_img img {
        height: auto;
    }
    .idx_title h2,
    .idx_aboutdesc h1 {
        font-size: 28px;
    }
    .idx_pro {
        padding: 60px 0px;
    }
    .idx_prolist ul li {
        width: 100%;
    }
    .patent_left h3 {
        font-size: 30px;
        padding-top: 20px;
    }
    .patent_left .patent_desc p {
        background-position-y: 7px;
    }
    .patent_right {
        margin-top: 50px;
    }
    .patent_videobg {
        height: 150px;
        width: 75%;
    }
    .patent_videobg i {
        line-height: 150px;
    }
    .patent_honor {
        width: 75%;
    }
    .idx_about {
        height: 600px;
    }
    .idx_aboutdesc h1 {
        padding-top: 60px;
    }
    .idx_aboutdesc p {
        padding: 0px 20px;
    }
    .idx_show,
    .idx_custm {
        padding: 60px 0px;
    }
    .w3cFocus {
        padding-bottom: 0px;
    }
    .idx_show_descleft {
        width: 100%;
        float: unset !important;
    }
    .idx_show_descright {
        margin: 0px auto;
        width: 50%;
        float: unset !important;
    }
    .idx_show_descright button {
        margin-top: 40px;
    }
    .idx_show_descleft h3 {
        padding: 40px 0px 20px;
    }
    .w3cFocus .next,
    .w3cFocus .prev {
        display: none;
    }
    .w3cFocusIn .bd li img {
        height: 300px;
    }
    .w3cFocusIn .hd {
        bottom: 46.5%;
    }
    .idx_news {
        padding-bottom: 60px;
    }
    .idx_news_desc h3 {
        padding-top: 0px;
    }
    .slideTxtBox .hd ul {
        width: 100%;
    }
    .slideTxtBox .hd ul li {
        width: 33%;
        font-size: 16px;
    }
    .idx_news_nav {
        padding: 20px 10px;
    }
    .slideTxtBox .bd li a {
        width: 100%;
    }
    .slideTxtBox .bd li .date {
        float: unset;
        margin-bottom: 20px;
        display: block;
    }
    .slideTxtBox .bd li .date p {
        display: inline;
    }
    .idx_news .idx_title h2,
    .idx_pro .idx_title h2 {
        padding-bottom: 30px;
    }
    .wapcustomSwiper .swiper-button-next,
    .wapcustomSwiper .swiper-button-prev {
        top: 39%;
    }
    .idx_partner {
        height: 400px;
        padding-top: 60px;
    }
    .idx_partner_swiper {
        margin-top: 0px;
    }
    .partnerSwiper .swiper-pagination {
        bottom: 40px;
    }
    .idx_mess {
        padding-top: 60px;
        height: auto;
        padding-bottom: 60px;
    }
    .idx_mess .idx_title h2 {
        font-size: 28px;
        padding-bottom: 0px;
    }
    .idx_mess_item {
        width: 100%;
        padding: 20px;
    }
    .mess_input {
        flex-wrap: wrap;
        height: auto;
    }
    .mess_input input {
        width: 100%;
        margin-top: 30px;
    }
    .mess_textare {
        margin-top: 50px;
    }
    .foot {
        padding: 0px;
    }
    .prolistpage {
        padding: 60px 0px;
    }
    .prolist_more {
        margin: 60px 0px 0px;
    }
    .solution {
        padding-top: 60px;
    }
    .solution_item ul li {
        width: 100%;
        margin-bottom: 40px;
    }
    .solution_care,
    .newslist {
        padding: 60px 0px;
    }
    .newslist_name h1 {
        padding-bottom: 40px;
    }
    .newslist_nav {
        justify-content: left;
    }
    .newslist_nav ul li {
        float: left;
        margin-left: 0px;
        margin-right: 30px;
    }
    .joblist {
        padding-bottom: 60px;
    }
    .joblist_search {
        float: left;
        width: 100%;
    }
    .joblist_search input {
        width: 75%;
    }
    .joblist table tr td {
        font-size: 16px;
    }
    .joblist table tr td.job_td1 {
        padding-left: 15px;
    }
    .joblist table tr td a {
        font-size: 12px;
    }
    .joblist_join p {
        padding: 0px 10px;
    }
    .joblist_join a {
        width: 80%;
    }
    .jobpage {
        padding: 0px 10px;
    }
    .jobpage h2 {
        font-size: 26px;
    }
    .jobpage_item {
        padding-bottom: 60px;
    }
    .contact_way ul,
    .contact_part {
        flex-wrap: wrap;
    }
    .contact_way ul li,
    .contact_part_l {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact_item {
        margin-top: 60px;
    }
    .contact_part_r {
        width: 100%;
    }
    .snBrand_honor ol li {
        width: 30%;
        margin-right: 3%;
    }
    .num ul li {
        width: 100%;
        margin-bottom: 50px;
        background-position-x: 60px;
        padding-left: 160px;
    }
    .snBrand_honor_ul .mySwiper2,
    .snBrand_honor_ul .mySwiper {
        width: 100%;
    }
    .snBrand_honor_ul .mySwiper {
        height: auto;
        margin-top: 0px;
    }
    .snBrand_honor_ul .mySwiper .swiper-slide {
        margin-left: 0px;
        height: 80px !important;
        line-height: 100px;
        padding: 10px 5px;
    }
    .snBrand_honor_ul .mySwiper .swiper-slide p {
        letter-spacing: 0px;
        font-size: 12px;
    }
    .snBrand_honor_ul .swiper-button-prev {
        left: 0px;
        top: 30%;
        right: unset;
        transform: none;
    }
    .snBrand_honor_ul .swiper-button-next {
        right: 0px;
        top: 30%;
        left: unset;
        transform: none;
    }
    .snBrand_honor_ul .swiper-slide img {
        height: 210px;
        object-fit: cover;
    }
    .abouticons {
        margin-top: 60px;
        padding-bottom: 0px;
    }
    .aboutpic {
        margin-top: 60px;
        height: 500px;
    }
    .aboutpic_desc,
    .honoritem {
        padding-top: 60px;
    }
    .snBrand_honor ol {
        margin-top: 30px;
    }
    .snBrand_honor ol li a p {
        font-size: 18px;
    }
    .abouttitle h2 {
        font-size: 22px;
    }
    .history {
        padding-top: 0px;
        padding-bottom: 60px;
    }
    .history ul {
        margin-top: 0px;
    }
    .history ul li {
        background: none;
        background-color: #f7f8fa;
        height: auto;
        padding-bottom: 30px;
    }
    .history ul li .history_desc,
    .history ul li:nth-child(2n) .history_desc {
        width: 100%;
        text-align: center;
        padding: 0px;
    }
    .history ul li .history_desc h3 {
        padding-top: 30px;
        letter-spacing: 0px;
        padding-bottom: 15px;
        line-height: 32px;
    }
    .history ul li .history_desc p {
        letter-spacing: 0px;
        line-height: 30px;
    }
    .propage_nav {
        height: auto;
    }
    .propage_navitem {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .propage_navitem li {
        margin-left: 0px;
        margin-right: 15px;
    }
    .propage_top {
        padding: 60px 0px;
    }
    .propage_desc {
        padding-left: 0px;
        margin-top: 30px;
    }
    .propage_xglist ul li {
        width: 48%;
        height: auto;
        margin-top: 20px;
    }
    .propage_xgdesc h3 {
        font-size: 13px;
    }
    .propage_xg {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .propage_xgname {
        margin-bottom: 10px;
    }
    .bannerdesc {
        padding: 8% 0px 0px 5%;
    }
    .bannerdesc h2 {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .bannerdesc h3 {
        font-size: 16px;
        padding: 10px 0px 20px;
        letter-spacing: 0px;
    }
    .bannerdesc a {
        width: 100px;
        line-height: 16px;
        height: auto;
        font-size: 12px;
    }
    .banner .swiper-pagination {
        bottom: 10px;
    }
    .idx_custm_desc {
        padding-top: 40px;
    }
    .idx_custm .idx_title h2 {
        padding-bottom: 20px;
    }
    .idx_partner_swiper .swiper-slide img {
        margin-bottom: 90px;
    }
    .idx_custm_next,
    .idx_custm_prev {
        top: -150px !important;
    }
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after,
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        font-size: 30px;
    }
    .patentSwiper .swiper-button-next:after,
    .patentSwiper .swiper-button-prev:after {
        font-size: 20px;
    }
    .newspage_title h2 {
        font-size: 26px;
    }
    .newspage_right {
        padding-left: 0px;
    }
    .partnerSwiper_next,
    .partnerSwiper_prev {
        display: none;
    }
    .propage_content table tr td {
        font-size: 16px;
    }
    .solution_more {
        padding-left: 0px;
    }
    .honor {
        padding-bottom: 0px;
    }
    .newspage_detail {padding-top: 0px;}
    .newspage_left {padding-bottom: 0px;}
    
}

@media (max-width:440px) {}

@media (max-width:380px) {}

@media (max-width:360px) {
    .wapsearch input {
        width: 75%;
    }
    .w3cFocusIn .bd li img {
        height: 200px;
    }
    .w3cFocusIn .hd {
        bottom: 50.5%;
    }
    .w3cFocusIn .hd ul li {
        width: 32%;
        margin-left: 1%;
        height: auto;
        padding-bottom: 15px;
        padding-top: 5px;
    }
}

@media (max-width:320px) {
    .idx_title h2 {
        font-size: 26px;
    }
    .patent_left h3 {
        font-size: 26px;
    }
    .patent_videobg {
        height: 120px;
        width: 70%;
    }
    .patent_videobg i {
        line-height: 120px;
    }
    .patent_honor {
        width: 70%;
    }
    .w3cFocusIn .hd {
        bottom: 54%;
    }
    .w3cFocusIn .hd ul li {
        padding-bottom: 10px;
    }
    .solution_ewm {
        width: 100%;
    }
    .solution_link {
        width: 150px;
    }
    .newslist_nav ul li {
        margin-right: 20px;
    }
    .newslist_nav ul li a {
        font-size: 16px;
    }
    .bannerdesc h2 {
        font-size: 16px;
    }
}