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: 1200px;
    margin: 0 auto;
}


body {
    background: #f8f8f8;
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    min-width: 1500px;
    margin: 0 auto;
   text-size-adjust: none;
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

/* ------------------------------ */

.header .top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
}

.header .top .text,
.header .top .btn {
    color: #a6a6a6;
}

.header .head {
    width: 100%;
    height: 160px;
}

.header .head h1 {
    float: left;
    margin-top: 40px;
}

.header .search {
    display: inline-block;
    float: right;
    margin-top: 15px;
}

.header .search a {
    color: #ababab;
}


.header .search .f-seach {
    position: relative;
}

.header .search .f-seach input {
    border: none;
}

.header .search .f-seach input.search-in {
    width: 270px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    color: #999;
    padding-left: 20px;
    outline: none;
}

.header .search .f-seach input.search-btn {
    position: absolute;
    right: 15px;
    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;
}

.linklist {
    text-align: right;
    margin-bottom: 10px;
    position: relative;
    line-height: 40px;
}

.linklist a {
    text-align: right;
    color: #a6a6a6;
    font-size: 14px;
    font-weight: normal;
    box-sizing: border-box;
    padding-right: 15px;
}

.linklist:hover .box {
    display: block;
}

.linklist .box {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 99;
    background: #f3f3f3;
    width: 70%;
    box-sizing: border-box;
    padding: 15px;
    padding-right: 0;
    right: 0;
}

.linklist .box ul {
    overflow-y: scroll;
    max-height: 240px;
    box-sizing: border-box;
    padding-right: 15px;
}

.linklist ul li {
    line-height: 30px;
    text-align: left;
    border-bottom: 1px dashed #c7c7c7;
}

.linklist ul li:hover a {
    color: #187cc1;
}


.navigation {
    width: 100%;
    background: #2096e9;
    height: 50px;
}

.nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    width: 120px;
    height: 50px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
}

.nav .nLi h3 {
    height: 60px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 133px;
    top: 50px;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    line-height: 60px;
    left: 0px;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav .sub a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.nav .sub a:hover {
    background: #2096e9;
}

.nav .on h3 a {
    color: #2096e9;
    font-weight: bold;
}

.nav .nLi.on {
    background: #fff;
    border-top: 2px solid #2096e9;
    margin-top: -2px;
}



.nav .sub li .three-nav {
    position: absolute;
    left: 125px;
    display: none;
    top: 0;
    width: 125px;
    background: rgba(0, 0, 0, .4);
}

.nav .sub li:hover .three-nav {
    display: block;
}

.banlist {
    position: relative;
}

.banlist .hd ul {
    display: inline-block;
}

.banlist .bd li img {
    width: 100%;
}

.banlist .hd {
    position: absolute;
    width: 100%;
    bottom: 15px;
    text-align: center;
    z-index: 99;
}

.banlist .hd li {
    width: 8px;
    height: 8px;
    float: left;
    margin: 0 4px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.banlist .hd li.on {
    border: 1px solid #00a08b;
    background: #00a08b;
}

.banlist .prev,
.banlist .next {
    position: absolute;
    top: calc((100% - 20px) / 2);
}

.banlist .prev {
    left: 13.5%;
}

.banlist .next {
    right: 13.5%;
}


.column {
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 32px;
}

.column .name {
    float: left;
    font-size: 24px;
    color: #1a1a1a;
    font-weight: bold;
    position: relative;
}

.column .name::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #1098f7;
    position: absolute;
    bottom: 0;
}

.column .more {
    color: #ababab;
    float: right;
}





.con-kjfw {
    width: 585px;
}

.con-kjfw .itemlist {
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
}

.itemlist .item {
    width: 254px;
    height: 130px;
    float: left;
    position: relative;
}

.itemlist .item1 {
    background: url(../img/jggk-bg-ico.png) center no-repeat #2facd5;
    margin-right: 17px;
    margin-bottom: 20px;
}

.itemlist .item2 {
    background: url(../img/jggk-bg-ico.png) center no-repeat #1886bf;
    margin-bottom: 20px;
}

.itemlist .item3 {
    background: url(../img/jggk-bg-ico.png) center no-repeat #286dc3;
    margin-right: 17px;
}

.itemlist .item4 {
    background: url(../img/jggk-bg-ico.png) center no-repeat #2744bf;
}

.itemlist .item a {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #fff;
}

.itemlist .item span {
    font-size: 20px;
    font-weight: bold;
}


.infolist {
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}

.infolist li {
    width: 100%;
    line-height: 25px;
    height: 25px;
    margin-bottom: 21px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.infolist li:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.infolist li i {
    width: 5px;
    height: 5px;
    background: #dfdfdf;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -3px;
}

.infolist li a {
    color: #1a1a1a;
    font-size: 16px;
    text-size-adjust: none;
}

.infolist li .dete {
    font-size: 16px;
    color: #ababab;
    float: right;
}

.infolist li.last {
    margin: 0;
}

.infolist li:hover a {
    color: #1098f7;
}

.infolist li:hover i {
    background: #1098f7;
}


.advImg {
    width: 100%;
    margin: 30px 0;
}

.advImg .img {
    overflow: hidden;
}

.advImg .img img {
    width: 100%;
    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;
}

.advImg .img img:hover {
    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 {
    width: 585px;
    position: relative;
}

.newSlide .bd li {
    width: 100%;
    position: relative;
}

.newSlide .bd li .img img {
    width: 100%;
    height: 335px;
    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 li .title {
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 20px;
    transition: all 0.5s ease-in-out;
}

.newSlide .bd 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 .bd li:hover .title {
    background: rgba(16, 152, 247, .5);
    transition: all 0.5s ease-in-out;
}

.content1 .infolist {
    width: 585px;
}

.newSlide .hd {
    position: absolute;
    right: 15px;
    bottom: 14px;
}

.newSlide .hd li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    background: #a6a9a3;
    border-radius: 50%;
    display: inline-block;
}

.newSlide .hd li.on {
    background: #fff;
}

.con-tzgg,
.con-xmjj {
    width: 585px;
}

.content3 {
    margin: 30px 0;
}

.cgzslist .bd li {
    width: 290px;
    position: relative;
    margin-right: 13px;
}

.cgzslist .bd li .img {
    overflow: hidden;
}

.cgzslist .bd li .img img {
    width: 100%;
    height: 165px;
}

.cgzslist .bd li .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}

.tabHead .column .name a {
    margin-right: 25px;
    position: relative;
   color:#999;
       font-weight: normal;
}

.tabHead .column .name a.on{
       color: #1a1a1a;
     font-weight: bold;
}

.tabHead .column .name a::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #1098f7;
    position: absolute;
    bottom: -5px;
    left: 0;
    display: none;
}

.tabHead .column .name a.on::before {
    display: block;
}

.tabHead .column .name::before {
    display: none;
}

.tabHead .more a {
    color: #ababab;
    display: none;
}

.tabHead .more a.on {
    display: block;
}

.tabCount .infolist {
    display: none;
}

.tabCount .infolist.on {
    display: block;
}












.footer {
    width: 100%;
    height: 200px;
    background: #187cc1;
}

.footer .ftlogo {
    margin-top: 70px;
}

.footer .banq {
    margin-top: 55px;
}

.footer .banq p {
    line-height: 25px;
    text-align: right;
    color: rgba(255, 255, 255, .5);
}

.content4{
   margin-bottom:40px;
}

.content1{
  box-sizing: border-box;
    padding-top: 30px;
}





/* -------------------------------- */

.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;
   text-size-adjust: none;
}

.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: #2096e9;
}

.textlist ul.info li:hover .dete {
    color: #666;
}


.crumbs {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #EBF6FF;
    box-sizing: border-box;
    padding-right: 25px;
    margin-bottom: 15px;
}


.crumbs .col-name {
        height: 55px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #2096e9;
    position: relative;
    box-sizing: border-box;
    padding: 0 20px;
}

.crumbs .col-name::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #2096e9;
    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: 24px;
    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;
   text-size-adjust: none;
}


.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: #2096e9;
}

.ncontent{
   min-height:450px;
}

.syjslist .item .img{
      overflow: hidden;

}
.syjslist .item .img img{
  width:255px;
  height:130px;
   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;
}

.syjslist .item: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);

}


.syjslist .item .title{
       position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, .5);
}

.picture {
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    margin: 40px 0;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.picture .info li {
    width: 270px;
    float: left;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}

.picture .info li .img {
    overflow: hidden;
}

.picture .info li .img img {
    width: 100%;
    height: 151px;
    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;
}

.picture .info 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);
}

.picture .info li .title {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}







