@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';
}

/* 清除内外边距 */

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 'RobotoRegular';
}

/* 重置列表元素 */

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;
}

a:hover, a:focus {
    color: #26838b;
    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: #577d92;
}

.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: 100px;
    width: 100%;
    padding: 0 2%;
    background: #fff;
    position: absolute;
    top: 0px;
    z-index: 1001;
}

.top h2 {
    float: left;
}

.top img {
    padding-top: 10px;
    /*height: 70px;*/
     margin-left: 80px; 
}

.top .headnav {
    padding-top: 10px;
    float: left;
    margin-left: 10%;
}

.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: #26838b;
    position: absolute;
    left: 0;
    bottom: 0;
    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: #26838b;
}

.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;
}

.top .headnav>ul>li:hover .headnavlist {
    max-height: 300px;
}

.top .headnav>ul>li .headnavlist ul {
    max-width: 1000px;
    margin: auto;
    padding: 15px 30px;
}

.top .headnav>ul>li .headnavlist ul>li {
    display: inline-block;
    margin: 15px 70px 15px 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: #606060;
    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: #26838b;
    border-bottom: 2px solid #26838b;
    ;
}

.others {
    float: right;
    padding: 30px 0;
}

.others li {
    float: left;
    margin: 0 15px;
    font-size: 15px;
    width: 60px;
    height: 40px;
    font-family: '微软雅黑';
    line-height: 40px;
    text-align: center;
    color: #606060;
}

.others li:hover {
    color: #26838b;
}

#Language {
    margin-right: -15px;
    margin-top: 6px;
    height: 28px;
    width: 28px;
    background-image: url(/upload/language.png);
    background-repeat: no-repeat;
    float: left;
}

#shopping {
    margin-right: -25px;
    margin-top: 6px;
    height: 30px;
    width: 30px;
    background-image: url(/upload/shopping.png);
    background-repeat: no-repeat;
    float: left;
}

.headsearch {
    position: relative;
    float: right;
    margin: 0 30px 0 20px;
    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 20px;
    background: #fff;
    outline: 0;
    border: 0;
}

.headersearch form .inputsubmit {
    width: 100px;
    height: 50px;
    color: #fff;
    font-size: 15px;
    background: #26838b;
    outline: 0;
    border: 0;
}

/*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: 25%;
    height: 100px;
    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;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(38, 131, 139, 0.5);
}

/*banner*/

/*首页*/

.index_margin {
    /* overflow: hidden; */
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.index_about_1 {
    margin-top: 90px;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

.index_about_1 img {
    margin: 0 auto;
}

.index_about_text {
    position: absolute;
    top: 100px;
}

.index_about_text>p:nth-child(1) {
    color: #3b3b3b;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1em;
}

.index_about_text>p:nth-child(2) {
    color: #3b3b3b;
    padding-top: 35px;
    font-size: 32px;
    line-height: 32px;
}

.index_about_1_content {
    color: #a7a7a7;
    padding-top: 60px;
    font-size: 15px;
    line-height: 42px;
}

.index_about_2 {
    color:#807e7d;
    margin-top: 280px;
    padding: 50px 0;
    border-top: 1px solid #f4f6f6;
    border-bottom: 1px solid #f4f6f6;
}

.index_about_2 ul {
    display: flex;
    justify-content: space-between;
}

.index_about_2 ul li {
    padding: 0 80px;
    /* text-align: center; */
    box-sizing: border-box;
    border-right: 1px solid #f4f6f6;
    float: left;
}

.index_about_2 ul li:nth-child(4) {
   
    border-right:unset;
   
}

.index_about_2 ul li p:nth-child(1) {
    transition: 0.8s;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 36px;
}

.index_about_2 ul li p:nth-child(1):hover {
    color: #577d92;
}

.index_about_2 ul li p:nth-child(2) {
    font-size: 16px;
    line-height: 36px;
}

.index_about_2 ul li #two {
    font-size: 5px;
}

.index_about_3 {
    margin-top: 70px;
}

.index_about_3 ul {
    display: flex;
    justify-content: space-between;
}

.index_about_3 ul li {
    padding: 0 10px;
    float: left;
    position: relative;
}

.index_about_work_text {
    transform: scale(0);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.index_about_work_text p {
    text-align: center;
    color: white;
    line-height: 200px;
}

.index_about_3 {
    padding-bottom: 80px;
}

.index_about_3 ul::after {
    display: none;
}

.index_about_3 ul li:hover .index_about_work_text {
    transform: scale(1);
    transition: 1s;
}

.index_margin_pro {
    background: #f8f8f8;
    width: 100%;
}

.index_pro {
    padding: 00px 0 20px 0;
    background: #fcfcfc;
}

.index_pro_title {
    padding-top: 100px;
    font-weight: 100;
    margin-left: 10px;
    float: left;
    font-size: 30px;
    line-height: 40px;
}

.index_pro_1 {
    /*padding: 60px 0 60px 0;*/
}

.index_pro_1 ul {
    padding-top: 110px;
    float: right;
}

.index_pro_1 ul li {
    float: left;
    width: 270px;
    height: 50px;
    margin-left: 20px;
    position: relative;
}

.index_pro_1 ul>li>a {
    display: block;
    color: #636363;
    font-size: 16px;
    line-height: 36px;
    background: #ededed;
    border-radius: 5px;
    overflow: hidden;
    padding: 0px 10px;
    transition: .5s;
}

.index_pro_1 ul>li>a:hover, .index_pro_1 ul>li>a.hover {
    color: white;
    background: #26838b;
}

.index_pro_1 ul>li>a p:nth-child(1) {
    padding: 7px 0;
    float: left;
}

.index_pro_1 ul>li>a p:nth-child(2) {
    margin: 18px 0;
    float: right;
    height: 13px;
    width: 22px;
    background: url(/upload1/jiantou_logo.png) no-repeat;
}

.index_pro_1 ul>li>a:hover p:nth-child(2), .index_pro_1 ul>li>a.hover p:nth-child(2) {
    background: url(/upload1/jiantou_w.png) no-repeat;
}

.index_pro_1 ul>li>dl {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    position: absolute;
    top: 50px;
    z-index: 100;
    left: 0;
    display: none;
}

.index_pro_1 ul>li:hover>dl {
    display: block;
}

.index_pro_1 ul>li>dl>dd a {
    display: block;
    color: #333;
    line-height: 30px;
    padding: 0 10px;
    border-bottom: 1px solid #f4f4f4;
}

.index_pro_1 ul>li>dl>dd a:hover, .index_pro_1 ul>li>dl>dd a.hover {
    color: #26838b;
}

.index_pro_2 {
    padding: 60px 0;
}

.index_pro_2 .swiper-container {
    width: 80%;
}

.index_pro_2 .swiper-slide {
    text-align: center;
    font-size: 18px;
   
    /* 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;
}

.index_pro_2 .swiper-slide img {
    width: 80%;
}

.index_pro_2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(/upload1/banner_right.png);
    background-size: cover;
    width: 50px;
    height: 50px;
}

.index_pro_2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(/upload1/banner_left.png);
    background-size: cover;
    width: 50px;
    height: 50px;
}

.index_pro_2 .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: unset;
}

.index_pro_2 .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: unset;
}

.index_pro_2 .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.index_pro_3 {
    text-align: center;
}

.index_pro_3 p:nth-child(1) {
    font-size: 38px;
    line-height: 36px;
    color: #525252;
}

.index_pro_3 p:nth-child(2) {
    margin: 40px auto 0 auto;
    font-size: 18px;
    line-height: 50px;
    color: white;
    height: 50px;
    width: 150px;
    background: #577d92;
}

.index_pro_3 a {
    color: white;
    text-decoration: none;
    transition-duration: unset;
}

.index_pro_server {
    padding: 5% 0 60px 0;
}

.index_pro_server_l {
    float: left;
    position: relative;
    width: 50%;
}

.index_pro_server_l img:nth-child(2) {
    position: absolute;
    top: 60%;
    left: 45%;
}

.index_pro_server_l p {
    position: absolute;
    top: 60%;
    left: 45%;
}

.index_pro_server_r {
    padding: 5% 0 0 10%;
    float: right;
    width: 50%;
}

.index_pro_server_r ul li {
    transition: 0.5s;
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
}

.index_pro_server_r ul li img {
    padding: 15% 0px 0px 0;
    float: right;
}

.index_pro_server_r_1 {
    padding-top: 10%;
    float: left;
}

.index_pro_server_r_1 p:nth-child(1) {
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
}

.index_pro_server_r_1 p:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
}

.index_pro_server_r_2 {
    transition: .5s;
    margin-top: 10%;
    float: right;
    height: 50px;
    width: 50px;
    background: url(/upload1/index_pro_li_right_logo.png);
    background-size: cover;
}

.index_pro_server_r ul li:hover {
    color: #577d92;
}

.index_pro_server_r ul li:hover .index_pro_server_r_2 {
    background: url(/upload1/index_pro_li_right_logo_hover.png);
    background-size: cover;
}

.index_margin_news {
    width: 100%;
    background: #fff url(/upload1/index_margin_news.jpg) top no-repeat;
}

.index_news {
    position: relative;
    text-align: center;
}

.index_news>p:nth-child(1) {
    padding-top: 120px;
    font-size: 78px;
    line-height: 36px;
    color: #d8dde0;
    font-weight: 800;
    text-transform: uppercase;
}

.index_news>p:nth-child(2) {
    padding: 40px 0 100px 0;
    font-size: 13px;
    line-height: 24px;
    color: #bec4c7;
}

.index_news_01 {
    text-align: left;
    padding-bottom: 70px;
    width: 100%;
    height: 100%;
}

.index_news_01 .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 35px;
}

.index_news_01 .swiper-slide {
    /* text-align: center; */
    background: #fbfbfb;
    padding-right: 10px;
    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;
}

.index_news_01_top img {
    
}

.index_news_01 .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    border-radius: unset;
}

.index_news_01 .swiper-pagination-bullet {
    border-radius: unset;
}

.index_news_01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #577d92;
}

.index_news_01 .swiper-slide:hover {
    background: white;
}

.index_news_01 .swiper-slide:hover .index_news_01_bottom {
    box-shadow: 9px 9px 9px #e4e4e4;
}

.index_news_01 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.index_news_01_bottom {
    transition: 0.5s;
    padding: 20px;
        background: #fbfbfb
}

.index_news_01_bottom p:nth-child(1) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 36px;
    color: #525252;
    border-bottom: 1px solid #e4e4e4;
}

.index_news_01_bottom p:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 23px;
    color: #8c8c8c;
}

/*首页结束*/

/* 关于我们 */

.about_index_about_1_content{
    text-align: left;
    color: #a7a7a7;
    padding-top: 60px;
    font-size: 15px;
    line-height: 42px;
}


.about_txte_02 {
    padding-top: 70px;
    font-size: 15px;
    line-height: 24px;
}

.about_txte_02 p {
    padding: 10px 0;
}

.about_txte_02 .bold {
    font-weight: 800;
}

.about .aboutwork {
    padding: 50px 0;
    overflow: hidden;
}

.about .aboutwork ul li {
    width: 24.25%;
    margin: 20px 1% 0 0;
}

.about .aboutwork ul li:nth-child(4n) {
    margin-right: 0;
}

.about .aboutwork ul li .imgurl {
    overflow: hidden;
}

.about .aboutwork ul li .imgurl img {
    width: 100%;
}

.about .aboutwork ul li .title {
    color: #000;
    font-size: 18px;
    text-align: center;
    padding: 20px 0 10px;
}

/* 关于我们 */

/* 联系我们 */

.contact_text {
    margin-top: 70px;
    text-align: center;
    padding-bottom: 120px;
}

.contact_text>p:nth-child(1) {
    font-size: 100px;
    line-height: 36px;
    color: #989898;
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 30px;
}

.contact_text>p:nth-child(2) {
    font-size: 15px;
    line-height: 36px;
    color: #cfcfcf;
}

.contact_text_01 {
    padding-top: 100px;
}

.contact_text_01 a {
    color: #989898;
}

.contact_text_01 ul {
    display: flex;
    justify-content: space-between;
}

.contact_text_01 ul:after {
    content: unset;
}

.contact_text_01 ul li {
    /* float: left; */
    width: 25%;
    border-right: 1px solid #eaeaea;
}

.contact_text_01 ul li:last-child {
    border-right: unset;
}

.contact_text_01 ul li img {
    height: 120px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.contact_text_01 .contact_text_01_top {
    font-size: 15px;
    line-height: 36px;
    color: #989898;
    padding-bottom: 30px;
}

.contact_text_01 .contact_text_01_buttom {
    font-size: 16px;
    line-height: 28px;
    color: #989898;
}

/* 联系我们 */

/* 新闻列表 */

.news_text {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 80px;
}

.news_text p:nth-child(1) {
    text-transform: uppercase;
    padding-bottom: 50px;
    color: #d8dde0;
    font-size: 78px;
    line-height: 36px;
}

.news_text p:nth-child(2) {
    width: 850px;
    margin: 0 auto;
    color: #bec4c7;
    font-size: 13px;
    line-height: 24px;
}

.index_list_01 ul {}

.index_list_01 ul li {
    background: #ffffff;
    float: left;
    padding: 0 1%;
    width: 33.33333%;
    margin-bottom: 70px;
}

.index_list_01 ul li:hover .index_news_01_bottom {
    background: #fbfbfb;
    box-shadow: 9px 9px 9px #e4e4e4;
}

/* 新闻列表 */

/* news_show */

.newshow {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    color: #8b8b8b;
    padding-bottom: 40px;
}

.newsshow_title {
    margin-top: 3%;
}

.newsshow_title_one {
    font-size: 30px;
    line-height: 33px;
}

.newsshow_title_two {
    margin-top: 1%;
    padding-top: 10px;
    font-size: 13px;
}

.newshow_content {
    padding: 3% 0;
    text-indent: 2em;
    text-align: left;
    font-size: 16px;
    margin-top: 3%;
    border-top: 1px solid #eeeeee;
    line-height: 30px;
}

.newshow_content_next {
    text-align: left;
}

.newshow_content_next p {
    color: #8b8b8b !important;
    margin: 10px !important;
    display: block;
    float: left;
}

/* 新闻展示 */

/* 产品展示 */


.por_list_background{
        background: #fcfcfc;
}

.pro_list {
    background: #fcfcfc;
}

.pro_list ul li {
    margin-top: 60px;
    width: 24%;
    margin-right: 1.3333%;
    float: left;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.pro_list ul li img{
      border-radius: 10px;
}


.pro_list ul li:nth-child(4n) {
    margin-right: 0;
}

.pro_list ul li .pro_list_bottom {
    color: #989898;
    font-size: 18px;
    line-height: 36px;
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #f9f9f9;
    display: flex;
    justify-content: space-between;
    padding: 10px
}

.pro_list ul li .pro_list_bottom {}

/* 产品展示 */

/* prodetail */

.prodetail_content {
    padding-top: 60px;
    width: 100%;
    margin: 0 auto;
    /* padding: 0 10%; */
}

.prodetail_content_r {
    float: left;
    width: 650px;
}

.proimgurl {
    width: 480px;
}

.prodisplayimg {
    width: 150px;
    margin-left: 20px;
}

.prodetail_content_l {
    height: 480px;
    float: left;
    width: calc(95% - 650px);
    padding-left: 5%;
    margin-left: 5%;
}

.prodetail_content_l ul li {
    /* width: 50px; */
    float: left;
    margin: 13% 2% 0 0;
}

.prodetail_title {
    font-size: 30px;
    /* line-height: 60px; */
    color: #989898;
}

.prodetail_standard {
    padding-bottom: 20px;
    color: #989898;
    font-size: 30px;
    line-height: 60px;
}

.prodetail_content_l_text {
    color: #989898;
    font-size: 17px;
    line-height: 36px;
}

.prodetail_content_l ul li.pro2wm:before {
    top: 18px;
    right: -10px;
}

.prodetail_content_l ul li.pro2wm:after {
    top: 20px;
    right: -10px;
}

.prodetail_content_l ul li.pro2wm .wxewm img {
    width: 100%;
    height: 100%;
}

.prodetail_del {
    margin-top: 3%;
    /* padding: 0 5%; */
}

.prodetail_del table {
    width: 100% !important;
    /* background-color: tomato; */
}

/* prodetail */

/* footer */

.footfeed {
    padding: 50px 0;
}

.footfeed .ftype_input {
    width: 360px;
    position: relative;
}

.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 .foot2wm {
    /* width: 220px; */
    margin-left: 10px;
    margin-top: -20px;
}

.footfeed .foot2wm img {
    width: 100%
}

.footfeed .foot2wm p {
    color: #000;
    text-align: center;
    padding-top: 10px;
}

.footfeed .ftype_textarea {
    width: calc(100% - 700px);
}

.footfeed .ftype_textarea textarea {
    display: block;
    width: 100%;
    height: 175px;
    color: #757575;
    line-height: 30px;
    padding: 15px;
    margin-bottom: 20px;
    background: #f5f5f5;
    outline: 0;
    border: 0;
}

#codeinput {
    width: calc(100% - 20px);
    /* width: 100%; */
}

.footfeed .submit {
    display: block;
    width: 100px;
    height: 45px;
    color: #757575;
    padding: 0 15px;
    background: #f5f5f5;
    outline: 0;
    border: 0;
    transition: .5s;
}

.footfeed .submit:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.ftype_input .codeimg {
    position: absolute;
    top: 5px;
    right: 25px;
}

.company {
    height: 60px;
}

.company, .company a {
    line-height: 60px;
    color: white;
    background: #38393f;
}

.company p {
    margin-right: 10px;
    float: left;
}

.company img {
    padding: 18px 0;
    float: right;
}

/* footer */

@media (max-width: 1600px) {
    .top .headnav{
        margin-left: unset;
    }
}

@media (max-width: 1440px) {
    
    .headsearch {
        margin: 0;
    }
   .top .headnav>ul>li {
    margin-left: 60px;
}
}

@media (max-width: 1280px) {
    .top .headnav>ul>li {
    margin-left: 70px;
}
.top img {
margin-left: 40px;
    
}
.top .headnav>ul>li {
    margin-left: 50px;
}
}

@media (max-width: 1024px) {
    
    .others {
        display: none;
    }
    
    .top .headnav>ul>li {
    margin-left: 40px;
}
    .index_margin {
        width: 80%;
    }
    .index_about_2 ul li {
        padding: 0;
    }
    .index_pro_1 ul li {
        width: unset;
    }
    .index_pro_server_l {
        display: none;
    }
    
    
    .prodetail_content_l ul li{
        margin: 0 5px 0 0;
    }
    .index_pro_server_r {
        padding: 0;
        float: none;
        width: 100%;
    }
    .prodetail_content_r {
        width: 450px;
    }
    .proimgurl{
        width: 80%;
    }
    
    .prodisplayimg {
    width: 15%;
    margin-left: 5%;
}
#zoomcont{
    height: 330px!important;
}
    .zoom-desc{
        width: unset!important;
        height: unset!important;
    }
    .arr_l, .arr_r {
        width:40%!important;
    }
    .prodetail_content_l{
        width: unset;
        height: unset;
        margin-left: unset;
    }
    
    .footfeed .ftype_input {
        width: 35%;
    }
    .footfeed .foot2wm {
        display: none;
    }
    .footfeed .ftype_textarea {
        width: calc(100% - 300px);
    }
}

/*手机版*/

.menubutton {
    display: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 14px 12px 6px 0;
}

.menubutton .menuicon {
    height: 2px;
    margin-bottom: 8px;
    background: #26838b;
}

.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: #26838b !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: #26838b;
    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 #26838b;
    overflow: hidden;
}

#sortpro .sortpro_left {
    float: left;
    width: 65%;
    color: #fff;
    font-size: 14px;
    background: #26838b;
}

#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: #26838b;
}

.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 #26838b;
}

.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: #26838b;
}

/*手机版*/

@media (max-width: 992px) {
    #mcbanner {
        margin-top: 50px;
    }
    .menubutton, #mobtool {
        display: block;
    }
    .pcweb {
        display: none;
    }
    .mobileweb {
        display: block;
    }
    /*index*/
    .top {
        height: 50px;
        position: fixed;
    }
    .top h2 a img {
        height: 50px;
        margin: 0;
    }
    .top .headnav, .top .others {
        display: none;
    }
    .banner {
        padding-top: 50px;
    }
    
    .banner .swiper-container .swiper-pagination{
        display: none;
    }
    /* 开始 */
    .index_about_text>p:nth-child(1) {
        line-height: unset;
        letter-spacing: unset;
    }
    .index_about_1 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .index_about_1_content{
        text-align: left;
    }
    
    .index_about_text {
        position: unset;
    }
    .index_about_2 {
        margin-top: 0;
        padding: 20px 0;
        border-bottom: unset;
    }
    .index_about_2 ul {
        display: block;
    }
    .index_about_2 ul li {
        padding-top: 30px;
        width: 100%;
        text-align: center;
        border: unset;
        padding-bottom: 10px;
        border-bottom: 1px solid #f4f6f6;
    }
    .index_about_2 ul li p:nth-child(1) {
        font-size: 35px;
        line-height: unset;
        margin-bottom: 10px;
    }
    .index_about_3 {
        margin-top: 0;
        padding-bottom: 0;
    }
    .index_about_3 ul {
        display: block;

    }
    .index_about_3 ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }
    /* .index_about_3 ul li img{*/
    /*    margin: 0 auto;*/
    /*}*/
    .index_pro {
        display: none;
    }
    .index_pro_1 {
        display: none;
    }
    .index_pro_server_r_1 {
        width: 80%;
    }
    .index_pro_server_r_2 {
        margin-top: 20%;
    }
    .index_news>p:nth-child(1) {
        padding-top: 40px;
        font-size: 40px;
        line-height: unset;
    }
    .index_news_01 .swiper-pagination-bullet {
        width: 30px;
    }
    .about .aboutwork ul li {
        width: 100%;
    }
    .news_text p:nth-child(1) {
        font-size: 35px;
    }
    .news_text p:nth-child(2){
        width: unset;
    }
    .mc_pager{
        padding: 0;
    }
    .index_list_01 ul li {
        width: 100%;
    }
    .newshow {
        width: 80%;
    }
    .newsshow_title_one {
        font-size: 25px;
    }
    
    .newshow_content{
        padding: 10% 0;
    }
    
    .mobileweb  .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #26838b;
    }

    .prodetail_content_l{
        text-align: center;
    }
    
    .prodetail_content_l ul{
        width: 100%;
       display: flex;
       justify-content: space-around;
    }
    
    .prodetail_content_l .pro2wm .wxewm{
        bottom: 0;
    }
    .prodetail_content_r{
        width: 100%;
    }
    .contact_text {
        padding-bottom: 0;
    }
    .contact_text_01 ul li {
        width: 100%;
        border: unset;
        padding-bottom: 50px;
    }
    .contact_text_01 ul {
        display: block;
    }
    .contact_text>p:nth-child(1) {
        font-size: 50px;
    }
    .contact_text_01 {
        padding-top: 50px;
    }
   .contact_text_01 ul li img {
    height: 80px;
    margin: 0 auto;
    padding-bottom: 20px;
}

    .contact_text_01 .contact_text_01_top{
        padding-bottom: 0;
    }
    .pro_list ul li {
        width: 100%;
    }
    .footfeed .ftype_input {
        width: 100%;
    }
    .footfeed .ftype_input input {
        width: 100%;
    }
    .footfeed .ftype_textarea {
        width: 100%;
    }
    #codeinput {
        width: 100%;
    }
    .footfeed .submit {
        width: 100%;
    }
    .company {
        text-align: center;
        height: 180px;
        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;
    }
}