﻿html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: "微软雅黑", "宋体", "华文细黑", arial, sans-serif;
    vertical-align: baseline;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    line-height: 1
}

:focus {
    outline: 1
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

em {
    font-style: normal
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1185px
}

.fl {
    float: left
}

.fr {
    float: right
}

.bold {
    font-weight: bold
}

.cl::after {
    content: '';
    display: block;
    clear: both
}

.hide {
    display: none
}

body {
    margin: 0 auto;
    width: 100%;
    min-width: 1900px;
    background: #fff
}

header {
    position: relative;
    padding-top: 100px;
    height: 700px;
    background: url("../images/interCity/banner.jpg") no-repeat center center;
    background-size: cover
}

header .top-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
    height: 80px;
    background: rgba(0, 0, 0, 0.75)
}

header .top-box .logo {
    float: left;
    position: relative;
    top: 21px;
    width: 180px;
    height: 44px
}

header .top-box .logo img {
    width: 100%;
    height: 100%
}

header .top-box nav {
    float: right;
    position: relative;
    top: 25px;
    font-size: 0
}

header .top-box nav>a,
header .top-box nav>div {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-family: "PingFangSC-Regular"
}

header .top-box nav>a:last-child,
header .top-box nav>div:last-child {
    margin-right: 0
}

header .top-box nav>a:after,
header .top-box nav>div:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    height: 2px;
    background: #32BB2D;
    width: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

header .top-box nav>a.active,
header .top-box nav>div.active {
    color: #32BB2D
}

header .top-box nav>a.active:after,
header .top-box nav>div.active:after {
    width: 100%
}

header .top-box nav>a:hover {
    color: #32BB2D
}

header .top-box nav>a:hover:after {
    width: 100%
}

header .top-box nav ul {
    display: none;
    position: absolute;
    top: 36px;
    font-weight: normal
}

header .top-box nav ul li {
    line-height: 30px
}

header .top-box nav ul li a {
    color: #fff
}

header .top-box nav ul li a:hover,
header .top-box nav ul li a.active {
    color: #32BB2D
}

header .banner .inner {
    position: absolute;
    bottom: 102px;
    font-size: 0
}

header .banner h2 {
    line-height: 100px;
    font-size: 72px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: normal
}

header .banner h2 span {
    margin-left: 20px
}

header .banner .code {
    display: inline-block;
    margin-top: 26px;
    margin-right: 24px
}

header .banner .code .bg {
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    padding-top: 25px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.15);
    text-align: center
}

header .banner .code .bg img {
    margin-bottom: 15px
}

header .banner .code .bg div {
    margin: 0 auto;
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    background: #32BB2D
}

header .banner .code .bg::before,
header .banner .code .bg::after {
    z-index: 10;
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    background: transparent
}

header .banner .code .bg::before {
    top: -1px;
    left: -1px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff
}

header .banner .code .bg::after {
    bottom: -1px;
    right: -1px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff
}

footer {
    position: relative;
    color: #fff
}

footer:before {
    position: absolute;
    left: 50%;
    top: 69px;
    transform: translateX(-50%);
    content: '';
    width: 1px;
    height: 182px;
    background: #EFEFEF
}

footer .footer-info {
    box-sizing: border-box;
    padding-top: 68px;
    height: 320px;
    background: #32BB2D
}

footer .footer-info .logo {
    margin-bottom: 15px
}

footer .footer-info h5 {
    margin-bottom: 10px;
    line-height: 33px;
    font-weight: normal;
    font-size: 24px
}

footer .footer-info .telphone,
footer .footer-info .mail {
    line-height: 20px;
    font-size: 14px
}

footer .footer-info .telphone span,
footer .footer-info .mail span {
    font-size: 12px
}

footer .footer-info .telphone em {
    margin-right: 5px;
    font-size: 16px
}

footer .footer-info p {
    font-size: 12px;
    line-height: 20px
}

footer .footer-info .erweima_box {
    position: absolute;
    right: 600px;
    text-align: center;
    top: 90px
}

footer .footer-info .left-area {
    display: inline-block
}

footer .footer-info .right-area {
    position: absolute;
    top: 36px;
    left: 1020px
}

footer .footer-info .right-area .tit {
    margin-bottom: 24px;
    font-weight: bold
}

footer .footer-info .right-area .item {
    float: left;
    margin-right: 30px
}

footer .footer-info .container .right-area:nth-child(2) {
    right: 446px
}

footer .copyr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
    line-height: 1.8;
    background: #333;
    text-align: center;
    font-size: 12px
}

header {
  
}

header .banner {
    padding-top: 116px;
    line-height: 90px;
    text-align: center;
    font-size: 64px;
    color: #fff;
    font-weight: normal;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3)
}

main {
    background: #f5f5f5
}

main .inner {
    position: relative;
    top: -90px;
    padding: 50px 82px 36px;
    background: #fff
}

main .inner .title {
    margin-bottom: 82px;
    line-height: 50px;
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: normal
}

main .inner .content .item {
    margin-bottom: 22px;
    line-height: 30px
}

main .inner .content .item .item-title {
    font-size: 18px;
    color: #43bd3f
}

main .inner .content .item h5,
main .inner .content .item p {
    color: #151515
}

main .inner .content .item h5 {
    font-size: 16px
}

main .inner .content .item p {
    font-size: 14px;
    font-weight: normal
}

main .inner .content .item p.bold {
    font-weight: bold
}

main .inner .content .item:last-of-type {
    margin-bottom: 0
}

main .inner .content .other-problem {
    margin-top: 60px;
    line-height: 30px;
    font-size: 14px;
    color: #32BB2D
}

main .inner .content .tui_table {
    margin-top: 10px
}

main .inner .content .tui_table thead tr {
    height: 40px
}

main .inner .content .tui_table td,
main .inner .content .tui_table th {
    border: 1px solid #333;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 10px
}



main .section-container {
    padding-top: 50px;
    text-align: center
}

main .section-container .text h5 {
    margin-bottom: 6px;
    color: #333;
    font-size: 32px;
    height: 45px;
    line-height: 45px;
    font-weight: normal
}

main .section-container .text p {
    margin-top: 6px;
    margin-bottom: 20px;
    height: 25px;
    line-height: 25px;
    color: #999
}
