@charset "UTF-8";

/*basic css*/


html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
    background-color: #fff;
}

input, textarea, button {
    padding: 0;
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
}

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

input {
    outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

.fix:after {
    clear: both;
    content: "";
    display: table;
}

input:focus, textarea:focus {
    outline: none;
}

textarea {
    -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    cursor: pointer;
}

ul, ol, li {
    list-style-type: none;
}

.slick-slide:focus, input:focus, a:focus {
    outline: none !important;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

select, input, textarea, button {
    vertical-align: middle;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

tr {
    margin: 0;
    padding: 0;
}

td {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.hidden {
    display: none;
    visibility: hidden;
}

.wrap {
    border: 0;
    padding: 0;
    width: 1150px;
    margin: 0 auto;
    *zoom: 1;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.fix {
    *zoom: 1;
}


a {
    display: inline-block;
    max-width: 100%;
}

.ones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.twos {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.each-item:hover .picture img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    zoom: 1.1 \9;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

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

textarea {
    -webkit-appearance: none;
}

.box {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    min-width: 1000px;
}

input::placeholder {
    color: #999999
}

input::-webkit-input-placeholder {
    color: #999999
}

/*banner*/
.banner {
    height: 550px;
    width: 100%;
    background: url(../images/681d42033f2f4d388ad62c2b149f5e0b.gif) center center no-repeat;
    background-size: cover;
}

.banner .lans {
    padding-top: 250px;
}

.banner .t1 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 15px;
}

.banner .t2 {
    font-size: 20px;
    color: #ffffff;
}

.neiye_nav {
    background-color: #e5e5e5;
    height: 100px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(70, 70, 70, .2);
}

.neiye_nav a {
    position: relative;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    padding: 0 10px;
    width: auto!important;
    color: #545454;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 10px;
}

.neiye_nav a:last-child {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.slick-track {
    min-width: 100% !important;
}

.neiye_nav .t1 {
    position: relative;
    z-index: 4;
}

.neiye_nav a:hover, .neiye_nav a.on {
    color: #fff;
}

.neiye_nav a:after {
    content: '';
    background: #cfa167;
    background-size: 80% auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    opacity: 0;
}

.neiye_nav a:hover:after, .neiye_nav a.on:after {
    opacity: 1;
}

.neiye_nav a:before {
    content: '';
    display: block;
    background: url('../images/ico_sjx.png');
    background-size: 100% 100%;
    width: 12px;
    height: 7px;
    bottom: -7px;
    position: absolute;
    z-index: 3;
    left: calc(50% - 6px);
    /*opacity: 0;*/
}

.neiye_nav a:hover:before, .neiye_nav a.on:before {
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    opacity: 1;
    bottom: 20px;

}

.case_list {
}

.case_list li {
    padding: 55px 0;
}

.case_list .title {
    line-height: 28px;
    font-size: 20px;
    box-sizing: border-box;
    color: #cfa167;
    font-weight: bold;
    border-left: 2px solid #cfa167;
    padding-left: 15px;
}

.case_list .editor {
    padding: 20px 0;
    font-size: 16px;
    line-height: 3.2;
    color: #333333;
}

.editor img {
    max-width: 100%;
}

.news_list {
    padding: 90px 0 60px 0;
}

.news_list a {
    width: 100%;
    padding: 33px;
    box-sizing: border-box;
    position: relative;
}

.news_list li {
    width: 33.3%;
    box-sizing: border-box;
    float: left;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
}

.news_list li:nth-child(3n - 2) {
    border-left-color: transparent;
}

.news_list .time {
    color: #999999;
    /* font-weight: bold; */
    font-family: 'DINCond-Black';
    font-size: 30px;
    margin: 10px 0 20px 0;
}

.news_list .days {
    font-size: 38px;
    font-family: 'DIN';
    padding-right: 10px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.news_list a:hover .days {
    color: #cfa167;
}

.news_list .picture {
    position: relative;
    padding-top: 62.5%;
    overflow: hidden;
}

.news_list .picture img {
    position: absolute;
    top: 0;
    width: 100%;
}

.news_list .title {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    height: 18px;
    margin: 25px 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.news_list a:hover .title {
    color: #cfa167;
    font-weight: bold;
}

.news_list .content {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    color: #888888;
}

.news_list .search1 {
    margin-top: 30px;
    width: 130px;
    height: 38px;
    line-height: 36px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    background: #f9f9f9;
    color: #737373;
    font-size: 14px;
    text-align: center;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    position: static;
}

.news_list a:hover .search1 {
    color: #fff;
    border: 1px solid transparent;
    background: #cfa167;
}

.s_ico {
    margin-left: 10px;
    transition: margin .4s ease;
    -webkit-transition: margin .4s ease;
}

.news_list a:hover .s_ico {
    margin: 0 -5px 0 15px;
}

.new_d {

}

.new_d .title {
    font-size: 28px;
    font-weight: bold;
    color: #cfa167;
    padding-top: 70px;
    text-align: center;
}

.new_d .tips {
    padding: 33px 0 25px 0;
    text-align: center;
}

.new_d .tips li {
    font-size: 16px;
    display: inline-block;
    color: #888888;
    margin: 0 25px;
    line-height: 30px;
}

.ico_n1 {
    width: 21px;
    margin-right: 10px;
}

.ico_n2 {
    width: 25px;
    margin-left: 10px;
}

.ico_n2:hover {
    opacity: .7;
}

.new_d .editor {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    padding: 50px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.new_d .pagetion_d {
    line-height: 35px;
    text-align: center;
    padding: 65px 0;
}

.pagetion_d .btns {
    font-size: 14px;
    color: #cccccc;
    width: 120px;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    text-align: center;
    border-radius: 5px;
    transition: all .4s;
}

.pagetion_d .btns:hover {
    background: #cfa167;
    border-color: transparent;
    color: #ffffff;
}

.pagetion_d .return {
    color: #cfa167;
    font-size: 14px;
    text-align: center;
    width: 200px;
}

.pagetion {
    text-align: center;
    margin-bottom: 70px;
}

.pagetion a {color: #000;
    font-size: 14px;
    line-height: 45px;
    padding: 0 2px;
    margin: 0 13px;
    border-bottom: 2px solid transparent;
}

.pagetion a.on, .pagetion a:hover {
    border-bottom-color: #cfa167;
    color: #cfa167;
}

.pagetion a.btns {
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    background: url('../images/ico_prev.png');
    vertical-align: top;
    border: 0;
    background-size: 100% 100%;
}

.pagetion a.btns:hover {
    background: url('../images/ico_prev_on.png');
    background-size: 100% 100%;
}

.pagetion a.next {
    transform: rotate(180deg);
}

.question_list {
    padding: 60px 0 100px 0;
}

.question_list li {
    background: url('../images/ico_mess.png') 15px 40px no-repeat;
    box-sizing: border-box;
    padding: 40px 0 40px 60px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.question_list .top {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.question_list .top_l {
    width: calc(100% - 100px);
}

.question_list .l1 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-bottom: 18px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.question_list .l1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #cfa167;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.question_list .top:hover .l1:after {
    width: 100%;
}

.question_list .top:hover .l1 {
    font-weight: bold;
    color: #cfa167;
}

.question_list .l2 {
    font-size: 14px;
    color: #666;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.question_list li.on .l2 {
    opacity: 0;
}

.question_list .top_r {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #909090;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #909090;
    position: absolute;
    top: 40px;
    right: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.question_list li.on .top_r, .question_list .top:hover .top_r {
    background: #cfa167;
    border-color: #cfa167;
    color: #ffffff;
}

.question_list .bottom {
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
    display: none;
}

.contact_container {
    padding-bottom: 100px;
}

.contact_container .box {
    /* width: 100%; */
    /* padding-left: 370px; */
    box-sizing: border-box;
    position: relative;
}

.contact_container .right {
    width: 100%;
}

.contact_container .left {
    /* position: absolute; */
    /* top: 0; */
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #dcdcdc;
    border-left: 0;
}

.contact_list {

}

.contact_list li {
    margin: 0 18px;
    /*border-bottom: 1px dashed #ddd;*/
    padding: 18px 0 0;
    width: calc(50% - 40px);
    display: inline-block;
    vertical-align: top;
}

/*.contact_list li:last-child {
    border-bottom: 0;
}*/

.contact_list .lans {

}

.contact_list .l1 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 15px 0;
}

.contact_list .l2 {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin-bottom: 30px;
}

.contact_list .l2 dd {
    position: relative;
    padding-left: 50px;
    margin-top: 5px;
    box-sizing: border-box;
}

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

.contact_container .left::-webkit-scrollbar { /*滚动条整体样式*/

    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/

    height: 5px;

}

.contact_container .left::-webkit-scrollbar-thumb { /*滚动条里面小方块*/

    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

    background: #cfa167;

}

.contact_container .left::-webkit-scrollbar-track { /*滚动条里面轨道*/

    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);

    background: #ededed;

}

.map_title.box {
    padding: 0;
    margin-top: 60px;
}

.map_title .m1 {
    font-size: 28px;
    color: #333333;
}

.hengs_titlesj {
    
    width: 60px;
    height: 2px;
    margin: 30px auto;
}

.hengs_titlesj .ht1 {
    background: #cfa167;
    width: 30px;
    height: 6px;
    float: left;
}

.hengs_titlesj .ht2 {
    background: #cfa167;
    width: 30px;
    height: 6px;
    float: left;
}

.map_title .m2 {
    font-size: 20px;
    color: #333333;
    padding: 20px 0;
}

@keyframes myfirst {
    from {
        bottom: 40px;
    }
    to {
        bottom: 20px;
        opacity: 0.1
    }
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    from {
        bottom: 40px;
    }
    to {
        bottom: 20px;
        opacity: 0.1
    }
}

.contact_container .show {
    display: none;
    position: absolute;
    bottom: 20px;
    left: -20px;
    z-index: 5;
    width: 12px;
    font-size: 12px;
    color: #cfa167;
    text-align: center;
    animation: myfirst 1.5s linear 0s infinite alternate;
    -webkit-animation: myfirst 1.5s linear 0s infinite alternate;
}

.map .right {
    position: relative;
}

.index_customers li {
    width: 25%;
    float: left;
    position: relative;
}

.dian_list {

}

.dian_list li {
    position: absolute;
    z-index: 5;
    cursor: pointer;
}
.dian_list li.d1{
    top: 45%;
    left: 17%;
}
.dian_list li.d2{
    top: 40%;
    left: 25%;
}
.dian_list li.d3{
    top:38%;
    left: 27%;
}
.dian_list li.d4{
    top:38%;
    left: 52%;
}
.dian_list li.d5{
    top: 51%;
    left: 78%;
}
.dian_list li.d6{
    top: 49%;
    left: 79.5%;
}
.dian_list li.d7{
    top: 49.5%;
    left: 81%;
}
.dian_list .ico {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff0000;
    box-shadow: 0 0 0 5px rgba(255, 0, 0, .2);
}
.dian_list li:hover .ico{
    animation: myfirst 3s;
    -webkit-animation: myfirst 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.dian_list li:hover .lans{
    color: #999;
}
@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    0%{
        box-shadow: 0 0 0 5px rgba(255, 0, 0, .2);
    }
    50%{
        box-shadow: 0 0 0 0 rgba(255, 0, 0, .2);
    }
    100%{
        box-shadow: 0 0 0 5px rgba(255, 0, 0, .2);
    }
}

@keyframes myfirst /* Opera */
{
    0%{
        box-shadow: 0 0 0 5px rgba(255, 0, 0, .2);
    }
    50%{
        box-shadow: 0 0 0 0 rgba(255, 0, 0, .2);
    }
    100%{
        box-shadow: 0 0 0 5px rgba(255, 0, 0, .2);
    }
}
.dian_list .line {
    width: 40px;
    height: 40px;
    border-left: 1px dashed #f00;
    border-bottom: 1px dashed #ff0000;
    margin-left: 4px;
    float: left;
}
.dian_list li.d7 .line{
    border-left: 0px dashed #f00;
    height: 1px;
    margin-top: -4px;
}
.dian_list li.d3 .line{
    height: 25px;
}
.dian_list li.d6 .line{
    height: 25px;
}
.dian_list .lans {
    float: left;
    font-size: 16px;
    color: #333333;
    padding-top: 30px;
    padding-left: 10px;
}
.dian_list li.d3 .lans{
    padding-top: 15px;
}
.dian_list li.d6 .lans{
    padding-top: 15px;
}
.dian_list li.d7 .lans{
    padding-top: 0;
    margin-top: -14px;
    padding-left: 50px;
}
.index_customers .top {
    border-top: 1px solid #e6e6e6;
    position: absolute;
    top: 0;
    left: 30px;
    width: calc(100% - 60px);
    height: 1px;
}

.index_customers li:nth-child(1) .top, .index_customers li:nth-child(2) .top, .index_customers li:nth-child(3) .top, .index_customers li:nth-child(4) .top {
    display: none;
}

.index_customers .right {
    border-right: 1px solid #e6e6e6;
    position: absolute;
    top: 30px;
    left: 0;
    height: calc(100% - 60px);
    width: 1px;
    z-index: 5;
}

.index_customers li:nth-child(4n - 3) .right {
    display: none;
}

.index_customers .dian1 {
    background: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.index_customers li:nth-child(4n-3) .dian1, .index_customers li:nth-child(1) .dian1, .index_customers li:nth-child(2) .dian1, .index_customers li:nth-child(3) .dian1, .index_customers li:nth-child(4) .dian1 {
    display: none;
}

.index-customer-list {
    padding: 100px 0;
}

.more {
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #cfa167;
    color: #ffffff;
    font-size: 16px;
    margin: 0 auto 85px;
    display: block;
    transition: all .4s ease;
}

.more:hover {
    background-color: #cfa167;
}

.index-customer-list li img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    transition: all .5s linear 10ms;
    -webkit-transition: all .5s linear 10ms;
    width: 90%;
}

.index-customer-list li img {
    width: calc(100% - 60px);
}

.index-customer-list li:hover img:last-child, .index-customer-list li img:first-child {
    opacity: 0;
    transform: translateY(-50%) translateX(-50%) rotateY(180deg);
}

.index-customer-list li img, .index-customer-list li:hover img:first-child {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%) rotateY(0deg);
}

.index_case {
    background-color: #f6f6f6;
}

.index_customers .lans {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    height: 150px;
}

.tectsum {

}

.tect_nav {
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgba(70, 70, 70, .2);
    padding: 55px 0 55px 25px;
    margin-top: 80px;
}

.tect_nav a {
    margin: 5px 8px;
    border-radius: 4px;
    padding: 0 15px;
    min-width: 125px;
    border: 1px solid #cccccc;
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    box-sizing: border-box;
    transition: all .4s ease;
}

.tect_nav a.on {
    background-color: #cfa167;
    color: #ffffff;
    border-color: transparent;
}

.tect_list {
    text-align: center;
    padding: 80px 0;
}

.tect_list a {
    height: 190px;
    background: #f6f6f6;
    width: 29.3%;
    margin: 27px calc(2% - 4px);
    text-align: left;
    display: inline-block;
    vertical-align: top;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    color: #333333;
}

.tect_list a:hover {
    background: #cfa167;
    color: #ffffff;
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, .15);
}

.tect_list .t1 {
    font-size: 18px;
    padding: 50px 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdbdb;
}

.tect_list .t2 {
    line-height: 65px;
    padding: 0 40px;
    box-sizing: border-box;
}

.tect_list .d_left {
    font-size: 14px;
    float: left;
}

.tect_list .d_right {
    width: 25px;
    height: 65px;
    background: url('../images/ico_down1.png') center center no-repeat;
    float: right;
}

.tect_list a:hover .d_right {
    background: url('../images/ico_down.png') center center no-repeat;
}

.case_list_nav {
    padding: 60px 0 100px 0;
    position: relative;
}

.case_list_nav .imgs {
    margin: 12px 20px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 110px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.case_list_nav .imgs:hover {
    box-shadow: 0 1px 15px 0 rgba(70, 70, 70, .2);
}

.case_list_nav .swiper-pagination {
    bottom: 65px;
    text-align: center;
    width: 100%;
}

.show_ting li {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -7;
    opacity: 0;
    width: 100%;
}

.show_ting li.on {
    /* display: block; */
    position: static;
    opacity: 1;
    z-index: 10;
}

.show_ting li.on a {
    padding: 10px;
    box-sizing: border-box;
}

.slick-dots {
    position: absolute;
    bottom: -20%;
    left: 0;
    width: 100%;
    text-align: center;
}

.slick-dots button {
    display: none;
}

.slick-dots li {
    display: inline-block;
}

.swiper-pagination-bullet, .slick-dots li {
    width: 20px;
    height: 4px;
    border-radius: 5px;
    background-color: #a2a2a2;
    margin: 3px;
}

.swiper-pagination-bullet-active, .slick-dots li.slick-active {
    background-color: #cfa167 !important;
}

.case_list_tings {
    background-color: #f8f8f8;
}

.case_list_tings .left {
    width: 50%;
    background: url(../images/681d42033f2f4d388ad62c2b149f5e0b.gif) center center no-repeat;
    height: 500px;
    background-size: cover;
    float: left;
}

.case_list_tings .right {
    width: 50%;
    float: left;
}

.case_list_tings .lans {
    padding: 80px 75px 0 75px;
    box-sizing: border-box;
}

.case_list_tings .t1 {
    font-size: 20px;
    font-weight: bold;
    color: #cfa167;
    line-height: 1.5;
}

.case_list_tings .hengs_titlesj {
    margin: 20px auto;
}

.case_list_tings .t2 {
    font-size: 16px;
    line-height: 2.2;
    color: #333333;
}

.join_sum {

}

.join_sum .join_select {
    padding: 65px 0;
}

.join_select li {
    width: 25%;
    float: left;
    position: relative;
}

.join_select li:nth-child(2) {
    margin: 0 12.5%;
}

.join_select .t1_text {
    font-size: 16px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #434343;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 10px;
    display: block;
    width: 100%;
}

.join_select .t2_text {
    font-size: 16px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #434343;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 10px;
    display: block;
    width: 100%;
    cursor: pointer;
}

.join_select .t2_container {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .09);
    font-size: 16px;
    line-height: 3;
    color: #333;
    background: #ffffff;
    z-index: 3;
    max-height: 300px;
    overflow-y: scroll;
    display: none;
}

.join_select .t2_wrapper {

}

.join_select .item {
    display: block;
    box-sizing: border-box;
    padding: 0 15%;
    border-bottom: 1px solid #f7f7f7;
    transition: all .4s ease;
}

.join_select .item:hover {
    background: #cfa167;
    color: #ffffff;
}

.join_sum .select:after {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 7px;
    right: 20px;
    transform: rotate(-45deg);
    border-left: 1px solid #cfa167;
    border-bottom: 1px solid #cfa167;
}

.join_list {
    padding-bottom: 60px;
}

.join_list li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 40px;
    box-sizing: border-box;
}

.join_list .top {
    cursor: pointer;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 60px;
    position: relative;
}

.join_list li.on {
    border-color: #f33243;
}

.join_list .top:after {
    content: '+';
    font-size: 30px;
    font-weight: normal;
    line-height: 60px;
    position: absolute;
    right: 40px;
    top: 0;
    color: #cfa167;
}

.join_list li.on .top {
    color: #cfa167;
}

.join_list li.on .top:after {
    color: #cfa167;
}

.join_list .bottom {
    font-size: 16px;
    line-height: 2.4;
    color: #666666;
    display: none;
}

.join_list .bottom .b1 {
    max-width: 900px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #dddddd;
}

.join_list .bottom .b1 dd {
    display: inline-block;
    vertical-align: top;
    min-width: 250px;
    margin-right: 25px;
}

.join_list .bottom .b2 {
    font-size: 14px;
    line-height: 2.5;
    color: #333333;
    padding: 30px 0;
}

.prosum {
    background: #f8f8f8;
    padding: 1px 0;
}

.prosum .pro_search {
    max-width: 585px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #dddddd;
    border-radius: 30px;
    overflow: hidden;
    margin: 60px auto 45px;
    background: #ffffff;
}

.pro_search .t1 {
    padding: 0 0 0 30px;
    box-sizing: border-box;
    font-size: 14px;
    border: 0;
    line-height: 45px;
    width: calc(100% - 80px);
    float: left;
}

.pro_search .t2 {
    width: 80px;
    height: 45px;
    background: url('../images/ico_search.png') center center no-repeat;
    float: right;
    border: 0;
}

.pro_list {

    padding-top: 10px;
}

.pro_list .title_sum {

}

.pro_list .title_sum .t1 {
    font-size: 22px;
    color: #333333;
    line-height: 55px;
}

.pro_list .title_sum .hengs_titlesj {
    margin: 0;
    width: 100px;
}

.pro_list .title_sum .hengs_titlesj div {
    width: 50%;
}

.pro_item_list {
    padding: 20px 0;
    /* border-top: 1px solid #dfdfdf; */
}

.pro_item_list a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #eeeeee;
    background: #ffffff;
    box-sizing: border-box;
    width: calc(33.33% - 19px);
    margin: 25px 0;
}

.pro_item_list a:nth-child(3n - 1) {
    margin: 25px 24px;
}
.pro_item_list .picture {

}

.pro_item_list .lans {
    border-top: 1px solid #eeeeee;
    padding: 25px 30px;
    box-sizing: border-box;
}

.pro_item_list .l1 {
    font-weight: bold;
    color: #cfa167;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.pro_item_list a:hover .l1 {
    color: #333333;
}

.pro_item_list .l2 {
    font-weight: 100;
    font-size: 16px;
    line-height: 25px;
    height: 75px;
    color: #666666;
    -webkit-line-clamp: 3;
}

.pro_item_list .l3 {
    margin: 30px auto;
    text-indent: -0.5rem;
    width: 120px;
    line-height: 36px;
    height: 38px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    text-align: center;
    color: #666666;
    font-size: 14px;
    background: url(../images/arrow.png);
    /* background-color: #f8f8f8; */
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    border-radius: 50px;
}

.pro_item_list a:hover .l3 {
    background: #cfa167;
    border: 0;
    color: #ffffff;
}








.about_contact {
    padding: 80px 0;
}

.about_title {
    position: relative;
    line-height: 82px;
    padding: 0 !important;
    font-family: 'DINCond-Black';
}

.about_title .a1 {
    font-size: 82px;
    color: #585858;
    opacity: .06;
    text-transform: uppercase;
    font-weight: normal;
}

.about_title .a2 {
    font-size: 25px;
    font-weight: bold;
    color: #cfa167;
    position: absolute;
    top: 0;
    left: 0;
}

.about_title1 .a2_1 {
    color: #cfa167;
}

.about_title .a2_1 {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
}

.about_title1 .a3 {
    font-size: 18px;
    color: #cfa167;
    line-height: 20px;
    margin-top: 20px;
}

.about_title1 .a3 span {
    width: 35px;
    height: 2px;
    background: #cfa167;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.about1_container {
    padding: 90px 0;
}

.about_honor {
    padding: 80px 0;
}

.honor_contaciner {

}

.honor_list {
    margin-bottom: 65px;
}

.honor_list a {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    line-height: 50px;
    background: #f8f8f8;
    font-size: 16px;
    width: calc(25% - 49.5px);
    float: left;
    margin: 55px 66px 0 0;
}

.honor_list a:nth-child(4n) {
    margin-right: 0;
}

.honor_list .picture {
    width: 100%;
    height: 265px;
    position: relative;
    box-sizing: border-box;
    background: #ffffff;
}

.honor_list .picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 80%;
    max-width: 80%;
    width: 60%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 3;
}

.honor_list a:hover .picture img {
    transform: scale(1.04) translate(-50%, -50%);
    -moz-transform: scale(1.04) translate(-50%, -50%);
    -webkit-transform: scale(1.04) translate(-50%, -50%);
}

.honor_list .lans {
    color: #333333;
    padding: 0 15px;
    text-align: center;
    box-sizing: border-box;
}

.show_container {
    background-color: #f7f7f7;
    padding: 60px 0;
}

.show_nav {
    position: relative;
    text-align: center;
    margin-top: 5px;
}

/* .show_nav:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
} */

.show_nav a {
    min-width: 230px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 3;
    color: #666666;
}

.show_nav a.on {
    color: #cfa167;
}

.show_nav a.on .radius {
    background-color: #cfa167;
    box-shadow: 0 0 1px 6px rgba(30, 33, 137, 0.1);
}

.show_nav .radius {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #cfa167;
    box-shadow: 0 0 1px 6px rgba(230, 0, 18, 0.1);
    border: 0;
    margin: 2px auto;
}

.show_nav .lans {
    font-size: 16px;
    padding: 10px 0;
}

.banner_index a {
    width: 100%;
    height: calc(100vh - 180px);
}
.banner_none{
    display: none;
}
.banner_index .box {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #ffffff;
}

.banner_index .lans {
    font-size: 28px;
    line-height: 43px;
    /* max-height: calc(100vh - 180px); */
    width: 41%;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
    margin-left: -3%;
    padding: 4%;
}

.banner_index .l2 {
    font-size: 60px;
    line-height: 76px;
    margin-top: 40px;
    font-weight: bold;
}


.banner_index .l4 {
    font-size: 20px;
    margin: 50px 0;

}

.banner_index .l5 {
    text-align: center;
    font-size: 15px;
    width: 130px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .6);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.banner_index .l5:hover {
    background: #cfa167;
    border: 1px solid rgba(255, 255, 255, .5);
}

.index_nav {
    width: 100%;
    background: url(../images/681d42033f2f4d388ad62c2b149f5e0b.gif) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
    /* min-height: 200px; */
    box-sizing: border-box;
}

.index_nav li {
    min-width: 8%;
    margin-left: 8%;
    float: left;
    text-align: center;
}

.index_nav li:first-child {
    margin-left: 0%;
}

.index_nav .t1 {
    color: #ffffff;
}

.index_nav .number {
    font-family: 'DIN-Black';
    font-size: 60px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}

.index_nav li:last-child .number {
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
}

.index_nav .fuhao {
    font-size: 16px;
    position: relative;
    display: inline-block;
    line-height: 60px;
    height: 60px;
    vertical-align: top;
    margin-left: 10px;
}

.index_nav li:last-child .fuhao {
    width: 16px;
    line-height: 20px;
    padding: 15px 0 0;
}

.index_nav .fuhao:before {
    content: ' /';
    position: absolute;
    transform: rotate(235deg);
    top: -15px;
    left: 5px;
    font-family: Arial;
}

.index_nav li:last-child .fuhao:before {
    top: -5px;
}

.index_nav li:last-child .fuhao:after {
    bottom: 0;
}

.index_nav .fuhao.before:before {
    /*opacity: 0;*/
}

.index_nav .fuhao:after {
    content: ' / ';
    position: absolute;
    transform: rotate(235deg);
    bottom: -15px;
    left: 5px;
    font-family: Arial;
}

.index_nav .t2 {
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    margin-top: 15px;
}

.index_title {
    text-align: center;
    padding: 50px 0 20px;
    position: relative;
}

.index_title .i1 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.index_title .i2 {
    font-size: 18px;
    color: #333333;
    padding-top: 15px;
}

.index_title .mores {
    display: none;
    width: 85px;
    box-sizing: border-box;
    line-height: 30px;
    background: #cfa167;;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    padding: 0 12px;
}

.index_serives_list {
    padding: 40px 0;
}
.index_serives_list  .swiper-pagination,.index_nav  .swiper-pagination{
    bottom: 0;
}
.index_nav  .swiper-pagination-bullet{
    background: #ffffff;
    opacity: .5;
}
.index_nav  .swiper-pagination-bullet-active{
    background: #ffffff !important;
    opacity: 1;
}
.index_serives_list li {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 152px);
    padding-left: 100px;
    background: url(../images/681d42033f2f4d388ad62c2b149f5e0b.gif) center left no-repeat;
    box-sizing: border-box;
}

.index_serives_list li:nth-child(even) {
    margin: 0 150px;
}

.index_serives_list .l1 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.index_serives_list .l2 {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
}

.index_case {
    background: url(../images/681d42033f2f4d388ad62c2b149f5e0b.gif) center center no-repeat;
    padding: 1px 0;
    background-size: cover;
    overflow: hidden;
}

.index_case .index_title {
    color: #ffffff;
    text-align: left;
}

.index_case .index_title .hengs_titlesj {
    width: 60px;
    height: 2px;
    margin: 30px 0px;
}

.index_case .index_title .i2 {
    color: #333;
}
.index_case .index_title .i1{color: #000;}

.index_brand {
    text-align: center;
    padding: 70px 0;
    line-height: 1.5;
    box-sizing: border-box;
    background: url(../images/681d42033f2f4d388ad62c2b149f5e0b.gif) center center no-repeat;
    background-size: cover;

}

.index_gc {
    box-sizing: border-box;
    background: url(../images/681d42033f2f4d388ad62c2b149f5e0b.gif) center center no-repeat;
    background-size: cover;
    padding: 1px 0;
}

.index_brand .b1 {
    font-size: 26px;
    font-weight: bold;
    color: #cfa167;
    padding-bottom: 10px;
}

.index_brand .b2 {
    color: #666666;
    font-size: 18px;
}

.index_brand1 {

}

.index_brand1 .b1 {
    color: #ffffff;
}

.index_brand1 .b2 {
    color: #ffffff;
}

.index_hezuo li:nth-child(4n - 3) .right, .index_hezuo li:nth-child(1) .top, .index_hezuo li:nth-child(2) .top, .index_hezuo li:nth-child(3) .top, .index_hezuo li:nth-child(4) .top {
    display: block;

}

.index_hezuo .case_list_nav {
    position: relative;
}

.index_hezuo .case_list_nav:before {
    width: 2px;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3;
    position: absolute;
}

.index_hezuo .case_list_nav, .index_hezuo .index-customer-list {
    padding: 0 0 30px 0;
    margin-bottom: 30px;
}

.index_hezuo .index_customers .lans {
    height: 110px;
}

.index_hezuo .case_list_nav .swiper-pagination {
    bottom: 30px;
}

.index_hezuo .case_list_nav:after {
    height: 2px;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3;
    position: absolute;
}

.index_gc .radius {
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-family: DIN-Black;
    box-shadow: 0 0 0 0;
    background-color: #cacbd2;
}

.index_gc .lans {
    font-weight: bold;
    background: #fff;
    color: #333333;
    /* padding: 0 18px; */
    transition: all .4s ease;
    margin: 10px 8px 0;
    /* line-height: 40px; */
}

.index_gc .lan{
    font-weight: bold;
    background: #ddd;
    color: #333333;
    padding: 0 18px;
    line-height: 40px;
    transition: all .4s ease;
    margin: 10px 8px 0;
}


.index_gc .lan.on, .index_gc .lan:hover {
    background-color: #cfa167;
    color: #ffffff;
}



/* .index_gc .show_nav a.on .radius {
    background-color: #cfa167;
    box-shadow: 0 0 0 0;
}

.index_gc .show_nav a.on .lans {
    color: #cfa167;
} */

.index_gc .show_nav:before {
    top: 65px;
}

.index_pro {
    padding: 1px 0;
}

.index_pro .pro_item_list {
    border: 0;
    padding: 0px 0 0px 0;
}
.index_pro .pro_list li:last-child .pro_item_list{
    padding: 0px 0 60px 0;}

.index_pro .index_title {
    /* float: left; */
}

.index_pro .pro_nav {
    /* float: right; */
    margin: 0 auto;
    font-size: 16px;
    line-height: 40px;
    color: #da251b;
    /* margin: 110px -5px 20px; */
    max-width: calc(100% - 300px);
}

.pro_nav a {
    font-weight: bold;
    background: #ddd;
    color: #333333;
    padding: 0 18px;
    transition: all .4s ease;
    margin: 10px 8px 0;
}

.pro_nav a.on, .pro_nav a:hover {
    background-color: #cfa167;
    color: #ffffff;
}

.about1_about {

}

.about1_about .left {
    width: 50%;
    float: left;
}

.about1_about .left .l1 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin: 10px 0 35px 0;
}

.about1_about .left .l2 {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}

.about1_about .left .l3 {
    margin-top: 50px;
}

.about1_about .left .l3 li {
    width: 22%;
    margin-right: 10px;
    float: left;
}

.about1_about .right {
    width: 46%;
    height: 780px;
    background: url(../images/681d42033f2f4d388ad62c2b149f5e0b.gif) center center no-repeat;
    background-size: cover;
    float: right;
}

.about2_container, .about3_container {
    background: url(../images/681d42033f2f4d388ad62c2b149f5e0b.gif) center center no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.about_title1 .a4 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-top: -15px;
}

.honortime-swiper {
    color: #333;
    font-size: 18px;
    position: relative;
    /* width: calc(100% - 110px); */
    margin: 80px auto 0 auto;
    font-family: 'DIN';
    font-weight: bold;
}

.honortime-swiper .swiper-slide {
    background: url('../images/x1.png') top left repeat-x;
    height: 85px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    transition: 0s;
    -webkit-transition: 0s;
    padding-right: 13px;
    box-sizing: border-box;
    padding-top: 30px;
    background-position-x: 35px;
}

.honortime-swiper .swiper-slide-active {
    font-weight: bold;
    color: #cfa167;
    position: relative;
}

.honortime-swiper .swiper-slide-active:before {
    background: #cfa167;
    width: 2px;
    height: 15px;
    content: '';
    position: absolute;
    top: 5px;
    right: calc(50% + 5px);
}

.honortime-swiper .swiper-slide-active:after {
    content: '';
    background: url('../images/ico_sjx1.png');
    position: absolute;
    width: 14px;
    height: 50px;
    bottom: 0;
    left: 41%;
}

.honortime-swiper .swiper-button-prev {
    left: -55px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.honortime-swiper .swiper-button-next {
    right: -55px;
}

.ting_swiper {
    width: 90%;
    margin: auto;
}

.ting_swiper .swiper-slide {
    position: relative;
}

.ting_swiper .left {
    width: 50%;
    box-sizing: border-box;
    padding: 10px 0 10px 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    border-left: 5px solid #cfa167;
    min-height: 210px;

}

.ting_swiper .left li {
    padding-top: 25px;
}

.ting_swiper .l1 {
    font-size: 38px;
    font-family: DIN-Black;
    color: #cfa167;
    font-weight: bold;
}

.ting_swiper .l2 {
    font-size: 18px;
    color: #333333;
    padding: 15px 0 10px 0;
}

.ting_swiper .l3 {
    font-size: 14px;
    color: #666666;
}

.ting_swiper .right {
    width: 45%;
    float: right;
}

.culture_list {

}

.culture_list li {
    padding: 25px 30px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border-top: 7px solid #cfa167;
    height: 247px;
    width: calc(33.33% - 37px);
    margin: 50px 0 0;
    display: inline-block;
    vertical-align: top;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.culture_list li:hover {
    margin-top: 40px !important;
    border-color: #cfa167;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .15);
}

.culture_list li:nth-child(3n -1) {
    margin: 50px 50px 0;
}

.culture_list .c1 {
    width: 40px;
}

.culture_list .c2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 20px 0 12px;
}

.culture_list .c3 {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.pro_d_other .pro_item_list a {
    margin: 0;
}

.pro_d_other .pro_item_list {
    padding-bottom: 100px;
    padding-top: 0;
    border: 0;
}

.pro_d_sum {
    padding-top: 100px;
}

.pro_d_sum .ptitle {
    color: #cfa167;
    font-size: 26px;
    font-weight: bold;
    padding: 60px 0 0;
    text-align: center;
}

.pro_d_other {
    background: #f8f8f8;
}

.down_list {
    padding: 50px 0 30px 0;
}

.pro_d_show {
    padding: 1px 0 30px 0;
}

.pro_d_show {
    background: #f8f8f8;
}

.pro_d_show .shows {
    padding: 30px 0;
    text-align: left;
}

.down_list a {
    float: left;
    width: 47%;
    line-height: 120px;
    margin-bottom: 30px;
    background: #e5e5e5;
    font-size: 16px;
    color: #333333;
    transition: all .4s ease;
}

.down_list a:nth-child(even) {
    margin-left: 5%;
}

.down_list .lans {
    padding: 0 20%;
    box-sizing: border-box;
    width: 80%;
    float: left;
    background: url('../images/ico_read.png') 10% center no-repeat;
}

.down_list .down_ico {
    width: 20%;
    float: left;
    height: 120px;
    transition: all .4s ease;
    background: url('../images/down1.png') center center no-repeat #cecece;
}

.down_list a:hover .down_ico {
    background: url('../images/down.png') center center no-repeat #cfa167;
}

.down_list a:hover {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .35);

}

.pro_table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin: 20px 0 40px 0;
}

.pro_table th {
    color: #cfa167;
    font-size: 18px;
    font-weight: bold;
    width: 15%;
    padding: 15px;
    border-bottom: 1px solid #cfa167;
}

.pro_table th:nth-child(2) {
    width: 70%;
}

.pro_table td {
    font-size: 14px;
    color: #666666;
    line-height: 2;
    padding: 10px;
    border-bottom: 1px solid #bdbddb;
}

.pro_dimg {

}

.pro_dimg .img_list {

}

.img_list li {
    background: url(../images/681d42033f2f4d388ad62c2b149f5e0b.gif) center center no-repeat;
    background-size: cover;

}

.img_list .box {
    height: 600px;
    position: relative;
}

.img_list .lans {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    color: #ffffff;
}

.img_list li:nth-child(even) .lans {
    left: auto;
    right: 0;
}

.img_list .l1 {
    font-size: 26px;
    line-height: 2;
    font-weight: bold;
}

.img_list .l2 {
    font-size: 18px;
    line-height: 38px;
}

.index_pow {

    margin: 0px 0px 50px;
}

.index_pow .left {
    width: 38%;
    float: left;
}

.index_pow .right {
    width: 58%;
    float: right;
    padding: 20px 0 60px;
}

.index_pow .r1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.index_pow .r2 {
    font-size: 14px;
    color: #666;
    margin: 10px 0 20px 0;
}

.index_pow .r3 {

}

.index_pow .r3 li {
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

.index_pow .r3 li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '•';
    font-size: 16px;
    line-height: 30px;
    color: #cfa167;
}

/**/

.index_about {
    margin: 70px 0;   
    padding: 1px 0;
    overflow: hidden;
}

.index_about .left {
    width: 50%;
    float: left;
}

.index_about .right {
    width: 45%;
    float: right;
    padding: 20px 0 60px;
}

.index_about .r1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.index_about .r2 {
    font-size: 24px;
    color: #333;
    margin: 10px 0 20px 0;
}

.index_about .r3 {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.index_about .r3 li {
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

.index_about .r3 li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '•';
    font-size: 16px;
    line-height: 30px;
    color: #cfa167;
}

.index_about .r4 {
    margin: 30px 0px 0px;
    text-indent: -0.5rem;
    width: 120px;
    line-height: 36px;
    height: 38px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    text-align: center;
    color: #666666;
    font-size: 14px;
    background: url(../images/arrow.png);
    /* background-color: #f8f8f8; */
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    border-radius: 50px;
    cursor: pointer;
}

.index_about a:hover .r4 {
    background: #cfa167;
    border: 0;
    color: #ffffff;
}



/**/

.button_list {
    position: absolute;
    bottom: 3px;
    left: 41%;
    z-index: 5;
}

.button_wrapper {
    position: relative;
    width: 120px;
    height: 45px;
}

.button_wrapper .swiper-button-prev, .button_wrapper .swiper-button-next {
    background-color: transparent;
    background-image: url("../images/ico_prev.png");
    width: 45px;
    height: 45px;
    background-size: 100% 100%;
}

.button_wrapper .swiper-button-prev:hover, .button_wrapper .swiper-button-next:hover {
    background-color: transparent;
    background-image: url("../images/ico_prev_on.png");
    background-size: 100% 100%;
}

.button_wrapper .swiper-button-next {
    transform: rotate(180deg);
}

.case_list_index {
    display: flex;
    width: 100%;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.case_list_index li:last-child {
    padding-right: 250px;
}

.case_list_index .case_item {
    flex: 0 0 26.7vw;
    width: 26.7vw;
    text-align: left;
    margin-right: 30px;
    transition: all .5s;
    margin-top: 20%;
    position: relative;
    margin-left: 20px;
}

.case_list_index .case_item:hover {
    flex: 0 0 700px;
    width: 700px;
    margin-top: 0;
}
.index_case .pro_nav{
    position: relative;
    margin-top: -100px;
    float: right; 
    z-index: 9;
    font-size: 16px;
    line-height: 40px;
    color: #da251b;
    /* margin: 110px -5px 20px; */
    max-width: calc(100% - 300px);
}

.index_case a.on, .index_case a:hover {
    background-color: #cfa167;
    color: #ffffff;
}


.index_case .sly {
    height: 460px;
    padding-top: 10px;
}

.index_width {
    /*overflow: hidden;*/
}

.index_case .scrollbar {
    margin: 1em 0;
    height: 1px;
    background: #afafaf;
    position: relative;
    margin: 40px 0;
}

.index_case .scrollbar .handle {
    position: absolute;
    top: -22px;
    width: 45px;
    height: 45px;
    background-size: 45px;
    cursor: pointer;
    background: url('../images/radius.png') center left no-repeat;
}

.index_case .box {
    position: relative;
    /* padding-bottom: 800px; */
}

.jindu {
    padding-bottom: 50px;
}

.jindu .left {
    font-size: 16px;
    float: left;
}

.jindu .news {
    color: #cfa167;
    display: inline-block;
    vertical-align: top;
}

.jindu .jd_nav {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    height: 1px;
    margin: 10px;
    background: #afafaf;
    position: relative;
}


.jindu .jd_item {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: #cfa167;
    transition: all .2s;
}

.jindu .total {
    display: inline-block;
    vertical-align: top;
    color: #afafaf;
}

.jindu .right {
    float: right;
}

.jindu .right .btns {
    width: 28px;
    height: 28px;
    background: url('../images/ico_prev2.png');
    margin-left: 30px;
}

.jindu .right .btns.next {
    transform: rotate(180deg);
}

.jindu .right .btns:hover {
    background: url('../images/ico_prev1.png');
}

.index_case .content {
    /*position: absolute;*/
    /*bottom: 100px;*/
    /*left: 0;*/
    width: 118%;
}

.case_item .img {

}

.case_item .caseimgwrap {
    z-index: 1;
    position: absolute;
    display: block;
    bottom: 15px;
    height: 40%;
    width: 100%;
    background: rgba(0, 0, 0, .5);

}


.case_item .lans {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 50px;
    left: 30px;
    color: #fff;
    z-index: 9;
}

.case_item .lans_wrap{
width: 100%;
background: #000;
height: 100%;

}
.case_item .l1 {
    font-size: 18px;
    font-weight: bold;
}

.case_item .l2 {
    font-size: 14px;
    color: #bfbfbf;
    margin-top: 6px;
}

.case_item .l3 {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    border-top: 1px solid #cfa167;
    margin-top: 20px;
    padding-top: 20px;
    display: none;
}

.case_item .ico {
    position: absolute;
    top: -10px;
    right: 40px;
    width: 280px;
    height: 42px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: url('../images/fang.png') no-repeat;
    line-height: 25px;
    padding-top: 7px;
    padding-left: 13px;
    box-sizing: border-box;
    font-weight: bold;
}












.wapteltel{display: none;}



@media screen and (max-width: 1800px) {
    .index_case .content {
        width: 91.7vw;
    }

    .index_nav li {
        margin-left: 0.8%;
        width: 19%;
    }

    .index_nav .number {
        font-size: 40px;
        line-height: 1;
    }

    .index_nav .fuhao {
        line-height: 40px;
        font-size: 14px;
        height: 40px;
    }

    .index_nav .t2 {
        font-size: 12px;
        line-height: 1.8;
    }

    .index_nav li:last-child .fuhao {
        width: 14px;
        line-height: 15px;
        padding: 5px 0 0;
    }

    .index_nav li:last-child .fuhao:before {
        top: -10px;
    }

    .index_nav li:last-child .fuhao:after {
        bottom: -5px;
    }

    .banner_index .lans {
        font-size: 24px;
        line-height: 35px;
    }

    .banner_index .l2 {
        font-size: 50px;
        line-height: 61px;
        margin-top: 30px;
    }

    .banner_index a {
        /* height: 700px; */
    }

    .index_serives_list li {
        display: inline-block;
        vertical-align: top;
        width: calc(33.33% - 132px);
        padding-left: 100px;
        background: url(../images/681d42033f2f4d388ad62c2b149f5e0b.gif) center left no-repeat;
        box-sizing: border-box;
    }

    .index_serives_list li:nth-child(even) {
        margin: 0 130px;
    }
}

@media screen and (max-width: 1500px) {
    .box {
        width: 85%
    }

    .index_serives_list li {
        display: inline-block;
        vertical-align: top;
        width: calc(33.33% - 62px);
        padding-left: 100px;
        background: url(../images/681d42033f2f4d388ad62c2b149f5e0b.gif) center left no-repeat;
        box-sizing: border-box;
    }

    .index_serives_list li:nth-child(even) {
        margin: 0 80px;
    }

    .index_serives_list .l1 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .index_serives_list .l2 {
        font-size: 14px;
    }

    .index_case .content {
        width: 105%;
    }

    .index_pow .r3 li {
        font-size: 14px;
        line-height: 27px;
        padding-left: 15px;
        margin-bottom: 12px;
    }

    .index_pow .right {
        padding: 10px 0 45px;
    }

    .button_wrapper {
        width: 100px;
    }

    .button_wrapper .swiper-button-prev, .button_wrapper .swiper-button-next {
        background-color: transparent;
        background-image: url(../images/ico_prev.png);
        width: 35px;
        height: 35px;
        background-size: 100% 100%;
    }

    .banner {
        height: 440px
    }

    .banner .lans {
        padding-top: 190px;
    }


    .tect_list .t1 {
        font-size: 16px;
        padding: 40px 30px;
    }

    .tect_list .t2 {
        line-height: 50px;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .tect_list .d_right {
        height: 50px;
    }

    .tect_list a {
        height: 155px;
        margin: 15px calc(1.5% - 4px);
    }

    .tect_nav {
        padding: 40px 0 40px 20px;
        margin-top: 50px;
    }

    .tect_list {
        padding: 50px 0;
    }

    .banner_index .lans {
        font-size: 18px;
        line-height: 2;
    }

    .banner_index .l2 {
        font-size: 38px;
        line-height: 50px;
        margin-top: 25px;
    }

    .pro_nav a {
        padding: 0 8px;
        margin: 9px 4px 0;
    }

    .index_pro .pro_nav {
        font-size: 14px;
    }
}

@media screen and (max-width: 1300px) {
    .case_list_index .case_item {
        flex: 0 0 30vw;
        width: 30vw;
        margin-right: 40px;
    }

    .case_list_index .case_item:hover {
        flex: 0 0 35vw;
        width: 35vw;
        margin-top: 0;
    }

    .banner_index .lans {
        font-size: 16px;
    }

    .banner_index .l2 {
        font-size: 35px;
        line-height: 44px;
        margin-top: 15px;
    }

    .index_nav li {
        width: 32%;
        margin: 20px 0;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .index_nav li:nth-child(2) {
        margin: 20px calc(2% - 6px);
    }
}

@media screen and (max-height: 767px) and (min-width: 1366px) {
    .banner_index a {
        height: 600px;
    }
}

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

    

.wapteltel{display: block;}

    .index_title .mores {
        display: block;}


    .header_sj{display: block;}


    .case_list_index .swiper-button-next,.case_list_index .swiper-button-prev{
        top:55%
    }
    .case_list_index .swiper-button-next:hover,.case_list_index .swiper-button-prev:hover{

        background-color: rgba(255,255,255,.7);
    }
    .banner_index a{
        height: 600px;
    }
    .case_list_index{
        margin-top: 40px;
    }
    .case_list_index .swiper-container{
        padding-bottom:70px;
    }
    .case_list_index .swiper-pagination{
        width: 100%;
        bottom: 50px;
    }
    .case_list_index .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        opacity: .5;
        background: #ffffff!important;
    }
    .case_list_index .swiper-pagination-bullet-active{
        opacity: 1;
        background: #ffffff!important;
    }
    .case_list_index .case_item{
        width:100%;
        margin: 10px 0;
    }
    .case_list_index .case_item:hover {
        flex: 0;
        width:100%;
        margin: 10px 0;
    }
    .box {
        min-width: 0;
        width: 90%;
    }

    .show_ting li.on a {
        padding: 7px;
    }

    .case_item .l3 {
        display: none !important;
    }

    .case_item .lans {
        bottom: 20px;
    }

    .case_item .l1 {
        font-size: 15px;
    }

    .case_item .l2 {
        font-size: 12px;
        margin-top: 6px;
    }

    .index_pow .r1 {
        font-size: 16px;
    }

    .index_pow .left {
        width: 100%;
        float: none;
    }

    .index_pow .right {
        width: 100%;
        float: none;
        padding: 20px 0 60px 0;
    }

    .index_about .left {
        width: 100%;
        float: none;
    }

    .index_about .right {
        width: 100%;
        float: none;
        padding: 20px 0 0px 0;
    }
    .index_case .pro_nav{display: none;}


    .index_pow {
        margin: 50px 0;
    }

    .button_list {
        left: 0;
    }

    .about1_about .left {
        width: 100%;
        float: none;
        position: static;
    }

    .about1_about .left .l2 {
        font-size: 14px;
        line-height: 30px;
    }

    .about1_about .left .l3 {
        margin-top: 20px;
    }

    .about1_about .left .l1 {
        font-size: 17px;
        margin: 8px 0 25px 0;
    }

    .about1_about .right {
        width: 100%;
        float: none;
        height: 500px;
        margin-top: 30px;
        background-size: cover;
    }

    .index-customer-list {
        padding: 50px 0;
    }

    .about1_about .left .l3 li {
        width: 28%;
        margin-right: 5%;
        float: left;
    }

    .honortime-swiper .swiper-slide-active:before {
        left: calc(50% + 3px);
    }

    .honortime-swiper .swiper-slide {
        padding-right: 0;
        padding-left: 3px;
    }

    .honortime-swiper .swiper-slide-active:after {
        left: calc(50% - 4px);
    }

    .about_title1 .a4 {
        font-size: 17px;
        margin-top: -10px;
    }

    .ting_swiper .l1 {
        font-size: 32px;
    }

    .ting_swiper .left {
        padding: 10px 0 10px 30px;
        border-left: 3px solid #cfa167;
    }

    .ting_swiper {
        width: 100%;
    }

    .culture_list li, .culture_list li:nth-child(3n -1) {
        margin: 50px 0px 0;
        width: 48%;
    }

    .culture_list li:nth-child(even) {
        margin-left: 3%;
    }

    .ting_swiper .l2 {
        font-size: 16px;
    }

    .ting_swiper .l3 {
        font-size: 12px;
    }

    .index_customers .lans {
        height: 120px;
    }

    .index_customers .right {
        top: 15px;
        height: calc(100% - 30px);
    }

    .index_customers .top {
        left: 15px;
        width: calc(100% - 30px);
    }

    .index-customer-list li img {
        width: calc(100% - 30px);
    }

    .contact_container .show {
        display: none !important;
    }

    .banner {
        height: 350px;
        background-size: cover;
    }

    .banner .lans {
        padding-top: 160px;
    }

    .banner .t1 {
        font-size: 30px;
    }

    .banner .t2 {
        font-size: 16px;
    }

    .new_d .title {
        font-size: 22px;
    }

    .new_d .tips {
        padding: 18px 0 15px 0;
    }

    .new_d .editor {
        font-size: 14px;
        padding: 30px 0;
    }

    .news_list li {
        width: 50%;
    }

    .news_list li:nth-child(3n - 2) {
        border-left: 1px solid #ededed;
    }

    .news_list li:nth-child(odd) {
        border-left-color: transparent;
    }

    .news_list .time {
        font-size: 22px;
        margin: 5px 0 10px 0;
    }

    .news_list .days {
        font-size: 28px;
    }

    .news_list .title {
        font-size: 16px;
        height: 16px;
        margin: 15px 0;
    }

    .news_list .search {
        margin-top: 20px;
        width: 100px;
        height: 30px;
        line-height: 28px;
        font-size: 12px;
    }

    .contact_container .right {
        width: 100%;
        zoom: .8;
    }

    .contact_container .box {
        padding-left: 0;
        margin-top: 40px;
    }

    .contact_container .left {
        position: static;
        width: 80%;
        height: 450px;
        margin: auto
    }

    .contact_list li {
        width: 100%;
    }

    .tect_list a {
        width: 48%;
        margin: 12px calc(1% - 4px);
    }

    .tect_nav a {
        margin: 6px 6px;
        padding: 0 10px;
        min-width: 100px;
        font-size: 14px;
        line-height: 32px;
    }

    .honor_list a {
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        line-height: 50px;
        background: #f8f8f8;
        font-size: 14px;
        width: calc(25% - 21px);
        float: left;
        margin: 25px 28px 0 0;
    }

    .about_honor, .show_container {
        padding: 40px 0;
    }

    .show_nav a {
        min-width: 20%;
    }

    .honortime-swiper {
        margin-top: 0;
    }

    .about2_container, .about3_container, .about1_container {
        padding: 50px 0;
    }

    .index_title .i1 {
        font-size: 25px;
    }

    .index_brand .b1 {
        font-size: 22px;
    }

    .index_brand .b2 {
        font-size: 14px
    }

    .index_brand {
        padding: 40px 0;
        background-size: cover;
    }

    .index_title {
        padding: 50px 0 10px;
        float: none !important;
    }

    .index_title .i2 {
        font-size: 14px;
    }

    .index_pro .pro_nav {
        float: none;
        margin: 40px -5px 0px;
        max-width: 100%;
    }

    .index_pro .pro_nav a {
        font-size: 13px;
        padding: 0 12px;
        line-height: 35px;
        margin: 8px 6px 0;
    }

    .index_serives_list {
        padding: 10px 0 50px 0;
    }

    .index_serives_list li:nth-child(even), .index_serives_list li {
        width: 100%;
        margin: 10px 0;
        /* padding: 20px 0; */
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .index_serives_list .l1 {
        font-size: 17px;
        margin-bottom: 10px
    }

    .index_serives_list .l2 {
        font-size: 14px;
        line-height: 2
    }
}

@media screen and (max-width: 1090px) {
    .ting_swiper .left, .ting_swiper .right {
        width: 100%;
        float: none;
        min-height: 0;
        margin-bottom: 30px;
        position: static;

        transform: translate(0, 0%);
    }

    .ting_swiper .left li {
        padding-top: 15px;
    }
}

@media screen and (max-width: 980px) {
    .dian_list .lans{
        font-size:12px;
        display:none;
    }
    .dian_list .line{
        display:none
    }
    .contact_container .right {
        zoom: .5;
    }
    .show_ting li.on a {
        padding: 5px;
    }

    .case_list_index .case_item {
        /* flex: 0 0 60vw; */
        /* width: 60vw; */
        /* margin-right: 40px; */
        /* margin-top: 30px; */
    }

    .index_case .scrollbar .handle {
        width: 30px;
        height: 30px;
        background-size: 30px;
        top: -15px
    }

    .index_case .sly {
        height: 420px
    }


    .case_list_index li:last-child {
        padding-right: 0px;
    }

    .index_pow {
        margin: 30px 0;
    }

    .index_pow .r1 {
        font-size: 15px;
    }

    .index_pow .r2 {
        font-size: 14px;
    }

    .show_nav {
        margin-top: 25px;
    }

    .index_brand .b1 {
        font-size: 18px;
    }

    .index_brand .b2 {
        font-size: 13px
    }

    .index_title .i1 {
        font-size: 22px;
    }

    .index_title .i2 {
        font-size: 13px;
    }

    .about1_about .right {
        height: 300px;
        margin-top: 20px;
    }

    .banner_index .l2 {
        font-size: 30px;
        line-height: 41px;
        margin-top: 15px;
    }

    .banner_index a {
        /* height: 450px; */
        background-size: cover;
    }

    .banner_index .box {
        top: 50%;
    }

    .index_nav {
        padding: 20px 0;
    }

    .banner_index .lans {
        font-size: 14px;
        line-height: 1.5;
        width: 100%;
    }

    .banner_index .l4 {
        font-size: 16px;
        margin: 25px 0;
    }

    .index_nav li, .index_nav li:nth-child(2) {
        width: 49%;
        margin: 25px 0;
    }

    .index_nav .t2 {
        margin-top: 8px;
    }

    .index_nav .fuhao {
        line-height: 30px;
        font-size: 12px;
        height: 30px;
    }

    .index_nav li:last-child .fuhao:after {
        bottom: -12px;
    }

    .index_nav .number {
        font-size: 30px;
        line-height: 1;
    }

    .index_nav li:nth-child(odd) {
        margin: 25px calc(2% - 6px) 25px 0;
    }

    .about_honor .MORE {
        margin-bottom: 0;
    }

    .honor_list .picture {
        height: 175px;
    }

    .show_nav .lans {
        font-size: 14px;
    }

    .honor_list a:nth-child(4n), .honor_list a {
        width: 47.5%;
        margin: 10px 5% 10px 0;
    }

    .honor_list a:nth-child(2n) {
        margin-right: 0;
    }

    .banner {
        height: 220px;
        background-size: cover;
    }

    .banner .lans {
        padding-top: 90px;
    }

    .banner .t1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .banner .t2 {
        font-size: 14px;
    }

    .new_d .title {
        font-size: 18px;
        padding-top: 50px;
    }

    .new_d .tips li {
        font-size: 13px;
        margin: 0 15px;
    }

    .pagetion_d .btns {
        font-size: 12px;
        width: 90px;
        height: 30px;
    }

    .pagetion_d .return {
        font-size: 12px;
        width: 100px;
    }

    .new_d .pagetion_d {
        line-height: 30px;
        padding: 35px 0;
    }

    .news_list a {
        padding: 10px;
    }

    .news_list {
        padding: 40px 0 20px 0;
    }

    .news_list li:first-child {
        border-top: 0;
    }

    .news_list li, .news_list li:nth-child(3n - 2) {
        width: 100%;
        border: 0;
        padding-bottom: 40px;
        border-top: 1px solid #ededed;
    }

    .pagetion a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 2px;
        margin: 0 5px;
    }

    .pagetion a.btns {
        width: 30px;
        height: 30px;
    }

    .pagetion {
        margin-bottom: 30px;
    }

    .question_list li {
        background: url(../images/ico_mess.png) 8px 20px no-repeat;
        background-size: 15px auto;
        box-sizing: border-box;
        padding: 20px 0 20px 40px;
    }

    .question_list .l1 {
        font-size: 16px;
        line-height: 1;
        height: 16px;
        margin-bottom: 10px;
    }

    .question_list .top_r {
        width: 60px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        top: 20px;
    }

    .question_list {
        padding: 30px 0 50px 0;
    }

    .contact_container .left {
        width: 100%;
        height: 500px;
    }

    .contact_list li {
        width: calc(100% - 40px);
    }

    .map_title .m1 {
        font-size: 22px;
        color: #333333;
    }

    .hengs_titlesj {
        margin: 15px auto;
    }

    .map_title .m2 {
        font-size: 15px;
        padding: 10px 0;
    }

    .tect_nav a {
        /* margin: 5px; */
        /* padding: 0 8px; */
        /* min-width: 80px; */
        /* font-size: 14px; */
        /* line-height: 25px; */
    }

    .tect_nav {
        padding: 25px 0 25px 10px;
        margin-top: 50px;
    }

    .tect_list .t1 {
        font-size: 14px;
        line-height: 15px;
        padding: 20px 15px;
    }

    .tect_list .d_left {
        font-size: 12px;
    }

    .tect_list .d_right {
        height: 40px;
        width: 18px;
        background-size: 100% auto;
    }

    .tect_list .t2 {
        line-height: 40px;
        padding: 0px 15px;
    }

    .tect_list a {
        height: 100px;
        width: 46%;
        margin: 5px calc(2% - 4px);
    }

    .tect_list {
        margin: 30px 0;
    }

    .pro_item_list a, .pro_item_list a:nth-child(3n - 1) {
        margin: 15px 0;
        width: calc(47.5% - 4px);
    }

    .pro_item_list a:nth-child(even) {
        margin-left: 5%;
    }

    .pro_list {
        padding: 10px 0;
    }

    .pro_item_list {
        padding: 15px 0;
    }

    .pro_list .title_sum .t1 {
        font-size: 18px;
        line-height: 40px;
    }

    .pro_list .title_sum .hengs_titlesj {
        width: 70px;
    }

    .pro_item_list .lans {
        padding: 15px 20px;
    }

    .pro_item_list .l1 {
        font-size: 15px;
        line-height: 25px;
        height: 25px;
        color: ;
    }

    .pro_item_list .l2 {
        font-size: 13px;
        line-height: 20px;
        height: 60px;
        margin-bottom: 20px;
        color: #666666;
    }

    .pro_item_list .l3 {
        width: 100px;
        line-height: 30px;
        height: 30px;
        font-size: 12px;
    }

    .prosum .pro_search {
        line-height: 40px;
        height: 40px;
        margin: 40px auto 25px;
    }

    .pro_search .t1 {
        line-height: 40px;
        font-size: 13px;
    }

    .pro_search .t2 {
        line-height: 40px;
    }

    .case_list_tings .left {
        width: 100%;
        height: 400px;
        background-size: cover;
        box-sizing: border-box;
    }

    .case_list_tings .right {
        width: 100%;
        position: static;
    }

    .case_list_tings .lans {
        padding: 40px;
    }

    .case_list_nav .imgs {
        margin: 5px;
    }

    .case_list_nav {
        padding: 30px 0 50px 0;
    }

    .case_list_nav .swiper-pagination {
        bottom: 25px;
    }

    .case_list_nav .swiper-pagination-bullet {
        width: 10px;
        height: 2px;
    }

    .join_sum .join_select {
        padding: 35px 0;
    }

    .join_select .t1_text, .join_select .t2_text {
        font-size: 14px;
    }

    .join_select li {
        width: 47.5%;
    }

    .join_select li:nth-child(2) {
        margin: 0 0 20px 5%;
    }

    .join_list .top {
        line-height: 50px;
        font-size: 16px;
    }

    .join_list li {
        padding: 0 20px;
    }

    .join_list .top:after {
        font-size: 20px;
        line-height: 50px;
        right: 20px;
    }

    .join_list .bottom .b1 dd {
        min-width: 200px;
        margin-right: 15px;
    }

    .join_list .bottom {
        font-size: 14px;
    }

    .join_list .bottom .b2 {
        padding: 20px 0;
        font-size: 13px;
    }

    .join_list .bottom .b1 {
        padding-bottom: 20px;
    }

    .join_select .t2_container {
        font-size: 14px;
        line-height: 2.5;
        max-height: 200px;
    }

    .banner_index .l5 {
        font-size: 12px;
        width: 90px;
        line-height: 30px;
        height: 30px;
    }
}

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

    .banner_none{
        display: block;
    }
    .banner_index a{
        height:auto;
    }
    .index_case .sly {
        height: 320px
    }

    .pro_item_list a:nth-child(even), .pro_item_list a, .pro_item_list a:nth-child(3n - 1) {
        margin: 10px 0;
        width: 100%
    }

    .culture_list .c3 {
        font-size: 14px;
    }

    .culture_list .c2 {
        font-size: 16px;
    }

    .culture_list li:nth-child(even), .culture_list li, .culture_list li:nth-child(3n -1) {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        height: auto;
        padding: 30px 25px;
    }

    .culture_list li:hover {
        margin-top: 0px !important;
    }

    .honortime-swiper .swiper-slide {
        background-position-x: -2px;
    }

    .case_list_tings .lans {
        padding: 25px;
    }

    .case_list_tings .t1 {
        font-size: 18px;
    }

    .case_list_tings .t2 {
        font-size: 14px;
        line-height: 2;
    }

    .pro_item_list .l2 {
        font-size: 12px;
        margin: 10px 0 15px;
    }

    .pro_list .title_sum .t1 {
        font-size: 16px;
    }

    .pro_item_list .l3 {
        width: 120px;
        line-height: 36px;
        height: 38px;
    }

    .pro_item_list .lans {
        padding: 10px 15px 20px;
    }

    .index_customers li {
        width: 50%;
    }

    .index_customers li:nth-child(odd) .right {
        display: none;
    }

    .index_hezuo.index_customers li:nth-child(odd) .right {
        display: block;
    }

    .index_customers li:nth-child(3) .top, .index_customers li:nth-child(4) .top {
        display: block;
    }

    .neiye_nav a {
        line-height: 60px;
        font-size: 14px;
        margin-bottom: 0;
        float: left;
        margin-left: -5px;
    }

    .neiye_nav {
        height: 60px;
    }

    .neiye_nav a:hover:before, .neiye_nav a.on:before {
        bottom: 5px;
    }
}

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

    .index_case .sly {
        height: 220px
    }

    .case_item .ico {
        position: absolute;
        top: -10px;
        right: 40px;
        width: 40px;
        height: 32px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        background: url(../images/fang.png) no-repeat;
        line-height: 18px;
        padding-top: 5px;
        padding-left: 14px;
        text-align: center;
        box-sizing: border-box;
        font-weight: bold;
    }

}

.header {
    background: rgba(0, 0, 0, .5); /* box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, .09); */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header .header_wrapper {
    position: relative;
}

.header .logo {
    width: 300px;
    float: left;
    position: relative;
    margin-top: 4px;
    z-index: 5;
}

.header .logo img {
    width: calc(100% - 124px);
    display: inline-block;
}

.header .logo .lans {    padding-top: 15px;
    display: inline-block;
    width: 120px;
    color: #cfa167;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
    vertical-align: middle;
}

.header.header_bg .logo .lans {
    color: #333;
}

.header .right {
    float: right;
}

.header .right .header_message {
    font-size: 16px;
    color: #444;
    text-align: right;
    line-height: 30px;
    margin: 10px 0 0 0;
    font-family: 'arial';
    font-weight: 100;
}

.header .right .header_message img {
    margin-right: 8px;
}

.header_message span {
    margin-left: 40px;
    display: inline-block;
    position: relative;
}

.header_message span img.ewm {
    position: absolute;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    top: 30px;
    left: calc(50% - 45px);
    transform: rotateY(90deg);
    transition: all .3s;
    z-index: 15;
}

.header_message span:hover .ewm {
    transform: rotateY(0deg);
}

.header .nav_bottom {
    position: absolute;
    width: 115px;
    line-height: 2;
    background: #fff;
    padding: 15px 0;
    box-shadow: 10px 0px 20px 0 rgba(0, 0, 0, .2);
    top: 90px;
    display: none;
}

.header .nav_bottom a {
    display: block;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    color: #333;
    z-index: 2;
}

.header .nav {
    font-size: 16px;
    line-height: 100px;
    display: inline-block;
}

.nav a {
    box-sizing: border-box;
    color: #fff;
    position: relative;
}

.nav li.on a, .nav li a:hover, .header.header_bg .nav li a:hover {
    color: #cfa167;
}

.header.header_bg .nav li a {
    color: #333;
}

.header.header_bg .nav li.on .nav_top {
    color: #cfa167;
}

.nav li a.nav_top:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    background: #cfa167;
}

.nav li.on a:before, .nav li:hover a:before {
    left: 0;
    width: 100%;
}

.nav li {
    font-weight: bold;
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    position: relative;
    z-index: 5;
}

.nav li:last-child {
    margin-right: 0
}

.nav li.ons .nav_top {
    color: #cfa167;
}

.nav li.ons .nav2 {
    max-height: 100vh;
    z-index: 30;
}

.nav li .nav2 {
    position: absolute;
    left: 150%;
    top: calc(100% + 2px);
    margin-top: -2px;
    background-color: #fff;
    transform: translate(-50%, 0);
    width: 280px;
    /*     pointer-events: none; */
    border-radius: 0 0 3px 3px;
    text-transform: uppercase;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    line-height: 50px;
}

.nav li .nav2 a {
    position: relative;
    display: block;
    /* text-align: center; */
    color: #222;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-left: 45px;
    transition: all .3s ease;
}

.nav li .nav2 a:hover {
    background: #cfa167;
    padding-left: 52px;
    color: #ffffff !important;
}

.nav li .nav2 a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #cfa167;
    border-top: 1px solid #cfa167;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 30px;
}

.nav li .nav2 a:hover:after {
    border-color: #fff;
}

.nav li .nav2:before {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: -1;
    bottom: 100%;
    background: #cfa167;
    left: 0;
}

.header .header_right_ico {
    width: 45px;
    height: 45px;
    line-height: 100px;
    float: right;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    text-align: right;
    margin-left: 10px;
    margin-top: 2px;
}

.nav_top .number {
    font-size: 16px;
    color: #999999;
    display: inline-block;
    margin-top: -10px;
    margin-right: 5px;
    vertical-align: top;
}

.nav_top .state {
    font-size: 16px;
    color: #222222;
    display: inline-block;
}

li.on .nav_top .state {
    color: #cfa167
}

.header_sj {
    display: none;
}

.header_pc .nav {
    float: right;
}

.ewm_header {
    position: absolute;
    right: -110px;
    top: 15px;
    color: #b2b6d4;
    width: 110px;
}

.ewm_header .img {
    width: 65px;
    float: left;
}

.ewm_header .ewm_lans {
    float: left;
    margin-left: 4px;
}

.ewm_header .ewm_lans p {
    width: 14px;
    line-height: 1.2;
    display: block;
    float: left;
    margin-left: 2px;
}

.header_pc .header_lans {
    float: right;
    font-size: 14px;
    line-height: 100px;
    padding: 0 15px;
    color:#fff;
    font-weight: bold;
    /* border-left: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(255, 255, 255, .1); */
    /* margin-left: 20px; */
}

.header_pc .header_lans a {
    color: #fff;
    margin: 0 7px;
    position: relative;
}

.header.header_bg {
    /* background-color: #fff;
    border-bottom: 1px solid #f9f9f9; */
}

.banner_pc {
    display: block !important;
}

.banner_sj {
    display: none !important;
}

@media screen and (max-width: 1550px) {
    .nav li {
        margin-right: 30px;
        font-size: 15px;
    }

    .header .logo {
        width: 280px;
    }

    .header .right .header_message {
        font-size: 15px;
    }

    .ewm_header {
        position: absolute;
        right: -120px;
        top: 25px;
        color: #b2b6d4;
        width: 110px;
    }

    .ewm_header .img {
        width: 45px;
    }

    .ewm_header .ewm_lans p {
        font-size: 12px;
        line-height: 1;
    }
}

@media screen and (max-width: 1450px) {
    .nav li {
        margin-right: 8px;
        font-size: 14px;
    }

    .header .right .header_message {
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px) {
    .nav li {
        margin-right: 12px;
        font-size: 13px;
    }

    .header .right .header_message {
        font-size: 13px;
    }

    .ewm_header {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .nav li .nav2 a:after {
        right: 10px;
    }

    .banner_pc {
        display: block !important;
    }

    .banner_pc {
        display: none !important;
    }

    .header_pc .nav {
        display: none;
    }

    .nav li .nav2 a {
        padding-left: 20px;
    }

    .nav li .nav2 a:hover {
        padding-left: 20px
    }

    .header_pc .header_lans {
        line-height: 65px;
        font-size: 10px;
        margin-left: 0;
        padding: 0 5px;
        margin-right: -10px;
    }

    .nav li .nav2 {
        position: static;
        transform: translate(0%, 0);
        width: 100%;
        box-shadow: 0 0 0px 0 rgba(0, 0, 0, .1);
    }

    .nav li .nav_top i.arrow {
        display: block;
        width: 10px;
        height: 10px;
        border-left: 2px solid #999;
        border-top: 2px solid #999;
        transform: rotate(135deg);
        float: right;
        margin-top: 8px;
    }

    .nav li.ons .nav_top i.arrow {
        transform: rotate(-135deg);
        border-left: 2px solid #cfa167;
        border-top: 2px solid #cfa167;
    }

    .header .nav {
        display: none;
        background: #fff;
        min-height: 100vh;
        width: 100%;
        top: 54px;
        line-height: 3;
        box-sizing: border-box;
        padding-top: 0;
        left: 0;
        position: fixed;
    }

    .nav li .nav_top {
        padding: 15px 0 5px 0;
        display: block;
        color: #333;
        cursor: pointer;
    }

    .header .logo {
        max-width: 200px;
        width: 50%;
        margin-top: 5px;
        line-height: 60px;
    }

    .header {
        line-height: 60px;
        top: -5px;
        height: 60px;
        background: #000;
    }

    .header .header_right_ico {
        width: 80px;
        height: 30px;
        margin-top: 15px;
        line-height: 22px;
        padding: 0;
        /* background: #f4f4f4; */
        margin-top: 18px;
        margin-left: 0;
    }

    .header .header_right_ico img {
        display: inline-block !important;
        width: 14px;
    }

    .header .header_right_ico img.banner_sj {
        width: 30px;
        margin-left: 13px;
    }

    .main {
        padding-top: 56px;
    }

    .nav li {
        float: none;
        display: block;
        margin: 0;
        text-align: left;
        padding: 0 20px;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(221, 221, 221, 0.55);
    }

    .header .nav_bottom {
        display: block !important;
        position: static;
        width: 100%;
        text-align: left;
        box-shadow: none;
        padding: 0;
        padding-left: 25px;
        padding-bottom: 10px;
    }

    .header .nav_bottom a {
        text-align: left;
        font-size: 12px;
        line-height: 3;
    }

    .nav_top .number {
        font-size: 14px
    }

    .header .nav_bottom:before {
        display: none
    }

    .header .right .header_message {
        display: none;
    }

    .header .logo .lans {float: left;
        width: 50%;
        font-size: 12px;
        line-height: 15px;
        color: #fff;
    
    }
    .header .logo img{width: 50%;float: left;}

    .header_pc .header_lans{    display: none;}


}


.search {
    position: fixed;
    z-index: 6;
    top: 100px;
    right: 0;
    height: 100%;
    max-height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: .5s;
    transition-delay: .5s;
}

.search.search-is-open {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.search.search-is-open .search__container {
    transform: translateY(0) translateZ(0);
}

.search__container {
    position: relative;
    z-index: 2;
    background-color: #fff;
    transform: translateY(-100%) translateZ(0);
    transition: transform .75s cubic-bezier(.77, 0, .175, 1);
}

.search__overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1d1d;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    opacity: .2;
}

.search, .search__overlay {
    left: 0;
}

.search-header {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.search-header .search-loader {
    position: absolute;
    top: 17px;
    left: 2.6vw;
}

.search-header .search-btn-close {
    position: absolute;
    top: 0;
    right: 0;
}

.search-header .search-input {
    font-size: 24px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
}

.search-header .search-input__wrapper:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #d9d9d9;
    width: 100%;
}

.search-item {
    position: relative;
    display: block;
    overflow: hidden;
    transition: background-color .2s, opacity .3s, color .3s;
    transform-origin: 0 0;
    color: #1d1d1d;
}

.search-item:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 8.333%;
    right: 8.333%;
    height: 1px;
    background-color: #d9d9d9;
}

.row.por {
    position: relative;
}

.search-item .solr-highlight {
    background-color: rgba(101, 32, 142, .2);
}

.search-item__inner {
    padding-top: 16px;
    padding-top: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    min-height: 121px;
}

.search-close {
    position: absolute;
    display: block;
    top: 20px;
    right: 0;
    width: 28px;
    height: 1.8rem;
    background: url(../images/close.png) no-repeat center;
    background-size: 28px !important;
    cursor: pointer;
    z-index: 6;
    transition-duration: .5s;
}

.search-close:hover {
    transform: rotate(90deg);
}

.search .submit0 {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 5;
    width: 28px;
    height: 1.8rem;
    background: url(../images/ico_search.png) no-repeat center;
    opacity: .8;
    border: none;
    background-size: 28px !important;
    box-sizing: border-box;
    display: block;
}

.search-header .search-input {
    display: block;
    text-indent: 80px;
    line-height: 3;
    font-size: 24px;
    color: #fff;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    background: transparent;
}

.intro-list1.flexBox.alignCenter {
    align-items: flex-start;
}

.intro-list1 .moudle-titles1 {
    line-height: 1rem;
}

.intro-list1 .list-right {
    margin-top: 1.98rem;
}

@media (max-width: 1200px) {
    .search {
        top: 50px;
    }

    .search-header {
        padding: 50px 0;
    }

    .search-header .search-input {
        text-indent: 26px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        padding-bottom: 10px;
    }

    .search .submit0 {
        width: 20px;
        height: 30px;
        background-size: 20px !important;
        top: 0;
    }

    .search-close {
        background-size: 20px !important;
        width: 20px;
        height: 30px;
        top: 0;
    }
}

.search-body .search-list1 {
    min-height: 20vw;
}

.use-body .newsInfo-mains {
    border: none;
    padding: 0;
}

.use-body .item-h5 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.use-body .info-item {
    margin-bottom: 20px;
}

.proInfo-list1 {
    position: relative;
}

@media (max-width: 1023px) {
    .use-body .item-h5 {
        font-size: 18px;
    }

    .search-body .search-list1 {
        min-height: 50vw;
    }

    .intro-list1 .moudle-titles1 {
        line-height: 1.1;
    }

    .intro-list1 .list-right {
        margin-top: 0;
    }
}

.remind-sorry {
    text-align: center;
    font-size: .5rem;
    line-height: 1.1;
    color: #888;
}

.travel-swiper-banner .slide1 .img100 {
    transition-duration: .6s;
    transition-delay: .3s;
}

.travel-swiper-banner.cur .slide1 .img100 {
    transition-duration: .6s;
    transition-delay: .3s;
    opacity: 0;
    transform: translateX(50px);
}

.travel-swiper-banner.cur2 .swiper-slide0.slide1 .img100 {
    opacity: 1;
    transform: translateX(0);
}

.proInfo-para-wrap {
    display: none !important;
}

.bdsharebuttonbox .hide-ewm {
    transition-duration: .5s;
    transform: rotateY(90deg);
    bottom: 26px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background: #fff;
    position: absolute;
}

.bdsharebuttonbox .hide-ewm:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    box-sizing: content-box;
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.bdsharebuttonbox .weixin {
    position: relative;
}

.bdsharebuttonbox .weixin:hover .hide-ewm {
    transform: rotateY(0);
}

.bdshare-button-style0-16 a:hover {
    opacity: 1 !important;
}

.ability-list5 .tech-list13 .font-dt {
    padding-left: 0 !important;
}

.Info-form-bg p, .Info-form-bg span {
    color: #888 !important;
    text-align: left;
    font-size: 14px !important; /*white-space: pre-wrap;*/
    line-height: 1.8;
}

.Info-form-bg .info-dt-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    left: 0;
    top: 0;
    transform: rotateX(60deg);
    position: absolute;
}

.Info-form-bg .info-dt-wrap {
    padding-top: .75rem;
    position: relative;
}

.mCustomScrollbars {
    width: 100%;
    overflow: auto;
}

@media (max-width: 1023px) {
    .Info-form-bg p, .Info-form-bg span {
        font-size: 12px !important;
    }
}

@media (max-width: 321px) {
    .news-btn-wrap .news-btn {
        font-size: 12px;
    }
}

@media (min-width: 1201px) {
    .footer-top .footer-nav.footer-m-nav {
        display: none;
    }
}

@media (max-width: 1200px) {
    .ability-list4 .moudle-titles1 .moudle-font42 {
        margin-bottom: 0;
    }

    .ability-list4 .moudle-titles1 {
        margin-bottom: 1rem;
    }

    .proInfo-list2 .proInfo-table table {
        width: auto;
    }

    .proInfo-list2 .proInfo-table {
        overflow: scroll;
    }
}

@media (min-width: 768px) {
    .pc-block2 {
        display: block;
    }

    .tech-list31 .tech-m-img, .tech-list11 .tech-m-img {
        display: none;
    }

    .tech-list31 .tech-pc-img, .tech-list11 .tech-pc-img {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .tech-list31 .tech-m-img, .tech-list11 .tech-m-img {
        display: inline-block;
    }

    .tech-list31 .tech-pc-img, .tech-list11 .tech-pc-img {
        display: none;
    }

    .wel-list1 img.poa100:nth-child(2) {
        left: -28vw;
    }

    .safe-item-wrap .safe-item {
        margin-bottom: 4px;
    }

    .m-block2 {
        display: block;
    }

    .travel-swiper-banner .four-item {
        flex: 0 0 100%;
        width: 100%;
        margin-right: 0;
    }

    .tech-list31 .list-item:nth-child(2), .tech-list31 .list-item:nth-child(3) {
        padding-bottom: 30px;
    }

    .tech-list31 .list-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }
}

.proInfo-list2 .proInfo-table table tr:first-child td { /*width: 100% !important;*/
    text-align: center !important;
}

@media (min-width: 1201px) and (max-width: 1340px) {
    .mCSB_inside > .mCSB_container {
        margin-right: 20px !important;
    }

    .ability-list3 .cn-font16 {
        padding-right: 5rem;
    }

    .wel-list1 .wel-solution-item:nth-child(1) .moudle-titles1, .wel-list1 .wel-solution-item:nth-child(3) .moudle-titles1 {
        margin-top: 40px;
    }

    .wel-list1 .list-right .textRight.cn-font18 {
        padding-left: 1rem;
        margin-top: 20px;
    }

    .wel-list1 .list-right .wel-solution-item:nth-child(3) .textRight.cn-font18 {
        padding-left: 3.5rem;
    }

    .intro-list2 .list-left {
        flex: 0 0 calc(100% - 575px);
        width: calc(100% - 575px);
    }
}

@media (min-width: 1201px) {
    .intro-list3 .show-top .name0, .intro-list3 .show-top .zhiwei0 .s0 {
        display: block !important;
    }

    .footer-top .footer-nav.footer-m-nav {
        display: none;
    }
}

@media (max-width: 1200px) {
    .safe-item-wrap .safe-item .cn-font38 {
        margin: 10px auto;
    }

    .footer-top .footer-nav.footer-pc-nav {
        display: none;
    }

    .footer-top .footer-nav.footer-m-nav {
        display: inline-block;
    }

    .footer-top .footer-nav {
        flex: 0 0 25%;
    }

    .energy-list1 .cn-font20 {
        line-height: 1.5;
    }

    .footer .bdsharebuttonbox {
        flex: 0 0 40%;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .pc-block-m-none {
        display: block;
    }

    .pc-block2 {
        display: block;
    }

    .tech-list31 .imgauto.tech-m-img {
        display: none;
    }

    .tech-list31 .imgauto.tech-pc-img {
        display: inline-block;
    }
}

/*end header_search*/

.footer {
    background-color: #f6f6f6;
    margin-bottom: -12px;
}

.footer .footer_wrapper {

}

.footer_wrapper .footer_top {

}

.footer_top .l_rt {
    width: 40%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
    padding-bottom: 50px;
}

.footer .f_title {
    font-size: 18px;
    color: #333333;
    padding: 80px 0 45px 0;
    text-transform: uppercase;
}

.footer_top .f_nav {

}

.footer_top .f_nav li {
    width: 50%;
    float: left;
    display: none;
}

.footer_top .f_nav li.show {
    display: block;
}

.footer_top .f_nav a {
    font-size: 16px;
    line-height: 37px;
    color: #666666;
    display: block;
}

.footer_top .f_nav a.on, .footer_top .f_nav a:hover {
    color: #cfa167;
}

.footer_top .f_nav a.on:before {
    content: '-';
    color: #cfa167;
    margin-right: 5px;
}

.footer_top .c_rt {
    padding-left: 100px;
    float: left;
}

.footer_top .center {
    font-size: 16px;
    line-height: 37px;
    color: #666666;
}

.footer_top .r_lt {
    float: right;
    text-align: right;
    padding-top: 160px;
}

.footer_top .ewm {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 2.5;
    color: #666666;
    margin-left: 20px;
}

.footer_top .ewm img {
    width: 125px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}

.footer_bottom {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0;
    background-color: #313131;
}

.footer_bottom .l_rt {
    float: left;
    color: #707070;
}

.footer_bottom a {
    color: #707070;
}

.footer_bottom .r_rt {
    float: right;
    color: #707070;
}

.footer_bottom .cen_rt {
    margin:0 auto;
    color: #707070;
}

.sly {
    height: 600px;
}

.footer_fixed {
    bottom: 100px;
    right: 50px;
    position: fixed;
    z-index: 6;
}

.fixed_top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .02);
}

.fix_contact {

}

.fix_wrapper {
    position: relative;
}

.fix_wrapper .c_title {
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
    width: 44px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #cfa167;
    background: #ffffff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .02);
}

.fix_wrapper .c_title img {
    margin-bottom: 5px;
}

.fix_wrapper .c_list {
    position: absolute;
    width: 260px;
    /*height: 240px;*/
    background: #ffffff;
    right: 60px;
    bottom: 40px;
    box-sizing: border-box;
    padding-top: 10px;
    display: none;
}

.fix_wrapper .c_list a {
    line-height: 25px;
    background: url(../images/681d42033f2f4d388ad62c2b149f5e0b.gif) 20px 2px no-repeat;
    background-size: 25px;
    padding: 0 0 0 55px;
    display: block;
    box-sizing: border-box;
    margin-top: 20px;
}

.fix_wrapper .c_list .close {
    position: absolute;
    top: -20px;
    right: 10px;
    z-index: 6;
}

.fix_wrapper .cl1 {
    font-size: 16px;
    color: #333333;
}

.fix_wrapper .cl2 {
    font-size: 14px;
    color: #666;
}

.pro_details {
    position: relative;
}

.pro_details:after {
    content: '';
    width: 50%;
    height: 100%;
    background: #f9f9f9;
    position: absolute;
    top: 0;
    right: 0;
}

.pro_d_item {
    width: 50%;
    float: left;
    padding-top: 50%;
    position: relative;
}

.pro_d_item .pro_d_wrapper {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pro_details .right {
    width: 48%;
    float: right;
    position: relative;
    z-index: 4;
    padding-top: 8%;
}

.pro_details .l1 {
    font-size: 24px;
    font-weight: bold;
    color: #cfa167;
}

.pro_details .l2 {
    border-top: 1px solid #dddddd;
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    margin-top: 15px;
    padding-top: 15px;
}

.pro_details .l3 {
    margin-top: 40px;
    font-size: 16px;
    line-height: 35px;
    color: #666666;
    padding: 60px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;

}

.pro_details .l4 {
    margin-top: 70px;
    font-size: 14px;
    width: 150px;
    line-height: 45px;
    color: #ffffff;
    background: #cfa167;
    text-align: center;
}

.pro_details .l4 img {
    margin-right: 10px;
}
.pc_none{
    display: none!important;
}
.sj_none{
    display: block!important;
}
@media screen and (max-width: 1550px) {
    .footer_top .f_nav a, .footer_top .center {
        font-size: 14px;
        line-height: 30px;
    }

    .footer_top .c_rt {
        padding-left: 50px;
    }

    .footer_top .r_lt {
        padding-top: 110px;
    }

    .pro_details .l3 {
        margin-top: 20px;
        font-size: 14px;
        line-height: 30px;
        color: #666666;
        padding: 40px 0;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

    .pro_details .l2 {
        font-size: 14px;line-height: 2.5;
    }

    .pro_details .right {
        padding-top: 4%;
    }

    .slick-dots {
        bottom: -10%;
    }
}

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

    .pc_none{
        display: block!important;
    }
    .sj_none{
        display: none!important;
    }
    .pro_d_item {
        width: 100%;
        float: none;
        padding-top: 100%;
    }

    .img_list .box {
        height: 500px;
    }

    .pro_details .right {
        width: 110%;
        margin-left: -5%;
        padding: 40px 5%;
        box-sizing: border-box;
        float: none;
        background: #f9f9f9;
    }

    .pro_details:after {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    .footer_bottom .l_rt {
        float: none;
    }

    .footer_bottom .r_rt {
        display: block;
        float: none;
        margin-top: 17px;
    }

    .pro_details .l3 {
        margin-top: 20px;
        padding: 25px 0;
    }

    .pro_details .l1 {
        font-size: 20px;
    }

    .pro_details .l4 {
        margin-top: 30px;
        font-size: 12px;
        width: 120px;
        line-height: 35px;
    }

    .img_list .lans {
        width: 100%;
    }

    .img_list .l1 {
        font-size: 20px;
    }

    .img_list .l2 {
        font-size: 14px;
        line-height: 30px;
    }

    .img_list .box {
        height: auto;
        min-height: 200px;
        padding: 30px 0;
    }

    .pro_table th:nth-child(2) {
        width: 40%;
    }

    .pro_table th {
        width: 30%;
        font-size: 15px;
    }

    .pro_table td {
        font-size: 12px;
    }

    .down_list a {
        float: none;
        width: 100%;
        line-height: 80px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .down_list .down_ico {
        width: 20%;
        height: 80px;
        background: url(../images/down1.png) center center no-repeat #cecece;
        background-size: 20px;
    }

    .down_list a:nth-child(even) {
        margin-left: 0%;
    }

    .down_list .lans {
        padding: 0 10% 0 18%
    }

    .pro_d_sum .ptitle {
        font-size: 20px;
        padding: 40px 0 0;
    }

    .pro_d_other .pro_item_list {
        padding-bottom: 60px;
    }

    .down_list {
        padding: 30px 0 10px 0;
    }
}


.index-customer .wrap {
    width: 90%;
    padding: 0 0px;
    margin: 0 auto;
    position: relative;
}


.index-customer-listt {
    padding: 20px 0 50px;
    transform:translateY(50px);
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;overflow:hidden;}
.index-customer.active .index-customer-listt {
    transform:none;
}
.index-customer-listt li {
    position:relative;
    float:left;
    width:20%;
    height:200px;
    padding:0;
    text-align:center;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
    transition-delay:.5s;
}
/*.index-customer-listt .item600 {top:600px;}*/
/*.index-customer-listt .item450 {top:450px;}*/
/*.index-customer-listt .item550 {top:550px;}*/
/*.index-customer-listt .item400 {top:400px;}*/
/*.index-customer-listt .item300 {top:300px;}*/
/*.index-customer-listt .item700 {top:700px;}*/
.index-customer.active .index-customer-listt li.item {top:0;}
.index-customer-listt .item-inner {
    display:block;
    width:100%;
    height:145px;
    border-left:1px solid #e6e6e6;
}


.index-customer-listt li.nobottomborder{border-bottom: 0px;}

.index-customer-listt li:nth-child(5n +1) .item-inner {border-left:0;}
.index-customer-listt li:nth-child(5n +1) .lt-dot,
.index-customer-listt li:nth-child(5n +1) .lb-dot,
.index-customer-listt li:nth-child(5n) .rt-dot,
.index-customer-listt li:nth-child(5n) .rb-dot{display:none;}
.index-customer-listt li:nth-child(5n) .item-inner {}
.index-customer-listt li a {
    position:absolute;
    top:0;
    left:50%;
    display:block;
    width:80%;
    height:200px;
    margin-left:-40%;
}
.index-customer-listt li.double-item a {
    border-top:1px solid #e6e6e6;
    /* border-bottom:1px solid #e6e6e6; */
}
.index-customer-listt li img {
    position:absolute;
    top:50%;
    left:50%;
    display:block;
    margin-left:-50%;
    transition: all .5s linear 10ms;
}
.index-customer-listt li img:first-child {}
.index-customer-listt li img:last-child {opacity:.6;}
.index-customer-listt li:hover img:last-child,
.index-customer-listt li img:first-child {
    opacity:0;
    transform:translateY(-50%) rotateY(180deg);
}
.index-customer-listt li img,
.index-customer-listt li:hover img:first-child {opacity:1;transform:translateY(-50%) rotateY(0deg);}
.index-customer-listt .dot {
    position:absolute;
    display:block;
    width:2px;
    height:2px;
    background:#e6e6e6;
}
.index-customer-listt .lt-dot {
    left:0;
    top:0;
}
.index-customer-listt .lb-dot {
    left:0;
    bottom:0;
}
.index-customer-listt .rt-dot {
    right:0;
    top:0;
}
.index-customer-listt .rb-dot {
    right:0;
    bottom:0;
}
@media screen and (max-width: 991px){

    .index-customer-listt li {width:50%;}
 
    .index-customer-listt li a {border-top:1px solid #e6e6e6;}
    .index-customer-listt li:first-child a,.index-customer-listt li:nth-child(2) a{border-top:0;}
    .index-customer-listt li.double-item a {   border-bottom:0;  }
    .index-customer-listt li:nth-child(5n) .item-inner {border-right:0;}
    .index-customer-listt li:nth-child(2n+1) .item-inner {border-left:0;}
    .index-customer-listt li:first-child .dot.rt-dot,
    .index-customer-listt li:nth-child(2) .dot.lt-dot,
    .index-customer-listt li:nth-child(2n+1) .dot.lt-dot,
    .index-customer-listt li:nth-child(2n+1) .dot.lb-dot,
    .index-customer-listt li:nth-child(2n) .dot.rt-dot,
    .index-customer-listt li:nth-child(2n) .dot.rb-dot,
    .index-customer-listt li:nth-child(13) .dot.rb-dot,
    .index-customer-listt li:nth-child(14) .dot.lb-dot{display:none;}
    .index-customer-listt li:nth-child(5) .item-inner{border-right:1px solid #e6e6e6;}
    .index-customer-listt li img{    margin-left: -75px;}

    .index_about{    margin: 70px 0 0;}

}



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

    
.index-customer .wrap {padding:0px 0;width: 100%;}
}




.index-news {
    padding:100px 0 70px;
    background:#f6f6f6;
}
.index-news .wrap {
    width:1345px;
    padding:0;
}
.index-news .each-item{
    float:left;
}
.index-news .each-item .item-inner {
    position:relative;
    display:block;
}
.index-news .each-item img {max-width:100%;}
.index-news .each-item .item1 .text-wrap {
    position:absolute;
    bottom:0;
    width:100%;
    background:rgba(0,0,0,.35);
}
.index-news .each-item .item1 img {display:block;}
.index-news .each-item .item1 .text-inner {

}
.index-news .each-item .item1 .title {
    height:52px;
    padding-right:30%;
    font-size:18px;
    color:#fff;
    line-height:26px;
    overflow:hidden;
}
.index-news .each-item .item .icon {
    position:absolute;
    right:25px;
    top:40px;
    display:block;
    width:22px;
    height:10px;
    transition:all .4s ease-in-out;
}
.index-news .each-item .item:hover .icon {
    right:15px;
}
.index-news .each-item .item1 .icon {
    background:url(../images/more-icon1.png) no-repeat center center;
}
.index-news .each-item .item2 .icon,
.index-news .each-item .item3 .icon{
    top:30px;
    background:url(../images/more-icon2.png) no-repeat center center;
}
.index-news .each-item .item3 .icon {right:auto;left:30px;top:85px}
.index-news .each-item .item3:hover .icon {left:40px;}
.index-news .each-item .item2,
.index-news .each-item .item3 {
    position:relative;
    background:#fff;
}
.index-news .each-item .item2 .text-wrap {
    padding-bottom:19px;
    border-bottom:1px solid #f3f3f3;
}
.index-news .each-item .item2 .title,
.index-news .each-item .item3 .title{
    font-size:18px;
    overflow:hidden;
}
.index-news .each-item .item2 .title {color: #000;
    margin-bottom:15px;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.index-news .each-item .item2 .des {
    height:48px;
    font-size:14px;
    color:#666;
    line-height:24px;
    overflow:hidden;
}
.index-news .each-item .date-wrap {position:relative;  }
.index-news .each-item .date {
    font:12px/1 'Gotham-Book';
    color:#cfa167;

}
.index-news .each-item .big-date {
    display:block;
    font:36px/1 'Gotham-Bold';
    color:#cfa167
}
.index-news .each-item .item2 .big-date {margin:20px 0 10px;}
.index-news .each-item .item3 .date-wrap {
    float:left;
    width:100px;
    height:90px;
    border-right:1px solid #e7e7e7;
}
.index-news .each-item .item3 .text-wrap {
    position:relative;
    height:97px;
    margin-left:100px;
    padding-left:30px;
}
.index-news .each-item .item3 .date-wrap .line {
    display:block;
    width:20px;
    height:2px;
    margin:15px 0;
    background-color:#e7e7e7;
}
.index-news .each-item .item3 .title {margin-top:-7px;height:64px;line-height:32px;color: #000;}

.index-news .each-item:first-child {margin-left:0;}
@media (min-width:1400px){
    .index-news .wrap {width:1345px;}
    .index-news .each-item {width:440px;margin-left:10px;}
    .index-news .each-item .item2,
    .index-news .each-item .item3 {margin-bottom:10px;}
    .index-news .each-item .item1 .text-inner {  padding:20px 25px 20px 30px;  }
    .index-news .each-item .item2 .item-inner {padding:45px 45px 30px;}
    .index-news .each-item .item3 .item-inner {padding:40px 45px;}
}
@media (max-width:1450px){
    
    .index-news {padding:80px 0 50px;}

}
@media (max-width:1399px){
    .index-news .wrap {width:91%;}
    .index-news .each-item {width:32%;margin-left:1.33%;}
    .index-news .each-item .item2 {margin-bottom:1.75%;}
    .index-news .each-item .item3 {margin-bottom:2.75%;}
    .index-news .each-item .item1 .text-inner {  padding:15px 20px 15px 25px;  }
    .index-news .each-item .item2 .item-inner {padding:29px 30px 24px;}
    .index-news .each-item .item3 .item-inner {padding:30.5px 30px;}
    .index-news .each-item .item2 .big-date {margin:16px 0 10px;}
}
@media (max-width:1365px){
    .index-news .each-item img {height:474px;}
}

@media (max-width:991px){.index-news-list dt .images-wrap img {width:100%;}
.index-news-list dt,.index-news-list dd {width:100%;margin:0 0 1.5% 0;}

}
@media (max-width:768px){    .index-news {padding:50px 0;}
.index-news .each-item .item2 .item-inner {padding:25px 25px 20px;}
.index-news .each-item .item2 .title, .index-news .each-item .item3 .title {margin-bottom:10px;font-size:16px;}}

.news-list li:after,.index-news-list .item2:after,
.index-news-list .item3:after,
.solution-list .each-item:after,
.pay-list .each-item:after {
    position:absolute;
    left:0;
    top:0;
    content:'';
    display:block;
    width:100%;
    height:100%;
    background:#fff;
    transition:all .6s;
}
.ourwork-list .each-item:hover:after,
.news-list li:hover:after,
.index-news-list .item2:hover:after,
.index-news-list .item3:hover:after,
.solution-list .each-item:hover:after,
.pay-list .each-item:hover:after{
    box-shadow:0 15px 15px rgba(0,0,0,.1);
}
.news-list li:hover:after,
 .index-news-list .item2:hover:after,
 .index-news-list .item3:hover:after,
.pay-list .each-item:hover:after {transform:scale(1.025);}
.news-list li a,.index-news-list .item-inner {
    z-index:1;
    position:relative;
    display:block;
}
.news-list-one li a {  padding:35px 70px;  }
.news-list-one .date-wrap {
    position:relative;
    float:left;
    width:115px;
    height:155px;
    border-right:1px solid #e7e7e7;
}
.news-list-one .date-inner {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}
.news-list-one .date-wrap .day {
    font:48px/1 'gotham-medium';
}
.news-list-one .date-wrap .line {
    display:block;
    width:25px;
    height:3px;
    margin:15px 0;
    background:#e7e7e7;
}
.news-list-one .date-wrap .days {
    font:14px/1 'Gotham-Book';
}
.news-list-one .text-wrap {
    margin-left:175px;
}
.news-list-one .text-wrap .title {
    font-size:18px;
    color:#333;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.news-list-one .text-wrap .descrition {
    height:48px;
    margin:15px 0 40px;
    font-size:14px;
    color:#666;
    line-height:24px;
    overflow:hidden;
}
.news-list .text-wrap .more .icon{
    display:inline-block;
    width:0;
    height:10px;
    background:url(../images/more-icon2.png) no-repeat center center;
    transition:all .4s;
    opacity:0;
}

.news-list .text-wrap .more strong{
    font-size:14px;
    font-weight:normal;
    color:#666;
    transition:all .4s;
}

@media (max-width:991px){    .index-news .each-item {width:100%;margin-left:0;}
.index-news .each-item:first-child {display:none;}}

/* 
footer */

/*footer*/
footer {
    position:relative;
    background:#e5e5e5;
    overflow:hidden;
}
footer .wrap {width:1345px;padding:0;}
.top-footer {
    padding:60px 0 60px;
}
.top-footer .logo {
    float:left;
    /*width:25%;*/
}
.top-footer .bottom-item-wrap {
    float:left;
    /*width:75%;*/
}
.top-footer .each-item {
    float:left;
    /*width:33.33%;*/
}
@media(min-width:1366px){
    .top-footer .logo {width:315px;}
    .top-footer .bottom-item-wrap {width:100%;}
    .top-footer .each-item {width:350px}
    .top-footer .each-item.code-item {width:250px;}
}
.top-footer .each-item dl {
    width:350px;
}
.top-footer .each-item dt {
    width: 90%;
    padding-bottom:25px;
    margin-bottom:15px;
    font-weight: bold;
    font-size:16px;
    color:#000;
    border-bottom:1px solid #acacac;
}
.top-footer .each-item .word {
    font-size:14px;
    color:#4f4f4f;
    transition:all .5s ease-in-out;
}

.top-footer .each-item .word  a{
    font-size:14px;
    color:#4f4f4f;
}
.top-footer .each-item .proword {
    float: left;
    display: block;
    width: 160px;
    line-height: 30px;
    font-size:14px;
    color:#4f4f4f;
    transition:all .5s ease-in-out;
}

.top-footer .each-item .proword  a{
    font-size:14px;
    color:#4f4f4f;
}


.top-footer .each-item a.word:hover {color:rgba(255,255,255,.7);}
.top-footer .contact-item .word {
    display:block;
    padding:5px 0;
}
.top-footer .address-item dd {
    margin:0 0 20px 10px;
    padding-left:40px;
}
.top-footer .address-item .address {
    line-height:20px;width: 75%;
    background:url(../images/footer-icon1-1.png) no-repeat left center;
}
.top-footer .address-item .phone-number {
    line-height:24px;
    background:url(../images/footer-icon1-2.png) no-repeat left center;
}
.top-footer .code-wrap {
    padding:5px;
}

.top-footer .code-wrap .code img{

     width: 40%;
}

footer .copyright {
    border-top: 1px solid #acacac;



    padding:20px 0;
    font-size:12px;
    color:#4f4f4f;
    text-align:center;
}

footer .copyright a{
    color:#4f4f4f;}

footer .friend-links {


}
footer .friend-links .item-list {
    padding:35px 0;
    border-top:1px solid rgba(255,255,255,.1);
}
footer .friend-link-button-wrap strong {
    display:inline-block;
    width:88px;
    height:24px;
    margin-bottom:15px;
    font-weight:normal;
    color: #4f4f4f;
    line-height:24px;
    text-align:center;
    border:1px solid rgba(255,255,255,.2);
    border-radius:2px;
}
footer .friend-links.active {transform:translateY(0);}
footer .friend-links li {
    display:inline-block;
    margin:0 25px 10px 0;
}
footer .friend-links li a {
    font-size:12px;
    color:rgba(255,255,255,.2);
    transition:all .5s ease-in-out;
}
footer .friend-links li a:hover {color:rgba(255,255,255,.5);}
@media(max-width:1400px){
    footer .wrap {width:91%;}
    .top-footer {padding:60px 0;}
    .top-footer .logo {width:23%;}
    .top-footer .bottom-item-wrap {width:100%;}
    .top-footer .each-item {width:25%}
    .top-footer .each-item.code-item {width:25%;}
    footer .copyright {padding:0 0 30px;}
}
@media(max-width:1200px){
    .top-footer .logo {width:15%;}
    .top-footer .logo img {width:80px;}
    .top-footer .bottom-item-wrap {width:100%;}
    .top-footer .each-item dl {width:95%;padding-right:5%;}
}

@media (max-width:991px){
    .top-footer {padding:3rem 0;}
    .top-footer .bottom-item-wrap {float:none;width:100%;}
    .top-footer .logo {float:none;width:auto;}
    .top-footer .each-item {float:none;width:100%;margin-top:3rem;padding-bottom:1rem;}
    .top-footer .each-item dl {width:100%;}
    .top-footer .address-item dd {padding-left:25px;margin:0 0 20px 0;}
    .top-footer .each-item.code-item {display:none;}
    footer .friend-link-button-wrap {display:none;}
    footer .wrap {
        position:relative;
    }
    footer .copyright {
        text-align:left;
    }
    footer .wrap .gotop {
        position:absolute;
        width:35px;
        height:35px;
        right:6%;
        top:-8px;
        display:block;
    }
        footer .wrap .gotop img {
            width:100%;
        }
    .fixed-contact-wrap li.qq,.fixed-contact-wrap li.phone {display:none;}
    .fixed-contact-wrap li:hover {overflow:hidden;}
    .fixed-contact-wrap li:last-child {position:fixed;bottom:4.5%;right:4.5%;border-radius:100%;}
    .fixed-contact-wrap li i {width:35px;height:35px;}
    .fixed-contact-wrap .back-top i {background-size:12px 12px;}
}
@media (max-width:768px){
    .top-footer .address-item .address {background: url(../images/footer-icon1-1a.png) no-repeat left center;background-size:1rem 1.6rem;}
    .top-footer .address-item .phone-number {background: url(../images/footer-icon1-2a.png) no-repeat left center;background-size:1.3rem 1.3rem;}
    footer .friend-links {display:none;}
}