<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*++++author:智慧云擎*******************/
/*+++++time:2022-09-10****************/
/**************************导航*************************************/
.blockbox{width:95%;margin:0 auto;max-width: 1200px;}
.headers.sticky {top:0;left:0;box-shadow: 5px 3px 15px rgba(24,31,11,.65);position: fixed;z-index: 9999}
.headers{width: 100%;background: #fff;border-bottom: 4px solid #1e3a7c}
.headers .header-top{height: 40px;overflow: hidden;}
.headers .header-top .header-tel{float: right;width: 470px;height: 40px;overflow: hidden;}
.headers .header-top .header-tel .tel-box{float: left;line-height: 40px;color: #1e3a7c;font-size: 18px;font-weight: 600;}
.headers .header-top .header-tel .tel-box span{font-weight: 500;font-family: "微软雅黑";font-size: 14px;}
.headers .header-top .header-tel .header-search{float: right;height: 28px;border:1px solid #1e3a7c;width:220px;margin-top:5px;border-radius: 15px 0 0 15px}
.headers .header-top .header-tel .header-search .input{display: inline-block;width:170px;border:none;line-height: 28px;height:28px;padding-left:10px;color: #444;font-size: 14px;border-radius: 15px 0 0 15px}
.headers .header-top .header-tel .header-search .submit{display: inline-block;float:right;width: 40px;height: 28px;background:#1e3a7c url(../images/search.png) no-repeat center;border:none;cursor:pointer;}
.headers .header-nav{height: 104px;width: 100%;}
.headers .header-nav .logo{display: block;float: left;width: 300px;overflow: hidden;margin-top:0;}
.headers .header-nav .logo img{display: block;height:40px;padding:30px 0px;}

.headers .header-nav .nav-box{padding-left: .3rem;height:104px;display: flex;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.headers .nav-box li{font-size: 18px;position: relative;text-align: center;}
.headers .nav-box li a.ina{color: #000;display: block;line-height: 104px;height: 100%;letter-spacing: 1px;padding: 0px 30px;}
/* .headers .nav-box li.dropmenu  a.ina{padding:0 .2rem;} */
.headers .nav-box li.dropmenu .second-nav{z-index:999;display:none;position: absolute;width:100%;top:0px;left:0;-moz-transition:all 0.6s;-webkit-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;transition:all 0.6s;background:#fff }
.headers .nav-box li.dropmenu .second-nav div{display: block;width: 100%;position: relative;margin:0 auto;}
/* .headers .nav-box li.dropmenu .second-nav div::after{ position: absolute; content: '';width:0;height:0;border-right:10px solid transparent;border-left:10px solid transparent;border-bottom:10px solid #112953; margin: auto; left: 0; right: 0; top:-22px;z-index: 101} */
.headers .nav-box li.dropmenu .second-nav div a{display: block;border-top: 1px solid #eee;height: 37px;overflow:hidden;line-height: 37px;font-size: 16px;text-align: center;color: #444;}
.headers .nav-box li.dropmenu .second-nav div a:first-child{border-top:none;}
.headers .nav-box li.dropmenu .second-nav div a:hover{background: #1e3a7c;color: #fff;}
.headers .nav-box li.active a.ina,.headers .nav-box li:hover a.ina{background:#1e3a7c;color: #fff;border-radius: 15px 15px 0 0;font-weight:600;}
.headers .nav-box li:hover .second-nav{display: block;top:103px;}

/**手机端***/
.m_nav{position: fixed;top: 0px;/* box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38); */width: 100%; height: 100%; background: #fff; transition: all ease 0.5s; -webkit-transition: all ease 0.5s;z-index: 999000; opacity: 1; visibility: visible; margin-top: 0; overflow-y: auto; transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms; top: 0; transform: translateX(100%);}
.m_nav.open{transform: translateX(0);}
.m_nav .top{height:45px;padding:30px;box-sizing: border-box;}
.m_nav .top .closed{width: 22px;height:22px;vertical-align: middle;float:right;cursor: pointer;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;-o-transition: all 0.4s ease-out;transition: all 0.4s ease-out;background-size: 22px 22px}
.m_nav .logo{height:45px;margin:0 auto;height:;}
.m_nav .top .closed:hover{transform:rotate(-360deg);-moz-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg);}
.m_nav .logo img{width:230px;display: block;margin:20px auto;}
.m_nav .ul{margin-top: 30px;}
.m_nav .ul li{padding: 0 20px;border-bottom: 1px solid #f5f5f5;transform: translateY(0);-webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms; opacity: 0;}
.m_nav.open .ul li{opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}
.m_nav .ul li:nth-child(1){-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(2){-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(3){-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(4){-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(5){-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(6){-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(7){-webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li a{display: block;text-decoration: none;color: #333;font-size: 16px;height: 50px;line-height: 50px;width: 100%;}
.m_nav .ul li a i{ float: right;padding-top: 8px;}
.m_nav .ul li a i img{ width: 25px; height:25px; margin-top: 10px;transform:rotate(-90deg);}
.m_nav .ul li.active&gt;a,.m_nav .ul li a:hover{color: #1e3a7c; }
.m_nav .ul li .dropdown_menu{display: none;}
.m_nav .ul li.dropdown.active .dropdown_menu{display: block;}
.m_nav .ul li .dropdown_menu a{display: block;height: 50px;line-height: 50px;padding: 0 40px;box-sizing: border-box;border-bottom: 1px solid #f5f5f5;}
.m_nav .ul li .dropdown_menu a:last-child{border: none;}

.headers #navToggle{position:relative; float:right;width:30px;height:35px;display:none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0.04); cursor: pointer; -webkit-transition: all 220ms ease 0s, all 220ms ease 0s; transition: all 220ms ease 0s, all 220ms ease 0s;}
.headers #navToggle s{position: absolute; right:0px; display: block; width: 30px; height: 3px; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #1e3a7c; -webkit-transition: opacity .3s ease, left .3s ease, width .3s ease, -webkit-transform .3s ease; transition: opacity .3s ease, left .3s ease, width .3s ease, -webkit-transform .3s ease; transition: transform .3s ease, opacity .3s ease, left .3s ease, width .3s ease; transition: transform .3s ease, opacity .3s ease, left .3s ease, width .3s ease, -webkit-transform .3s ease; -webkit-transform-origin: 0 50%; transform-origin: 0 50%;}
.headers #navToggle .i1{top: 7px;}
.headers #navToggle .i2{ top: 50%; margin-top: -1.5px; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%;}
.headers #navToggle .i3{width: 20px;bottom: 7px;}
.headers #navToggle:hover .i3{ width: 30px !important; -webkit-animation-name: none; animation-name: none;}
/*&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;footer部分&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;*/
.footer{background: #184383;padding:45px 0;overflow: hidden;width: 100%;}
.footer .f-logo{width: 7.37rem;height: .8rem;overflow: hidden;margin: 0 auto;}
.footer .footer-form{height: 240px;margin-top: .9rem;overflow: hidden;}
.footer .footer-form .footer-form-left{width: 60%;overflow: hidden;margin-top:20px;float: left}
.footer .footer-form .footer-form-left .txt{width:300px;overflow: hidden;}
.footer .footer-form .footer-form-left .txt dl{color: #fff;margin-bottom: 20px;}
.footer .footer-form .footer-form-left .txt dl dt{font-size: 14px;font-weight: 600;}
.footer .footer-form .footer-form-left .txt dl dd{padding-top: 5px;}
.footer .footer-form .footer-form-left .txt dl dd p{line-height: 24px;}
.footer .footer-form .footer-form-left .code{width:356px;overflow: hidden;}
.footer .footer-form .footer-form-left .code .li{width: 164px;text-align: center;height: 210px;background:#fff;}
.footer .footer-form .footer-form-left .code .li img{width:141px;height: 141px;margin:20px auto 10px auto;display: block;}
.footer .footer-form .footer-form-left .code .li span{color:#184383;font-size: 14px;}
.footer .footer-form .footer-form-right{float: right;width:38%;height: 100%;}
.footer .footer-form .footer-form-right .text-tit{height: 30px;line-height: 30px;background: #fff;width: 112px;border-radius: 10px 10px 0 0;text-align: center;line-height: 30px;font-size: 18px;color: #184383;font-weight: 600;}
.footer .footer-form .footer-form-right .formbox{background: #fff;height: 210px;padding:5px 20px;}
.footer .footer-form .footer-form-right .formbox .li{height: 35px;border-bottom: 1px solid #184383;line-height: 35px;}
.footer .footer-form .footer-form-right .formbox .input-box{height: 35px;line-height: 35px;}
.footer .footer-form .footer-form-right .formbox .input-box .submit{display:block;cursor: pointer;border:none;width: 145px;height: 35px;background: #184383;text-align: center;font-size: 16px;border-radius: 20px;color: #fff;margin:10px auto;}
.footer .footer-form .footer-form-right .formbox .li label{color: #184383;font-size: 14px;width:90px; }
.footer .footer-form .footer-form-right .formbox .li .txts{border: none;font-size: 14px;color: #555;width:calc(100% - 90px);}
.copyright{width: 100%;background: #fff;padding:20px 0;overflow: hidden;}
.copyright .copy{text-align: center;font-size: 14px;color: #666}
.copyright .copyrightbox{width: 100%;height: 40px;line-height: 40px;text-align: center;}
.copyright .copyrightbox p{color: #666;font-size: 14px;}
.copyright .copyrightbox p a,.copyright .copyrightbox p span{color:#666;padding:0 10px;display: inline-block;}
.copyright .copyrightbox p a:hover{color: #184383;text-decoration: underline;}
.copyright .copyrightbox p a img,.copyright .copyrightbox p span img{vertical-align: middle;display: inline-block;margin-right: 3px;height: 18px;}
/**wap**/
#bottom{display:none;position: fixed;width: 100%;margin: 0 auto;height: 52px;bottom: 0;/*border-top: #fff solid 2px;*/background: #1e3a7c;z-index: 999;}
#bottom ul{height: 45px;line-height: 45px}
#bottom ul li{width: 25%;float: left;color: #FFF}
#bottom ul li dl{width: auto;margin: 0 auto;border-right: 1px solid #31477d;box-shadow: 1px 0px 0 #16264a;text-align: center}
#bottom ul li dt{width: auto;height: 30px;overflow: hidden;}
#bottom ul li dd{width: auto;height: 20px;font-size: 12px;color: #fff;line-height: 20px;}
#bottom ul li dt img{width:22px;height: 22px;margin: 5px auto 0 auto;}
/*&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;执照弹出层&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;*/
.qcodePop,.qcodePopM{display:none;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;-o-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
.qcodeboxmask{background:rgba(0,0,0,.6);left:0;top:0;width:100%;height:100%;position:fixed;z-index:100000;}
.qcodebox{border-radius:3px;box-shadow:0 0 2px rgba(0,0,0,.1);position:fixed;background:#fff;left:50%;top:50%;z-index:100001;padding-bottom:10px;}
.qcodePop .qcodebox{width:550px;margin-left:-275px;margin-top:-140px;}
.qcodePopM .qcodebox{width:250px;margin-top:-140px;margin-left:-125px;}
.qcodebox .close{-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;-o-transition: all 0.4s ease-out;transition: all 0.4s ease-out;width:15px;height: 15px;background: url(../images/closed.png) no-repeat center;display: block;cursor:pointer;position: absolute;right:10px;top:10px;}
.qcodebox .close:hover{transform:rotate(-360deg);-moz-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg);}
.qcodePop .qcodebox .qcode{width:500px;height:348px;margin:45px 25px 0 25px;}
.qcodePopM .qcodebox .qcode{width:200px;height:200px;margin:35px 25px 0 25px;}
.qcodebox .qcode img{width:100%;height:100%;}
.qcodebox .txt{font-size:14px;text-align: center;line-height:20px;padding:10px 0;}

/*&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;预加载页&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;*/
.czloading.on{opacity:0;-webkit-opacity:0;visibility:hidden;}
.czloading{transition:all 1s;-moz-transition:all 1s;-webkit-transition:all 1s;-o-transition:all 1s;background:#fff;position:fixed;width:100vw;height:100vh;align-items:center;justify-content:center;z-index:9999999;}
.czloading_logo{height:85px;margin-right:1.3vw;}
.czloading_logo img{height:100%;}
.loader{--size:32px;--duration:800ms;width:96px;height:64px;;transform-style: preserve-3d;transform-origin: 50% 50%;
transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);position:relative;}
.loader .loader_box{width:32px;height:32px;transform-style:preserve-3d;position:absolute;top:0;left:0;}
.loader .loader_box:nth-child(1){transform:translate(100%, 0);animation:box1 800ms linear infinite;}
.loader .loader_box:nth-child(2){transform:translate(0, 100%);animation:box2 800ms linear infinite;}
.loader .loader_box:nth-child(3){transform:translate(100%, 100%);animation:box3 800ms linear infinite;}
.loader .loader_box:nth-child(4){transform:translate(200%, 0);animation:box4 800ms linear infinite;}
.loader .loader_box &gt; div{--translateZ: calc(var(--size) / 2);--rotateY: 0deg;--rotateX: 0deg;width:100%;height:100%;transform:rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
position:absolute;top:auto;right:auto;bottom:auto;left:auto;}
.loader .loader_box &gt; div:nth-child(1){background:#b00000;top:0;left:0;}
.loader .loader_box &gt; div:nth-child(2){background:#b82340;right:0;--rotateY: 90deg;}
.loader .loader_box &gt; div:nth-child(3){background:#931931;--rotateX:-90deg;}
.loader .loader_box &gt; div:nth-child(4){background:#eee;top:0;left:0;--translateZ: calc(var(--size) * 3 * -1);}
@keyframes box1{
    0%, 50%{ transform: translate(100%, 0); }
    100%{ transform: translate(200%, 0); }
}
@keyframes box2{
    0%{ transform: translate(0, 100%); }
    50%{ transform: translate(0, 0); }
    100%{ transform: translate(100%, 0); }
}
@keyframes box3{
    0%, 50%{ transform: translate(100%, 100%); }
    100%{ transform: translate(0, 100%); }
}
@keyframes box4{
    0%{ transform: translate(200%, 0); }
    50%{ transform: translate(200%, 100%); }
    100%{ transform: translate(100%, 100%); }
}
/*&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;返回顶部&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;*/
#back_top{transition:all 0.75s;-moz-transition:all 0.75s;-webkit-transition:all 0.75s;-o-transition:all 0.75s;position:fixed;right:3vw;bottom:0;z-index:999;opacity:0;-webkit-opacity:0;visibility:hidden;}
#back_top.onshow{opacity:1;-webkit-opacity:1;visibility:visible;bottom:6vw;}
#back_top img{width:35px;}


/*&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;pages分页&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;*/
.pages{ width: 100%; text-align: center; font-size: 0;}
.pages a,.pages span,.pages em{ display: inline-block; width: 34px; height: 34px; line-height: 34px; text-align: center; font-size: 16px; color: #999; vertical-align: top; margin: 0 5px; position: relative;}
.pages a,.pages span{ border: 1px solid #E6E6E6; background: #fff;}
.pages span{ color: #333; font-weight: bold;}
.pages a.a1::after{position: absolute; content: '';width: 8px;height: 8px;border-top: 1px solid #666;border-right: 1px solid #666;transform: rotate(-135deg);  margin:auto; top: 0; bottom: 0; left: 50%; margin-left: -2px;}
.pages a.a2::after{position: absolute; content: '';width: 8px;height: 8px;border-top: 1px solid #666;border-right: 1px solid #666;transform: rotate(45deg);  margin:auto; top: 0; bottom: 0; right: 50%; margin-right: -2px;}
.pages a:hover{ border: 1px solid #AD0525; background: #AD0525; color: #fff;}
.pages a:hover::after{border-top: 1px solid #fff;border-right: 1px solid #fff;}
/*&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;公共列表ul&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;*/
.common_list .list{overflow: hidden;}
.common_list .list li{height: 36px;font-size: 16px;line-height:36px;background: url("../images/dot.png") no-repeat left center;padding-left: 15px;border-bottom: 1px dashed #000}
.common_list .list li:hover{background: url("../images/dot1.png") no-repeat left center;}
.common_list .list li a{display: inline-block;width: 75%;color: #000;}
.common_list .list li .time{float: right;color:#000;display: inline-block}
.common_list .list li a:hover{color: #fff;}
/**********内页公共banner****************************/
.c_nybanner {width:100%;overflow: hidden;height:500px; position: relative;z-index: 1}
.c_nybanner img{-webkit-animation: scaleBigToSmall 2s;animation: scaleBigToSmall 2s;max-width: 100%;display: block;height: 100%;}
.c_nybanner .banner_title{position: absolute;top:0;left:0;-webkit-animation: fadeInDown 1s;animation: fadeInDown 1s;width:100%;height: 100%;}
.c_nybanner .banner_title h4{color:#fff;font-size:72px;font-weight:600;text-align: center;letter-spacing: 10px;margin:0 auto;width:400px;height:130px;background:url(../images/shadow.png) repeat;line-height: 130px;}

/****************媒体查询响应手机********************************************************************/
@media screen and (max-width: 1920px){
	

}
@media screen and (max-width: 1680px){
	
	
}
@media screen and (max-width: 1440px){
	

}
@media screen and (max-width: 1330px){
	
}
@media screen and (max-width: 1150px){
	
}
/**ipad**/
@media screen and (max-width: 1080px){
	/**d导航*/
    .headers .header-nav .nav-box,.headers .header-top{display: none;}	 
    .headers{height: 80px;}
    .headers .header-nav{height: 50px;padding:15px 0;width: 217px;float: left}
    .headers .header-nav .logo{width:217px;height: 50px;margin-top: 0}
    .headers .header-nav .logo img{height: 50px;}
    .headers #navToggle{display: block;top:20.5px;}
    /**footer**/
    .copyright .copyrightbox{height: auto;line-height: 1.6;padding-top: .1rem}
    .copyright .copy{font-size: 13px}
    .copyright .copyrightbox p a img, .copyright .copyrightbox p span img{height: 15px;}
    .footer .footer-form .footer-form-left .code .li{width: 1.5rem;height: 1.9rem}
    .footer .footer-form .footer-form-left .code .li img{width:1.3rem;height: 1.3rem}
}
/*平板竖屏**/
@media screen and (max-width: 980px) {
	/**导航*/
    .headers{height: 60px;}
	.headers .header-nav{height:30px;padding:15px 0;width: 270px;}
    .headers .header-nav .logo{width:270px;height: 30px;}
    .headers .header-nav .logo img{height:30px;padding:0}
    .headers #navToggle{top:12.5px;}
	/**footer**/
    .copyright .copyrightbox p{font-size: 12px;}
	/* .copyright{padding:.2rem 0 1.1rem 0;} */
    .copyright .copyrightbox p span{display: none;}
    .copyright .copyrightbox p a:nth-child(5),.copyright .copyrightbox p a:nth-child(6),.copyright .copyrightbox p a:nth-child(7){display: none;}
	.footer .footer-form .footer-form-left .txt{display: none;}
    .footer .footer-form{overflow: hidden;height: auto;}
    .footer .footer-form .footer-form-left .code{width: 60%;margin:0 20%;}
    .footer .footer-form .footer-form-left,.footer .footer-form .footer-form-right{float: none;width: 100%;}
    .footer .footer-form .footer-form-right{margin-top: .6rem}

}

/**phone*/
@media screen and (max-width: 768px) {
	/**导航*/
    /**FOOTER**/
    #back_top.onshow{bottom:8vh;}
    .footer .footer-form .footer-form-left{display: none;}
    .footer .footer-form{margin-top:0rem;}
    .footer .f-logo{height: .8rem;width: 100%;}
    .footer .footer-form .footer-form-right .text-tit{font-size: 16px;}
	/*****&gt;&gt;&gt;wap手机&lt;&lt;&lt;&lt;******/
	#bottom{display: block;}
	
}

@media screen and (max-width: 640px) {

/**执照弹窗**/
.qcodePop .qcodebox{width:90%;margin-left: 0;left:5%;}
.qcodePop .qcodebox .qcode{width: 90%;height: 100%;max-width: 100%;max-height: 100%;object-fit: cover;}

}</pre></body></html>