﻿@charset "utf-8";

*{ margin:0; padding:0;box-sizing:border-box;outline:none;font-family:'微软雅黑';}
.apply-about{ padding-bottom:30px;width:100%;font-size:12px;}
.apply-title{padding-bottom:12px;}

.apply-list{width:100%;}
.apply-list ul{display:flex;width:100%;padding:20px 0;justify-content:space-between;}
.apply-list ul li{text-align:center; width:120px;margin:0 6px;}
.apply-list ul li img{width:100%;height:120px;}
.apply-list ul li p{font:bold 16px/36px '微软雅黑';color: #fff}

.info-type-tab-div {margin:0 auto;padding-bottom:15px;width: 80%; display:flex; }
.info-type-tab-div .cell {padding-bottom:15px;width: 25%; cursor: pointer; font-size: 18px;text-align: center; }
.info-type-tab-div .cell>span { display: block; line-height: 1.5}

.info-type-tab-div .cell.on {background: url(../default/vvo.png) bottom center repeat-x;color: #0082c0 }
/*.header-fixed{position:fixed;top:0;left:0;width:100%;z-index:9999;}*/
.info-type-frm{margin:0 auto;width:70%;background:#fff;}
.header-fixed + .content{margin-top:83px;}

.info-news-cell{width:100%;display:flex;height:50px;line-height:50px;border-bottom:dashed 1px #ddd; font-size: 16px}
.info-news-cell .news-date{width:120px;}
.info-news-cell .news-type{margin-right:20px;}
.info-news-cell .news-type span{;padding:4px 8px;border:1px solid #178dc2; color: #178dc2}
.brand-index-list-frm{width:100%;background:#fff;padding:20px;overflow: hidden;}
.brand-index-list-frm .brand-index-list{float:left;width:188px;background: #f8f8f8;margin:8px 2px;height:110px;line-height: 110px}
.brand-index-list-frm .brand-index-list>a { display: block;text-align: center; }
.brand-index-list-frm .brand-index-list img{max-width:95%;}
.brand-index-list-frm .brand-index-list:last-child { text-align: center; background: none }
.brand-index-list-frm .brand-index-list:last-child img { width: 87px; }
.hide{display:none;}