@charset "utf-8";
body{background:#f3f3f3;}
.ui-topbar-blue{background:#1e50ae;}
.ui-topbar-show{background:#1e50ae;}
.ui-topbar-show .ui-topbar-left a{background:none;color:#fff;}
.ui-topbar-show .ui-topbar-right a{background:none;color:#fff;}
.ui-topbar-show .ui-topbar-title ul li a{color:#fff;}
.ui-topbar-show .ui-topbar-title ul li.active a{color:#fff;border-bottom-color:#fff;}

.banner .ui-carousel-page{bottom:15px;}
.banner .ui-carousel-page li{height:12px;width:12px;border-radius:100%;}

.ui-footnav{}
.ui-footnav .action{position:relative;padding-top:25px;}
.ui-footnav .action:after{position:absolute;content:"";display:block;width:56px;height:56px;background:#fff;top:-28px;left:36px;border-radius:50%;z-index:1;box-shadow:1px -2px 10px 0px rgba(0,0,0,0.08);}
.ui-footnav .action i{position:absolute;width:44px;line-height:44px;font-size:24px;top:-22px;left:42px;background:#1890FF;border-radius:50%;z-index:2;color:#fff;}
.ui-footnav .action.active i{color:#fff;}

.home-title{display:flex;justify-content:space-between;align-items:center;} 
.home-title .home-title-name{font-size:16px;color:#333;font-weight:bold;padding-bottom:10px;}
.home-title .home-title-name:after{display:block;content:"";width:60px;padding-top:19px;}
.home-title .home-title-name span{font-size:13px;color:#9e9e9e;margin-left:10px;}
.home-title .home-title-more{}
.home-title .home-title-more a{display:inline-block;border:1px solid #eee;padding:8px 15px;line-height:1;border-radius:20px;}
.home-title .home-title-more a:hover,.home-title .home-title-more a.active{background:#0E77EA;border-color:#0E77EA;color:#fff;}

.home_video{margin-top:15px;}
.home_video video,.home_video img{width:100%;height:auto;}
.home_block{color:#666;margin-top:15px;}
.home_block p{margin-bottom:20px;line-height:28px;}

.home_news{margin-top:15px;display:flex;flex-wrap:wrap;}
.home_news .home_news_item{margin:0 0 15px 0;width:100%;}
.home_news_body{box-shadow:0px 0px 4px rgba(0, 0, 0, 0.1);backgroud:#fff;padding:15px;border-radius:5px;display:flex;align-items:center;}
.home_news_body .date{width:70px;text-align:center;padding-right:10px;margin-right:20px;border-right:1px solid #eee;}
.home_news_body .date h4{font-size:24px;font-family:"Impact";color:#999;margin:0;}
.home_news_body .date p{color:#999;font-size:12px;font-family:Verdana;}
.home_news_body .body{flex:1;overflow:hidden;transition:all 0.5s ease;}
.home_news_body .body h4{font-size:16px;color:#515050;}
.home_news_body .body p{color:#c2c2c2;}
.home_news_body .body h4 a:hover{color:#0E77EA;}
.home_news_body:hover{box-shadow:0px 0px 30px rgba(0, 0, 0, 0.15);}
.home_news_body:hover .body{transform:translateX(5px);}
.home_news_item:hover .body h4 a{color:#1890FF;}
.home_news_item:hover .body p{color:#666;}

.partners{margin-top:15px;display:flex;flex-wrap:wrap;list-style:none;}
.partners li{margin:0 3% 20px 2%;width:45%;text-align:center;color:#999;}
.partners li:nth-child(2n){margin-right:0;}
.partners li img{width:100%;height:auto;border:1px solid #eee;margin-bottom:10px;border-radius:2px;}
.partners li img:hover{box-shadow:0 0 30px rgba(0,0,0,0.15);}
.partners li p{padding:0 10px;}

.link{margin-top:15px;}
.link a{display:inline-block;margin-right:10px;border:1px solid #eaeaea;padding:10px 15px;border-radius:5px;margin-bottom:10px;background:#fff;}
.link a:hover{border-color:#ccc;}

.copyright{padding:15px;text-align:center;color:#999;}
.copyright .links{text-align:center;line-height:35px;color:#999;font-family:宋体;}
.copyright .links a{display:inline-block;padding:0 10px;}
.copyright .links a:last-child{margin-right:0;}

@media (max-width:576px)
{
	.ui-footnav .action:after{left:12px;width:50px;height:50px;top:-24px;}
	.ui-footnav .action i{left:18px;width:38px;line-height:38px;top:-18px;}
	.partners li img{height:70px;}
}


/* public begin */
.ui-box{box-shadow:0px 0px 30px rgba(0,0,0,0.1);border:1px solid #f3f3f3;background:#fff;}
#ui-offside-nav{width:300px;padding:20px;}
.subnav{margin-top:10px;}
.subnav>[class*=col]{background:#fff;text-align:center;padding:0 5px 10px 5px;}
.subnav a{display:block;width:100%;height:100%;font-size:13px;border:1px solid #dcdee2;padding:10px;border-radius:2px;}
.subnav .active a{color:#fff;background:#907e6a;border-color:#907e6a;}

.artshow{}
.artshow h1{font-size:18px;font-weight:bold;margin:0;}
.artshow .info{line-height:50px;border-bottom:1px solid #f3f3f3;margin-bottom:20px;color:#666;font-size:14px;}
.artshow .info span{color:#666;}
.artshow .info i{color:#ccc;margin-right:5px;}
.artshow .other{margin:15px 0;padding:0px;}
.artshow .other ul{overflow:hidden;list-style:none;display:flex;flex-wrap:wrap;}
.artshow .other ul li{width:50%;line-height:30px;}
.artshow .other ul li span{color:#999;}
.artshow .content{padding:0 10px;}
.artshow .content a{color:#03C;}
.artshow .content a:hover{color:#f30;}
.artshow .content p{margin-bottom:20px;line-height:28px;}
.artshow .content img{max-width:100%;}
.artshow .action{display:flex;justify-content:center;margin:30px 0 10px 0;}
.artshow .action a{display:block;cursor:pointer;margin:0 15px;width:70px;height:70px;margin-bottom:10px;line-height:60px;text-align:center;border-radius:50%;box-shadow:0px 0px 30px rgba(0,0,0,0.1);position:relative;}
.artshow .action a i{font-size:30px;color:#999;}
.artshow .action a em{display:block;font-size:12px;font-family:verdana;color:#999;position:absolute;bottom:-15px;left:0;right:0;}
.artshow .action a:hover{box-shadow:0px 0px 30px rgba(0,132,255,0.3)}
.artshow .action a:hover i{color:#1890FF;}
.artshow .tags{color:#999;margin:20px 0;font-size:13px;}
.artshow .tags a{margin:5px 5px 5px 0;}

.page_content{margin-top:10px;padding:0 10px;position:relative;}
.page_content a{color:#03C;}
.page_content a:hover{color:#f30;}
.page_content p{margin-bottom:20px;line-height:28px;}
.page_content p img{max-width:100%;}

.proshow_content{padding:20px 0;}
.proshow_content a{color:#03C;}
.proshow_content a:hover{color:#f30;}
.proshow_content p{margin-bottom:20px;line-height:28px;}
.proshow_content p img{max-width:100%;}

.proshow_content .extend{list-style:none;}
.proshow_content .extend li{font-size:14px;line-height:30px;}
.proshow_content .extend li em{display:inline-block;width:120px;font-style:normal;color:#999;font-size:14px;margin-right:15px;}

#show_photo{margin-top:-50px;}

.topquick{background:#fff;display:flex;flex-wrap:wrap;border:0px solid #eee;border-radius:4px;position:relative;border:1px solid #f3f3f3;}
.topquick a{display:block;width:25%;flex:0 0 25%;max-width:25%;height:100%;text-align:center;border-right:1px solid #f3f3f3;padding:10px 0;color:#777;}
.topquick a i{display:table;padding:2px 8px;border-radius:50%;margin:0 auto 5px auto;color:#fff;font-size:24px;background:#ccc;}
.topquick a:last-child{border:0;}
.topquick a.active{color:#1890FF;}
.topquick a.active i{background:#1890FF;}
.bbs_search{background:#fff;padding:15px 10px 10px 10px;}
.bbs-topic{margin:0;}
.bbs-topic-item{padding:15px 0 0 0;border-bottom:1px solid #f3f3f3;margin-bottom:10px;background:#fff;}
.bbs-topic-item h1{border-bottom:1px solid #f3f3f3;font-size:18px;padding:0 10px 10px 10px;margin-bottom:15px;font-weight:500;}
.bbs-topic-item-head{display:flex;justify-content:space-between;}
.bbs-topic-item-head .face{width:40px;height:40px;margin-left:10px;}
.bbs-topic-item-head .face img{width:100%;height:100%;border-radius:100%;}
.bbs-topic-item-head .info{flex:1;overflow:hidden;padding:0 15px;}
.bbs-topic-item-head .info .name{}
.bbs-topic-item-head .info .time{color:#999;}
.bbs-topic-item-head .action{padding-right:10px;}
.bbs-topic-item-head .action i{color:#ccc;margin-right:5px;}
.bbs-topic-item-head .action em{display:inline-block;background:#1890FF;color:#fff;padding:6px 10px;border-radius:4px;font-size:14px;margin-left:5px;}
.bbs-topic-item-body{padding:10px 10px 15px 10px;}
.bbs-topic-item-body a{color:#03C;}
.bbs-topic-item-body a:hover{color:#f30;}
.bbs-topic-item-body p{margin-bottom:20px;line-height:24px;}
.bbs-topic-item-body p img{max-width:100%;}
.bbs-topic-item-body .title a{color:#333;display:block;}
.bbs-topic-item-body .title a:hover{color:#333;}
.bbs-topic-item-body .title .desc{color:#a3afb7;}
.bbs-topic-item-foot{border-top:1px solid #f3f3f3;align-items:center;line-height:40px;text-align:center;}
.bbs-topic-item-foot .ui-col-6{border-right:1px solid #f3f3f3;color:#666;}
.bbs-topic-item-foot .ui-col-6:last-child{border-right:0;}
.bbs-topic-item-foot .ui-col-6 i{color:#ccc;margin-right:5px;}
.bbs-post{margin-top:30px;}
.bbs-post .ui-col-2{text-align:right;color:#999;}
.bbs-show{margin-top:0px;}
.bbs-show .tip{color:#76838f;background:#ecf4ff;padding:10px;border-left:3px solid #3e8ef7;border-radius:2px;}
.bbs-show .tip a{color:#06f;margin:0 5px;}
.bbs-show .tip a:hover{color:#f30;}

/*会员部分*/
.api_user{padding-top:10px;font-size:15px;text-align:center;}
.api_user span{color:#1890ff;}
.api_user a{color:#f30;}
.quick-login{text-align:center;padding:20px 0;}
.quick-login a{display:inline-block;text-align:center;margin:0 15px;color:#999;transition:all .3s ease 0s;}
.quick-login a:hover{transform:translate3d(0,-5px,0);}
.quick-login a span{display:block;width:50px;line-height:50px;border-radius:50%;text-align:center;background:#f3f3f3;margin-bottom:10px;font-size:30px;}
.quick-login a span.blue{background:#E7F7FE;color:#1890FF;}
.quick-login a span.red{background:#F8E6EC;color:#ED4014;}
.quick-login a span.green{background:#E6F8E6;color:#19BE6B;}
.list .list-right a{color:#fff;}
.list .list-right a:hover{color:#fff;}

.pay{margin:0 0 -15px 0;padding:0;list-style:none;overflow:hidden;}
.pay li{float:left;width:47%;margin:0 15px 15px 0;cursor:pointer;}
.pay li:nth-child(2n){margin-right:0;}
.pay li div{border:1px solid #efefef;text-align:center;position:relative;}
.pay li div img{max-width:100%;height:60px;}
.pay li div i{position:absolute;right:2px;bottom:0px;font-size:12px;color:#fff;z-index:10;display:none;}
.pay .active div:before{position:absolute;content:"";right:0;bottom:0;color:#1890FF;width:0;height:0;border-bottom:30px solid #1890FF;border-left:30px solid transparent;z-index:10;}
.pay .active div{border-color:#90BAFF;}
.pay .active div i{display:block;}

.order-base{margin-bottom:0;padding:0 20px 20px;}
.order-base h1{font-size:20px;font-weight:400;color:#666;}
.order-base h1 i{font-size:30px;color:#1890FF;margin-right:10px;}
.order-base p{padding-left:46px;color:#f30;margin:0;line-height:30px;}
.order-base p span{color:#999;}
.order-base em{color:#f30;}
.order-goods{border:1px solid #f3f3f3;border-radius:4px;}
.order-goods .ui-collapse-menu-title a{font-size:16px;}
.order-goods .ui-collapse-menu-title a:hover{padding-left:0;}
.order-goods .ui-collapse-menu-title.active{background:#fafafa;}
.order-goods .ui-collapse-menu-title.active a{color:#1890FF;}
.order-goods .ui-collapse-menu-title a span{color:#1890FF;font-size:16px;margin-right:15px;}
.order-goods .ui-collapse-ui-menu-body li span{color:#999;}
.order-goods .ui-collapse-ui-menu-body li:last-child{border-bottom:0;}
.order-pay{margin:10px 0;}

.ui-list a.ui-btn{color:#fff !important;}

table{border-collapse:collapse;border-spacing:0;width:100%;}
td,th{border:1px solid #eaeaea;padding:10px;}
.ui-card-book{border:1px solid #DFEDFF;border-radius:0 20px 0 0;}
.ui-card-book .ui-card-header{padding:10px 25px;line-height:30px;background:#F8FBFF;border-bottom:1px solid #DFEDFF;border-radius:0 20px 0 0;}
.ui-card-book .ui-card-header .ui-card-header-title{border:0;padding:0;}
.ui-card-book .ui-card-body{padding:20px 25px 15px 25px;word-break:break-all;}
.ui-card-book .ui-card-footer{border-top:0;padding:0 25px 20px 25px;}





	.container{width: 92% !important;}
	.m_header{width: 100%;height: 50px;background: #fff;z-index: 1000;position: fixed;left: 0;top: 0;display: block;}
	.header_h{height: 50px;}
	.m_header .logo{display: block;width: 217px;margin-top: 10px;}
	.m_header .logo img{display: block;width: 100%;}
	.m_header .m_nav{width: 25px;height: 20px;background: url('/theme/2020/mobile/images/m_nav.png') no-repeat;background-size: 100%;margin-top: 15px;}
	.m_header .m_search{width: 20px;height: 20px;background: url('/theme/2020/mobile/images/search.png') no-repeat;background-size:100%;margin: 15px 20px 0 0;}
	.m_main{position: absolute;left: 0;top: 50px;width: 100%;display: none;}
	.m_sub_left{width: 50%;float: left;background-color: #1a1a1a;}
	.m_sub_right{width: 50%;float: right;background-color: #404040;}
	.m_sub_right ul{display: none;}
	.m_sub_left li,
	.m_sub_right li{padding: 0 8%;height: 60px;position: relative;}
	.m_sub_left li a,.m_sub_right li a{display:block;height: 60px;line-height: 60px;border-bottom: 1px solid rgba(255, 255, 255, 0.2);color: #fff;font-size: 14px;}
	.m_sub_left li a{font-size: 15px;}
	.m_sub_left li a:hover{color: #917657;}
	.m_search_main{position: absolute;left: 0;top: 50px;background: rgba(0,17,34,0.8);padding: 20px 4%;width: 92%;display: none;}
	.m_search_main .main{width: 100%;height: 40px;line-height: 40px;background-color: #fff;box-shadow:0 0 10px 0px #55708f;border-radius: 3px;overflow: hidden;}
	.m_search_main .text{width: 85%;height: 40px;border:none;color: #333;background:none;text-indent: 20px;display: block;float: left;}
	.m_search_main .btn{width: 15%;height: 40px;background: url('/theme/2020/mobile/images/search.png') no-repeat center center;background-size: 20px;border:none;display: block;float: right;}

	/*底部*/
	.foot_link{padding: .3rem 0;}
	.foot_link .select{width: 100%;float: none;margin: 0 0 .3rem 0;}
	.foot_link .select p{background-position: calc(100% - 20px) center;font-size: 14px;padding: 0 .3rem;}
	.foot_link .select ul li{padding: 0 .3rem;}
	.foot_top{padding: .6rem 0 .4rem;}
	.foot_left{width: 100%;float: none;margin: 0;}
	.foot_left ul{width: 3.8rem;margin-left: 3.1rem;}
	.foot_nav{display: none;float: none;}
	.foot_ewm{float: left;margin: 0 auto;width: 2.8rem;margin-top: -2.8rem;}
	.foot_bot{height: auto;line-height: 22px;padding: .3rem 0 .2rem;}

	/*首页*/
	.ind_news{padding: .6rem 0;}
	.ind_news .left,
	.ind_news .right{width: 100%;float: none;}
	.ind_news  .title{font-size: 24px;line-height: 34px;}
	
	.ind_news_nav{margin-top: .6rem;}
	.ind_news_nav ul{margin-left: 0;}
	.ind_news_nav li{width: 2.1rem;height: .8rem;font-size: 16px;line-height: .8rem;margin: 0 .3rem 0 0;}
	.ind_news_nav li:last-child{margin-right: 0;}
	.ind_newsList li{font-size: 14px;}
	.ind_newsList li a{padding-right: 80px;}
	.ind_newsList li span{font-size: 12px;}
	.ind_news_tabs{margin-top: .4rem;}
	.ind_about{padding: .6rem 0 .7rem;}
	.culture_item{width: 100%;height: auto;float: none;margin: 0 0 .3rem 0;padding-bottom: .3rem;}
	.culture_item .pic, .culture_item .pic img{height: auto;}
	.culture_item .main{padding: .2rem .15rem .2rem;}
	.culture_item .main .title{font-size: 18px;line-height: 26px;margin-bottom: .2rem;}
	.culture_item .main li{font-size: 14px;}
	.about_video{width: 100%;height: 5.9rem;}
	.about_video i{margin-top: 2rem;width: .7rem;height: .7rem;background-size: 100%;}
	.about_video h4{font-size: 18px;margin-right: 0;}
	.ind_build{padding: 1rem 0 .6rem;}
	.ind_build_txt{width: 100%;height: auto;margin: 0 0 .3rem 0;}
	.ind_build_txt .title{font-size: 24px;line-height: 34px;padding-top: 0;}
	.ind_build_txt .txt{margin-top: .2rem;}
	.ind_build_pic{width: 100%;height: 3rem !important;}
	.ind_build_pic .pic{width: 100%; height: 3rem !important;}
	.ind_build_middle .pic{background-position: center bottom;}
	.ind_build_pic p{left: .3rem;font-size: .3rem;line-height: .4rem;bottom: .3rem;}
	.ind_build_txt .more{top: 10px;}
	.el{opacity: 1;transform:translate3d(0,0,0) !important;-webkit-transform:translate3d(0,0,0) !important;opacity: 1 !important;}

	/*关于维多利亚老品牌vic*/

	.sub_banner{position: relative;height: 2.5rem;background: none !important;}
	.sub_banner .m_pic{display: block;width: 100%;}
	.sub_banner .main{width: 92%;padding-top:0;position: absolute;left: 4%;top: .7rem;}
	.sub_banner .main .title{font-size: .36rem;line-height: .56rem;}
	.sub_banner .main .title .break5{margin-left: .2rem;}
	.sub_banner .main .en{font-size: .17rem;color: #00233d;line-height: .22rem;margin-top: .1rem;}


	.about_nav .home_site{display: none;}
	.about_nav .container{width: 92%;overflow-y: scroll;}
	.about_nav ul li{height: .8rem;margin-right: .3rem;font-size: .28rem;}
	.about_nav ul li:last-child{margin-right: 0;}
	.about_nav ul li a{box-sizing: border-box;height: .8rem;line-height: .8rem;padding: 0 .15rem;}
	.profile{padding: .8rem .3rem .4rem;}
	.profile .pic{width: 100%;float: none;margin:0 0 .3rem;}
	.profile .main{width: 100%;float: none;margin: 0;}
	.profile .line{display: none;}
	.profile .title span{font-size: 24px;}
	.profile .txt{margin-top: .3rem;font-size: 14px;line-height: 26px;}
	.about_num{padding: .2rem 0;height: auto;background-size: cover;}
	.about_num li{width: 50%;height: 2rem;border-right: none;padding-bottom: .3rem;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
	.about_num li.m_border{border-bottom: none;padding-bottom: 0;}
	.about_num li .num{font-size: .7rem;padding-top: .3rem;line-height: .7rem;}
	.about_num li .num span{font-size: .65rem;}
	.about_num li p{font-size: .26rem;line-height: .38rem;margin-top: .2rem;}
	.introduce{padding: .4rem 0 .2rem;}
	.introduce .txt{font-size: 14px;line-height: 26px;}
	.about_map{padding: .3rem 0 .6rem;}
	.organization_main{padding: .5rem 0 1rem;background-size: cover;}
	.imp_title{font-size: 22px;line-height: 34px;}
	.imp_txt{font-size: 14px;line-height: 26px;}
	.organization_main .pic{margin-top: .6rem;}
	.history_main{padding: .5rem 0 1.6rem;background-size: cover;}
	.history_list{margin-top: 0;}
	.gallery-top{margin-top: .3rem;height: auto;}
	.gallery-top .year{float: none;width: 100%;height: 2rem;font-size: 1.5rem;line-height: 2rem;padding:0;border-right: none;}
	.gallery-top .info{width: 100%;margin-left: 0;height: auto;}
	.gallery-top .info .tell{display: block;height: auto;}
	.gallery-top .info .history_item{margin: 0 0 .3rem 0;}
	.gallery-top .info .history_item .time{font-size: 18px;line-height: 26px;}
	.gallery-top .info .history_item .txt{width: 100%;margin-top: 10px;font-size: 14px;line-height: 26px;}
	.gallery-thumbs{width: 100%;}
	.gallery-thumbs .swiper-slide p{font-size: 16px;}
	.gallery-thumbs .swiper-slide-thumb-active p{font-size: 24px;}
	.market_main{padding: .6rem 0 .8rem;position: relative;z-index: 101;}
	.market_map{display: none;}
	.market_m{display: block;}
	.market_m_select {width: 100%;height: .8rem;line-height: .8rem;background: #917657;position: relative;z-index: 10;margin-top: .4rem;}
	.market_m_select p{padding: 0 .3rem;font-size: .26rem;color: #fff;background: url('/theme/2020/mobile/images/select_w_arrow.png') no-repeat calc(100% - 20px) center;}
	.market_m_select ul{position: absolute;left: 0;top: .8rem;width: 100%;max-height: 3rem;overflow-y: scroll;z-index: 20;background: #fff;padding: .1rem 0;display: none;}
	.market_m_select ul li{font-size: .26rem;color: #666;line-height: .6rem;padding: 0 .3rem;box-sizing: border-box;}
	.market_m_list{margin-top: .4rem;}
	.market_m_list li{border-bottom: 1px dashed #d2d2d2;padding: 0 .3rem;font-size: .26rem;color: #666;line-height: .8rem;}

	/*企业资信*/
	.credit_main{padding: .6rem 0 1rem;}
	.credit_list{margin-top: .4rem;}
	.credit_list li{width: 3.3rem;height: 3.4rem;box-sizing: border-box;padding: .2rem;margin: 0 .3rem .3rem 0;}
	.credit_list li:nth-child(2n){margin-right: 0;}
	.credit_list li .pic, .credit_list li .pic .img{width: 100%;height: 1.88rem;}
	.credit_list li p{font-size: .26rem;line-height: .42rem;height: .84rem;}
	.honor_main{padding: .6rem 0 .8rem;}
	.honor_main .sub_title{font-size: 18px;line-height: 26px;margin-top: .5rem;}
	.honor_main .txt{font-size: 14px;line-height: 26px;}
	.honor_file{margin: .3rem 0 .6rem;}
	.menu_main{background-size: cover;}
	.case_main{padding: .5rem 0 .8rem;}
	.case_list{width: 100%;}
	.case_list li{width: 100% !important;float: none;margin: 0 0 .3rem 0;height: 3rem !important;}
	.case_list li p{font-size: 14px;left: .3rem;bottom: .2rem;line-height: 22px;}
	.caseDet_main{padding: .5rem 0 .4rem;}
	.case_nav{margin-top: .3rem;overflow-x: scroll;}
	.case_nav li{float: left;font-size: 14px;line-height: 28px;margin-right: 20px;}
	.case_nav li:last-child{margin-right: 0;}
	.case_tabs{margin-top: .3rem;}
	.case_item .bigPic{width: 100%;height: 4.12rem;margin-bottom: .3rem;float: none;}
	.case_item .bigPic img{height: 4.12rem;}
	.case_item .imgList{width: 100%;height: 1.96rem;}
	.case_item .imgList .scroll{width: 100%;height: 1.96rem;overflow-y: hidden;overflow-x: scroll;}
	.case_item .imgList li{float: left;width: 3.3rem;height: 1.96rem;margin-right: .3rem;}
	.case_item .imgList li:last-child{margin-right: 0;}

	/*新闻中心*/
	.news_main{padding: .8rem 0 1rem;}
	.news_left{float: none;width: 100%;}
	.news_left ul{margin:-.4rem 0 .5rem;}
	.news_left li a{padding: .4rem 0;}
	.news_left li .pic{width: 100%;height: auto;margin-bottom: .3rem;float: none;}
	.news_left li .pic img{height: auto;}
	.news_left li .main{width: 100%;float: none;}
	.news_left li .main .title{font-size: 18px;line-height: 32px;height: 32px;}
	.news_left li .main .date{margin-bottom: .3rem;}
	.news_left li .main .txt{line-height: 26px;height: auto;margin-top: 0;}
	.news_hot{display: none;}
	.newsDet_main{padding: .5rem 0 1rem;}
	.newsDet_main .title{font-size: 20px;line-height: 38px;margin-bottom: .2rem;text-align: center;}
	.newsDet_top p{float: none;text-align: center;margin-bottom: .2rem;}
	.newsDet_main .content{font-size: 14px;line-height: 26px;}
	.newsDet_main .content img{margin: .4rem auto;}
	.newsDet_main .content p{margin-bottom: .2rem;}
	.newsDet_bot{margin-top: .3rem;}
	.newsDet_bot a{line-height: 26px;font-size: 14px;}
	.newsDet_bot a:first-child{margin-bottom: 10px;}

	/*建设治理*/
	.build_main{padding: .5rem 0 2.7rem;background-size: cover;}
	.build_main .txt{margin-top: .3rem;width: 100%;font-size: 14px;line-height: 26px;}
	.build_other{padding: .5rem 0 .8rem;}
	.build_list{margin-top: .4rem;}
	.build_list li{width: 100%;box-sizing: border-box;margin: 0 0 .3rem 0;height: auto;}
	.build_list li a{padding:.3rem .2rem .4rem;height: auto;}
	.build_list li .pic{height: 3.84rem;}
	.build_list li .main{margin-top: .2rem;}
	.build-pop-main{width: 100%;height: 9.6rem;margin: -4.8rem 0 0 0;left: 0;padding: .3rem .3rem 0;position: relative;top: 0;margin-top: 0;}
	.build-pop-main .title{font-size: 18px;line-height: 28px;margin-bottom: .2rem;}
	.build-pop-main .bigPic{width: 100%;height: 4.46rem;float: none;}
	.build-pop-main .bigPic img{height: 4.46rem;}
	.build-pop-main .imgList{margin: .3rem auto 0;width: 6.9rem;height: 1.96rem;float: none;}
	.build-pop-main .imgList .scroll{overflow-x: scroll;width:6.9rem;height: 1.96rem;overflow-y: hidden;}
	.build-pop-main .imgList li{width: 3.3rem;height: 1.96rem;margin-right: .3rem;float: left;}
	.build-pop-main .imgList li:last-child{margin-right: 0;}
	.build-pop-main .imgList li img{height: 1.96rem;}
	.build-pop-main .remark{height: auto;width: 100%;max-height: none;}
	.build-pop-main .remark .txt{width: 100%;}
	.about_nav ul li>a i{margin-top: .38rem;}
	.about_nav .erify{top: .8rem;height: .6rem;}
	.about_nav .erify a{width: 25%;padding: 0;margin: 0;text-align: center;line-height: .6rem;height: .6rem;font-size: .26rem;}
	.culture_main{padding: .6rem 0 2.4rem;background-size: cover;}
	.culture_list{margin-top: .4rem;}
	.culture_list li{width: 100% !important;float: none;margin: 0 0 .3rem 0;}
	.culture_list li h4{font-size: 18px;}
	.culture_list li .main{width: calc(100% - 66px);float: right;margin: 0;}
	.video_main{padding: .6rem 0 .9rem;}
	.videoList{padding: .3rem 0 .1rem;}
	.videoList li{width: 100%;height: 3.96rem;margin: 0 0 .3rem 0;float: none;}
	.videoList li .pic .yin i{width: 1rem;height: 1rem;background-size: cover;margin-top: 1.48rem;}
	.videoList li .pic .yin p{left: .3rem;bottom: .2rem;font-size: .26rem;line-height: .36rem;}
	.video-pop-main{width: 100%;height: 4.5rem;left: 0;margin: -2.25rem 0 0 0;}
	.video-pop-main .video,
	.video-pop-main .video video{width: 100%;height: 4.5rem;}

	/*人力资源*/
	.idea_main{padding: .5rem 0 2.6rem;background-size: cover;}
	.idea_main .txt{font-size: 16px;line-height: 28px;width: 100%;}
	.job_main{padding: .5rem 0 1rem;}
	.job_top p{font-size: .3rem;line-height: .6rem;}
	.job_top .job_search{width: 5.29rem;height: .6rem;}
	.job_search .job_text{width: 4.1rem;height: .6rem;padding: 0 .3rem;font-size: .26rem;}
	.job_search .job_btn{width: 1.19rem;height: .6rem;font-size: .26rem;}
	.job_list ul{margin: .2rem 0 .3rem;}
	.job_list .job_item{padding: .4rem 0;width: 92%;height: auto;}
	.job_list .job_item .name{width: 1.7rem;padding-left: 0;height: 1rem;}
	.job_list .job_item .name h4,
	.job_list .job_item .time h4{font-size: .28rem;line-height: .5rem;}
	.job_list .job_item .name p,
	.job_list .job_item .time p{font-size: .22rem;line-height: .3rem;margin-top: .2rem;}
	.job_list .job_item .num{padding-left: .2rem;width: 1.5rem;text-align: center;height: 1rem;}
	.job_list .job_item .time{margin-left: .2rem;width: 1.8rem;}

	/*立异研发*/
	.study_main{padding: .5rem 0 .8rem;}
	.study_main .txt{font-size: 14px;line-height: 26px;}
	.study_main .sub_title{font-size: 18px;line-height: 48px;margin: .4rem 0 .2rem;}
	.study_main ul li{width: 100%;margin: 0 0 .3rem 0;float: none;}
	.study_main ul li .name{font-size: 16px;width: 160px;margin-bottom: .2rem;}
	.study_main ul li .info{font-size: 14px;line-height: 26px;}
	.bim_main{padding: .5rem 0;}
	.bim_main .txt{font-size: 14px;line-height: 26px;}
	.newhigh_main{padding:.6rem 0 .4rem;}
	.newhigh_top{padding: .2rem 0;}
	.newhigh_top .main{float: none;margin-bottom: .3rem;}
	.newhigh_main .sub_title{font-size: 18px;line-height: 28px;}
	.newhigh_top .main .txt{font-size: 14px;line-height: 26px;}
	.newhigh_top .pic{width: 100%;margin-right: 0;}
	.newhigh_top .pic img{margin: 0 auto;max-width: 100%;}
	.patent{margin-top: .3rem;}
	.patent li{width: 3.3rem;margin: 0 .3rem .3rem 0;box-sizing: border-box;}
	.patent li:nth-child(2n){margin-right: 0;}
	.patent li .pic{width: 100%;padding:0;height: 4.78rem;}
	.patent li .pic .img{height: 4.78rem;}
	.patent li .name{font-size: 14px;padding: .1rem 0 0;line-height: 22px;height: 44px;}
	.system_main{padding: .5rem 0 .6rem;}
	.system_main .txt{font-size: 14px;line-height: 26px;margin-top: .2rem;}
	.system_list{margin-top: .4rem;}
	.system_list li{width: 3.3rem;margin: 0 .3rem .3rem 0;box-sizing: border-box;height: auto;padding: 0;}
	.system_list li:nth-child(2n){margin-right: 0;}
	.system_list li .pic{width: 100%;padding:0;height: 4.78rem;}
	.system_list li .pic .img{height: 4.78rem;}

	/*联系维多利亚老品牌vic*/
	.contact_main{padding-top: .6rem;}
	.addressList{margin-top: .5rem;}
	.addressList li{float: none;width: 100% !important;margin: 0 0 .3rem 0;}
	.addressList li .main{width: calc(100% - 30px);margin-left: 0;float: right;}
	.contact_main .map{margin-top: .6rem;height: 6rem;}
	.message_main{padding: .5rem 0 1.9rem;}
	.message_form .message_left, .message_form .message_right {width: 100%;float: none;position: relative;z-index: 10;}
	.message_form .message_right {padding-bottom: .2rem;z-index: 0;}
	.message_bot{margin-top:0;position: absolute;left: 0;top: 12.16rem;}
	.message_bot .message_btn, .message_bot .message_reset{width: 3.3rem;margin-right: .3rem;}
	.message_bot .message_reset{margin-right: 0;}

	/*PPP项目投顾营业*/
	.business_main{padding: .6rem 0 .4rem;}
	.business_main .title{font-size: .36rem;color: #333;line-height: .56rem;margin-bottom: .2rem;font-weight: bold;}
	.business-list li{float: none;width: 100%;margin-bottom: .2rem;}
	.business-list li:nth-child(2n){float: none;}
	.business-list li i{display: block;width: 23px;height: 23px;float: left;background: url('/theme/2020/mobile/images/business_nav.png') no-repeat;margin-top: .15rem;background-size: 23px 230px;}
	.business-list li .icon2{background-position: 0 -23px;}
	.business-list li .icon3{background-position: 0 -46px;}
	.business-list li .icon4{background-position: 0 -69px;}
	.business-list li .icon5{background-position: 0 -92px;}
	.business-list li .icon6{background-position: 0 -115px;}
	.business-list li .icon7{background-position: 0 -138px;}
	.business-list li .icon8{background-position: 0 -161px;}
	.business-list li .icon9{background-position: 0 -184px;}
	.business-list li .icon10{background-position: 0 -207px;}
	.business-list li .main{float: right;width: calc(100% - 45px);}
	.business-list li .name{font-size: .28rem;color: #90755a;font-weight: bold;line-height: .38rem;margin-bottom: .1rem;}
	.business-list li .txt{font-size: .24rem;color: #666;line-height: .42rem;min-height: auto;}

	/*PPP项目投管营业*/
	.cast_main{padding: .6rem 0;}
	.cast_main .title{font-size: .36rem;color: #333;line-height: .56rem;margin-bottom: .2rem;font-weight: bold;}
	.cast_main .main{float: left;width: 100%;}
	.cast_main .cast-item{margin-bottom: .3rem;}
	.cast_main .name{font-size: .28rem;color: #90755a;line-height: .38rem;font-weight: bold;margin-bottom: .1rem;}
	.cast_main p{font-size: .24rem;color: #666;line-height: .42rem;}
	.cast_main .pic{width: 100%;float: right;margin-top: .3rem;}
	.cast_main .pic img{display: block;width: 100%;}


.news-swiper{margin-top: .4rem;height: auto;}
	.news-swiper .swiper-slide a{padding-bottom: 50px;height: auto;}
	.news-swiper .swiper-slide .pic{height: 5.25rem;}
	.news-swiper .swiper-slide .main{padding: .2rem;}
	.news-swiper .swiper-slide .main .name{font-size: 18px;line-height: 26px;}
	.news-swiper .swiper-slide .main .txt{font-size: 14px;}
.news-swiper{width: 100%;height: 438px;box-shadow: 0px 6px 10px 0px rgba(230, 230, 230, 0.6);}
.news-swiper .swiper-slide a{display: block;width: 100%;height: 438px;}
.news-swiper .swiper-slide .pic{width: 100%;height: 260px;}
.news-swiper .swiper-slide .main{padding: 22px;}
.news-swiper .swiper-slide .main .name{font-size: 24px;color: #333;line-height: 34px;}
.news-swiper .swiper-slide .main .txt{font-size: 15px;color: #666;line-height: 26px;margin-top: 12px;}
.news-swiper .swiper-pagination-bullets{bottom: 18px;}
.news-swiper .swiper-pagination-bullets .swiper-pagination-bullet{width: 8px;height: 8px;border:1px solid #917e69;background: #fff;margin: 0 6px;}
.news-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active{background: #917e69;}
.news-swiper .swiper-slide:hover .main .name{color: #917e69;}<!--耗时1754138470.2778秒-->