﻿/*统一重置样式表*/
html
{
    height: 100%;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
body
{
    background: #fff;
    font-family: "微软雅黑",Arial,Helvetica,Tahoma;
    font-size: 16px;
    margin: 0 auto;
    position: relative;
}
body, h1, h2, h3, h4, h5, h6, form, section, div, p, input, ul, li, span, form, img
{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
}
ul, li
{
    list-style: none;
}
a
{
    color: #000;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}
img
{
    border: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}/* .clearfix:after{content:"";display:block;height:0;line-height:0; padding:0; margin:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;} *//* .textone{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} *//* .textMult{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;} */
.resImg
{
    display: block;
    max-width: 1920px;
    min-width: 1350px;
    height: 230px;
    margin: 0 auto;
}
.border
{
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
}
.box
{
    max-width: 1920px;
    min-width: 1350px;
    margin: auto;
}/* 主题样式 */
.banner_box
{
    max-width: 1920px;
    min-width: 1350px;
    margin: auto;
    height: 230px;
    background: url('../image/banner_contact_us.png') no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}/*内容页底层css*/
.navBar
{
    height: 54px;
    background: #f5f5f5;
}
.navBar ul
{
    width: 1160px;
    margin: 0 auto;
    padding-left: 40px;
}
.navBar ul li
{
    float: left;
    width: 152px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #555;
}
.navBar ul li.active
{
    background: #bf9f62;
    color: #fff!important;
}
.navBar ul li a
{
    color: #555;
}
.navBar ul li.active a
{
    color: #fff;
}
.pos
{
    width: 1200px;
    margin: 32px auto 24px;
    background: url(../image/pos.png) no-repeat left center;
    color: #999;
    text-indent: 30px;
    height: 24px;
    line-height: 24px;
}
.pos a
{
    color: #999;
}
.essay
{
    border: 1px solid #c9c9c9;
    width: 1200px;
    margin: 0 auto;
    padding: 20px 40px 40px 40px;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.conTitle
{
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}
.essay span
{
    font-size: 18px;
    color: #555;
}
.conText
{
    padding-top: 30px;
    border-top: 1px solid #c9c9c9;
    margin: 0 auto;
    color: #000;
    line-height: 36px;
    text-indent: 2em;
    font-size: 18px;
}
.conText p
{
    color: #666;
    line-height: 2;
    text-indent: 2em;
    margin-bottom: 20px;
}
.conTimes
{
    margin: 0 320px 0 10px;
}
.FSmall, .fBig
{
    font-size: 14px;
    margin: 0 5px;
}