/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}
fieldset,
img {
    border: none;
}
/*为了照顾ie6 链接图片有边框*/
ul,
ol,
li {
    list-style: none;
}
input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "微软雅黑";
    border: 0 none;
}
select,
input {
    vertical-align: middle;
}
select,
input,
textarea {
    font-size: 12px;
    margin: 0;
    outline: none;
}
textarea {
    resize: none;
}
table {
    border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    text-decoration: none
}

.mg-top-30 {
    margin-top: 30px !important;
}

.mg-bo-70 {
    margin-bottom: 70px !important;
}

.mod_banner {
    background: url("../images/pic_banner.jpg") no-repeat top center;
    height: 550px;
}

.header {
    width: 1100px;
    margin: 0 auto;
    clear: both;
    padding-top: 15px;
}

.header .return_index {
    float: right;
    font-size: 16px;
    color: #fafafa;
}

.col_link_out {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    top: -31px;
}

.connect_tel {
    background: url("../images/bg_tel.png") no-repeat;
    height: 72px;
    line-height: 72px;
    width: 780px;
    display: inline-block;
    text-align: right;
    position: absolute;
    left: -490px;
}

.connect_tel span {
    font-size: 24px;
    color: #fefefe;
    margin-right: 25px;
}

.connect_zx {
    line-height: 72px;
    height: 72px;
    background: #3D69F8;
    font-size: 16px;
    color: #fefefe;
    display: inline-block;
    border-radius: 35px;
    padding: 0px 20px;
    float: right;
    margin-right: 5px;
}
.connect_jb {
    line-height: 72px;
    height: 72px;
    background: #3D69F8;
    font-size: 16px;
    color: #fefefe;
    display: inline-block;
    border-radius: 35px;
    padding: 0px 20px;
    float: right;
}

.connect_ts {
    line-height: 72px;
    height: 72px;
    background: #5FACFE;
    font-size: 16px;
    color: #fefefe;
    display: inline-block;
    border-radius: 35px;
    padding: 0px 20px;
    float: right;
    margin: 0px 20px;
}

.col_link_img {
    width: 1100px;
    margin: 10px auto 40px auto;
    height: 100px;
    clear: both
}

.col_link_img a:first-child {
    float: left
}

.col_link_img a:last-child {
    float: right
}

.col_two_box {
    width: 1100px;
    margin: 0 auto 10px auto;
    clear: both;
    height: 345px;
}

.col_ggcx {
    width: 540px;
    float: left
}

.col_cjwt {
    width: 525px;
    float: right
}
.col_ggcx ul , .col_cjwt ul  {
    margin: 10px 0px;
}
.col_ggcx ul li, .col_cjwt ul li {
    line-height: 45px;
}

.col_ggcx ul li i, .col_cjwt ul li i {
    background: url("../images/icon_item.png") no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block
}

.col_ggcx ul li a, .col_cjwt ul li a {
    font-size: 16px;
    color: #666
}

.col_ggcx ul li:hover a, .col_cjwt ul li:hover a {
    font-size: 16px;
    color: #0e4ae7
}

.col_common_title {
    clear: both
}

.col_common_title .col_title {
    display: inline-block
}

.col_common_title .col_more {
    font-size: 16px;
    color: #666666;
    float: right
}

.col_common_title .col_title p {
    font-size: 24px;
    color: #0e4ae7;
    font-weight: bold
}

.col_common_title .col_title span {
    width: 50px;
    height: 4px;
    background: #F7C452;
    display: block;
    border-radius: 2px;
    margin: 2px;
}

.col_fwsx {
    background: url("../images/bg.jpg") no-repeat top center;
    height: 300px;
    clear: both;
}

.col_fwsx_cont {
    width: 1100px;
    margin: 0 auto;
}

.col_fwsx_cont ul {
    width: 1120px;
}

.col_fwsx_cont ul li {
    width: 204px;
    float: left;
    margin-right: 20px;
    background: #fff;
    margin-top: 40px;
    height: 240px;
    box-shadow: 1px 2px 5px #D5E0FB
}

.col_fwsx_cont ul li .col_fwsx_img {
    width: 120px;
    height: 120px;
    margin: 30px auto;
    /*transform: rotate(0deg);
    animation: radar 5s linear infinite;*/
    position: relative;
}

.col_fwsx_cont ul li .col_fwsx_img img {
    display: block;
    margin: 0 auto;
    padding: 40px;
    transform: rotate(0deg);
    animation: removeRadar 5s linear infinite;
}

.col_fwsx_img_big {
    width: 120px;
    height: 120px;
    position: absolute;
    transform: rotate(0deg);
    animation: radar 5s linear infinite;
}

@keyframes removeRadar {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes radar {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.col_fwsx_cont ul li .col_fwsx_text {
    font-size: 16px;
    color: #3d69f8;
    padding: 0px 25px;
    display: block;
    text-align: center;
    display: block;
    text-wrap: normal;
}

.col_fwsx_fwsx {
    background: url("../images/bg_icon_1.png") no-repeat;
}

.col_fwsx_ztcx {
    background: url("../images/bg_icon_2.png") no-repeat;
}

.col_fwsx_jlpt {
    background: url("../images/bg_icon_3.png") no-repeat;
}

.col_fwsx_fycx {
    background: url("../images/bg_icon_4.png") no-repeat;
}

.col_fwsx_jgcx {
    background: url("../images/bg_pic_5.png") no-repeat;
}

.col_ybzzk {
    width: 540px;
    float: left
}

.col_ccsm {
    width: 525px;
    float: right
}

.col_ccsm img {
    width: 444px;
    height: 292px;
    float: right;
    padding: 25px
}
.col_ybzzk ul {
    margin: 10px 0px;
}
.col_ybzzk ul li {
    line-height: 45px;
}

.col_ybzzk ul li i {
    background: url("../images/icon_item.png") no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block
}

.col_ybzzk ul li a {
    font-size: 16px;
    color: #666
}

.col_ybzzk ul li:hover a {
    color: #0e4ae7
}

.col_xzzx {
    width: 540px;
    float: left;
    position: relative
}

.col_xzzx .hd {
}

.col_xzzx .hd ul {
}

.col_xzzx .hd ul li {
    display: inline-block;
    width: 110px;
}

.col_xzzx .hd ul li p {
    font-size: 24px;
    color: #999999;
    font-weight: bold;
}

.col_xzzx .hd ul li.on p {
    color: #0e4ae7;
}

.col_xzzx .hd ul li.on span {
    width: 50px;
    height: 4px;
    background: #F7C452;
    display: block;
    border-radius: 2px;
    margin: 2px;
}

.col_xzzx .bd {
}

.col_xzzx .bd ul {
}

.col_xzzx .bd ul .more {
    position: absolute;
    top: 0px;
    right: 0px;
}

.col_xzzx .bd ul .more a {
    font-size: 16px;
    color: #666666;
    float: right;
}
.col_xzzx .bd ul {margin: 10px 0px}
.col_xzzx .bd ul li {
    line-height: 45px
}

.col_xzzx .bd ul li i {
    background: url("../images/icon_item.png") no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block
}

.col_xzzx .bd ul li a {
    font-size: 16px;
    color: #666
}

.col_xzzx .bd ul li:hover a {
    color: #0e4ae7
}

.col_dutx {
    width: 525px;
    float: right
}

.mapBox {
    height: 290px;
    border: 1px solid #0065cc;
    width: 444px;
    margin: 25px;
    float: right;
}

/* 列表页 内容页*/
.wrapCon {

    padding: 15px;
    background: #FAFAFA;
}

.wrapCon .location {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
}

.wrapCon .secBox {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;

}

.wrapCon .secBox .print {
    color: #333;
    font-size: 16px;
    float: right
}

.wrapCon .secBox .print i {
    width: 17px;
    height: 19px;
    margin: 5px 5px 0 0;
    display: block;
    float: left;
    background: url("../images/icon_print.png") no-repeat;
}

.wrapCon .secBox .secList {
    margin-top: 20px;
    display: block;
}

.wrapCon .secBox .secList li {
    line-height: 30px;
    font-size: 16px;
    clear: both;
}

.wrapCon .secBox .secList li i {
    width: 5px;
    height: 5px;
    background: #CCCCCC;
    display: inline-block;
    float: left;
    border-radius: 2px;
    margin: 12px 10px 12px 0px;
}

.wrapCon .secBox .secList li:hover i {
    background: #083BD0;
}

.secListTitle {
    border-bottom: 1px solid #E6E6E6;
    height: 45px;
    line-height: 40px;
}

.secListTitle span {
    width: 3px;
    height: 16px;
    background: #e9b639;
    display: inline-block;
    float: left;
    margin: 14px 10px 14px 0px;
    border-radius: 1px
}

.secListTitle h2 {
    font-size: 20px;
    color: #093bd0;
    font-weight: bold;
    float: left
}

.wrapCon .secBox .secList li a {
    font-size: 16px;
    color: #666;
}

.wrapCon .secBox .secList li:hover a, .wrapCon .secBox .secList li:hover span {
    color: #0e4ae7
}

.wrapCon .secBox .secList .line {
    margin: 15px 0px;
    border-bottom: dashed 1px #F1F1F1;
}

.page {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.page span {
    padding: 5px 10px;
    border: solid 1px #adadad;
    margin-right: 10px;
}
.page a {
    padding: 5px 10px;
    border: solid 1px #adadad;
    margin-right: 10px;
}
.page a.num {
    border: solid 1px #FFF;
}
.page span.on {
    background: #093BD0;
    color: #FFF;
    border: none;
}
.page a:hover {
    background: #0196E3;
    color: #FFF;
    border: solid 1px #FFF;
}
.f3 img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    cursor: pointer;
}
.bigPic {
    z-index: 101;
    display: none;
    position: absolute;
}

.wrapCon .secBox .conTit {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 15px;
    clear: both;
}

.wrapCon .secBox .conTit h1 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}

.wrapCon .secBox .conTit .time {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.wrapCon .secBox .contentBox {
    margin-top: 15px;
    line-height: 2;
}

.switch {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.switchTit {
    border-bottom: 1px solid #E6E6E6;
    margin: 0px 20px;
}

.switchTit ul {
    width: 460px;
    margin: 0 auto;
    padding: 25px 0px 15px 0px
}

.switchTit ul li {
    width: 115px;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    color: #666666;
    text-align: center;
    display: inline-block
}

.switchTit ul li.on {
    border-radius: 15px;
    background: #083BD0;
    color: #fefeff
}

.switchCon {
    min-height: 341px;
    overflow: auto;
    padding: 20px;
}

.shareBox {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}

.shareBox .share {
    width: 150px;
    height: 100%;
    float: right;
    background: #ededed;
    border-radius: 10px;
    padding-left: 10px;
}
.shareBox .share i {
    background: url("../images/icon_zf.png") no-repeat;
}
.shareBox .share h4 {
    width: 50px;
    float: left;
    height: 100%;
}

.shareBox .share .shareIcon {
    float: left;
    width: 100px;
    height: 100%;
    padding-top: 6px;
}

.bdsharebuttonbox {
    zoom: 1;
}

.bdsharebuttonbox .bds_qzone {
    background-position: 0 -52px;
}

.bdsharebuttonbox a, .bdsharebuttonbox .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url("../images/icon_jh.png");
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}

.bdsharebuttonbox .bds_tsina {
    background-position: 0 -104px;
}

.bdsharebuttonbox .bds_sqq {
    background-position: 0 -2652px;
}

.bdsharebuttonbox .bds_weixin {
    background-position: 0 -1612px;
}

.shareBox .labelBox {
    width: 760px;
    float: left;
    overflow: hidden
}

.shareBox .labelBox h4 {
    font-size: 16px;
    color: #d3902a;
    float: left;
}

.shareBox .labelBox h4 i {
    background: url(../images/icon_bq.png) no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin: 11px 10px 0 0;
}

.shareBox .labelBox .contentIcon {
    width: 700px;
    float: left;
    overflow: hidden;
}

.shareBox .labelBox .contentIcon a {
    font-size: 16px;
    padding: 3px 10px;
    border: solid 1px #999;
    border-radius: 5px;
    float: left;
    line-height: 20px;
    margin: 9px 0 0 20px;
    color: #666;
}
.secListContent {}
.secListContent  li {width: 360px;
    height: 45px;
    line-height: 45px;
    background: #F3F5FA;
    margin: 25px 10px 0px 10px;
    display: inline-block;
    border-radius: 5px;}
.secListContent  li a{font-size: 16px;color: #222;text-align: center;display: block}
.secListContent  li:hover {
      background: #083BD0;
}
.secListContent  li:hover a {color: #fff;}
.footer {
    clear: both;
    text-align: center;
    background: #137CE7;
    padding: 20px 0px;
}

.footer p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.footer a {color: #fff}



.dhxkt {
    height: 278px;
  }
  .dhxkt ul {
    margin-top: 25px;
    overflow: hidden;
  }
  .dhxkt ul li {
    width: 261px;
    float: left;
    margin-right: 18px;
  }
  .dhxkt ul li .pic {
    width: 100%;
    height: 147px;
    background-color: #ccc;
  }
  .dhxkt ul li .pic img {
    width: 100%;
    height: 100%;
  }
  .dhxkt ul li .title {
    margin-top: 13px;
  }
  .dhxkt ul li .title a {
    font-size: 16px;
    color: #333333;
  }
  .dhxkt ul li:last-child {
    margin-right: 0;
  }
  .clearfix::after {
    content: '';
    display: block;
    clear: both;
  }
  .bmfw {
    height: auto;
  }
  .bmfw * {
    box-sizing: border-box;
  }
  .bmfw .bmfw-top {
    margin-top: 30px;
    overflow: hidden;
  }
  .bmfw .bmfw-top li {
    width: 352px;
    overflow: hidden;
    float: left;
    margin-right: 22px;
  }
  .bmfw .bmfw-top li .pic {
    width: 352px;
    overflow: hidden;
    height: 428px;
  }
  .bmfw .bmfw-top li .pic img {
    width: 100%;
    height: 100%;
  }
  .bmfw .bmfw-top li .title {
    margin-top: 20px;
    text-align: center;
  }
  .bmfw .bmfw-top li .title a {
    color: #333333;
  }
  .bmfw .bmfw-top .active img {
    display: none;
  }
  .bmfw .bmfw-top .active .pic {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 3px solid #0a47e6;
    position: relative;
  }
  .bmfw .bmfw-top .active .pic .content ul {
    width: 100%;
    overflow: hidden;
  }
  .bmfw .bmfw-top .active .pic .content ul li {
    height: auto;
    text-align: center;
    margin-bottom: 13px;
    font-size: 16px;
  }
  .bmfw .bmfw-top .active .pic .content a {
    display: block;
    width: 181px;
    height: 55px;
    border-radius: 27.5px;
    border: 1px solid #7899f1;
    margin: 0 auto;
    color: #333333;
    text-align: center;
    line-height: 55px;
  }
  .bmfw .bmfw-top li:last-child {
    margin-right: 0;
  }
  .bmfw .bmfw-bom {
    margin-top: 35px;
  }
  .bmfw .bmfw-bom li {
    margin-right: 18px;
    float: left;
    width: 260px;
    height: 260px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 15px;
    padding-top: 30px;
  }
  .bmfw .bmfw-bom li .pic {
    height: 180px;
    width: 100%;
    line-height: 180px;
    text-align: center;
  }
  .bmfw .bmfw-bom li .pic .icon {
    width: auto;
    height: auto;
    vertical-align: middle;
    display: inline;
  }
  .bmfw .bmfw-bom li .pic .ewm {
    width: 145px;
    height: 145px;
    vertical-align: middle;
    display: none;
  }
  .bmfw .bmfw-bom li .title {
    color: #333333;
    text-align: center;
    display: block;
  }
  .bmfw .bmfw-bom li .title1 {
    display: none;
    color: #333333;
    text-align: center;
  }
  .bmfw .bmfw-bom li:hover .icon {
    display: none;
  }
  .bmfw .bmfw-bom li:hover .ewm {
    display: inline;
  }
  .bmfw .bmfw-bom li:hover .title1 {
    display: block;
  }
  .bmfw .bmfw-bom li:hover .title {
    display: none;
  }
  .bmfw .bmfw-bom li:last-child {
    margin-right: 0;
  }
  