@charset "utf-8";

/*Css Document*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    overflow-x: hidden;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
q,
dl,
dt,
dd,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

a {
    background: transparent;
    outline: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    width: auto\9;
    -ms-interpolation-mode: bicubic;
}

table,
tr,
td {
    max-width: 100%;
    width: auto\9;
}

.video embed,
.video object,
.video iframe {
    width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    outline: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    font-size: 1em;
    outline: none;
}

*:before,
*:after,
.sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.ul,
ul.list,
ul.grid {
    margin: 0;
    padding: 0;
}

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

dl.grid dt,
ul.grid li {
    float: left;
}

ul,
li {
    padding: 0;
    margin: 0;
}

pre
{
    font-family: 'opensans', Arial, Verdana, sans-serif;
}

.opacity-9 {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.opacity-8 {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.opacity-7 {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.opacity-6 {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.opacity-5 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.opacity-4 {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.opacity-3 {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.opacity-2 {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.opacity-1 {
    opacity: 0.1;
    filter: alpha(opacity=10);
}

.w100 {
    width: 100% !important;
}

.w90 {
    width: 90% !important;
    max-width: 1728px;
}

.w80 {
    width: 80% !important;
}

.w50 {
    width: 50% !important;
}

.w49 {
    width: 49% !important;
}

.w32 {
    width: 32% !important;
}

.w30 {
    width: 30% !important;
}

.w25 {
    width: 25% !important;
}

.w23 {
    width: 23% !important;
}

.w20 {
    width: 20% !important;
}

.w19 {
    width: 19% !important;
}

.border-left {
    border-left-width: 2px !important;
    padding-left: 2% !important;
    border-left-color: #0a0a0a !important;
    border-left-style: solid !important;
}

.img-gray {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.img-circle {
    border-radius: 50%;
}

.img-blur {
    filter: url(blur.svg#blur);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
}

.en-font {
    font-family: Arial, Verdana, sans-serif;
}

.coverBg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.left,
.fl {
    float: left;
}

.right,
.fr {
    float: right;
}

.hidden,
.r-hidden {
    display: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    left: 0;
    top: 0;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clearfix:after,
ul.grid:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

/*如果有浮动，给浮动元素父级元素加上clearfix类即可清除浮动*/
.clearfix,
ul.grid {
    zoom: 1;
}

.transition {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.transition-delay {
    -webkit-transition: all 0.4s ease-in 0.4s;
    -moz-transition: all 0.4s ease-in 0.4s;
    -o-transition: all 0.4s ease 0.4s;
    -ms-transition: all 0.4s ease-in 0.4s;
    transition: all 0.4s ease-in 0.4s;
}

h1,
.h1 {
    font-size: 33px;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 23px;
}

h4,
.h4 {
    font-size: 17px;
}

h5,
.h5 {
    font-size: 13px;
}

h6,
.h6 {
    font-size: 12px;
}

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

    h1,
    .h1 {
        font-size: 24px;
    }

    h2,
    .h2 {
        font-size: 20px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }
}

p {
    margin: 10px 0;
}

body {
    color: #101116;
    background-color: #f7f7f7;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'opensans', Arial, Verdana, sans-serif;
    font-weight: 300;
}

.none {
    display: none;
}

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

.bw {
    background-color: #fff;
}

.bw::after,
.bw::before {
    content: '';
    display: block;
    height: 1px;
    clear: both;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 90%;
}

.wrap85 {
    width: 100%;
    margin: 0 auto;
    max-width: 85%;
}

.wrap80 {
    width: 100%;
    margin: 0 auto;
    max-width: 80%;
}

.wrap70 {
    width: 100%;
    margin: 0 auto;
    max-width: 70%;
}

.wrap60 {
    width: 100%;
    margin: 0 auto;
    max-width: 60%;
}

.wrap-500 {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.wrap-1200 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.wrap-1400 {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.reset {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
}

a {
    color: #101116;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #916d5a;
    text-decoration: none;
}

@media screen and (max-width:768px) {
    .wrap {
        width: 92%;
    }
}


/*=========前面是reset.css，不建议删除；下面的是你自己的全局css=========*/
#header {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    height:70px;
}

#header .clearfix {
    max-width: 1670px;
    margin: 0 auto;
}
#header .headbox
{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    width:84%;
}
#header .headbox::after
{
    display:none;
}
#header .logo {
    text-align: center;
    height:50px;
    padding-top: 10px;
}

#header .logo a {
    color: #fff;
    display:flex;
    align-items:center;
    height:100%;
}
#header .logo a .pic
{
    height:40px;
}

#header .logo a img {
    max-height: 100%;
    transition: all 0.5s ease-in-out;
}
/**搜索**/
#header .headbox .headsearch
{
    width:32px;
    height:32px;
    background:url('../images/home/search.png') no-repeat center center;
    cursor: pointer;
    position:relative;
    margin-top:19px;
}
#header .headbox .headsearch .search
{
    position:absolute;
    top:0px;
    right:0px;
    z-index:10;
    border:1px solid #eee;
    width:250px;
    height:30px;
    border-radius:10px;
    overflow:hidden;
    display:none;
    flex-wrap:wrap;
    background:#fff;
}
#header .headbox .headsearch:hover .search
{
    display:flex;
}
#header .headbox .headsearch .search .input
{
    width:220px;
    height:30px;
    overflow:hidden;
}
#header .headbox .headsearch .search .input input
{
    width:100%;
    height:100%;
    border:none;
    box-sizing: border-box;
    padding-left:10px;
    padding-right:10px;
}
#header .headbox .headsearch .search .searchbtn
{
    width:30px;
    height:30px;
    cursor: pointer;
    background:url('../images/home/search.png') no-repeat center center;
}
@media screen and (max-width:1200px)
{
    #header .headbox
    {
        width:100%;
    }
}
/**搜索 end**/
#Menu {
}

.mMenu {
    display: none;
}

#Menu .list li {
    float: left;
    font-size: 14px;
    position: relative;
}

#Menu .list>li:first-child {
    padding: 24px 15px 24px 0px;
}

#Menu .list>li:not(:first-child) {
    /* background:url(../images/home/icon_down_arrow.svg) no-repeat right 28px;background-size:10%; */
    padding: 24px 25px 24px 35px;
}

#Menu .list>li.child {
    background: url(../images/home/icon_down_arrow.svg) no-repeat right 30px;
    background-size: 10%;
}

#Menu .submenu {
    float: none;
    left: 0;
    top: 100%;
    position: absolute;
    z-index: 2;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
    margin-top: 1px !important;
    box-shadow: 0px 10px 30px #e0e0e0;
    background-color: #fff;
    opacity: 0;
    min-width: 120px;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
    padding: 10px;
}

#Menu .submenu li {
    color: #000;
    padding: 8px 10px;
    text-align: left;
    float: none;
    background-color: #fff;
    display: block;
}

#Menu .list li:hover .submenu {
    visibility: visible;
    opacity: 1;
}

#Menu .list li .submenu li a:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

#header .menuBar {
    height: 60px;
    width: 24px;
    cursor: pointer;
    display: none;
}

#header .menuBar ul {
    padding: 22px 0 0 0;
}

#header .menuBar .bar_line {
    width: 24px;
    height: 2px;
    background: #000;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .6s, opacity .3s;
    transition: transform .6s, opacity .3s;
    border-radius: 1px;
}

#header.menu_close .menuBar .bar_line.bar_top {
    -webkit-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    transform: rotate(38deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

#header.menu_close .menuBar .bar_line.bar_mid {
    opacity: 0;
}

#header.menu_close .menuBar .bar_line.bar_foot {
    -webkit-transform: rotate(-39deg);
    -ms-transform: rotate(-39deg);
    transform: rotate(-38deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

#header .menuBar:hover .bar_line {
    background: #000;
}

footer {
    padding: 50px 0 10px 0;
    background-color: #ffffff;
}

.copyright {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 12px;
}

.copyright p {
    margin: 0;
    color: #868686;
    text-align: center;
    font-size: 12px;
}

footer .list {
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3%;
}

footer .list ul li {
    float: left;
    width: 15%
}

footer .list ul li:first-child img {
    padding-left: 25%;
}

footer .list ul li:last-child {
    width: 10%;
}

footer .list .qrcode>div {
    text-align: center;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

footer .list .qrcode>div>img {
    min-width: 30%;
    display: inline-block;
}

footer .list .qrcode>div>div {
    width: 90px;
    height: 90px;
    position: absolute;
    left: -24px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    visibility: hidden;
}

@media screen and (min-width:1300px)
{
    footer .list .qrcode .grid:hover .codepic {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

footer .list .qrcode .codepichover .codepic
{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}
    

footer .list ul li h3 {
    font-size: 14px;
    margin-bottom: 20px;
}

footer ul li p,
footer ul li div,
footer ul li a {
    color: #868686;
}

footer,
footer a {
    color: #000;
}

footer ul li strong {
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    color: #fff;
}

footer a:hover {
    opacity: 0.7;
}

.copyright span {
    margin-right: 15px;
}

.copyright a {
    color: #868686;
}

.hidden {
    visibility: hidden !important;
}

/*banner*/
.banner {
    margin-top: 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-banner {
    margin-top: 70px;
    text-align: center;
}

.banner .title {
    text-align: center;
    color: #fff;
}

.banner .title h1 {
    font-size: 60px;
    font-weight: 400;
}

/*分页*/
.cms_page {
    text-align: center;
}

.cms_page .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.cms_page .pagination>li {
    display: inline-block;
    width: auto;
}

.cms_page .pagination>li>a,
.cms_page .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #717070;
    background-color: #fff;
    border: 1px solid #ddd;
}

.cms_page .pagination>li:first-child>a,
.cms_page .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.cms_page .pagination>li:last-child>a,
.cms_page .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.cms_page .pagination>li>a:hover,
.cms_page .pagination>li>span:hover,
.cms_page .pagination>li>a:focus,
.cms_page .pagination>li>span:focus {
    z-index: 2;
    color: #717070;
    background-color: #fff;
    border-color: #ddd
}

.cms_page .pagination>.active>a,
.cms_page .pagination>.active>span,
.cms_page .pagination>.active>a:hover,
.cms_page .pagination>.active>span:hover,
.cms_page .pagination>.active>a:focus,
.cms_page .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #333333;
    border-color: #333333;
    cursor: default
}

.cms_page .pagination>.disabled>span,
.cms_page .pagination>.disabled>span:hover,
.cms_page .pagination>.disabled>span:focus,
.cms_page .pagination>.disabled>a,
.cms_page .pagination>.disabled>a:hover,
.cms_page .pagination>.disabled>a:focus {
    color: #9d9d9d;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.cms_page .pagination-lg>li>a,
.cms_page .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.cms_page .pagination-lg>li:first-child>a,
.cms_page .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.cms_page .pagination-lg>li:last-child>a,
.cms_page .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.cms_page .pagination-sm>li>a,
.cms_page .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.cms_page .pagination-sm>li:first-child>a,
.cms_page .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.cms_page .pagination-sm>li:last-child>a,
.cms_page .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.about .swiper-slide img {
    width: 100%;
    display: block;
}

.overhidden {
    overflow: hidden;
}
.prev-next a
{
    cursor:pointer;
}
.prev-next .prev {
    float: left;
}

.prev-next .next {
    float: right;
}

.pc {
    display: block;
}

.wap {
    display: none;
}

@media screen and (max-width:1300px) {
    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    body {
        font-size: 14px;
    }

    .index-banner {
        margin-top: 60px;
    }

    #Menu {
        display: none;
    }

    #header {
        padding: 0px;
        height:60px;
    }

    #header .logo {
        position: relative;
        transform: translate(10px, 0px);
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 20px;
        height:60px;
    }
    #header .logo a .pic
    {
        height:30px;
    }
    #header .logo a img {
        max-height: 100%;
        margin-right: 3px;
    }
    #header .headbox .headsearch
    {
        display:none;
    }

    #header .menuBar {
        display: block;
        margin-left: 10px;
        margin-right:20px;
    }

    .mMenu {
        position: fixed;
        width: 80%;
        background: #fff;
        z-index: 2;
        top: 60px;
        left: 0;
        opacity: 0;
        display: block;
        height: calc(100vh - 60px);
        overflow: scroll;
        transition: all ease-in-out 0.5s;
    }

    .mMenu .top {
        padding: 10px 20px;
        border-bottom: 1px solid #d8d8d8 !important;
    }

    .mMenu ul {
        width: 85%;
        margin: 0 auto;
    }

    .mMenu ul li .children {
        transition: all ease-in-out 0.5s;
        overflow: hidden;
        height: 0;
    }

    .mMenu ul li .children a {
        font-size: 14px;
    }

    .mMenu ul li .children ul li {
        line-height: 30px;
    }

    .news-list ul li .con p:nth-of-type(1) a {
        font-size: 16px;
    }

    .mMenu ul li {
        height: 40px;
        line-height: 40px;
        text-align: left;
        font-size: 16px;
        height: inherit;
    }

    .mMenu h3 {
        color: #000;
    }

    .mMenu ul li a {
        color: #000;
        border-bottom: 1px solid #d8d8d8 !important;
        display: block;
        padding: 10px;
        /* background: url(../images/home/add_icon.png) no-repeat right center; */
    }

    .mMenu ul li ul li a {
        background: none
    }

    .mMenu ul li .addicon {
        float: right;
    }

    #header.menu_close .mMenu {
        display: block;
    }

    #footer {
        margin-top: 4%;
    }

    footer,
    footer a {
        font-size: 12px;
        padding: 30px 0 20px 0;
    }

    footer .list ul li:nth-child(1) {
        display: none;
    }

    footer .list ul li:nth-child(2),
    footer .list ul li:nth-child(3),
    footer .list ul li:nth-child(4) {
        display: none;
    }

    footer .list ul li:nth-child(5) {
        width: 50%;
    }

    footer .list ul li:nth-child(6) {
        width: calc(50% - 52px);
    }

    /*     footer .list ul li:nth-child(1){width:50%;}
    footer .list ul li:nth-child(2){width:calc(50% - 52px);}
    footer .list ul li:nth-child(3),footer .list ul li:nth-child(4),footer .list ul li:nth-child(5),footer .list ul li:nth-child(6){display:none;} */
    footer .list ul li:nth-child(7) {
        width: 104px;
        clear: both;
        margin: 0px auto;
        float: unset;
    }

    footer .list .qrcode img {
        left: 0;
    }

    footer .list .qrcode>div>div {
        top: -100px;
    }

    #footer .link,
    #footer .foot {
        text-align: left;
    }

    .copyright span {
        display: block;
        margin-bottom: 8px;
        margin-right: 0;
    }

    .copyright span:nth-child(2) {
        display: inline-block;
        margin-right: 5px;
    }

    .banner {
        margin-top: 60px;
        min-height: auto;
    }

    .banner .title h1 {
        font-size: 40px;
    }

    .banner .title {
        padding: 0 20px;
    }

    .pro-categories-wap {
        width: 100%;
    }

    .pro-categories-wap .menuBar {
        display: inline-block;
        margin-right: 5%;
        vertical-align: middle;
    }

    .menuBar .bar_line {
        width: 17px;
        height: 2px;
        background: #000;
        margin-bottom: 3px;
        -webkit-transition: -webkit-transform .6s, opacity .3s;
        transition: transform .6s, opacity .3s;
        border-radius: 1px;
    }

    .pro-categories-wap {
        margin-bottom: 20px;
    }

    .prev-next .prev,
    .prev-next .next {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media screen and (max-width:375px) {
    footer .list ul li:nth-child(2n) {
        margin-left: 5%;
    }

    footer .list ul li {
        width: 59%;
    }
}

@media screen and (max-width:360px) {
    footer .list ul li:nth-child(2n) {
        margin-left: 2%;
    }

    footer .list ul li {
        width: 62%;
    }
}

@media screen and (max-width:320px) {
    footer .list ul li:nth-child(2n) {
        margin-left: 0%;
        width: 30%;
    }

    footer .list ul li {
        width: 70%;
    }
}


.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width:867px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:867px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:867px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:867px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:868px) and (max-width:1139px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:868px) and (max-width:1139px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:868px) and (max-width:1139px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:868px) and (max-width:1139px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1140px) and (max-width:1649px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1140px) and (max-width:1649px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:1140px) and (max-width:1649px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:1140px) and (max-width:1649px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1650px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1650px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1650px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1650px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:867px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:868px) and (max-width:1139px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:1140px) and (max-width:1649px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1650px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row [class*=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row:not(.no-gutter) {
    margin-left: -15px;
    margin-right: -15px;
}

.row:not(.no-gutter) [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
}

.row.xs-gutter {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px
}

.row.xs-gutter [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}

@media (max-width:812px) {
    .row:not(.no-gutter) {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -20px
    }

    .row:not(.no-gutter) [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .row:not(.no-gutter) {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -20px;
        display: block;
    }

    .row:not(.no-gutter) [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px
    }

    .row.xs-gutter {
        margin-left: -3px;
        margin-right: -3px;
        margin-bottom: -6px
    }

    .row.xs-gutter [class*=col-] {
        padding-left: 3px;
        padding-right: 3px;
        margin-bottom: 6px
    }
}

.col-xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    width: 8.33333333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    width: 16.66666667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    width: 33.33333333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    width: 41.66666667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    width: 58.33333333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    width: 66.66666667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    width: 83.33333333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    width: 91.66666667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

@media (min-width:768px),
(max-width:767px) and (orientation:landscape) {
    .col-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        width: 8.33333333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        width: 16.66666667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        width: 33.33333333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        width: 41.66666667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        width: 58.33333333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        width: 66.66666667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        width: 83.33333333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        width: 91.66666667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:813px) {
    .col-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        width: 8.33333333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        width: 16.66666667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        width: 33.33333333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        width: 41.66666667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        width: 58.33333333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        width: 66.66666667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        width: 83.33333333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        width: 91.66666667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
}

.tran300 {
    transition: 300ms ease-out;
    -webkit-transition: 300ms ease-out;
    -ms-transition: 300ms ease-out;
    -moz-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
}

.tran500 {
    transition: 500ms ease-out;
    -webkit-transition: 500ms ease-out;
    -ms-transition: 500ms ease-out;
    -moz-transition: 500ms ease-out;
    -o-transition: 500ms ease-out;
}

.tran800 {
    transition: 800ms ease-out;
    -webkit-transition: 800ms ease-out;
    -ms-transition: 800ms ease-out;
    -moz-transition: 800ms ease-out;
    -o-transition: 800ms ease-out;
}

.tran1000 {
    transition: 1000ms ease-out;
    -webkit-transition: 1000ms ease-out;
    -ms-transition: 1000ms ease-out;
    -moz-transition: 1000ms ease-out;
    -o-transition: 1000ms ease-out;
}

.video-pop {
    position: fixed;
    z-index: 999;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 15;
}

.video-pop .video-warp {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-pop .video-warp video {
    width: 100%;
}

.video-pop .video-warp .video-close {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 38px;
    height: 38px;
    background: url(../../images/home/index/close-white.png) no-repeat center center/18px 18px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 100%;
}

@media screen and (max-width:1025px) {
    .index-item04 .icon {
        width: 50px;
        height: 50px;
        background: url(../../images/home/index/index-item04-icon.png) no-repeat center center/10px auto;
        margin: -25px 0px 0px -25px;
    }

    .index-item04 .icon:after {}

    .video-pop .video-warp {
        width: 90%;
    }

    .video-pop .video-warp .video-close {
        right: 0;
        width: 20px;
        height: 20px;
        top: -30px;
    }
}
/**增加**/
.m_hide
{
    display:block;
}
.pc_hide
{
    display:none;
}
.index-tit-txt
{
    font-size:44px;
    line-height:45px;
    text-align:center;
    font-weight:lighter;
}
@media screen and (max-width:1300px)
{
    .index-tit-txt
    {
        font-size:18px;
        line-height:20px;
    }
    .m_hide
    {
        display:none;
    }
    .pc_hide
    {
        display:block;
    }    
}
/**首页关于我们**/
.indexblockbg
{
    width:100%;
    height:auto;
    background:#fff;
    overflow:hidden;
}
.indexaboutus
{
    width:90%;
    max-width:1650px;
    margin:auto;
    overflow:hidden;  
    background:#fff;
    padding-top:80px;
}
.indexaboutus .indexaboutbg
{
    background:url("../images/home/index/aboutus.jpg") no-repeat center center;
    background-size:cover;
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:80px;
    box-sizing:border-box;
    padding:9%;
}
.indexaboutus .indexaboutbg .cont
{
    width:48%;
    height:auto;
    overflow:hidden;
}
.indexaboutus .indexaboutbg .cont .bigtit
{
    color:#fff;
    font-size:36px;
    font-weight:bold;
    overflow:hidden;
    line-height:40px;
}
.indexaboutus .indexaboutbg .cont .des
{
    width:100%;
    height:auto;
    font-size:16px;
    line-height:36px;
    color:#fff;
    overflow:hidden;
    margin-top:20px;
}
.indexaboutus .indexaboutbg .cont .des p
{
    color:#fff;
    font-size:16px;
    line-height:36px;
}
.indexaboutus .indexaboutbg .cont .more
{
    width:190px;
    height:auto;
    overflow:hidden;
    margin-top:20px;
}
.indexaboutus .indexaboutbg .cont .more a
{
    display:block;
    width:100%;
    height:40px;
    box-sizing: border-box;
    font-size:16px;
    color:#fff;
    line-height:38px;
    border:1px solid #fff;
    text-align:center;
    transition:1s;
}
.indexaboutus .indexaboutbg .cont .more:hover a
{
    border-radius:19px;
}
@media screen and (max-width:1300px)
{
    .indexaboutus
    {
        padding-top:20px;
    }
    .indexaboutus .indexaboutbg
    {
        margin-top:20px;
    }
    .indexaboutus .indexaboutbg .cont
    {
        width:100%;
    }
    .indexaboutus .indexaboutbg .cont .bigtit
    {
        font-size:18px;
        line-height:25px;
    }
    .indexaboutus .indexaboutbg .cont .des
    {
        font-size:15px;
        line-height:28px;
        margin-top:10px;
    }
    .indexaboutus .indexaboutbg .cont .des p
    {
        font-size:15px;
        line-height:28px;
    }
    .indexaboutus .indexaboutbg .cont .more
    {
        margin-top:10px;
    }
}
/**首页关于我们 end**/
/**首页产品分类**/
.indexprocate
{
    width:90%;
    max-width:1650px;
    margin:auto;
    overflow:hidden;  
    background:#fff;
    padding-top:80px;
}
.indexprocate .indprocatelist
{
    width:100%;
    height:auto;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    align-items: stretch;
    margin-top:80px;
}
.indexprocate .indprocatelist .grid
{
    width:32%;
    margin-right:2%;
    margin-bottom:30px;
}
.indexprocate .indprocatelist .grid:nth-child(3n)
{
    margin-right:0px;
}
.indexprocate .indprocatelist .grid a
{
    display:block;
    position:relative;
    overflow:hidden;
    height:100%;
    transition:1s;
}
.indexprocate .indprocatelist .grid a .pic
{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
    padding-bottom:56%;
}
.indexprocate .indprocatelist .grid a .pic img
{
    position:absolute;
    top:0px;
    left:0px;
    z-index:5;
    width:100%;
    height:100%;
    object-fit:cover;
}
.indexprocate .indprocatelist .grid a .zhezhao
{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.2);
    z-index:10;
    top:0px;
    left:0px;
    box-sizing: border-box;
    padding:5% 8%;
    opacity:0;
    transition:1s;
}
.indexprocate .indprocatelist .grid:hover a .zhezhao
{
    opacity:1;
}
.indexprocate .indprocatelist .grid a .zhezhao .zhezhao2
{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    overflow:hidden;
    background:rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border:1px solid #fff;
    width:100%;
    height:100%;
    border-radius:5px;
}
.indexprocate .indprocatelist .grid a .zhezhao .zhezhao2 .tit
{
    font-size:36px;
    line-height:40px;
    text-align:center;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#fff;
    width:100%;
}
.indexprocate .indprocatelist .grid a.morelink
{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.indexprocate .indprocatelist .grid a.morelink .texttb
{
    width:100%;
    height:30px;
    font-size:24px;
    line-height:30px;
    text-align:center;
}
@media screen and (max-width:1300px)
{
    .indexprocate
    {
        padding-top:20px;
    }
    .indexprocate .indprocatelist
    {
        margin-top:20px;
    }
    .indexprocate .indprocatelist .grid
    {
        width:48%;
        margin-right:4%;
        margin-bottom:20px;
    }
    .indexprocate .indprocatelist .grid:nth-child(3n)
    {
        margin-right:4%;
    }
    .indexprocate .indprocatelist .grid:nth-child(2n)
    {
        margin-right:0px;
    }
    .indexprocate .indprocatelist .grid a .catetit
    {
        width:100%;
        height:auto;
        overflow:hidden;
        margin-top:5px;
        font-size:15px;
        line-height:25px;
        text-overflow: ellipsis;
        white-space: nowrap; 
        text-align:center;
        height:25px;
    }
    .indexprocate .indprocatelist .grid a.morelink
    {
        height:calc(100% - 25px);
    }
    .indexprocate .indprocatelist .grid a.morelink .texttb
    {
        font-size:15px;
    }
}
/**首页产品分类 end**/
/**内核**/
.indexneihebg
{
    width:100%;
    height:715px;
    overflow:hidden;
    background:url('../images/home/index/neihe.jpg?v=3') no-repeat center center;
    background-size:cover;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    background-attachment: fixed;
}
.indexneihebg .text
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.indexneihebg .text .cntit
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:44px;
    color:#fff;
    line-height:50px;
    text-align:center;
}
.indexneihebg .text .entit
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:16px;
    line-height:20px;
    text-align:center;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 15px;
    margin-top:30px;
    font-family: "Arial";
}
@media screen and (max-width:1300px)
{
    .indexneihebg
    {
        margin-top:0px;
        height:250px;
        background:url('../images/home/index/neihe_m.jpg?v=2') no-repeat center center;
        background-size:cover !important;
    }
    .indexneihebg .text .cntit
    {
        font-size:25px;
        line-height:22px;
    }
    .indexneihebg .text .entit
    {
        letter-spacing:0px;
    }
}
/**内核 end**/
/**关于我们**/
.abaoutblock
{
    max-width:1560px;
    margin:auto;
    overflow:hidden;
    width:84%;
}
.aboutblockbg
{
    width:100%;
    height:auto;
    overflow:hidden;
    padding-top:80px;
    padding-bottom:80px;
}
.aboutblockbg1
{
    background:url('../images/home/about/bg1.jpg') no-repeat center center;
    background-size:cover !important;
    padding-top:0px;
}
.abaoutblock1
{
    padding-top:60px;
}
.abaoutblock1 .bigtitle
{
      width:100%;
      height:auto;
      overflow:hidden;
}
.aboutbigtitle .title
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:25px;
    line-height:35px;
    color:#727274;
}
.aboutbigtitle .ex_title
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:25px;
    line-height:35px;
    color:#727274;
}
.abaoutblock1 .aboutcontent
{
    width:100%;
    height:auto;
    margin-top:30px;
    display:flex;
    flex-wrap:wrap;
    position:relative;
}
.abaoutblock1 .aboutcontent .left
{
    width:50%;
    height:auto;
    overflow:hidden;
}
.abaoutblock1 .aboutcontent .left .pic1
{
    width:62%;
    margin-top:60px;

}
.abaoutblock1 .aboutcontent .pic img
{
    width:100%;
    height:auto;
    display:block;
}
.abaoutblock1 .aboutcontent .right
{
    width:50%;
    position:relative;

}
.abaoutblock1 .aboutcontent .right .pic2
{
    width:60%;
    position:absolute;
    top:0px;
    right:0px;
    z-index:10;
}
.abaoutblock1 .aboutcontent .right .pic3
{
    border:5px solid #fff;
    border-radius:5px;
    box-shadow:0px 0px 20px #ccc;
    width:50%;
    margin-left:10px;
    position:relative;
    z-index:20;
    margin-top:40%;
    margin-bottom:20px;
}
.aboutblockbg2
{
    background:url('../images/home/about/bg2.jpg') no-repeat center center;
    background-size:cover !important;
}
.abaoutblock2 .aboutbigtitle .title
{
    text-align:right;
}
.abaoutblock2 .aboutbigtitle .ex_title
{
    text-align:right;
}
.abaoutblock2 .mycontent
{
    margin-top:30px;
}
.abaoutblock2 .pc_cont p
{
    text-align:right;

}
.aboutblockbg3
{
    background:url('../images/home/about/bg3.jpg') no-repeat center center;
    background-size:cover !important;
}
.abaoutblock3 .servicecontent
{
    display:flex;
    flex-wrap:wrap;
    margin-top:30px;
    justify-content:space-between;
}
.abaoutblock3 .servicecontent .left
{
    width:40%;
    height:auto;
    overflow:hidden;
    padding-top:20px;
}
.abaoutblock3 .servicecontent .right
{
    width:58%;
    height:auto;
    overflow:hidden;
    position:relative;
}
.abaoutblock3 .servicecontent .right .pic2
{
    width:70%;
    height:auto;
    position:relative;
    z-index:10;
    margin-top:30%;
}
.abaoutblock3 .servicecontent .right .pic1
{
    width:55%;
    height:auto;
    position:absolute;
    z-index:20;
    border:5px solid #fff;
    border-radius:5px;
    box-shadow:0px 0px 20px #ccc;
    top:20px;
    right:20px;
}
.abaoutblock3 .servicecontent .right .pic img
{
    display:block;
    width:100%;
    height:auto;
}
.aboutblockbg4
{
    background:url('../images/home/about/bg4.jpg') no-repeat center center;
    background-size:cover !important;
}
.mycontent
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:16px;
    color:#727274;
    line-height:32px;
}
.mycontent p
{
    font-size:16px;
    color:#727274;
    line-height:32px;
    padding:0px;
    margin:0px;
}
@media screen and (max-width:1300px)
{
    .abaoutblock
    {
        width:90%;
    }
    .aboutblockbg
    {
        padding-top:20px;
        padding-bottom:20px;
    }
    .aboutblockbg1
    {
        padding-top:0px;
    }
    .abaoutblock1
    {
        padding-top:0px;
    }
    .aboutbigtitle .title
    {
        font-size:18px;
        line-height:28px;
    }
    .aboutbigtitle .ex_title
    {
        font-size:18px;
        line-height:28px;
    }
    .abaoutblock1 .aboutcontent
    {
        margin-top:15px;
    }
    .abaoutblock1 .aboutcontent .left
    {
        width:100%;
    }
    .abaoutblock1 .aboutcontent .left .pic1
    {
        width:100%;
        margin-top:15px;
    
    }
    .abaoutblock1 .aboutcontent .right
    {
        width:100%;
        margin-top:15px;
    }
    .abaoutblock1 .aboutcontent .right .pic3
    {
        margin-top:30%;
        margin-bottom:0px;
    }
    .aboutblockbg2
    {
        background:none;
    }
    .aboutblockbg2 .m_pic
    {
        width:100%;
        height:auto;
        overflow:hidden;
        margin-top:15px;
    }
    .abaoutblock2 .aboutbigtitle .title
    {
        text-align:left;
    }
    .abaoutblock2 .aboutbigtitle .ex_title
    {
        text-align:left;
    }
    .abaoutblock2 .mycontent
    {
        margin-top:15px;
    }
    .abaoutblock2 .m_cont p
    {
        text-align:left;
    }
    .abaoutblock3 .servicecontent
    {
        margin-top:15px;
    }
    .abaoutblock3 .servicecontent .left
    {
        width:100%;
        padding-top:0px;
    }
    .abaoutblock3 .servicecontent .right
    {
        width:100%;
    }
    .abaoutblock3 .servicecontent .right .pic2
    {
        margin-top:40%;
    }
    .aboutblockbg4
    {
        background:none;
    }
    .mycontent
    {
        font-size:14px;
        line-height:28px;
    }
    .mycontent p
    {
        font-size:14px;
        line-height:28px;
    }    
}
/**关于我们 end**/
/**设计**/
.designonedes
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:16px;
    text-align:center;
    line-height:28px;
    margin:auto;
}
.designonedes p
{
    font-size:16px;
    text-align:center;
    line-height:28px;
}
.design-bg 
{
    background:#fff !important;
}
.design-item01 
{
    background:#fff !important;
}
.design-item10
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:60px;
}
.design-item10 .pic
{
    width:1330px;
    margin:auto;
    overflow:hidden;
}
.design-item10 .pic img
{
    width:100%;
    height:auto;
}
.designitem3right
{
    display:flex;
    align-items:center;
    height:780px;
}
.design-item11
{
    width:100%;
    height:748px;
    background:url('../images/home/design/design-bg11.jpg') no-repeat center center;
    background-size:cover;
    background-attachment: fixed;
}
.design-item11 .pic
{
    width:100%;
    height:auto;
    display:none;
}
.design-item11 .pic img
{
    width:100%;
    height:auto;
}
.design-item05 .item01 .right .title 
{
    margin-top:10px;
}
.design-item05 .right .entit
{
    font-size:12px;
    text-transform: uppercase;
    line-height:14px;
    overflow:hidden;
}
.design-item05 .right .linebg
{
    width:100%;
    height:1px;
    text-align:right;
    font-size:0px;
    margin-top:50px;
}
.design-item05 .right .linebg .line
{
    display:inline-block;
    width:110px;
    height:1px;
    background:#000;
}
.design-item05 .item01
{
    margin-bottom:60px;
}
.design-item05 .item02 .tit
{
    font-size:24px;
    line-height:26px;
    margin-bottom:20px;
}
.design-item06 .content .list .img
{
    height:auto !important;
    width:860px;
    margin:0px !important;
}
.design-item06 .content .list .img .pic
{
    width:100%;
    height:auto;
}
.design-item06 .content .list .img .pic img
{
    width:100%;
    height:auto;
}
.design-item06 .content .list:nth-child(odd) .img 
{
    float:right;
}
@media screen and (max-width:1300px)
{
    .designonedes
    {
        width:90%;
        font-size:15px;
    }
    .designonedes p
    {
        font-size:15px;
    }
    .designitem3right
    {
        display:block;
        height:auto;
    }
    .design-item10
    {
        margin-top:20px;
    }
    .design-item10 .pic
    {
        width:100%;
    }
    .design-item11
    {
        height:auto;
    }
    .design-item11 .pic
    {
        display:block;
    }
    .design-item05 .right .linebg
    {
        text-align:left;
        margin-top:20px;
    }
    .design-item05 .item01 .right .title 
    {
        margin-top:0px;
    }    
    .design-item05 .item01
    {
        margin-bottom:20px;
    }
    .design-item05 .item02 .tit
    {
        font-size:18px;
        line-height:28px;
        margin-bottom:10px;
    }
    .design-item06 .content .list .img
    {
        width:100%;
    }
    .design-item06 .content .list:nth-child(odd) .img 
    {
        float:none;
    }
    .design-item06 .content .list .img
    {
        padding-top:20px !important;
    }    
}
/**设计 end**/
/**材质**/
.materblockbg
{
    width:100%;
    height:auto;
    overflow:hidden;
    padding-top:60px;
}
.materblock
{
    width:1210px;
    margin:auto;
    overflow:hidden;
}
.materblock1 .pic
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.materblock1 .pic img
{
    width:100%;
    height:auto;
}
.materblock1 .text
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    margin-top:60px;
}
.materblock1 .text .textl
{
    width:300px;
    height:auto;
    overflow:hidden;
    box-sizing: border-box;
    padding-left:15px;
}
.materblock1 .text .textl .cntit
{
    width:100%;
    height:auto;
    font-size:24px;
    line-height:28px;
    overflow:hidden;
}
.materblock1 .text .textl .entit
{
    width:100%;
    height:auto;
    font-size:12px;
    line-height:28px;
    overflow:hidden;  
    text-transform: uppercase;
    font-family: 'Arial';
}
.materblock1 .text .textr
{
    width:calc(100% - 300px);
    box-sizing: border-box;
    border-left:1px solid #333;
    padding-left:80px;
    padding-right:80px;
}
.materblock1 .text .textr p
{
    margin:0px;
    font-size:16px;
    line-height:36px;
    
}
.materblock2
{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: stretch;
}
.materblock2 .pic
{
    width:675px;
    
}
.materblock2 .pic img
{
    width:100%;
    height:auto;
}
.materblock2 .text
{
    width:500px;  
    display:flex;
    align-items: center;
    align-content: center;
    flex-wrap:wrap;

}
.materblock2 .text .bigtit
{
    width:100%;
    height:auto;
}
.materblock2 .text .bigtit .cntit
{
    width:100%;
    height:auto;
    font-size:24px;
    line-height:28px;
    overflow:hidden;
    text-align:right;
}
.materblock2 .text .bigtit .entit
{
    width:100%;
    height:auto;
    font-size:12px;
    line-height:28px;
    overflow:hidden;  
    text-transform: uppercase;
    font-family: 'Arial';
    text-align:right;
}
.materblock2 .text .linebg
{
    width:100%;
    height:1px;
    text-align:right;
    font-size:0px;
    margin-top:30px;
    margin-bottom:30px;
}
.materblock2 .text .line
{
    width:110px;
    height:1px;
    display:inline-block;
    background:#333;
}
.materblock2 .text .des
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.materblock2 .text .des p
{
    width:100%;
    height:auto;
    font-size:16px;
    line-height:36px;
}
.materblock3 .des
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-bottom:50px;
    font-size:16px;
    line-height:36px;
}
.materblock3 .des:last-child
{
    margin-bottom:0px;
}
.materblock3 .des p
{
    font-size:16px;
    line-height:28px;
}
.materblock4 .pic
{
    width:100%;
    height:auto;
    overflow:hidden;    
    margin-bottom:30px;
}
.materblock4 .pic img
{
    width:100%;
    height:auto;
}
@media screen and (max-width:1300px)
{
    .materblockbg
    {
        padding-top:20px;
    }
    .materblock
    {
        width:90%;
    }
    .materblock1 .text
    {
        display:block;
        margin-top:20px;
    }
    .materblock1 .text .textl
    {
        width:100%;
        padding-left:0px;
        margin-bottom:15px;
    }
    .materblock1 .text .textl .cntit
    {
        font-size:20px;
    }
    .materblock1 .text .textr
    {
        width:100%;
        border-left:none;
        padding-left:0px;
        padding-right:0px;
    }
    .materblock1 .text .textr p
    {
        font-size:15px;
        line-height:28px;      
    }
    .materblock2
    {
        display:block;
    }
    .materblock2 .pic
    {
        width:100%;
    }
    .materblock2 .text
    {
        width:100%;
        display:block;
        margin-top:20px;
    }
    .materblock2 .text .bigtit
    {
        width:100%;
    }
    .materblock2 .text .bigtit .cntit
    {
        font-size:20px;
    }
    .materblock2 .text .linebg
    {
        margin-top:10px;
        margin-bottom:10px;
    }
    .materblock2 .text .des p
    {
        font-size:15px;
        line-height:28px;
    }
    .materblock3 .des
    {
        margin-bottom:15px;
        font-size:15px;
        line-height:28px;
    }
    .materblock3 .des p
    {
        font-size:15px;
    }
    .materblock4 .pic
    {   
        margin-bottom:15px;
    }
}
/**材质 end**/
/**产品**/
.product
{
    max-width:1560px;
    width:84%;   
}
.product .style_r
{
    width:100%;
    float:none;
    overflow:hidden;
    padding-top:50px;
    padding-bottom:50px;
}
.product .style_r ul
{
    display:flex;
    flex-wrap:wrap;
}
.product .style_r li
{
     float:none;
     width:25%;
}
@media screen and (max-width:1200px)
{
    .product
    {
        width:90%;   
    }
    .product .style_r
    {
        padding-top:10px;
        padding-bottom:10px;
    }
    .product .style_r li
    {
         width:50%;
    }    
}
/**产品 end**/
/**招商**/
.joinimg
{
    border-radius:10px;
}
.jointel1
{
    width:100%;
    height:auto;
    text-align:center;
    font-size:22px;
    line-height:30px;
    font-weight:600;
}
/**招商 end**/
/**新闻展示**/
.a-newsshowblockbg
{
    width:100%;
    height:100vh;
    background: rgba(0,0,0,.8);
    position:fixed;
    top:0px;
    left:0px;
    z-index:1000;
    display:none;
}
.a-newsshowblockbg .close
{
    width:50px;
    height:50px;
    z-index:2000;
    background:#fff;
    font-size:40px;
    text-align:center;
    line-height:40px;
    position:absolute;
    right:20px;
    top:20px;
    border-radius:50%;
    border:1px solid #eee;
    cursor:pointer;
}
.a-newsshowblockbg .leftclose
{
    width:30%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
}
.a-newsshowblockbg .a-newsshowblock
{
    width:70%;
    height:100%;
    position:absolute;
    right:-3000px;
    transition:1s;
    top:0px;
    overflow-y:auto;
    background:#f8f6f7;
    box-sizing:border-box;
    padding:2%;
}
.a-newsshowblockbg .a-newsshowblock.hover
{
    right:0px;
}
.a-newsshowblockbg .a-newsshowblock .newsshow
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.a-newsshowblockbg .a-newsshowblock .newsshow .title
{
    width:100%;
    height:auto;
    font-size:22px;
    line-height:30px;
    overflow:hidden;
}
.a-newsshowblockbg .a-newsshowblock .newsshow .time
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:14px;
    line-height:28px;
    margin-top:5px;
    margin-bottom:15px;
}
.a-newsshowblockbg .a-newsshowblock .newsshow .hrline
{
    width:100%;
    height:1px;
    overflow:hidden;
    background:#ccc;
}
.a-newsshowblockbg .a-newsshowblock .newsshow .content
{
    font-size:15px;
    height:auto;
    margin-top:20px;
    margin-bottom:20px;
}
@media screen and (max-width:1200px)
{
    .a-newsshowblockbg .a-newsshowblock
    {
         width:100%;
         padding:20px 5%;
    }
    .a-newsshowblockbg .a-newsshowblock .newsshow .title
    {
        box-sizing:border-box;
        padding-right:40px;
        font-size:18px;
        line-height:30px;
    }
    .a-newsshowblockbg .close
    {
        width:35px;
        height:35px;
        font-size:30px;
        line-height:30px;
        top:15px;
        right:15px;
    }
}
/**新闻展示 end**/
/**body滚动条隐藏**/
.bodyhidescroll::-webkit-scrollbar
{
    width:0px;
    height:0px;
}
/**body滚动条隐藏 end**/