*
{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: ' ';
}
body
{
overflow-x: hidden!important;
}
ul li
{
list-style: none;
}
a
{
text-decoration: none;
}
a:hover
{
text-decoration: none;
}
img
{
vertical-align: top;
outline-width: 0;
}
:root
{
--main-color: #016cb2;
--main-color1: #d32329;
--main-color-white: #fff;
--main-color-555: #555;
--main-color-999: #999;
--main-color-666: #666;
--main-color-333: #333;
--main-color-888: #888;
--main-color-222: #222;
--main-transition: all ease .4s;
--main-shadow: rgba(100,100,111,.2) 0px 7px 29px 0px;
}
@media only screen and (min-width: 996px)
{
.pchead
{
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99;
padding: 0 5%;
transition: var(--main-transition);
height: 100px;
}
.pcheader
{
margin: 0 auto;
transition: var(--main-transition);
display: flex;
align-items: center;
justify-content: space-between;
height: 100px;
}
.pclogo
{
width: 330px;
height: 60px;
transition: var(--main-transition);
background-repeat: no-repeat;
background-size: cover;
}
.scroll_change
{
background-color: var(--main-color-white);
}
.scroll_change .pcnav>li>a
{
color: var(--main-color-333)!important;
}
.scroll_change .pclogo
{
background-position: 0 -60px!important;
}
.pclogo img
{
height: 70px;
}
.pcnav
{
display: flex;
align-items: center;
position: relative;
z-index: 99;
}
.pcnav>li
{
position: relative;
transition: var(--main-transition);
}
.first_a::after
{
width: 0%;
position: absolute;
transition: var(--main-transition);
height: 2px;
content: '';
bottom: 0;
left: 50%;
transform: translateX(-50%);
background-color: var(--main-color);
}
.pcnav>li:hover .first_a::after
{
width: 100%;
}
.pcnav>li>a
{
display: block;
height: 100px;
line-height: 100px;
font-size: 15px;
transition: var(--main-transition);
color: var(--main-color-white);
padding: 0 15px;
}
.pc_sec_nav
{
position: absolute;
top: 130%;
left: 0;
width: 150px;
background-color: var(--main-color-white);
opacity: 0;
visibility: hidden;
transition: var(--main-transition);
}
.pc_sec_item a
{
color: var(--main-color-666);
font-size: 15px;
display: block;
padding: 10px 30px;
transition: var(--main-transition);
}
.pcnav li:hover .pc_sec_nav
{
top: 100%!important;
opacity: 1!important;
visibility: visible!important;
}
.pc_sec_item:hover .pc_third_nav
{
top: 0%!important;
opacity: 1!important;
visibility: visible!important;
}
.pc_sec_item:hover .second_a
{
color: var(--main-color)!important;
}
.third_a:hover
{
color: var(--main-color)!important;
}
.pc_sec_item
{
position: relative;
}
.pc_third_nav
{
position: absolute;
left: 100%;
top: 0;
z-index: 998;
width: 150px;
top: 130%;
opacity: 0;
visibility: hidden;
transition: var(--main-transition);
}
.third_a
{
color: var(--main-color-666);
background-color: var(--main-color-white);
}
.head_transform
{
max-width: 90%!important;
height: 72px!important;
}
.header_transform
{
background-color: var(--main-color)!important;
height: 72px!important;
}
.ml_mb_head
{
display: none;
}
.ml_mb_nav
{
display: none;
}
.ml_banner
{
width: 100%;
z-index: 998;
}
.ml_banner:hover .bannerbtnleft
{
left: 10px!important;
opacity: 1!important;
}
.ml_banner:hover .bannerbtnright
{
right: 10px!important;
opacity: 1!important;
}
.ml_banner img
{
width: 100%;
}
.bannerpage .swiper-pagination-bullet
{
width: 15px!important;
height: 15px!important;
}
.bannerbtn
{
width: 50px!important;
display: flex;
align-items: center;
justify-content: center;
color: var(--main-color-white);
font-size: 25px;
height: 50px!important;
transition: var(--main-transition);
background: rgba(0,0,0,.7);
background-image: none!important;
opacity: 0;
}
.bannerbtnleft
{
left: 0!important;
}
.bannerbtnright
{
right: 0!important;
}
.copy
{
width: 100%;
text-align: center;
padding: 15px;
border-top: 1px solid #555;
background-color: #3b3d40;
}
.copycon
{
text-align: center;
max-width: 1200px;
text-align: center;
font-size: 14px;
color: var(--main-color-999);
margin: 0 auto;
}
.copycon a
{
font-size: 14px;
color: var(--main-color-999);
}
.inside
{
max-width: 1200px;
margin: 0 auto;
padding: 15px 0;
}
.inside p
{
font-size: 14px;
color: var(--main-color-222);
}
.inbanner
{
width: 100%;
height: 300px;
background-image: url(../image/inbanner.jpg);
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
}
.inbanner strong
{
display: block;
color: var(--main-color-white);
font-size: 30px;
font-weight: normal;
}
.con1
{
width: 100%;
padding: 80px 5%;
}
.con1con
{
width: 100%;
}
.titles
{
margin-bottom: 50px;
}
.titles strong
{
display: block;
font-weight: 100;
font-size: 30px;
text-align: center;
position: relative;
margin-bottom: 50px;
}
.titles strong::after
{
position: absolute;
width: 70px;
height: 2px;
background-color: var(--main-color);
left: 50%;
transform: translateX(-50%);
bottom: -20px;
content: '';
}
.titles p
{
line-height: 25px;
font-size: 16px;
color: var(--main-color-666);
}
.con1con ul
{
display: flex;
flex-wrap: wrap;
}
.con1con ul li
{
width: calc((100% - 20px) / 3);
margin-right: 10px;
margin-bottom: 10px;
cursor: pointer;
overflow: hidden;
position: relative;
}
.con1con ul li:nth-child(3n)
{
margin-right: 0;
}
.con1con ul li>img
{
width: 100%;
height: 430px;
object-fit: cover;
transition: var(--main-transition);
}
.con1con ul li:hover .s_imgs
{
transform: scale(1.1);
}
.con1con ul li:hover .con1pos
{
opacity: 1!important;
visibility: visible!important;
}
.con1con ul li:hover .con1pos p::after
{
width: 150px!important;
}
.con1pos
{
position: absolute;
transition: var(--main-transition);
width: 100%;
height: 100%;
background: rgba(0,0,0,.7);
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
}
.con1poscon
{
position: relative;
width: 100%;
height: 100%;
padding: 70px 50px;
}
.con1poscon a
{
position: absolute;
bottom: 20px;
right: 20px;
}
.con1poscon p
{
color: var(--main-color-white);
font-size: 17px;
position: relative;
}
.con1poscon p::after
{
content: '';
position: absolute;
width: 0;
height: 3px;
background-color: var(--main-color);
bottom: -20px;
left: 0;
transition: var(--main-transition);
}
.more1
{
display: block;
width: 100%;
height: 75px;
transition: var(--main-transition);
line-height: 75px;
margin-top: 30px;
font-size: 16px;
color: var(--main-color-666);
text-align: center;
}
.more1:hover
{
background-color: var(--main-color);
color: var(--main-color-white);
}
.con2
{
padding: 50px 5%;
}
.con2con
{
width: 100%;
}
.mumping_mun
{
display: flex;
align-items: center;
justify-content: space-between;
}
.mumping_mun li
{
width: 25%;
border-right: 1px solid #919191;
}
.mumping_mun li:nth-child(6n)
{
border-right: 0;
}
.mumping_mun li p
{
text-align: center;
color: var(--main-color-999);
font-size: 18px;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
margin: 10px 0;
}
.mun_top
{
display: flex;
width: 100%;
justify-content: center;
}
.mun_top h2
{
color: var(--main-color);
font-size: 75px;
font-weight: 100;
}
.mun_top span
{
font-size: 35px;
color: var(--main-color);
}
.con3
{
padding: 80px 0;
background-image: url(../image/20230831155929.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.con3con
{
max-width: 1200px;
margin: 0 auto;
}
.con3con h1
{
font-size: 35px;
color: var(--main-color-white);
text-align: center;
margin-bottom: 55px;
}
.con3_ul1
{
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 80px;
}
.con3_ul1 li a
{
display: block;
transition: var(--main-transition);
padding: 10px 15px;
margin: 0 20px;
border-radius: 50px;
background-color: var(--main-color-white);
font-size: 15px;
color: var(--main-color);
}
.con3_ul1 li a:hover
{
background-color: var(--main-color);
color: var(--main-color-white);
}
.con3_ul2
{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.con3_ul2 li
{
width: 25%;
border-right: 1px solid var(--main-color-white);
padding: 0 30px;
}
.con3_ul2 li:nth-child(4n)
{
border-right: none;
}
.con3_ul2 li p
{
color: var(--main-color-white);
font-size: 20px;
font-weight: bold;
text-align: center;
margin-bottom: 20px;
}
.con3_ul2 li span
{
display: block;
text-align: center;
font-size: 14px;
color: var(--main-color-white);
}
.con4
{
padding: 80px 5%;
}
.con4con
{
width: 100%;
}
.con4con ul
{
display: flex;
flex-wrap: wrap;
}
.con4con ul li
{
display: flex;
width: calc(100% / 3);
padding: 20px;
background-color: var(--main-color-white);
margin-bottom: 30px;
}
.lileft
{
width: 20%;
}
.lileft img
{
width: 100%;
}
.liright
{
flex: 1;
padding-left: 25px;
}
.liright strong
{
display: block;
font-size: 22px;
color: var(--main-color-666);
}
.liright p
{
font-size: 22px;
color: var(--main-color-555);
margin: 15px 0;
}
.liright span
{
font-size: 16px;
color: var(--main-color-555);
}
.line
{
width: 60px;
height: 1px;
background-color: var(--main-color-666);
margin-bottom: 15px;
}
.con5
{
padding: 80px 5%;
}
.con5con
{
width: 100%;
}
.con8box
{
display: flex;
align-items: center;
justify-content: space-between;
}
.con8left
{
width: 48%;
}
.con8right
{
width: 48%;
}
.newbox
{
width: 100%;
overflow: hidden;
display: block;
}
.newbox img
{
width: 100%;
height: 350px;
transition: var(--main-transition);
object-fit: cover;
}
.con8left:hover img
{
transform: scale(1.1);
}
.newfdout
{
padding: 15px;
}
.newfdtop
{
display: flex;
align-items: center;
justify-content: space-between;
}
.newfdtop a
{
display: block;
width: 70%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
font-size: 22px;
color: var(--main-color-333);
}
.newfdtop span
{
color: var(--main-color-999);
font-size: 14px;
}
.con8left:hover a
{
color: var(--main-color);
}
.newfd p
{
margin-top: 15px;
color: var(--main-color-999);
font-size: 14px;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 25px;
}
.con8right .newfd
{
padding: 15px 0;
border-bottom: 1px dashed #ddd;
}
.newfd:hover a
{
color: var(--main-color);
}
.foot
{
padding: 50px 0;
background-color: #3e3e3e;
}
.footer
{
max-width: 1400px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
.footerleft
{
width: 220px;
padding-right: 20px;
}
.footerleft ul li
{
display: flex;
align-items: center;
}
.footerleft ul li i
{
font-size: 15px!important;
color: var(--main-color-white);
width: 20px!important;
}
.footerleft ul li
{
margin-bottom: 10px;
}
.footerleft ul li span
{
flex: 1;
padding-left: 5px;
color: var(--main-color-white);
font-size: 14px;
}
.footerright
{
flex: 1;
padding: 0 20px;
}
.footercode
{
width: 120px;
margin-left: 30px;
}
.footercode img
{
width: 100%;
height: 120px;
object-fit: cover;
}
.footercode p
{
margin: 10px 0;
text-align: center;
font-size: 14px;
color: var(--main-color-white);
}
.footerright ul
{
display: flex;
flex-wrap: wrap;
}
.footerright ul li
{
padding: 0 20px;
width: 25%;
margin-bottom: 20px;
}
.footerright ul li:last-child
{
border-right: 0!important;
}
.f_a
{
font-size: 15px;
color: var(--main-color-white);
display: block;
margin-bottom: 30px;
text-align: center;
}
.s_a
{
font-size: 13px;
text-align: center;
display: block;
margin-bottom: 10px;
color: #fff9;
}
.aboutus1
{
padding: 80px 0;
width: 100%;
background-image: url(../image/inbanner.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.aboutus1con
{
max-width: 1300px;
margin: 0 auto;
background: rgba(255,255,255,.9);
padding: 30px;
}
.aboutus1con p
{
font-size: 15px;
color: #777;
line-height: 30px;
}
.aboutus3
{
padding: 50px 5%;
}
.aboutus3con
{
width: 100%;
}
.aboutus3con ul
{
display: flex;
flex-wrap: wrap;
}
.aboutus3con ul li
{
width: calc((100% - 60px) / 4);
margin-right: 20px;
margin-bottom: 20px;
padding: 5px;
cursor: pointer;
overflow: hidden;
}
.aboutus3con ul li img
{
width: 100%;
transition: var(--main-transition);
height: 240px;
object-fit: contain;
}
.aboutus3con ul li:hover img
{
transform: scale(1.1);
}
.aboutus3con ul li:nth-child(4n)
{
margin-right: 0;
}
}
@media only screen and (max-width: 996px)
{
.aboutus3
{
padding: 30px 15px;
}
.aboutus3con
{
width: 100%;
}
.aboutus3con ul
{
display: flex;
flex-wrap: wrap;
}
.aboutus3con ul li
{
width: 100%;
margin-bottom: 20px;
padding: 5px;
cursor: pointer;
overflow: hidden;
}
.aboutus3con ul li img
{
width: 100%;
}
.aboutus3con ul li:hover img
{
transform: scale(1.1);
}
.aboutus3con ul li:nth-child(4n)
{
margin-right: 0;
}
.aboutus1
{
padding: 30px 15px;
width: 100%;
background-image: url(../image/inbanner.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.aboutus1con
{
margin: 0 auto;
background: rgba(255,255,255,.9);
padding: 20px;
}
.aboutus1con p
{
font-size: 14px;
color: #777;
line-height: 25px;
}
.foot
{
padding: 30px 15px;
background-color: #3e3e3e;
}
.footer
{
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
.footerleft
{
width: 100%;
margin-bottom: 25px;
}
.footerleft ul li
{
display: flex;
align-items: center;
}
.footerleft ul li i
{
font-size: 15px!important;
color: var(--main-color-white);
width: 20px!important;
}
.footerleft ul li
{
margin-bottom: 10px;
}
.footerleft ul li span
{
flex: 1;
padding-left: 5px;
color: var(--main-color-white);
font-size: 14px;
}
.footerright
{
width: 100%;
}
.footercode
{
width: 100%;
}
.footercode img
{
width: 120px;
height: 120px;
object-fit: cover;
}
.footercode p
{
margin: 10px 0;
font-size: 14px;
color: var(--main-color-white);
}
.footerright ul
{
display: flex;
flex-wrap: wrap;
}
.footerright ul li
{
margin-right: 10px;
margin-bottom: 15px;
}
.footerright ul li:last-child
{
border-right: 0!important;
}
.f_a
{
font-size: 15px;
color: var(--main-color-white);
display: block;
margin-bottom: 30px;
text-align: center;
}
.s_a
{
display: none;
}
.con5
{
padding: 30px 15px;
}
.con5con
{
width: 100%;
}
.con8box
{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.con8left
{
width: 100%;
}
.con8right
{
width: 100%;
}
.newbox
{
width: 100%;
overflow: hidden;
display: block;
}
.newbox img
{
width: 100%;
transition: var(--main-transition);
}
.con8left:hover img
{
transform: scale(1.1);
}
.newfdout
{
padding: 15px 0;
}
.newfdtop
{
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
.newfdtop a
{
display: block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
font-size: 16px;
margin-bottom: 10px;
color: var(--main-color-333);
}
.newfdtop span
{
color: var(--main-color-999);
font-size: 14px;
margin-top: 10px;
}
.con8left:hover a
{
color: var(--main-color);
}
.newfd p
{
color: var(--main-color-999);
font-size: 14px;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 25px;
}
.con8right .newfd
{
padding: 15px 0;
border-bottom: 1px dashed #ddd;
}
.newfd:hover a
{
color: var(--main-color);
}
.con4
{
padding: 30px 15px;
}
.con4con
{
width: 100%;
}
.con4con ul
{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.con4con ul li
{
width: 48%;
background-color: var(--main-color-white);
margin-bottom: 30px;
}
.lileft
{
width: 100%;
}
.lileft img
{
width: 50px;
display: block;
margin: 0 auto;
margin-bottom: 20px;
}
.liright
{
width: 100%;
}
.liright strong
{
display: block;
font-size: 16px;
text-align: center;
color: var(--main-color-666);
}
.liright p
{
font-size: 15px;
color: var(--main-color-555);
margin: 15px 0;
text-align: center;
}
.liright span
{
display: block;
width: 100%;
text-align: center;
font-size: 14px;
color: var(--main-color-555);
}
.line
{
width: 60px;
height: 1px;
margin: 0 auto;
background-color: var(--main-color-666);
margin-bottom: 15px;
display: block;
}
.con3
{
padding: 30px 15px;
background-image: url(../image/20230831155929.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.con3con
{
margin: 0 auto;
}
.con3con h1
{
font-size: 20px;
color: var(--main-color-white);
text-align: center;
margin-bottom: 25px;
}
.con3_ul1
{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}
.con3_ul1 li
{
margin-bottom: 10px;
}
.con3_ul1 li a
{
display: block;
transition: var(--main-transition);
padding: 5px 10px;
margin: 0 5px;
border-radius: 50px;
background-color: var(--main-color-white);
font-size: 14px;
color: var(--main-color);
}
.con3_ul1 li a:hover
{
background-color: var(--main-color);
color: var(--main-color-white);
}
.con3_ul2
{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.con3_ul2 li
{
width: 100%;
padding: 0 30px;
margin-bottom: 20px;
}
.con3_ul2 li p
{
color: var(--main-color-white);
font-size: 20px;
font-weight: bold;
text-align: center;
margin-bottom: 20px;
}
.con3_ul2 li span
{
display: block;
text-align: center;
font-size: 14px;
line-height: 25px;
color: var(--main-color-white);
}
.con2
{
padding: 30px 15px;
}
.con2con
{
width: 100%;
}
.mumping_mun
{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.mumping_mun li
{
width: 50%;
margin-bottom: 20px;
}
.mumping_mun li p
{
text-align: center;
color: var(--main-color-999);
font-size: 15px;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
margin: 10px 0;
}
.mun_top
{
display: flex;
width: 100%;
justify-content: center;
}
.mun_top h2
{
color: var(--main-color);
font-size: 30px;
font-weight: 100;
}
.mun_top span
{
font-size: 15px;
color: var(--main-color);
}
.con1
{
width: 100%;
padding: 30px 15px;
}
.con1con
{
width: 100%;
}
.titles
{
margin-bottom: 30px;
}
.titles strong
{
display: block;
font-weight: 100;
font-size: 20px;
text-align: center;
position: relative;
margin-bottom: 30px;
}
.titles strong::after
{
position: absolute;
width: 70px;
height: 2px;
background-color: var(--main-color);
left: 50%;
transform: translateX(-50%);
bottom: -15px;
content: '';
}
.titles p
{
text-align: center;
line-height: 25px;
font-size: 14px;
color: var(--main-color-666);
}
.con1con ul
{
display: flex;
flex-wrap: wrap;
}
.con1con ul li
{
width: 100%;
margin-bottom: 30px;
cursor: pointer;
overflow: hidden;
position: relative;
}
.con1con ul li:nth-child(3n)
{
margin-right: 0;
}
.con1con ul li>img
{
width: 100%;
transition: var(--main-transition);
}
.con1pos
{
transition: var(--main-transition);
background-color: var(--main-color);
opacity: 1!important;
visibility: visible!important;
}
.con1poscon
{
position: relative;
width: 100%;
height: 100%;
padding: 20px 15px;
}
.con1poscon a
{
display: none;
}
.con1poscon p
{
color: var(--main-color-white);
font-size: 15px;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
position: relative;
}
.more1
{
display: block;
width: 100%;
height: 40px;
transition: var(--main-transition);
line-height: 40px;
margin-top: 20px;
font-size: 14px;
text-align: center;
color: var(--main-color-white);
background-color: var(--main-color);
}
.inbanner
{
width: 100%;
height: 200px;
background-image: url(../image/inbanner.jpg);
background-repeat: no-repeat;
background-size: cover;
display: flex;
margin-top: 60px;
align-items: center;
justify-content: center;
}
.inbanner strong
{
display: block;
color: var(--main-color);
font-size: 25px;
font-weight: normal;
}
.inside
{
margin: 0 auto;
padding: 15px;
}
.inside p
{
font-size: 14px;
color: var(--main-color-222);
}
.copy
{
width: 100%;
text-align: center;
padding: 15px;
border-top: 1px solid #555;
background-color: #3b3d40;
margin-bottom: 60px;
}
.copycon
{
text-align: center;
text-align: center;
font-size: 13px;
color: var(--main-color-999);
margin: 0 auto;
}
.copycon a
{
font-size: 13px;
color: var(--main-color-999);
}
.ml_banner
{
width: 100%;
margin-top: 60px!important;
}
.ml_banner img
{
width: 100%;
}
.bannerpage .swiper-pagination-bullet
{
width: 10px!important;
height: 10px!important;
}
.bannerbtn
{
width: 40px!important;
height: 40px!important;
display: flex;
align-items: center;
justify-content: center;
color: var(--main-color-white);
font-size: 25px;
transition: var(--main-transition);
background: rgba(0,0,0,.7);
background-image: none!important;
}
.pchead
{
display: none;
}
.pcnav
{
display: none;
}
.ml_mb_arrowChange
{
transform: rotate(90deg);
}
.ml_mbnav_3
{
display: none;
}
.ml_mbnav_3_item
{
display: flex;
padding: 0 20px;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f3f3f3;
background-color: #efefef;
}
.ml_mbnav_3_item>a
{
display: block;
width: 100%;
height: 40px;
line-height: 40px;
color: var(--main-color-666);
font-size: 14px;
padding-left: 35px;
}
.ml_mb_nav i
{
font-size: 22px!important;
transition: var(--main-transition);
}
.ml_mbnav_2_item
{
display: flex;
padding: 0 20px;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f3f3f3;
background-color: #e3e3e3;
}
.ml_mbnav_2_item>a
{
display: block;
height: 40px;
width: 100%;
line-height: 40px;
color: var(--main-color-666);
font-size: 14px;
padding-left: 20px;
}
.ml_mbnav_2
{
display: none;
}
.ml_mbnav_1_item>a
{
display: block;
height: 40px;
line-height: 40px;
color: var(--main-color-666);
font-size: 14px;
width: 100%;
}
.ml_mbnav_1_item
{
display: flex;
padding: 0 20px;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f3f3f3;
}
.ml_mb_nav
{
width: 100%;
height: calc(100% - 60px);
position: fixed;
top: 60px;
right: -100%;
background-color: var(--main-color-white);
z-index: 100;
border-top: 1px solid #ccc;
overflow: scroll;
padding: 20px 0;
transition: var(--main-transition);
}
.mb_navShow
{
right: 0!important;
}
.hb_fadeout
{
opacity: 0!important;
}
.change2
{
transform: translateY(-10px) rotate(-45deg);
}
.change1
{
transform: translateY(10px) rotate(45deg);
}
.hb span
{
display: block;
width: 30px;
height: 1px;
background-color: var(--main-color-666);
transition: var(--main-transition);
}
.hb
{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
height: 20px;
flex-direction: column;
}
.ml_mb_logo img
{
height: 45px;
}
.ml_mb_head
{
display: flex;
height: 60px;
padding: 0 20px;
background-color: var(--main-color-white);
position: fixed;
top: 0;
left: 0;
align-items: center;
justify-content: space-between;
box-shadow: rgba(149,157,165,.2) 0 8px 24px;
width: 100%;
z-index: 99;
}
.ml_pcheader
{
display: none;
}
}
