@charset "utf-8";
html {
    min-width: 1180px;
}

.banned {
    position: relative;
    font-size: 16px;
}

.fullcolumn {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.fullcolumn .full_logo {
    padding-left: 3em;
    padding-top: 2em;
}

.fullcolumn .full_logo img {
    width: auto;
    height: 3.25em;
}

.fullcolumn .full_language {padding-top: 1.5em; width: 23em; padding-right: 6em;}

.fullcolumn .full_language b {
    color: #fff;
    font-size: 1.8em;
}

.fullcolumn .full_language b i {
    font-size: 1em;
    padding-right: 0.3em;
}

.fullcolumn .full_language a {
    float: left;
    color: #ffffff;
    font-size: 0.75em;
    margin: 0 1em;
    display: block;
    line-height: 3;
}

.banned .swiper {
    height: 100vh;
}

.banned .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banned .swiper-button-prev, .banned .swiper-button-next {
    color: #ffffff;
    opacity: 0.8;
    width: 3.2em;
    height: 3.2em;
    background: rgb(0 0 0 / 50%);
    border-radius: 50%;
}

.banned .swiper-button-prev {
    left: 1.5em;
}

.banned .swiper-button-next {
    right: 1.5em;
}

.banned .swiper-button-next:after, 
.banned .swiper-button-prev:after {
    font-size: 1.5em;
}

.banned .banner_nav {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 2.5em;
}

.banned .banner_nav .list {
}


.banned .banner_nav .list .item {
    width: 7.5em;
    height: 7.5em;
    margin: 0 0.45em;
    background-size: 100% 100%;
}

.banned .banner_nav .list .item span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1em;
    color: #fff;
    padding-top: 5.5em;
}

.banned .banner_nav .list .item1 {
    background-image: url(../images/banner-ico-01.png);
}

.banned .banner_nav .list .item2 {
    background-image: url(../images/banner-ico-02.png);
}

.banned .banner_nav .list .item3 {
    background-image: url(../images/banner-ico-03.png);
}

.banned .banner_nav .list .item4 {
    background-image: url(../images/banner-ico-04.png);
}

.banned .banner_nav .list .item5 {
    background-image: url(../images/banner-ico-05.png);
}

.banned .banner_nav .list .item6 {
    background-image: url(../images/banner-ico-06.png);
}

.banned .banner_nav .list .item1:hover {
    background-image: url(../images/banner-ico-h-01.png);
}

.banned .banner_nav .list .item2:hover {
    background-image: url(../images/banner-ico-h-02.png);
}

.banned .banner_nav .list .item3:hover {
    background-image: url(../images/banner-ico-h-03.png);
}

.banned .banner_nav .list .item4:hover {
    background-image: url(../images/banner-ico-h-04.png);
}

.banned .banner_nav .list .item5:hover {
    background-image: url(../images/banner-ico-h-05.png);
}

.banned .banner_nav .list .item6:hover {
    background-image: url(../images/banner-ico-h-06.png);
}

.header {
    font-size: 16px;
    height: 4.375em;
}

.header .box {
    width: 100%;
    z-index: 100;
    position: relative;
    top: 0;
    left: 0;
}

.header .logo {
    height: 4.375em;
    padding: 0.9375em 4em 0.9375em 0;
}

.header .logo img {
    height: 2.5em;
}

.header .mobnav-nav-btn {
    display: none;
}

.header .header-nav {
    flex: 1;
}

.header .header-nav .nav {
    width: 90%;
    float: left;
    position: relative;
}

.header .header-nav .nav-li {
    width: 14%;
    position: relative;
}

.header .header-nav .nav-li a {
    display: block;
    position: relative;
    height: 4.375em;
    line-height: 4.375;
    text-align: center;
    transition: all 0.45s;
}

.header .header-nav .nav-li.on>a:after {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    border-radius: 2px;
    background: var(--theme);
}

.header .header-nav .nav-li a span {}

.header .header-nav .sliding-box {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    border-radius: 2px;
    background: var(--theme);
    transition: all 0.45s;
}

.header .header-nav .nav:hover .sliding-box {
    width: 14%;
}

.header .header-nav .nav-li:hover a,.header .header-nav .nav-li.on a {
    color: var(--theme);
}

.header .header-nav .nav_list {
    display: none;
    position: absolute;
    min-width: 100%;
    z-index: 100;
    top: 94%;
}

.header .header-nav .nav-li:hover .nav_list { display: block; }

.header .header-nav .nav_list li a {
    background: #f3f3f3;
    height: auto;
    font-size: 0.875em;
    line-height: 3.75em;
    color: var(--text) !important;
}

.header .header-nav .nav_list li a:hover {
    background: #ffffff;
}

.header .header-nav .language {
    float: right;
    text-align: right;
    width: 10%;
    height: 4.375em;
    position: relative;
}

.header .header-nav .language .iconfont {
    color: #000000;
    font-weight: bold;
    line-height: 3.5;
    font-size: 1.25em;
    padding: 0 1em;
}

.header .header-nav .language .language-link {
    color: #000000;
    font-weight: bold;
    line-height: 4.375;
}

.header .header-nav .language .search {
    position: absolute;
    right: 0;
    top: 4.4em;
    display:none;
    padding: 1.5em;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.header .header-nav .language .search input[type="text"] {
    background: var(--background);
    width: 16em;
    height: 2.5em;
    border: 1px solid transparent;
    padding: 0 1em;
    border-radius: 2.5em 0 0 2.5em;
    font-size: 1em;
}

.header .header-nav .language .search button {
    position: relative;
    z-index: 1;
    height: 2.5em;
    width: 5.5em;
    border: none;
    background: var(--theme);
    color: #fff;
    border-radius: 0 2.5em 2.5em 0;
    font-size: 1em;
}

.header .header-nav .language .search form {
    width: 21em;
}

.header.header-index {}

.header.header-index .box {
    background: #f3f3f3;
    border-bottom: 1px solid #cccccc;
}

.section {
    font-size: 16px;
    padding: 2.5em 0;
}

.section .name {
    text-align: center;
    font-size: 2em;
    line-height: 1.8;
    position: relative;
    margin-bottom: 1.5em;
}

.section .name:after {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -4px;
    height: 4px;
    width: 4em;
    margin-left: -2em;
    border-radius: 2px;
    background: var(--theme);
}

.section1 {}

.section1 .name:after {
    width: 6em;
    margin-left: -3em;
}

.section1 .pro_menu {
    margin-bottom: 2em;
}

.section1 .pro_menu a {
    width: 14.5%;
    /*height: 4.2em;
    padding: 0.35em 1em;*/
    height: auto;
    padding: 1em 1em;
    border-radius: 2.1em;
    margin: 0 0.65%;
    text-align: center;
    border: 1px solid #ddd;
    background: #ffffff;
    transition: all 0.45s;
}

.section1 .pro_menu a i {
    display: block;
    width: 100%;
    height: 1.85em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.section1 .pro_menu a span {
    font-size: 1.125em;
}

.section1 .pro_menu a.on {
    background: #f5f5f5;
    color: var(--theme);
    border-color: var(--theme);
}

.section1 .pro_main {}

.section1 .pro_main .ul {
    display: none;
    width: 100%;
}

.section1 .pro_main .li {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 2em;
}

.section1 .pro_main .li:nth-child(3n) {
    margin-right: 0;
}

.section1 .pro_main .li a {
    display: block;
}

.section1 .pro_main .li .p_img {
    display: block;
    position: relative;
    width: 100%;
    height: 13.85em;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
}

.section1 .pro_main .li .p_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s;
}

.section1 .pro_main .li:hover .p_img img {
    transform: scale(1.2);
}

.section1 .pro_main .li .p_img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--theme);
    transition: all .4s;
}

.section1 .pro_main .li:hover .p_img:after {
    width: 100%;
}

.section1 .pro_main .li a h4 {
    font-weight: 400;
    font-size: 1em;
    text-align: center;
}

.section2 {
    background: #f8f8f8;
    padding: 2.5em 0 5em;
}

.section2 .pro_menu {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 2.5em;
}

.section2 .pro_menu .item {
    position: relative;
    padding-bottom: 2em;
    text-align: center;
    font-size: 1em;
    color: #a2a2a2;
    cursor: pointer;
    width: auto;
    transition: all 0.45s;
}

.section2 .pro_menu .item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 1px;
    background: var(--theme);
    transition: all 0.45s;
}

.section2 .pro_menu .item .iconfont {
    display: block;
    font-size: 2.95em;
}

.section2 .pro_menu .item1 .iconfont:before {
    content: "\e615";
}

.section2 .pro_menu .item2 .iconfont:before {
    content: "\e67d";
}

.section2 .pro_menu .item3 .iconfont:before {
    content: "\e60e";
}

.section2 .pro_menu .item4 .iconfont:before {
    content: "\e637";
}

.section2 .pro_menu .item5 .iconfont:before {
    content: "\e648";
}

.section2 .pro_menu .item6 .iconfont:before {
    content: "\e646";
}

.section2 .pro_menu .item7 .iconfont:before {
    content: "\e616";
}

.section2 .pro_menu .item span {
    display: block;
}

.section2 .pro_menu .item.on {
    color: var(--theme);
}

.section2 .pro_menu .item.on:after {
    left: 0;
    width: 100%;
}

.section2 .pro_main {}

.section2 .pro_main .ul {
    display: none;
}

.section2 .pro_main .li {}

.section2 .pro_main .li .img {
    width: 50%;
    height: 22.5em;
}

.section2 .pro_main .li .img a {}

.section2 .pro_main .li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section2 .pro_main .li .text {
    width: 50%;
    height: 22.5em;
    background-color: #eaedf1;
    padding: 2em 2em 2em 5em;
    position: relative;
}

.section2 .pro_main .li .text .info {
    position: relative;
    z-index: 1;
}

.section2 .pro_main .li .text .iconfont {
    z-index: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotateY(180deg);
    font-size: 10em;
    color: #bdbdbd;
    opacity: 0.2;
}

.section2 .pro_main .ul1 .li .text .iconfont:before {
    content: "\e615";
}
.section2 .pro_main .ul2 .li .text .iconfont:before {
    content: "\e67d";
}
.section2 .pro_main .ul3 .li .text .iconfont:before {
    content: "\e60e";
}
.section2 .pro_main .ul4 .li .text .iconfont:before {
    content: "\e637";
}
.section2 .pro_main .ul5 .li .text .iconfont:before {
    content: "\e648";
}
.section2 .pro_main .ul6 .li .text .iconfont:before {
    content: "\e646";
}

.section2 .pro_main .li .text h4 {
    margin-bottom: 0.8em;
    width: 100%;
    font-size: 1.55em;
    font-weight: bold;
    color: #444444;
    line-height: 1.55;
}

.section2 .pro_main .li .text .word {
    line-height: 1.75em;
    color: #666666;
    margin-bottom: 1.5em;
}

.section2 .pro_main .li .text .more {
    width: 160px;
    height: 48px;
    border: solid 1px var(--theme);
    line-height: 46px;
    text-align: center;
    color: var(--theme);
    border-radius: 24px;
    display: block;
    transition: all 0.45s;
}

.section2 .pro_main .li .text .more:hover {
    background: var(--theme);
    color: #ffff;
}

.section3 {
    padding-bottom: 0.5em;
}

.section3 .text {}

.section3 .text .img {
    width: 48.5%;
}

.section3 .text .img img {}

.section3 .text .info {
    width: 48.5%;
}

.section3 .text .info h4 {
    text-align: left;
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 1em;
}

.section3 .text .info .word {
    font-size: 1em;
    line-height: 1.5em;
    color: #666;
}

.section3 .text .info .word p {
    padding-bottom: 1em;
}

.section3 .text .info .more {
    width: 10.25em;
    line-height: 2.7em;
    display: block;
    color: #fff;
    text-align: center;
    margin-top: 1.5em;
    font-size: 0.875em;
    position: relative;
    border: 1px solid var(--theme);
    color: var(--theme);
    border-radius: 1.5em;
    text-align: center;
    transition: all 0.4s;
}

.section3 .text .info .more:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: var(--text);
    transition: all 0.45s;
}

.section3 .text .info .more:hover:before {
}

.section3 .text .info .more span {
    position: relative;
}

.section3 .text .info .more .iconfont {
    font-size: 1em;
    padding-left: 0.25em;
}

.section3 .text .info .more:hover {
    background: var(--theme);
    color: #fff;
}

.section3-1 {
    padding-top: 0.5em;
}

.section3-1 .ul {}

.section3-1 .li {
    width: 32.35%;
    position: relative;
    overflow: hidden;
}

.section3-1 .li a {}

.section3-1 .li .img {
    width: 100%;
}

.section3-1 .li .img img {
    width: 100%;
    transition: all 0.85s;
}

.section3-1 .li:hover .img img {
    transform: scale(1.2);
}

.section3-1 .li .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    text-align: center;
    color: #ffffff;
    padding-top: 10%;
}

.section3-1 .li .text h3 {font-size: 1.65em;font-weight: 500;line-height: 1.6;}

.section3-1 .li .text span {font-size: 1.2em;line-height: 1.8;}

.section4 {
    padding: 5.5em 0;
    background: url(../images/box4-bg.jpg);
}

.section4 .conwidth {
    max-width: 1580px;
}

.section4 .name {
    color: #ffffff;
}

.section4 .name:after {}

.section4 .text {}

.section4 .info {
    width: 33.33%;
    padding: 3.5em;
}

.section4 .info .img {
    margin-bottom: 1em;
}

.section4 .info .img img {
    width: 3.5em;
    height: 3.5em;
}

.section4 .info .img h4 {
    font-size: 2.4em;
    flex: 1;
    margin-left: 0.5em;
    color: #ffffff;
}

.section4 .info .word {
    line-height: 2em;
    height: 4em;
    color: #ffffff;
}

.section4 .info.info-r {
    border-right: 2px solid var(--minor);
}

.section4 .info.info-b {
    border-bottom: 2px solid var(--minor);
}

.section5 {
    background: #f8f8f8;
}

.section5 .news-main {
    display: block;
    height: auto;
    background-color: #fff;
    padding: 3em 2em 2em;
    box-shadow: -2px 0px 16px 0 rgb(0 0 0 / 10%);
}

.section5 .pro_menu {
    padding-bottom: 2.5em;
}

.section5 .pro_menu .item {
    font-size: 1.15em;
    line-height: 2.8;
    width: 8em;
    text-align: center;
    color: #515151;
    border-bottom: 2px solid #ffffff;
    transition: all 0.45s;
}

.section5 .pro_menu .item span {}

.section5 .pro_menu .on.item {
    color: var(--theme);
    border-color: var(--theme);
}

.section5 .pro_menu .on.item span {}

.section5 .pro_main {}

.section5 .pro_main .ul {
    display: none;
}

.section5 .pro_main .left {
    float: left;
    width: 42%;
}

.section5 .pro_main .left a {
    background: #f8f8f8;
    display: block;
}

.section5 .pro_main .left .img {
    width: 100%;
    height: 16.75em;
    overflow: hidden;
}

.section5 .pro_main .left .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section5 .pro_main .left .text {
    padding: 1.6em 1.5em 2.5em;
}

.section5 .pro_main .left .text .title {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 0.6em;
    transition: all 0.45s;
}

.section5 .pro_main .left .text .info {
    line-height: 1.8;
    height: 3.6em;
    font-size: 0.875em;
    color: #707070;
    margin-bottom: 1.25em;
}

.section5 .pro_main .left .text .time {
    font-size: 0.875em;
    color: #909090;
    line-height: 1.8;
}

.section5 .pro_main .right {
    float: right;
    width: 56%;
}

.section5 .pro_main .right .item {
    background: #f8f8f8;
    margin-bottom: 1em;
    padding: 1em;
}

.section5 .pro_main .right .time {
    width: 5.5em;
    text-align: center;
    border-right: 1px solid #dcdcdc;
}

.section5 .pro_main .right .time b {
    display: block;
    color: var(--text);
    font-size: 2.5em;
    font-weight: 500;
}

.section5 .pro_main .right .time span {
    display: block;
    font-size: 0.875em;
    color: #505050;
    line-height: 1.8;
}

.section5 .pro_main .right .text {
    width: calc( 100% - 7.5em );
    padding: 0 1em;
}

.section5 .pro_main .right .text .title {
    font-size: 1.125em;
    line-height: 2.2em;
    transition: all 0.45s;
}

.section5 .pro_main .right .text .info {
    font-size: 0.875em;
    line-height: 1.8;
    color: #707070;
}

.section5 .pro_main .right .item>span {
    width: 2em;
    height: 2em;
    line-height: 2em;
    display: block;
    background: #ffffff;
    color: #b0b0b0;
    text-align: center;
    font-size: 12px;
    font-family: 宋体;
    border: 1px solid #ededed;
}

.section5 .pro_main .more {
    display: block;
    width: 8em;
    margin: 2em auto;
    border: 1px solid #ebebeb;
    text-align: center;
    line-height: 2.8em;
    border-radius: 2px;
    font-size: 0.875em;
    color: #2d2d2d;
    transition: all 0.4s;
}

.section5 .pro_main .more:hover {
    background: var(--theme);
    color: #ffffff;
    border-color: var(--theme);
}

.footers {
    font-size: 16px;
    background: var(--text);
    padding: 4em 0 1em;
}

.footers .links {
    font-size: 0.875em;
    padding-bottom: 1.5em;
    margin-bottom: 4em;
    border-bottom: 1px solid var(--minor);
}

.footers .links p {}

.footers .links span, .footers .links a {
    color: #fff;
    display: inline-block;
    padding-right: 0.5em;
    opacity: 0.8;
    transition: all 0.35s;
    line-height: 2;
}

.footers .links a:hover {
    opacity: 0.95;
}

.footers .f_img {
    color: var(--minor2);
    width: 22%;
}

.footers .f_img img {
    width: auto;
    height: 3.25em;
    margin-bottom: 2em;
}

.footers .f_img p {
    font-size: 0.875em;
    line-height: 2;
}

.footers .f_img p a {
    color: var(--minor2);
}

.footers .f_link {
    width: 39%;
}

.footers .f_link .item {
    width: 33%;
}

.footers .f_link .item h4 {
    font-size: 1.25em;
    color: #fff;
    opacity: 0.85;
    margin-bottom: 1em;
}

.footers .f_link .item .a {
    display: block;
    color: #fff;
    opacity: 0.8;
    transition: all 0.35s;
    line-height: 2;
}

.footers .f_link .item .a:hover {
    opacity: 0.9;
}

.footers .f_contact {
    width: 27%;
}

.footers .f_contact h4 {
    font-size: 1.25em;
    color: #fff;
    opacity: 0.85;
    margin-bottom: 1em;
}

.footers h4 a {
    color: #fff;
}

.footers .f_contact .li {
    margin-bottom: 1.5em;
}

.footers .f_contact .li .img {
    width: 3.25em;
    height: 3.25em;
    background: #ffffff;
    border-radius: 50%;
}

.footers .f_contact .li .img img {
    width: 66%;
    margin: 17%;
}

.footers .f_contact .li .txt {
    width: calc( 100% - 3.25em );
    color: #fff;
    padding-left: 1em;
}

.footers .f_contact .li .txt span {
    display: block;
    padding-bottom: 0.5em;
}

.footers .f_contact .li .txt p {
    font-size: 1.5em;
    color: #ffffff;
}

.footers .f_contact .li .txt.address p {
    font-size: 1em;
    line-height: 1.8;
}

.footers .container-fluid {
    font-size: 0.875em;
    padding-top: 1.5em;
    margin-top: 3em;
    border-top: 1px solid var(--minor);
}

.footers .container-fluid p {
    color: #fff;
    opacity: 0.8;
	 text-align: center;
}

.footers .container-fluid p a {
    color: #fff;
}

.web_side {
  position: fixed;
  z-index: 9999;
  right: 17px;
  bottom: 10%;
}

.web_side li {
  margin-bottom: 3px;
  font-size: 0;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

.web_side li a {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
  font-size: 0;
  background: var(--text);
}

.web_side li .side-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 57px;
  height: 57px;
  background-color: var(--text);
}

.web_side li .side-icon:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/side-ico.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.web_side li .icon1:after {
  background-position: -30px 0;
}

.web_side li .icon2:after {
  background-position: -30px -30px;
}

.web_side li .icon3:after {
  background-position: -30px -60px;
}

.web_side li .icon4:after {
  background-position: -30px -90px;
}

.web_side li .icon5:after {
  background-position: -30px -120px;
}

.web_side li .wz {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}

.web_side li.wechat .wechat-img {
  position: absolute;
  z-index: 1;
  padding: 5px;
  background: var(--text);
  width: 110px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}

.web_side li.wechat .wechat-img p {
  margin-bottom: 0;
}

.web_side li.wechat .wechat-img img {
  max-width: 100%;
}

.web_side li.wechat .wechat-img:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent var(--text);
  border-right: none;
}

.web_side li.wechat:hover .wechat-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.web_side li.backtop {
  cursor: pointer;
}

.web_side li.backtop .side-icon {
  color: #fff;
}

.web_side li:hover a {
  width: 200px;
}

.web_side li:hover .side-icon {
  background-color: var(--text);
}

.web_side li:hover .side-icon:after {
  background-position-x: -30px;
}

.list_nav {
    background-color: #f9f9f9;
    border-bottom: solid 1px #ededed;
    font-size: 16px;
}

.list_nav .navul {
	 padding-right: 3em;
}

.list_nav .navul li {
    font-size: 1em;
    position: relative;
    border-bottom: 2px solid #f9f9f9;
    transition: all 0.4s;
}

.list_nav .navul li a {
    display: block;
    transition: all 0.45s;
    padding: 0.75em 1.5em;
}

.list_nav .navul li.active {
    border-color: var(--theme);
}

.list_nav .navul li.active a,.list_nav .navul li a:hover {
    color: var(--theme);
}

.list_product {
    font-size: 16px;
    padding: 2.5em 0;
}

.list_product .pro_menu {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 2.5em;
}

.list_product .pro_menu .item {
    position: relative;
    padding-bottom: 2em;
    text-align: center;
    font-size: 1em;
    color: #a2a2a2;
    cursor: pointer;
    width: auto;
    transition: all 0.45s;
}

.list_product .pro_menu .item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 1px;
    background: var(--theme);
    transition: all 0.45s;
}

.list_product .pro_menu .item .iconfont {
    display: block;
    font-size: 2.95em;
}

.list_product .pro_menu .item1 .iconfont:before {
    content: "\e615";
}

.list_product .pro_menu .item2 .iconfont:before {
    content: "\e67d";
}

.list_product .pro_menu .item3 .iconfont:before {
    content: "\e60e";
}

.list_product .pro_menu .item4 .iconfont:before {
    content: "\e637";
}

.list_product .pro_menu .item5 .iconfont:before {
    content: "\e648";
}

.list_product .pro_menu .item6 .iconfont:before {
    content: "\e646";
}

.list_product .pro_menu .item7 .iconfont:before {
    content: "\e616";
}

.list_product .pro_menu .item span {
    display: block;
}

.list_product .pro_menu .item.on {
    color: var(--theme);
}

.list_product .pro_menu .item.on:after {
    left: 0;
    width: 100%;
}

.list_product .list {}

.list_product .list a {}

.list_product .list .item {
    background: #f9f9f9;
    padding: 0.8em 3em 0.8em 0.8em;
    margin-bottom: 1.75em;
    transition: all 0.45s;
}

.list_product .list .img {
    width: 37%;
    height: 16.17em;
    position: relative;
    overflow: hidden;
    float: left;
}

.list_product .list .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s;
}

.list_product .list .text {
    width: 60%;
    position: relative;
    overflow: hidden;
    float: right;
}

.list_product .list .text h3 {
    font-size: 1.5em;
    margin: 1em 0;
}

.list_product .list .text .info {
    font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 2.5em;
    color: #999999;
}

.list_product .list .text .time {
    color: var(--minor2);
    font-size: 0.875em;
}

.list_product .list .text .time .news_moth {
    font-size: 1.15em;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
}

.list_product .list .text .time span {
    padding: 0 0.25em;
}

.list_product .list .text .time .transit {
    color: #cccccc;
    font-size: 1.45em;
}

.list_product .list .item:hover {
    background: #fff;
    box-shadow: 4px 6px 21px 0px rgb(8 1 3 / 7%);
}

.list_product .list .item:hover .time .transit {
    color: var(--theme);
}

.list_product .list .img:hover img {
    transform: scale(1.1);
}

.paging {text-align:center;font-size:16px;padding-top:2.5em;}
.paging .page_total,.paging a {display: inline-block; height: 2.7em; padding: 0 1em; line-height: 2.7em; border-radius: 8px; border: 0.5px solid #e2e5eb; box-sizing: border-box; background: #ffffff; box-shadow: 0px 1px 4px -4px #111e2c; color: var(--theme); font-size: 0.875em; font-weight: 600; letter-spacing: 0.8px; transition: all 0.4s;}
.paging a.active,.paging a:hover {background:var(--theme);color:#fff;}
.paging .page_select {display:none;}
.paging .paging_num {display:inline-block;}

.info_product {}

.info_product .info_name {
}

.info_product .info_name h1 {
    font-size: 2.25em;
    font-weight: 500;
    padding-bottom: 0.65em;
}

.info_product .ryinfo {
    border-bottom: solid 1px #ededed;
    padding-bottom: 1em;
}

.info_product .ryinfo .ed {
    font-size: 0.875em;
    line-height: 2.4em;
    margin-right: 2em;
    border-radius: 0.35em;
    overflow: hidden;
}

.info_product .ryinfo .ed span {background-color: var(--theme);padding: 0 0.75em;display: inline-block;color: #ffffff;}

.info_product .ryinfo .ed a {
    background-color: var(--background);
    padding: 0 0.75em;
    display: inline-block;
}

.info_product .info_box {
    padding-top: 1.25em;
}

.info_product .box_left {
    width: 62%;
}

.info_product .box_left p {
    text-indent: 2em;
    font-size: 1em;
    margin: 0 0 0.75em;
    line-height: 1.6em;
}

.info_product .box_left a {}

.info_product .box_right {
    width: 33%;
}

.info_product .box_right .img {
    width: 100%;
}

.info_product .box_right .img img {
    width: 100%;
    height: auto;
    margin-bottom: 2em;
}

.info_product .box_right .pdf {
    max-width: 18em;
    margin: 0 0 0 auto;
}

.info_product .box_right .pdf h3.tit {
    font-size: 1.25em;
    margin-bottom: 0.75em;
}

.info_product .box_right .pdf .a {
    font-size: 0.875em;
}

.info_product .box_right .pdf .a a {
    display: block;
    line-height: 1.75;
    margin-bottom: 0.5em;
    padding-left: 1.75em;
    background: url(../images/pdf.png) no-repeat;
    background-size: 1.25em;
    background-position: center left;
}

.info_product .box_contrast {
    margin-top: 3em;
}

.info_product .box_contrast .pro_menu {
    border-bottom: 1px solid #e1e1e1;
    font-size: 0.875em;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-box-pack: nowrap;
    -ms-flex-pack: nowrap;
    -webkit-justify-content: nowrap;
    flex-wrap: nowrap;
}

.info_product .box_contrast .pro_menu a {
    background: #f0f0f0;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    line-height: 2.7em;
    margin-right: 5px;
    padding: 0 1.5em;
    cursor: pointer;
    color: var(--text);
}

.info_product .box_contrast .pro_menu a.on {
    background: #ffffff;
}

.info_product .box_contrast .pro_main {}

.info_product .box_contrast .pro_main .ul {
    display: none;
    padding-top: 0.5em;
}

.info_product .box_contrast .pro_main .ul table,.info_case .info_box table  {
    font-size:14px;
    color:#333;
    border-width:1px;
    border-color:#ddd;
    border-collapse:collapse;
    width:100%;
}
.info_product .box_contrast .pro_main .ul table a,.info_case .info_box table a{
    color:#039be5;
}
.info_product .box_contrast .pro_main .ul table th,.info_case .info_box table th {
    border-width:1px;
    padding:10px 5px;
    border-style:solid;
    border-color:#ddd;
    color:#555;
    background-color:#f7f7f7;
    border-top:solid 2px #bbbbbb;
}
.info_product .box_contrast .pro_main .ul table td,.info_case .info_box table td {
    border-width:1px;
    padding:10px 5px;
    border-style:solid;
    border-color:#ddd;
    background-color:#fff;
    color:#555;
    widows:auto;
    text-align:center;
    font-size:13px
}
.info_product .box_contrast .pro_main .ul table thead td,.info_case .info_box table thead {
    background-color:#f7f7f7;
}
.info_product .box_contrast .pro_main .ul table td p,.info_case .info_box table td p{
    margin-bottom:0px;
}
.info_product .box_contrast .pro_main .ul table tr td:first-child,.info_case .info_box table tr td:first-child {
    text-align:left;
}
.info_product .box_contrast .pro_main .ul table tr td:first-child,.info_case .info_box table tr td:first-child {
    background-color:#f7f7f7;
    font-weight:600;
    padding:10px 10px;
}

.info_case {
    color: #333;
}

.info_case .info_name {
    text-align: center;
    padding-bottom: 1.85em;
}

.info_case .info_name h1 {
    font-size: 2.25em;
    font-weight: 500;
    padding-bottom: 0.25em;
}

.info_case .info_name p {
    opacity: 0.8;
}

.info_case .info_name p span {
    padding-right: 1.5em;
}

.info_case .info_box {
    padding: 1.85em 0;
    border-top: 1px dashed #cccccc;
}

.info_case .info_box p {
    font-size: 16px;
    color:#333;
    font-family: '微软雅黑';
    margin: 0 0 0.75em;
    line-height: 1.75em;
}

.info_case .info_box a {
    color: #2196f3;
}

.info_case .info_box img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto 1em;
}

.info_case .pre_next {
    border-top: 1px dashed #cccccc;
    padding: 1.85em 0;
}

.info_case .pre_next a {
    max-width: 48%;
    color: var(--text);
}

.info_case .pre_next a span {
    transition: all 0.45s;
}

.info_case .pre_next a span:hover {
    color: var(--theme);
}

.crumbs {
    background: #fcfcfc;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    line-height: 3.25em;
}

.crumbs .pos {}

.crumbs .pos a {}

.crumbs .pos span {
    font-family: "宋体";
    padding: 0 0.35em;
}

.list_a_nav {
    font-size: 16px;
    display: block;
    line-height: 4em;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 10%);
    text-align: center;
    background-color: #fff;
}

.list_a_nav .navul {}

.list_a_nav .navul li {
}

.list_a_nav .navul li a {
    color: var(--text);
    font-size: 1em;
    padding: 0 1em;
    margin: 0 2em;
    position: relative;
    display: block;
    transition: all 0.4s;
}

.list_a_nav .navul li.active {}

.list_a_nav .navul li.active a,.list_a_nav .navul li:hover a {
    color: var(--theme);
}

.list_a_nav .navul li.active a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--theme);
    position: absolute;
    bottom: 0;
    left: 0;
}

.list_article {
    padding-bottom: 4em;
}

.list_article .list {}

.list_article .list a {
    display: block;
    border: 1px solid var(--minor2);
    margin-bottom: 2em;
    position: relative;
}

.list_article .item {}

.list_article .item .img {
    width: 25.5%;
    height: 11.72em;
    position: relative;
    overflow: hidden;
}

.list_article .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.55s;
}

.list_article .item .time {
    width: 11.8%;
    text-align: center;
    font-size: 1em;
    color: var(--text);
}

.list_article .item .time .news_moth {
    font-style: unset;
    display: block;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.35;
}

.list_article .item .text {
    width: 62.7%;
    padding: 1em 2em;
    border-left: 1px solid var(--minor2);
}

.list_article .item .text h3 {
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 0.6em;
}

.list_article .item .text .info {
    font-size: 0.875em;
    line-height: 2em;
    opacity: 0.8;
    height: 4em;
    color: var(--text);
}

.list_article .item .text span {
    display: block;
    background-color: var(--theme);
    text-align: center;
    margin-top: 1em;
    width: 8em;
    line-height: 3em;
    font-size: 12px;
    color: #ffffff;
}

.list_article .item .text span i {
    font-style: unset;
    font-family: "宋体";
    padding-left: 0.5em;
}

.list_article .item .img:hover img {
    transform: scale(1.1);
}

.page-header {
    background-color: var(--background);
    padding: 3.5em 0;
}

.page-header .page-static {
    width: 35%;
}

.page-header .page-static h2 {
    font-size: 2em;
}

.page-header .page-pos {
    width: 65%;
    font-size: 0.875em;
    text-align: right;
}

.page-header .page-pos span {
    font-family: "宋体";
    padding: 0 0.35em;
}

.page-contact {}

.page-contact .item {
    width: 31.5%;
    background: var(--background);
    border-radius: 0.75em;
    border: 1px solid var(--minor2);
    text-align: center;
    padding: 1.25em 1em 1em;
}

.page-contact .text {}

.page-contact .text .ico {}

.page-contact .text .ico .icon {
    width: 2.5em;
    height: 2.5em;
}

.page-contact .text .ico path {
    fill: var(--theme);
}

.page-contact .text .tit {
    font-size: 1.35em;
    padding: 0.5em 0;
}

.page-contact .text .info {
    opacity: 0.8;
    font-size: 0.875em;
    line-height: 1.6;
}

.page-contact .text .info p {}

.page-form {}

.page-form .name:after {
    width: 5em;
    margin-left: -2.5em;
}

.form-post {}

.form-post .input {
    width: 49%;
}

.form-post h3 {
    font-size: 15px;
    padding-bottom: 0.8em;
}

.form-post input {
    font-size: 14px;
    width: 100%;
    border: 1px solid #dddddd;
    line-height: 2.5em;
    padding: 0 0.65em;
    margin-bottom: 1.5em;
}

.form-post .textarea {
    width: 100%;
}

.form-post textarea {
    font-size: 14px;
    width: 100%;
    height: 7.7em;
    resize: none;
    border: 1px solid #dddddd;
    line-height: 1.7em;
    padding: 0.4em 0.65em;
    margin-bottom: 1.5em;
}

.form-post .button {
    width: 100%;
}

.form-post button {
    font-size: 14px;
    width: 8em;
    line-height: 2.6em;
    border: 1px solid var(--minor2);
    background: var(--theme);
    color: #fff;
    margin-top: 0.4em;
    transition: all 0.45s;
    cursor: pointer;
}

.form-post button:hover {
    background: #ffffff;
    color: var(--theme);
}

.page-content {
    font-size: 16px;
}

.page-content .left {
    width: 74%;
    padding: 2.25em 1.5em;
    background: var(--background);
}

.page-content .left .tit {
    font-size: 2em;
    padding-bottom: 0.5em;
    line-height: 1;
}

.page-content .left .info {}

.page-content .left .info p {
    text-indent: 2em;
    font-size: 1em;
    margin: 0 0 0.75em;
    line-height: 1.75em;
}

.page-content .left .info img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto 1em;
}

.page-content .right {
    width: 24%;
    padding: 2.5em 1.25em 2em;
    background: var(--background);
}

.page-content .right .page_side {}

.page-content .right .page_side .tit {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1em;
    margin-bottom: 1em;
}

.page-content .right .page_side .list {}

.page-content .right .page_side .list a {
    display: block;
    font-size: 1em;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 0.35em;
}

.related {
    margin-top: 0;
    padding-top: 4.375em;
}

.related-detail {}

.related-tags {}

.related-form .form-post {
    margin: 2em 0;
}

.related-tit {
    border-bottom: 1px solid #c3c3c3;
    position: relative;
    margin-bottom: 0.75em;
}

.related-tit h3 {
    display: inline-block;
    padding: 0 1.85em;
    font-size: 1em;
    line-height: 2.5em;
    border-bottom: 3px solid var(--theme);
    margin-bottom: -1px;
}

.related-tags .tags-content {
}

.related-tags .tags-content a {
    font-size: 0.75em;
    display: inline-block;
    margin-right: 0.5em;
    background: var(--background);
    line-height: 2.35em;
    padding: 0 1.25em;
}

.related-url {
    margin: 1.25em 0;
    font-size: 0.875em;
}

.related-url a {
}

.related-pn {}

.related-pn div {
    position: relative;
    border: 1px solid var(--background);
    margin: 1.5em 0;
    font-size: 0.875em;
    line-height: 1.58em;
    padding: 0.75em;
}

.related-relate {}

.relate-product {}

.relate-stage {}

.relate-stage .item {
    width: 25%;
    padding: 1.25em;
}

.relate-stage .item a {
    display: block;
    overflow: hidden;
}

.relate-stage .item .img {
    display: block;
    width: 100%;
    height: 9.96em;
    margin-bottom: 0.5em;
}

.relate-stage .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.45s;
}

.relate-stage .item .img:hover img {
    transform: scale(1.1);
}

.relate-stage .item p {
    padding: 0.5em 0;
    font-size: 0.875em;
    text-align: center;
}

.relate-news {}

.relate-news-list {}

.relate-news-list li {
    width: 48%;
    line-height: 2;
    font-size: 0.875em;
    opacity: 9;
    margin-bottom: 0.45em;
}

.relate-news-list li a {
    display: inline-block;
    width: 80%;
}

.relate-news-list li a:before {
    content: '+';
    font-weight: bold;
    font-size: 1.15em;
    line-height: 1;
    font-family: "宋体";
    margin-right: 5px;
}

.relate-news-list li span {
    float: right;
}

.page-c {
    background: #e6e6e6;
    padding: 1.5em 0;
}

.page-c .conwidth {
    max-width: 968px;
}

.page-c .page-info {
    padding: 1.25em;
    background: #ffffff;
}

.page-c .page-info .left {
    width: 66.7%;
    padding: 1.25em;
    text-align: left;
    background: #efeeee;
}

.page-c .page-info .right {
    width: 33.3%;
    padding: 3.35em 1.25em 0;
    margin: 0px;
    text-align: left;
    background: #e3e2e2;
}

.page-c .page-info .left .tit {
    font-size: 1.625em;
    padding-bottom: 0.576em;
    color: #000000;
    line-height: 1em;
}

.page-c .page-info .left .info {}

.page-c .page-info .left .info p {
    padding-bottom: 10px;
    line-height: 1.5;
    font-size: 16px;
    color: #333;
    font-family: '微软雅黑';
    border: none;
}

.page-c .page-info .left .info img {}

.page-c .page-info .right .page_side {}

.page-c .page-info .page_side .tit {
    font-size: 1.25em;
    padding-bottom: 0.75em;
    color: #000000;
    line-height: 1.25;
}

.page-c .page-info .page_side .list {}

.page-c .page-info .page_side .list a {
    padding-bottom: 0.5em;
    color: #000000;
    line-height: 1.5;
    display: block;
    text-decoration: underline;
    transition: all 0.45s;
}

.page-c .page-info .page_side .list a:hover {
    opacity: 0.65;
}

.page-c .page-info .page_side .panel {
    width: 100%;
    margin-top: 2em;
}

.page-c .page-info .page_side .panel img {
    width: 100%;
}

.page-social {
    padding: 1.5em 0;
}

.page-social a {
    font-size: 14px;
    line-height: 3em;
}

.page-social img {
    height: 3em;
    opacity: 0.35;
}

.info_p {}

.info_p_top {
	margin-bottom: 3em;
}

.info_p_top .img {
    width: 43.5%;
    height: 27.5em;
    border: 1px solid #eeeeee;
}

.info_p_top .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.info_p_top .txt {
    width: 53%;
}

.info_p_top .info_name {
    font-size: 1.75em;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0.75em;
}

.info_p_top .info_text {}

.info_p_top .info_text p {
    font-size: 16px;
    color: #333;
    font-family: "微软雅黑";
    line-height: 1.85;
    margin-bottom: 0.75em;
}

.info_p_top .info_text .pro_click {
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 1em 2em 1em 0;
    color: #fff;
    font-size: 1.15em;
    line-height: 1em;
    background: url(../images/info_more_bg.png) no-repeat right center;
    background-size: auto 3em;
    margin-top: 1em;
    width: 18em;
}

.info_p_box {}

.info_p_box .left {
    width: 19.5%;
    float: left;
    position: sticky;
    top: 90px;
}

.info_p_box .p_details {
    background: #f9f9f9;
}

.info_p_box .p_details .tit {
    line-height: 3em;
    background: #cecece;
    font-size: 1.25em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.info_p_box .p_details a {
    padding: 0 0.65em;
    background: #f9f9f9;
    display: block;
    font-size: 1em;
    line-height: 3.75em;
    color: #666666;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px dashed #dfdfdf;
}

.info_p_box .p_details a:last-child {
    border-width: 0;
}

.info_p_box .p_details a.active,.info_p_box .p_details a:hover {
    color: #d8000b;
}

.info_p_box .right {
    width: 76%;
    float: right;
}

.info_p_box .product_details {
    border: 1px solid #e5e5e5;
    margin-bottom: 2.5em;
}

.info_p_box .product_details .tit {
    line-height: 3em;
    background: #cecece;
    font-size: 1.25em;
    font-weight: bold;
    color: #ffffff;
    padding-left: 1.6em;
}

.info_p_box .product_details .info {
    padding: 0.75em;
}

.info_p_box .product_details .info h1,.info_p_box .product_details .info h2,.info_p_box .product_details .info h3,.info_p_box .product_details .info h4 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.info_p_box .product_details .info p {
    font-size: 16px;
    color: #333;
    font-family: '微软雅黑';
    margin-bottom: 0.75em;
    line-height: 1.75;
}

.info_p_box .product_details .info a {
    color: #2196f3;
}

.info_p_box .product_details .info img {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 2em;
    margin: 0 auto 2em;
}

.info_p_box .box_contrast {
    padding: 0.75em;
}

.info_p_box .box_contrast .pro_menu {
    border-bottom: 1px solid #e1e1e1;
    font-size: 0.875em;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-box-pack: nowrap;
    -ms-flex-pack: nowrap;
    -webkit-justify-content: nowrap;
    flex-wrap: nowrap;
}

.info_p_box .box_contrast .pro_menu a {
    background: #f0f0f0;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    line-height: 2.7em;
    margin-right: 5px;
    padding: 0 1.5em;
    cursor: pointer;
    color: var(--text);
}

.info_p_box .box_contrast .pro_menu a.on {
    background: #ffffff;
}

.info_p_box .box_contrast .pro_main {}

.info_p_box .box_contrast .pro_main .ul {
    display: none;
    padding-top: 0.5em;
}

.info_p_box .box_contrast .pro_main .ul table {
    font-size:14px;
    color:#333;
    border-width:1px;
    border-color:#ddd;
    border-collapse:collapse;
    width:100%;
}
.info_p_box .box_contrast .pro_main .ul table a{
    color:#039be5;
}
.info_p_box .box_contrast .pro_main .ul table th {
    border-width:1px;
    padding:10px 5px;
    border-style:solid;
    border-color:#ddd;
    color:#555;
    background-color:#f7f7f7;
    border-top:solid 2px #bbbbbb;
}
.info_p_box .box_contrast .pro_main .ul table td {
    border-width:1px;
    padding:10px 5px;
    border-style:solid;
    border-color:#ddd;
    background-color:#fff;
    color:#555;
    widows:auto;
    text-align:center;
    font-size:13px
}
.info_p_box .box_contrast .pro_main .ul table thead td {
    background-color:#f7f7f7;
}
.info_p_box .box_contrast .pro_main .ul table td p{
    margin-bottom:0px;
}
.info_p_box .box_contrast .pro_main .ul table tr td:first-child{
    text-align:left;
}
.info_p_box .box_contrast .pro_main .ul table tr td:first-child{
    background-color:#f7f7f7;
    font-weight:600;
    padding:10px 10px;
}

.download_file-a {
    display: none;
}

.info_p_box .download_c {
    padding: 0 1.5em;
}

.info_p_box .download_c ul {}

.info_p_box .download_c li {
    font-size: 1em;
    overflow: hidden;
    width: 100%;
    padding: 0 0.65em;
    height: 3.75em;
    border-bottom: 1px solid #eee;
}

.info_p_box .download_c li:last-child {
    border-width: 0;
}

.info_p_box .download_c .explain_content {
    width: 75%;
    color: #666666;
    font-size: 0.875em;
}

.info_p_box .download_c a {
    float: right;
    font-size: 0.875em;
    color: #b82020;
    margin-left: 0.85em;
}

@media screen and (max-width:1200px) {
body {
    overflow-x: unset;
}
}

@media screen and (max-width:1024px) {
html {
    min-width: 100%;
}

.banned {
    font-size: 14px;
}

.header {
    font-size: 14px;
}

.section {
    font-size: 14px;
}

.fullcolumn .full_logo {
    padding-left: 1.5em;
    padding-top: 1.5em;
}

.fullcolumn .full_language {
    padding-top: 0.5em;
    padding-right: 1em;
    width: 18em;
    font-size: 1.25em;
}

.banned .banner_nav .list .item {
    width: 7em;
    height: 7em;
    margin: 0 0.75em;
}

.banned .banner_nav .list .item span {
    padding-top: 5em;
}

.header .logo {
    padding-right: 2em;
}

.section1 .pro_menu a {
    width: 10em;
    margin-bottom: 1em;
}

.section1 .pro_menu {
    margin-bottom: 1em;
}

.section1 .pro_main .li .p_img {
    height: 18em;
}

.section1 .pro_main .li a h4 {
    font-size: 1.15em;
}

.section2 .pro_main .li .img {
    height: 21em;
}

.section2 .pro_main .li .text {
    padding: 1.2em 1.2em 1.2em 3em;
    height: 21em;
}

.section2 .pro_main .li .text h4 {
    font-size: 1.45em;
}

.section2 .pro_main .li .text .more {
    width: 120px;
    height: 42px;
    line-height: 40px;
}

.section4 {
    padding: 4em 0;
}

.section4 .info {
    padding: 1.8em;
}

.section4 .info .img h4 {
    font-size: 2em;
}

.section4 .info .img img {
    width: 2.8em;
    height: 2.8em;
}

.footers {
    padding: 2em 0 1em;
}

.footers .links {
    padding-bottom: 1.2em;
    margin-bottom: 2.5em;
}

.footers .container-fluid {
    margin-top: 2em;
}

.footers .f_link {
    width: 60%;
}

.footers .f_contact {
    width: 100%;
    margin-top: 3em;
}

.footers .f_contact .li {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.footers .f_contact .li:last-child {
    margin-right: 0;
}

.list_nav {
    font-size: 14px;
}

.list_product {
    font-size: 14px;
}

.relate-stage .item {
    width: 50%;
}

}

@media screen and (max-width:767px) {

body {
    margin-top: 60px;
}

.banned .swiper {
    height: auto;
    height: 48vw;
}

.banned .swiper-button-prev, .banned .swiper-button-next {
    display: none;
}

.banned .banner_nav {
    bottom: 1.5em;
    display: none;
}

.fullcolumn {
    display: none;
}

.banned .banner_nav .list .item {
    width: 6em;
    height: 6em;
    margin: 0 0.5em 1em;
}

.banned .banner_nav .list .item span {
    padding-top: 5em;
    font-size: 0.875em;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #ffffff;
    box-shadow: 0 0 1em #858585;
}

.header .conwidth {
    width: 90%;
}

.header.header-index .box {
    background: #ffffff;
}

.header .header-nav {
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all .5s;
    height: 100vh;
    width: 100%;
    display: block;
    position: absolute;
    top: 4.5em;
    right: -100%;
    background: #ffffff;
    padding: 0 2em;
}

.header .mobnav-nav-btn {
    display: block;
    height: 1.85em;
    width: 2.2em;
    position: relative;
    cursor: pointer;
    margin: 1.28em 0;
}

.header .header-nav.open {
    right: 0;
}

.header .mobnav-nav-btn span {
    display: block;
    background: var(--text);
    width: 100%;
    height: 3px;
    position: absolute;
    transition: all ease 0.35s;
    border-radius: 1.5px;
}

.header .mobnav-nav-btn
    span:nth-of-type(1) {
    top: 0px;
}
.header .mobnav-nav-btn
    span:nth-of-type(2) {
    top: 10px;
}
.header .mobnav-nav-btn
    span:nth-of-type(3) {
    top: 20px;
}
.header .mobnav-nav-btn.open
    span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
}
.header .mobnav-nav-btn.open
    span:nth-of-type(2) {
    width: 0;
    left: 17px;
}
.header .mobnav-nav-btn.open
    span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg);
}

.header .header-nav .nav {
    width: 100%;
}

.header .header-nav .nav-li {
    width: 100%;
    border-bottom: 1px dashed #e0e0e0;
}

.header .header-nav .nav-li:hover .nav_list { display: none; }

.header .header-nav .sliding-box {
    display: none;
}

.header .header-nav .nav-li a {
    font-size: 1.15em;
    line-height: 3.5em;
    height: 3.5em;
}

.header .header-nav .nav-li.on a:after {
    height: 2.5px;
    bottom: -1px;
}

.header .header-nav .language {
    width: 100%;
    height: auto;
}

.header .header-nav .language .iconfont {
    display: none;
}

.header .header-nav .language .search {
    display: block !important;
    box-shadow: none;
    position: unset;
    padding: 2.5em 0;
}

.header .header-nav .language .search form {
    width: 100%;
}

.header .header-nav .language .search input[type="text"] {
    width: 75%;
    height: 3em;
}

.header .header-nav .language .search button {
    width: 25%;
    height: 3em;
}

.section1 .pro_menu a {
    height: auto;
    line-height: 2.8em;
    padding: 0 0.5em;
    width: 8em;
}

.section1 .pro_menu a i {
    display: none;
}

.section1 .pro_main {}

.section1 .pro_main .ul {}

.section1 .pro_main .li {
    width: 48%;
    margin-right: 4%;
}

.section1 .pro_main .li:nth-child(3n) {
    margin-right: 4%;
}

.section1 .pro_main .li:nth-child(2n) {
    margin-right: 0;
}

.section1 .pro_main .li .p_img {
    height: 15em;
}

.section1 .pro_main .li a h4 {
    font-size: 1em;
    text-align: center;
}

.section1 .pro_menu a span {
    font-size: 0.875em;
}

.section2 {
    padding: 2.5em 0;
}

.section2 .pro_menu {
    width: 96%;
    margin: 0 auto 2.5em;
}

.section2 .pro_main {
    width: 96%;
    margin: 0 auto 2.5em;
}

.section2 .pro_menu .item {
    width: 32%;
}

.section2 .pro_menu .item:after {
    display: none;
}

.section2 .pro_menu .item7 {
    display: none;
}

.section2 .pro_main .li .img {
    width: 100%;
    height: auto;
}

.section2 .pro_main .li .text {
    width: 100%;
    height: auto;
    padding: 1.2em 1.2em 3em;
}

.section3 .text .img {
    width: 100%;
    margin-bottom: 1.5em;
}

.section3 .text .info {
    width: 100%;
}

.section3-1 .li {
    width: 100%;
    margin-top: 0.5em;
}

.section4 .info {
    width: 100%;
    border-right-width: 0 !important;
    border-bottom: 2px solid var(--minor);
}

.section4 .info:last-child {
    border-bottom: 0;
}

.section5 .news-main {
    padding: 2em 1em 1em;
}

.section5 .pro_main .left {
    width: 100%;
    margin-bottom: 1em;
}

.section5 .pro_main .right {
    width: 100%;
}

.section5 .pro_main .right .item {
    padding: 0.8em 0.5em;
}

.section5 .pro_main .right .time {
    width: 4.5em;
}

.section5 .pro_main .right .time b {
    font-size: 2em;
}

.section5 .pro_main .right .time span {
    font-size: 0.8em;
}

.section5 .pro_main .right .text {
    width: calc( 100% - 5em );
    padding: 0 0.5em;
}

.section5 .pro_main .right .item>span {display: none;}

.footers .conwidth {
    width: 90%;
}

.footers .links {
    display: none;
}

.footers .f_img {
    width: 100%;
    margin-bottom: 2em;
}

.footers .f_img p {
    font-size: 1em;
}

.footers .f_link {
    width: 100%;
}

.footers .f_link .item {
    width: 35%;
}

.footers .f_contact .li {
    width: 100%;
    margin-right: 0;
}

.web_side {
    display: none;
}

.list_nav {
    font-size: 16px;
}

.list_nav .navul {
    width: 100%;
    white-space: nowrap;
    background-color: #f9f9f9;
    overflow: scroll;
    -webkit-box-pack: nowrap;
    -ms-flex-pack: nowrap;
    -webkit-justify-content: nowrap;
    flex-wrap: nowrap;
}

.list_nav .navul li a {
    padding: 0.75em 1em;
}

.list_product .list .item {
    padding: 1.5em;
}

.list_product .list .img {
    width: 100%;
    height: auto;
}

.list_product .list .text {
    width: 100%;
}

.list_product .list .text h3 {
    font-size: 1.35em;
    margin: 0.8em 0;
}

.list_product .list .text .info {
    margin-bottom: 1.5em;
}

.paging {
    font-size: 14px;
    padding-top: 1.5em;
}

.paging .page_total {
    display: none;
}

.paging .page_select {
    display: inline-block;
}

.paging .paging_num {
    display: none;
}

.info_product .info_name h1 {
    font-size: 2em;
}

.info_product .box_left {
    width: 100%;
    margin-bottom: 1.5em;
}

.info_product .box_right {
    width: 100%;
}

.info_product .box_right .pdf {
    max-width: 98%;
    margin: 0 auto;
}

.info_product .box_right .pdf .a {
    font-size: 1em;
}

.info_product .box_contrast .pro_menu {
    width: 100%;
    white-space: nowrap;
    overflow: scroll;
    -webkit-box-pack: nowrap;
    -ms-flex-pack: nowrap;
    -webkit-justify-content: nowrap;
    flex-wrap: nowrap;
    font-size: 1em;
}

.info_product .box_contrast .pro_main .ul {
    width: 100%;
    white-space: nowrap;
    overflow: scroll;
    font-size: 1em;
}

.info_case .info_name h1 {
    font-size: 2em;
}

.info_case .pre_next {
    padding: 1em;
}

.info_case .pre_next a {
    max-width: 100%;
    width: 100%;
    line-height: 1.8;
    margin: 0.5em 0;
}

.list_a_nav .navul li a {
    margin: 0 1.5em;
}

.list_article .list a {
    padding: 0.8em 0.5em;
    background: #f8f8f8;
    margin-bottom: 1em;
    border-width: 0;
}

.list_article .item .img {
    display: none;
}

.list_article .item .time {width: 5.6em;font-size: 0.8em;}

.list_article .item .text {width: calc( 100% - 5em );padding: 0 0.5em;}

.list_article .item .text span {
    display: none;
}

.list_article .item .time .news_moth {
    font-size: 2.5em;
}

.list_article .item .text .info {
    height: 2em;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.list_article .item .text h3 {
    margin-bottom: 0;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 2.2em;
}

.page-header {
    padding: 2.5em 0;
}

.page-header .page-static {
    width: 100%;
    padding-bottom: 0.6em;
}

.page-header .page-pos {
    width: 100%;
    text-align: left;
}

.page-contact {
    padding: 2.5em 0 0;
}

.page-contact .item {
    width: 100%;
    margin-bottom: 1.25em;
}

.page-contact .text .info {
    font-size: 1em;
}

.form-post .input {
    width: 100%;
}

.page-content {
    padding: 0.5em 0;
}

.page-content .left {
    width: 100%;
    padding: 2em 1em;
    margin-bottom: 0.5em;
}

.page-content .right {
    width: 100%;
    padding: 2em 1em;
}

.page-content .right .page_side .tit {
    font-size: 1.5em;
}

.related-url {
    margin: 1.5em 0.5em;
}

.related-relate {
    display: none;
}

.page-c {
    padding: 0;
}

.page-c .conwidth {
    width: 100%;
}

.page-c .page-info .left {
    width: 100%;
}

.page-c .page-info .right {
    width: 100%;
    padding: 2em 1.25em;
}
.info_p_top .img {
    width: 100%;
    height: auto;
    padding: 2em;
    margin-bottom: 2em;
}

.info_p_top .txt {
    width: 100%;
}

.info_p_box .left {
    display: none;
}

.info_p_box .right {
    width: 100%;
}
.info_p_box .download_c {
    padding: 0;
}
.info_p_box .download_c .explain_content {
    width: 64%;
}

.info_p_box .box_contrast .pro_main .ul {
    white-space: nowrap;
    overflow: auto;
}

}