* {
    box-sizing: border-box
}

blockquote, body, button, code, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font: 14px/1.8 Tahoma, Verdana, Arial, Roboto, Helvetica Neue, Helvetica, Microsoft Yahei, "\5b8b\4f53", sans-serif;
    color: #1c1c1c;
    background: #fff
}

button, input, select, textarea {
    font: inherit;
    color: #1c1c1c;
    line-height: 1.44;
    border: 0;
    outline: 0
}

input[type=email], input[type=password], input[type=tel], input[type=text] {
    padding-left: 5px
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: initial
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

li, ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

sub, sup {
    font-size: 100%;
    vertical-align: initial
}

a, a:active {
    outline: none
}

em, i {
    font-style: normal
}

a, del, ins, s, u {
    text-decoration: none
}

acronym, fieldset, img {
    border: 0
}

acronym, button, iframe, img, input, textarea {
    vertical-align: middle
}

button, input, optgroup, option, select, textarea {
    resize: none;
    outline: none
}

a, body, button, div, html, input, li, section, span {
    -webkit-tap-highlight-color: transparent
}

img {
    max-width: 100%
}

a, img {
    -webkit-touch-callout: none
}

a, button {
    cursor: pointer
}

input, select, textarea {
    -webkit-appearance: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 200px #fff inset
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, .05)
}

::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-border-radius: 10px
}

::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:vertical:hover {
    background-color: rgba(0, 0, 0, .2)
}

.app, body, html {
    position: relative;
    height: 100%
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-container .g-swiper-slide {
    padding-top: 60px;
    overflow: hidden
}

.x-content {
    width: 1200px;
    margin: 0 auto
}

.swiper-container .x-content{
    margin-top: 0px;
}

.x-title {
    color: #1c1c1c;
    line-height: 1.4;
    position: relative;
    padding-bottom: 30px;
    
}

.x-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 140px;
    height: 6px;
    background-color: #5dc2d0
}

.x-title strong {
    display: block;
    font-size: 30px
}

.x-title em {
    display: block;
    font-size: 18px;
    font-weight: 300
}

.x-title.is-center {
    text-align: center
}

.x-title.is-center:after {
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.x-title.is-right {
    text-align: right
}

.x-title.is-right:after {
    left: auto;
    right: 0
}

.x-button {
    border: 2px solid #5dc2d0;
    background-color: #5dc2d0;
    color: #fff;
    padding: 10px 20px;
    min-width: 120px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    float: right;
}

.x-button:active {
    opacity: .9
}

.x-button.is-plain {
    background-color: #fff;
    color: #5dc2d0;
    text-align: center
}

.x-aside {
    font-size: 17px;
    padding: 60px 0;
    line-height: 35px;
    text-align: justify
}

.x-form-item {
    margin-bottom: 20px
}

.x-input, .x-textarea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 3px 20px;
    border: 1px solid #b7b7b7
}

.x-input label, .x-textarea label {
    font-size: 17px
}

.x-input input, .x-input textarea, .x-textarea input, .x-textarea textarea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: initial;
    font-size: 20px;
    color: #999
}

.x-textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 80px
}

.x-dialog {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none
}

.x-dialog ._wrapper {
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .8)
}

.x-dialog ._body {
    width: 1200px;
    height: 680px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 3px 20px 0 rgba(4, 0, 0, .05)
}

.x-dialog.is-show {
    display: block
}

.x-toast {
    position: absolute;
    display: none;
    left: 85%;
    top: 32%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 10px 20px;
    font-size: 14px;
    color: #666;
    border-radius: 5px
}

.x-dialog-swiper-container .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.x-dialog-swiper-container .swiper-slide .pic {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.x-dialog-swiper-container .swiper-slide img {
    max-width: 100%;
    max-height: 100%
}

.m-nav {
    position: fixed;
    left: 0;
    height: 130px;
    /* line-height: 130px; */
    /* top: 40px; */
    width: 100%;
    z-index: 98;
    padding-top: 30px;
    background-color: #fff;
}

.m-nav .logo, .m-nav .x-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.m-nav .logo {
    width: 360px
}

.m-nav .logo a {
    display: inline-block;
    width: 250px;
    height: 70px;
    background: url(../images/logo.png) no-repeat 0;
    background-size: cover;
    overflow: hidden;
    text-indent: -88em
}

.m-nav ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px
}

.m-nav ul a {
    color: #999;
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 3px solid transparent
}

.m-nav ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    position: relative
}

.m-nav ul li.active > a, .m-nav ul li.active dt a {
    border-bottom-color: #5dc2d0;
    color: #111
}

.m-nav ul li:hover dd {
    display: block
}

.m-nav ul dl:hover dt a {
    border-bottom-color: #5dc2d0;
    color: #111
}

.m-nav ul dd {
    position: absolute;
    left: 50%;
    top: 44px;
    padding-top: 20px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    display: none
}

.m-nav ul dd .flex {
    height: 30px;
    background-color: hsla(0, 0%, 100%, .8);
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #bcbcbc
}

.m-nav ul dd a {
    padding: 0 35px;
    white-space: nowrap;
    cursor: pointer;
    position: relative
}

.m-nav ul dd a:after {
    content: "";
    position: absolute;
    top: 7px;
    right: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #dcdcdc
}

.m-nav ul dd a:last-child:after {
    display: none
}

.m-nav ul dd a.active, .m-nav ul dd a:hover {
    color: #5dc2d0
}





.m-home-page-1 .x-content .pic {
    position: relative
}

.m-home-page-1 .x-content .pic img {
    position: relative;
    z-index: 2
}

/*.m-home-page-1 .x-content .pic:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #5dc2d0;*/
/*    left: -60px;*/
/*    top: -60px*/
/*}*/

.m-home-page-1 .x-content .x-article {
    padding: 80px
}

.m-home-page-2 {
    text-align: center
}

.m-home-page-2 .x-title {
    margin: 0 auto;
    display: inline-block
}

.m-home-page-2 .products {
    height: 630px;
    padding-top: 110px
}

.m-home-page-2 .products .swiper-wrapper {
    padding: 20px 0
}

.m-home-page-2 .products .swiper-slide {
    width: 400px;
    height: 360px;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.m-home-page-2 .products .swiper-slide .pic {
    width: 100%;
    height: 480px;
    overflow: hidden
}

.m-home-page-2 .products .swiper-slide .pic img {
    height: 100%
}

.m-home-page-2 .products .swiper-slide .name {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    overflow: hidden
}

.m-home-page-4 .x-content {
    position: relative
}

.m-home-page-4 .x-button {
    position: absolute;
    right: 0;
    bottom: 0
}

.m-home-page-4 .production {
    height: 200px;
    position: relative
}

.m-home-page-4 .item {
    width: 387px;
    height: 710px;
    position: relative
}

.m-home-page-4 .item dl {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #f4f4f4;
    padding: 30px
}

.m-home-page-4 .item dt {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px
}

.m-home-page-4 .item dd {
    font-size: 20px;
    line-height: 1.5
}

.m-home-page-4 .item-1 {
    background: url(../images/pic-02.jpg) no-repeat 50%;
    background-size: cover;
    margin-right: 40px
}

.m-home-page-4 .item-2 {
    background: url(../images/pic-03.jpg) no-repeat 50%;
    background-size: cover
}

.m-about-page-1 .x-content .pic {
    position: relative
}

.m-about-page-1 .x-content .pic img {
    position: relative;
    z-index: 2
}

.m-about-page-1 .x-content .pic:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #5dc2d0;
    left: 60px;
    top: 60px
}

.m-about-page-1 .x-content .x-article {
    padding-right: 80px
}

.m-about-page-1 .x-content .x-article p {
    text-indent: 2em
}

.m-about-page-2 .x-content {
    text-align: center
}

.m-about-page-2 .x-content .x-title {
    margin: 0 auto;
    display: inline-block
}

.m-about-page-2 .x-content .steps {
    padding:  50px
}

.m-about-page-3 .x-content .pic {
    position: relative
}

.m-about-page-3 .x-content .pic img {
    position: relative;
    z-index: 2
}

.m-about-page-3 .x-content .pic:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #5dc2d0;
    left: -60px;
    bottom: -60px
}

.m-about-page-3 .x-content .x-article {
    padding: 0 80px
}

.m-about-page-3 .x-content .x-article .x-aside {
    padding-top: 70px
}





.m-products-page-1 .x-content {
    position: relative
}

.m-products-page-1 .x-content .title {
    position: absolute;
    right: 0;
    top: 20%;
    font-size: 58px;
    color: #5dc2d0;
    line-height: 80px;
    font-weight: 300
}

.m-products-page-2 .commodity {
    width: 600px;
    padding: 25px
}

.m-products-page-2 .commodity .pic {
    height: 410px;
    text-align: center;
    overflow: hidden
}

.m-products-page-2 .commodity .pic img {
    max-height: 100%;
    max-width: 100%
}

.m-products-page-2 .commodity .tools {
    padding: 0 30px;
    position: relative
}

.m-products-page-2 .commodity .tools .swiper-container {
    background-color: #f8f8f8;
    height: 36px;
    line-height: 36px;
    border-radius: 30px;
    font-size: 13px;
    overflow: hidden
}

.m-products-page-2 .commodity .tools .swiper-container:after, .m-products-page-2 .commodity .tools .swiper-container:before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 50%;
    background-color: #dcdcdc;
    width: 36px;
    height: 36px;
    z-index: 9
}

.m-products-page-2 .commodity .tools .swiper-container:before {
    left: 29%
}

.m-products-page-2 .commodity .tools .swiper-container:after {
    left: 63%
}

.m-products-page-2 .commodity .tools .swiper-button-next, .m-products-page-2 .commodity .tools .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-products-page-2 .commodity .tools .swiper-button-next {
    right: 0;
    background: url(../images/icon-next.png) no-repeat;
    background-size: cover
}

.m-products-page-2 .commodity .tools .swiper-button-prev {
    left: 0;
    background: url(../images/icon-prev.png) no-repeat;
    background-size: cover
}

.m-products-page-2 .commodity .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.m-products-page-2 .commodity .list .li {
    text-align: center;
    color: #bcbcbc;
    position: relative
}

.m-products-page-2 .commodity .list .li.swiper-slide-active {
    color: #5dc2d0
}

.m-products-page-2 .introduction {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.m-products-page-2 .introduction .name {
    color: #1c1c1c;
    padding-bottom: 30px
}

.m-products-page-2 .introduction .name dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: 40px
}

.m-products-page-2 .introduction .name dt {
    font-size: 40px
}

.m-products-page-2 .introduction .name dd {
    font-size: 22px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding-left: 10px
}

.m-products-page-2 .introduction .article {
    height: 400px;
    font-size: 20px;
    color: #999;
    overflow: auto
}

.m-products-page-2 .introduction .article dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea
}

.m-products-page-2 .introduction .article dl:last-child {
    border-bottom: 0
}

.m-products-page-2 .introduction .article dt {
    width: 130px;
    color: #1c1c1c
}

.m-products-page-2 .introduction .article dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.m-products-page-2 .introduction .article ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0
}

.m-products-page-2 .introduction .article ul li {
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
    text-align: center;
    padding: 10px
}

.m-products-page-2 .introduction .article ul li .pic {
    background: #fafafa;
    padding: 10px;
    cursor: pointer
}

.m-products-page-2 .introduction .article ul li img {
    width: 100%
}

.m-dialog-products-photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.m-dialog-products-photo .pic {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.m-dialog-products-photo img {
    max-width: 100%;
    max-height: 100%
}

.m-produce-page-1 {
    background: url(../images/bg-04.jpg) no-repeat 50%;
    background-size: cover
}

.m-produce-page-1 .x-content {
    height: 100%;
    position: relative
}

.m-produce-page-1 .x-content .title {
    position: absolute;
    left: 0;
    top: 30%;
    font-size: 58px;
    color: #5dc2d0;
    line-height: 80px;
    font-weight: 300
}

.m-produce-page-2 .x-content .pic {
    position: relative
}

.m-produce-page-2 .x-content .pic img {
    position: relative;
    z-index: 2
}

.m-produce-page-2 .x-content .pic:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #5dc2d0;
    left: -60px;
    bottom: -60px
}

.m-produce-page-2 .x-content .x-article {
    padding-left: 80px
}

.m-produce-page-2 .x-content .x-article p {
    text-indent: 2em;
    padding-bottom: 1em
}

.m-produce-page-3 .x-content .pic {
    position: relative
}

.m-produce-page-3 .x-content .pic img {
    position: relative;
    z-index: 2
}

.m-produce-page-3 .x-content .pic:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #5dc2d0;
    right: -60px;
    bottom: -60px
}

.m-produce-page-3 .x-content .x-article {
    padding-right: 80px
}

.m-produce-page-3 .x-content .x-article .x-aside {
    padding-top: 120px
}

.m-produce-page-3 .x-content .x-article p {
    text-indent: 2em;
    padding-bottom: 1em
}

.m-news-page-1 {
    background: url(../images/bg-05.jpg) no-repeat 50%;
    background-size: cover
}

.m-news-page-1 .x-content {
    height: 100%;
    position: relative
}

.m-news-page-1 .x-content .title {
    position: absolute;
    /*right: 0;*/
    top: 25%;
    font-size: 58px;
    color: #5dc2d0;
    line-height: 80px;
    font-weight: 300
}

.m-news-page-2 {
    background-color: #f8f8f8
}

.m-news-page-2 .m-news .first {
    width: 600px
}

.m-news-page-2 .m-news .first .pic {
    min-height: 300px;
    background-color: #5dc2d0
}

.m-news-page-2 .m-news .first dl {
    background: #fff;
    box-shadow: 0 3px 20px 0 rgba(4, 0, 0, .05);
    padding: 30px
}

.m-news-page-2 .m-news .first dl dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 400;
    cursor: pointer
}

.m-news-page-2 .m-news .first dl dt em {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #1c1c1c
}

.m-news-page-2 .m-news .first dl dt time {
    color: #999
}

.m-news-page-2 .m-news .first dl dd {
    padding-top: 30px;
    color: #333;
    font-size: 18px
}

.m-news-page-2 .m-news .first dl dd aside {
    height: 96px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.m-news-page-2 .m-news .list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 80px
}

.m-news-page-2 .m-news .list ul {
    padding-top: 80px;
    min-height: 500px
}

.m-news-page-2 .m-news .list ul li {
    margin-bottom: 30px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: 1;
    padding: 15px 20px;
    font-size: 20px;
    cursor: pointer
}

.m-news-page-2 .m-news .list ul li em {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.m-news-page-2 .m-news .list ul li time {
    color: #999;
    padding-left: 20px
}

.m-news-page-2 .m-news .list ul li:last-child {
    margin-bottom: 0
}

.m-dialog-detail {
    padding: 0 60px 60px;
    height: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.m-dialog-detail, .m-dialog-detail ._header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.m-dialog-detail ._header {
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 30px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.m-dialog-detail ._header strong {
    font-size: 28px;
    color: #333;
    font-weight: 400;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left
}

.m-dialog-detail ._header time {
    font-size: 20px;
    color: #999;
    padding-left: 30px
}

.m-dialog-detail ._content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 60px;
    overflow: hidden;
    font-size: 18px
}

.m-dialog-detail ._content aside {
    height: 100%;
    overflow: auto;
    padding-right: 20px
}

.m-dialog-detail ._footer {
    text-align: center
}

.m-contact-page-1 {
    background-color: #f8f8f8
}

.m-contact-page-1 .join-list {
    padding-top: 60px;
    position: relative
}

.m-contact-page-1 .join-list .swiper-container {
    padding-bottom: 40px
}

.m-contact-page-1 .join-list .swiper-slide {
    width: 370px;
    height: 500px;
    background-color: #fff
}

.m-contact-page-1 .join-list .swiper-pagination-bullet-active {
    background-color: #5dc2d0
}

.m-contact-page-1 .join-list .swiper-button-next, .m-contact-page-1 .join-list .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-contact-page-1 .join-list .swiper-button-next {
    right: -40px;
    background: url(../images/icon-next.png) no-repeat;
    background-size: cover
}

.m-contact-page-1 .join-list .swiper-button-prev {
    left: -50px;
    background: url(../images/icon-prev.png) no-repeat;
    background-size: cover
}

.m-contact-page-1 .join-list .join-item {
    padding: 50px
}

.m-contact-page-1 .join-list .join-item dl {
    border-bottom: 1px solid #ddd
}

.m-contact-page-1 .join-list .join-item dd {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden
}

.m-contact-page-1 .join-list .join-item dd:after, .m-contact-page-1 .join-list .join-item dd:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #ade0e7
}

.m-contact-page-1 .join-list .join-item dd:before {
    width: 30px;
    height: 30px;
    left: 50%;
    top: 5px;
    margin-left: -15px
}

.m-contact-page-1 .join-list .join-item dd:after {
    width: 50px;
    height: 50px;
    bottom: -25px;
    left: 50%;
    margin-left: -25px
}

.m-contact-page-1 .join-list .join-item dt {
    text-align: center;
    font-size: 26px;
    padding: 10px 0
}

.m-contact-page-1 .join-list .join-item ul {
    padding: 25px 0;
    font-size: 15px
}

.m-contact-page-1 .join-list .join-item li {
    padding: 10px 0
}

.m-contact-page-1 .join-list .join-item li em {
    padding-right: 10px;
    border-right: 1px solid #ddd;
    margin-right: 10px
}

.m-contact-page-1 .join-list .join-item .button {
    text-align: center;
    padding-top: 20px
}

.m-contact-page-2 .m-address .map {
    width: 600px;
    height: 350px;
    background-color: #5dc2d0;
    position: relative
}

.m-contact-page-2 .m-address .map iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.m-contact-page-2 .m-address .map .occlude {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: #fff
}

.m-contact-page-2 .m-address .x-aside {
    padding-left: 80px
}

.m-contact-page-3 {
    background: url(../images/bj-07.jpg) no-repeat 50%;
    background-size: cover
}

.m-contact-page-3 .m-message {
    width: 600px;
    float: right;
    background: rgba(255, 255, 255, 0.85);
    padding: 10px;
}
.footer {
    background: #0a0a0a;
    padding: 10px 0;
}
.bottom {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    line-height: 30px;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999999;
}
@media screen and (max-width: 320px){
    body{
        zoom: 0.3;
    }
 }
@media screen and (max-width: 960px){
    body{
        zoom: 0.5;
    }
 }

 @media screen and (max-width: 1024){
    body{
        zoom: 0.8;
    }
 }

 /* 产品优势 */
.advantage {
	width: 1280px;
	margin: 0 auto;
    padding-top: 140px;
}
.advantage_title {
	text-align: center;
	color: #0033A1;
	font-size: 40px;
	margin-top: 86px;
}
.advantage_center {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 46px;
}
.advantage_item{
	width: 300px;
	height: 350px;
	text-align: center;
	color: #666666;
	font-size: 26px;
	margin-right: 20px;
	background-color: #f7f8f8;
	transition: all 0.7s;
}
.advantage_item:hover {
	transform: scale(1.1);
}
.advantage_item:last-child {
	margin-right: 0;
}
.advantage_item img {
	margin: 105px 0 62px 0;
}

/* 特点 */
.prodct_txt {
	width: 317px;
	height: 374px;
	background-color: #f7f8f8;
	padding: 25px;
	transform: translateY(-10px);
	margin: -20px 0 50px 20px;
}
.Eprodct_txt {
	height: 530px;
}
.prodct_txt h2 {
	color: #666;
	font-size: 28px;
	font-weight: 400;
	margin: 40px 0;
	cursor: pointer;
}
.Eprodct_txt h2 {
	height: 62px;
}
.prodct_txt h2:hover {
	color: #0033A1;
}
.prodct_txt p{
	color: #666;
	font-size: 18px;
	line-height: 32px;
}
.prodct_item {
	margin-right: 38px;
}
.prodct_item:nth-child(3n) {
	margin-right: 0;
}