<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*================导航以及logo部分的css================*/


header{position:fixed; top:0; left:0; z-index:2; box-sizing:border-box;}

h1.logo{position:fixed; width:38%; top:0; left:0; z-index:3;}
h1.logo img{width:100%;}

header .menu{height:100%; position:relative; z-index:2;}

header .menu_btn{/*width:30px;*/ height:8%; position:relative; z-index:1; background:#e60021; box-shadow:1px 3px 5px 1px rgba(0,0,0,0.3);
display:flex;/*Flex布局*/
display: -webkit-flex; /* Safari */
align-items:center;/*指定垂直居中*/
justify-content:center;/*指定水平居中*/
}
header .menu_btn img{width:22px;}

header .menu ul{/*width:25px;*/ height:82%; /*background:url(/mobile/mediacenter/img/bg_01.jpg) 0 0 repeat;*/ background-color:#b0031c/*e70022*/;}
header .menu ul li{width:100%; height:18%; color:#fff; font-size:15px; font-weight:800;
display:flex;/*Flex布局*/
display: -webkit-flex; /* Safari */
align-items:center;/*指定垂直居中*/
justify-content:center;/*指定水平居中*/
}
header .menu ul li:nth-child(5){height:15%;}
header .menu ul a{display:block; width:100%; color:#fff; text-align:center;}
header .menu ul li.on{background:url(/mobile/mediacenter/img/bg_01_on.jpg) 0 0 repeat;}
header .menu ul li.on.no_color{background:none;}
header .menu ul li.menu1{background:url(/mobile/mediacenter/img/bg_01_on.jpg) 0 0 repeat;}
header .menu ul li.menu2{height:15%; background:url(/mobile/mediacenter/img/bg_02_on.jpg) 0 0 repeat;}
header .menu ul li.menu3{height:15%;background:url(/mobile/mediacenter/img/bg_03_on.jpg) 0 0 repeat;}
header .menu ul li.menu4{background:url(/mobile/mediacenter/img/bg_01.jpg) 0 0 repeat;}

header .menu ul li a span{display:block; width:4px; height:4px; border:2px solid #fff; background:#e60021; border-radius:5px; margin:0 auto 3px;}


header .menu ul p.follow{display:none; text-align:center; position:relative;}
header .menu ul p.follow img{display:block; width:30px; margin:3px 0;}
header .menu ul p.follow .wx_erweima{width:180px; position:absolute; top:-267px; left:30px; z-index:2; display:none; }


header .nav_01{width:120px; height:100%; background:rgba(0,0,0,0.8); position:absolute; top:0; left:-200px;/*left:60px;*/ z-index:1; padding-top:41%; box-sizing:border-box;}

header .nav_01 a{display:block; width:100%; height:9%/*20%*/; color:#fff; font-size:15px; text-align:center; position:absolute;top:35%;}
header .nav_01 a:nth-child(2){top:26%;}
header .nav_01 a:last-child{top:/*44*/38%;}
header .nav_01 a.btn1{top:31%;}
header .nav_01 a.btn2{top:40%;}

header .nav_01 a.btn1{top:31%;}
header .nav_01 a.btn2{top:40%;}

header .nav_01 a.on{background:#a9071f;}
header .nav_01 .icon_pointer{display:block; width:12px; position:absolute; top:/*38*/32%; left:0; z-index:2;}
header .nav_01 .icon_pointer img{width:100%;}

header .nav_01 li{width:100%; height:100%; }


/*=====点击menu_btn之==前==的css=======*/
header .menu.close .menu_btn{width:40px;} 
header .menu.close ul{width:35px;}
header .menu.close ul li.gz p.txt{display:block;}
header .menu.close ul li.gz p.follow{display:none;}


/*=====点击menu_btn之==后==的css======*/
header .menu.open .menu_btn{width:60px;} 
header .menu.open ul{width:60px;}
header .menu.open ul li.gz p.txt{display:none;}
header .menu.open ul p.follow{display:block;}
header .menu.open ul li.gz{background:#b0031c/*e70022*/;}



/*================导航以及logo部分的css===============*/

/*=====页脚======*/
footer{width:100%; padding:8px 0; background:#333;}
footer p{width:100%; color:#fff; font-size:12px; line-height:24px; text-align:center;}



.medias_wrap{position:relative; left:35px; right:0; z-index:1; background:#fff;}

/*================首页===============*/
.news_index .lk_list{width:100%;}
.news_index .lk_list li{width:100%; position:relative; margin-bottom:3px;}
.news_index .lk_list li img.bg{width:100%; display:block;}
.news_index .lk_list li h2{width:100%; min-height:42px; position:absolute; bottom:0px; left:0; padding:10px 10px 10px 44px; font-size:14px; color:#fff;box-sizing:border-box; /*padding-left:34px;*/  line-height:1.5;}
.news_index .lk_list li h2 span{font-size:12px; font-weight:400;}
.news_index .lk_list li h2.lk_01{background:url(/mobile/mediacenter/img/icon_news.png) 10px center no-repeat rgba(0,0,0,0.7); background-size:30px auto;}
.news_index .lk_list li h2.lk_02{background:url(/mobile/mediacenter/img/icon_img.png) 10px center no-repeat rgba(0,0,0,0.7); background-size:30px auto;}
.news_index .lk_list li h2.lk_03{background:url(/mobile/mediacenter/img/icon_video.png) 10px center no-repeat rgba(0,0,0,0.7); background-size:30px auto;}
.news_index .lk_list li h2.lk_04{background:url(/mobile/mediacenter/img/icon_wechat2.png) 10px center no-repeat rgba(0,0,0,0.7); background-size:30px auto;}
.news_index .lk_list li span.v_btn{display:block; width:80px; height:80px; position:absolute; margin-top:-40px; margin-left:-40px; left:50%; top:50%;}
.news_index .lk_list li span.v_btn img{width:100%;}
.news_index .lk_list li .erweima{width:100%; height:100%; background:#000; position:absolute; top:0; left:0; z-index:-1; }
.news_index .lk_list li .erweima img{width:40%;}

.news_index .news_wrap{width:100%;}

/**********新闻中的select**************/
.medias_wrap .news_wrap .news_head{width:100%; background:#fff; padding:20px 10px 10px; box-sizing:border-box; z-index:3;}
.medias_wrap .news_wrap form{width:100%; box-sizing:border-box; position:relative;}
.medias_wrap .news_wrap form .list_wrap{display:block; width:28%; height:24px; float:right; position:relative; margin-left:10px;}

div.fancy-select div.trigger{width:100%; height:24px; line-height:24px; font-size:12px; color:#333; padding:0 0 0 14px; box-sizing:border-box;}
div.fancy-select div.trigger:after{top:9px;}
div.fancy-select ul.options{background:#fff;}
div.fancy-select ul.options li{color:#333; font-size:12px; padding:8px 14px;}
.medias_wrap .news_wrap form .list_01 div.fancy-select ul.options li:nth-child(2){background:url(/mobile/mediacenter/img/bg03.jpg) 2px center no-repeat; background-size:10px;}
.medias_wrap .news_wrap form .list_01 div.fancy-select ul.options li:nth-child(3){background:url(/mobile/mediacenter/img/bg02.jpg) 2px center no-repeat; background-size:10px;}
.medias_wrap .news_wrap form .list_01 div.fancy-select ul.options li:nth-child(4){background:url(/mobile/mediacenter/img/bg04.jpg) 2px center no-repeat; background-size:10px;}

/*********\\*新闻中的select**************/



/**********新闻中的列表**************/
.news_index .news_wrap .news_list dl{width:100%;}
.news_index .news_wrap .news_list dl a{color:#333; font-size:12px; line-height:1.4;}
.news_index .news_wrap .news_list dl dt{width:100%; border:1px solid #ccc; box-sizing:border-box;}
.news_index .news_wrap .news_list dl dt img{width:100%; display:block;}
.news_index .news_wrap .news_list dl dd{width:100%; padding:5px 3% 25px; box-sizing:border-box; background:#eee;}
.news_index .news_wrap .news_list dl dd span{display:block; padding-left:14px;}
.news_index .news_wrap .news_list dl dd span.guoji{background:url(/mobile/mediacenter/img/bg02.jpg) 0 center no-repeat; background-size:10px;}
.news_index .news_wrap .news_list dl dd span.guonei{background:url(/mobile/mediacenter/img/bg03.jpg) 0 center no-repeat; background-size:10px;}
.news_index .news_wrap .news_list dl dd span.zhaohui{background:url(/mobile/mediacenter/img/bg04.jpg) 0 center no-repeat; background-size:10px;}

.news_index .news_wrap .news_list .list_more{display:none;}

.news_index .news_wrap .news_list2 ul{width:100%;}
.news_index .news_wrap .news_list2 ul li{width:100%; padding:10px; box-sizing:border-box; zoom:1;}
.news_index .news_wrap .news_list2 ul li:after{display:table; content:''; clear:both;}
.news_index .news_wrap .news_list2 ul li a{display:block; width:100%; font-size:12px; color:#333;}
.news_index .news_wrap .news_list2 ul li a p{width:70%; float:left;}
.news_index .news_wrap .news_list2 ul li a span{ float:left; display:block; width:30%; padding-left:14px; box-sizing:border-box;}
.news_index .news_wrap .news_list2 ul li a span.guoji{background:url(/mobile/mediacenter/img/bg02.jpg) 0 center no-repeat; background-size:10px;}
.news_index .news_wrap .news_list2 ul li a span.guonei{background:url(/mobile/mediacenter/img/bg03.jpg) 0 center no-repeat; background-size:10px;}
.news_index .news_wrap .news_list2 ul li a span.zhaohui{background:url(/mobile/mediacenter/img/bg04.jpg) 0 center no-repeat; background-size:10px;}

.news_index .news_wrap .news_list2 .list_more{display:none;}

.news_index .news_wrap .more_btn{width:30%; height:30px; text-align:center; line-height:30px; color:#fff; font-size:12px; background:#e50020; margin:20px auto;}

.news_index .news_wrap .more{width:100%; box-sizing:border-box; padding:20px 5%;}
.news_index .news_wrap .more a{display:block; float:left; padding:0 10px; background:#333; color:#fff; font-size:12px; line-height:30px; text-align:center;}
.news_index .news_wrap .more a:last-child{float:right;}

/**********\\新闻中的列表**************/



/**********新闻详情页**************/

/*头与尾的分享效果*/
.news_detail .share_wrap{width:100%; padding:20px 2% 20px 3%; box-sizing:border-box;}
.news_detail .share_wrap .backprev{display:block; height:30px; padding:0 8px; background:url(/mobile/mediacenter/img/bg05.jpg) 0 0 repeat; float:left; margin-right:5px;}
.news_detail .share_wrap .backprev a{display:block; width:100%; height:100%; line-height:30px; color:#fff; font-size:12px;}
.news_detail .share_wrap .backprev img{width:10px;margin-right:5px;}
.news_detail .share_wrap li{position:relative;}
.news_detail .share_wrap li.down1{width:56%; float:left;}
.news_detail .share_wrap li:last-child{float:right;}

.news_detail .share_wrap li:last-child .sw_wrap{width:62px; height:30px; overflow:hidden;  
transition:all 0.7s;
-moz-transition:all 0.7s; 
-webkit-transition:all 0.7s; 
-o-transition:all 0.7s; }
.news_detail .share_wrap li:last-child .sw{width:120px; height:28px; border:1px solid #e9223f; font-size:12px; color:#e60021; background:url(/mobile/mediacenter/img/icon_05.png) 5px center no-repeat; background-size:10px; line-height:28px; padding-left:20px; position:relative;}

.news_detail .share_wrap li.down1 a{display:block; height:30px; padding:0 8px; background:url(/mobile/mediacenter/img/bg05.jpg) 0 0 repeat; float:left; margin-right:5px; line-height:30px; color:#fff; font-size:12px;}
.news_detail .share_wrap li.down1 a img{width:10px; margin-right:5px; margin-bottom:-2px;}
/*.news_detail .share_wrap li:first-child a:first-child img{margin-bottom:0px;}*/


.news_detail .share_wrap li:last-child p{width:61px; height:30px; padding:0 5px; background:#fff; position:absolute; right:6px; top:-1px;}
.news_detail .share_wrap li:last-child p a{display:block; width:29px; height:100%; float:left;}
.news_detail .share_wrap li:last-child p a:first-child{margin-right:3px;}
.news_detail .share_wrap li:last-child p a img{width:100%;}

.news_detail .share_wrap li:last-child .btn{width:52px; height:30px; background:url(/mobile/mediacenter/img/bg05.jpg) 0 0 repeat; position:absolute; top:-1px; left:-1px; font-size:12px; color:#fff; line-height:30px; padding:0 5px 0 5px;}
.news_detail .share_wrap li:last-child .btn img{width:10px; margin-right:5px;}

.news_detail .share_wrap span.gfwx2{display:block; position:absolute; z-index:10; bottom:-225px; right:0px; display:none;}
.news_detail .share_wrap span.gfwx3{bottom:24px;}
.news_detail .share_wrap li:last-child p a span.gfwx2 img{width:140px;}


.bdshare-button-style0-32{width:/*68*/34px; height:30px; padding:0 3px; background:#fff; position:absolute; right:40px; top:-1px;}
.news_wx{width:34px; height:30px; background:#fff; position:absolute; padding-right:3px; right:3px; top:-1px;}
/*.news_detail table{width:100%;}*/

.show_wx_tc{width:100%; height:100%; position:fixed; z-index:1000; top:0; left:0; background:#fff; display:none;}
.show_wx_tc span{position:absolute; right:2%; top:2%; width:10%;}
.show_wx_tc span img{width:100%;}
.show_wx_tc p{width:100%;
display:flex;/*Flex布局*/
display: -webkit-flex; /* Safari */
align-items:center;/*指定垂直居中*/
justify-content:center;/*指定水平居中*/
}
.show_wx_tc p img{display:block; width:86%; margin:6% auto 0}

/*\\头与尾的分享效果*/

/*文字图片内容块的编辑*/
.news_detail .news_txt{width:100%; font-size:12px; color:#444; border-bottom:1px solid #dcdcdc; padding-bottom:20px;}
.news_detail .news_txt h2{width:100%; padding:20px 3%; text-align:center; font-size:14px; box-sizing:border-box;}
.news_detail .news_txt h2.jiabiaoti{font-size:12px; padding:0 3%;}
.news_detail .news_txt .txt_wrap{width:100%; padding:0 3%; box-sizing:border-box;}
.news_detail .news_txt p{line-height:24px; }
.news_detail .news_txt .pic{width:100%; box-sizing:border-box;}
.news_detail .news_txt .pic img{width:100%;}
.news_detail .news_txt p .picR{display:block; width:100%; text-align:center; margin:15px 0;}
.news_detail .news_txt p .picR:after{display:table; content:''; clear:both;}

.news_detail .news_txt .table_wrap{width:100%;}
.news_detail .news_txt .table_wrap table{width:100%; line-height:24px;font-size:12px; color:#444;}
.news_detail .news_txt .table_wrap table td{padding:0 5px;}
.news_detail .news_txt .table_border td{border:1px solid #444;}
.news_detail .news_txt .table_border td a{color:#444;}
/*左边图片右边表格*/
.news_detail .news_txt .table_wrap .l{text-align:center;}
.news_detail .news_txt .table_wrap .r{width:100%;}
.news_detail .news_txt .table_wrap.scroll{overflow-x:scroll;}
.news_detail .news_txt .table_wrap img{width:100%;}

/*****表格整体左对齐*****/
.news_detail .news_txt .table_left{margin:inherit;}

.news_detail .news_txt .img_wrap{width:100%; text-align:center; font-size:12px; color:#444;}
.news_detail .news_txt .img_wrap img{max-width:100%;}
.news_detail .news_txt .img_wrap .left{margin-bottom:20px;}
.news_detail .news_txt .img_wid{width:100%;}

/*****小宽度图片 自由尺寸*****/
.news_detail .news_txt .img_auto{width:100%; text-align:center; font-size:12px; color:#444;}
.news_detail .news_txt .img_auto img{max-width:100%;}

.news_detail .news_txt .imgwid_auto{width:100%;}
.news_detail .news_txt .imgwid_auto img{max-width:100%;}
.news_detail .news_txt .imgwid_auto.scroll{overflow-x:scroll;}

/*.news_detail .news_txt .table_wrap.imgwid_auto .l img{width:inherit; width:auto;}
.news_detail .news_txt .table_wrap.imgwid_auto .r{width:inherit;}
.news_detail .news_txt .table_wrap.imgwid_auto .r img{width:inherit; width:auto;}*/
/*****标注***上角标***下角标*************/
.news_detail sup{top:-0.5em; font-size:75%; line-height:0; position:relative;  vertical-align:baseline;}
.news_detail sub{bottom:-0.5em; font-size:75%; line-height:0; position:relative;  vertical-align:baseline;}

/*\\文字图片内容块的编辑*/

/*********\\*新闻详情页**************/

/**********图片库**************/
.gallery_wrap .box{width:100%; height:100%; position:relative;}
.gallery_wrap .box .activity .bg{width:100%; display:block;}
.gallery_wrap .box .activity li{position:relative; margin-bottom:5px;}
.gallery_wrap .box .activity h2{width:100%; padding:5px 15px 10px; background:rgba(0,0,0,0.7); color:#fff; font-size:16px; position:absolute; left:0; bottom:0px; line-height:24px; box-sizing:border-box;}
.gallery_wrap .box .activity h2 span{font-size:14px; font-weight:500;}
.gallery_wrap .box .activity h2 strong{font-size:18px;}
.gallery_wrap .box .activity h2 font{display:inline-block; font-size:12px; color:#fff; line-height:30px; padding:0 20px; margin-top:10px; background:url(/mobile/mediacenter/img/bg_01.jpg) 0 0 repeat;}
.gallery_wrap .box .year_nav{padding:25px 10px; position:relative; width:100%; box-sizing:border-box; background:#fff;z-index:10;}
.gallery_wrap .box .year_nav li a{color:#333; font-size:14px;}
.gallery_wrap .box .year_nav li{padding:5px 40px 5px 20px;}
.gallery_wrap .box .year_nav .current{float:right; border:1px solid #000; position:relative;}
.gallery_wrap .box .year_nav .current span{width:0; height:0; position:absolute; right:10px; top:13px; z-index:2;}
.gallery_wrap .box .year_nav .current span.off{
border-top:8px solid #000;
border-right:8px solid transparent;
border-left:8px solid transparent;}


.gallery_wrap .box .year_nav .current span.on{
border-right:8px solid transparent;
border-bottom:8px solid #000;
border-left:8px solid transparent;}
	
.gallery_wrap .box .year_nav .list{position:absolute; top:57px; right:10px; background:#fff;}
.gallery_wrap .box .year_nav .list.close{display:none;}
.gallery_wrap .box .year_nav .list li{border-left:1px solid #000; border-right:1px solid #000; border-bottom:1px solid #000;}
.gallery_wrap .box .year_nav .list li:first-child{border-top:1px solid #000;}

/*===========20181226添加赛事相关图片==========*/
.race_wrap .box .top{width:100%; padding:30px 0 10px; color:#333; z-index:3; background:#fff;}
.race_wrap .box .top h2{font-size:16px; text-align:right; padding:0 10px 20px;}
.race_wrap .box .race_btn .bg{width:100%; display:block;}
.race_wrap .box .race_btn li{position:relative; margin-bottom:5px;}
.race_wrap .box .race_btn h2{width:100%; padding:5px 15px 10px; background:rgba(0,0,0,0.7); color:#fff; font-size:16px; position:absolute; left:0; bottom:0px; line-height:24px; box-sizing:border-box;}
.race_wrap .box .race_btn h2 span{font-size:14px; font-weight:500;}
.race_wrap .box .race_btn h2 strong{font-size:18px;}
.race_wrap .box .race_btn h2 font{display:inline-block; font-size:12px; color:#fff; line-height:30px; padding:0 20px; margin-top:10px; background:url(/mobile/mediacenter/img/bg_01.jpg) 0 0 repeat;}

/**********品牌&amp;企业图片库**************/
.gallery_01 .box{width:100%;}
.gallery_01 .box .top{width:100%; padding:56px 0 10px; color:#333; z-index:3; background:#fff;}
.gallery_01 .box .top h2{font-size:16px; text-align:right; padding:0 10px 20px;}
.gallery_01 .box .top p{font-size:12px; padding:0 10px; line-height:24px; position:relative;}
.gallery_01 .box .top p span{font-weight:600;}
.gallery_01 .box .top p a{padding:0px 10px 0px 10px; color:#fff; background:url(/mobile/mediacenter/img/bg_01.jpg) 0 0 repeat; /*float:right;*/ position:absolute; top:0; right:10px;}
.gallery_01 .box .top p a.down{display:none;}
.gallery_01 .box .top p a img{width:auto; height:12px; margin-bottom:-1px;}
.gallery_01 .box .part{width:100%;}
.gallery_01 .box .part a{display:block; width:100%; margin-bottom:5px; position:relative;}
.gallery_01 .box .part a .pic{display:block; width:100%;}
.gallery_01 .box .part a span{display:block; width:36px; height:36px; line-height:36px; text-align:center; background:url(/mobile/mediacenter/img/bg_01.jpg) 0 0 repeat; position:absolute; bottom:8px; right:8px;}

.gallery_01 .box .part a input{display:block; width:33px; height:33px; position:absolute; bottom:8px; right:8px; text-align:center; line-height:33px; z-index:1; display:none;}

/**********领导人**************/
.gallery_leader .box{width:100%; height:100%; position:relative; padding-top:60px;}
.gallery_leader .box .activity .bg{width:100%; display:block;}
.gallery_leader .box .activity li{position:relative; margin-bottom:5px;}
.gallery_leader .box .activity h2{width:100%; padding:5px 15px 10px; background:rgba(0,0,0,0.7); color:#fff; font-size:16px; position:absolute; left:0; bottom:0px; line-height:24px; box-sizing:border-box;}
.gallery_leader .box .activity h2 span{font-size:14px; font-weight:500;}
.gallery_leader .box .activity h2 strong{font-size:18px;}
.gallery_leader .box .activity h2 font{display:inline-block; font-size:12px; color:#fff; line-height:30px; padding:0 20px; margin-top:10px; background:url(/mobile/mediacenter/img/bg_01.jpg) 0 0 repeat;}

/**********车型图片库**************/
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal &gt; .swiper-pagination-bullets{ position:fixed; top:0px; bottom:auto; width:65%; right:0; left:auto; background:#fff; padding:10px 0 15px 35%; }

.swiper-container{width:100%; margin-bottom:20px;}
.swiper-wrapper{width:100%;}
.swiper-slide{width:100%; height:auto; padding-top:50px;}
.swiper-pagination-bullet{width:auto; height:auto; border-radius:none; background:none; opacity:1; font-size:14px; border-radius:0;}
.swiper-pagination-bullet-active{background:none; }
.swiper-pagination-bullet-active strong{border-bottom:3px solid #e50020;}
.swiper-pagination-bullet span{color:#e60021; font-weight:800;}

.medias_wrap.gallery_cars{left:0;}

.gallery_cars dl{width:100%; font-size:12px; padding-bottom:15px; position:relative;}
.gallery_cars dl a{color:#333;}
.gallery_cars dl dt{width:100%; position:relative;}
.gallery_cars dl dt img{display:block; width:100%;}
.gallery_cars dl dd{width:100%; text-align:center; margin-top:5px;}
.gallery_cars dl dd span{display:inline-block; width:0px; height:0px; border-bottom:10px solid #e60021; border-left:6px solid transparent; border-right:6px solid transparent; margin-right:5px;}

.gallery_cars dl dt span.qd{width:100%; height:100%; font-size:30px; color:#fff; background:rgba(0,0,0,0.8); position:absolute; top:0; left:0; z-index:2;}


/**********图片库**车图详情页************/
.gallery_detail .box{width:100%;}
.gallery_detail .box .top{width:100%; padding:30px 0 10px; background:#fff; color:#333; position:relative; z-index:3;/* position:fixed; top:0; right:0; z-index:3;*/}
.gallery_detail .box .top p{width:65%; font-size:14px; color:#e60021; font-weight:800; padding-left:35%; margin-bottom:20px;}
.gallery_detail .box .top p a{font-size:14px; color:#333; display:inline-block;}
.gallery_detail .box .top p a.on{border-bottom:3px solid #e50020;}

.gallery_detail .box .top h2,
.gallery_cars .gnc h2{width:100%; box-sizing:border-box; font-size:12px; color:#333; padding:0 2% 0 3%; position:relative;}
.gallery_cars .gnc h2{height:28px;}
.gallery_detail .box .top h2 span,
.gallery_cars .gnc h2 span{float:left; line-height:28px; font-size:14px;}

.gallery_detail .box .top h2 a,
.gallery_cars .gnc h2 a{padding:0 10px; line-height:28px; color:#fff; background:url(/mobile/mediacenter/img/bg_01.jpg) 0 0 repeat; position:absolute; top:0; right:10px;}

.gallery_detail .box .top h2 a.down,
.gallery_cars .gnc h2 a.down{display:none;}

.gallery_detail .box .top h2 a img,
.gallery_cars .gnc h2 a img{width:auto; height:12px; margin-bottom:-2px;}

.gallery_detail .box .part{width:100%;}
.gallery_detail .box .part p{width:100%; position:relative; margin-bottom:5px;}
.gallery_detail .box .part p strong{display:block; width:100%;}
.gallery_detail .box .part p strong img{display:block; width:100%;}
/*.gallery_detail .box .part p a{display:block; width:33px; height:33px; background:url(/mobile/mediacenter/img/bg_01.jpg) 0 0 repeat; position:absolute; bottom:8px; right:8px; text-align:center; line-height:33px; z-index:1;}
.gallery_detail .box .part p a img{width:14px;}*/

.gallery_detail .box .part p input{display:block; width:33px; height:33px; position:absolute; bottom:8px; right:8px; text-align:center; line-height:33px; z-index:1; display:none;}
.gallery_cars .gnc dl input{display:block; width:33px; height:33px; position:absolute; bottom:46px; right:8px; text-align:center; line-height:33px; z-index:1; display:none;}
/*********\\*图片库**************/

/**********视频库**************/
.movs_wrap .box{width:100%;}
.movs_wrap .box .top{width:100%; padding:30px 0 10px; color:#333; z-index:5; background:#fff;}
.movs_wrap .box .top p{width:60%; float:right; font-size:14px; color:#e60021; font-weight:800; margin-bottom:20px;}
.movs_wrap .box .top p a{font-size:14px; color:#333; display:inline-block;}
.movs_wrap .box .top p a.on{border-bottom:3px solid #e50020;}

.movs_wrap .box .part li{width:100%; position:relative; margin-bottom:5px;}
.movs_wrap .box .part li img{display:block; width:100%;}
.movs_wrap .box .part li p{width:100%; font-size:12px; color:#fff; background:rgba(0,0,0,0.7); padding:10px 2%; box-sizing:border-box; position:absolute; bottom:0; left:0; z-index:1;}
.movs_wrap .box .part li p strong{font-size:16px;}
.movs_wrap .box .part li a{display:block; width:33px; height:33px; background:url(/mobile/mediacenter/img/bg_01.jpg) 0 0 repeat; position:absolute; bottom:8px; right:8px; text-align:center; line-height:33px; z-index:2;}
.movs_wrap .box .part li a img{display:inline; width:14px;}
.movs_wrap .box .part li .v_btn{display:block; width:60px; height:60px; background:url(/mobile/mediacenter/img/v_btn.png) 0 0 no-repeat; background-size:100%; position:absolute; top:50%; left:50%; margin-left:-30px; margin-top:-60px; z-index:3;}


/*******弹出视频*********/
.movs_tc{width:100%; height:100%; background:rgba(0,0,0,1); position:fixed; top:0px; left:0; display:none; z-index:-3;		

/*********以下可以兼容苹果低版本**********/
/*-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-box-align: center;

display:flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -webkit-flex; 

align-items:center;
-ms-flex-align: center;
-webkit-align-items: center;

-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;/

justify-content:center;
-webkit-justify-content: center;
*/

}

.movs_tc .mov_box{width:100%; position:absolute; z-index:0;padding-top:150px;	}
.movs_tc .mov_box video{display:block; width:100%; height:auto; z-index:0;
/*top:50%; transform:translateY(-50%); left:0;*/
}
.movs_tc span{display:block;width:50px; height:50px; position:absolute; right:0; top:0px; z-index:2;}
/*********\\*视频库**************/

&lt;!--声明--&gt;
.pop{width:100%; height:100%;}
.pop form{width:96%; height:100%; padding:0 2%; position:fixed; top:0%; left:0; /*z-index:999;*/ background:rgba(0,0,0,0.9); z-index:-1;
display:flex;/*Flex布局*/
display: -webkit-flex; /* Safari */
align-items:center;/*指定垂直居中*/
justify-content:center;/*指定水平居中*/
}
.pop .txt{width:100%; padding:30px 15px; box-sizing:border-box; background:#fff;}
.pop .txt h2{font-size:16px; color:#000; font-weight:100;}
.pop .txt p.txt_p{font-size:14px; color:#000; line-height:24px; padding:33px 0 40px; border-bottom:1px solid #000;}
.pop .txt p.txt_p span{display:block; margin-top:26px; line-height:24px; padding-left:25px; position:relative;}
.pop .txt p.txt_p input{width:20px; height:20px; position:absolute; left:0; top:2px;}
.pop .txt p.btns{width:100%; text-align:center; margin-top:30px;}
.pop .txt a{display:inline-block; width:120px; cursor:pointer; font-size:14px; color:#fff; padding:8px 0; text-align:center; margin:0 5px;}
.pop .txt a.btn1{background:#202020/*898989*/;}
.pop .txt a.btn1 img{width:14px; margin-right:5px; margin-bottom:-3px;}
.pop .txt a.btn2{background:#202020;}

.pop span.close{position:fixed; top:10px; right:2%; z-index:1000;}




/*全网站跟随nav*/
.follow_nav{width:60px; position:fixed; bottom:30px; right:0; z-index:1000000;}
.follow_nav a{display:block; width:100%; height:60px; margin-bottom:4px; text-align:center; line-height:1.2;}
.follow_nav a img{width:100%;}

/** PAGETOP */
.pagetop {padding:10px 0;}
.pagetop a {display: table; margin: 0 auto; padding: 0 20px;}
.pagetop a span {display: table-cell; height: 40px; padding-left: 20px; background-image: url(/mobile/asset/img/btn_pagetop_blk.png); background-repeat: no-repeat; background-position: left; background-size: 14px auto; font-size: 11px; font-weight: bold; color: #202020; vertical-align: middle;}
/* black */
.pagetop.blk {background-color: #000;}
.pagetop.blk a span {background-image: url(/mobile/asset/img/btn_pagetop_wht.png); color: #fff;}


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