@charset "utf-8";
.insidebg {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* 搜索 */


/* 
.search {
    background-color: #f2f2f2;
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
}

.search_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_box_l {
    display: flex;
    align-items: center;
}

.search_box_l span {
    color: #000000;
    font-size: 14px;
}

.search_box_l a {
    margin: 0 5px;
}

.search_box_r {
    display: flex;
    align-items: center;
}

.search_box_r input {
    width: 170px;
    height: 35px;
    border-radius: 17px 0 0 17px;
    border: 1px solid #cfcfcf;
    color: #7b7b7b;
    padding-left: 20px;
    font-size: 14px;
}

.search_box_r a {
    width: 44px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 0 17px 17px 0;
    background-color: #2c3e6f;
    color: #fff;
}

.search_box_r a i {
    font-size: 24px;
} */


/* 面包屑导航 */

.breadcrumb {
    padding: 18px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #eeeeee;
}

.breadcrumb1 {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin-right: 8px;
}


/* 
.breadcrumb1::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    background-color: #fe0629;
    margin-right: 8px;
} */

.breadcrumb1 i {
    color: #fe0629;
    margin-right: 8px;
}

.breadcrumb2>a {
    font-size: 14px;
    color: #666;
}

.breadcrumb2>a:hover {
    color: #fe0629;
}

.breadcrumb2>a>i {
    font-size: 14px;
    color: #666;
    margin: 0 3px;
}

.breadcrumb2>a:last-child i {
    display: none;
}


/* 导航切换 */

.navtab {
    margin-top: 30px;
    display: flex;
}

.navtab>a {
    margin-right: 1px;
    flex: 1;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    font-size: 18px;
    color: #333;
    position: relative;
    transition: all .4s;
}

.navtab>a::before {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    transition: all .4s;
}

.navtab>a:hover {
    background-color: #2c3e6f;
    color: #fff;
}

.navtab>a:hover::before {
    display: block;
}


/* 在线留言 */

.mes {
    margin-top: 30px;
}

.mes_title {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #333;
}

.mes_bd {
    border: 1px solid #bbb;
    padding: 40px 180px;
    background-position: center bottom;
    background-repeat: no-repeat;
    font-size: 14px;
	color: #333;
}


/* 留言 */

.mes_bd tr {
    padding: 0;
    margin: 0;
    line-height: 50px;
    height: 50PX
}

.mes_bd input {
    display: inline-block;
    height: 25px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mes_bd textarea {
    width: 500px !important;
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mes_bd .submit {
    width: 240px;
    height: 40px !important;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    background: #2c3e6f !important;
    border-radius: 10px;
    border: 0 none;
    cursor: pointer;
}

div.pfw {
    position: relative;
    border: 1px solid #e1e1e1;
    margin-top: 30px;
}

div.pfw:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    overflow: hidden;
}

div.pfw h3 {
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    margin: 0;
    padding: 0 0 0 20px;
    background: #f6f6f6 url(/images/heading_bg.png) 8px top no-repeat;
    border-bottom: 1px solid #e1e1e1;
    color: #444;
    font-weight: bold;
}

div.pfw h3 small {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    padding-left: 4px;
    font-style: normal;
}

div.pfw h3 .more {
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    padding-right: 8px;
    font-weight: normal;
    font-size: 12px;
    margin-right: 5px;
}

div.pfw .content {
    margin: 5px;
    font-size: 12px;
    line-height: 1.6em;
    padding: 10px;
}

div.pfw .adm_reply {
    margin: 6px 0 0 0;
    font-size: 1em;
    line-height: 200%;
    padding: 25px 5px 25px 25px;
    position: relative;
    color: #444;
    border-top: 1px solid #e1e1e1;
    background: #f7faff;
}

div.pfw .adm_reply span {
    color: darkred;
    font-weight: bold;
    color: #e77718;
}