@charset "utf-8";body{font-size:14px;color:#333;font-family: Times New Roman;}
*{padding:0;margin:0;list-style:none}
a{text-decoration:none;color:inherit}
i{font-style:normal}
dl,ol,ul{list-style-type:none}
b{display:inline-block}
em{font-style:normal;font-family:arial}
.w1700{margin:0 auto;width:90%;max-width:1700px}
.odcontent{margin:0 auto;width:90%;max-width:1500px}
.w1500{margin:0 auto;width:90%;max-width: 1500px;}
.w1400{margin:0 auto;width:90%;max-width:1400px}
.w1300{margin:0 auto;width:90%;max-width:1300px}
.w1200{margin:0 auto;width:90%;max-width:1200px}
.w1000{margin:0 auto;width:90%;max-width:1000px}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1}
input,textarea{border:none;outline:0;border-radius:0;-webkit-appearance:none}
button{border:none;padding:0}
.head_fixed{position:fixed;top:0;left:0;width:100%;height:auto;z-index:9999}
img{border:none;vertical-align:middle;max-width:100%}
:focus{outline:0;-webkit-tap-highlight-color:transparent}
a,div,li{-webkit-tap-highlight-color: transparent;}
input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill{background-color:transparent!important;background-image:none!important;-webkit-box-shadow:0 0 0 1000px #ffffff inset!important;-webkit-text-fill-color:#333}
.flex{display:flex;flex-wrap:wrap;}
.flx{display:flex;flex-wrap:nowrap;justify-content:space-between}
.flx_w{display:flex;flex-wrap:wrap;justify-content:space-between;}
.grey_bg{padding: 30px 0 4.5%;background: #f0f1f2;}
@media only screen and (max-width:480px){
.grey_bg{padding: 25px 0;}
}

.zoomImg{width:100%;overflow:hidden;position:relative;display:block}
.zoomImg:before{position:absolute;top:0;left:-90%;z-index:2;display:block;content:"";width:50%;height:100%;opacity:.25;pointer-events:none;background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%);-webkit-transform:skewX(-25deg);-ms-transform:skewX(-25deg);transform:skewX(-25deg);z-index:3}

@-webkit-keyframes shine{100%{left:125%}
}
@keyframes shine{100%{left:125%}
}

/* modalBox */
.modalMenban{width:100%;height:100vh;position:fixed;top:0;background:rgba(0,0,0,.5);display: none;transition: 0.3s all;z-index:99}
.modalMenban .close{position:absolute;width: 40px;height: 40px;top:20%;left:62%;cursor:pointer;transition:.3s all;background: url(../images/close.png) center no-repeat;background-size: cover;}
.modalMenban .close:hover{transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.modalMenban .modals{width:400px;height: 650px;position:absolute;background: url(../images/modal1.png);background-size:cover!important;top:50%;left:50%;transform:translate(-50%,-50%);}
.modalMenban .modals .text{margin-top: 120px;margin-left: 40px;}
.modalMenban .modals .text ul{margin: 15px 0 30px;}
.modalMenban .modals .text .title{font-size: 30px;font-weight: bold;color: #4e7ec4;}
.modalMenban .modals .text li{text-align: center;margin-right: 20px;}
.modalMenban .modals .text .icon{width: 50px;height: 50px;background: #4e7ec4;border-radius: 50%;display: flex;align-items: center;margin: 0 auto;margin-bottom: 5px;}
.modalMenban .modals .text .icon img{width: 28px;margin: 0 auto;}
.modalMenban .modals .text p{font-size: 15px;color: #4e7ec4;}
.modalMenban form{width:100%;margin:0 auto;}
.modalMenban form .input{width: 290px;height:55px;background-color: #4687e685;border-radius:0;margin: 0 auto;margin-top: 20px;padding: 0 15px;}
.modalMenban form .input input{color: #4e7ec4;font-size:14px;width: 290px;height:55px;background:0 0;border:transparent;outline:0;}
.modalMenban form .input ::-webkit-input-placeholder{color:#4e7ec4}
.modalMenban form .submit{width: 240px;margin:40px auto 0 auto;cursor:pointer;-webkit-animation:scale 1s ease infinite;background: none;display: flex;}
.modalMenban form .submit img{opacity: 0.68;}
.modalMenban.active{display: block;}
.modalMenban form .input input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill{background-color:transparent!important;background-image:none!important;-webkit-box-shadow:0 0 0 1000px #98B9EB inset!important;-webkit-text-fill-color:#4e7ec4}
@-webkit-keyframes scale{0%,100%{-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9)}
50%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}
@media only screen and (max-width:1700px){
.modalMenban .close{left: 70%;}
}
@media only screen and (max-width:1080px){
.modalMenban .close{left: 75%;}
}
@media only screen and (max-width:768px){
.modalMenban .close{left: 83%;width: 35px;height: 35px;top: 25%;}
.modalMenban .modals{width: 320px;height: 520px;}
.modalMenban .modals .text{margin-top: 80px;}
.modalMenban .modals .text .title{font-size: 26px;}
.modalMenban form .input{width: 210px;height: 50px;}
.modalMenban form .input input{width: 210px;height: 50px;}
.modalMenban form .submit{width: 200px;}
}

@media only screen and (max-width:520px){
.modalMenban .close{left: 85%;width: 30px;height: 30px;top: 25%;}
.modalMenban .modals{width: 260px;height: 420px;}
.modalMenban .modals .text{margin-top: 50px;margin-left: 30px;}
.modalMenban .modals .text .title{font-size: 22px;}
.modalMenban .modals .text .icon{width: 45px;height: 45px;}
.modalMenban .modals .text .icon img{width: 24px;}
.modalMenban .modals .text p{font-size: 14px;}
.modalMenban form .input{width: 200px;height: 45px;margin-top: 15px;}
.modalMenban form .input input{width: 200px;height: 45px;}
.modalMenban form .submit{width: 188px;margin: 30px auto 0 auto;}
}
@media only screen and (max-width:350px){
.modalMenban .close{left: 90%;top: 30%;}
.modalMenban .modals .text .title{font-size:20px;}
.modalMenban form .input{width: 170px;height: 40px;margin-top: 15px;}
.modalMenban form .input input{width: 170px;height: 40px;}
}

 
/* side_kf */
.side_kf{position:fixed;right: 1%;top:80%;width: 50px;height: 50px;z-index:99;opacity:0;transition:all .4s;transform:translateY(-50%);}
.side_kf ul li{color:#fff;position:relative;z-index:1;margin-bottom: 6px;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);background: #034CB9;border-radius: 50%;}
.side_kf ul li::before{content:'';display:block;width:100%;height:100%;background:#034CB9;opacity:.3;position:absolute;left:0;top:0;border-radius:50%;z-index:-1;animation:con linear 2s infinite}
.side_kf #top{display:block;position:relative;height: 50px;text-align:center;}
.side_kf #top i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-weight: bold;}
@keyframes con{0%,100%{transform:scale(1)}
50%{transform:scale(1.5)}
}
@media only screen and (max-width:1080px){
.side_kf{width:44px}
.side_kf #top{height: 44px;}
}
@media only screen and (max-width:520px){
.side_kf{width:40px;top: 88%;}
.side_kf #top{height: 40px;background-size: 25px;}
.side_kf #top i{font-size: 12px;}
}


/* btn */
.btn{border: 1px solid #034CB9;color: #034CB9;line-height: 40px;padding: 0 30px;width: max-content;transition: all .5s linear;}
.btn:hover{color: #fff;box-shadow: inset 0 0 0 50px #034CB9;}
@media screen and (max-width:1440px){
.btn{line-height: 34px;}
}
@media screen and (max-width:1330px){
.btn{line-height: 30px;padding: 0 22px;font-size: 13px;}
}
@media screen and (max-width:1200px){
.btn{line-height: 26px;padding: 0 18px;font-size: 12px;}
}
@media screen and (max-width:1080px){
.btn{line-height: 30px;padding: 0 20px;}
}
@media screen and (max-width:520px){
.btn{line-height: 28px;padding: 0 20px;font-size: 13px;}
}
 

/* head */
.head{position: fixed;left: 0;top: 0;width: 100%;z-index: 999;/* background: #fff;box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%); */}
.head .h_top{padding: 20px 0;}
.head .h_top .flex{justify-content: flex-end;align-items: center;}
.head .h_top i{color: #fff;}
.head .h_top .lx a{color: #fff;font-size: 16px;}
.head .toplan{position: relative;z-index: 99;}
.head .toplan .img{color: #fff;font-size: 16px;display: flex;align-items: center;}
.head .toplan img{width: 20px;transition: .5s all;margin-right: 10px;}
.head .toplan .global-link{display:none;position:absolute;top:100%;left: 65%;width:40px;margin-left:-20px;padding-top:10px;}
.head .toplan .global-link .global-link-warp{box-sizing:border-box;-webkit-animation:heightChange 0.2s linear;animation:heightChange 0.2s linear;transform-origin:top;text-align:center;border-radius:40px;padding:10px 10px;font-size:14px;line-height:26px;background: rgb(255 255 255);}
.head .toplan .global-link .global-link-warp a{color: #000;display:block;opacity:0;-webkit-animation:fadeIn 0.3s linear 0.2s forwards;animation:fadeIn 0.3s linear 0.2s forwards;}
.head .toplan .global-link .global-link-warp a:hover{color:#034CB9;text-decoration:none}
.head .toplan:hover .global-link{display:block}
.head .h_bom .flx_w{align-items: center;}
.head .h_bom .logo img{width: 80%;}
.head .h_bom .logo .logo1{display: none;}
.head .h_bom .head_nav{width: 58%;}
.head .h_bom .head_nav .first_nav{display: flex;position: relative;}
.head .h_bom .head_nav .first_nav li{z-index: 1;padding: 0 4%;position: relative;}
.head .h_bom .head_nav .first_nav li.language{display: flex;align-items: center;}
.head .h_bom .head_nav .first_nav li.language i{color: #fff;font-size: 20px;margin: 0 6px;}
.head .h_bom .head_nav .first_nav li > a{display: flex;align-items: center;padding: 18px 0;position: relative;font-size: 18px;transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;color: #fff;}
.head .h_bom .head_nav .first_nav li >a::after{content:'';width:0%;height:2px;background-color:#fff;position:absolute;right:0;left:0;bottom:10%;margin:0 auto;transition:all .4s ease}
.head .h_bom .head_nav .first_nav li.cur > a:after,.head .h_bom .head_nav .first_nav li:hover > a:after{width: 100%;}
.head .h_bom .head_nav .pc_secnav{opacity: 0;visibility: hidden;transform: translateY(20px);pointer-events: none;transition: 0.5s;padding-top: 15px;left: 0;position: absolute;top: 100%;width: 100%;display: none;}
.head .h_bom .head_nav .first_nav li:hover .pc_secnav{opacity: 1;visibility: visible;transform: translateY(0px);pointer-events: visible;} 
.head .h_bom .head_nav .pc_secnav .list{width: 100%;background: #fff;box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%);justify-content: center;border-radius: 4px;position: relative;}
.head .h_bom .head_nav .pc_secnav .list::after{content:"";position:absolute;top: -16px;left: 50%;margin-left: -5px;width:0;height:0;transform: translate(-50%,0);border-top: 8px solid #ffffff00;border-left: 8px solid #ffffff00;border-right: 8px solid #ffffff00;border-bottom: 8px solid rgb(255 255 255 / 100%);}
.head .h_bom .head_nav .pc_secnav .list .item{text-align: center;padding: 2px 0;}
.head .h_bom .head_nav .pc_secnav .list .item:nth-child(1){border-top-left-radius: 4px;border-top-right-radius: 4px;}
.head .h_bom .head_nav .pc_secnav .list .item:nth-last-child(1){border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.head .h_bom .head_nav .pc_secnav .list .item:hover{background: #034CB9;}
.head .h_bom .head_nav .pc_secnav .list .item a{color: #333;display: block;font-size: 16px;line-height: 34px;font-weight: normal;padding: 0 10px;}
.head .h_bom .head_nav .pc_secnav .list .item a:hover{color: #fff;}
.head .search{position:relative;}
.head .search .icon{width:60px;height:60px;background: url(../images/search.png) no-repeat center;background-size: 28px;cursor:pointer;filter: none;}
.head .search .header-search-form{animation-name:r2l;-webkit-animation-name:r2l;-ms-animation-name:r2l;animation-timing-function:ease;-webkit-animation-timing-function:ease;-ms-animation-timing-function:ease;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;animation-duration:.3s;-webkit-animation-duration:.3s;-ms-animation-duration:.3s}
.head .search .header-search-form{display:none;position:absolute;right:-16px;width: 240px;background-color:rgba(255,255,255,.9);box-shadow:0 1px 4px rgba(0,0,0,.1) inset;border-radius:40px;transition:all .3s;z-index:6;top: 10px;}
.head .search .header-search-form form{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}
.head .search .header-search-form .input{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;min-width:0}
.head .search .header-search-form button,.head .search .header-search-form input{display:block;height:40px;line-height:40px;outline:0;background:0 0;border:none}
.head .search .header-search-form input{padding-left:20px;width:100%;color:#555;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.head .search .header-search-form button{padding:0 16px;font-size:18px;color:#333;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}
.head .search:hover .header-search-form {display: block;}
.head .search:hover .header-search-form button{background: url(../images/search.png) no-repeat right;cursor: pointer;background-size: 24px;margin-right: 20px;filter: invert(0.7);}
.head .search:hover .icon{opacity: 0;}

.head .h_other{display: none;}
.head .h_other .flex{align-items: center;}
.head .h_other .menu_part{position: relative;display:inline-block;width: 40px;height: 20px;vertical-align: middle;display: none;}
.head .h_other .menu_btn{display: inline-block;position: absolute;left: 50%;top: 50%;width: 100%;height: 100%;transform: translate(-50%,-50%);z-index: 2;cursor: pointer;}
.head .h_other .menu_btn span{display: block;width: 60%;height: 2px;transform-origin: center;background: #fff;}
.head .h_other .menu_btn span:nth-child(1){top: 0;}
.head .h_other .menu_btn span:nth-child(2){position: relative;margin: 5px 0px;width: 75%;opacity: 1;transition: all .5s;}
.head .h_other .menu_btn span:nth-child(3){top:100%;margin: 0 0 0 0;}
.head .h_other .menu_btn.open{/* width: 20px;height: 14px; */z-index: 999;}
.head .h_other .menu_btn.open span{width: 100%;}
.head .h_other .menu_btn.open span:nth-child(1){position: absolute;top: 50%;left: 0;transform: rotateZ(45deg);transition: all 0.3s 0.5s;}
.head .h_other .menu_btn.open span:nth-child(2){opacity: 0;width: 0;margin: 10px 0;}
.head .h_other .menu_btn.open span:nth-child(3){position: absolute;top: 50%;left: 0;transform:rotateZ(-45deg);transition: all 0.3s 0.5s;}
@keyframes r2l{0%{transform:translateX(50px);opacity:0}
100%{transform:translateX(0);opacity:1}
}
@-webkit-keyframes r2l{0%{-webkit-transform:translateX(50px);opacity:0}
100%{-webkit-transform:translateX(0);opacity:1}
}
@-ms-keyframes r2l{0%{-ms-transform:translateX(50px);opacity:0}
100%{-ms-transform:translateX(0);opacity:1}
}
@keyframes heightChange{0%{transform:scale(1,0)}
100%{transform:scale(1)}
}
@-webkit-keyframes heightChange{0%{transform:scale(1,0)}
100%{transform:scale(1)}
}
@keyframes fadeIn{from{opacity:0;transform:translate3d(0%,10px,0)}
to{opacity:1;transform:none}
}

/* 鼠标 */
.head:hover .h_top{background: #034cb9;}
.head:hover .h_bom{background: #fff;}
.head:hover .h_bom .logo .logo1{display: block;}
.head:hover .h_bom .logo .logo2{display: none;}
.head:hover .h_bom .head_nav .first_nav li > a{color: #242728;}
.head:hover .h_bom .head_nav .first_nav li >a::after{background-color: #034CB9;}
.head:hover .h_bom .rf_part .search .icon{filter: invert(0.7);}


/* 下滑 */
.head.scro .h_top{background: #034cb9;}
.head.scro .h_bom{background: #fff;}
.head.scro .h_bom .logo .logo1{display: block;}
.head.scro .h_bom .logo .logo2{display: none;}
.head.scro .h_bom .head_nav .first_nav li > a{color: #242728;}
.head.scro .h_bom .head_nav .first_nav li >a::after{background-color: #034CB9;}
.head.scro .h_bom .rf_part .search .icon{filter: invert(0.7);}

/* mobile */
.mobile_nav{position: fixed;left: -100vw;top: 0;width: 300px;height: 100vh;transition: all .3s;box-sizing: border-box;z-index: 100;background: rgba(0,0,0,0.5);z-index: 1001;}
.mobile_nav .m_logo{display: none;padding:30px 5% 0;width: 100%;box-sizing: border-box;}
.mobile_nav.sld{left:0;width: 76%;}
.mobile_nav #m_btn{position: absolute;right: 20px;top: 12px;width: 60px;height: 60px;cursor: pointer;z-index: 100;}
.mobile_nav #m_btn i{position: absolute;left: 50%;top: 50%;width: 30px;height: 30px;transform: translate(-50%,-50%);}
.mobile_nav #m_btn:hover i{transform: translate(-50%,-50%) rotateZ(180deg);}
.mobile_nav .m_logo img{width: auto;opacity: 0;}
.mobile_nav .second_nav {position: relative;padding: 12px 5%;width: 100%;height: 100%;background: transparent;box-sizing: border-box;z-index: 99;}
.mobile_nav .second_nav > li{padding: 30px 0;width: 100%;line-height: 1.6;cursor: pointer;color: #fff;transform: translateY(-100%);transition: all 0.2s ease-out;opacity: 1;box-sizing: border-box;}
.mobile_nav .second_nav > li p{display: inline-block;}
.mobile_nav .second_nav > li > a:hover{color: #034CB9;}
.mobile_nav .second_nav > li i{display: inline-block;float: right;margin-top:6px;width: 10px;height: 10px;vertical-align: middle;transform: initial;background-size: 20px auto;border: 1px solid #d6d6d6;border-radius: 50%;position: relative;}
.mobile_nav .second_nav > li i:after{content:"";position: absolute;left:50%;top:50%;width: 4px;height: 4px;background:#034CB9;opacity: 0;transform: translate(-50%,-50%);border-radius: 50%;}
.mobile_nav .second_nav > li i.on{border-color: #034CB9;}
.mobile_nav .second_nav > li i.on:after{opacity: 1;}
.mobile_nav.sld .second_nav > li{transform: translateY(0);opacity: 1;border-bottom: 1px solid #d6d6d6;}
.mobile_nav.sld .second_nav > li:nth-child(1){transition-delay: 0.2s;}
.mobile_nav.sld .second_nav > li:nth-child(2){transition-delay: 0.25s;}
.mobile_nav.sld .second_nav > li:nth-child(3){transition-delay: 0.3s;}
.mobile_nav.sld .second_nav > li:nth-child(4){transition-delay: 0.35s;}
.mobile_nav.sld .second_nav > li:nth-child(5){transition-delay: 0.4s;}
.mobile_nav.sld .second_nav > li:nth-child(6){transition-delay: 0.45s;}
.mobile_nav.sld .second_nav > li:nth-child(7){transition-delay: 0.5s;}
.mobile_nav.sld .second_nav > li > a{font-size: 16px;}
.mobile_nav .second_nav .next_nav{display: none;margin-top: 20px;}
.mobile_nav .second_nav .next_nav > li{padding-left: 24px;font-size: 16px;box-sizing: border-box;position: relative;}
.mobile_nav .second_nav .next_nav > li:hover{color: #034CB9;}
.mobile_nav .second_nav .bg_line{position: absolute;top: -4.5px;left: 50%;width: calc(100% + 20px);width: -webkit-calc(100% + 20px);height: 45px;background-color: #034CB9;transform: translateX(-50%);z-index: -1;border-radius: 30px;transition: top .3s ease;display: none;}
@keyframes rotation{from{transform: rotateZ(0deg);}to{transform: rotateZ(720deg);}}
/* mobile-end */

@media only screen and (max-width: 1550px){
.head .h_bom .head_nav .first_nav li > a{font-size: 16px;}	
.head .search .icon{background-size: 26px;}
.head .search .header-search-form button{font-size: 14px;}

}
@media only screen and (max-width: 1350px){
.head .h_top{padding: 12px 0;}
.head .h_top .lx a{font-size: 14px;}
.head .toplan .img{font-size: 14px;}
.head .toplan img{width: 18px;margin-right: 6px;}
.head .h_bom .logo img{width: 70%;}
.head .h_bom .head_nav .first_nav li > a{font-size: 14px;}	
.head .search .icon{background-size: 22px;}
.head .search .header-search-form button{font-size: 12px;}
}
@media only screen and (max-width: 1250px){
.head .h_top{padding: 10px 0;}
.head .h_top .lx a{font-size: 12px;}
.head .toplan .img{font-size: 12px;}
.head .toplan img{width: 16px;}
.head .h_bom .logo img{width: 60%;}
.head .h_bom .head_nav .first_nav li > a{font-size: 12px;}	
.head .search .icon{background-size: 20px;width: 50px;height: 50px;}
.head .search .header-search-form button{font-size: 12px;}
}
@media only screen and (max-width: 1080px){
.head{padding: 10px 0;}
.head .head_mid{display: flex;align-items: center;justify-content: space-between;}
.head .h_top{display: none;}
.head .toplan img{width: 24px;}
.head .toplan .global-link{left: 45%;width: 35px;}
.head .h_bom{width: 68%;}
.head .h_bom .head_nav{display: none;}
.head .h_bom .rf_part{display: none;}
.head .h_other{display: block;}
.head .search .icon{height: 40px;}
.head .search .header-search-form{top: 0;}
.head .h_other .menu_btn{width: 62%;height: auto;display: inline-block;}
.head .h_other .menu_btn span:nth-child(2){margin:8px 0;}
.head .h_other .menu_part{left: auto;right: 0;top: -1px;visibility: visible;display: inline-block;}
/* mobile-start */
.mobile_nav.sld .second_nav > li > a{font-size: 17px;}
.mobile_nav .second_nav .next_nav > li{padding: 10px 15px;font-size: 16px;background-color: rgba(0,0,0,0.6);}
.mobile_nav #m_btn{top:30px;width: 20px;height: 20px;}
.mobile_nav #m_btn i{width: 20px;height: 20px;background-size:100% auto}

/* 鼠标 */
.head:hover{background: #fff;box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%);}
.head:hover .toplan img{filter: invert(0.9);}
.head:hover .h_bom{background: initial;}
.head:hover .search .icon{filter: invert(0.8);}
.head:hover .h_other .menu_btn span{background: #333;}

/* 下滑 */
.head.scro{background: #fff;box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%);}
.head.scro .toplan img{filter: invert(0.9);}
.head.scro .h_bom{background: initial;}
.head.scro .search .icon{filter: invert(0.8);}
.head.scro .h_other .menu_btn span{background: #333;}
}	
@media only screen and (max-width:768px){
.head{padding: 15px 0;}
.head .h_other .menu_btn span{background: #333;height: 2px;}
.mobile_nav.sld{width: 80%;}
}
@media only screen and (max-width:520px){
.head{padding: 10px 0;box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%);background: #fff;}
.head .h_bom{width: 58%;background: initial;}
.head .h_bom .logo .logo1{display: block;}
.head .h_bom .logo .logo2{display: none;}
.head .toplan img{margin-right: 5px;width: 22px;filter: invert(0.9);}
.head .search .icon{width: 55px;background-size: 25px;filter: invert(0.8);}
.head .h_other .menu_btn.open span{width: 100%;}
.head .h_other .menu_btn span{background: #333;}
.head .h_other .menu_btn span:nth-child(2){margin: 5px 0;}
.mobile_nav{background: #fff;}
.mobile_nav .m_logo{padding: 10px 5% 0;display: block;}
.mobile_nav .m_logo img{opacity: 1;width: 138px;}
.mobile_nav.sld .second_nav > li > a{font-size: 15px;}
.mobile_nav .second_nav{overflow-y: scroll;box-sizing: border-box;}
.mobile_nav .second_nav > li{padding: 20px 0;font-size: 14px;color: inherit;}
.mobile_nav .second_nav .next_nav > li{padding:6px 15px;margin: 6px 0;font-size: 14px;background-color: rgb(246 248 249);}
.mobile_nav .second_nav .bg_line{top: 0;width: 100%;height: 28px;}
.mobile_nav #m_btn{top:26px;right:10px;}
}
 

/* foot */
.foot .f_top{padding: 80px 0;background: #212121;}
.foot .f_nav{width: calc(55% - 1px);padding-bottom: 20px;border-right: 1px solid #a2a299a8;}
.foot .f_nav .item{width: 20%;}
.foot .f_nav .item .hd{font-size: 18px;margin-bottom: 25px;color: #ffffff;font-weight: bold;}
.foot .f_nav .item li{margin-bottom: 20px;transition: 0.3s;}
.foot .f_nav .item li a{font-size: 15px;color: #ffffffeb;}
.foot .f_nav .item li:hover{transform: translateX(5px);}
.foot .f_del{width: 30%;padding: 0 0% 0 5%;}
.foot .f_del .f_logo{margin-bottom:30px}
.foot .f_del .f_logo img{width: 240px;}
.foot .f_del .text{margin-bottom:25px;/* line-height:2 */}
.foot .f_del .text p{font-size:15px;margin-bottom: 5px;color: #ffffffeb;}
.foot .f_del .text p:nth-last-child(1){margin-bottom: 0;}
.foot .f_del .text p.p1{font-size: 16px;font-weight: bold;margin: 15px 0;color:#fff;}
.foot .ul{width: 10%;}
.foot .ul li img{width:99px}
.foot .ul li p{font-size:15px;text-align:center;margin-top:8px;color:#fff}
.foot .f_bom{padding: 40px 0;background: #191919;text-align: center;}
.foot .f_bom span{color: #dcdddd;font-size: 15px;}
.foot .f_bom a{color: #dcdddd;font-size: 15px;}
.foot .f_bom a:hover{color:#fff;}
@media only screen and (max-width:1550px){
.foot .f_nav .item .hd{font-size: 16px;}
.foot .f_nav .item li a{font-size: 13px;}
.foot .f_del .text p{font-size: 14px;}
.foot .ul li img{width: 88px;}
.foot .ul li p{font-size: 14px;}
.foot .f_bom{padding: 30px 0;}
.foot .f_bom span{font-size: 14px;}
.foot .f_bom a{font-size: 14px;}
}
@media only screen and (max-width:1330px){
.foot .f_nav .item .hd{font-size: 14px;margin-bottom: 20px;}
.foot .f_nav .item li{margin-bottom: 15px;}
.foot .f_nav .item li a{font-size: 12px;}
.foot .f_del .f_logo img{width: 200px;}
.foot .f_del .text p{font-size: 13px;}
.foot .ul li img{width: 80px;}
.foot .ul li p{font-size: 13px;}
.foot .f_bom{padding: 20px 0;}
.foot .f_bom span{font-size: 13px;}
.foot .f_bom a{font-size: 13px;}
}
@media only screen and (max-width:1080px){
.foot .f_top{padding: 50px 0;}
.foot .f_nav{display: none;}
.foot .f_nav .item .hd{font-size: 16px;}
.foot .f_nav .item li a{font-size: 14px;}
.foot .f_del{width: 42%;padding: 0 0% 0 5%;}
}
@media only screen and (max-width:980px){
.foot .f_top .odcontent{justify-content: space-between;}
.foot .f_del{width: 68%;padding: 0 5% 0 0;}
.foot .ul{width: 12%;}
.foot .f_bom{padding: 25px 0;}
}
@media only screen and (max-width:768px){
.foot .ul{width: 20%;}
}
@media only screen and (max-width:520px){
.foot .f_top{padding: 20px 0;}
.foot .f_del{width: 100%;padding: 0;}
.foot .f_del .f_logo{margin-bottom: 20px;}
.foot .f_del .f_logo img{width: 168px;}
.foot .f_del .text{margin-bottom: 15px;}
.foot .f_del .text p{font-size: 13px;}
.foot .f_del .text p.p1{font-size: 15px;margin: 10px 0;}
.foot .ul{width: 23%;}
.foot .ul li p{font-size: 13px;}
.foot .f_bom{padding: 15px 0;}
.foot .f_bom span{font-size: 13px;}
.foot .f_bom span a{font-size: 13px;}
}