/* ---------- 全局样式 ---------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img, button {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    min-width: 1240px;
    background: #fff;
    font-size: 12px;
    color: #666;
}

fieldset, img {
    border: 0;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

em, i, cite, em, var, address, dfn {
    font-style: normal;
}

input, button, select, textarea {
    outline: none;
}

textarea {
    resize: none;
}

p {
    text-align: justify;
    text-justify: distribute;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: rgb(220, 11, 16);
    text-decoration: none;
}

table {
    display: table;
    border-collapse: separate;
    border-color: grey;
    border-spacing: 0;
    width: 100%;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: rgb(220, 11, 16);
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

td, th {
    display: table-cell;
    vertical-align: inherit;
}

.wrapper {
    position: relative;
    min-width: 1240px;
    text-align: center;
}

/* 通用头部 */
.com-header {
    position: relative;
    width: 100%;
    height: 72px;
    line-height: 95px;
    font-size: 0;
    background-color: #fff;
}

.com-header .header-contain {
    width: 1240px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
}

.header-contain ul {
    height: 72px;
}

.header-contain li {
    float: left;
    height: 72px;
}

.header-contain a {
    display: inline-block;
}

.header-contain .head-logo {
    display: inline-block;
    position: relative;
    height: 72px;
    cursor: pointer;
}

.header-contain .head-logo img {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    width: 168px;
    height: 46px;
}

.header-contain .header-nav {
    float: right;
    font-size: 16px;
    color: #000;
}

.header-nav .select-box {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 0;
    z-index: -1;
    transition: all 0.3s;
    font-size: 12px;
}

.header-nav .select-box.show {
    opacity: 1;
    z-index: 10;
    transition: opacity 0.3s;
}

.header-nav .select-box ul {
    display: block;
    width: 100%;
    height: 30px;
    color: #fff;
    padding-left: 50%;
    background-color: rgba(0, 0, 0, 0.3);
}

.header-nav .select-box ul li {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.header-nav ul > li:nth-child(3) li {
    margin-right: 50px;
}

.header-nav .select-box ul li:hover {
    color: rgb(220, 11, 16);
}

.header-nav .nav-list li {
    display: inline-block;
    width: 110px;
    height: 72px;
    text-align: center;
}

.header-nav .nav-list li > a {
    position: relative;
    height: 72px;
    width: 100%;
}

.header-nav .nav-list li:nth-child(1) a.show:before, .header-nav .nav-list li:nth-child(3) a.show:before, .header-nav .nav-list li:nth-child(6) a.show:before {
    display: none;
}

.header-nav .nav-list li > a.show:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 45px;
    border-bottom: 10px solid rgba(178, 178, 178, 0.7);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

/* 通用底部 */
.com-footer {
    width: 100%;
    height: 225px;
    padding: 32px 0 22px;
    background: #000;
}

.com-footer .company-info {
    width: 1240px;
    margin: 0 auto;
    text-align: left;
}

.com-footer .company-info ul {
    display: inline-block;
    margin-right: 109px;
    text-align: left;
    font-size: 14px;
    color: #8f8f8f;
}

.company-info ul span {
    display: inline-block;
    margin-bottom: 35px;
}

.company-info ul li {
    height: 28px;
    line-height: 28px;
}

.com-footer .company-ewm {
    float: right;
    text-align: right;
}

.com-footer .company-ewm img {
    width: 138px;
    height: 138px;
}

.com-footer .company-ewm p {
    position: relative;
    right: -52px;
    top: 4px;
}

.com-footer .company-info > p {
    margin-top: 25px;
    font-size: 12px;
    color: #565656;
}

/* 业务详情 */
.page-main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 120px;
}

.page-main img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.page-main .wrapper {
    width: 1240px;
    margin: 0 auto 80px;
}

.page-main .wrapper > div h1 {
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 28px;
    font-weight: 500;
    color: #cca950;
}

.page-main .wrapper > div {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    text-align: left;
}

.page-main .wrapper .left-nav {
    width: 210px;
    margin-right: 93px;
}

/* 左侧导航栏 */
.page-main .left-nav ul {
    margin-top: 36px;
}

.page-main .left-nav ul li {
    height: 38px;
    line-height: 38px;
    padding-left: 20px;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}

.page-main .left-nav ul li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 8px 2px 0;
    color: #fff;
    background: #292929;
}

.page-main .left-nav ul li.current {
    background: #cdac57;
    color: #fff;
}

.page-main .left-nav ul li.current:before {
    background: #fff;
}

.page-main .left-nav ul li:hover {
    background: #cdac57;
    color: #fff;
}

.page-main .left-nav ul li:hover:before {
    background: #fff;
}

.page-main .left-nav ul li.h2 {
    text-align: center;
}

/* 右侧主体内容 */
.page-main .right-content {
    position: relative;
    width: 1240px;
    font-size: 14px;
    color: #5b5b5b;
    line-height: 25px;
}

.page-main .right-content p.nav {
    position: absolute;
    top: 25px;
    right: 0;
}

.page-main .right-content p.nav a:hover {
    color: rgb(220, 11, 16);
}

.page-main .right-content h2 {
    height: 97px;
    line-height: 97px;
    font-size: 30px;
    color: #3c3c3c;
    font-weight: 500;
    text-align: center;
}

/* 分页 */
#pages {
    float: left;
    width: 100%;
    margin: 15px 0;
    padding: 15px 0;
    text-align: center;
}

#pages a {
    background: #f9f9f9;
    color: #6f6f6f;
    border-radius: 4px;
    border: 1px solid #cac9c9;
    font-family: Arial;
    height: 36px;
    margin-right: 5px;
    text-align: center;
    transition: background-color 0.2s ease-out 0s;
    padding: 10px 14px;
    position: relative;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

#pages a#pageactive {
    background: #034ea7;
    color: #fff;
    border: 1px solid #034ea7;
    cursor: default;
}

#pages a.pageactive {
    background: #034ea7;
    color: #fff;
    cursor: default;
}

#pages a:hover {
    background: #034ea7;
    color: #fff;
    border: 1px solid #034ea7;
}

#pf_listForm img {
    width: auto;
    height: auto;
}