﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:visited,
a:link,
a:active {
    color: #333;
}

ul,
ol {
    list-style: none;
}

img {
    vertical-align: top;
    border: none;
}

.button {
    border: 0;
    background-color: none;
    outline: none;
    -webkit-appearance: none;
}

select {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input,
textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

i {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*去除input[type=number]加减号*/
/* 谷歌 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/* 火狐 */
input {
    -moz-appearance: textfield;
}

.flex {
    display: -webkit-flex !important;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex !important;
    /* Firefox 18+ */
    display: flex !important;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-align-items: center !important;
    -ms-align-items: center !important;
    align-items: center !important;
    width: 100%;
}

.justify {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;

    justify-content:  space-between;
    -webkit-justify-content:  space-between;
    ms-justify-content:  space-between;
    -webkit--moz-box-pack: space-between;
    box-pack:  space-between;
}

.center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
}

.direaction {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rgbred {
    color: rgb(255, 89, 77);
}

.grayline {
    width: 100%;
    height: 16rpx;
    background-color: rgb(242, 244, 250);
}

.justify_around {
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
}

.evenly {
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    ms-justify-content: space-evenly;
    -webkit--moz-box-pack: space-evenly;
    box-pack: space-evenly;
}
.evenly::before,.evenly::after { 			
	content: ''; 			
	display: block; 		
}

.flex_end {
    justify-content: flex-end;
}

.flex_start {
    justify-content: flex-start;
}

.text_hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.boxSizing {
    box-sizing: border-box;
}

.cursors {
    cursor: pointer;
}

/* 头部 */

.headBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: 98;
    box-shadow: 0px 2px 7px -7px #5E5E5E;
}

.headBar .headBarItem {
    display: flex;
    align-items: center;
    width: 1126px;
    height: 100px;
    position: relative;
}

.headBar .headBarItem #navImg {
    position: absolute;
    left: 0;
    top: 108px;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    display: none;
    overflow: hidden;
    box-shadow: 0px 0px 10px 2px rgba(10, 10, 10, 0.06);
}

.headBar .headBarItem .navCodeImg {
    width: 120px;
    height: 120px;
    background-color: #eee;
}

.headBar .headBarItem .navCodeImgTxt {
    text-align: center;
    font-size: 16px;
    margin-top: 6px;
}

.headBar .headBarItem .logoBox {
    width: 20%;
    height: 100%;
}

.headBar .headBarItem .logoBox .logo {
    width: 195px;
    height: 48px;
}

.headBar .headBarItem .navBox {
    display: flex;
    align-items: center;
    width: 74%;
    height: 100%;

}

.headBar .headBarItem .navBox .navItemActive {
    color: #C61116 !important;
    font-weight: 600;
}

.color_C61116 {
    color: #C61116 !important;
}

.headBar .headBarItem .navBox .navItem {
    font-size: 20px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

/* 页脚 */
.footer {
    width: 100%;
    height: 232px;
    background-color: black;
}

.footer .footerBOX {
    margin-top: 30px;
}

.footer .footerItem {
    width: 1144px;
    /* height: 232px; */
    display: flex;
    align-items: center;
}

.footer .footerItem .footerItemRig {
    width: 540px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.footer .footerItem .footerItemRig .title {
    color: #fff;

}

.footer .footerItem .footerItemRig .title>.text {
    font-size: 24px;
    margin-left: 12px;
}

.footer .footerItem .footerItemRig .addressTel {
    font-size: 16px;
}

.footer .footerItem .footerItemLet {
    display: flex;
    width: 466px;
}

.footer .footerItem .footerItemLet .filItem .filItemCodeImg {
    width: 101px;
    height: 101px;
}

.footer .footerItem .footerItemLet .filItem .filItemTxt {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 12px;
}

.footer .keep_on_record {
    width: 100%;
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-top: 15px;
}

/* 侧栏 */
.sidebar {
    /* width: 80px; */
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 280px;
    border: 1px solid #eee;
}

.sidebar .sidebarItem {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    background: #FAFAFA;
    border-bottom: 1px solid #eee;
    position: relative;

}

.sidebar .sidebarItem #sidebarTel {
    position: absolute;
    top: 0;
    left: -220px;
    background-color: #C61116;
    padding: 10px;
    display: none;
}

.sidebar .sidebarItem #sidebarTel .telIco {
    font-size: 24px;
    color: #fff;
}

.sidebar .sidebarItem #sidebarTel .tel {
    font-size: 24px;
    color: #fff;
}

.sidebar .sidebarItem #sidebarWechatCodeImg {
    position: absolute;
    top: 0;
    left: -180px;
    background-color: #C61116;
    padding: 10px;
    display: none;
}

.sidebar .sidebarItem #sidebarWechatCodeImg .WechatCodeImg {
    width: 140px;
    height: 140px;
    background-color: #eee;
}

.sidebar .sidebarItem #sidebarWechatCodeImg .sidebarTips {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 6px;
}

.sidebar .sidebarItem:last-child {
    border-bottom: 0;
}

.sidebar .sidebarItem .sidebarItemTxt {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.sidebar .sidebarItem .sidebarItemIco {
    font-size: 30px;
    color: #C61116;
}

.w_1200 {
    width: 1200px !important;
}

.subtitle {
    padding: 80px 0;
    text-align: center;
    width: 100%;

}

.subtitle h2 {

    position: relative;
    font-size: 50px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #202020;
}

.subtitle h2::before {
    content: '';
    width: 134px;
    height: 8px;
    background: #C61116;
    position: absolute;
    left: 32px;
    bottom: 0;
}