@charset "utf-8";

/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}

::selection {
    background-color: #343434;
    color: #fff;
}

::-moz-selection {
    background-color: #343434;
    color: #fff;
}

::-webkit-selection {
    background-color: #343434;
    color: #fff;
}

#wjdh-kefu .wjdh-kefu-qq p,
#wjdh-kefu .wjdh-kefu-qq a,
#wjdh-kefu .wjdh-kefu-tel p,
#wjdh-kefu .wjdh-kefu-tel img,
#wjdh-kefu .wjdh-kefu-erweima img {
    box-sizing: content-box;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

html,
body {
    background: #ffffff;
}

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

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

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

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

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.webqq_ewm {
    box-sizing: content-box;
}

textarea {
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;
}

input[type="text"] {
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;
}

input,
button {
    outline: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-pagination-bullet {
    opacity: 1;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clears::after {
    content: "";
    display: block;
    clear: both;
}

.center {
    width: 94%;
    margin: auto;
}

@keyframes lamp {
    0% {
        opacity: 0.1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.1;
    }
}
.webChatHm {
    position: absolute;
    top: 100%;

}
.webChatBox {
    width: 96%;
    border-radius: 10px;
    background: #fff;
    position: fixed;
    z-index: 999999999999999;
    left: 2%;
    top: 30%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: none;
}

.webChatBox .webChatBoxCenter {
    position: relative;
}

.webChatBox .webChatBoxCenter .webClose {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/webChatclose.png) no-repeat center;
    position: absolute;
    top: -0.4rem;
    right: 0.2rem;
    background-size: 50%;
}

.webChatBox .webChatBoxCenter img {
    width: 10%;
    display: block;
    margin: 10% auto 0;
}

.webChatBox .webChatBoxCenter h4 {
    font-weight: bold;
    color: #000;
    text-align: center;
    font-size: 0.3rem;
    padding-top: 0.2rem;

}

.webChatBox .webChatBoxCenter p {
    font-size: 0.24rem;
    text-align: center;
    margin-top: 0.1rem;
}

.webChatBox .webChatBoxCenter span {
    padding: 5px 20px;
    background: #1aad19;
    font-size: 0.24rem;
    line-height: 0.5rem;
    border-radius: 20px;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 30%;
    text-align: center;
    margin: 6% auto 6%;
}


/* header */
.header {
    width: 100%;
    height: 1.08rem;
}

.header h1 {
    padding-top: .25rem;
    float: left;
    line-height: 1;
}

.header h1 a {
    display: block;
    font-size: .36rem;
    color: #333;
}

.header h1 a i {
    display: block;
    color: #999999;
    font-family: ArialMT;
    font-size: .13rem;
    margin-top: .13rem;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.wrapper-inner-buttons {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
}

.wrapper-inner-buttons a {
    background-color: #3f8dbf;
    line-height: 35px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    border-radius: calc(17.5px);
}

.wrapper-inner-buttons a.current {
    color: #fff;
}

/*.wrapper-inner-buttons a:hover {*/
/*  background-color: #35759F;*/
/*  color: #fff;*/
/*}*/
.mobile {
    width: 100%;
    float: left;
}

.mobile-inner {
    width: 640px;
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fafafa;
    position: relative;
}

.mobile-inner img {
    width: 100%;
    margin-bottom: 30px;
}

.mobile-inner p {
    color: #676767;
    line-height: 25px;
    font-size: 16px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px;
}

.mobile-inner-header {
    width: 640px;
    padding: 0 20px;
    height: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.mobile-inner-header-icon {
    height: .33rem;
    float: right;
    width: .42rem;
    margin-top: .25rem;
    margin-right: 0;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    background: url(../images/menu.png) no-repeat center;
    background-size: .42rem .33rem;
}

.mobile-inner-header-icon:hover {
    cursor: pointer;
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: #333;
    width: 158px;
    position: absolute;
    top: 1rem;
    right: 0;
    display: none;
    z-index: 2;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
    width: 100%;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    font-size: 14px;
}

/*.mobile-inner-nav a:hover {*/
/*  color: rgba(255, 255, 255, 0.4);*/
/*  border-bottom: solid 1px rgba(255, 255, 255, 0.2);*/
/*}*/


@media (max-width: 320px) {
    .mobile-inner-header-icon {
        height: 45px;
        width: 40px;
        margin-top: .1rem;
    }

    .foot-center {
        width: 95% !important;
    }
}


/* banner */
.banner {
    width: 100%;
    height: 3rem;
}

.swiper-banner {
    width: 100%;
    height: 100%;
}

.swiper-banner .swiper-slide a,
.swiper-banner .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-banner .swiper-pagination-bullets {
    bottom: 10%;
}

.swiper-banner .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.8);
}

.swiper-banner .swiper-pagination-bullet-active {
    background: #333;
}

.title {
    line-height: 1;
    text-align: center;
    font-size: .3rem;
    color: #343434;
    letter-spacing: .02rem;
}

.title b {
    display: block;
    font-family: Arial-BoldMT;
}

.title p {
    margin-top: .15rem;
}



/*about-box*/
.about-box {
    margin: .47rem 0 .68rem;
}

.about-img {
    width: 100%;
    height: 2.57rem;
    border-radius: .04rem;
    overflow: hidden;
    margin: .36rem 0;
}

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

.about-text {
    width: 100%;
    position: relative;
    margin-bottom: .35rem;
}

.about-text .about-p {
    font-size: .25rem;
    line-height: .36rem;
    letter-spacing: .01rem;
    color: #333333;
}

.about-text a {
    display: block;
    font-size: .24rem;
    letter-spacing: .01rem;
    color: #333333;
    margin-top: 0.1rem;
    text-transform: uppercase;
}

.about-more {
    width: 100%;
}

.about-more .a1 {
    background: url("../images/ab11.png") no-repeat .66rem center;
    background-size: .42rem;
}

.about-more .a2 {
    background: url("../images/ab21.png") no-repeat .668rem center;
    background-size: .37rem .42rem;
}

.about-more a {
    display: block;
    width: 2.75rem;
    height: .78rem;
    border-radius: .1rem;
    overflow: hidden;
    line-height: .78rem;
    color: #fff;
    font-size: .24rem;
    padding-left: 1.3rem;
    box-sizing: border-box;
    background-color: rgb(11, 79, 181) !important;
}

/*duct-box*/
.duct-box {
    margin-bottom: .15rem;
}

.duct {
    margin-top: .63rem;
}

.duct li:nth-child(2n+1) {
    margin-left: 0;
}

.duct li {
    float: left;
    width: 47.34%;
    margin-left: 0.32rem;
    margin-bottom: .57rem;
}

.duct li .duct-img {
    display: block;
    width: 100%;
    height: 1.94rem;
    overflow: hidden;
}

.duct li .duct-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.duct li .duct-nn {
    width: 100%;
    height: 1.8rem;
    background-color: #ffffff;
    box-shadow: 0px .03rem .07rem 0px rgba(0, 0, 0, 0.05);
    line-height: 1;
}

.duct li .duct-nn .duct-name {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 .15rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
    font-size: .26rem;
    margin: .24rem 0 .22rem;
}

.duct li .duct-nn p {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .15rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #4d4d4d;
    overflow: hidden;
    height: .6rem;
    margin-bottom: .23rem;
}

.duct li .duct-nn .duct-more {
    display: block;
    width: 100%;
    border-top: .02rem solid #f0f0f0;
    line-height: .5rem;
    box-sizing: border-box;
    padding: 0 .4rem 0 .15rem;
    background: url("../images/d-j.png") no-repeat 2.49rem center;
    background-size: .1rem;
    font-size: .2rem;
    color: #000000;
}

/*ys-box*/
.ys-box {
    width: 100%;
    height: 7.47rem;
    box-sizing: border-box;
    padding: .64rem 0 0;
    background-color: rgb(11, 79, 181);
}

.ys-box .title {
    color: #fff;
}

.ys {
    margin-top: .63rem;
    position: relative;
}

.ys-tab {
    width: 100%;
    z-index: 0;
}

.ys-tab li.swiper-slide {
    width: 2.8rem;
    height: 4.5rem;
    background: #fff;
}

.ys-tab li.swiper-slide .ys-tu {
    width: 100%;
    height: 1.67rem;
    overflow: hidden;
}

.ys-tab li.swiper-slide .ys-tu img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ys-tab li.swiper-slide span {
    display: block;
    box-sizing: border-box;
    padding: 0 .1rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    line-height: 1.5;
    font-size: .26rem;
    text-align: center;
    margin: .22rem 0;
}

.ys-tab li.swiper-slide p {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .15rem;
    font-size: .2rem;
    color: #666666;
    line-height: .26rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.ys-left {
    background: url("../images/yl.png") no-repeat center;
    background-size: .49rem;
    width: .49rem;
    height: .49rem;
    top: 100%;
    margin-top: .5rem;
    left: 41%;
    z-index: 1;
}

.ys-right {
    background: url("../images/yr.png") no-repeat center;
    background-size: .49rem;
    width: .49rem;
    height: .49rem;
    top: 100%;
    margin-top: .5rem;
    right: 41%;
    z-index: 1;
}

/*team-box*/
.team-box {
    margin: .7rem 0;
}

.team {
    margin-bottom: .7rem;
}

.team li:nth-child(2n+1) {
    margin-left: 0;
}

.team li {
    width: 47.84%;
    height: 3.68rem;
    position: relative;
    z-index: 0;
    margin: .73rem 0 0 .26rem;
    float: left;
}

.team li:before {
    content: '';
    position: absolute;
    top: -.08rem;
    left: 50%;
    transform: translate(-50%);
    width: 2.26rem;
    height: 3.68rem;
    background-color: rgb(11, 79, 181);
    z-index: -1;
}

.team li .team-img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.team li .team-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team li .team-nn {
    width: 2.22rem;
    height: 1.13rem;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -1.11rem;
    bottom: -.16rem;
    line-height: 1;
}

.team li .team-nn i {
    display: block;
    text-align: center;
    font-family: ArialMT;
    font-size: .14rem;
    color: #4d4d4d;
    padding: .2rem .15rem .15rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.team li .team-nn .team-name {
    display: block;
    padding: 0 .15rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
    font-size: .24rem;
    text-align: center;
    margin-bottom: .14rem;
}

.team li .team-nn .team-more {
    background: url("../images/t-j.png") no-repeat 85% center;
    background-color: rgb(11, 79, 181);
    box-sizing: border-box;
    padding-left: .53rem;
    color: #fff;
    font-size: .14rem;
    display: block;
    width: 100%;
    height: .34rem;
    line-height: .34rem;
    background-size: .25rem .09rem;
}


.index-more {
    margin: 0 auto;
    background: url("../images/more.png") no-repeat .34rem center #333;
    line-height: .58rem;
    width: 1.86rem;
    height: .58rem;
    display: block;
    background-size: .22rem;
    font-size: .2rem;
    padding-left: .73rem;
    box-sizing: border-box;
    color: #fffefe;
    border-radius: .1rem;
}


.index-more2 {
    margin: 0 auto;
    background: url("../images/more2.png") no-repeat .34rem center;
    background-color: rgb(11, 79, 181);
    line-height: .58rem;
    width: 1.86rem;
    height: .58rem;
    display: block;
    background-size: .22rem;
    font-size: .2rem;
    padding-left: .73rem;
    box-sizing: border-box;
    color: #fff;
    border-radius: .1rem;
}

/*case-box*/
.case-box {
    margin-bottom: .68rem;
}

.case {
    margin-top: .64rem;
}

.case li:nth-child(2n+1) {
    margin-left: 0;
}

.case li {
    float: left;
    width: 48.4%;
    height: 2.2rem;
    overflow: hidden;
    position: relative;
    margin: 0 0 .36rem .19rem;
}

.case li .case-img,
.case li .case-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.case li .case-name {
    display: block;
    text-align: center;
    height: .4rem;
    line-height: .4rem;
    background-color: rgba(0, 0, 0, .78);
    font-size: .22rem;
    color: #e6e6e6;
    width: 100%;
    box-sizing: border-box;
    padding: 0 .15rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*new-box*/
.new-box {
    margin-bottom: .72rem;
}

.new-big {
    margin-top: .6rem;
    margin-bottom: .47rem;
}

.new-big .tabs {
    text-align: center;
    line-height: .5rem;
    margin-bottom: .5rem;
}

.new-big .tabs a {
    display: inline-block;
    margin: 0 .14rem;
    width: 1.62rem;
    height: .5rem;
    border: solid .01rem #737373;
    box-sizing: border-box;
    border-radius: .2rem;
    font-size: .2rem;
    text-align: left;
    padding-left: .55rem;
    color: #4d4d4d;
}

.new-big .tabs a:nth-child(1) {
    background: url("../images/n1.png") no-repeat .3rem center;
    background-size: .14rem .16rem;
}

.new-big .tabs a.active:nth-child(1) {
    background: url("../images/n11.png") no-repeat .3rem center;
    background-size: .14rem .16rem;
}

.new-big .tabs a:nth-child(2) {
    background: url("../images/n2.png") no-repeat .3rem center;
    background-size: .14rem;
}

.new-big .tabs a.active:nth-child(2) {
    background: url("../images/n22.png") no-repeat .3rem center;
    background-size: .14rem;
}

.new-big .tabs a:nth-child(3) {
    background: url("../images/n3.png") no-repeat .3rem center;
    background-size: .15rem .16rem;
}

.new-big .tabs a.active:nth-child(3) {
    background: url("../images/n33.png") no-repeat .3rem center;
    background-size: .15rem .16rem;
}

.new-big .tabs a.active {
    background-color: rgb(11, 79, 181) !important;
    border-color: rgb(11, 79, 181);
    color: #fff;
}

.new-desc {
    width: 100%;
    z-index: 0;
}

.new-desc .swiper-slide {
    width: 100%;
}

.new-desc .new-top {
    width: 100%;
    height: 1.76rem;
    margin-bottom: .45rem;
}

.new-desc .new-top .new-img {
    display: block;
    width: 49%;
    height: 1.76rem;
}

.new-desc .new-top .new-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.new-desc .new-top .new-text {
    line-height: 1;
    width: 45%;
    padding-top: .16rem;
}

.new-desc .new-top .new-text a {
    display: block;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: .22rem;
}

.new-desc .new-top .new-text .new-zi {
    position: relative;
    margin-top: .25rem;
}

.new-desc .new-top .new-text .new-zi .new-p {
    line-height: .3rem;
    color: #4d4d4d;
    font-size: .2rem;
    overflow: hidden;
    height: .9rem;
}

.new-desc .new-top .new-text .new-zi i {
    display: block;
    font-family: ArialMT;
    font-size: .16rem;
    color: #b3b3b3;
    margin-top: .1rem;
}

.new {
    width: 100%;
    margin-top: .45rem;
    position: relative;
    z-index: 0;
}

.new:before {
    content: '';
    position: absolute;
    top: .49rem;
    left: .23rem;
    width: .02rem;
    height: 5.21rem;
    background-color: #e6e6e6;
    z-index: 1;
}

.new li {
    box-sizing: border-box;
    position: relative;
    height: 1.7rem;
    background-color: #fafafa;
    padding: .29rem .2rem 0;
    line-height: 1;
}

.new li .new-name {
    display: block;
    font-size: .22rem;
    line-height: .23rem;
    color: #808080;
    overflow: hidden;
    width: 70%;
    padding-left: .3rem;
    box-sizing: border-box;
    position: relative;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new li .new-name:before {
    content: '';
    width: .08rem;
    height: .09rem;
    background-color: #cdcdcd;
    position: absolute;
    left: 0;
    top: .1rem;
    border-radius: 50%;
    overflow: hidden;
    transition: all ease-out .5s;
    z-index: 2;
}

.new li p {
    width: 90%;
    font-size: .22rem;
    color: #8c8c8c;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .3rem;
    box-sizing: border-box;
    margin-top: .14rem;
}

.new li span {
    display: block;
    font-family: ArialMT;
    font-size: .22rem;
    color: #b3b3b3;
    margin-top: .2rem;
    margin-left: .3rem;
}

.new li .new-more {
    display: block;
    width: .11rem;
    height: .2rem;
    background: url("../images/n-more.png") no-repeat center;
    background-size: .11rem .2rem;
    position: absolute;
    right: .2rem;
    top: .62rem;
}

/*form*/

.form-box {
    margin-bottom: .6rem;
}

.webq_bottom_r {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-top: .5rem;
}

.webq_bottom_d1 {
    background: url(../images/ly_d1.png) no-repeat .22rem center #eee;
    background-size: .19rem;
}

.webq_bottom_d2 {
    background: url(../images/ly_d2.png) no-repeat .22rem center #eee;
    width: 100% !important;
    background-size: .19rem;
}

.webq_bottom_d3 {
    background: url(../images/ly_d3.png) no-repeat .23rem center #eee;
    background-size: .19rem;
}



.webq_bottom_r1 {
    height: .66rem;
    margin-top: .2rem;
    padding: .15rem .05rem .05rem .55rem;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

.webq_bottom_r3 {
    float: left;
    width: 100%;
}

.webq_bottom_r3_1 {
    width: 2.8rem;
    float: left;
    height: .63rem;
    line-height: .63rem;
    padding: 0 .06rem 0 .54rem;
    box-sizing: border-box;
}

.webq_bottom_rml {
    margin-top: .19rem;
}

.webq_bd_1 {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    line-height: 24px;
    color: #808080;
}

.webq_bd_2 {
    width: 100%;
    height: 100%;
    line-height: 42px;
    border: 0;
    background: none;
    color: #808080;
    display: block;
}

.webq_yan {
    float: left;
    height: .63rem;
    background: #eee;
    width: 2.8rem;
    position: absolute;
    right: 0;
    top: 0;
}

.webq_yan input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: .56rem;
    font-size: 14px;
    padding-right: 1.2rem;
    color: #808080;
    float: left;
    background: url("../images/ly_d4.png") no-repeat .23rem center;
}

.webq_yan .web_yanimg {
    width: 1rem;
    height: .44rem;
    overflow: hidden;
    position: absolute;
    right: .09rem;
    top: .09rem;
}

.webq_yan .web_yanimg img {
    display: block;
    width: 100%;
    height: 100%;
}

.webq_bd_go {
    border: 0;
    margin: .43rem auto 0;
    background: url(../images/more2.png) no-repeat .34rem center;
    line-height: .58rem;
    background-color: rgb(11, 79, 181);
    width: 1.86rem;
    height: .58rem;
    display: block;
    background-size: .22rem;
    font-size: .2rem;
    padding-left: .73rem;
    box-sizing: border-box;
    color: #fff;
    border-radius: .1rem;
    cursor: pointer;
    text-align: left;
}

/*foot*/
.foot-box {
    height: 7.12rem;
    background-color: #2f2f2f;
    padding-top: .73rem;
    box-sizing: border-box;
}

.foot-tel {
    background: url(../images/tel.png) no-repeat center top;
    width: 4.66rem;
    background-size: 4.66rem .48rem;
    margin: 0 auto;
    padding-top: .69rem;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
}

.foot-tel p {
    font-size: .2rem;
    color: #b3b3b3;
    font-weight: bold;
}

.foot-tel p b {
    font-family: Impact;
    font-size: .3rem;
}

.foot-text {
    margin-top: .38rem;
    width: 100%;
    height: 1.85rem;
    border-bottom: .01rem solid rgba(245, 245, 245, .1);
}

.footL {
    font-size: .24rem;
    line-height: 2;
    color: #b3b3b3;
    /* margin-top: .15rem; */
}

.footR {
    width: 1.35rem;
    height: 1.35rem;
    overflow: hidden;
}

.footR img {
    display: block;
    width: 100%;
    height: 100%;
}


.copy {
    margin-top: .4rem;
    text-align: center;
    width: 100%;
    font-size: .22rem;
    line-height: .4rem;
    color: #b3b3b3;
}

.copy a {
    color: #b3b3b3;
}


/*foot-nav*/
.foot-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

.foot-nav-t {
    width: 100%;
    height: .2rem;
    border-radius: 100% 100% 0 0;
    background: rgb(11, 79, 181);
}

.foot-list {
    height: 1.12rem;
    background: rgb(11, 79, 181);
    width: 100%;
    margin-top: -0.02rem;
}

.foot-list li {
    display: block;
    float: left;
    width: 25%;
    height: 1.12rem;
    text-align: center;
    line-height: 1;
}

.foot-list li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: .24rem;
    color: #fff;
}

.foot-list li a i {
    display: block;
    width: 100%;
    height: .27rem;
    margin: .2rem auto .17rem;
}

.foot-list li:nth-child(1) a i {
    background: url("../images/fn1.png") no-repeat center;
    background-size: .27rem;
}

.foot-list li:nth-child(2) a i {
    background: url("../images/fn2.png") no-repeat center;
    background-size: .25rem;
}

.foot-list li:nth-child(3) a i {
    background: url("../images/fn3.png") no-repeat center;
    background-size: .26rem .26rem;
}

.foot-list li:nth-child(4) a i {
    background: url("../images/webchat.png") no-repeat center;
    background-size: .25rem auto;
}

#kefu-ball {
    background: rgb(11, 79, 181);
    position: fixed;
    right: 0;
    bottom: 30%;
    width: .8rem;
    height: .8rem;
    padding: 0.2rem;
    z-index: 999;
    box-sizing: border-box;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#kefu-ball img {
    width: 100%;
    display: block;
    margin: 0 auto;
}