/* 
* @Author: Marte
* @Date:   2017-07-04 15:41:55
* @Last Modified by:   Marte
* @Last Modified time: 2017-10-11 10:22:33
*/


body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
    color: #333;
    overflow-x: hidden;
}

em, i {
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 0;
    /*max-width: 100%;*/
}

h1,h2,h3,h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: normal;
}

p {
    margin-top: 0;
}

ol {
    margin-top: 0;
}

/*功能样式*/
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


.left {
    float: left;
}

.right {
    float: right;
}

.nav {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.max-width {
    width: auto;
    max-width: 100%;
}

.icon {
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt80 {
    margin-top: 80px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
/*头部 start*/
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    z-index: 99;
}
.header.on {
    background: rgba(0, 0, 0, 0.5)
}

.hd-wrap {
    padding: 15px 50px;
}

.hd-nav > ul {
    font-size: 0;
}

.hd-nav > ul > li {
    margin: 15px 0;
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    position: relative;
}


.hd-nav > ul > li > a {
    padding: 0 20px;
    /*border-right: 1px solid #fff;*/
    display: block;
    line-height: 1;
    color: #fff;
}

.hd-nav > ul > li > a::before,
.menu-lists > ul > li > a::before {
    content: ' ';
    font-size: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    height: 10px;
    width: 1px;
    background: #fff;
}

.hd-nav > ul > li:nth-of-type(6) > a::before {
    display: none;
}

.lang-switch {
    margin-bottom: 0;
    font-size: 0;
}

.lang-switch a {
    padding: 0 10px;
    display: inline-block;    
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.lang-switch a:first-child::before  {
    content: ' ';
    font-size: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    height: 10px;
    width: 1px;
    background: #fff;
}

.icon-nav {
    padding-left: 10px;
    background-image: url(../img/index/nav.png);
    background-position: right center;
    width: 18px;
    height: 16px;
    display: block;
}

/*头部end */

/*内容 start*/
.index-banner,
.about-banner {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 750px;*/
    background-position: center;
    /*background-attachment: fixed;*/
}

/*.index-banner::before,*/
/*.about-banner::before {
    content: ' ';
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
}*/


.index-banner-text {
    position: absolute;
    top: 25%;
    /*left: 50%;*/
    width: 100%;
    color: #fff;
    text-align: center;
}


.index-banner-text > p {
    margin-bottom: 10px;
    font-size: 1rem;
}

.content .index-banner-title {
    font-size: 36px;
    font-weight: bold;
}

.content .title-small {
    font-size: 21px;
}



.index-int-wrap {
    padding: 80px 11.5%;
    text-align: center;
}

.about-owl-wrap {
    padding: 80px 14.5%;
    text-align: center;
}

.int-text p {
    margin-bottom: 10px;
    color: #666;
    text-align:justify;
    text-align: center;
}
.text-left {
    text-align: left !important;
}
.index-int-title {
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: bold;
    color: #c08741;
    text-align: center;
    text-transform: uppercase;
}

.index-int-title > span {
    font-weight: normal;
}

.index-ad img,
.index-shop img,
.int-nav img,
.about-ad img {
    width: 100%;
}

.int-nav {
    text-align: center;
    font-size: 0;
}

.int-nav > ul > li { 
    margin: 0 2px;   
    /*float: left;*/
    display: inline-block;
    /*width: calc(20% - 4px);*/
    font-size: 1.5rem;
    box-sizing: border-box;
    border-radius: 3px;
    white-space: nowrap;  
    min-width: 160px;
    /*width: 160px;*/
    margin-top: 4px;
}

.int-nav > ul > li > a {
    padding: 15px 10px;
    color: #fff;
    display: block;

}

.int-nav > ul > li:nth-of-type(odd) {
    background: #222;
}

.int-nav > ul > li:nth-of-type(even) {
    background: #c08741;
}

.int-small-title {
    margin-bottom: 5px;
    letter-spacing: 15px;
    display: block;
    color: #c08741;
    font-size: 1rem;
}

.int-nor-title {
    margin-bottom: 5px;
    font-size: 36px;
    color: #c08741;
}

.shop-item {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.shop-item-big {
    margin-left: 50%;
    width: 50%;
}

.shop-item-small {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.shop-small-img {
    height: 50%;
    overflow: hidden;
}

.shop-item-big img,
.shop-small-img img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);    
    filter: gray;
}

.shop-item-big a:hover img,
.shop-small-img a:hover img {
    filter: none;
}

/*特殊图片*/
.int-nav .df-img > li > a {
    padding: 0;
}

.shop-item-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0, .5);
}

.item-text-mian {
    position: absolute;
    top: 50%;
    left: 23%;
    width: 77%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
}

.item-text-mian > h3 {
    font-size: 36px;
    font-weight: bold;
}

.item-text-mian > p {
    /*font-size: .875rem;*/
    margin-bottom: 5px;
}

.item-text-mainBtn > a {
    padding: 15px 50px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 1.5rem;
}

.item-text-mainBtn > a:hover {
    box-shadow: 5px 5px 2px #eee;;
}


/*底部start*/
.footer {
    background: #000;
}

.footer-wrap {
    /*margin: 0 170px;*/
    overflow: hidden;
}

.footer-main {
    margin-left: 11.5%;
    margin-right: 11.5%;
}

.footer-item {
    width: 50%;
    font-size: 0;
    /*text-align: right;*/
}

.footer-item > ul {
    margin-left: 15px;
    display: inline-block;
    width: calc(25% - 15px);
    font-size: .875rem;
    color: #fff;
    vertical-align: top;
}

.footer-item > ul > p {
    font-size: 1rem;
}

.footer-item > ul > li {
    margin-bottom: 5px;
}

.footer-item > ul > li > a {
    color: #fff;
    position: relative;
}
.footer-item > ul > li > a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background-color: #fff;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.footer-item > ul > li > a:hover::before {
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
    width: 100%;
}

.beian {
    /*margin: 0 -170px;*/
    padding: 30px 0;
    border-top: 1px solid #999;
    color: #fff;
}

.beian > p {
    margin: 0 11.5%;
}

.beian a {
    color: #fff;
    position: relative;
}
.beian a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background-color: #fff;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.beian a:hover::before {
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
    width: 100%;
}

.ml50 {
    margin-left: 50px;
}

.link-qq {
    padding-left: 45px;
    display: inline-block;
    width: 184px;
    height: 40px;
    line-height: 40px;
    background: #c08741 url(../img/index/qq.png)no-repeat 10px center;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
}


.footer-item > img {
    margin-left: 0;
/*    margin-right: 15px;
    display: inline-block;*/
}

.footer-item .ord-text {
    margin-bottom: 0;
    font-size: .75rem;
}

/*公司简介*/
/*关于头部*/
.about-header {
    /*height: 76px;*/
    overflow: hidden;
    background: #000;
}

.about-hd-wrap {
    margin-left: 11.5%;
    margin-right: 11.5%;
}


.about-hd-menu {
    margin: 15px 0;

}

.about-hd-nav > ul > li {
    margin: 0;
}

.about-hd-nav > ul > li > a {
    padding: 30px 20px;
}

.about-hd-nav > ul > li.on,
.about-hd-nav > ul > li:hover {
    margin-left: -1px;
    padding-left: 1px;
    background: #fff;
}

.about-hd-nav > ul > li.on > a,
.about-hd-nav > ul > li:hover > a {
    color: #000;
}

.about-menu {
    /*height: 115px;*/
    background: #fff;
}

.about-menu-wrap {
    margin-left: 11.5%;
    margin-right: 11.5%;
    padding: 25px 0;
}
/*2017年7月31日10:10:42*/
.menu-lists > ul {
    margin-right: -20px;
    font-size: 0;
    overflow: hidden;
}

.menu-lists > ul > li {
    margin: 23px 0;
    display: inline-block;
    font-size: .875rem;
    position: relative;
}

.menu-lists > ul > li > a {
    margin: 0 20px;
}

.menu-lists > ul > li > a::before {
    background: #999;
}
.menu-lists > ul > li > a::after {
    content: ' ';
    font-size: 0;
    position: absolute;
    left: 20px;
    bottom: -5px;
    width: 0;
    height: 1px;
    background-color: #333;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.menu-lists > ul > li > a:hover::after , 
.menu-lists > ul > li.on > a::after{
    width: calc(100% - 40px);
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}


/*2017年7月31日10:09:56*/
/*.menu-lists > ul > li:last-child > a {
    padding-right: 0;
}*/

.menu-lists > ul > li:last-child > a::before {
    display: none;
}

.about-banner-text {
    position: absolute;
    left: 11.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
}

.gray {
    color: #3d3938 !important;
}

.about-text > p {
    margin-bottom: 30px;
    line-height: 1.75;
    text-align: left;
}

/*.about-ad {
    position: relative;
}

.about-ad-text {
    position: absolute;
    left: 165px;
    width: calc(100% - 330px);  
    height: 100%;
}*/

.about-owl {
    border-bottom: 1px solid #999;
}

.about-owl-item {
    overflow: hidden;
}

.about-owl-item > a {
    display: block;
    overflow: hidden;
}

.about-owl-item > p {
    margin-top: 15px;
}

.about-show > .int-text {
    padding-top: 80px;
}

.about-more {
    margin-bottom: 80px;
}

.about-more > a {
    margin: 0 auto;
    border: 1px solid #000;
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.about-more > a:hover {
    background: #fff;
    color: #000;
}

/*业务*/
.pro-lists {
    margin: 80px 0;
}
.pro-item {
    position: relative;
    overflow: hidden;
}

.m-left50 {
    margin-left: 50% !important;
}

.m-right50 {
    margin-right: 50% !important;
}

.pro-item-img {
    margin: 0;
    width: 50%;
    overflow: hidden;
}

.pro-item-img a img {
    width: 100%;
    -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
}
.pro-item-img a:hover img {
    -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
  -webkit-transform: scale(1.1, 1.1);
     -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
       -o-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.pro-item-text {
    position: absolute;
    width: calc(50% - 215px);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.pro-item-title {
    font-size: 36px;
    color: #c08741;
    font-weight: bold;
}

.pro-item-text > p {
    line-height: 1.75;
    color: #666;
}

.p-left {
    left: 11.5%;
}

.p-right {
    right: 11.5%;
}

.pro-item-text .about-more {
    margin-bottom: 0;
}

.pro-item-text .about-more > a {
    margin-left: 0;
}

/*产品*/
.show-tab {
    overflow: hidden;
}


.show-banner-title {
    margin-bottom: 0px;
}

.show-tab > ul {
    font-size: 0;
    text-align: center;
}

.show-tab > ul > li {
    margin: 0 25px;
    display: inline-block;
    font-size: 1.5rem;
    color: #3d3938;
}

.show-tab > ul > li > a {
    padding-bottom: 10px;
    display: block;
    position: relative;
}

.show-tab > ul > li > a::before {
    content: ' ';
    font-size: 0;
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 1px;
    background: #3d3938;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.show-tab > ul > li.on > a::before,
 .show-tab > ul > li > a:hover::before{
    width: 100%;
}

/*.show-banner {
    margin-top: 80px;
    position: relative;
}*/

.show-banner-text {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    color: #fff;
    z-index: 1;
}

.show-banner-text > h3 {
    font-size: 36px;
    font-weight: bold;
}

.show-btn-text {
    font-size: 0;
}

.show-btn-text > li {
    margin: 0 15px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
}

.show-btn-text > li > a {
    padding: 10px 10px 10px 20px;
    display: block;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 5px;
}

.show-btn-text > li > a:hover {
    box-shadow: 5px 5px 2px #eee;;
}

.sever-idea {
    background: #f2f2f2;
}

.sever-idea-main {
    position: relative;
}

.sever-line {
    position: absolute;
    top: 80px;
    width: 80%;
    height: 1px;
    left: 10%;
    background: #c08741;
}

.sever-idea-main > ul > li {

    width: 20%;
    float: left;
}

.idea-icon {
    /*padding: 10px;*/
    margin: 0 auto;
    width: 160px;
    height: 160px;
    border: 1px solid #c08741;
    border-radius: 80px;
}

.idea-icon-solid {
    margin: 10px;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    background: #c08741;
    overflow: hidden;
    position: relative;
    color: #fff;
    z-index: 2;
}

.idea-icon-solidText {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.idea-icon-solidText  h3 {
    font-weight: bold;
    font-size: 18px;
}

.idea-icon-solidText p {
    margin-bottom: 0;
    font-size: 18px;
}

.idea-text {
    width: 130px;
    margin: 0 auto;
}

.idea-text p {
    font-size: 18px;
    line-height: 1.5;
}

.sever-box-img {
    position: relative;
}

.sever-box-img {
    margin-left: 30%;
    display: inline-block;
    /*font-size: 0;*/
    position: relative;
}

.sever-box-img-text {
    position: absolute;
    bottom: 50px;
    right: -25%;
    font-size: 1.5rem;
}

.sever-box-img-text > p {
    margin-bottom: 0;
    text-align: left;
    color: #9e9e9f;
}

.sever-box-lists {
    position: absolute;
    top: 50px;
    height: 100%;
    left: -300px;
}

.sever-box-lists > ul {
    height: 100%;
    overflow: hidden;
}

.sever-box-lists > ul > li {
    padding-right: 110px;
    width: 230px;
    /*height: 33.33333%;*/
    position: relative;
    overflow: hidden;
    text-align: left;
}

.sever-box-item > li > h4 {
    margin-top: 25px;
    font-size: 1.5rem;
    color: #666;
}

.sever-box-item > li > p {
    color: #c7c8c8;
}

.yuan-text {
    width: 140px;
    height: 140px;
    border-radius: 70px;
    background: #7a797e;
    position: absolute;
    right: 0;
    top: 0;
}

.yuan-text > p {

    position: absolute;
    top: 50%;
    left: 22%;
    /*width: 100%;*/
    margin-bottom: 0;
    font-size: 22px;
    height: 2.4em;
    width: 2em;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.sever-box-item > li.on > .yuan-text,
.sever-box-item > li:hover > .yuan-text {
    background: #c08741;
}

.sever-process-main {
    border: 1px solid #d4d4d4;
    height: 160px;
    position: relative;
}

.sever-process-main > ul {
    position: absolute;
    left: 100px;
    width: calc(100% - 200px);
}

.sever-process-main > ul > li {
    width: 25%;
    float: left;
}

.sever-process-main > .orange {
    top: -60px; 
    z-index: 1;
}


.sever-process-main > .ash {
    bottom: -60px;
}

.process-box {
    margin: 0 auto;
    width: 160px;
    height: 160px;    
    border-radius: 80px;
    position: relative;
}

.orange .process-box {
    background: #c08741;
    color: #fff;
}

.ash .process-box {
    background: #dbdcdc;
}
.process-box > p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.ash .process-box > p {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
}

.sever-process > .index-int-wrap {
    padding-bottom: 130px;
}

.tel-form-text,
.tel-form-box {
    text-align: left;
    width: calc(50% - 15px);
}

.tel-form-text > h2,
.tel-form-box > h2 {
    margin-bottom: 0;
    font-size: 18px;
    color: #3d3938;
    font-weight: bold;
}

address {
    font-style: normal;
    color: #878788;
}

.tel-form-text p > span {
    margin-right: 15px;
}

.tel-form-main {
    overflow: hidden;
}

.tel-form-item {
    margin: 15px 0;
}

.tel-form-item > * {
    margin: 0;
    padding: 10px 15px;
    border: 1px solid #d4d4d4;
    /*height: 50px;*/
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    /*line-height: 1.5;*/
    color: #878788;
    resize: none;
    font-family: '微软雅黑';
}

.submit {
    background: #706f6f;
    color: #fff;
    cursor: pointer;
}

.diff {
    font-size: 18px;
    color: #000;
}

/* 幻灯片*/
.owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
}

.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next {
    margin: 0;
    padding: 0;
    font-size: 0;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: 20px 35px;*/
    width: 20px;
    height: 35px;
    position: absolute;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
    background-image: url(../img/icon/icon-left.png);
    left: 20px;
}

.owl-theme .owl-controls .owl-nav .owl-next {
    background-image: url(../img/icon/icon-right.png);
    right: 20px;
}

.owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background-image: url(../img/icon/icon-left1.png);
}

.owl-theme .owl-controls .owl-nav .owl-next:hover {
    background-image: url(../img/icon/icon-right1.png);
}

.about-owl-item {
    margin: 0 30px;
}

.about-owl-banner .owl-controls {
    top: calc(50% - 45px);
}

.about-owl-banner .owl-controls .owl-nav .owl-prev {
    left: -20px;
}

.about-owl-banner .owl-controls .owl-nav .owl-next {
    right: -20px;
}

.index-banner {
    /*height: 800px;*/
    /*background-image: url(../img/index/1.jpg);*/
}

.about-banner {
    /*height: 540px;
    background-image: url(../img/about/1.jpg);*/
}

.show-banner {
    /*height: 540px;
    background-image: url(../img/show/1.jpg);*/
}

.show-banner1 {
    height: 333px;
    background-image: url(../img/show/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 750px;*/
    background-position: top center;
    position: relative;
}

.tel-banner {
    /*height: 540px;
    background-image: url(../img/tel/1.jpg);*/
}

.sever-banner {
    /*height: 540px;
    background-image: url(../img/sever/1.jpg);*/
}

.pro-banner {
    /*height: 540px;
    background-image: url(../img/pro/1.jpg);*/
}


@media (max-width: 1024px) {
    .mt50 {
        margin-top: 30px !important;
    }
    .about-hd-wrap,
    .about-menu-wrap,
    .footer-main,
    .beian > p {
        margin-left: 5%;
        margin-right: 5%;
    }
    .about-owl-wrap {
        padding: 80px 7%;
    }
    .index-int-wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .about-banner-text {
        left: 5%;
    }
    .sever-box-img-text {
        right: -8%;
    }
    .item-text-mian {
        left: 10%;
        width: 90%;
    }
    .item-text-mian > h3,
    .pro-item-title,
    .show-banner-text > h3 {
        font-size: 24px;
    }
    .item-text-mainBtn > a {
        font-size: 18px;
    }
    .sever-process-main > ul {
        left: 50px;
        width: calc(100% - 100px);
    }
    .show-btn-text > li > a {
        font-size: 18px;
    }
    .sever-box-img img {
        width: 85%;
    }
    .sever-box-lists {
        top: 0;
        left: -250px;
    }
    .sever-box-item > li > h4 {
        margin-top: 10px;
    }
    .sever-box-lists > ul > li {
        height: 33.33333%;
    }

}

@media (max-width: 875px) {
   /* .mt50 {
        margin-top: 15px !important;
    }*/
    .hd-wrap {
        padding: 15px 20px;
    }
    .about-hd-wrap,
    .about-menu-wrap,
    .footer-main,
    .beian > p {
        margin-left: 20px;
        margin-right: 20px;
    }
    .index-int-wrap {
        padding: 40px 20px;
    }

    .item-text-mainBtn > a {
        padding: 8px 12px;
    }
    .item-text-mian {
        left: 20px;
        width: calc(100% - 20px);
    }
    .about-banner-text {
        left: 20px;
    }
    .about-owl-wrap {
        padding: 40px;
    }
    .about-show > .int-text {
        padding-top: 40px;
    }
    .about-more {
        margin-bottom: 30px;
    }
    .index-int-title {
        margin-bottom: 40px;
    }
    .pro-item-text {
        width: calc(50% - 50px);
    }
    .p-left {
        left: 20px;
    }
    .p-right {
        right: 20px;
    }
    .sever-box-img img {
        width: 75%;
    }
    .sever-box-lists {
        top: 0;
        left: -230px;
    }
    .sever-box-item > li > h4 {
        margin-top: 10px;
    }
    .sever-box-item > li > p {
        margin-bottom: 5px;
    }
    .process-box {
        width: 120px;
        height: 120px;
    }
    .sever-process-main > .orange {
        top: -50px;
    }
    .sever-process-main > .ash {
        bottom: -50px;
    }
    .sever-box-img {
        margin-left: 40%;
    }
    .idea-icon {
        width: 130px;
        height: 130px;
    }
    .idea-icon-solid {
        width: 110px;
        height: 110px;
    }
    .idea-icon-solidText  h3,
    .idea-icon-solidText p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .sever-line {
        top: 65px;
    }
    .idea-text p {
        font-size: 14px;
    }
    .sever-box-lists > ul > li {
        padding-right: 90px;
    }
    .yuan-text {
        width: 90px;
        height: 90px;
    }
    .yuan-text > p {
        font-size: 20px;
    }
    .sever-box-img-text {
        font-size: 18px;
        right: -10px;
    }
}

@media (max-width: 768px) {
    .about-hd-wrap,
    .about-menu-wrap,
    .footer-main,
    .beian > p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .index-int-wrap {
        padding: 30px 15px;
    }
    .index-int-title {
        margin-bottom: 15px;
        font-size: 28px;
    }
    .about-text > p {
        margin-bottom: 10px;
    }
    .about-owl-wrap {
        padding: 30px;
    }
    .shop-item {
        width: 100%;
        float: none;
    }
    .shop-item-big img, 
    .shop-small-img img {
        filter: none;
    }
    .footer-item {
        margin-bottom: 15px;
        width: 100%;
        float: none;
        text-align: center;
    }
    .footer-item > img {
        margin: 0 auto;
    }
    .beian {
        padding: 15px 0;
    }
    .beian span {
        margin-bottom: 5px;
        display: block;
        float: none;
    }
    .beian .ml50 {
        margin-left: 0;
    }
    .content .index-banner-title {
        font-size: 30px;
    }
    .int-nav > ul > li {
        margin: 0;
        width: 100%;
        font-size: 1rem;
    }
    .int-nav > ul > li > a {
        padding: 15px 0;
    }
    .int-nor-title {
        font-size: 28px;
    }
    .int-small-title {
        font-size: .875rem;
    }
    .int-nav > .df-img > li {
        background: none !important;
    }
    .df-img img{
        width: auto;
        max-width: 100%;
    }
    .mt50 {
        margin-top: 20px !important;
    }
    .item-text-mian {
        left: 15px;
        width: calc(100% - 15px);
    }
    .pro-lists {
        margin: 20px 15px;
    }

    .pro-item-text {
        margin-top: 15px;
        width: 100%;
        position: static;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }
    .pro-item-img {
        margin-left: 0 !important;
        margin-top: 15px;
        display: block;
        width: 100%;
    }
    .sever-idea-main > ul > li {
        width: 100%;
        float: none;
    }
    .idea-text {
        width: auto;
    }
    .mt30 {
        margin-top: 10px !important;
    }
    .sever-line {
        height: 80%;
        width: 1px;
        left: 50%;
    }
    .sever-box-img-text {
        display: none;
    }
    .sever-box-img {
        margin-left: 0;
        display: block;
    }
    .sever-box-img > img {
        width: 100%;
        display: block;
    }
    .sever-box-lists {
        margin-top: 15px;
        position: static;
    }
    .sever-box-lists > ul > li {
        width: calc(100% - 90px);
    }
    .sever-process > .index-int-wrap {
        padding-bottom: 15px;
    }
    .sever-process-main {
        /*border: none;*/
        height: auto;
    }
    .sever-process-main > ul {
        position: static;
        width: 100%;
    }
    .sever-process-main > ul > li {
        width: 50%;
    }
    .mb50 {
        margin-bottom: 15px !important;
    }
    .show-tab > ul > li {
        margin: 0 5px;
        font-size: 1rem;
    }
    .show-banner-text {
        padding: 15px;
        width: calc(100% - 30px);
    }
    .show-btn-text > li {
        margin: 0;
        margin-bottom: 10px;
        display: block;
    }
    .show-btn-text > li > a {
        font-size: 1rem;
    }
    .tel-form-text, 
    .tel-form-box {
        width: 100%;
        float: none;
    }
    .about-header,
    .about-menu-wrap,
    .header {
        display: none;
    }

}


/*移动端头部*/
.move-header {
    padding: 5px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: none;
    background: #fff;
    z-index: 10;
    box-sizing: border-box;
}


.move-menu {
    position: fixed;
    z-index: 100;
    top: 0;
    right: -52%;
    overflow: hidden;
    width: 50%;
    height: 100%;
    padding: 0;
    background: #333;
    box-shadow: 0 0 15px rgba(0,0,0,.5);
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
    display: none;
    overflow: scroll;
}

.move-header-logo img {
    /*margin: 5px;*/
    height: 40px;
}

@media (max-width: 768px) {
    .move-menu {
        display: block;
    }
}
.move-menu.on {
    right: 0;
}
.move-menu > ul {
    padding: 20px 0 40px 0;
}
.move-menu > ul > li {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.15);;
}
.move-menu > ul > li >  a {
    margin-right: 40px;
    display: block;
    overflow: hidden;
    padding: 10px 5px 10px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(255,255,255,.6);
    font-size: .875rem;
    line-height: 20px;
}


.move-menu .mm-subopen {
    margin: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 40px;
    height: 41px;
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,.15);
}


.move-menu a.mm-subopen::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    content: "";
    border-left-width: 1px;
    border-left-style: solid;
    border-color: rgba(0,0,0,.15);
}

.move-menu a.mm-subopen::after {
    position: absolute;
    top: 13px;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 2px solid transparent;
    border-color: rgba(255,255,255,.3);
    right: 15px;
    border-top: 0;
    border-right: 0;
}

.two-menu {
    display: none;
}

.two-menu > li {
    margin-right: 39px;
    border-top: 1px solid rgba(0,0,0,.15);
    border-right: 1px solid rgba(0,0,0,.15) ;
    height: 40px;
    line-height: 40px;
}

.two-menu > li > a {
    padding-left: 20px;
    color: rgba(255,255,255,.6);
    font-size: .875rem;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.csmb {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0, .7);
    z-index: 99;
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
    display: none;
    /*opacity: 0;*/
}


/*董事长致辞*/
.chair-wrap {
    padding: 0 11.5%;
}

.chair-text p {
    line-height: 1.5;
    color: #666;
}
.chair-text img {
    width: 100%;
}
.chair-text .chair-text-title {
    margin-bottom: 5px;
    text-indent: 0;
}

/* 生产实力 */
.act-wrap > .index-int-title {
    margin-bottom: 0;
    padding: 0 11.5%;
}
.act-list {
    margin: 0 11.5%;
}
.act-item {
    padding: 30px 0;
    border-bottom: 1px dashed #d8d8d8;
}
.act-item > p {
    margin-bottom: 0;
    line-height: 1.75;
    color: #666;
}
.act-item .act-item-title-en {
    line-height: 1.25;
    font-size: 20px;
    color: #333;
}
.act-item .act-item-title-cn {
    font-size: 30px;
    color: #333;
}
.act-item .act-item-text {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
    color: #333;
}
.act-item:last-child {
    border: none;
}
/* 新闻 */
/*.new-title {
    font-size: 30px;
}*/
.new-item {
    margin-bottom: 40px;
}
.new-item-img {
    width: 170px;
    border-radius: 85px;
}
.new-item-text {
    margin-left: 200px;
}
.new-item-text > h2 {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 20px;
}
.new-item-text > p {
    line-height: 1.5;
    color: #666;
}
.text-right {
    text-align: right;
}
.new-more > a {
    padding: 3px 20px;
    border: 1px solid transparent;
    display: inline-block;
    background: #333;
    color: #fff;
    border-radius: 15px;
    box-sizing: border-box;
}
.new-more > a:hover {
    border-color: #333;
    background: transparent;
    color: #333;
}
.new-page {
    text-align: right;
}
.new-page > ul > li {
    margin: 0 5px;
    display: inline-block;
}

.new-page > ul > li > a {
    font-size: 20px;
}
.new-page > ul > li > span {
    font-size: 20px;
}
/*服务*/
.serAdd-wrap {
    margin: 0 11.5%;
}
.serAdd-wrap > h1 {
    margin-bottom: 30px;
}
.new-title-small {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

.serAdd-list {
    padding: 30px 0 50px;
    border-top: 1px solid #ccc;
    color: #666;
}

.serAdd-list p {
    margin-bottom: 10px;
}

.serAdd-item > .serAdd-item-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
@media (max-width:768px) {
    .move-header {
        display: block;
    }
    .content {
        margin-top: 40px;
    }
}


.move-nav a {
    width: 40px;
    height: 40px;
    display: block;
    background: url(../img/icon/nav_bg.png) no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

/* 2017年7月26日14:00:22 新增加左文右图 */
.new-dif-layout {
    position: relative;
}
.new-dif-layout .zt-new-text {
    position: absolute;
    width: 48%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.new-dif-layout > img {
    margin-left: auto;
    margin-right: 0;
    width: 49%;
    display: block;
}
.p-right {
    right: auto;
    left: 55%;
}
.p-left {
    left: auto;
    right: 55%;
}

.new-show-tab > ul {
    margin-left: -25px;
    text-align: left;
}

.new-proTab-wrap {
    padding: 0 11.5%;
}
.new-show-tabCont-item {
    position: relative;
}
.new-show-tabText {
    position: absolute;
    left: 0;
    width: 48%;
}
.new-show-tabText p {
    margin-bottom: 5px;
    line-height: 1.5;
    color: #666;
}

.new-show-tabCont .new-show-tabCont-item > img {
    margin-left: auto;
    margin-right: 0;
    display: block;
    width: 48%;
}
.new-show-tabText-cn {
    margin-bottom: 80px;
    position: relative;
}
.new-show-tabText-cn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -50px;
    font-size: 0;
    width: 70px;
    height: 1px;
    background: #999;
}
.new-show-tabText-cn > h2 {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: bold;
}

.new-show-tabText-en > h2 {
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.new-show-tabCont .owl-controls .owl-nav .owl-next {
    right: -60px;
}
.new-show-tabCont .owl-controls .owl-nav .owl-prev {
    left: -60px;
}
.newMain-title {
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
}
.newMain-title p {
    margin-bottom: 0;
    color: #666;
    text-align: center;
    text-indent: 0 !important;
}
.newMain-title .index-int-title {
    margin-bottom: 20px;
}
.newMain-cont {
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
}
.newMain-cont p {
    text-indent: 2em;
}
.newMain-cont img {
    margin-bottom: 30px;
}

.new-Main-page p {
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
    color: #666;
}

.new-Main-page p > a {
    color: #666;
}
.share-box {
    margin: 0 auto;
    padding: 10px 0;
    /*text-align: center;*/
    font-size: 0;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: none !important;
}
.share-box .icon-wx {
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    width: 21px;
    height: 18px;
    background: url(../img/icon/wx.png)no-repeat center;
    background-position: 0 !important; 
}
.share-box .icon-wb {
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    width: 21px;
    height: 18px;
    background: url(../img/icon/wb.png)no-repeat center;
    background-position: 0 !important; 
}

/* 2017年7月31日09:36:39 */
.hd-nav > ul > li > a::after {
    position: absolute;
    left: 20px;
    bottom: -5px;
    content: '';
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.hd-nav > ul > li > a:hover::after {
    width: calc(100% - 40px);
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}


/* 2017年8月10日14:09:03 */
.index-banner-item {
    position: relative;
    background: no-repeat center;
    background-size: cover;
    height: 100%;
}

.index-banner .owl-controls {
    top: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #c08741;
}

body, html, .index-banner {
    height: 100%;
}
.index-banner .owl-stage-outer,
.index-banner .owl-stage-outer .owl-stage,
.index-banner .owl-item {
    height: 100%;
}
.about-banner img {
    width: 100%;
}

/*2017年8月29日10:22:03*/
/*.new-layout {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}*/
.int-nav .df-img li {
    margin: 0 8px;
}

/*2017年8月29日11:20:41*/
.new-img-box {
    margin-right: 12px;
    display: inline-block;
}

.new-img-box p {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

/*2017年9月4日11:22:07 首页幻灯片 */
.news-index-banner {
    background: no-repeat center;
    background-size: cover;
    height: 100vh;
}

/* 企业轮播 */
.about-real .news-index-banner {
    height: 540px;
}

/* 2017年9月5日16:44:47  底部媒体分享更改 */
.footer-item-text {
    /*width: 40%;*/
    float: left;
}
.footer-item-text  p {
    color: #fff;
    font-size: 1rem;
}

.media-box {
    float: left;
    margin-left: 20px;
    /*width: 60%;*/
}
.new-img-box {
    /*width: calc(50% - 15px);*/
}

@media (max-width: 768px){
    .footer-item-text, .media-box {
        float: none;
        width: 100%;
    }
    .media-box {
        margin-top: 30px;
    }
}

/*2017年10月9日18:06:11*/
.owl-carousel .news-index-banner img {
    display: none;
}

@media (max-width: 768px) {
    .mt80 {
        margin-top: 40px !important;
    }
    .index-banner {
        height: auto;
    }
    .news-index-banner, .about-real .news-index-banner {
        height: auto;
    }
    .owl-carousel .news-index-banner img {
        display: block;
    }
    .show-banner1 {
        margin-top: 15px;
        height: auto;
    }
    .show-banner-text {
        position: static;
        transform: none;
    }

    .chair-main {
        margin: 25px 0 !important;
    }
    .chair-wrap {
        padding: 0 15px;
    }
    .new-dif-layout {
        margin-top: 25px;
    }
    .new-dif-layout .zt-new-text {
        position: static;
        width: 100%;
        transform: none;
        font-size: 14px;
        line-height: 1.5;
    }
    .new-dif-layout > img {
        width: 100%;
    }
    .act-wrap > .index-int-title {
        padding:  0 15px;
    }
    .act-main {
        margin-top: 25px !important;
    }
    .act-list {
        margin: 25px 15px 0 !important;
    }
    .act-item .act-item-title-cn {
        font-size: 18px;
    }
    .act-item .act-item-text {
        font-size: 14px;
    }
    .new-proTab-wrap {
        padding: 0 15px;
    }
    .new-show-tabText {
        margin-bottom: 25px;
        position: static;
        width: 100%;

    }
    .new-show-tabCont .new-show-tabCont-item > img {
        width: 100%;
    }
    .new-show-tabText-cn {
        margin-bottom: 25px;
    }
    .new-show-tabText-cn > h2 {
        font-size: 24px;
    }
    .serAdd-wrap {
        margin: 0 15px;
    }
    /*.item-text-mian {
        position: static;
        width: 100%;
        transform: none;
    }*/
}