@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: 'roboto-black-webfont';
    
    src: url('/michuanimg/fonts/roboto-black-webfont.eot');
    src: url('/michuanimg/fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'), 
    url('/michuanimg/fonts/roboto-black-webfont.woff2') format('woff2'), 
    url('/michuanimg/fonts/roboto-black-webfont.woff') format('woff'),
     url('/michuanimg/fonts/roboto-black-webfont.ttf') format('truetype'), 
     url('/michuanimg/fonts/roboto-black-webfont.svg#NeuesBauenDemo') format('svg');
    font-weight: normal;
    font-style: normal
}

.font2 {
    font-family: 'roboto-black-webfont';
}

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

.font3 {
    font-family: 'SiYuanSongTi';
}

/* 清除内外边距 */

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

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

.overhd {
    overflow: hidden;
}

/*end Reset css*/

/*web*/

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

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

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

@media(min-width: 1200px) {
    .container {
        width: 1200px;
        padding: 0;
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobileweb {
    display: none;
}

.wow {
    visibility: visible!important;
}

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

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

/*header*/

.top {
    height: 120px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0px;
    z-index: 9999999;
}
.top .headersearch{
  
    height: 40px;
   
    width: 333px;
     top: 0px;
    left: unset;
    right: 240px;
    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;
    background: #000000;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
}

.top .top_01 .top_01_l {
    padding-top: 10px;
    padding-left: 20px;
}

.top .top_01 .top_01_r ul {
    padding: 10px 0;
    display: flex;
}

.top .top_01 .top_01_r ul li {
    width: 60px;
    float: left;
    border-right: 1px solid #595959;
}

.top .top_01 .top_01_r ul li img {
    margin: 0 auto;
}

.top .top_02 {
    height: 80px;
    background: url(/upload/top_background.png) right;
}

.top h2 {
    float: left;
}

.top h2 img {
    width: 80px;
 padding-top:10px ;
  margin-left: 10px;
}

.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;
    padding: 0;
    left: -30px;
    bottom: -136px;
    width: 120px;
    height: 0px !important;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}

.top .top_01 .top_01_r .pro2wm:hover .wxewm {
    height: 120px !important;
    padding: 5px;
}

.top .headnav {
    float: left;
}

.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 {
    margin-left: 80px;
}

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

.top .headnav>ul>li .overflow:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #ff9831;
    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: #606060;
    font-size: 15px;
}

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

.top .headnav>ul>li .headnavlist {
    /*width: 100%;*/
    /*background: rgba(255, 255, 255, .95);*/
    /*box-shadow: 0 0 2px rgba(0, 0, 0, .1);*/
    /*max-height: 0;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*transition-duration: 1s;*/
   
     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;
}

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

.top .headnav>ul>li .headnavlist ul {
    /*max-width: 1000px;*/
    max-width:100%;
    margin: auto;
    padding: 15px 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: #ff9831;
    /*padding-bottom: 15px;*/
    /*border-bottom: 2px solid #ff9831;*/
    
}

.top .headnav ul li .lanmu_img{
    width: 50px;
    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 {
    transition: 1s;
    float: right;
}

.top .Language ul {
    color: white;
    padding: 32px 0;
    width: 195px;
    display: flex;
    justify-content: space-around;
}

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

.top .Language #xialakuang {
    display: none;
    transition: 1s;
    background-color: #FE8A01;
    padding-top: 0px;
    padding-bottom: 0;
    border: 1px solid #FE8A01;
    /* box-shadow:0 0 9px 3px rgb(182, 182, 182); */
}

.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 {
    display: flex;
    flex-direction: column;
}

/*header*/

/*banner*/

.banner {
    padding-top: 80px;
}

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

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    /*float: left;*/
    width: 10px;
    height: 10px;
    /*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:#ff9831;
}

/*banner*/

/*首页*/

.index_margin {
    /* overflow: hidden; */
    width: 90%;
    margin: 0 auto;
    height: auto;
}

.index_margin .index_prolsit ul {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.index_margin .index_prolsit ul:after {
    content:none;
}
.index_margin .index_prolsit ul li {

    padding: 80px 0 0 0;
    width: 16%;
    transition: 1s;
    font-size: 14px;
    line-height: 30px;
    height: 300px;
}

.index_margin .index_prolsit ul li:hover {
    box-shadow: 0 0 9px 3px rgb(230, 230, 230);
}

.index_margin .index_prolsit ul li img {
    margin: 0 auto;
}

.index_margin .index_prolsit ul li .littleimg {
    margin: 0 auto;
    width: 120px;
    height: 60px;
}

.index_margin .index_prolsit ul li p {
    text-align: center;
    padding-top: 50px;
}

.index_about {
    background-color: #f4f4f4;
}

.index_about .title {
    padding-top: 100px;
    padding-bottom: 70px;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    color: #fe8a01;
}

.index_about ul {
    padding: 0 100px 120px 100px;
    display: flex;
    justify-content: space-between;
}

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

.index_about ul li {
    position: relative;
    transition: 1s;
    bottom: 0;
    padding: 60px 30px 60px 30px;
    background: white;
    width: 30%;
}

.index_about ul li:hover {
    transition: 1s;
    box-shadow: 0px 0px 14px rgba(169, 168, 168, 0.2);
    position: relative;
    bottom: 20px;
    /* transform: scale(1.05); */
}

.index_about ul li p:nth-child(2) {
    padding-top: 60px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #222328;
}

.index_about ul li p:nth-child(3) {
    font-size: 14px;
    line-height: 24px;
    color: #222328;
}

.index_video {
    position: relative;
    width: 100%;
    height: 680px;
    background: url(/upload/index_video_img.png) no-repeat;
}

.index_video_text {
    color: white;
    position: absolute;
    top: 150px;
    left: 100px;
}

.index_video .index_video_text .title {
    font-size: 45px;
    /* line-height: 20px; */
    color: white;
    text-transform: uppercase;
    padding-bottom: 50px;
}

.index_video .index_video_text .text {
    width: 700px;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 70px;
}

.index_video>.index_video_text>a {
    color: white;
    /* background: tomato; */
}

/* 视频 */

.video {
    position: absolute;
    top: 240px;
    right: 450px;
}

.videolist {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    /* border: 10px solid #fff; */
    border-radius: 10px;
    position: relative;
}

.videolist i {
    /*  width: 120px;
    color: #fff;
    font-size: 50px;
    line-height: 110px;
    text-align: center;
    border: 5px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition-duration: 1s;

 */
    width: 150px;
    height: 150px;
    background: url(/upload/video_logo.png) no-repeat;
    background-size: contain;
}

/* .videolist:hover i {
    background: rgba(255, 255, 255, .3);
} */

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

.videos .videoer {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.videos .videoer #video {
    width: 1200px;
    outline: 0;
}

.videos .videoer .vclose {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
}

.fa-play:before {
    content: none;
}

@media (max-width: 992px) {
    .videos .videoer {
        width: 90%;
    }
    .videos .videoer #video {
        width: 100%;
    }
}

/* 视频 */

.index_video_contant {
    position: absolute;
    bottom: 0px;
}

.index_video_contant ul {
    background: #f6f7f8;
    display: flex;
    justify-content: left;
}

.index_video_contant ul li {
    position: relative;
    border-right: 1px solid white;
    width: 300px;
    padding-left: 20px;
    padding-top: 30px;
}

.index_video_contant p:nth-child(1) {
    color: #ff8507;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
}

.index_video_contant p:nth-child(2) {
    width: 200px;
    color: #0f1211;
    font-size: 14px;
    line-height: 20px;
}

.index_video_contant p:nth-child(3) {
    color: #0f1211;
    font-size: 14px;
    line-height: 13px;
}

.index_video_contant ul li img {
    position: absolute;
    right: 20px;
    top: 60px;
}

.index_news .index_news_title {
    overflow: hidden;
    width: 95%;
    float: right;
    position: relative;
    padding-top: 130px;
    padding-bottom: 100px;
}

.index_news .index_news_title .index_news_title_l {
    padding-left: 60px;
}

.index_news .index_news_title .index_news_title_l p:nth-child(1) {
   padding-bottom: 30px;
    color: #222328;
    font-size: 40px;
    line-height: 20px;
}

.index_news .index_news_title .index_news_title_l p:nth-child(2) {
    color: #b3b3b3;
    font-size: 16px;
    line-height: 24px;
}

.index_news .index_news_title .index_news_title_r {
    position: absolute;
    right: -40px;
    color: #f3f3f3;
    font-size: 220px;
    line-height: 60px;
}

.news_list ul li {
    margin-bottom: 100px;
    padding-right: 80px;
    padding-left: 60px;
    float: left;
    width: 25%;
    border-right: 1px solid #c8c8c8;
}

.news_list ul li:nth-child(4n) {
    border-right: none;
}

.news_list ul li p:nth-child(1) {
    padding-top: 50px;
    padding-bottom: 20px;
    color: #222328;
    font-size: 16px;
    line-height: 24px;
}

.news_list ul li p:nth-child(2) {
    padding-bottom: 70px;
    color: #222328;
    font-size: 16px;
    line-height: 24px;
}

.news_list ul li p:nth-child(3) {
    padding-bottom: 120px;
    color: #5b5c64;
    font-size: 14px;
    line-height: 24px;
}

.news_list ul li p:nth-child(4) {
    transition: 1s;
    position: relative;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(/upload/jiantou_news_r.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.news_list ul li:hover p:nth-child(4) {
    position: relative;
    left: 20px;
    background: url(/upload/jiantou_news_r_y.png);
    background-repeat: no-repeat;
}

/*首页结束*/

/* 关于我们 */

#about .index_about {
    margin-top: -57px;
    background-color: white;
}

/* 关于我们 */

/* 联系我们 */

#contact .contact_01, #contact .contact_02 {
    border-bottom: 1px solid #eaeaea;
}

#contact .contact_01 p:nth-child(1) {
    padding-top: 90px;
    padding-bottom: 20px;
    color: #fe8a01;
    font-size: 72px;
    line-height: 40px;
    font-weight: 800;
}

#contact .contact_01 p:nth-child(2) {
    padding-bottom: 60px;
    color: #111111;
    font-size: 14px;
    line-height: 40px;
}

#contact .contact_02 p:nth-child(1) {
    padding-top: 60px;
    font-size: 25px;
    line-height: 40px;
    font-weight: 100;
}

#contact .contact_02 p:nth-child(2) {
    padding-bottom: 80px;
    color: #fe8a01;
    font-size: 50px;
    line-height: 40px;
}

#contact .contact_02 ul {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
}

#contact .contact_02 ul li {
    margin-right: 5px;
}

#contact .contact_03 ul {
    font-size: 14px;
    line-height: 40px;
    color: #222222;
    padding-top: 100px;
    padding-bottom: 120px;
    display: flex;
    justify-content: space-between;
}

#contact .contact_03 ul::after {
    content: none;
}

#contact .contact_03 ul li {
   height: 170px;
    width: 25%;
    border-right: 1px solid #eaeaea;
}
#contact .contact_03 ul li:nth-child(4n) {
    border-right: none;
}
#contact #contact_web_logo img{
    width: 150px;;
}

#contact .contact_03 ul li img {
    margin: 0 auto;
    padding-bottom: 30px;
}

#contact .contact_03 ul li .text {
    text-align: center;
    position: relative;
}

#contact .contact_03 #contact_map_a {
    position: absolute;
    left: 90px;
    color: #fe8a01;
    border-bottom: 1px solid #fe8a01;
    height: 35px;
}

#contact .contact_04 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f9f9f9;
}

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

#contact .contact_04 .ftype_input input {
    color: #0e0e0e;
    background: #f9f9f9;
    padding-bottom: 10px;
    width: 48%;
    float: left;
    outline: none;
    border: none;
    border-bottom: 1px solid #eaeaea;
}

#contact .contact_04 .ftype_textarea {
    padding-top: 40px;
    width: 100%;
}

#contact .contact_04 .ftype_textarea textarea {
    color: #0e0e0e;
    background: #f9f9f9;
    border: none;
    outline: none;
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #eaeaea;
}

#contact .contact_04 .ftype_code {
    width: 20%;
    position: relative;
}

#contact .contact_04 .ftype_code input {
    padding-top: 50px;
    padding-bottom: 10px;
    color: #0e0e0e;
    background: #f9f9f9;
    border: none;
    outline: none;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

#contact .contact_04 .ftype_code .codeimg {
    position: absolute;
    right: 0;
    bottom: 10px;
}

#contact .contact_04 button {
    outline: none;
    text-align: left;
    margin-top: 40px;
    padding-left: 40px;
    position: relative;
    color: white;
    width: 120px;
    height: 50px;
    background: #fe8a01;
    border: none;
}

#contact .contact_04 button #contactfeed {
    position: absolute;
    left: 70px;
    top: 15px;
}

/* 联系我们 */

/* 新闻列表 */

#index_news .news_top {
    height: 50px;
    background: url(/upload/news_top_bg.png);
}

#index_news .news_top ul {
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    color: #111111;
    display: flex;
    justify-content: left;
}

#index_news .news_top ul li {
     
    margin-right: 65px;
}

#index_news .news_list {
  
    padding-bottom: 0;
}
#index_news .news_list ul li{
   margin-top:30px ;
    height: 460px;
}

/* 新闻列表 */

/* 新闻详情 */

.newslist {
    width: 70%;
}

.newsbar {
    width: 25%;
}

.shownews {
    padding-top: 30px;
    overflow: hidden;
    /*padding-left:60px;*/
}

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

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

.shownews .content {
    color: #656565;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
    min-height: 1000px;
}

.shownews .detailpage {
    color: #656565;
    padding: 30px 0 50px;
    border-top: 1px solid #ccc;
}

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

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

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

.shownews .detailpage .more2 {
  
    color: #fff;
    background: #fe8a01;
    border-radius: 5px;
    padding: 15px 30px;
}

#news_show .newshot {
    font-size: 36px;
    line-height: 103px;
    color: #fe8a01;
}

#news_show #newshot_after {
    margin-top: -15px;
    box-shadow: none;
    border: none;
    width: 70px;
    height: 4px;
    background: #fe8a01;
}

#news_show .news_list ul li {
    padding: 0;
    padding-bottom: 70px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eaeaea;
}

#news_show .news_list ul li {
    margin-bottom: 0;
}

#news_show .news_list ul li p:nth-child(3) {
    padding-bottom: 70px;
}

/* 新闻详情 */

/* 产品列表 */

#list_products .pro_list {
    padding-top: 70px;
}

#list_products .pro_list_l {
    width: 80%;
}

#list_products .pro_list_r {
    width: 20%;
    padding-left: 50px;
}

.pro_list_l ul li {
    float: left;
    margin-right: 4%;
    width: 22%;
    margin-bottom: 40px;
}

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

.pro_list_li_01{
 position: relative;   
}
.pro_list_li_01 #Watermark{
    position: absolute;
    top: 0;
    width: 100%;
}

.pro_list_l ul li .pro_list_li_01 img {
    border: 1px solid #eaeaea;
}

.pro_list_l ul li .pro_list_li_02 {
    border-bottom: 1px solid #eaeaea;
    padding: 0 10px;
}

.pro_list_l ul li .pro_list_li_03 {
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    padding: 0 20px;
    padding-bottom: 10px;
}

.pro_list_l ul li .pro_list_li_03_l {
    border-right: 1px solid #eaeaea;
    width: 40%;
}

.pro_list_l ul li .pro_list_li_02_l p:nth-child(1) 
 {
    font-size: 18px;
    line-height: 40px;
    color: #fe8a01;
}

.pro_list_l ul li .pro_list_li_03_l p:nth-child(1),
.pro_list_l ul li .pro_list_li_03_r p:nth-child(1){
    font-size: 16px;
    line-height: 40px;
    color: #fe8a01;
}



.pro_list_l ul li .pro_list_li_02_l p:nth-child(2) {
    font-size: 14px;
    line-height: 40px;
    color: #333333;
}

.pro_list_l ul li .pro_list_li_02_r {
    padding-top: 10px;
}

.pro_list_l ul li .pro_list_li_03_l p:nth-child(2), .pro_list_l ul li .pro_list_li_03_r p:nth-child(2) {
    font-size: 14px;
    /* line-height: 40px; */
    color: #878686;
}

.pro_list_l ul li .pro_list_li_04 {
    transition: 0.5s;
    height: 50px;
    position: relative;
    background-color: #111111;
    color: white;
}

.pro_list_l ul li:hover .pro_list_li_04 {
    transition: 1s;
    background-color: #fe8a01;
}

.pro_list_l ul li .pro_list_li_04 img {
    position: absolute;
    left: 35%;
    top: 30%;
}

.pro_list_l ul li .pro_list_li_04 p {
    position: absolute;
    left: 45%;
    top: 35%;
}
.pro_list_r .list_k{
    
margin-right: 10px;: ;
    width: 16px;
    height: 16px;
    border: 1px solid  black;
}
.pro_list_r .title {
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    font-size: 36px;
    line-height: 60px;
    color: #fe8a01;
}

.pro_list_r ul li {
    padding-left: 20px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    padding: 20px 0;
  
    color: #111111;
}
.pro_list_r ul li:hover .list_k{
        background:url(/upload/list_k_bg.png) no-repeat;
}
.pro_list_r ul li .hover_k{
        background:url(/upload/list_k_bg.png) no-repeat;
}
/* 产品列表 */

/* 产品详情 */

.item-con .images .detailmain_img{
    position: relative;
}

#Watermark{
    position: absolute;
    top: 0;
    z-index: 1000;
}

.prodetail_content_L {
    width: 80%;
}

.prodetail_content {
    padding-top: 60px;
    width: 100%;
    margin: 0 auto;
    /* padding: 0 10%; */
}

.prodetail_content_r {
    float: left;
    width: 800px;
}

.proimgurl {
    width: 600px;
}


.prodisplayimg {
    margin-right: 10%;
}

.prodetail_content_l {
    float: left;
    width: calc(100% - 800px);
}

.prodetail_title {
    font-size: 14px;
    line-height: 22px;
    color: #111111;
}

.prodetail_standard {
    padding-bottom: 10px;
    color: #fe8a01;
    font-size: 24px;
    line-height: 22px;
}

.prodetail_canshu {
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.prodetail_canshu .prodetail_size p:nth-child(1), .prodetail_canshu .prodetail_weight p:nth-child(1) {
    font-size: 18px;
    line-height: 40px;
    color: #fe8a01;
}

.prodetail_canshu .prodetail_size p:nth-child(2), .prodetail_canshu .prodetail_weight p:nth-child(2) {
    font-size: 14px;
    line-height: 40px;
    color: #333333;
}

.prodetail_content_l_text {
    overflow: auto;
    
    height: 260px;
    color: #111111;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid #eaeaea;
}

.prodetail_content_l .lianjie {
    color: white;
    padding: 30px 0 30px 10px;
    border-bottom: 1px solid #eaeaea;
}

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

.prodetail_content_l .lianjie ul li:nth-child(1) {
    cursor: pointer;
    position: relative;
    background-color: #fe8a01;
    width: 120px;
    height: 44px;
    border-radius: 5px;
}

.prodetail_content_l .lianjie ul li:nth-child(1) img {
    position: absolute;
    top: 15px;
    left: 20px;
}

.prodetail_content_l .lianjie ul li:nth-child(1) p {
    position: absolute;
    top: 15px;
    left: 40px;
}

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

.fenxiang {
    padding: 20px 0 0 10px;
    display: flex;
    justify-content: space-between;
    /* width: 400px; */
}

.fenxiang p {
    padding: 10px 0;
}

.fenxiang ul a {
    margin-left: 20px;
    transition: 1s;
    float: left;
    width: 36px;
    height: 36px;
}

.fenxiang ul a:nth-child(1) {
    background: url(/upload/pro_face_logo.png);
}

.fenxiang ul a:nth-child(1):hover {
    background: url(/upload/pro_face_logo_y.png);
}

.fenxiang ul a:nth-child(2) {
    background: url(/upload/pro_twitter_logo.png);
}

.fenxiang ul a:nth-child(2):hover {
    background: url(/upload/pro_twitter_logo_y.png);
}

.fenxiang ul a:nth-child(3) {
    background: url(/upload/pro_g_logo.png);
}

.fenxiang ul a:nth-child(3):hover {
    background: url(/upload/pro_g_logo_y.png);
}

.fenxiang ul a:nth-child(4) {
    background: url(/upload/pro_skp_logo.png);
}

.fenxiang ul a:nth-child(4):hover {
    background: url(/upload/pro_skp_logo_y.png);
}

.prodetail_del {
    margin-top: 3%;
    /* padding: 0 5%; */
}

.prodetail_del table {
    width: 100% !important;
    /* background-color: tomato; */
}

#show_products .pro_list_r {
    width: 20%;
    padding-left: 50px;
}

#show_products .pro_list_r .title {
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    font-size: 36px;
    line-height: 60px;
    color: #fe8a01;
}
#show_products .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    background: #ff9831;
}
#show_products .pro_list_r ul li {
    margin: 0;
    width: 100%;
    padding-left: 20px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    color: #111111;
}

#show_products .prodetail_content_bottom {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

#show_products .prodetail_content_bottom a {
    font-size: 16px;
    line-height: 45px;
    color: white;
}

#show_products .prodetail_content_bottom_l {
    padding: 0px 0 20px 40px;
    width: 50%;
    background: #fe8a01;
}

#show_products .prodetail_content_bottom_r {
    padding: 0px 40px 20px 0px;
    text-align: right;
    width: 50%;
    background: #111111;
}

#show_products .prodetail_content_bottom_r img {
    float: right;
}

.related_pro .title {
    padding: 30px 0;
    font-size: 36px;
    line-height: 60px;
    font-weight: 800;
    color: #fe8a01;
}

#show_products .related_pro .pro_list_l ul li{
    margin-bottom: 100px;
}

/* 产品详情 */

/* 招聘列表 */

.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) {
    .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%;
    background: #222328;
    position: relative;
    z-index: 3;
}

#footer .footcon {
    padding: 100px 0 70px 0;
}

#footer .footcon .footnav {
    width: 22%;
}

.index_margin_footer {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.foot_l {
    width: 75%;
}

#footer .footcon .footnav {
    padding-right: 5%;
}

#footer .footcon .footnav:first-child {
    width: 30%;
}

#footer .footcon .footnav:last-child {
    padding-right: unset;
    width: 25%;
}

#footer .footcon .footnav .namemark {
    color: white;
    font-size: 18px;
    padding-bottom: 20px;
}

#footer .footcon .footnav dl a {
    display: inline-block;
    color: #e7e8eb;
    line-height: 30px;
    position: relative;
    transition-duration: .5s;
}

#footer .footcon .footnav dl a:hover {
    color: #f17d09;
}

#footer .footcon .footnav dl a:before {
    content: '';
    width: 10px;
    height: 1px;
    background: #f17d09;
    position: absolute;
    top: 15px;
    left: 0;
    opacity: 0;
    transition-duration: 1s;
}

#footer .footcon .footnav dl a:hover:before {
    opacity: 1;
}

#footer .footcon .footnav dl a p {
    position: relative;
    left: 0;
    transition-duration: 1s;
}

#footer .footcon .footnav dl a:hover p {
    left: 15px;
}

#foot_form_text {
    font-size: 14px;
    line-height: 24px;
    color: #80828b;
    padding-bottom: 20px;
}

.footnav:last-child input:nth-child(2) {
    /* font-size: 14px; */
    /* line-height: 24px; */
    padding-left: 10px;
    border: none;
    box-sizing: border-box;
    color: #4a4d53;
    background: #101113;
    height: 40px;
    width: 75%;
    float: left;
}

.footnav:last-child button {
    height: 40px;
    width: 20%;
    background: #f17d09;
    background-image: linear-gradient(to right, #ff972f, #ef7a04);
    color: white;
    border: none;
    float: left;
}

#footer_caontact_logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#footer_caontact_logo a {
    margin-top: 40px;
    width: 25px;
    height: 25px;
    background-size: contain!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

#footer_caontact_logo a:nth-child(1) {
    background: url(/upload/facebook_logo.png);
}

#footer_caontact_logo a:nth-child(1):hover {
    background: url(/upload/facebook_logo_y.png);
}

#footer_caontact_logo a:nth-child(2) {
    background: url(/upload/twiter_logo.png);
}

#footer_caontact_logo a:nth-child(2):hover {
    background: url(/upload/twiter_logo_y.png);
}

#footer_caontact_logo a:nth-child(3) {
    background: url(/upload/g_logo.png);
}

#footer_caontact_logo a:nth-child(3):hover {
    background: url(/upload/g_logo_y.png);
}

#footer_caontact_logo a:nth-child(4) {
    background: url(/upload/in_logo.png);
}

#footer_caontact_logo a:nth-child(4):hover {
    background: url(/upload/in_logo_y.png);
}

#footer_caontact_logo .pro2wm {
    margin-top: 40px;
    width: 25px;
    height: 25px;
    background-size: contain!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

#footer_caontact_logo .pro2wm {
    background: url(/upload/erweima_logo.png);
}

#footer_caontact_logo .pro2wm:hover {
    background: url(/upload/erweima_logo_y.png);
}

#footer_caontact_logo .pro2wm .wxewm {
    left: unset;
    right: 50px;
    bottom: -60px;
}
#footer_caontact_logo .pro2wm:before {
    right: 35px;
}

.company {
    height: 130px;
    padding-top: 40px;
}

.company, .company a {
    color: #565967;
    line-height: 60px;
    background: #101113;
}

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

.company img {
    padding: 18px 0;
    float: right;
}

#michuan_logo {
    /* width: 120px; */
    /* height: 20px; */
}

/* footer */

@media (max-width: 1600px) {
    .prodetail_content_r {
        width: 600px;
    }
    .proimgurl {
        width: 450px;
    }
    
    .prodetail_content_l {
    float: left;
    width: calc(100% - 600px);
}
    .footnav:last-child input:nth-child(2) {
        width: 65%;
    }
    #contact .contact_03 #contact_map_a {
        left: 65px;
    }
}

@media (max-width: 1440px) {
    .prodetail_content_r {
        width: 569px;
    }
    .proimgurl {
        width: 432px;
    }
     .prodetail_content_l {
    float: left;
    width: calc(100% - 600px);
}
}

@media (max-width: 1280px) {
    .top .headnav>ul>li{
        margin-left:40px ;
    }
    .top .Language ul {
        width: 150px;
    }
    .video {
        right: 200px;
    }
    .prodetail_content_r {
        width: 530px;
    }
    .proimgurl {
        width: 370px;
    }
    .prodetail_content_l {
    float: left;
    width: calc(100% - 530px);
}
    .prodetail_canshu {
        width: unset;
    }
    .prodetail_content_l_text {
        width: 100%;
        height: unset;
    }
}

@media (max-width: 1024px) {
    .top .headnav>ul>li {
        margin-left: 40px;
    }
    .video {
        right: 100px;
    }
    .videolist i {
        width: 90px;
        height: 90px;
    }
    .index_video_contant ul li img {
        display: none;
    }
  
    
    
    .news_list ul li {
        margin-bottom: 0;
        width: 100%;
        padding-bottom: 40px;
        border-right: none;
        border-bottom: 1px solid #eaeaea;
    }
    .news_list ul li p:nth-child(2){
        padding-bottom: 40px;
    }
    .news_list ul li p:nth-child(3) {
        padding-bottom: 40px;
    }
    #news_show .news_list ul li {
        padding-bottom: 40px;
    }
    #news_show .news_list ul li p:nth-child(2) {
        padding-bottom: 20px;
    }
    #news_show .news_list ul li p:nth-child(3) {
        padding-bottom: 40px;
    }
    .pro_list_l ul li .pro_list_li_03 {
        padding: 0;
        padding-bottom: 10px;
    }
    .pro_list_l ul li .pro_list_li_04 img {
        left: 20%;
    }
    .pro_list_l ul li .pro_list_li_04 p {
        left: 37%;
    }
    .pro_list_r .title {
        font-size: 30px;
    }
    #show_products .pro_list_r .title {
        font-size: 30px;
    }
    .prodetail_content_r {
        width: 460px;
    }
    .proimgurl {
        width: 330px;
    }
     .prodetail_content_l {
    float: left;
    width: calc(100% - 460px);
}
    .prodetail_content_l .lianjie ul li:nth-child(1) {
        width: 44px;
    }
    .prodetail_content_l .lianjie ul li:nth-child(1) img {
        left: 15px;
    }
    .prodetail_content_l .lianjie ul li:nth-child(1) p {
        display: none;
        width: 44px;
    }
    .fenxiang p {
        display: none;
    }
    #footer .footcon .footnav {
        padding-right: 0;
    }
    .footnav:last-child button {
        width: 70px;
    }
    #footer_caontact_logo {
        width: 240px;
    }
   
    #footer_caontact_logo .pro2wm:before {
        top: 6px;
        right: 31px;
    }
}

/*手机版*/

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

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

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

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

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

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

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

/*手机版*/

@media (max-width: 992px) {
    #mcbanner {
        margin-top: 60px;
    }
    .menubutton, #mobtool {
        display: block;
    }
    .pcweb {
        display: none;
    }
    .mobileweb {
        display: block;
    }
    .top {
        /* background:red ; */
        height: 60px;
        position: fixed;
    }
    /*index*/
    .top_01, .top_02 {
        display: none;
    }
    #mob_web_logo {
        padding-left: 10px;
        padding-top: 10px;
        width: 70px;
    }
    .banner {
        padding-top: 60px;
    }
    .banner .swiper-container .swiper-pagination {
        /*display: none;*/
    }
    /* 首页 */
    .index_margin .index_prolsit ul {
        display: block;
        padding: 0;
    }
    .index_margin .index_prolsit ul li {
        width: 48%;
        float:left;
        height: 250px;
    }
    .index_margin .index_prolsit ul li p {
        padding-top: 40px;
    }
    .index_about ul {
        padding: 0;
        display: block;
    }
    .index_about ul li {
        width: 100%;
     padding: 30px 30px 40px 30px;
    }
    
    .index_about ul li p:nth-child(2){
        padding: 30px 0;
    }
    
    .index_video {
        height: 1040px;
        /*display: none;*/
    }
    
    
      .index_video_text{
          padding: 20px;
        top: 20px;
        left: 0;
    }
    .index_video .index_video_text .title{
        font-size: 25px;
    }
    .index_video .index_video_text .text{
        width: unset;
    }
    .video{
      left: 40%;
    top: 35%;
    }
    #about .index_video {
        height: 1100px;
      
      
    }
    #about .video{
        top: 42%;
    }
    .videolist i{
    width: 60px;
    height: 60px;
    }
    
    .index_video_contant{
        width: 100%;
    }
   .index_video_contant ul{
       
       display: block;
   }
    .index_video_contant ul img{
        width: 100%;
        /*height: 100%;*/
    }
    .index_video_contant ul li{
        width: 100%;
           border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    }
    .index_video_contant ul li:last-child{
        padding-bottom: 30px;
    }
    .index_about .title{
      padding-top: 40px;
      padding-bottom: 40px;
    }
   
    .index_news .index_news_title {
       
        width: 100%;
        padding: 50px 30px 0 30px;
        
    }
   .index_news .index_news_title .index_news_title_l{
       padding: 0;
   }
   
   .news_list ul li{
       padding-right: 0;
       padding-left:5px;
       padding-bottom: 30px;
       margin-bottom: 0;
   }
    .news_list ul li p:nth-child(2){
        padding-bottom:20px;
    }
    .news_list ul li p:nth-child(3){
        padding-bottom: 30px;
    }
    
    .index_news .index_news_title .index_news_title_r {
        display: none;
    }


 #about .index_about .title{
      padding-top:100px;
      padding-bottom: 40px;
    }
   #index_news .news_top ul{
    justify-content:space-between; 
    }
    #index_news .news_top ul:after{
   content: none;
    }
#index_news .news_top ul li{
   margin: 0;
}


#index_news .news_list ul li{
   
    margin-bottom: 0px;
    padding: 0;
    padding-bottom: 50px;
    height: 350px;
}

#index_news .news_list ul li .news_list ul li p:nth-child(1){
    padding-top: 20px;
    padding-bottom: 20px;
}
    
#index_news .news_list ul li p:nth-child(2){
    padding-bottom: 35px;
}
#index_news .news_list ul li p:nth-child(3){
    padding-bottom: 35px;
}



#index_news .mc_pager{
    padding: 20px;
}


#news_show .newsbar{
    display: none;
}


#news_show .newslist{
    width: 100%;
}


#news_show .shownews .content{
    min-height: unset;
}

#list_products .pro_list_l{
    width: 100%;
}
#list_products .pro_list{
    padding-top: 0;
}
#search_mob .headersearch{
    z-index: 0;
   
    height: 50px;
    position: relative;
  margin: 10px  auto 10px auto;
}
 #search_mob .headersearch form{
     position: relative;
    width:100%;
  
    top: 0;
    left: 0;
    -webkit-transform:none;
    transform: :none;
}
#search_mob .headersearch form .inputtext{
    width: 70%;
     border: 1px solid #000000;
    background: #ffff;
}

 #search_mob .headersearch form .inputsubmit{
    width: 30%;
}



.pro_list_l ul li{
    width: 100%;
}

 .pro_list_r{
    display: none;
}

.pro_list_l ul li .pro_list_li_04 img{
    left: 36%;
}
.pro_list_l ul li .pro_list_li_04 p{
    left: 45%;
}


.prodetail_content{
    padding-top: 0;
}

.prodetail_content_L{
    width: 100%;
}


.prodetail_content_l{
    text-align: left;
    width: 100%;
    padding-top: 50px;
}
 .prodetail_content_l_text {
     width: 100%;
 }
.prodetail_content_r{
    width: 100%;
} 
.prodetail_canshu{
    width: 100%;
  /* padding-right: 30% */
}


.prodetail_content_l .lianjie ul li:nth-child(1) img{
    left: 13px;
    top: 14px;
}
.fenxiang ul a{
    margin-left: 0;
    margin-right: 10px;
}

#show_products .pro_list_l ul li{
    width: 100%;
}

#show_products .pro_list_l ul li .pro_list_li_03{
    padding:10px 15px;
}

#Watermark{
    z-index: 0;
}

#contact .contact_01 p:nth-child(1){
        font-size: 60px;
        padding-top: 50px;
}

#contact .contact_01 p:nth-child(2){
        padding-bottom: 40px;
}
#contact .contact_02 ul{
    left: 0;
    padding-top: 0;
    padding-bottom: 50px;
    padding-right: 120px;
}
#contact .contact_03 ul{
    display: block;
    padding: 0px 0 40px 0px;
}

#contact .contact_03 #contact_map_a{
    left: 15%;
}

#contact .contact_03 ul li{
    padding-top: 60px;
    padding-bottom:40px;
    width: 100%;
    border: none;
    height: unset;
    border-bottom: 1px solid #eaeaea;: ;
}
#contact .contact_03 ul li:last-child{
    border-bottom:none;
}

#contact .contact_04{
    padding-top: 0;
}
#contact .contact_04 .ftype_input{
    display: block;
}

#contact .contact_04 .ftype_input input{
    width: 100%;
    padding-top: 50px;
}


#contact .contact_04 .ftype_code{
    width: 100%;
}

#contact .contact_04 button{
width: 100%;
}
#contact .contact_04 button{
    padding-left: 50%;
}
#contact .contact_04 button #contactfeed{
    left: 42%;
    top: 30%;
}


/* 底部 */
#footer .footcon {
    display: none;
}
.company {
    padding-top: 20px;
}
.company {
    text-align: center;
    height: 200px;
    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;
}

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











}