/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 12px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

::selection {
    background-color: #22ac7c;
    color: #fff;
}

::-moz-selection {
    background-color: #22ac7c;
    color: #fff;
}

::-webkit-selection {
    background-color: #22ac7c;
    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;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
    overflow-x: hidden;
    margin: 0 auto !important;
    max-width: 1920px !important;
}

*:before,
*:after {
    box-sizing: content-box;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

a,
span {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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;
    vertical-align: middle;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

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;
}


.fixedNav {
    position: fixed !important;
    top: 0px !important;
    width: 100%;
    z-index: 100000 !important;
    /* _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop)); */
    box-shadow: 0px 10px 12px rgba(0, 0, 0, .1);
}

:root {
    --nav_down_height: 65px;
    --nav_color: #22ac7c;
}


html {
    cursor: url(../images/cur.png),
        default;
}

a {
    cursor: url(../images/Acur.png),
        default;
}

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[type="button"] {
    cursor: url(../images/Acur.png),
        default !important;
}

input,
button {
    outline: none;
    border: 0;
    background: transparent;
}



.wjdh-ico1,
.wjdh-ico2 {
    vertical-align: middle;
}



.top_line {
    width: 100%;
    height: 1px;
    background: transparent;
}


.myclearfix:after {
    content: "";
    display: block;
    clear: both;
}

.leftl {
    float: left;
}

.rightr {
    float: right;
}



/* nav S */

.navi {
    width: 100%;
    height: var(--nav_down_height);
    background-color:#ffffff;
    position: relative;
    z-index: 99;
    box-sizing: border-box;
    border-top: 1px solid rgba(233,233,233,0.6);
    transition: all .5s;
    -webkit-transition: all .5s;
}




.navi h1 a {
    display: inline-block;
    padding-top: 22px;
    box-sizing: border-box;
    font-weight: bold;
    color: #ffffff;
}

.navi .navi_list {
    width: 1280px;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    justify-content: space-between;
}

.navi .navi_list>li {
    flex: 1;
    height: 100%;
    font-size: 15px;
    display: inline-block;
    box-sizing: border-box;
}

.nav_comon {
    position: absolute;
    width: 120px;
    top: var(--nav_down_height);
    display: none;
    box-shadow: 4px 19px 18px 0px rgb(1 1 1 / 16%);
}

.nav_comon::before{
    width: 0 !important;
}

.nav_comon ul li {
    line-height: 40px;
    background: #fff;
    box-sizing: border-box;
}

.nav_comon ul li>a {
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #333;
}

.nav_comon ul li>a:hover {
    color: var(--nav_color);
}


.navi .navi_list>li>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    position: relative;
    z-index: 9;
    font-size: 16px;
    line-height: var(--nav_down_height);
    text-align: center;
    box-sizing: border-box;
}


.navi .navi_list>li>a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    background: var(--nav_color);
}


.navi .navi_list>li.active>a::after {
    height: 100%;
}




.navi .xunpan {
    position: relative;
    top: 47px;
    cursor: pointer;
}

.navi .xunpan .tips {
    position: absolute;
    left: -36px;
    top: 36px;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #22ac7c;
    background-color: #fff;
    border-radius: 4px;
    font-weight: bold;
    box-shadow: 5px 5px 2px rgba(158, 158, 158, .3);

    -webkit-transform: translateX(-20%) scale(0);
    -moz-transform: translateX(-20%) scale(0);
    -o-transform: translateX(-20%) scale(0);
    -ms-transform: translateX(-20%) scale(0);
    transform: translateX(-20%) scale(0);

    -webkit-transition: transform .6s, opacity .4s;
    -moz-transition: transform .6s, opacity .4s;
    -o-transition: transform .6s, opacity .4s;
    -ms-transition: transform .6s, opacity .4s;
    transition: transform .6s, opacity .4s;
    opacity: 0;
}

.navi .xunpan:hover .tips {
    -webkit-transform: translateX(-20%) scale(1);
    -moz-transform: translateX(-20%) scale(1);
    -o-transform: translateX(-20%) scale(1);
    -ms-transform: translateX(-20%) scale(1);
    transform: translateX(-20%) scale(1);
    opacity: 1;
}

/* .navi_list li:hover .nav_down {
    opacity: 1;
    height: auto;
} */


.nav_down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: var(--nav_down_height);
    z-index: 999;
    display: none;
}

.nav_down::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/nav_arc.png) no-repeat center;
    background-size: cover;
    z-index: 9;
    pointer-events: none;
}

.nav_down_pro {
    width: 1279px;
    height: 350px;
    background-color: #ffffff;
    box-shadow: 4px 19px 18px 0px rgba(1, 1, 1, 0.16);
    border-radius: 0px 0px 10px 10px;
    border: solid 1px #f1f1f1;
}

.nav_down .nav_left {
    margin: 56px 0 0 102px;
    display: inline-block;
    vertical-align: top;
}

.nav_down .nav_left .title1 {
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    line-height: 26px;
    color: #4f4f4f;
}

.nav_down .nav_left .title2 {
    font-size: 14px;
    line-height: 14px;
    color: #656565;
    margin: 14px 0 20px;
}

.nav_down .nav_left .title2::after {
    content: "";
    display: block;
    margin-top: 20px;
    width: 27px;
    height: 3px;
    background-color: var(--nav_color);
}

.nav_down .nav_left .title3 a {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    color: #383938;
}

.nav_down .nav_left .go_more {
    display: block;
    width: 64px;
    height: 22px;
    border: solid 1px #dcdcdc;
    position: relative;
    margin: 34px 0 37px;
    text-align: center;
    line-height: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.nav_down .nav_left .go_more:hover {
    background-color: var(--nav_color);
    border: solid 1px var(--nav_color);
    margin-left: 10px;
}


.nav_down .nav_left .consult {
    display: block;
    width: 123px;
    height: 39px;
    background-color: var(--nav_color);
    border-radius: 20px;
    line-height: 38px;
    font-size: 14px;
    color: #ffffff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.nav_down .nav_left .consult img {
    margin: 0 10px;
}

.nav_down .nav_left .consult:hover {
    transform: translateX(10px);
}

.nav_down .nav_slogan {
    position: absolute;
    width: 404px;
    height: 14px;
    right: 292px;
    bottom: 15px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 14px;
    color: #929292;
    z-index: 9;
    padding-left: 58px;
    background: url(../images/nav_line.png) no-repeat center left;
}


.nav_pro_right {
    display: inline-block;
    vertical-align: top;
    width: 973px;
    box-sizing: border-box;
    margin: 52px 0 0 0;
    float: right;
}

.nav_pro_right .nav_pro_hd {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 24px 0 32px;
}

.nav_pro_right .nav_pro_hd li:nth-child(3n) {
    margin-right: 0;
}

.nav_pro_right .nav_pro_hd li {
    width: 264px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin-right: 46px;
}

.nav_pro_right .nav_pro_hd li:nth-child(n+4) {
    margin-top: 28px;
}

.nav_pro_right .nav_pro_hd li::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 5px;
    height: 11px;
    background: url(../images/nav_pro_more.png) no-repeat center;
}

.nav_pro_right .nav_pro_hd li .num {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 39px;
    height: 39px;
    line-height: 41px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    font-family: Arial;
    font-size: 16px;
    color: #525252;
}

.nav_pro_right .nav_pro_hd li .num::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    width: 39px;
    height: 39px;
    background-color: #eaeaea;
    border-radius: 50%;
}


.nav_pro_right .nav_pro_hd li .num::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 29px;
    height: 29px;
    background-color: #ffffff;
    border-radius: 50%;
}

.nav_pro_right .nav_pro_hd li.active .num {
    color: #ffffff;
}

.nav_pro_right .nav_pro_hd li.active .num::after {
    background: var(--nav_color);
    opacity: 0.15;
}

.nav_pro_right .nav_pro_hd li.active .num::before {
    background: var(--nav_color);
}


.nav_pro_right .nav_pro_hd li .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    width: 214px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 13px;
    padding-top: 5px;
    padding-right: 20px;
    color: #424242;
    border-bottom: 1px solid #e1e1e1;
}

.nav_pro_right .nav_pro_hd li.active .text {
    color: var(--nav_color);
}



.nav_pro_right .nav_pro_bd {
    margin-top: 29px;
    width: 100%;
    background: var(--nav_color);
    height: 146px;
    border-radius: 40px 0px 0px 0px;
    box-sizing: border-box;

    position: relative;
}

.nav_pro_right .nav_pro_bd .nav_pro_bd_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 26px 36px 42px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.nav_pro_right .nav_pro_bd .nav_pro_bd_ul.active {
    opacity: 1;
}

.nav_pro_right .nav_pro_bd .nav_pro_bd_ul li:nth-child(4n) {
    margin-right: 0;
}

.nav_pro_right .nav_pro_bd .nav_pro_bd_ul li {
    flex: 0 0 24%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 18px;
    margin-right: 12px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}



.nav_pro_right .nav_pro_bd .nav_pro_bd_ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav_pro_right .nav_pro_bd .nav_pro_bd_ul li a::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 20px;
    background: url(../images/nav_pro_arrow.png) no-repeat center;
    vertical-align: top;
    margin-right: 3px;
}




.nav_down_case {
    width: 1280px;
    height: 318px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 4px 19px 18px 0px rgba(1, 1, 1, 0.16);
    border-radius: 0px 0px 10px 10px;
    border: solid 1px #f1f1f1;
}

.nav_case_right {
    margin-top: 47px;
    display: inline-block;
    vertical-align: top;
}

.nav_case_right li:nth-child(4) {
    margin-right: 0;
}

.nav_case_right li {
    display: inline-block;
    width: 228px;
    height: 202px;
    background-color: #ffffff;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    padding: 6px;
    position: relative;
    margin-left: 25px;
}

.nav_case_right li:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.nav_case_right li .pic {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 160px;
}

.nav_case_right li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav_case_right li .text {
    display: block;
    text-align: center;
    width: 140px;
    margin: 11px auto 0;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
    color: #727272;
}

.nav_case_right li:hover .text {
    color: var(--nav_color);
}

.nav_case_right li::before {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    border: solid 1px #c7c7c7;
}


.nav_case_right li .text::after {
    content: "";
    position: absolute;
    bottom: 13px;
    right: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    border: solid 1px #c7c7c7;
}


.nav_down_news {
    width: 1280px;
    height: 318px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 4px 19px 18px 0px rgba(1, 1, 1, 0.16);
    border-radius: 0px 0px 10px 10px;
    border: solid 1px #f1f1f1;
}

.nav_news_right {
    display: inline-block;
    vertical-align: top;
    margin-top: 51px;
    width: 800px;
    box-sizing: border-box;
    margin-left: 100px;
}

.nav_news_right h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}

.nav_news_right h3 i {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    position: relative;
    text-align: center;
    line-height: 30px;
    margin-right: 15px;
}

.nav_news_right h3 i::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    width: 36px;
    height: 36px;
    background: var(--nav_color);
    opacity: 0.15;
    border-radius: 50%;
}


.nav_news_right h3 i::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 28px;
    height: 28px;
    background: var(--nav_color);
    border-radius: 50%;
}



.nav_news_right p {
    font-size: 15px;
    line-height: 30px;
    color: #9d9c9c;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.nav-top {
    height: 110px;
}

.nav-top div {
    width: 1300px;
    margin: 0 auto;
}
.nav-top div h1{
    padding-top: 16px;
    display: inline-block;
}

.nav-top div h1 a {
    display: block;
    font-size: 36px;
	font-weight: bold;
	color: #333333;
    line-height: 1.5;
}
.nav-top div h1 a i:nth-child(1){
    display: block;
    font-family: Arial;
	font-size: 12px;
	line-height: 12px;
	color: #cccccc;
}

.nav-top div .text{
    height: 51px;
    margin-top: 32px;
    padding-left: 29px;
    box-sizing: border-box;
    margin-left: 30px;
    font-size: 15px;
    line-height: 28px;
    color: #444444;
    border-left: 1px solid #d8d8d8;
}

.nav-top div .phone{
    display: inline-block;
    padding: 0 19px 0 12px;
	font-size: 18px;
	line-height: 48px;
    height: 52px;
    box-sizing: border-box;
	color: #333333;
    margin-top: 29px;
    background-color: #22ac7c;
	border-radius: 26px;
}

.nav-top div .phone img{
    margin-right: 15px;
}





.form-box {
    height: 140px;
    background-color: #f6f7fa;
  }
  .form-box .form-con {
    width: 1300px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .form-box .form-con div {
    width: 251px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 2px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 12px;
  }
  .form-box .form-con div img {
    margin-right: 5px;
  }
  .form-box .form-con label {
    width: 251px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 2px;
    line-height: 50px;
    box-sizing: border-box;
  }
  .form-box .form-con label input {
    width: 120px;
    margin-right: 15px;
  }
  .form-box .form-con label img:last-child {
    width: 70px;
    height: 30px;
    object-fit: contain;
  }
  .form-box .form-con button {
    cursor: pointer;
    width: 145px;
    height: 50px;
    background-color: #22ac7c;
    border-radius: 2px;
    font-size: 14px;
    color: #ffffff;
  }
  .form-box .form-con input {
    width: 75%;
    font-size: 14px;
    color: #333333;
  }
  .form-box .form-con input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 14px;
    color: #333333;
  }
  .form-box .form-con input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color: #333333;
  }
  .form-box .form-con input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: #333333;
  }
  .form-box .form-con input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 14px;
    color: #333333;
  }
  .footer {
    background: url(../images/foo-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 56px 0 20px;
  }
  .footer .foo-top {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .footer .foo-top h3 {
    font-family: Simsun;
    font-size: 34px;
    font-weight: bold;
    line-height: 34px;
    color: #ffffff;
    width: 636px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  .footer .foo-top h3 i {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    margin-top: 9px;
    margin-left: 5px;
    letter-spacing: 0.5px;
  }
  .footer .foo-top p {
    font-family: Arial;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    text-align: right;
    display: inline-block;
  }
  .footer .foo-top p i {
    padding-top: 22px;
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #d0d4dc;
  }
  .footer .foo-con {
    width: 1300px;
    margin: 0 auto;
    position: relative;
  }
  .footer .foo-con .yyzz {
    position: absolute;
    right: 0;
    top: 50px;
    width: 177px;
    height: 124px;
    object-fit: contain;
    background-color: #fff;
  }
  .footer .foo-con .foo-cen {
    padding: 50px 0 0 0;
    width: 1091px;
    display: flex;
    justify-content: space-between;
  }
  .footer .foo-con dl {
    position: relative;
  }
  .footer .foo-con dl::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 152px;
    background-color: #d2d2d2;
    opacity: 0.05;
    position: absolute;
    right: -70px;
    top: 0;
  }
  .footer .foo-con dl dt {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
  }
  .footer .foo-con dl dt::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 3px;
    background-color: #c8d2e4;
    border-radius: 2px;
    margin-right: 10px;
  }
  .footer .foo-con dl dd {
    margin-top: 20px;
    padding-left: 26px;
  }
  .footer .foo-con dl dd a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #adbab9;
  }
  .footer .foo-con dl dd a:hover {
    color: #ffffff;
    transform: translateX(5px);
  }
  .footer .foo-con .qr {
    width: 126px;
    height: 126px;
    padding: 20px;
    background: url(../images/qr.png) no-repeat center;
    background-size: cover;
    box-sizing: content-box;
    object-fit: contain;
  }
  .footer .foo-down {
    width: 1094px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 14px;
    margin-top: 30px;
    padding-top: 20px;
    line-height: 25px;
    color: #dfd3c7;
  }
  .footer .foo-down a {
    font-size: 14px;
    line-height: 14px;
    color: #cbced4;
  }
  .footer .foo-down a:hover {
    font-weight: bold;
  }
  .footer .foo-down p {
    width: 65%;
    line-height: 30px;
  }
  