@charset "utf-8";/*
Copyright ibw.cn
Created by EZ*/body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td{margin: 0;padding: 0;}
body, button, input, select, textarea{font: 14px/1.5 Microsoft YaHei, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6{font-size: 100%;}
address, cite, dfn, em, var{font-style: normal;}
ul, ol{list-style: none;}
a{text-decoration: none;}
legend{color: #000;}
fieldset, img{border: 0;vertical-align: top;}
section, article, aside, header, footer, nav, dialog, figure{display: block;}
figure{margin: 0;}
button, input, select, textarea{font-size: 100%;border:0;background:none;outline:none;}
table{border-collapse: collapse;border-spacing: 0}
.clear{display: block;height: 0;overflow: hidden;clear: both}
.clearfix:after{content: '\20';display: block;height: 0;clear: both;}
.clearfix{*zoom:1;}
a:link, a:visited{text-decoration: none;}
a:hover, a:active{text-decoration: none;}
i,s{font-style: normal;}
a{outline: none;transition-duration: 0.3s, 0.3s;transition-property: background-color, color;transition-timing-function: ease, ease;}
table{border-collapse: collapse;border-spacing: 0;}
.hidden{display: none;}
.invisible{visibility: hidden;}
.i{text-align: justify;text-justify: inter-ideograph;}
li{list-style: none;}
/*Body*/body{color: #333;background:#fff;}
a{color: #333;}
a:hover{color: #239fb0;}
.g-in{width:1680px;margin:0 auto;}
.s-in{width:1440px;margin:0 auto;}

/*scroll*/
::-webkit-scrollbar {width:5px;height:10px}
::-webkit-scrollbar-button:vertical {display:none}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {background-color:#f6f6f6;}
::-webkit-scrollbar-thumb {border-radius:10px;background-color: #005eac;}
::-webkit-scrollbar-thumb:vertical:hover {background-color: #005eac;}
::-webkit-scrollbar-thumb:vertical:active {background-color: #005eac;}

::-webkit-scrollbar{width: 5px;}
::-webkit-scrollbar-track{background: rgba(255, 255, 255, .3);border-radius: 8px;}
::-webkit-scrollbar-thumb{background: #005eac;border-radius: 8px;}
body div{scrollbar-color: #005eac rgba(255, 255, 255, .3); /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */ scrollbar-width: thin; /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */ /* -ms-overflow-style:none; */ scrollbar-base-color: pink; scrollbar-face-color: #1a2d56; scrollbar-track-color: #dcdcdc;}


@media screen and (max-width: 1680px) {
    .g-in{width: 1440px;}
}

@media screen and (max-width: 1440px) {
    .g-in{width: 1300px;}
    .s-in{width:1200px;margin:0 auto;}
}

@media screen and (max-width: 1300px) {
    .g-in{width: 1200px;}
}

@media screen and (max-width: 1200px) {
    .g-in{width: 92%;}
    .s-in{width: 92%;}
}


.wrapper{position:relative;width:100%;margin:0 auto;overflow:hidden;}
.wrapper img{vertical-align:top;object-fit: cover;}
.header{position: fixed;top: 0;left: 0;right: 0;z-index: 66;border-bottom: 1px solid #f2f2f2;}
.header .cont{display: flex;justify-content: space-between;}
.header .a1{display: flex;justify-content: space-between;align-items: center;}
.header .a1 .logo .logo2{display: none;}
.header .a1 .stockNum{position: relative;margin-left: 15px;padding-left: 17px;font-size: 18px;color: #ffffff;line-height: 24px;}
.header .a1 .stockNum::before{position: absolute;left: 0;top: 50%;content: '\20';width: 1px;height: 33px;transform: translateY(-50%);background: #fff;opacity: 0.5;}
.header .a2{display: flex;justify-content: space-between;align-items: center;width: 60%;}
.header .a2 .nav{width: 82%;padding-right: 2%}
.header .a2 .nav ul{display: flex;justify-content: space-between;align-items: center;}
.header .a2 .nav li{position: relative;}
.header .a2 .nav .m1{font-size: 16px;color: #fff;transition: all 0.3s;display: block;position: relative;height: 85px;line-height: 85px;padding: 0 20px;}
.header .a2 .nav .m1::before{content: '\20';position: absolute;right: 0;top: 50%;width: 8px;height: 4px;margin: -2px 0 0 0;background: url(/images/baijian.svg) no-repeat center center;background-size: cover;transition: all 0.3s;}
.header .a2 .nav li:nth-child(1) .m1::before{display: none;}
.header .a2 .nav li:hover .m1::before{transform: rotate(180deg);fill: #005bac}
.header .a2 .nav .subNav{position: absolute;left: 50%;top: 100%;width: 132px;padding: 30px 0;background: #fff;transform: translateX(-50%);opacity: 0;visibility: hidden;box-shadow: 0px 40px 48.3px 3.7px rgb(156 154 154 / 30%);transition: all 0.3s;}
.header .a2 .nav li:hover .subNav{opacity: 1;visibility: visible;}
.header .a2 .nav .subNav .m2{display: block;margin-bottom: 16px;font-size: 16px;color: #666;text-align: center;transition: all 0.3s;}
.header .a2 .nav .subNav .m2:last-child{margin-bottom: 0;}
.header .a2 .nav .subNav .m2:hover{color: #005eac;}
.header .a2 .nav .yewuMenuBox{display: none;position: absolute;width: 100vw;left: 50%;top: 100%;transform: translateX(-50%);background: #fff;border-top: 1px solid #dcdcdc;}
.header .a2 .nav .yewuMenuBox .s-in{display: flex;justify-content: space-between;}
.header .a2 .nav .yewuMenuBox .b1{width: 30%;box-sizing: border-box;padding-bottom: 26px;position: relative;}
.header .a2 .nav .yewuMenuBox .b1::before{content: '\20';position: absolute;top: 0;right: 0;width: 100vw;height: 100%;background: #f9faff;}
.header .a2 .nav .yewuMenuBox .b1 .slide-hd{width: 100%;height: 488px;box-sizing: border-box;overflow: auto;}
.header .a2 .nav .yewuMenuBox .b1 .slide-hd .item{position: relative;font-size: 20px;color: #333;border-bottom: 1px solid #dbdeed;padding: 15px 0;padding-left: 40px;cursor: pointer;}
.header .a2 .nav .yewuMenuBox .b1 .slide-hd .item a{color: #333;}
.header .a2 .nav .yewuMenuBox .b1 .slide-hd .item::before{content: '\20';position: absolute;left: 0;top: 50%;width: 8px;height: 8px;transform: translateY(-50%);background: url(/images/pic_66.png) no-repeat center center;background-size: cover;}
.header .a2 .nav .yewuMenuBox .b1 .slide-hd .item::after{content: '\20';position: absolute;right: 0;top: 0;width: 3px;height: 100%;opacity: 0;background: #005eac;transition: all 0.3s;}
.header .a2 .nav .yewuMenuBox .b1 .slide-hd .item.on::after{opacity: 1;}
.header .a2 .nav .yewuMenuBox .b1 .slide-hd .item.on{font-weight: bold;color: #005eac;}
.header .a2 .nav .yewuMenuBox .b1 .slide-hd .item.on a,
.header .a2 .nav .yewuMenuBox .b1 .slide-hd .item:hover a{color: #005eac;}
.header .a2 .nav .yewuMenuBox .b2{width: 70%;height: 453px;box-sizing: border-box;padding-left: 7.63888%;padding-top: 30px;padding-bottom: 30px;overflow: auto;}
.header .a2 .nav .yewuMenuBox .b2 .slide-bd .item{display: flex;justify-content: space-between;flex-wrap: wrap;}
.header .a2 .nav .yewuMenuBox .b2 .slide-bd .item a{display: block;font-size: 16px;color: #555555;transition: all 0.3s;width: 50%;margin-top: 46px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.header .a2 .nav .yewuMenuBox .b2 .slide-bd .item a:nth-child(1){margin-top: 0;}
.header .a2 .nav .yewuMenuBox .b2 .slide-bd .item a:nth-child(2){margin-top: 0;}
.header .a2 .nav .yewuMenuBox .b2 .slide-bd .item a:hover{color: #005eac;}
.header .a2 .searchBox form{display: flex;justify-content: space-between;align-items: center;width: 116px;height: 36px;border: 1px solid rgba(255,255,255,.5);border-radius: 30px;box-sizing: border-box;padding-left: 12px;padding-right: 14px;}
.header .a2 .searchBox .ipt{position: relative;width: 65px;height: 100%;}
.header .a2 .searchBox input{width: 100%;height: 100%;color: #fff;}
.header .a2 .searchBox .ipt input::-webkit-input-placeholder{color: #fff;}
.header .a2 .searchBox .ipt input:-moz-placeholder{color: #fff;}
.header .a2 .searchBox .ipt input::-moz-placeholder{color: #fff;}
.header .a2 .searchBox .ipt input:-ms-input-placeholder{color: #fff;}
.header .a2 .searchBox .sbt{position: relative;width: 13px;height: 13px;border-radius: 50%;border: 2px solid #fff;cursor: pointer;transition: all 0.3s;}
.header .a2 .searchBox .sbt::before{position: absolute;right: -2px;bottom: -5px;content: '\20';width: 2px;height: 8px;background: #fff;transform: rotate(-45deg);transition: all 0.3s;}
.header .a2 .language{display: flex;align-items: center;}
.header .a2 .language .item{position: relative;margin-right: 25px;}
.header .a2 .language .item::before{position: absolute;right: -12px;top: 50%;content: '\20';width: 1px;height: 13px;transform: translateY(-50%);background: #fff;}
.header .a2 .language .item:last-child{margin-right: 0;}
.header .a2 .language .item:last-child::before{display: none;}
.header .a2 .language a{font-size: 16px;color: #fff;}
.header .a2 .navbar{display: none;height: 100%;width: 30px;margin-left: 20px;}
.header .a2 .navbar .naviconBox{height: 100%; position: relative;}
.header .a2 .navbar .icon-bar{position: absolute;width: 30px;height: 3px;background: #fff;border-radius: 3px;}
.header .a2 .navbar .icon-bar:nth-child(1){top: 36px;transition: top .3s ease .4s, transform .3s ease;}
.header .a2 .navbar .icon-bar:nth-child(2){top: 48px;}
.header .a2 .navbar .icon-bar:nth-child(3){top: 60px; transition: top .3s ease .4s, transform .3s ease;}
.header .a2 .navbar.move .icon-bar:nth-child(1){transition: top .3s ease, transform .3s ease .4s;top: 48px;-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.header .a2 .navbar.move .icon-bar:nth-child(2){transition: background .3s ease 0s;background: transparent;}
.header .a2 .navbar.move .icon-bar:nth-child(3){transition: top .3s ease, transform .3s ease .4s;top: 48px;-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
body.z-open .header .a2 .navbar .icon-bar:nth-child(1){transition: top .3s ease, transform .3s ease .4s;top: 48px;-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);}
body.z-open .header .a2 .navbar .icon-bar:nth-child(2){transition: background .3s ease 0s;background: transparent;}
body.z-open .header .a2 .navbar .icon-bar:nth-child(3){transition: top .3s ease, transform .3s ease .4s;top: 48px;-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}



.header .a2 .sj-searchBox{margin-right: 20px;}
.header .a2 .sj-searchBox .search-ico {position: relative;width: 13px;height: 13px;border-radius: 50%;border: 2px solid #fff;cursor: pointer;transition: all 0.3s;}
.header .a2 .sj-searchBox .search-ico::before{position: absolute;right: -2px;bottom: -5px;content: '\20';width: 2px;height: 8px;background: #fff;transform: rotate(-45deg);transition: all 0.3s;}
.header.cg .a2 .sj-searchBox .search-ico{border-color: #0066cb;}
.header.cg .a2 .sj-searchBox .search-ico::before{background: #0066cb;}

.header .a2 .searchBox{margin-right: 20px;}
.header .a2 .searchBox .search-ico {position: relative;width: 13px;height: 13px;border-radius: 50%;border: 2px solid #fff;cursor: pointer;transition: all 0.3s;}
.header .a2 .searchBox .search-ico::before{position: absolute;right: -2px;bottom: -5px;content: '\20';width: 2px;height: 8px;background: #fff;transform: rotate(-45deg);transition: all 0.3s;}
.header.cg .a2 .searchBox .search-ico{border-color: #0066cb;}
.header.cg .a2 .searchBox .search-ico::before{background: #0066cb;}

.search-center{position: absolute;left: 50%;width: 1000px; height: 100px;transform: translateX(-50%);display: flex;align-items: center;background: #ffffff;top:85px;}
.search-center .search-form{width: 100%;}
.search-center input{float: left;height: 52px;font-size: 16px;line-height: 24px;border: 0;outline: 0;color: #111;background-color: transparent;}
.search-center input[type="submit"]{width: 34px; background: url(/images/pic_87.png) no-repeat center center; cursor: pointer;}
.search-center input[type="text"]{width: 930px;}
.search-center .close{width: 24px; background: url(/images/pic_86.png) no-repeat center center; cursor: pointer;}



.header.cg .a1 .logo1{display: none;}
.header.cg{background: #fff;box-shadow: 0px 10px 15.66px 2.34px rgb(0 0 0 / 5%);}
.header.cg .a1 .logo2{display: block;}
.header.cg .a1 .stockNum{color: #333333;}
.header.cg .a1 .stockNum::before{background: #0066cb;}
.header.cg .a2 .nav .m1{color: #333;}
.header.cg .a2 .nav .m1::before{background-image: url(/images/navxia.svg);}
.header.cg .a2 .searchBox form{border-color: #c9c9c9;}
.header.cg .a2 .searchBox .ipt::before{color: #c9c9c9;}
.header.cg .a2 .searchBox input{color: #333;}
.header.cg .a2 .searchBox .ipt input::-webkit-input-placeholder{color: #333;}
.header.cg .a2 .searchBox .ipt input:-moz-placeholder{color: #333;}
.header.cg .a2 .searchBox .ipt input::-moz-placeholder{color: #333;}
.header.cg .a2 .searchBox .ipt input:-ms-input-placeholder{color: #333;}
.header.cg .a2 .searchBox .sbt{border-color: #0066cb;}
.header.cg .a2 .navbar .icon-bar{background: #0066cb;}
.header.cg .a2 .searchBox .sbt::before{background: #0066cb;}
.header.cg .a2 .language a{color: #333;}
.header.cg .a2 .language .item::before{background: #bcbcbc;}

.header.cg .a2 .nav ul li:hover .m1{color: #005bac}

@media screen and (max-width: 1440px) {
    .header .a2{width: 68%;}
    .header .a2 .nav{width: 82%;padding-right: 2%}
    .header .a2 .nav .m1{padding: 0 15px;}
}

@media screen and (max-width: 1200px) {
    .header .a2{width: auto;}
    .header .a2 .nav{display: none;}
    .header .a2 .searchBox{margin-right: 20px;}
    .header .a2 .navbar{display: block;}
}

@media screen and (max-width: 700px) {
    .header .cont{height: 70px; align-items: center;}
    .header .a2 .language{display: none;}
    .header .a2 .navbar{height: 70px; margin-left: 0;}
    .header .a2 .navbar .icon-bar{width: 22px; height: 2px;}
    .header .a2 .navbar .icon-bar:nth-child(1){top: 28px;}
    .header .a2 .navbar .icon-bar:nth-child(2){top: 36px;}
    .header .a2 .navbar .icon-bar:nth-child(3){top: 44px;}
    body.z-open .header .a2 .navbar .icon-bar:nth-child(1){top: 36px;}
    body.z-open .header .a2 .navbar .icon-bar:nth-child(3){top: 36px;}
    .search-center{width: 100%;height: 70px;}
	.search-center input[type="text"]{width: 80%;}
}

.m-nav {display: none;width: 100%;height: 0;right: 0;top: 100px;background:#fff;background: rgba(0,0,0,.8);position:fixed;transform:translateZ(0px) rotate(0deg);transition: all 0.8s cubic-bezier(0.4, 0.01, .165, 0.99);z-index: 90;overflow: hidden;background: #f9f9f9;}
.m-nav h2 { margin:0 0 10px; padding:10px 0; border-bottom:1px solid #ddd; font-weight:bold; font-size:16px; line-height:30px; text-align:center;display: none;}
.m-nav li {position:relative;border-bottom: 1px solid #efefef;font-size: 16px;line-height:24px;}
.m-nav li.hasSubNav::before{position: absolute;right: 10px;top: 17px;content: '\20';width: 10px;height: 10px;background: url(/images/pic_49.png) no-repeat center center;background-size: cover;font-family: '\5B8B\4F53';font-size: 20px;color: #fff;transition: all 0.4s;z-index: 10;}
.m-nav li a {display:block;color: #333;height: 46px;line-height: 46px;padding: 0 5%;position: relative;}
.m-nav li a:hover,.m-nav .current a {color: #333;}
.m-nav .m1{display: inline-block;}
.m-nav .current:after { position:absolute; top:50%; left:0; width:5px; height:14px; margin-top:-7px;border-left: 2px solid #cd4f36; content:"";display: none;}
.m-nav li .subNav{display: none;background: #f6f6f6;padding: 0 7%;}
.m-nav li .subNav .m2{font-size: 15px; padding: 0; border-bottom: 1px dashed #e7e7e7;}
.m-nav li .subNav .item:last-child a{border-bottom: none;}
.m-nav li.showSubNav::before{transform: rotateZ(90deg);}
.m-nav .m-nav-close{text-align: center; margin-top: 10px; font-family: Arial; font-size: 16px; color: #fff;}

body.z-open .m-nav {height: calc(100% - 100px);}

@media screen and (max-width: 1200px) {
    .m-nav{display: block;}
}
@media screen and (max-width: 700px) {
    .m-nav{top: 70px;}
    .m-nav li .subNav{padding: 0 35px;}
    body.z-open .m-nav{height: calc(100% - 69px);overflow: scroll;}
}

.footer{width: 100%;}
.footer .ft01{background: #595959;}
.footer .ft01 .cont{display: flex;justify-content: space-between;padding-top: 20px;padding-bottom: 20px;}
.footer .ft01 .a1 .b1{display: flex;align-items: center;padding-bottom: 12px;border-bottom: 1px solid #7a7a7a;}
.footer .ft01 .a1 .b1 .stockInfo{position: relative;margin-left: 15px;padding-left: 17px;}
.footer .ft01 .a1 .b1 .stockInfo::before{position: absolute;left: 0;top: 50%;content: '\20';width: 1px;height: 43px;transform: translateY(-50%);background: #7a7a7a;opacity: 0.5;}
.footer .ft01 .a1 .b1 .stockInfo .stockNum{font-size: 24px;color: #ffff;}
.footer .ft01 .a1 .b1 .stockInfo .stockPrice{display: flex;justify-content: space-between;font-size: 20px;color: rgba(255,255,255,.68);}
.footer .ft01 .a3 .b2 .tip{margin-top: 17px;font-size: 14px;color: rgba(255,255,255,.3);}
.footer .ft01 .a3 .b2 .tit{font-family: Arial;font-size: 40px;font-weight: bold;color: #ffffff;}
.footer .ft01 .a3 .b3{margin-top: 24px;font-size: 14px;color: #ffffff;line-height: 26px;}
.footer .ft01 .a3 .b3 > div{padding-left: 28px;}
.footer .ft01 .a3 .b3 > div:nth-child(1){background: url(/images/pic_56.png) no-repeat left center;}
.footer .ft01 .a3 .b3 > div:nth-child(2){background: url(/images/pic_57.png) no-repeat left center;}
.footer .ft01 .a3 .b3 > div:nth-child(3){background: url(/images/pic_58.png) no-repeat left center;}
.footer .ft01 .a3 .b3 > div:nth-child(4){background: url(/images/pic_59.png) no-repeat left center;}
.footer .ft01 .a1 .b3 span{margin-right: 8px;color: rgba(255,255,255,.8);}
.footer .ft01 .a2{display: flex;justify-content: space-between;width: 48%; padding-top: 10px;}
.footer .ft01 .a2 dt{position: relative;margin-bottom: 22px;font-size: 16px;color: #ffff;}
.footer .ft01 .a2 dd a{font-size: 14px;color: rgba(255,255,255,.3);transition: all 0.3s;line-height: 28px;}
.footer .ft01 .a2 dd a:hover{color: #fff;}
.footer .ft01 .a2 dt::before{position: absolute;left: -12px;top: 50%;content: '\20';width: 6px;height: 6px;transform: translateY(-50%);border-radius: 50%;background: #fff;}
.footer .ft01 .a3{padding-top: 10px;}
.footer .ft01 .a1 .b11{font-size: 16px;color: #ffffff;margin-top: 28px;}
.footer .ft01 .a1 .b2{margin-top: 5px;}
.footer .ft01 .a1 .b2 select{appearance: none;width: 100%;height: 44px;padding: 0 24px 0 12px;border: 1px solid #8b8b8b;background: url(/images/pic_10.png) no-repeat right 8px center;cursor: pointer;font-size: 14px;color: rgba(255,255,255,.3);}
.footer .ft01 .a1 .b2 select option{color: #333;}
.footer .ft01 .a1 .b3{margin-top: 20px; display: flex; justify-content: space-between;}
.footer .ft01 .a1 .b3 a{display: flex;justify-content: space-evenly;align-items: center;width: 90px;height: 42px;box-sizing: border-box;border-radius: 3px;font-size: 14px;color: rgba(255,255,255,.8);}
.footer .ft01 .a3 .b4{display: flex;flex-wrap: wrap;margin-top: 24px;}
.footer .ft01 .a3 .b4 .item{margin-right: 20px;text-align: center;}
.footer .ft01 .a3 .b4 .item:last-child{margin-right: 0;}
.footer .ft01 .a3 .b4 .item .textBox{margin-top: 10px;font-size: 14px;color: rgba(255,255,255,.3);}
.footer .ft01 .a3 .b5{}
.footer .ft01 .a3 .b5 .tip{font-size: 14px;color: rgba(255,255,255,.3);}
.footer .ft01 .a3 .b5 .tit{font-family: Arial;font-size: 40px;font-weight: bold;color: #ffffff;}

/*.footer .ft01 .a3 .b6{padding-left: 28px;}*/

.ft02 .b6 .item-wrap{display: flex; justify-content: space-between; align-items: center;}
.ft02 .b6 .item{position: relative; cursor: pointer;margin-left: 14px;}
.ft02 .b6 .item .wxBox{position: absolute; opacity: 0; visibility: hidden; transition: all 0.3s;}
.ft02 .b6 .item .wx1{left: 0; bottom: 38px;}
.ft02 .b6 .item .wx2{left: 0; bottom: 38px;}
.ft02 .b6 .item .wx3{right: 0; bottom: 38px;}
.ft02 .b6 .item .wx4{right: 0; bottom: 38px;}
.ft02 .b6 .item .iconBox .value2{display: none;}
.ft02 .b6 .item:hover .wxBox{opacity: 1; visibility: visible;}
.ft02 .b6 .item:hover .iconBox .value1{display: none;}
.ft02 .b6 .item:hover .iconBox .value2{display: block;}

.footer .ft02{background: #464646;}
.footer .ft02 .cont{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 10px 0;font-size: 14px;color: rgba(255,255,255,.3);line-height: 28px;}
.footer .ft02 .cont a{color: rgba(255,255,255,.3);transition: all 0.3;}
.footer .ft02 .cont a:hover{color: #fff;}
@media screen and (max-width: 1440px) {
    .footer .ft01 .a2{width: 43%;}
}
@media screen and (max-width: 1300px) {
    .footer .ft01 .a2{width: 40%;}
}

@media screen and (max-width: 1200px) {
    .footer .ft01 .a2{display: none;}
}

@media screen and (max-width: 700px) {
    .footer .ft01 .a1 .b1 .ftlogo img{width: 180px;}
    .footer .ft01 .cont{flex-wrap: wrap;}
    .footer .ft01 .a3{width: 100%;}
    .footer .ft01 .a1 .b2 .tit{font-size: 30px;}
    .footer .ft02 .cont{font-size: 12px; line-height: 20px;}
    .footer .ft02 .cont .b6 .item{margin-left: 0;margin-right: 10px;margin-top: 10px;}
    .footer .ft01 .a3 .b1,
    .footer .ft01 .a3 .b2{display: none;}
    .footer .ft01 .a3 .b5{padding-left: 0;}
    .footer .ft01 .a3 .b5 .tit{font-size: 30px;}
    .footer .ft01 .a3 .b6{padding-left: 0;}
}


.sjBox{display: none;}
@media screen and (max-width: 700px) {
    .pcBox{display: none;}
    .sjBox{display: block;}
}


/*.header .a2 .nav li:nth-child(2) .subNav .m2:nth-child(2),*/
/*.footer .ft01 .a2 dl:nth-child(1) dd:nth-of-type(2){display: none!important;}*/


@keyframes headout{
	0%{opacity: 1;}
	100%{opacity: 0; transform: scale(0.8);}
}

.headout{-webkit-animation-name: headout;animation-name: headout;-webkit-animation-delay: 30ms;animation-delay: 30ms;-webkit-animation-duration: 400ms;animation-duration: 400ms;-webkit-animation-fill-mode: both;animation-fill-mode: both;}<!--0.00010299682617188-->