@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 'System San Francisco Display Regular';
}

/* 重置列表元素 */

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: #103059;
}

a:hover, a:focus {
    color: #103059;
    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: #e60013;
}

.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: #e60013;
}

.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: #3e92ff;
}

.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: #103059;
    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 #103059;
    overflow: hidden;
}

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

#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: #e60013;
}

.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 #e60013;
}

.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: #e60013;
}

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

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

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

/*导航栏*/

.top {
    background: #1d2327;
    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 {
    width: 100%;
}

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

.top .top_02 .web_logo a {
    padding: 10px 0 0 0px;
    display: flex;
    justify-content: center;
}

.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: 56%;
    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: 54px;
    /* overflow: hidden; */
    /* margin: 20px 0; */
    position: relative;
}

.top .headnav>ul>li .overflow:before {
    content: '';
    width: 80%;
    margin: 0 0 0 10%;
    height: 2px;
    background: #e60013;
    position: absolute;
    left: 0;
    bottom: -20px;
    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: #fff;
    font-size: 18px;
}

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

.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;
    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: 2px 15px 2px 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: 12px;
    line-height: 20px;
    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;
}

.headsearch {
    position: relative;
    cursor: pointer;
}

.headsearch input {
    float: left;
    margin-top: 10px;
    border-radius: 15px;
    color: #9d9d9c;
    font-size: 13px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 20px;
    border: 1px solid #e9e9e9;
}

.headsearch input:focus {
    outline: none;
}

#search_logo {
    background: unset;
    border: none;
    position: absolute;
    top: 15px;
    right: 10px;
    position: absolute;
    height: 30px;
    width: 30px;
    background-image: url(/upload1/search_logo.png);
    background-repeat: no-repeat;
}

#search_logo {
    outline: none;
}

.headersearch {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
}

.headersearch.show {
    display: block;
}

.headersearch .proclose {
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 10%;
    right: 5%;
}

.headersearch form {
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.headersearch form .inputtext {
    width: 700px;
    height: 50px;
    padding: 0 10px;
    border: 0;
    background: #000;
    outline: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.headersearch form .inputsubmit {
    width: 100px;
    height: 50px;
    color: #fff;
    font-size: 15px;
    background: #000000;
    outline: 0;
    border: 0;
}

.top .Language {
    width: 120px;
    cursor: pointer
}

.top .Language ul {
    padding: 0 0 14px 0 !important;
    color: white;
    width: 120px;
    display: flex;
    justify-content: space-around;
}

.top .Language ul li {
    border-right: unset !important;
    width: unset !important;
}

.top .Language #jiantou_xia {
    padding-top: 5px;
}

.top .Language #xialakuang {
    display: none;
    transition: 1s;
    padding-top: 0px;
    padding-bottom: 0;
}

.top .Language #xialakuang a {
    color: white;
    padding: 12px 0;
    display: block;
}

.top .Language #xialakuang li {
    text-align: center;
    border-bottom: 1px solid white;
}

.top .Language #xialakuang li:nth-child(2) {
    border-bottom: unset;
}

.top .Language:hover #xialakuang {
    background: #e60013;
    /* z-index: 10000; */
    display: flex;
    flex-direction: column;
}

.top .Language:hover #xialakuang {
    content: none;
    padding: 0 !important;
}

/*header*/

/*banner*/

.banner {
    padding-top: 80px;
}

.banner .swiper-container .swiper-pagination {
    /* width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 60px; */
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    /* float: left;
    width: 300px;
    height: 300px;
    color: white;
    font-size: 15px;
    line-height: 25px;
    padding: 25px 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    opacity: 1;
    background: white; */
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    /* background-color: #e60013; */
}

.banner .swiper-button-next {
    width: 66px;
    height: 77px;
    background: url(/upload/index_catalog_right_logo.png);
    background-size: 100%;
}

.banner .swiper-button-prev {
    width: 66px;
    height: 77px;
    background: url(/upload/index_catalog_left_logo.png);
    background-size: 100%;
}

/*banner*/

/*首页*/

#index .index_about .text_01 {
    padding: 100px 0 0px 0;
    text-align: center;
}

#index .index_about .text_01 .title {
    font-size: 56px;
    font-weight: 100;
    color: #bcbfc1;
}

#index .index_about hr {
    border: none;
    margin: 40px auto 40px auto;
    width: 80px;
    background: #bcbfc1;
    height: 2px;
}

#index .index_about .content {
    font-size: 18px;
    line-height: 34px;
    color: #777777;
}

#index .index_about .about_03 li {
    padding: 40px;
    background-color: white;
    box-shadow: none;
    border: 1px solid transparent;
}

#index .index_about .about_03 li:hover {
    border: 1px solid rgba(8, 1, 3, 0.03);
    background: #fcfcfc;
    box-shadow: 10px 10px 12px rgba(237, 237, 237, .77);
}

#index .index_about .bg_text {
    background: url(/upload/index_about_bg.jpg);
    display: flex;
    text-align: center;
    width: 100%;
    height: 400px;
}

#index .index_about .bg_text ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 87.65%;
    margin: 0 auto;
}

#index .index_about .bg_text ul li {
    width: 16%;
}

#index .index_about .bg_text ul li p:nth-child(1) {
    padding: 0 0 30px 0;
    font-size: 20px;
    color: #ebedf3;
}

#index .index_about .bg_text ul li p:nth-child(2) {
    font-size: 14px;
    line-height: 28px;
    color: #c6c7cb;
}

#index .index_products {
    padding: 0 0 70px 0;
}

#index .pro_list .title {
    color: #f4f5f6;
}

#index .index_products .container_list_products ul li {
    width: 100%;
}

#index .index_products .swiper-container {
    padding: 0 0 80px 0;
}

#index .index_products .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

#index .index_products .swiper-pagination-bullet {
    margin: 0 10px;
}

#index .index_products .swiper-pagination-bullet-active {
    box-sizing: border-box;
    background: white;
    width: 15px;
    height: 15px;
    border: 2px solid #7682bc;
    border-radius: 50%;
}

#index .index_products .swiper-button-next, #index .index_products .swiper-button-prev {
    opacity: 1;
    z-index: 1000;
    transition: 1s;
    text-align: center;
    box-sizing: border-box;
    background: white;
    color: #f0f0f0;
    border: 2px solid #f0f0f0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 35px;
    top: unset;
    bottom: 0;
    border-radius: 50%;
}

#index .index_products .swiper-button-next:hover, #index .index_products .swiper-button-prev:hover {
    background: #7682bc;
    color: white;
}

#index .index_products .swiper-button-prev {
    left: 43%;
}

#index .index_products .swiper-button-next {
    right: 43%;
}

#index .index_catalog {
    background: #fafafa;
    padding: 70px 0 0 0;
}

#index .index_catalog .swiper-slide {
    background: white;
}

#index .index_catalog .swiper-button-prev {
    width: 66px;
    height: 77px;
    background: url(/upload/index_catalog_left_logo.png);
    background-size: 100%;
}

#index .index_catalog .swiper-button-next {
    width: 66px;
    height: 77px;
    background: url(/upload/index_catalog_right_logo.png);
    background-size: 100%;
}

#index .index_catalog .title {
    font-size: 36px;
    color: #a6a6a6;
    text-transform: uppercase;
    padding: 0 0 50px 0;
}

#index .index_catalog .content {
    padding: 30px 0 30px 100px;
    display: flex;
    justify-content: start;
    align-items: flex-end;
}

#index .index_catalog .content .text {
    padding: 0 0 0 70px;
}

#index .index_catalog .content .text .title {
    font-weight: 600px;
    padding: 0 0 30px 0;
    font-size: 28px;
    color: #656565;
}

#index .index_catalog .content .text .description {
    padding: 0 0 30px 0;
    font-size: 15px;
    line-height: 32px;
    color: #656565;
}

#index .index_catalog .content .text .button {
    text-align: center;
    color: white;
    width: 160px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    background: #535353;
    border-radius: 8px;
}

#index .index_catalog .content .text .button a {
    color: white;
}

#index .index_catalog .bottom {
    padding: 30px 0 50px 0px;
}

#index .index_catalog .bottom ul {
    display: flex;
    justify-content: space-around;
}

#index .index_catalog .bottom ul li {
    transition: 1s;
    overflow: hidden;
    padding: 0 5px;
}

#index .index_catalog .bottom ul li img {
    transform: scale(1);
    transition: 1s;
}

#index .index_catalog .bottom ul li:hover img {
    transform: scale(1.25);
}

#index .index_banner_02 {
    padding: 90px 0;
}

#index .index_banner_02 .content {
    float: right;
    width: calc(100% - 100px);
}

#index .index_banner_02 .content img {
    width: 100%;
}

#index .index_banner_02 .swiper-button-disabled {
    background: #f4f4f6 !important;
}

#index .index_banner_02 .swiper-button-prev, #index .index_banner_02 .swiper-button-next {
    
    top: 60%;
    opacity: 1!important;
    width: 100px;
    height: 100px;
    background-size: 100%;
    font-size: 40px;
    line-height: 100px;
    text-align: center;
    color: #44474c;
}

#index .index_banner_02 .swiper-button-prev {
    opacity: 1!important;
    z-index: 1000;
    background: #a9adb8;
    left: 0px;
}

#index .index_banner_02 .swiper-button-next {
    z-index: 1000;
   opacity: 1!important;
    background: #a9adb8;
    left: 100px;
    right: unset;
}

#index .index_banner_02 .swiper-button-prev::after {
    content: "<";
}

#index .index_banner_02 .swiper-button-next::after {
    content: ">";
}

#index .index_news {
    padding: 0 0 80px 0;
}

#index .index_news .title_01 {
    padding: 0 0 30px 0;
    text-align: center;
    font-weight: 100;
    color: #bcbfc1;
    font-size: 56px;
}

#index .index_news .title_01 hr {
    margin: 40px auto 0 auto;
    width: 100px;
    height: 2px;
    background: #bcbfc1;
    border: none;
}

#index .index_news .innews ul li {
    width: 100%;
    margin: 0;
}

/*首页结束*/

/* 关于我们 */

#index_about .about_01 {
    padding: 60px 0 0 0;
}

#index_about .about_01 .title {
    text-align: center;
    color: #bcbfc1;
    font-size: 56px;
    font-weight: 800;
}

#index_about .about_01 hr {
    border: none;
    margin: 40px auto 0 auto;
    width: 80px;
    background: #bcbfc1;
    height: 4px;
}

#index_about .about_01 .content {
     text-indent:2em;
    color: #777777;
    padding: 50px 0 0 0;
    font-size: 18px;
    line-height: 34px;
}

#index_about .about_01 .content p {
    margin: 0 0 40px 0;
}

#index_about .about_01 .content ul {
    text-indent: initial;
    display: flex;
    justify-content: space-between;
}

#index_about .about_01 .content ul li{
    padding: 0 10px;
}
#index_about .about_01 .content ul li:nth-child(1){
    padding: 0 10px 0 0;
}

#index_about .about_01 .content ul li:nth-last-child{
    padding: 0 0 0 10px;
}

#index_about .about_02_imgtext {
    align-items:center;
    background: #f9f9f9;
    display: flex;
    justify-content: space-between;
}

#index_about .about_02_imgtext img {
 max-height: 450px;
}

#index_about .about_02_imgtext .text {
    padding: 80px 40px 0 50px;
}

#index_about .about_02_imgtext .text .title {
    padding: 0 0 55px 0;
    text-transform: uppercase;
    font-weight: 800;
    color: #ced2d4;
    font-size: 44px;
}

#index_about .about_02_imgtext .text .content {
    font-size: 15px;
    color: #7f7f7f;
    line-height: 30px;
}

#index_about .about_02_imgtext .text .content p {
    margin: 0 0 40px 0;
}

#index_about .about_02_bottom {
    margin: 10px 0 0 0;
}

.about_03 {
    padding: 85px 0 100px 0;
}

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

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

.about_03 ul li {
    box-sizing: border-box;
    transition: 1.5s;
    bottom: 0;
    position: relative;
    padding: 90px 40px 80px 40px;
    border: 1px solid rgba(8, 1, 3, 0.03);
    background: #fcfcfc;
    align-items: center;
    width: 30%;
    text-align: center;
    box-shadow: 10px 10px 12px rgba(237, 237, 237, .77);
}

.about_03 ul li:hover {
    position: relative;
    bottom: 40px;
}

.about_03 ul li img {
    margin: 0 auto 60px auto;
}

.about_03 ul li .title {
    margin: 0 0 40px 0;
    color: #777777;
    font-size: 22px;
}

.about_03 ul li .text {
    text-align: left;
    color: #c6c7cb;
    font-size: 14px;
    line-height: 32px;
    font-weight: 100;
}

/* 关于我们 */

/* 联系我们 */

#contact .contact_01 {
    padding: 100px 0 0 0;
}

#contact .contact_01 .contact_01_01 {
    width: 30%;
    text-align: center;
}

#contact .contact_01 .contact_01_01 img {
    margin: 0 auto;
}

#contact .contact_01 .contact_01_01 p:nth-child(2) {
    padding: 20px 0;
    font-size: 20px;
    color: #1f1f1f;
}

#contact .contact_01 .contact_01_01 p:nth-child(3) {
    font-size: 15px;
    color: #888888;
}

#contact .contact_01 .contact_01_02 {
    padding: 0 0 30px 60px;
    border-left: 1px solid #eaeaea;
}

#contact .contact_01 .contact_01_02 .text {
    padding: 0 0 40px 0;
}

#contact .contact_01 .contact_01_02 .text p:nth-child(4){
    line-height:30px
}

#contact .contact_01 .contact_01_02 .text a, #contact .contact_01 .contact_01_02 .text p {
    font-size: 16px;
    color: #1f1f1f;
    padding: 25px 0 0 0;
}

#contact .contact_01 .contact_01_02 .button ul {
    align-items: center;
    display: flex;
    justify-content: start;
}

#contact .contact_01 .contact_01_02 .button ul li:nth-child(2) {
    margin: 0 20px 0px 40px;
}

#contact .contact_02 {
    padding: 60px 0 0 0;
}

.footfeed {
    padding: 50px 0;
}

.footfeed .ftype_input {
    width: 360px;
}

.footfeed .ftype_input input {
    display: block;
    width: calc(100% - 20px);
    height: 45px;
    color: #757575;
    padding: 0 15px;
    margin-bottom: 20px;
    background: #f5f5f5;
    outline: 0;
    border: 0;
}

.footfeed .ftype_code{
width: 360px;
position: relative;
}
.footfeed .ftype_code .codeimg{
    position: absolute;
    right: 30px;
    top: 5px;
}

.footfeed .ftype_textarea {
    width: calc(100% - 360px);
}

.footfeed .ftype_textarea textarea {
    display: block;
    width: 100%;
    height: 240px;
    color: #757575;
    line-height: 30px;
    padding: 15px;
    margin-bottom: 20px;
    background: #f5f5f5;
    outline: 0;
    border: 0;
}

.footfeed .submit {
    display: block;
    width: 250px;
    height: 50px;
    color: #333;
    border: 1px solid #eee;
    border-radius: 50px;
    background: 0;
    outline: 0;
    margin: 30px auto 0;
    transition-duration: 1s;
}

.footfeed .submit:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

/* 联系我们结束 */

/* 新闻列表 */

#list_article .list_news_swiper {
    padding: 0 0 80px 0;
}

#list_article .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 70px 0;
}

#list_article .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#list_article .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    background: #787878;
    border-radius: unset;
    margin: 0 10px;
}

#list_article .swiper-pagination-bullet-active {
    background: #10315c;
}

.innews ul li {
    width: 49%;
    margin: 50px 2% 0 0;
}

#list_article .innews ul li {
    width: 100%;
    margin: 50px 0 0 0;
}

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

.innews ul li a {
    display: block;
    padding-bottom: 120px;
    position: relative;
}

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

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

.innews ul li a .newstitle {
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 1px rgba(7, 4, 4, .1);
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: 0;
    transition-duration: 1s;
}

.innews ul li a:hover .newstitle {
    box-shadow: 0 5px 10px rgba(7, 4, 4, .1);
}

.innews ul li a .newstitle .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2c2c2c;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.innews ul li a .newstitle .description {
    margin: 10px 0 30px;
    color: #9c9c9c;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.innews ul li a .newstitle .updatetime {
    color: #777e85;
    font-size: 28px;
    border-top: 1px solid transparent;
    padding-top: 20px;
    height: 0;
    overflow: hidden;
    transition-duration: .5s;
}

.innews ul li a:hover .newstitle .updatetime {
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
    height: 60px;
}

/* 新闻列表 */

/* 新闻详情 */

.newslist {
    width: 65%;
}

.newsbar {
    width: 30%;
}

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

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

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

.shownews .content {
    color: #1d2433;
    font-size: 14px;
    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: #103059;
    color: white;
    box-shadow: 0 0 13px rgb(57 133 194 / 43%);
}

#show_article .newshot {
    padding: 50px 0 0 0;
    color: #103059;
}

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

#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;
    /* color: #b7bfce; */
}

/* 新闻详情 */

/* 产品列表 */

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

.pro_list .title {
    text-transform: uppercase;
    padding: 100px 0 70px 0;
    text-align: center;
    color: #364c6e;
    font-size: 80px;
    font-weight: 800;
}

.container_list_products ul li {
    overflow: hidden;
    transition: 1s;

    box-sizing: border-box;
    float: left;
    border-radius: 10px;
    box-shadow: 10px 10px 7px rgba(8, 1, 3, 0.03);
    border: 1px solid #f3f3f3;
    width: 22%;
    margin: 0 1.5% 40px 1.5%;
}

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


.container_list_products ul li .text {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 17px;
    color: #334b71;
}

.container_list_products ul li:hover img {
      transform: scale(1.05);
}

.container_list_products ul li:hover .text {
    font-weight: bold;
}

#list_products .mc_pager {
    display: flex;
    align-items: center;
    justify-content: center;
}

#list_products .mc_pager a {
    margin: 0 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #eaeaea;
}

#list_products .mc_pager .listpage {
    width: 10px;
    height: 10px;
    background-color: #ececec;
    border-radius: 50%;
    font-size: 0;
}

#list_products .mc_pager .curpage {
    box-sizing: border-box;
    background: white;
    width: 15px;
    height: 15px;
    border: 2px solid #7682bc;
    border-radius: 50%;
}

#list_products .mc_pager a:nth-child(3):before {
    content: '<';
    font-size: 20px;
}

#list_products .mc_pager a:nth-last-child(2):before {
    content: '>';
    font-size: 20px;
}

#list_products .mc_pager a:nth-child(3), #list_products .mc_pager a:nth-last-child(2) {
    transition: .5s;
    background: white;
    border-radius: 50%;
    border: 1px solid #eaeaea;
}

#list_products .mc_pager a:nth-child(3):hover, #list_products .mc_pager a:nth-last-child(2):hover {
    background: #7682bc;
    border: 1px solid #fff;
}

/* 产品列表 */

/* 产品详情 */

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

.prodetail_content_top {
    padding: 40px 0;
    color: #364c6e;
    font-size: 30px;
    line-height: 43px;
    font-weight: 600;
    text-transform: uppercase;
}

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

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

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

.prodisplayimg {
    width: 80px;
    margin: 0 30px 0 0;
}

.prodetail_content_l {
    padding: 40px 0 0 0;
    float: right;
    width: 45%;
}

#zoomcont {
    height: 365px !important;
}

.prodetail_content_l_title {
    font-size: 20px;
    line-height: 38px;
    color: #777777;
}

.prodetail_content_l_text {
    padding: 15px 0 0 0;
    overflow: auto;
    color: #777777;
    font-size: 18px;
    line-height: 38px;
}

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

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

.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%;
}

/* 产品详情 */

/* 招聘列表 */

.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;
}

@media (max-width: 992px) {
    
    .container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: .9375rem;
    padding-left: .9375rem
}

    .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;
    }
}

/* 招聘列表 */

/* footer */

#footer {
    color: #e7e8eb;
    width: 100%;
    position: relative;
    z-index: 3;
}

#footer .footer_01 {
    padding: 50px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

#footer .footer_01_content_left_button ul {
    width: 200px;
    display: flex;
    justify-content: space-between;
}

#footer .footer_01 .footer_01_content_left_button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

#footer .footer_01_content_left_text {
    padding: 10px 0 0 0;
    max-width: 350px;
}

#footer .footer_01_content_left_text a, #footer .footer_01_content_left_text p {
    line-height: 44px;
    font-size: 15px;
    color: #8b8b8b;
    text-decoration: underline;
}

#footer .footer_01_content_left_email {
    margin: 20px 0 0 0;
    width: 300px;
    height: 50px;
    border: 1px solid #eeeeee;
    border-radius: 50px;
    /* padding: 10px 0; */
}

#footer .footer_01_content_left_email a {
    font-size: 18px;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#footer .footer_01_content_right img {
    max-width: 250px;
    float: left;
    margin: 0 0 0 20px;
}

#footer .footer_02 {
    text-align: center;
    padding: 20px 0;
}

#footer .footer_02 a {
    text-transform: uppercase;
    font-size: 16px;
    color: #909090;
}

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

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

.company, .company a {
    font-size: 16px;
    color: #e1e1e1;
    /* line-height: 28px; */
    background: #151b27;
}

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

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

.company img {
    float: right;
}

/* 底部结束 */

@media (max-width: 1600px) {}

@media (max-width: 1440px) {
    #index .index_products .swiper-button-prev {
        left: 40%;
    }
    #index .index_products .swiper-button-next {
        right: 40%;
    }
}

@media (max-width: 1280px) {
    .top .top_02 .web_logo a p {
        display: none;
    }
    .top .headnav {
        width: calc(100% - 100px);
    }
    #index .index_catalog .content {
        align-items: center;
    }
    #index_about .about_02_imgtext {
        flex-direction: column;
    }
    .container_list_products ul li {
        width: 47%;
    }
    #contact .contact_01 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #contact .contact_01 .contact_01_02 {
        margin: 50px 0 0 0;
        border-top: 1px solid #eaeaea;
        border-left: none;
    }
}

@media (max-width: 1024px) {}

/*手机版*/

@media (max-width: 992px) {
    /*MOB-头部导航*/
    #mcbanner {
        margin-top: 60px;
    }
    .menubutton, #mobtool {
        display: block;
    }
    .pcweb {
        display: none;
    }
    .mobileweb {
        display: block;
    }
    .top {
        /* background:red ; */
        height: 60px;
        position: fixed;
    }
    .top_01 {
        display: none;
    }
    .top_02 {
        display: none;
    }
    .banner {
        padding: 60px 0 0 0;
    }
    
    #mob_web_logo{
     padding: 10px 0 0 0;   
    }
    
    
    /*MOB-头部导航*/
    
    
    /*MOB-首页*/
    #index .index_about .text_01 .title {
        font-size: 40px;
    }
    .about_03 {
        padding: 40px 0 0px 0;
        ;
    }
    .about_03 ul {
        flex-direction: column;
        align-items: center;
    }
    #index .index_about .about_03 li {
        width: 100%;
    }
    .about_03 ul li {
        width: 100%;
        margin: 0px 0 40px 0;
        padding: 40px 40px 40px 40px;
    }
    #index .index_about .bg_text {
        display: none;
    }
    .pro_list .title {
        font-size: 60px;
        padding: 40px 0;
    }
    #index .index_products {
        padding: 0 0 40px 0;
    }
    #index .index_products .swiper-button-next, #index .index_products .swiper-button-prev {
        display: none;
    }
    
    #index .index_products .swiper-pagination-bullet-active{
        display: block;
        width: 8px;
        height: 8px;
        border: none;
        background: #103059;
        opacity: 1;
    }
    
    #index .index_products .swiper-container {
        padding: 0 0 40px 0;
    }
    #index .index_catalog {
        display: none;
    }
    #index .index_banner_02 {
        padding: 40px 0;
    }
    #index .index_banner_02 .content {
        width: 100%;
    }
    #index .index_banner_02 .swiper-button-prev, #index .index_banner_02 .swiper-button-next {
        display: none;
    }
    #index .index_news .title_01 {
        font-size: 35px;
    }
    #index .index_news {
        padding: 0 0 40px 0;
    }
    /*MOB-首页结束*/
    /* MOB-关于我们 */
    #index_about .about_01 .content ul {
        flex-direction: column;
        align-items: center;
    }
    
    #index .index_about .text_01{
        padding: 40px 0 0 0;
    }
    /* MOB-关于我们结束 */
    /* MOB-产品列表 */
    .container_list_products ul li {
        width: 97%;
    }
    .mc_pager {
        padding: 40px 0;
    }
    /* MOB-产品列表结束 */
    /*MOB-产品详情 */
    .swiper-pagination-bullet-active {
        display: none;
    }
    .prodetail_content_r {
        width: 100%;
    }
    .prodetail_content_l {
        width: 100%;
    }
    .prodetail_content {
        padding: 0 0 40px 0;
    }
    /* MOB-产品详情结束 */
    /* MOB-新闻列表 */
    #list_article .list_news_swiper {
        padding: 0 0 40px 0;
    }
    /*MOB-新闻列表结束 */
    /* MOB-新闻详情 */
    .newslist {
        width: 100%;
    }
    .newsbar {
        display: none;
    }
    /* MOB-新闻详情结束 */
    /* MOB联系我们 */
    #contact .contact_01 .contact_01_01 {
        width: 100%;
    }
    #contact .contact_01 .contact_01_02 {
        padding: 0 20px;
    }
    #contact .contact_01 {
        padding: 40px 0 0 0;
    }
    #contact .contact_02 {
        padding: 40px 0 0 0;
    }
    
    #contact .pro2wm .wxewm{
      left: unset;
    bottom: -40px;
    right: 40px;
    }
#contac .pro2wm:before{
    display: none;
}
    
    .footfeed {
        border-top: 1px solid #eaeaea;
    }
    .footfeed .ftype_textarea {
        width: 100%;
    }
    /* MOB联系我们 */
    /* MOB底部 */
    #footer .footer_01_content_right {
        display: flex;
        justify-content: space-between;
    }
    #footer .footer_01_content_right img {
        padding: 40px 10px 0 10px;
        width: 50%;
        margin: 0;
    }
    #footer .footcon {
        display: none;
    }
    .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底部结束 */
}