body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}


/* 短引用的内容可取值：''或"" */
q:before,
q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}


body {
    background: #fff;
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    min-width: 1500px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

/* ------------------------------ */

.head {
    width: 100%;
    height: 240px;
    /* background: url(../img/headBg.png) center no-repeat; */
    /* background-size: cover; */
}

.header h1 {
    float: left;
    margin-top: 77px;
}

.header .search {
    position: relative;
    margin-top: 100px;
}

.header .search input {
    border: none;
}

.header .search input.search-in {
    width: 230px;
    height: 40px;
    border-radius: 90px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #0B6CB8;
    color: #999;
    padding-left: 20px;
    outline: none;
    background: rgba(242, 242, 242, 0.5);
}

.header .search input.search-btn {
    position: absolute;
    right: 20px;
    top: 14px;
    border: none;
    width: 15px;
    height: 15px;
}

/* Safari，Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #999;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #999;
}




.navgation {
    width: 100%;
    height: 60px;
    background: #004998;
}

.navgation ul li {
    float: left;
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 110px;
}

.navgation ul li.last {
    margin: 0;
}

.navgation ul li a {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.navgation ul li.on,
.navgation ul li:hover {
    background: #003670;
    font-weight: bold;
}


.column {
    width: 100%;
    height: 55px;
    background: #EBF6FF;
    box-sizing: border-box;
    border: 1px solid rgba(58, 124, 181, 0.5);
    padding-right: 18px;
    border-radius: 5px;
}

.column .name {
    width: 130px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #074E8C;
    background: linear-gradient(180deg, #0A5DA5 0%, #074E8C 100%);
    position: relative;
    border-radius: 5px;
}

.column .name::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #074E8C;
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: 57px;
}

.column .more {
    color: #999;
    float: right;
    line-height: 55px;
}

.content2 {
    margin-bottom: 40px;
}

.content2 .item {
    width: 445px;
}

.content2 .item2 {
    float: left;
    margin-left: 33px;
}

.content2 .item ul {
    margin-top: 15px;
}

.content2 .item ul li {
    width: 100%;
    height: 43px;
    line-height: 43px;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}

.content2 .item ul li::before {
    content: '';
    width: 3px;
    height: 17px;
    background: #074E8C;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 13px;
    background: linear-gradient(180deg, rgba(10, 93, 165, 0.8) 0%, rgba(7, 78, 140, 0.8) 100%);
}

.content2 .item ul li a {
    font-size: 16px;
    color: #3D3D3D;
}

.content2 .item ul li .dete {
    color: #999;
    float: right;
}

.content2 .item ul li:hover a {
    color: #074E8C;
}

.content2 .item ul li:hover .dete {
    color: #666;
}

.content1 {
    margin-bottom: 40px;
    margin-top: 50px;
}

.news {
    box-sizing: border-box;
    padding-top: 25px;
}

.news .newSlide {
    width: 685px;
}


.news .newList {
    width: 685px;
}

.newList ul li.f {
    width: 100%;
    height: 214px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 35px;
    background: url(../img/li-f-ico.png) right bottom no-repeat;
}

.newList ul li.f .title {
    font-size: 18px;
    font-weight: bold;
    color: #004998;
}

.newList ul li.f .desc {
    color: #666;
    line-height: 30px;
    margin: 10px 0 20px 0;
}

.newList ul li.f .dete {
    width: 106px;
    height: 30px;
    line-height: 30px;
    background: #074E8C;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, #0A5DA5 0%, #074E8C 100%);
}

.newList ul li.n {
    width: 100%;
    height: 63px;
    line-height: 63px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    margin-top: 23px;
    box-sizing: border-box;
    padding: 0 25px;
}

.newList ul li.n a {
    font-size: 18px;
    color: #3D3D3D;
    position: relative;
    box-sizing: border-box;
    padding-left: 12px;
}

.newList ul li.n a::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #0058B8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}

.newList ul li.n .dete {
    color: #999;
    float: right;
}

.newList ul li.n:hover a {
    color: #004998;
}

.newList ul li.n:hover .dete {
    color: #666;
}

.newSlide {
    position: relative;
}

.newSlide .bd ul li {
    position: relative;
    overflow: hidden;
}

.newSlide .bd ul li .title {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
    padding-left: 25px;
}

.newSlide .bd ul li .img {
    overflow: hidden;
}

.newSlide .bd ul li .img img {
    width: 100%;
    height: 384px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newSlide .bd ul li::before {
    content: '';
    background: url(../img/slide-mark.png) center no-repeat;
    width: 100%;
    height: 105px;
    position: absolute;
    bottom: -20px;
    z-index: 9;
}

.newSlide .bd ul li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newSlide .hd {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 999;
}

.newSlide .hd li {
    width: 20px;
    height: 3px;
    background: rgba(255, 255, 255, 0.6);
    margin-left: 9px;
    float: left;
    cursor: pointer;
}

.newSlide .hd li.on {
    background: #fff;
}




.footer {
    width: 100%;
    height: 193px;
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: cover;
}

.footer .ftlogo {
    box-sizing: border-box;
    padding-top: 73px;
}

.footer .banq {
    box-sizing: border-box;
    padding-top: 28px;
}

.footer .banq p {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.6);
}

.footer .banq p a {
    color: rgba(255, 255, 255, 0.6);
}

.textlist {
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    margin: 40px 0;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.textlist ul.info li {
    width: 100%;
    line-height: 45px;
    border-bottom: 1px dashed #cfcfcf;
}

.textlist ul.info li a {
    font-size: 16px;
    color: #3D3D3D;
}

.textlist ul.info li .dete {
    float: right;
    color: #999;
}

.textlist ul.info li:hover {
    border-bottom: 1px dashed rgba(0, 73, 152, .5);
}

.textlist ul.info li:hover a {
    color: #004998;
}

.textlist ul.info li:hover .dete {
    color: #666;
}

.ncontent {
    min-height: 450px;
}

.crumbs {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #EBF6FF;
    box-sizing: border-box;
    padding-right: 25px;
    margin-bottom: 15px;
    border-radius: 5px;
}


.crumbs .col-name {
    width: 130px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #074E8C;
    background: linear-gradient(180deg, #0A5DA5 0%, #074E8C 100%);
    position: relative;
    border-radius: 5px;
}

.crumbs .col-name::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #074E8C;
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: 57px;
}

.crumbs .col-list {
    float: right;
}

.crumbs .col-list a {
    color: #3D3D3D;
}

.crumbs .col-list p span:last-of-type {
    display: none;
}

.detail {
    box-sizing: border-box;
    padding: 15px 0 0 0;
}

.detail h2 {
    text-align: center;
    font-size: 22px;
    color: #3D3D3D;
    font-weight: bold;
}

.detail .timer {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #f5f5f5;
    text-align: center;
    margin: 15px 0;
}

.detail .timer span {
    margin: 0 15px;
}

.detail .dtl p {
    font-size: 16px;
    color: #3D3D3D;
    line-height: 30px;
    margin: 5px 0;
}


.detail .detail-page {
    line-height: 45px;
    height: 45px;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 0 25px;
    margin-top: 30px;
}

.detail .detail-page p a {
    color: #3d3d3d;
    font-size: 16px;
}

.detail .detail-page p a:hover {
    color: #004998;
}

.detail .dtl p,
.detail .dtl p span {
    line-height: 1.5 !important;
    font-family: SimSun, "宋体", serif !important;
    font-size: 20px !important;
    color: #3d3d3d;
}