:root{
    /* 导航背景色 */
    --navBgc: #0b2242;
    /* 导航字体色 */
    --navColor:#fff;
    /* 导航交互背景色 */
    --navActiveBgc: #1b4484;
    --templateCommenColor: #0b2242;
    --footer-bg-color: #0b2242;
    --footer-color: #fff;
}
*{
	margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
}
ul, ol, li {
    list-style: none;
}
h1,h2,h3{
	margin: 0;
    padding: 0;
}
/* 清除浮动 */
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

body {
    min-height: calc(100vh + 5px);
    font-size: 12px;
    background-color: #fff;
    width: 100%;
    min-width: 1200px;
}
.swiper-container {
    width:100%;
    height:400px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

/* 面包屑 */
.navigation_nav{padding: 20px 0;margin: 0 auto;width: 1200px;}
.navigation_nav_item{float: left;font-size: 14px;color: #333;margin-right: 5px;line-height: 20px}
/* main中每个单元的公共样式 */
.main_item{background: #fff;color: #333;position: relative;margin-bottom: 30px;}
.main_item:last-of-type{margin-bottom: 0;}
.main_item_title{position: relative;width: 100%;height: 40px;line-height: 40px;margin-bottom: 20px;box-sizing: content-box;text-align: left;}
.main_item_title_lt{font-size: 28px;color: #0B2242;font-weight: bold;position: relative;left: 0px;height: 20px;line-height: 20px;margin-bottom: 15px;border-bottom: 1px dashed #0B2242;padding-bottom: 15px;box-sizing: content-box;}
.main_item_title_rt{display: block;margin: 40px auto 0; cursor: pointer;font-size: 14px;color: #fff;text-align: center;width: 100px;height: 30px;line-height: 30px;background-color: var(--navBgc)}
.main_item_title_rt:hover{cursor: pointer;background:  var(--navActiveBgc);color: #fff;}

/*  */
.header_box{margin: 0 auto;position: relative;min-width: 1200px;}

.header_title{width: 1200px;margin: 0 auto; height: 130px;padding: 20px 0;}
.header_title_name, .header_title_phone{font-size: 30px;color:var(--navBgc);}
.header_title_name {width: 620px;height:90px;line-height: 90px;position: relative;float: left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.header_title_name img{max-height: 90px;max-width: 200px;vertical-align: middle;}
.header_title_name span{vertical-align: middle;}
.header_title_phone {line-height: 90px;float: right;}
.header_title_phone i{display: inline-block; width: 36px; height: 36px; background: url(../img/shop_header_phone.png) no-repeat; vertical-align: middle;background-size: contain;transform: translateY(-4px);}

.scroll{left: 50%;transform: translateX(-50%);position: relative;box-sizing: content-box;top: 0px;}

.banner_edit{width: 100%;position: relative;}
 

.nav_background {height: 47px;width: 100%;background: var(--navBgc);left: 0%;top: 130px;}
.header_nav{width: 1200px;height: 47px;line-height: 47px;background: var(--navBgc);position: absolute;top: 130px;left: 50%;transform: translateX(-50%); font-size: 0;}
.header_nav_item{display: inline-block;height: 100%;background: var(--navBgc);color: var(--navColor);text-align: center;font-size: 18px;width: 150px;}
.header_nav_item:hover{cursor: pointer;background: var(--navActiveBgc);color: var(--navColor);}
.header_nav_item:hover .header_nav_item_text{color: var(--navColor);}
.header_nav_item_current{color: var(--navColor);background: var(--navActiveBgc);}



