/*-----------------[初始化]--------------*/

body {
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    font-family: 微软雅黑, "Microsoft Yahei", "PingFangSC-Regular", "PingFang Regular", sans-self;
}

a {
    color: #323232;
    text-decoration: none;
}

a:hover {
    color: #01509b;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

a,
a img,
.ani {
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

ul,
ol {
    padding-left: 0;
    padding-right: 0;
    list-style-type: none;
}

* {
    outline: none;
}
select::-ms-expand { display: none; }

/*布局*/

.container {
    width: 98%;
    max-width: 980px;
    margin: 0 auto;
}


/*******************************
  -------[=公共]-------
********************************/

.g-tit1 {
    overflow: hidden;
    height: 57px;
    line-height: 66px;
    margin-bottom: 10px;
}
.tit-span img {
    height: 20px;
    vertical-align: middle;
}
.tit-span {
    float: left;
    height: 57px;
    font-size: 20px;
    color: #115fc0;
    padding: 0 20px;
        font-weight:bold;
    background: url(../images/tit-span_bg1.png) no-repeat left center;
}
.g-tit2 {
    overflow: hidden;
    border-bottom: 2px solid #225798;
}
.g-tit2 .tit-span {
    width: auto;
    height: auto;
    line-height: 36px;
    padding-left: 0;
    background: none;
}
.g-tit2 .more {
    line-height: 36px;
}

.g-tit1 .more {
    color: #000;
    float: right;
    font-size: 13px;
    color: #003e7c;
}
.g-tit2 .more,
.main-ind .g-tit1 .more {
    color: #000;
    float: right;
    font-size: 13px;
    color: #0d1931;
}
.g-tit1 .more:hover,
.g-tit2 .more:hover {
    text-decoration: underline;
}

.g-tit1 .line {
    position: relative;
    top: 32px;
    height: 4px;
    display: block;
    overflow: hidden;
    margin: 0 50px 0 0;
    background: url(../images/g-tit1_line.png) no-repeat left center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}


.g-tit1.bg .tit-span {
    min-width: 195px;
    background-image: url(../images/tit-span_bg2.png);
}
.g-tit1.bg .line {
    background-image: url(../images/g-tit1_line2.png);
}

.g-tit1.no-more .line {
    margin-right: 30px;
}

.bgc {
    background-color: #ebf2f9;
}


/*******************************
  -------[=头部]-------
********************************/
.m-header {
    display: none;
}
.top-hd {
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    background-color: #003e7c;
    overflow: hidden;
}

.link-top .wel {
    margin-right: 30px;
}

.link-top {
    float: left;
}
.link-top .wel,
.link-top .link {
    float: left;
}
.link-top a {
    color: #fff;
    margin: 0 5px;
}

.right-top {
    float: right;
    margin-top: 7px;
    color: #666;
}

.search-sel,
.nav-sel,
.right-top input {
    height: 24px;
    line-height: 24px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-top {
    float: left;
}

.search-top input {
    float: left;
    width: 148px;
    padding: 0 5px;
    margin-right: 4px;
}

.search-top button {
    float: left;
    height: 24px;
    width: 48px;
    background-color: #22aeee;
    border: none;
    line-height: 24px;
    color: #fff;
}

.search-sel {
    width: 96px;
    height: 24px;
    border: 1px solid #d3d3d3;
    line-height: 22px \9;
    display: block;
    float: left;
    padding: 0 10px;
    margin-right: 6px;
    background: #fff url(../images/ico-down.png) no-repeat right 9px center;
}

.nav-sel {
    float: right;
    margin-left: 15px;
    padding: 0 9px;
}

.banner {
    height: 460px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.logo {
    float: right;
    margin-top: 17px;
}

.nav .container {
    padding: 0;
}

.nav {
    position: relative;
    z-index: 100;
    height: 71px;
    margin: -182px 0 93px;
    background: url(../images/nav-bg.png) no-repeat right center;
}

.nav .ul-1 > li {
    position: relative;
    float: left;
    margin: 0 12px;
}

.nav .ul-1 > li > a {
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    margin: 0 20px;
}

.nav .ul-1 > li.on > a,
.nav .ul-1 > li:hover > a {
    opacity: .7;
    filter: alpha(opacity=70);
}

.nav dl {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    border: 3px solid #1567cc;
    text-align: center;
}

.nav dd a {
    background-color: #fff;
    padding: 0 14px;
    display: block;
    font-size: 16px;
    line-height: 46px;
    color: #1567cc;
}

.nav dd:hover a {
    background-color: #fff;
}

.nav dd:hover > a {
    color: #fff;
    background-color: #1567cc;
}

.nav dd ul {
    display: none;
    padding: 12px 0;
    background-color: #fff;
}

.nav dd li + li {
    margin-top: 10px;
}

.nav dd ul a {
    font-size: 12px;
    line-height: 18px;
}

.nav dd ul a:hover {
    color: #22aeee;
}


/*******************************
    -------[=导航]-------
********************************/

.menuBtn {
    display: none;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 9;
    float: right;
    width: 30px;
    height: 30px;
    margin: 12px 0 0 0;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn b {
    display: block;
    height: 4px;
    background-color: #1567cc;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn.open {}

.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
    width: 30px;
}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


/*******************************
  -------[=banner]-------
*******************************/

/*******************************
  -------[=底部]-------
********************************/

.footer {
    padding: 27px 0;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    border-top: 1px solid #225798;
}

.footer p {
    margin-bottom: 0;
}
.footer span {
    display: inline-block;
}
.footer em {
    font-style: normal;
    margin: 0 5px;
}


/*******************************
    -------[=正文]-------
********************************/
