@charset "utf-8";
/*Reset css*/

@font-face {
    font-family: 'RobotoRegular';
    src: url('/michuanimg/fonts/RobotoRegular.eot');
    src: url('/michuanimg/fonts/RobotoRegular.eot?#iefix') format('embedded-opentype'), url('/michuanimg/fonts/RobotoRegular.woff2') format('woff2'), url('/michuanimg/fonts/RobotoRegular.woff') format('woff'), url('/michuanimg/fonts/RobotoRegular.ttf') format('truetype'), url('/michuanimg/fonts/RobotoRegular.svg#NeuesBauenDemo') format('svg');
    font-weight: normal;
    font-style: normal
}

.font1 {
    font-family: 'RobotoRegular';
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('/michuanimg/fonts/SourceHanSansCN-Regular.otf');
    src: url('/michuanimg/fonts/SourceHanSansCN-Regular.eot');
    src: url('/michuanimg/fonts/SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'), url('/michuanimg/fonts/SourceHanSansCN-Regular.woff2') format('woff2'), url('/michuanimg/fonts/SourceHanSansCN-Regular.woff') format('woff'), url('/michuanimg/fonts/SourceHanSansCN-Regular.ttf') format('truetype'), url('/michuanimg/fonts/SourceHanSansCN-Regular.svg#NeuesBauenDemo') format('svg');
    font-weight: normal;
    font-style: normal
}

.font2 {
    font-family: 'SourceHanSansCN-Regular';
}

@font-face {
    font-family: 'System San Francisco Display Regular';
    src: url('/michuanimg/fonts/System San Francisco Display Regular.otf');
    src: url('/michuanimg/fonts/System San Francisco Display Regular.eot');
    src: url('/michuanimg/fonts/System San Francisco Display Regular.eot?#iefix') format('embedded-opentype'), url('/michuanimg/fonts/System San Francisco Display Regular.woff2') format('woff2'), url('/michuanimg/fonts/System San Francisco Display Regular.woff') format('woff'), url('/michuanimg/fonts/System San Francisco Display Regular.ttf') format('truetype'), url('/michuanimg/fonts/System San Francisco Display Regular.svg#NeuesBauenDemo') format('svg');
    font-weight: normal;
    font-style: normal
}

.font3 {
    font-family: 'System San Francisco Display Regular';
}

@font-face {
    font-family: 'System San Francisco Display Bold';
    src: url('/michuanimg/fonts/System San Francisco Display Bold.otf');
    src: url('/michuanimg/fonts/System San Francisco Display Bold.eot');
    src: url('/michuanimg/fonts/System San Francisco Display Bold.eot?#iefix') format('embedded-opentype'), url('/michuanimg/fonts/System San Francisco Display Bold.woff2') format('woff2'), url('/michuanimg/fonts/System San Francisco Display Bold.woff') format('woff'), url('/michuanimg/fonts/System San Francisco Display Bold.ttf') format('truetype'), url('/michuanimg/fonts/System San Francisco Display Bold.svg#NeuesBauenDemo') format('svg');
    font-weight: normal;
    font-style: normal
}

.font4 {
    font-family: 'System San Francisco Display Bold';
}

/* 清除内外边距 */

body, h1, h2, h3, h4, h5, h6, div, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, figure {
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */

body, h1, h2, h3, h4, h5, h6, button, input, select, textarea, code, kbd, pre, samp, tt, small, address, cite, dfn, em, var {
    font: normal 14px/1 '微软雅黑';
}

/* 重置列表元素 */

ul, ol, li, dl, dt, dd {
    list-style: none;
}

ul:after {
    content: '';
    clear: both;
    display: block;
}

/* 重置文本格式元素 */

a {
    color: #000000;
    text-decoration: none;
    transition-duration: 1s;
}

.hover {
    color: #283c53;
}

a:hover, a:focus {
    color: #283c53;
    text-decoration: none;
    transition-duration: 1s;
}

q:before, q:after {
    content: '';
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

/* 重置图片元素 */

img {
    display: block;
    max-width: 100%;
    border: 0;
}

.content:after {
    content: '';
    clear: both;
    display: block;
}

.content img {
    display: inline-block;
}

button {
    cursor: pointer;
}

/* 重置表格元素 */

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;
    display: table;
    width: 100%!important;
}

table td, table th {
    padding: 10px;
    border: 1px solid #ddd;
    color: #333;
    vertical-align: middle;
    word-break: normal!important;
    width: 1%!important;
}

/* 清除浮动 */

.cl, .clear {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    background: 0;
    border: 0;
    font-size: 0;
}

/*end Reset css*/

/*web*/

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobileweb {
    display: none;
}

.wow {
    visibility: visible!important;
}

/* 设置阴影 */

.b_shadow {
    transition: .5s;
}

/* 清除下拉栏 */

.overhd {
    overflow: hidden;
}

/*end web*/

/*分页*/

.mc_pager {
    font-family: 'Arial';
    text-align: center;
    padding: 50px 0;
}

#pro_list_mc {
    padding-top: 90px;
    background: #fcfcfc;
}

.mc_pager a {
    background: #333;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 3px;
    display: inline-block;
}

.mc_pager a.curpage {
    background: #1b2a3a;
}

.mc_pager a:nth-child(3), .mc_pager a:nth-last-child(2) {
    width: 50px;
    font-size: 0;
}

.mc_pager a:nth-child(3):before {
    content: '◀';
    font-size: 14px;
}

.mc_pager a:nth-last-child(2):before {
    content: '▶';
    font-size: 14px;
}

.mc_pager .pageinfo, .mc_pager .homepage, .mc_pager .endpage {
    display: none;
}

/*end 分页*/

/*二维码显示*/

.pro2wm {
    /* top: 30px; */
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.pro2wm:before {
    opacity: 0;
    content: '';
    border-top: 8px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 7px;
    right: -14px;
    z-index: 1001;
    transition-duration: 1s;
}

.pro2wm:after {
    opacity: 0;
    content: '';
    width: 5px;
    height: 10px;
    box-shadow: -3px 0 10px rgba(0, 0, 0, .2);
    position: absolute;
    top: 20px;
    right: -14px;
    z-index: 1000;
    transition-duration: 1s;
}

.pro2wm:hover:before, .pro2wm:hover:after {
    opacity: 1;
}

.pro2wm .wxewm {
    opacity: 0;
    width: 0;
    max-width: none;
    height: 120px;
    padding: 5px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 5px;
    position: absolute;
    left: 60px;
    bottom: -30px;
    z-index: 999;
    transition-duration: 1s;
}

.pro2wm:hover .wxewm {
    opacity: 1;
    width: 120px;
    padding: 5px;
}

/*end 二维码显示*/

/*css3*/

/* Grow */

.grow {
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition-property: transform;
    transition: all .8s ease;
}

a:hover .grow {
    transform: scale(1.08);
}

/* float-shadow */

.float-shadow {
    display: block;
    position: relative;
    transition-property: transform;
    transition-duration: .5s;
}

.float-shadow:before {
    content: '';
    width: 90%;
    height: 10px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0) 80%);
    transition-property: transform;
    transition-duration: .5s;
}

.float-shadow:hover {
    transform: translateY(-5px);
}

.float-shadow:hover:before {
    opacity: 1;
    transform: translateY(5px);
}

/*显示隐藏时间*/

.fadeIn {
    -webkit-animation-name: fadeIn;
    /*动画名称*/
    -webkit-animation-duration: 1.5s;
    /*动画持续时间*/
    -webkit-animation-iteration-count: 1;
    /*动画次数*/
    -webkit-animation-delay: 0s;
    /*延迟时间*/
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: .2;
    }
    50% {
        opacity: .5;
    }
    70% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}

/*end css3*/

#mcbanner {
    margin-top: 80px;
    position: relative;
}

/* banner位置搜索框 */

.banner_search {
    display: none;
    border: 5px solid rgba(255, 255, 255, .2);
    width: 35%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*50%为自身尺寸的一半*/
}

.banner_search .inputtext {
    padding: 0 0 0 10px;
    border: none;
    outline: none;
    width: 80%;
    height: 50px;
}

.banner_search .inputsubmit {
    outline: none;
    border: none;
    width: 20%;
    height: 50px;
    background-color: #283c53;
}

.banner_search .inputsubmit img {
    margin: 0 auto;
}

/* 容器宽度 */

/*手机版*/

.menubutton {
    display: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 14px 12px 6px 0;
}

.menubutton .menuicon {
    height: 2px;
    margin-bottom: 8px;
    background: #283c53;
}

.menubutton .menuicon.top1 {
    animation: icon01 linear infinite 2s;
}

.menubutton .menuicon.middle {
    animation: icon02 linear infinite 2s;
}

.menubutton .menuicon.bottom {
    animation: icon03 linear infinite 2s;
}

@keyframes icon01 {
    0% {
        width: 100%;
    }
    25% {
        width: 25%;
    }
    100% {
        width: 100%;
    }
}

@keyframes icon02 {
    0% {
        width: 100%;
    }
    50% {
        width: 25%;
    }
    100% {
        width: 100%;
    }
}

@keyframes icon03 {
    0% {
        width: 100%;
    }
    75% {
        width: 25%;
    }
    100% {
        width: 100%;
    }
}

/*导航*/

.menumain {
    display: none;
    background: #333;
    width: 100%!important;
    height: 100%;
    overflow: auto!important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 1!important;
}

.menumain .menubox {
    margin: 50px 5% 80px;
    padding: 1px 0;
}

.menumain .menubox .menunav {
    overflow: hidden;
}

.menumain .menubox .menunav .menuone a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 30px 0 0;
}

.menumain .menubox .menunav .menuone.home a {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.menumain .menubox .menunav .menuone .menutwo {
    float: left;
    position: relative;
}

.menumain .menubox .menunav .menuone .menutwo.bai {
    width: 100%;
}

.menumain .menubox .menunav .menuone .menutwo:before {
    content: '';
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    position: absolute;
    left: -8px;
    bottom: 8px;
}

.menumain .menubox .menunav .menuone .menutwo a {
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    margin: 30px 20px 0 5px;
}

.menumain .menubox .menunav .menuone .menutwo .menuthree {
    float: left;
    position: relative;
}

.menumain .menubox .menunav .menuone .menutwo .menuthree:before {
    content: '';
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, .4);
    border-radius: 50%;
    position: absolute;
    left: -6px;
    bottom: 8px;
}

.menumain .menubox .menunav .menuone .menutwo .menuthree a {
    color: rgba(255, 255, 255, .4);
    font-size: 14px;
    margin: 20px 20px 0 10px;
}

.menumain .menubox .menunav a.hover {
    color: #2886ff !important;
}

/*语言*/

.menumain .menubox .lang {
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
}

.menumain .menubox .lang a {
    float: left;
    width: 48%;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, .2);
    margin: 2% 1%;
    border-radius: 5px;
    box-sizing: border-box;
}

.menumain .menubox .lang a img {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.menumain .menubox .lang a span {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    position: relative;
    top: -1px;
}

/*底部菜单*/

#mobtool {
    display: none;
    width: 100%;
    height: 50px;
    background: #283c53;
    border-top: 1px solid rgba(255, 255, 255, .2);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1001;
}

#mobtool ul li {
    float: left;
    width: 20%;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .2);
    box-sizing: border-box;
}

#mobtool ul li:nth-child(1) {
    border: none;
}

#mobtool ul li a.menubutton {
    background: rgba(255, 255, 255, .2);
    margin: 0;
}

#mobtool ul li a {
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    padding-top: 10px;
}

#mobtool ul li a p {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 12px;
    text-transform: uppercase;
}

/*list分类*/

#sortpro {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #283c53;
    overflow: hidden;
}

#sortpro .sortpro_left {
    float: left;
    width: 65%;
    color: #fff;
    font-size: 14px;
    background: #283c53;
}

#sortpro .sortpro_right {
    float: right;
    width: 35%;
    color: #000;
    font-size: 14px;
}

#sort_content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #eee;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    -webkit-transform: translate3d(0px, 100%, 0px);
    -moz-transform: translate3d(0px, 100%, 0px);
    transform: translate3d(0px, 100%, 0px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: -o-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

#sort_content.show {
    -webkit-transform: translate3d(0px, 0%, 0px);
    -moz-transform: translate3d(0px, 0%, 0px);
    transform: translate3d(0px, 0%, 0px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: -o-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000)
}

#sort_content .asort {
    height: 100%;
}

.asort .hd {
    height: 60px;
    background: #283c53;
}

.asort .hd .fl {
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    padding: 0 20px;
}

.asort .hd .fr {
    width: 30px;
    height: 30px;
    margin: 15px;
    background: url(../showproduct/proclose.jpg);
    background-size: cover;
}

.asort .ct {
    height: calc(100% - 60px);
    padding: 2%;
    overflow: auto;
}

.asort .ct ul {
    background: #fff;
    border-top: 1px solid #eee;
}

.asort .ct ul li {
    padding: 0 15px;
    border-bottom: 1px solid #eee;
}

.asort .ct ul li a {
    display: block;
}

.asort .ct ul li a p {
    display: inline-block;
    width: calc(100% - 30px);
    height: 58px;
    line-height: 58px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    text-align: left;
}

.asort .ct ul li a i {
    float: right;
    width: 15px;
    height: 15px;
    border: 3px solid #ddd;
    background: #fff;
    border-radius: 50%;
    margin-top: 22px;
}

.asort .ct ul li a.hover i {
    border: 3px solid #283c53;
}

.asort .ct ul .navdown li {
    padding: 0 20px;
    border-bottom: 1px dotted #eee;
}

.asort .ct ul .navdown li a p {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #aaa;
}

.asort .ct ul li a.hover p {
    color: #283c53;
}

/* ====================================================================== */

.container {
    width: 83%;
    margin-right: auto;
    margin-left: auto;
    /*padding-right: .9375rem;*/
    /*padding-left: .9375rem*/
}

.container_02 {
    width: 62.5%;
    margin: 0 auto;
    height: auto;
}

.container_03 {
    width: 91.6%;
    margin: auto;
}

.container_04 {
    width: 95.3125%;
    margin: auto;
}

/*导航栏*/

.top {
    background: #fff;
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 1001;
}

.top .headersearch {
    height: 40px;
    width: 333px;
    top: 0px;
    left: unset;
    right: 350px;
    background: unset;
}

.top .headersearch form {
    width: unset;
    transform: none;
    -webkit-transform: none;
    top: 0;
    left: 0;
}

.top .headersearch form .inputtext {
    width: unset;
    height: 30px;
}

.top .headersearch form .inputsubmit {
    height: 40px;
}

.top .headersearch .proclose {
    top: 0;
    left: none;
    right: 0;
}

.top_01 {
    color: white;
    width: 100%;
    /* height: 40px; */
    display: flex;
    justify-content: space-between;
}

.top .top_01 .top_01_l {
    /* padding-top: 10px; */
}

.top .top_01 .top_01_l ul {
    width: 100px;
    display: flex;
    justify-content: space-between;
}

.top .top_01 .top_01_r ul {
    width: 450px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.top .top_01 .top_01_r ul:after {
    content: none;
}

.top .top_01 .top_01_r ul li {
    display: flex;
    justify-content: center;
}

.top .top_01 .top_01_r ul li a {
    margin: 0 0 0 10px;
    font-size: 13px;
    color: #e9f0f4;
    opacity: 0.23;
}

.top .top_01 .top_01_r ul li:last-child a {
    opacity: 1;
    margin: 0 20px 0 0;
    font-size: 13px;
    color: #bdc5c9;
}

.top .top_02 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.top .top_02 .web_logo {
    float: left;
}

.top .top_02 .web_logo a {
    /* padding: 10px 0 0 0px; */
    height: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.top .top_02 .web_logo a img:nth-child(1) {
    padding: 0 20px 0 0;
}

.top .top_02 .web_logo a img:nth-child(2) {
    padding: 0 0 0 20px;

}

.top .top_02 .web_logo a p {
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #6a747c;
    line-height: 40px;
}

.top .top_01 .top_01_r .pro2wm:before {
    border-left: 8px solid transparent;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    position: absolute;
    top: 20px;
    right: 21px;
}

.top .top_01 .top_01_r .pro2wm {
    display: block;
}

.top .top_01 .top_01_r .pro2wm .wxewm {
    display: block;
    left: -30px;
    top: 40px;
    width: 120px;
    height: 0px;
    padding: 5px;
}

.top .top_01 .top_01_r .pro2wm:hover .wxewm {
    height: 120px;
}

.top .headnav {
    width: 40%;
    /* float: right; */
}

.top .headnav>ul {
    justify-content: space-between;
    width: 100%;
    display: flex;
}

.top .headnav ul:after {
    content: none;
}

.top .headnav .pro2wm {
    top: 30px;
}

.top .headnav .pro2wm img {
    padding: 0;
    margin-left: unset;
}

.top .headnav .pro2wm .wxewm {
    left: 40px;
    bottom: -70px;
}

.top .headnav>ul>li {}

.top .headnav>ul>li .overflow {
    height: 40px;
    line-height: 100px;
    /* overflow: hidden; */
    /* margin: 20px 0; */
    position: relative;
}

.top .headnav>ul>li .overflow:before {
    content: '';
    width: 100%;
    /* margin: 0 0 0 10%; */
    height: 2px;
    background: #283c53;
    position: absolute;
    left: 0;
    bottom: -40px;
    transform: scale(0, 1);
    transition-duration: 1s;
}

.top .headnav>ul>li.hover .overflow:before, .top .headnav>ul>li:hover .overflow:before {
    transform: scale(1, 1);
}

.top .headnav>ul>li .overflow a {
    display: block;
    color: #616161;
    font-size: 16px;
}

.top .headnav>ul>li.hover .overflow a, .top .headnav>ul>li:hover .overflow a {
    color: #283c53;
}

.top .headnav>ul>li .headnavlist {
    width: 100%;
    background: rgb(0 0 0 / 0.6);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    max-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 100px;
    transition-duration: 1s;
    /* margin: 20px 0 0 0; */
}

.top .headnav>ul>li:hover .headnavlist {
    max-height: 300px;
}

.top .headnav>ul>li .headnavlist>ul {
    /*max-width: 1300px;*/
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: auto;
    padding: 5px 30px;
}

.top .headnav>ul>li .headnavlist ul>li {
    display: inline-block;
    margin: 5px 25px 5px 0;
}

.top .headnav>ul>li .headnavlist ul>li:nth-last-child(1) {
    margin-right: 0;
}

.top .headnav>ul>li .headnavlist ul>li a {
    display: block;
    color: white;
    font-size: 15px;
    line-height: 38px;
    border-bottom: 2px solid transparent;
}

.top .headnav>ul>li .headnavlist ul>li a.hover, .top .headnav>ul>li .headnavlist ul>li a:hover {
    color: #e60013;
}

.top .headnav ul li .lanmu_img {
    width: 20px;
    height: 40px;
    margin: 10px 10px 0 0;
}

.top .top_02 .top_language {
    width: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top .top_02 .top_language a:nth-child(1) {
    padding: 0 0 0 30%;
    border-left: 1px solid #eaeaea;
}

/*header*/

/*banner*/

.banner {
    padding-top: 80px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #e60013;
    opacity: 1;
}

/*banner*/

/*首页*/

#index .index_about .produce_top {
    padding: 0 0 40px 0;
}

#index .index_about .produce_top .left {
    padding: 50px 0 0 100px;
}

#index .index_about .produce_top .left .text {
    left: 35%;
    top: 40%;
}

#index .index_about .produce_top .button {
    margin: 0 6% 0 0;
    text-align: center;
    border-radius: 5px;
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid #de0337;
    line-height: 50px;
}

#index .index_about .produce_top .button a {
    font-size: 16px;
    color: #de0337;
}

#index .index_about .produce_top .button a::after {
    content: "企业实力>>";
}

#index .index_about .swiper-container {
    width: 1400px;
    border-bottom: 8px solid #fff;
    box-shadow: 0 5px 10px #e9e8e8;
    /* padding: 0 0 50px 0; */
}

#index .index_about .swiper-container .swiper-slide .content {
    display: flex;
    justify-content: center;
    align-items: center;
}

#index .index_about .swiper-container .swiper-slide .content img {
    /* border-radius: 10px; */
}

#index .index_about .swiper-container-horizontal>.swiper-scrollbar {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
}

#index .index_about .swiper-container-horizontal .swiper-scrollbar-drag {
    background-image: linear-gradient(to right, #ea7323, #f47d2d, #f74559, #386bf7);
    opacity: 1;
}

#index .index_about .countup {
    width: 60%;
    margin: auto;
}

#index .index_about .countup ul li {
    padding: 0;
}

#index .index_about .countup ul li .shuzi {
    color: #807e7d;
}

#index .index_about .countup ul li .countupname {
    color: #807e7d;
}

#index .index_about .countup ul li:hover .shuzi {
    color: #e60013;
}

#index .index_products {
    padding: 0 0 70px 0;
    background: url(/upload/index_pro_bg.jpg) no-repeat center;
    
}

#index .index_products .container_index_pro {
    width: 90%;
    margin: auto;
}

#index .index_products .title {
    text-align: center;
    color: #f5f5f5;
    font-weight: 100;
}

#index .index_products .title p:nth-child(1) {
    padding: 90px 0 0 0;
    font-size: 40px;
}

#index .index_products .title p:nth-child(2) {
    padding: 15px 0 40px 0;
    font-size: 18px;
}

#index .index_products ul {
    display: flex;
    justify-content: space-between;
}

#index .index_products ul::after {
    content: none;
}

#index .index_products ul li {
    overflow: hidden;
    max-width: 400px;
    width: 23%;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#index .index_products ul li .text {
    padding: 30px 15px 20px 15px;
}

#index .index_products ul li .text p:nth-child(1) {
    padding: 0px 0 15px 0;
    color: #283c52;
    font-size: 17px;
}

#index .index_products ul li .text p:nth-child(2) {
    color: #878787;
    font-size: 14px;
    line-height: 24px;
}

#index .index_products ul li:hover p:nth-child(1) {
    color: #e20000;
}

#index .index_products ul li:hover p:nth-child(2) {
    text-decoration: underline;
}

#index .index_pro_list .title {
    text-align: center;
        margin-bottom: 28px;
}

#index .index_pro_list .title p:nth-child(1) {
    padding: 40px 0 0 0;
    color: #5a5a5a;
    font-size: 38px;
}

#index .index_pro_list .title p:nth-child(2) {
    padding: 10px 0 0 0;
    color: #9b9b9b;
    font-size: 14px;
}

#index .index_pro_list .title hr {
    margin: 15px auto 0 auto;
    height: 1px;
    width: 40px;
    background-color: #9b9b9b;
    border: none;
}

/*首页结束*/

/* 关于我们 */

#index_about .about_01 {
    background: url(/upload/about_bg_01.jpg);
    background-size: contain;
    padding: 70px 0 0 0;
}

#index_about .about_01 .container_02 {
    display: flex;
    justify-content: space-between;
}

#index_about .about_01 .left {
    width: 60%;
}

#index_about .about_01 .right {
    /* width: 40%; */
}

#index_about .about_01 .left .title {
    color: #000000;
    font-size: 32px;
    line-height: 42px;
    /* font-weight: 100; */
}

#index_about .about_01 .left .text {
    padding: 70px 0 0 0;
    color: #8a8a8a;
    font-size: 15px;
    line-height: 38px;
}

#index_about .about_01 .right ul {
    color: #fff;
    flex-direction: column;
}

.countup {
    padding: 50px 0;
    overflow: hidden;
}

.countup ul {
    display: flex;
    justify-content: space-between;
}

.countup ul::after {
    content: none;
}

.countup ul li {
    /* width: 25%; */
    padding: 0 0 75px 0;
    text-align: center;
    /* border-left: 1px solid #f3f3f3; */
}

.countup ul li:nth-child(1) {
    /* border-left: 1px solid transparent; */
}

.countup ul li .shuzi {
    color: #f6f6f6;
    transition: 1s;
    font-size: 42px;
    position: relative;
}

.countup ul li .shuzi sup {
    font-size: 16px;
    position: absolute;
    bottom: 0;
}

.countup ul li .countupname {
    color: #f6f6f6;
    font-size: 16px;
    padding-top: 12px;
}

#index_about .about_03 {
    background: #f5f5f5;
}

#index_about .about_03 .swiper-wrapper {
    width: 80%;
}

#index_about .about_03 .swiper-container {
    width: 72.916%;
    padding: 90px 0 60px 0;
}

#index_about .about_03 .swiper-container .swiper-button-prev {
    background: url(/upload/previous_logo.png) no-repeat;
}

#index_about .about_03 .swiper-container .swiper-button-next {
    background: url(/upload/next_logo.png) no-repeat;
}

#index_about .about_03 .content {
    background: #fff;
    width: 90%;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    box-shadow: 8px 8px 8px rgba(5, 2, 2, .03);
    margin: auto;
    padding: 70px 30px 105px 30px;
}

#index_about .about_03 .content .time {
    font-size: 38px;
    padding: 0 0 25px 0;
    color: #5c5c5c;
    border-bottom: 1px solid #eaeaea;
}

#index_about .about_03 .content .text {
    padding: 40px 0 0 0;
    color: #8a8a8a;
    font-size: 15px;
    line-height: 36px;
}

#index_about .about_04 {
    position: relative;
}

#index_about .about_04 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#index_about .about_04 .container::after {
    content: none;
}

#index_about .about_04 .container .left .title {
    font-size: 30px;
    font-weight: 800;
}

#index_about .about_04 .container .left .text {
    padding: 45px 0 50px 0;
    font-size: 18px;
    line-height: 32px;
}

#index_about .about_04 .container .left .button {
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    line-height: 50px;
    width: 180px;
    height: 50px;
    border-radius: 8px;
    background: #fff;
}

#index_about .about_04 .container .right ul {
    display: flex;
    justify-content: space-between;
}

#index_about .about_04 .container .right ul::after {
    content: none;
}

#index_about .about_04 .container .right ul li {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#index_about .about_04 .container .right .text {
    padding: 20px 0 0 0;
    font-size: 18px;
    line-height: 28px;
    color: #dfdfdf;
}

/* 关于我们结束*/

/* 联系我们 */

/* 联系我们结束 */

/* 新闻列表 */

#list_article .list_article_top {
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #eaeaea;
}

#list_article .list_article_top .container_02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#list_article .list_article_top .left p:nth-child(1) {
    padding: 0 0 20px 0;
    font-size: 30px;
    font-weight: 100;
    color: #070707;
}

#list_article .list_article_top .left p:nth-child(2) {
    text-transform: uppercase;
    color: #878787;
    font-size: 26px;
}

#list_article .list_article_top .right {
    display: flex;
    justify-content: space-between;
    width: 30%;
}

#list_article .list_article_top .right a {
    font-size: 16px;
    color: #4d4d4d;
}

#list_article .list_article_top .right a hr {
    transition: 1s;
    width: 100%;
    transform: scale(0, 1);
    height: 2px;
    background: #4d4d4d;
    margin: 10px 0 0 0;
}

#list_article .list_article_top .right a:hover {
    color: #014ea2;
}

#list_article .list_article_top .right a:hover hr {
    transform: scale(1, 1);
    background: #014ea2;
}

#list_article .list_article_top .right .hover {
    color: #014ea2;
}

#list_article .list_article_top .right .hover hr {
    transform: scale(1, 1);
    background: #014ea2;
}

.news {
    padding: 50px 0 0;
}

.news.innews ul {
   
    justify-content: space-between;
}

.news.innews ul::after {
    content: none;
}

.news.innews ul li {
    width: 33.3%;
    margin-top: 30px;
}

.innews {
    /* padding: 50px 2% 70px; */
    overflow: hidden;
}

.innews .innewsname {
    margin: 0 20px;
    position: relative;
}

.innews ul li a {
    margin: 0 10px;
    display: block;
    border-bottom: 2px solid transparent;
    box-shadow: 0 10px 10px transparent;
    padding: 20px 20px 30px;
}

.innews ul li a:hover {
    border-bottom: 2px solid #8e8e8e;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.innews ul li a .imgurl {
    overflow: hidden;
}

.innews ul li a .imgurl img {
    width: 100%;
}

.innews ul li a .newstitle {
    padding: 20px;
}

.innews ul li a .catname {
    color: #242424;
    font-size: 32px;
}

.innews ul li a .title {
    margin: 20px 0 10px;
    color: #393939;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.innews ul li a:hover .title {
    /* color: #005c25; */
}

.innews ul li a .description {
    color: #979797;
    font-size: 13px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.innews ul li a .updatetime {
    padding: 10px 0 0 0;
}

.innews ul li a .img_logo {
    opacity: 0;
    transition: 1s;
    padding: 30px 0 0 0;
}

.innews ul li a:hover .img_logo {
    opacity: 1;
}

/* 新闻列表 */

/* 新闻详情 */

.newslist {
    width: 65%;
}

.newsbar {
    width: 30%;
}

.shownews {
    padding: 50px 10px 0 10px;
    padding-top: 50px;
    overflow: hidden;
}

.shownews .title {
    color: #020202;
    font-size: 20px;
}

.shownews .updatetime {
    color: #b1b1b1;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
}

.shownews .content {
    color: #1d2433;
    font-size: 16px;
    line-height: 24px;
    padding: 50px 0;
    border-bottom: 1px dashed #ccc;
}

.shownews .detailpage {
    color: #656565;
    padding: 30px 0 30px;
}

#show_article .detailpage .PandN {
    float: left;
}

.shownews .detailpage .PandN p {
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.shownews .detailpage .PandN p a {
    color: #656565;
    position: relative;
    left: 0;
}

.shownews .detailpage .PandN p a:hover {
    color: #fe8a01;
    text-decoration: underline;
    left: 10px;
}

.shownews .detailpage .more2 {
    float: right;
    padding: 10px 15px 10px 15px;
    background-color: #283c53;
    color: white;
    box-shadow: 0 0 13px rgb(57 133 194 / 43%);
}

#show_article .newshot {
    font-size: 20px;
    padding: 50px 0 0 0;
    color: #283c53;
}

#show_article #newshot_after {
    margin: 10px 0 0 0;
    box-shadow: none;
    border: none;
    width: 60px;
    height: 2px;
    background: #283c53;
}

#show_article .news_list {
    padding: 40px 0 0px 0;
}

#show_article .news_list ul li {
    width: 100%;
    border-bottom: 1px dashed #cccc;
}

#show_article .news_list ul li a p:nth-child(1) {
    padding: 20px 0 0 5px;
    font-size: 18px;
}

#show_article .news_list ul li a p:nth-child(2) {
    padding: 10px 0 10px 5px;
    font-size: 14px;
    color: #9ca1ab;
}

#show_article .news_list ul li a p:nth-child(3) {
    line-height: 24px;
    padding: 20px 0 20px 5px;
    font-size: 14px;
}

/* 新闻详情 */

/* 产品列表 */

#list_products {
    /* background: #fbfbfb; */
}

#list_products .pro_list .title {
    text-align: center;
    font-weight: 100;
    color: #646464;
}

.pro_list .pro_list_title ul {
    display: flex;
    justify-content: center;
}

.pro_list .pro_list_title ul li {
    background: #1b2a3a;
    width: 160px;
    height: 45px;
    padding: 0;
    text-align: center;
}

.pro_list .pro_list_title ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
}

.pro_list .title p:nth-child(1) {
    font-weight: 100;
    font-size: 38px;
    color: #5a5a5a;
    padding: 60px 0 20px 0;
}

.pro_list .title p:nth-child(2) {
    color: #9b9b9b;
    line-height: 20px;
    font-size: 14px;
    padding: 0 0 40px 0;
}

.pro_list .pro_list_title ul li:hover {
    background: #e60012;
}

.pro_list .pro_list_title ul li:hover a {
    color: #fff;
}

.pro_list .pro_list_title ul .hover {
    background: #e60012;
}

.pro_list .pro_list_title ul .hover a {
    color: #fff;
}

.pro_list ul li {
    background: #fff;
    overflow: hidden;
    transition: 1s;
    box-sizing: border-box;
    float: left;
    border-radius: 7px;
    width: 18%;
    margin: 0 0% 40px 1%;
}

.pro_list ul li img {
   
    transition: 1s;
    transform: scale(1);
    border-radius: 10px;
}

.pro_list ul li .text {
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 18px;
    color: #555555;
}

.pro_list ul li:hover .text {
    color: #e60013;
}

/* 产品列表 */

/* 产品详情 */

#show_products .container_02 {
    width: 72%;
}

#show_products .prodetail_content_l_describe .pro2wm .wxewm {
    transition: 1s;
    left: 140px;
    bottom: -50px;
}

#show_products .prodetail_content_l_describe .pro2wm:after {
    display: none;
}

.prodetail_content {
    padding: 0 0 90px 0;
}

.prodetail_content_top {
    font-weight: 800;
    padding: 40px 0;
    color: #454545;
    font-size: 14px;
    line-height: 42px;
    text-transform: uppercase;
}

.prodetail_content_r {
    float: left;
    width: 45%;
}

.proimgurl {
    box-sizing: border-box;
    float: right;
    border-radius: 10px;
    /* box-shadow: 10px 10px 7px rgba(8, 1, 3, 0.03); */
    /* border: 1px solid #f3f3f3; */
    width: calc(100% - 90px)
}

.mousetrap {
    width: 100% !important;
    height: 100% !important;
}

.prodisplayimg {
    /* display: none; */
    width: 80px;
    margin: 0 10px 0 0;
}

.prodetail_content_l {
    /* margin: 0 5% 0 0; */
    float: right;
    width: 50%;
}

#zoomcont {
    height: 420px !important;
}

.zoom-desc a {
    /* float: left; */
}

.zoom-desc img {
    border-radius: 10px;
}

.prodetail_content_l_describe {
      width: 100%;
}

.prodetail_content_l_describe .title p:nth-child(1) {
    font-weight: 800;
    color: #323232;
    font-size: 24px;
}

.prodetail_content_l_describe .title p:nth-child(2) {
    padding: 15px 0 25px 0;
    font-size: 16px;
    color: #9b9b9b;
}

.prodetail_content_l_describe .pro2wm {
    background: #fafafa;
    color: #29658b;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #eaeaea
}

.prodetail_content_l_describe .pro2wm i {
    padding: 0 5px 0 0;
}

.prodetail_content_l_describe .content {
    padding: 25px 0 0 0;
    font-size: 15px;
    color: #454545;
    line-height: 38px;
}

.prodetail_content_l_describe .content p {
    border-bottom: 1px solid #eaeaea;
}

.prodetail_content_l_describe .content span {
    font-weight: 800;
}

.prodetail_content_l .lianjie {
    color: white;
    padding: 30px 0 0 0;
}

.prodetail_content_l .lianjie ul {
    display: flex;
    align-items: center;
}

.prodetail_content_l .lianjie ul li {
    float: left;
    margin-right: 10px;
}

.prodetail_content_l .lianjie ul #inquier {
    margin: 3px 0 0 0;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    background-color: #343531;
    width: 120px;
    height: 44px;
}

.prodetail_content_l .lianjie ul li.pro2wm:before {
    top: 18px;
    right: -10px;
}

.prodetail_content_l .lianjie ul li.pro2wm:after {
    top: 20px;
    right: -10px;
}

.prodetail_content_l .lianjie ul li.pro2wm .wxewm img {
    width: 100%;
    height: 100%;
}

/* .product_parameter {
    float: left;
    padding: 20% 0 0 0;
} */
.product_parameter{width:100%;}

.product_parameter .content{ overflow-x:scroll; overflow-y:hidden; white-space: nowrap; }

.product_parameter .title {
    padding: 0 0 40px 0;
    color: #2b2b2b;
    font-size: 26px;
}

.product_parameter #customers {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 100;
}

.product_parameter #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 20px;
}

.recommended_products {
    padding: 40px 0 0 0;
}

.recommended_products .title {
    padding: 0px 0 40px 0;
    color: #2b2b2b;
    font-size: 26px;
}

.recommended_products .pro_list ul {
    display: flex;
    justify-content: space-between;
}

.recommended_products .pro_list ul li {
    width: 22%;
    margin: 0;
}

/* 产品详情 */

/* 生产体系 */

.produce_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.produce_top .left {
    padding: 60px 0 0 60px;
    width: 30%;
    position: relative;
}

.produce_top .left .text {
    width: 170px;
    padding: 0 0 0 30px;
    border-left: 5px solid #de0337;
    position: absolute;
    color: #363636;
    font-size: 32px;
    font-weight: 100;
    left: 20%;
    top: 50%;
}

.produce_top .right {
    padding: 0 0 0 100px;
}

.produce_top .right .text {
    padding: 30px 0 0 0;
    width: 85%;
    color: #868686;
    font-size: 15px;
    line-height: 32px;
}

.produce_top .right .text a {
    color: #868686;
}

.produce_top .right hr {
    width: 300px;
    height: 1px;
    border: none;
    background: #f2f2f2;
    margin: 35px 0 0 0;
}

#produce .content {
    padding: 30px 0 20px 0;
}

#produce .content ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#produce .content ul li .img {
    width: 50%;
}

#produce .content ul li .word {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#produce .content ul li .word .text {
    width: 50%;
}

#produce .content ul li .word .text .title {
    display: flex;
    align-items: center;
    color: #424b5a;
    font-size: 32px;
}

#produce .content ul li .word .text .title img {
    padding: 0 30px 0px 0;
}

#produce .content ul li .word .text .describe {
    padding: 40px 0 0px 0;
    color: #424b5a;
    font-size: 18px;
    line-height: 37px;
}

/* 生产体系结束 */

/* 招聘列表 */

.mcjob {
    padding-top: 50px;
    overflow: hidden;
}

.mcjob .mcjobtitle {
    color: #fff;
    background: #fe8a01;
    border-radius: 5px;
}

.mcjob .mcjobtitle ul li {
    float: left;
    width: 16.66%;
    line-height: 60px;
    text-align: center;
}

.mcjob .mcjobtitle ul li:nth-child(1) {
    text-align: left;
    padding-left: 30px;
}

.mcjob .mcjoblist ul li {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    cursor: pointer;
}

.mcjob .mcjoblist ul li dl {
    float: left;
    width: 16.66%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #464646;
}

.mcjob .mcjoblist ul li dl:nth-child(1) {
    text-align: left;
    padding-left: 30px;
}

.mcjob .mcjoblist ul li dl.jobicon {
    background: url(/upload/jobicon1.jpg) center no-repeat;
}

.mcjob .mcjoblist ul li:hover dl.jobicon {
    background: url(/upload/jobicon2.png) center no-repeat;
}

.mcjob .mcjoblist ul li .jobcontent {
    border-top: 1px dotted #9c9c9c;
    margin: 0 10px;
    display: none;
}

.mcjob .mcjoblist ul li .jobcontent .jobmail {
    width: 115px;
    height: 115px;
    line-height: 115px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    background: #fe8a01;
    border-radius: 50%;
    margin: 5% 5% 0 0;
}

.mcjob .mcjoblist ul li .jobcontent .content {
    color: #585858;
    font-size: 14px;
    line-height: 2;
    padding: 30px 20px;
}

/* 招聘列表 */

/* footer */

#footer {}

#footer .footer_content {
    padding: 100px 0 50px 0;
    display: flex;
    justify-content: space-between;
}

#footer .footer_content::after {
    content: none;
}

#footer .footer_content .footer_content_01 .title {
    padding: 0 0 40px 0;
    font-size: 20px;
    color: #222222;
    letter-spacing: 0.5em;
}

#footer .footer_content .footer_content_01 .text, #footer .footer_content .footer_content_01 .text a {
    color: #acacac;
    font-size: 15px;
    line-height: 32px;
}

#footer .footer_content .footer_content_01 .link {
    padding: 30px 0 0 0;
}

#footer .footer_content .footer_content_01 .link ul {
    width: 20%;
    display: flex;
    justify-content: space-between;
}

#footer .footer_content .footer_content_01 .link ul:after {
    content: none;
}

#footer .footer_content .pro2wm .wxewm {
    left: 45px;
    bottom: -50px;
}

#footer .footer_content_02 {
    display: flex;
    align-items: center;
}

#footer .footer_content_03 {
    width: 55%;
}

#footer .footer_content_03 .ftype_input {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#footer .footer_content_03 .ftype_input input {
    color: #b4b4b4 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding-bottom: 30px;
    width: 30%;
    float: left;
    outline: none;
    border: none;
    border-bottom: 1px solid #eaeaea;
}

#footer .footer_content_03 .ftype_textarea {
    padding-top: 40px;
    width: 100%;
}

#footer .footer_content_03 .ftype_textarea textarea {
    color: #b4b4b4 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    border: none;
    outline: none;
    width: 100%;
    height: 110px;
    border-bottom: 1px solid #eaeaea;
}

#footer .footer_content_03 .ftype_code {
    width: 50%;
    position: relative;
}

#footer .footer_content_03 .ftype_code input {
    color: #b4b4b4 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 20px 0;
    border: none;
    outline: none;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

#footer .footer_content_03 .ftype_code .codeimg {
    position: absolute;
    right: 0;
    bottom: 10px;
}

#footer .footer_content_03 button {
    margin: 20px 0 0 0;
    outline: none;
    text-align: center;
    color: white;
    width: 100px;
    height: 40px;
    background: #383838;
    border: none;
}

.company {
    background: #f8fafb;
    position: relative;
    height: 80px;
    padding-top: 30px;
}

.container_company {
    width: 90%;
    margin: 0 auto;
}

.company, .company a {
    font-size: 16px;
    color: #3c3c3c;
}

.company p {
    text-transform: uppercase;
    margin-right: 10px;
    float: left;
}

.company .seo_keyword {
    color: #5e6980;
    position: absolute;
    top: 0px;
}

.company img {
    float: right;
}

/* 底部结束 */

@media (max-width: 1600px) {
    #show_products .container_02 {
        width: 90%
    }
    .container_02 {
        width: 90%;
    }
    .top .top_02 .top_language a:nth-child(1) {
        padding: 0;
        border: none;
    }
}

@media (max-width: 1440px) {
    .top .top_02 .web_logo a img:nth-child(2) {
        display: none;
    }
    .top .headnav {
        width: 60%;
    }
    #index .index_about .produce_top .button a::after {
        content: "企业实力";
    }
    #index_about .about_04 .container .left {
        display: none;
    }
    #index_about .about_04 .container {
        width: 75%;
    }
    .newsbar {
        display: none;
    }
    .newslist {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .top .top_02 .headlang {
        display: none;
    }
    .pro_list ul li {
        width: 47%;
    }
    .news.innews ul {
        display: block;
    }
    .news.innews ul li {
        width: 100%;
    }
    #produce .content ul li {
        flex-direction: column;
        align-items: center;
        border: 1px solid #eaeaea;
        padding: 0px 0 40px 0;
    }
    #produce .content ul li .img {
        width: unset;
    }
    #produce .content ul li .word {
        width: 100%;
        padding: 40px 0
    }
    .prodetail_content {
        padding: 0 0 40px 0;
    }
    #show_products .prodetail_content_lr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #show_products .prodetail_content_l, #show_products .prodetail_content_r {
        width: 70%;
    }
    #show_products .prodetail_content_l {
        padding: 40px 0 0 0;
    }
}

@media (max-width: 1024px) {
    #produce .content {
        padding: 0;
    }
}

/*手机版*/

@media (max-width: 992px) {
    .mcjob {
        padding: 0;
    }
    .mcjob .mcjobtitle, .mcjob .mcjoblist ul li dl {
        display: none;
    }
    .mcjob .mcjoblist ul li dl:nth-child(1) {
        display: block;
        width: 100%;
    }
    .mcjob .mcjoblist ul li .jobcontent {
        display: block;
    }
    .mcjob .mcjoblist ul li .jobcontent .jobmail {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        margin: 10% 0 0;
    }
    .mc_pager {
        padding: 40px 0;
    }
    .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: .9375rem;
        padding-left: .9375rem
    }
    /*MOB-头部导航*/
    #mcbanner {
        margin-top: 60px;
    }
    .menubutton, #mobtool {
        display: block;
    }
    .pcweb {
        display: none;
    }
    .mobileweb {
        display: block;
    }
    .top {
        /* background:red ; */
        height: 60px;
        position: fixed;
    }
    .top .top_01 {
        display: none;
    }
    .top .top_02 {
        display: none;
    }
    .banner_mob {
        padding: 60px 0 0 0;
    }
    .banner_mob .swiper-pagination-bullet-active {
        background: #283c53;
    }
    #mob_web_logo {
        width: 50px;
        padding: 5px 0 0 0;
    }
    /*MOB-头部导航*/
    /*MOB-首页*/
    .banner_mob .swiper-pagination .swiper-pagination-bullet {
        background: #fff;
        opacity: 1;
    }
    
    .banner_mob .swiper-pagination .swiper-pagination-bullet-active {
        background: #e60013;
        opacity: 1;
    }
    




    .produce_top {
        flex-direction: column;
    }
    #index .index_about .produce_top .left {
        padding: 0;
    }
    .produce_top .right {
        padding: 0;
    }
    .produce_top .right .text {
        width: 90%;
        margin: auto;
    }
    .produce_top .left {
        width: 100%;
    }
    #index .index_about .produce_top .left .text {
        left: 20%;
    }
    .produce_top .right .text {
        padding: 0;
    }
    .produce_top .right hr {
        display: none;
    }
    #index .index_about .produce_top .button {
        margin: 20px 0 0 0;
    }
    #index .index_about .swiper-container {
        width: 100%;
    }
    #index .index_about .countup {
        padding: 20px 0;
    }
    #index .countup ul {
        flex-direction: column;
    }
    #index .index_about .countup ul li {
        padding: 20px 0;
    }
    #index .index_products {
        background: #2d4052;
    }
    #index .index_products .title p:nth-child(1) {
        padding: 40px 0 0 0;
        font-size: 28px;
    }
    #index .index_products .title p:nth-child(2) {
        padding: 15px 0 20px 0;
        font-size: 15px;
    }
    #index .index_products ul {
        flex-direction: column;
    }
    #index .index_products ul li {
        margin: 40px 0 0 0;
        width: 100%;
    }
    #index_about .about_04 .container {
        width: 100%;
    }
    #index_about .about_04 .container .right {
        display: none;
    }
    /*MOB-首页结束*/
    /* MOB-关于我们 */
    #index_about .about_01 {
        background: unset;
    }
    #index_about .about_01 .left {
        width: 100%;
    }
    #index_about .about_01 .left .title {
        font-size: 26px;
    }
    #index_about .about_01 .left .text {
        padding: 40px 0 0 0;
    }
    #index_about .about_01 .right {
        display: none;
    }
    #index_about .about_03 .swiper-container {
        width: 100%;
        padding: 40px 0;
    }
    /* MOB-关于我们结束 */
    /* MOB-产品列表 */
    .pro_list_title {
        display: none;
    }
    .pro_list ul li {
        width: 100%;
        margin: 0;
    }
    .pro_list ul li .text {
        justify-content: center;
    }
    /* MOB-产品列表结束 */
    /*MOB-产品详情 */
    #show_products .prodetail_content_l, #show_products .prodetail_content_r {
        width: 100%;
    }
    .prodetail_content_l_describe {
        padding: 40px 0;
    }
    .mobprodisplayimg .swiper-container .swiper-pagination-bullet-active {
        background: #283c53;
    }
    /* MOB-产品详情结束 */
    /* MOB-新闻列表 */
    .news {
        padding: 40px 0 0 0;
    }
    .news.innews ul li {
        width: 100%;
    }
    .innews ul li a {
        padding: 0;
    }
    /*MOB-新闻列表结束 */
    /* MOB-新闻详情 */
    .news.innews ul {
        flex-wrap: wrap;
    }
    .newslist {
        width: 100%;
    }
    .newsbar {
        display: none;
    }
    /* MOB-新闻详情结束 */
    /* MOB联系我们 */
    /* MOB联系我们 */
    /* MOB底部 */
    #footer {
        padding: 0 20px;
    }
    #footer .footer_content {
        flex-direction: column;
        align-items: center;
        padding: 40px 0;
    }
    #footer .footer_content .footer_content_01 {
        width: 100%;
    }
    #footer .footer_content .footer_content_01 .link ul {
        width: 20%;
    }
    #footer .footer_content .footer_content_01 .title {
        letter-spacing: 0.2em;
    }
    #footer .footer_content_03 {
        width: 100%;
        padding: 40px 0 0 0;
    }
    #footer .footer_content_03 .ftype_input {
        flex-direction: column;
    }
    #footer .footer_content_03 .ftype_input input {
        width: 100%;
        padding: 10px 0;
    }
    #footer .footer_content_03 .ftype_code {
        width: 100%;
    }
    #footer .footer_content_03 button {
        width: 100%;
    }
    .company {
        padding-top: 20px;
    }
    .company {
        text-align: center;
        height: 220px;
        line-height: 20px;
    }
    .company p {
        margin: 0;
        float: unset;
        padding: 10px 0;
    }
    .company a {
        line-height: unset;
    }
    .company img {
        display: inline;
        padding: 0;
        float: unset;
    }
    .company .seo_keyword {
        position: relative;
        padding: 0 10px;
    }
    /* MOB底部结束 */
}