.header{width:950px; margin: 0 auto; padding-top:10px;}
.nav{clear:both;}
.navbar_nav{background:#333;}
.navbar_nav li{float:left; width:10%; height:38px; background:url(../images/index_16.jpg) right center no-repeat; background-size:2px 38px;}
.navbar_nav li:last-of-type{background:none;}
.navbar_nav li a{font-size: 16px; color:#fff; line-height: 38px; font-weight: bold; display: block; text-align: center;}
.navbar_nav li a:hover{background-color: #cc0000;}
.font12 { font-size: 12px;}
.width_20 { width: 20px;}
.public_top div{float:left;}
.logo_box img{width: 150px; height: 50px;}
.company_name { width: 435px; padding-top: 10px;}
.rff { color: #ff0000;}
.company_phone { width: 325px;}
.company_phone h1 { margin: 0px; font-size: 28px; font-weight: bold;}
.company_name h1 { font-size: 28px; font-weight: bold;}
.public_top { padding-bottom: 10px;}



        .swiper-container {
            width: 100%;
            height: 100%;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }




@media screen and (max-width: 450px){
	.header{width: 100%;}
	.navbar_nav li{width:20%;}
	.navbar_nav li a{font-size: 14px;}
	.logo_box img { width: 100px; height: 33px;}
	.company_name { position: absolute; width: calc(100% - 10px); bottom: 15px;}
	.company_name h1 { font-size: 18px;}
	.company_phone { width: calc(100% - 100px); float: left;}
	.public_top{padding-left: 10px; padding-right: 10px; height: 100px; position: relative}
	.company_phone h1 { padding-bottom: 5px; font-size: 18px;}
	.width_20{width: 0px;}
	.company_phone span b{font-size: 12px;}
	.public_top { padding-bottom: 0px;}
}