@charset "utf-8";
/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
body { font-size: 14px; }
.pt60 { padding-top: 40px; }
.pt30 { padding-top: 20px; }
.f80 { font-size: 50px; }
.f72 { font-size: 45px; }
.f65 { font-size: 40px; }
.f48 { font-size: 30px; }
.f42 { font-size: 26px; }
.f36 { font-size: 23px; }
.f30 { font-size: 19px; }
.f28 { font-size: 18px; }
.f26 { font-size: 17px; }
.f24 { font-size: 16px; }
.f22 { font-size: 15px; }
.f21 { font-size: 15px; }
.f20 { font-size: 15px; }
.f19 { font-size: 14px; }
.f18 { font-size: 14px; }
.f16 { font-size: 14px; }
.f14 { font-size: 13px; }
.f12 { font-size: 12px; }
.mainc { width: 95%; overflow: inherit; }
.contanr { padding-top: 20px; overflow: inherit; }
.contanr img{ width:100%; display:block;}
.navigation, #section1 .arrow, .suspension { display: none; }
header { display: none }
.topby { height: 50px; }
.phom { display: block; }

.dibop { display: inline; }

/*padding-top*/
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt45 { padding-top: 45px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.pt64 { padding-top: 64px; }
.pt70 { padding-top: 70px; }
.pt80 { padding-top: 80px; }
.pt90 { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt110 { padding-top: 110px; }
.pt120 { padding-top: 120px; }
.pt130 { padding-top: 130px; }
.pt140 { padding-top: 140px; }
/*padding-bottom*/
.pb60 { padding-bottom:60px;}
.pb170 { padding-bottom:100px;}
/*padding:c 0*/
.padt20 { padding: 20px 0; }
.padt15 { padding: 15px 0; }
.padt25 { padding: 25px 0; }
.padt30 { padding: 30px 0; }
.padt35 { padding: 35px 0; }
.padt40 { padding: 40px 0; }
.padt46 { padding: 45px 0; }
.padt50 { padding: 50px 0; }
.padt56 { padding: 55px 0; }
.padt60 { padding: 60px 0; }
.padt70 { padding: 70px 0; }
.padt80 { padding: 80px 0; }
.padt90 { padding: 90px 0; }
.padt100 { padding: 100px 0; }
.padt120 { padding: 120px 0; }
.padt140 { padding: 140px 0; }
.padt150 { padding: 150px 0; }
/*col-xs*/
.col-xs-2 { width: 50%; margin-bottom: 20px; }
.col-xs-3 { width: 50%; margin-bottom: 20px; }
.col-xs-4 { width: 50%; margin-bottom: 20px;}
.col-xs-5 { width: 50%; margin-bottom: 20px; }
.col-xs-6 { width: 50%; margin-bottom: 20px; }
.cpnb { margin-bottom: 20px; margin-right: 0; }
.cpnc { width: 100%; margin-bottom: 20px; margin-right: 0; }
.cpnd { width: 100%; margin-bottom: 20px; margin-right: 0; }
.cpne { width: 100%; margin-bottom: 20px; margin-right: 0; }
.cpnf { width: 49.3%; margin-bottom: 20px; margin-right: 0; }
.cpnf:nth-of-type(odd) { margin-right: 1.4%; }
.cpnf:nth-of-type(even) { margin-right: 0; }


.fr { float: none; }
.fl { float: none; }
.ovhi { overflow: auto; }
.bhwr { display:inherit; flex-wrap: inherit; position: inherit; max-width: 100%; }
.bhhypc { display: inherit; display: inherit; -webkit-box-pack: inherit; justify-content: inherit; -webkit-box-align: inherit; align-items: inherit; }

/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
.sp_header { width: 100%; height: 50px; background: #fff; position: fixed; top: 0px; left: 0px; z-index: 9999; overflow: hidden; }
.sp_header .lan{ width:auto; height: 50px; line-height:50px; display:block; float:right; margin-left:10px; margin-right:10px;}
.sp_header .sp_logo { width: auto; float: left; height: 30px; padding: 0 0 0 10px; margin-top:10px; }
.sp_header .sp_logo img { margin: auto; height: 30px; }
.sp_header .sp_nav { width: 50px; float: right; position: relative; cursor: pointer; height: 30px; margin-top: 15px; z-index: 0; }
.sp_header .sp_nav span { display: block; background: #c62115; width: 30px; height: 2px; position: absolute; left: 10px; transition: all ease 0.35s }
.sp_header .sp_nav span:nth-of-type(1) { top: 0px }
.sp_header .sp_nav span:nth-of-type(2) { top: 10px }
.sp_header .sp_nav span:nth-of-type(3) { top: 20px }
.sp_header .sp_nav_se span:nth-of-type(1) { top: 10px; transform: rotate(45deg) }
.sp_header .sp_nav_se span:nth-of-type(2) { width: 0 }
.sp_header .sp_nav_se span:nth-of-type(3) { top: 10px; transform: rotate(-45deg) }
.sjj_nav { position: fixed; z-index: 9999; background: rgba(0, 0, 0, .8); width: 100%; height: calc(100% - 104px); font-size: 14px; line-height: 40px; top: -100%; left: 0; overflow: auto; overflow-x: hidden; transition: top ease 0.35s; }
.nav_show { top: 50px }
.sjj_nav>ul>li:first-child { overflow: hidden; border-top: 0 }
.sjj_nav>ul>li:first-child>a { float: left; width: calc(100% - 70px) }
.sjj_nav ul li .sp_nav_xjb { position: absolute; top: 5px; right: 0px; border-left: 1px rgba(255, 255, 255, .8) solid; height: 30px; padding: 0px 7px 0 7px; }
.sjj_nav ul li .sp_nav_xjb svg { transform: rotate(-90deg); transition: all ease 0.35s }
.sjj_nav ul li .sjj_nav_i_se svg { transform: rotate(0deg) }
.sjj_nav ul li { border-top: 1px rgba(255, 255, 255, .8) solid; margin-left: 20px; position: relative; line-height: 40px; font-size: 14px }
.sjj_nav>ul >li:last-child { border-bottom: 1px rgba(255, 255, 255, .8) solid; }
.sjj_nav ul li ul { display: none }
.sjj_nav ul li a { color: #FFF; width: 80% }
.sjj_nav ul li ul li a { color: #efeded; display: block; text-align: left; }
.sjj_nav ul li .sp_nav_xjb svg { width: 20px; height: 20px; fill: #FFF; }
.sjj_nav ul li .sjj_nav_i_se svg { fill: #d50e25 }
.sjj_nav ul li ul li>ul { margin-left: 10px }

#goBack{ width:auto; height:50px; line-height:50px; float:left; margin-left:10px;}

/*footer*/
.footer .foot_l { padding: 30px 0; }
.footer .foot_l .foot_nav .foot1 dt { padding-bottom: 15px; }
.footer .foot_l .foot_nav .foot1 dd { padding-top: 12px; line-height: 2; }
.footer .foot_l .foot_shop { padding: 25px 0; }
.footer .foot_l .foot_shop .shop_l { width: 14%; }
.footer .foot_l .foot_shop .shop_r { width: 86%; }
.footer .foot_r { width: 25%; padding: 30px 0 0 0; }
.footer .foot_r .lx_bo { padding-top: 20px; line-height: 2; }
.footer .foot_r .lx_bo p{ margin-bottom:10px;}
.footer .foot_r .lx_bo p i { width: 8%; line-height: 2.5; }
.copy { padding: 25px 20px; }
.fook { display: block; }
/* 工具栏 */
#toolbar { width: 100%; height: 70px; display: block; }
#toolbar .list { width: 100%; margin: 0 auto; background: #3c3c3c; height: 70px; }
#toolbar .list li { float: left; width: 25%; text-align: center; }
#toolbar .list li a { display: block; height: 70px; font-size: 14px; color: #fff; width: 99%; margin: 0 auto; border-right: 1px #d50e25 solid; }
#toolbar .list li:last-child a { border-right: 0; width: 100%; }
#toolbar .list a.hoverv { background: #d50e25; }
#toolbar .list a i { margin-left: auto; margin-right: auto; width: 100%; height: 20px; display: block; font-size: 22px; padding-top: 10px; }
#toolbar .list a span { text-align: center; line-height: 26px; display: block; padding-top: 10px; }
.xbg { width: 100%; display: block; position: fixed; height: 100px; left: 0; bottom: 0; background: #fff; z-index: 880; }
#toolbar .list a i span { color: #fff; padding-top: 10px; text-transform: initial; font-style: normal; }
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
/*loc*/
.loc { height: 50px; line-height: 50px; }
.loc .com_list { height: 50px; }
.loc .com_list li { height: 50px; }
.loc .com_list li a { line-height: 50px; }
.loc .com_list li span { width: 2px; height: 20px; margin: 15px 1rem 0 1rem; }
.titm dt { height: 1.8rem; line-height: 1.8rem; }
}

@media screen and (max-width: 768px) and (min-width: 0px) {
.footer .foot_l .foot_shop .shop_l { width: 20%; }
.footer .foot_l .foot_shop .shop_r { width: 80%; }
}



 @media screen and (max-width: 420px) and (min-width: 0px) {
.f80 { font-size: 45px; }
.f72 { font-size: 30px; }
.f65 { font-size:30px; }
.f48 { font-size:26px; }
.f42 { font-size:20px; }
.f36{ font-size:17px;}
.f30{ font-size:15px;}
.f28{ font-size:15px;}
.f26{ font-size:15px;}
.f24 { font-size: 15px; }
.f22 { font-size: 14px; }
.f21 { font-size: 14px; }
.f20 { font-size: 14px; }
.f18 { font-size: 14px; }
.f16 { font-size: 14px; }
.f14 { font-size: 12px; }


.footer, .copy, .kfl, .loc .fr { display: none; }
.loc { height: inherit; line-height: 20px; }
.loc .com_list { height: inherit; padding-top: 12px; text-align: center; float: inherit; width: 100%; }
.loc .com_list li { height: inherit; display: inline-block; float: inherit; }
.loc .com_list li a { line-height: 20px; margin-bottom: 12px; float: inherit; display: inline-block; }
.loc .com_list li span { margin: 0 1rem 0 1rem; float: inherit; display: inline-block; }
}
