@keyframes gov_icon {
  50% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(10deg);
  }

  70% {
    transform: rotate(-10deg);
  }

  80% {
    transform: rotate(10deg);
  }

  90% {
    transform: rotate(-5deg);
  }
}

@-webkit-keyframes gov_icon {
  50% {
    -webkit-transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(10deg);
  }

  70% {
    -webkit-transform: rotate(-10deg);
  }

  80% {
    -webkit-transform: rotate(10deg);
  }

  90% {
    -webkit-transform: rotate(-5deg);
  }
}

@-o-keyframes gov_icon {
  50% {
    -o-transform: rotate(-10deg);
  }

  60% {
    -o-transform: rotate(10deg);
  }

  70% {
    -o-transform: rotate(-10deg);
  }

  80% {
    -o-transform: rotate(10deg);
  }

  90% {
    -o-transform: rotate(-5deg);
  }
}

@charset "utf-8";

/* CSS Document */
* {
  padding: 0;
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font-size: 17px;
  font-family: 'Microsoft YaHei';
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font: 17px/1.2 'Microsoft YaHei';
  color: #333;
  line-height: 1.2;
}

.font_YaHei {
  font-family: 'Microsoft YaHei';
}

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

li {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

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

a:focus,
input,
textarea {
  outline-style: none;
}

input[type='text'],
input[type='password'],
textarea {
  outline-style: none;
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var,
b {
  font-style: normal;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

b {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

a:hover {
  text-decoration: none;
  color: #268bcb;
}

/* 电脑端样式 */
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }

  .hidden-mobile {
    display: block;
  }

  .col {
    float: left;
  }

  /*.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 { float: left}*/
  .col-1 {
    width: 4.16666667%;
  }

  .col-2 {
    width: 8.33333333%;
  }

  .col-3 {
    width: 12.5%;
  }

  .col-4 {
    width: 16.66666667%;
  }

  .col-5 {
    width: 20.83333333%;
  }

  .col-6 {
    width: 25%;
  }

  .col-7 {
    width: 29.1666667%;
  }

  .col-8 {
    width: 33.33333333%;
  }

  .col-9 {
    width: 37.5%;
  }

  .col-10 {
    width: 41.66666667%;
  }

  .col-11 {
    width: 45.83333333%;
  }

  .col-12 {
    width: 50%;
  }

  .col-13 {
    width: 54.16666667%;
  }

  .col-14 {
    width: 58.33333333%;
  }

  .col-15 {
    width: 62.5%;
  }

  .col-16 {
    width: 66.66666667%;
  }

  .col-17 {
    width: 70.83333333%;
  }

  .col-18 {
    width: 75%;
  }

  .col-19 {
    width: 79.16666667%;
  }

  .col-20 {
    width: 83.33333333%;
  }

  .col-21 {
    width: 87.5%;
  }

  .col-22 {
    width: 91.66666667%;
  }

  .col-23 {
    width: 95.83333333%;
  }

  .col-24 {
    width: 100%;
  }

  body {
    color: #464646;
    min-width: 1200px;
  }

  .warp {
    clear: both;
    margin: 0 auto;
    width: 1200px;
  }

  .warp:after {
    content: '';
    clear: both;
    display: block;
    width: 100%;
    height: 0px;
  }

  .tiplist li em,
  .crumb .home {
    background: url('../images/news_icon.png') left top no-repeat;
  }

  .top {
    background: #f7f7f7;
    text-align: right;
    border-bottom: 1px solid #dedede;
    height: 32px;
    width: 100%;
  }

  .top a.homeBtn {
    background: url('../images/head_box.jpg') center 0 no-repeat;
    line-height: 28px;
    width: 134px;
    padding: 0 0 0 15px;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 13px;
  }

  .top span {
    display: inline-block;
    padding: 0 30px;
    display: block;
    float: left;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
  }

  .top_right {
    height: 32px;
    line-height: 32px;
    float: right;
  }

  .top_right a {
    color: #797979;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
  }

  .top_right a:hover {
    text-decoration: underline;
  }

  .header {
    height: 145px;
  }

  .header .logo {
    background: url('../images/logo_yqbdc.jpg') 40px 0 no-repeat;
    float: left;
    height: 85px;
    padding: 0;
    text-indent: -9999px;
    width: 825px;
    margin: 40px 0 0;
  }

  .saosou {
    width: 31%;
    float: right;
    padding-top: 3%;
  }

  .saosou .txt {
    width: 220px;
    height: 34px;
    border: 1px solid #b5b5b5;
    border-right: none;
    border-radius: 25px 0 0 25px;
    padding-left: 20px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 60px;
  }

  .saosou .btn {
    border: solid 1px #b5b5b5;
    width: 56px;
    height: 36px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    display: inline-block;
    margin-top: 10px;
    background: url(../images/ssan.jpg) no-repeat center center;
  }

  .bottomsoid {
    width: 100%;
    border-bottom: solid 4px #b7c4d7;
  }

  .mainNav {
    background: #1769a7;
    height: 60px;
    line-height: 60px;
  }

  .mainNav a {
    display: block;
    float: left;
    position: relative;
    padding: 0 30px;
    color: #fff;
    font: 19px/60px arial;
    text-decoration: none;
  }

  .mainNav a span {
    display: block;
  }

  .mainNav a:hover {
    background: #217dc2;
  }

  .newsBox {
    margin-bottom: 20px;
    overflow: hidden;
    background: #f7f7f7;
    padding: 30px 0;
  }

  .newsBox .n_imgsBox {
    width: 720px;
    height: 445px;
    float: left;
    position: relative;
    overflow: hidden;
  }

  .n_imgsBox .callbacks li {
    width: 720px;
    height: 445px;
  }

  .n_imgsBox .callbacks li a {
    display: block;
    position: relative;
  }

  .n_imgsBox .callbacks li a:hover {
    text-decoration: none;
  }

  .n_imgsBox li img {
    width: 720px;
    height: 445px;
    display: block;
  }

  .n_imgsBox .callbacks li span {
    width: 720px;
    font: 19px/50px Arial;
    display: block;
    text-indent: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: #000000;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    filter: alpha(opacity=60);
    opacity: 0.6;
  }

  .n_imgsBox .callbacks_tabs {
    position: absolute;
    height: 20px;
    bottom: 8px;
    right: 30px;
    z-index: 9;
  }

  .n_imgsBox .callbacks_tabs li {
    float: left;
  }

  .n_imgsBox .callbacks_tabs a {
    display: block;
    float: left;
    overflow: hidden;
    width: 12px;
    line-height: 12px;
    border-radius: 50%;
    margin: 0 12px 12px 0;
    cursor: pointer;
    background: #ababb7;
    text-indent: -999px;
  }

  .n_imgsBox .callbacks_tabs .callbacks_here a {
    background: #c31f0b;
  }

  .newsBox .n_listBox {
    width: 455px;
    height: 450px;
    float: right;
    overflow: hidden;
    position: relative;
  }

  .n_listBox .cont {
    position: absolute;
  }

  .n_listBox ul {
    float: left;
    width: 455px;
  }

  .n_listBox li {
    font: 17px/38px Arial;
    overflow: hidden;
  }

  .n_listBox li a {
    display: block;
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .n_listBox li em {
    background: #cbcbcb;
    width: 3px;
    height: 3px;
    margin: 18px 10px 0 2px;
    float: left;
  }

  .n_listBox li span {
    float: right;
    color: #999999;
  }

  .n_l_nav .n_l_more {
    display: block;
    float: right;
  }

  .n_l_nav .n_l_more {
    float: right;
    font: 17px/40px '微软雅黑';
    margin: 10px 0 0 0;
  }

  .n_l_nav .n_l_more a {
    display: none;
    color: #999999;
  }

  .n_l_nav .n_l_more a:hover {
    color: #1d71b7;
  }

  .normalTit {
    border-bottom: 2px solid #eaeaea;
    height: 48px;
    margin-bottom: 20px;
  }

  .normalTit span {
    display: block;
    float: left;
    cursor: pointer;
    padding: 0 5px;
    font: 24px/48px Arial, 'Microsoft YaHei';
    margin: 0 0 -2px;
  }

  .normalTit .on {
    color: #1d71b7;
    border-bottom: 2px solid #1d71b7;
  }

  .normalTit .on a {
    color: #1d71b7;
  }

  .ggBox {
    width: 100%;
    height: 320px;
    background-color: #ffffff;
  }

  .cxzcList {
    float: left;
    margin-top: 15px;
  }

  .cxzcList .sipaciconfont {
    font-size: 46px;
    color: #ffffff;
    -webkit-text-stroke-width: 0.2px;
  }

  .cxzcList ul li {
    width: 220px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 10px;
  }

  .cxzcList ul li a i {
    margin-left: 30px;
  }

  .cxzcList ul li a div {
    width: 130px;
    height: 80px;
    line-height: 80px;
    float: right;
    font-size: 18px;
    color: #ffffff;
  }

  .cxzcWenzi:hover {
    text-decoration: underline;
  }

  .zxggList {
    width: 480px;
    height: 100%;
    float: left;
    margin-left: 20px;
  }

  .daxxjbList .cont {
    position: absolute;
  }

  .daxxjbList li {
    font: 17px/35px Arial;
    overflow: hidden;
  }

  .daxxjbList li a {
    display: block;
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .daxxjbList li em {
    background: #cbcbcb;
    width: 3px;
    height: 3px;
    margin: 18px 10px 0 2px;
    float: left;
  }

  .daxxjbList li span {
    float: right;
    color: #999999;
  }

  .ztptList {
    width: 450px;
    height: 100%;
    float: right;
  }

  .gwwbBox {
    margin-left: 280px;
    width: 170px;
    height: 100%;
  }

  .gwwbImgW {
    width: 34px;
    height: 100%;
    float: left;
    margin-top: 15px;
  }

  .gwwbImgT {
    width: 36px;
    height: 100%;
    float: left;
    margin-top: 15px;
  }

  .gwwbWenzi {
    width: 90px;
    height: 35px;
    float: right;
    font-size: 14px;
    margin-top: 8px;
  }

  .gwwbWenzi a {
    color: #9dd3e5;
  }

  .tplinkList {
    width: 450px;
    height: 200px;
  }

  .tplinkLeft {
    width: 190px;
    height: 200px;
    float: left;
  }

  .tplinkRight {
    width: 250px;
    height: 200px;
    float: right;
  }

  .tplinkTop {
    width: 100%;
    height: 90px;
  }

  .tplinkBottom {
    width: 100%;
    height: 105px;
    margin-top: 8px;
  }

  .tplinkBottom_Left {
    width: 120px;
    height: 100%;
    float: left;
  }

  .tplinkBottom_Right {
    width: 120px;
    height: 100%;
    float: right;
  }

  .ywznBox {
    width: 100%;
    height: 383px;
    background-color: #ffffff;
  }

  .zwgkList {
    width: 332px;
    height: 100%;
    float: left;
  }

  .xinxiList {
    width: 100%;
    height: 160px;
  }

  .xinxiList ul li {
    width: 75px;
    height: 80px;
    float: left;
    text-align: center;
  }

  .xinxiList ul li .sipaciconfont {
    font-size: 25px;
    color: #5390d0;
    -webkit-text-stroke-width: 0.2px;
  }

  .jg {
    margin-right: 50px;
  }

  .cgjsList {
    width: 100%;
    height: 115px;
  }

  .cgjsLeft {
    width: 100px;
    height: 100%;
    float: left;
    background-color: #4ecccb;
    border-radius: 5px;
  }

  .cgjsLeft_top {
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 70px;
  }

  .cgjsLeft_top i {
    color: #ffffff;
    font-size: 40px;
  }

  .cgjsLeft_bottom {
    width: 100%;
    text-align: center;
    color: #ffffff;
  }

  .cgjsRight {
    width: 215px;
    height: 100%;
    float: right;
  }

  .cgjsRight ul li {
    width: 85px;
    height: 38px;
    float: left;
    line-height: 38px;
  }

  .cgjsRight em {
    background: #cbcbcb;
    width: 5px;
    height: 5px;
    margin: 18px 10px 0 2px;
    float: left;
  }

  .taxgBox {
    width: 396px;
    height: 100%;
    margin-left: 60px;
    float: left;
  }

  .dacxQuery .dacx_txt {
    width: 330px;
    height: 40px;
    border: 1px solid #b5b5b5;
    border-right: none;
    border-radius: 25px 0 0 25px;
    display: inline-block;
  }

  .dacxQuery .dacx_btn {
    border: solid 1px #b5b5b5;
    width: 66px;
    height: 42px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    display: inline-block;
    background: url(../images/ssan.jpg) no-repeat center center;
  }

  .daxxList {
    width: 100%;
    height: 255px;
  }

  .daxxjbList ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }

  .daxxjbList em {
    background: #cbcbcb;
    width: 3px;
    height: 3px;
    margin: 18px 10px 0 2px;
    float: left;
  }

  .ffznBox {
    width: 375px;
    height: 100%;
    float: right;
  }

  .ffznList ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
  }

  .ffznList em {
    background: #cbcbcb;
    width: 3px;
    height: 3px;
    margin: 22px 10px 0 2px;
    float: left;
  }

  .ffznBottom {
    width: 100%;
    height: 35px;
    margin-top: 16px;
  }

  .ffznBottom_left {
    width: 110px;
    height: 35px;
    float: left;
    background-color: #e96172;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
  }

  .ffznBottom_right {
    width: 230px;
    height: 35px;
    float: left;
    margin-left: 33px;
    background-color: #e89560;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
  }

  .ywxxBox {
    width: 100%;
    height: 406px;
    background-color: #f7f7f7;
  }

  .ywzdBox {
    width: 525px;
    height: 400px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
  }

  .ywzdBox .cont {
    position: absolute;
  }

  .ywzdBox ul {
    float: left;
    width: 525px;
  }

  .ywzdBox li {
    font: 17px/38px Arial;
    overflow: hidden;
  }

  .ywzdBox li a {
    display: block;
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ywzdBox li em {
    background: #cbcbcb;
    width: 3px;
    height: 3px;
    margin: 18px 10px 0 2px;
    float: left;
  }

  .ywzdBox li span {
    float: right;
    color: #999999;
  }

  .n_l_nav_yw {
    float: right;
  }

  .n_l_nav_yw span {
    font-size: 17px;
  }

  .ywzdBox .normalTit .on_ym {
    color: #1d71b7;
  }

  .dsjBox {
    width: 220px;
    height: 100%;
    float: left;
    margin-left: 40px;
    margin-top: 20px;
  }

  .dsjList ul li {
    width: 100%;
    height: 38px;
    line-height: 38px;
  }

  .dsjList em {
    background: #cbcbcb;
    width: 3px;
    height: 3px;
    margin: 18px 10px 0 2px;
    float: left;
  }

  .wsztBox {
    width: 370px;
    height: 100%;
    float: right;
    margin-top: 20px;
  }

  .Box {
    position: relative;
  }

  .Box .content {
    width: 250px;
    margin: 0 auto;
    margin-left: 65px;
  }

  .Box h2 {
    text-align: center;
    margin-bottom: 35px;
    padding-top: 250px;
  }

  .Box .Box_con {
    position: relative;
  }

  .Box .Box_con .btnl {
    position: absolute;
  }

  .Box .Box_con .btn {
    display: block;
    width: 48px;
    height: 70px;
    position: absolute;
    top: 60px;
    cursor: pointer;
  }

  .Box .Box_con .btnl {
    background: url(../images/jtl02.jpg) no-repeat center;
    left: -65px;
  }

  .Box .Box_con .btnr {
    background: url(../images/jtr02.jpg) no-repeat center;
    right: -65px;
  }

  .Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
  }

  .Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
  }

  .Box .Box_con .conbox ul li {
    float: left;
    width: 250px;
    height: 205px;
    overflow: hidden;
  }

  .Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
  }

  .Box .Box_con .conbox ul li img {
    display: block;
    width: 250px;
    height: 205px;
    transition: all 0.5s;
  }

  .Box .Box_con .conbox ul li:hover img {
    transform: scale(1.1);
  }

  .wsztList {
    margin-top: 20px;
  }

  .wsztList ul li {
    width: 100%;
    height: 38px;
    line-height: 38px;
  }

  .wsztList em {
    background: #cbcbcb;
    width: 3px;
    height: 3px;
    margin: 18px 10px 0 2px;
    float: left;
  }

  .yqbyBox {
    width: 100%;
    height: 334px;
  }

  .zjbyBox {
    width: 785px;
    height: 334px;
    float: left;
    overflow: hidden;
    position: relative;
  }

  .zjbyBox .cont {
    position: absolute;
  }

  .zjbyBox ul {
    float: left;
    width: 785px;
  }

  .zjbyBox li {
    width: 261px;
    height: 50px;
    float: left;
    overflow: hidden;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .zjbyBox li span {
    float: right;
    color: #999999;
  }

  .n_l_nav_zj {
    float: right;
  }

  .n_l_nav_zj span {
    font-size: 17px;
  }

  .zjbyBox .normalTit .on_zj {
    color: #1d71b7;
  }

  .zjbyImg {
    width: 80px;
    height: 100%;
    float: left;
  }

  .zjbyWenzi {
    width: 166px;
    height: 100%;
    float: right;
    line-height: 51px;
    color: #5c7391;
  }

  .zjbyJg {
    margin-top: 30px;
  }

  .xxxtBox {
    width: 375px;
    height: 100%;
    float: right;
  }

  .xxxtNav {
    width: 177px;
    height: 51px;
    float: left;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 51px;
  }

  .dhBox {
    width: 100%;
    height: 48px;
    background-color: #f7f7f7;
  }

  .gcjsBox {
    width: 100%;
    height: 770px;
    margin-top: 20px;
    background-color: #ffffff;
  }

  .gcjsLeft {
    width: 250px;
    height: 100%;
    float: left;
  }

  .normalTit_gc {
    border-bottom: 2px solid #eaeaea;
    height: 48px;
    margin-bottom: 20px;
  }

  .normalTit_gc span {
    display: block;
    float: left;
    cursor: pointer;
    padding: 0 5px;
    font: 22px/48px Arial, 'Microsoft YaHei';
    margin: 0 0 -2px;
  }

  .normalTit_gc .on {
    color: #1d71b7;
  }
  .more {
    float: right;
    line-height: 45px;
    margin-right: 5px;
  }

  .gcjsList ul li {
    width: 200px;
    height: 40px;
    background: url(../images/xiaojiantou.jpg) no-repeat 30px center;
    background-color: #f1f1f1;
    margin-bottom: 10px;
    padding-left: 28px;
    line-height: 40px;
    padding-left: 50px;
  }

  .gcjsList ul li:hover {
    background: url(../images/xiaojiantou_blue.png) no-repeat 30px center;
    background-color: #1469ba;
    cursor: pointer;
  }

  .gcjsList ul li:hover a {
    color: #ffffff;
  }

  .gcjsRight {
    width: 912px;
    height: 100%;
    float: right;
  }

  .gcjsAll {
    width: 100%;
    height: 100%;
    float: right;
  }

  .gcjs_content {
    width: 100%;
    height: auto;
  }

  .gcjs_content h1 {
    font: 24px/30px '微软雅黑';
    text-align: center;
    letter-spacing: 1px;
    color: #333333;
    padding: 20px;
  }

  .gcjs_content p {
    text-indent: 2em;
    line-height: 40px;
  }

  .gcjs_content .subtitle {
    display: block;
    font: 20px/30px '微软雅黑';
    text-align: center;
    letter-spacing: 1px;
    color: #333333;
    padding: 0px 20px 20px 20px;
  }

  .zhdaList {
    width: 100%;
  }

  .zhda_on {
    display: none;
  }

  .pageBar {
    padding: 15px 20px;
    text-align: left;
    color: #ccc;
    margin-top: 20px;
    text-align: center;
  }

  .pageBar a {
    display: inline-block;
    color: #428bca;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
  }

  .pageBar a:hover {
    text-decoration: none;
    border: 1px solid #428bca;
  }

  .pageBar span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #428bca;
    border: 1px solid #428bca;
    border-radius: 4px;
    vertical-align: middle;
  }

  .pageBar span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
  }

  .zhdaList li {
    font: 17px/41px Arial;
    overflow: hidden;
    border-bottom: dashed 1px #dadada;
  }

  .zhdaList li a {
    display: block;
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .zhdaList li em {
    background: #cbcbcb;
    width: 3px;
    height: 3px;
    margin: 18px 10px 0 12px;
    float: left;
  }

  .zhdaList li span {
    float: right;
    color: #999999;
  }

  .gcjsBox {
    width: 100%;
    height: auto;
    min-height: 400px;
  }

  .contR_cont {
    border-top: none;
    padding-bottom: 20px;
    min-height: 600px;
    margin-bottom: 20px;
  }

  .contR_detail {
    overflow: auto;
    padding: 10px 25px;
  }

  .contR_detail p {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .contR_detail h1 {
    font: 24px/30px '微软雅黑';
    text-align: center;
    letter-spacing: 1px;
    color: #333333;
    padding: 20px;
  }

  .contR_detail .subtitle {
    display: block;
    font: 20px/30px '微软雅黑';
    text-align: center;
    letter-spacing: 1px;
    color: #333333;
    padding: 0px 20px 20px 20px;
  }

  .c_d_info {
    font: 12px/30px '微软雅黑';
    text-align: center;
    clear: both;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
  }

  .c_d_info span {
    display: inline-block;
    margin-right: 5px;
  }

  .c_d_content {
    font: 17px/30px '微软雅黑';
    text-align: justify;
    overflow: hidden;
  }

  .c_d_content p {
    text-indent: 2em;
    margin-bottom: 10px;
  }

  .c_d_info .large {
    font-size: 16px;
  }

  .c_d_info .middle {
    font-size: 14px;
  }

  .c_d_info .small {
    font-size: 12px;
  }

  .gcjsRight_cx {
    width: 906px;
    height: auto;
    float: right;
  }

  .xycxItem {
    width: 288px;
    height: 93px;
    float: left;
    margin-right: 18px;
    border: solid 1px #eeeeee;
  }

  .xycxItem_img {
    width: 85px;
    height: 65px;
    margin-top: 14px;
    border-right: solid 1px #eeeeee;
    float: left;
  }

  .xycxItem_link {
    width: auto;
    height: 100%;
    line-height: 93px;
    padding-left: 10px;
    font-size: 18px;
    float: left;
  }

  .fggsBox {
    width: 100%;
    height: 350px;
    margin-top: 40px;
  }

  /*
    .zcfgList{float:left;width:384px;height:100%;}
    .zcfgTitle{width:100%;height:45px;background-color:#f0f4f7;}
    .zcfgTitle_wz{width:135px;height:100%;background-color:#2978ba;text-align:center;line-height:45px;font-size:20px;color:#ffffff;}
    .zcfgList li { font:17px/41px Arial;  overflow:hidden;}
    .zcfgList li a { display:block; float:left; width:93%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
    .zcfgList li em { background:#CBCBCB; width:3px; height:3px; margin:18px 10px 0 12px;  float:left;}
    .zcfgList li a:hover{color:#d02a2a;}
    .xygsList{float:left;width:647px;height:100%;margin-left:20px;}
    .xygsTitle{width:100%;height:45px;}
    .xygsList ul li{width:202px;height:121px;float:left;margin-bottom:20px;border-radius:5px;font-size:18px;text-align:center;line-height:190px;}
    .xycxList_sy{width:127px;height:100%;float:left;margin-left:20px;}
    .xycxList_sy_item{width:100%;height:145px;margin-bottom:20px;font-size:16px;color:#ffffff;line-height:230px;text-align:center;}
    .xzxkItem{margin-right:20px;background:#f4f4f4 url(../images/1.png) no-repeat center 20px;}
    .xzxkItem:hover{background:#eaf3fa url(../images/1-1.png) no-repeat center 20px;color:#83b1d8;}
    .xzcfItem{margin-right:20px;background:#f4f4f4 url(../images/2.png) no-repeat center 20px;}
    .xzcfItem:hover{background:#eaf3fa url(../images/2-2.png) no-repeat center 20px;color:#83b1d8;}
    .sgsmlItem{background:#f4f4f4 url(../images/3.png) no-repeat center 20px;}
    .sgsmlItem:hover{background:#eaf3fa url(../images/3-3.png) no-repeat center 20px;color:#83b1d8;}
    .sxheimdItem{margin-right:20px;background:#f4f4f4 url(../images/4.png) no-repeat center 20px;}
    .sxheimdItem:hover{background:#eaf3fa url(../images/4-4.png) no-repeat center 20px;color:#83b1d8;}
    .sxhongmdItem{margin-right:20px;background:#f4f4f4 url(../images/5.png) no-repeat center 20px;}
    .sxhongmdItem:hover{background:#eaf3fa url(../images/5-5.png) no-repeat center 20px;color:#83b1d8;}
    .xycnItem{background:#f4f4f4 url(../images/6.png) no-repeat center 20px;}
    .xycnItem:hover{background:#eaf3fa url(../images/6-6.png) no-repeat center 20px;color:#83b1d8;}
    */

  .zcfgList {
    float: left;
    width: 606px;
    height: 100%;
  }

  .zcfgTitle {
    margin-bottom: 28px;
    width: 100%;
    height: 45px;
    background-color: #f0f4f7;
  }

  .zcfgTitle_wz {
    width: 135px;
    height: 100%;
    background-color: #2978ba;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #ffffff;
  }

  .zcfgList li {
    font: 17px/41px Arial;
    overflow: hidden;
  }

  .zcfgList li a {
    display: block;
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .zcfgList li em {
    background: #cbcbcb;
    width: 3px;
    height: 3px;
    margin: 18px 10px 0 12px;
    float: left;
  }

  .zcfgList li a:hover {
    color: #d02a2a;
  }

  .zcfgList li span {
    float: right;
    color: #999999;
  }

  .xygsList {
    float: left;
    width: 570px;
    height: 100%;
    margin-left: 20px;
  }

  .xygsTitle {
    width: 100%;
    height: 45px;
  }

  .xygsList ul li {
    width: 175px;
    height: 121px;
    float: left;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    line-height: 190px;
  }

  .xycxList_sy {
    width: 127px;
    height: 100%;
    float: left;
    margin-left: 20px;
  }

  .xycxList_sy_item {
    width: 100%;
    height: 145px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 230px;
    text-align: center;
  }

  .xzxkItem {
    margin-right: 20px;
    background: #f4f4f4 url(../images/1.png) no-repeat center 20px;
  }

  .xzxkItem:hover {
    background: #eaf3fa url(../images/1-1.png) no-repeat center 20px;
    color: #83b1d8;
  }

  .xzcfItem {
    background: #f4f4f4 url(../images/2.png) no-repeat center 20px;
  }

  .xzcfItem:hover {
    background: #eaf3fa url(../images/2-2.png) no-repeat center 20px;
    color: #83b1d8;
  }

  .sgsmlItem {
    margin-left: 20px;
    background: #f4f4f4 url(../images/3.png) no-repeat center 20px;
  }

  .sgsmlItem:hover {
    background: #eaf3fa url(../images/3-3.png) no-repeat center 20px;
    color: #83b1d8;
  }

  .sxheimdItem {
    margin-right: 20px;
    background: #f4f4f4 url(../images/4.png) no-repeat center 20px;
  }

  .sxheimdItem:hover {
    background: #eaf3fa url(../images/4-4.png) no-repeat center 20px;
    color: #83b1d8;
  }

  .sxhongmdItem {
    margin-right: 20px;
    background: #f4f4f4 url(../images/5.png) no-repeat center 20px;
  }

  .sxhongmdItem:hover {
    background: #eaf3fa url(../images/5-5.png) no-repeat center 20px;
    color: #83b1d8;
  }

  .xycnItem {
    background: #f4f4f4 url(../images/6.png) no-repeat center 20px;
  }

  .xycnItem:hover {
    background: #eaf3fa url(../images/6-6.png) no-repeat center 20px;
    color: #83b1d8;
  }

  /*page*/
  #page_div {
    clear: both;
    padding: 10px 0;
    text-align: center;
    color: #666666;
    font-size: 14px;
  }

  #page_div a {
    color: #666666;
  }

  #page_div .pagination_index_last * {
    vertical-align: middle\9;
  }

  #page_div .arrow {
    margin: 0 2px 5px;
  }

  #page_div .moye,
  #page_div .arrow a,
  #page_div .index_num,
  .pagination_index_last a {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    border: #dfdfdf 1px solid;
    border-radius: 3px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background: #f1f1f1;
    background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
    background: linear-gradient(#ffffff 10%, #f1f1f1);
  }

  #page_div .index_num {
    border-color: #00679d;
    background: #00679d;
    color: #fff;
  }

  #page_div .index_num a {
    display: inline;
    padding: 0;
    background: none;
    color: #fff;
    border: none;
  }

  #page_div a:hover {
    background: #00679d;
    border-color: #00679d;
    color: #fff;
    text-decoration: none;
  }

  .pagination_index_last {
    padding-left: 15px;
  }

  .pagination_index_last a {
    font-weight: bold;
  }

  #pagination_input {
    width: 40px;
    margin: 0 2px;
    height: 28px;
    border: #dfdfdf 1px solid;
    background: #fff;
    text-align: center;
    border-radius: 3px;
  }
}

/* 手机端样式 */
@media screen and (max-width: 768px) {
  .hidden-pc {
    display: block;
    overflow: visible !important;
  }

  .hidden-mobile {
    display: none;
  }

  .hide {
    display: none;
  }

  .normalTit_gc {
    display: none;
  }

  .gcjs_content {
    padding: 15px;
  }

  .gcjs_content h1 {
    font: 24px/30px '微软雅黑';
    text-align: center;
    letter-spacing: 1px;
    color: #333333;
    padding: 20px;
  }

  .gcjs_content p {
    text-indent: 2em;
    line-height: 40px;
  }

  .gcjs_content p img {
    width: 100%;
    margin-left: -30px;
  }

  .c_d_info {
    font: 14px/30px '微软雅黑';
    text-align: center;
    clear: both;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
  }

  .c_d_info span {
    display: inline-block;
    margin-right: 5px;
  }

  .c_d_content {
    font: 17px/30px '微软雅黑';
    text-align: justify;
    overflow: hidden;
  }

  .c_d_content p {
    text-indent: 2em;
    margin-bottom: 10px;
  }

  .c_d_info .large {
    font-size: 16px;
  }

  .c_d_info .middle {
    font-size: 14px;
  }

  .c_d_info .small {
    font-size: 12px;
  }

  .gcjsList ul {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100vw;
  }

  .gcjsList ul li {
    width: 46%;
    height: 40px;
    line-height: 40px;
    background: transparent;
    background-color: #f1f1f1;
    text-align: center;
    margin-left: 3%;
    margin-top: 3%;
  }

  .zhdaList li {
    padding: 12px 12px;
    font: 16px/16px Arial;
    overflow: hidden;
    border-bottom: dashed 1px #dadada;
  }

  .zhdaList li a {
    display: block;
    margin-bottom: 10px;
    float: none;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .zhdaList li em {
    display: none;
    background: #cbcbcb;
    width: 3px;
    height: 3px;
    margin: 18px 10px 0 12px;
    float: left;
  }

  .zhdaList li span {
    display: block;
    text-align: right;
    float: none;
    color: #666;
  }

  /*page*/
  #page_div {
    clear: both;
    padding: 10px 0;
    text-align: center;
    color: #666666;
    font-size: 14px;
  }

  #page_div a {
    color: #666666;
  }

  #page_div .pagination_index_last * {
    vertical-align: middle\9;
  }

  #page_div .arrow {
    margin: 0 2px 5px;
  }

  #page_div .moye,
  #page_div .arrow a,
  #page_div .index_num,
  .pagination_index_last a {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    border: #dfdfdf 1px solid;
    border-radius: 3px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background: #f1f1f1;
    background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
    background: linear-gradient(#ffffff 10%, #f1f1f1);
  }

  #page_div .index_num {
    border-color: #00679d;
    background: #00679d;
    color: #fff;
  }

  #page_div .index_num a {
    display: inline;
    padding: 0;
    background: none;
    color: #fff;
    border: none;
  }

  #page_div a:hover {
    background: #00679d;
    border-color: #00679d;
    color: #fff;
    text-decoration: none;
  }

  .pagination_index_last {
    padding-left: 15px;
  }

  .pagination_index_last a {
    font-weight: bold;
  }

  #pagination_input {
    width: 40px;
    margin: 0 2px;
    height: 28px;
    border: #dfdfdf 1px solid;
    background: #fff;
    text-align: center;
    border-radius: 3px;
  }

  .gcjs_content iframe {
    width: 100%;
    height: 1000px;
  }

  .newsBox,
  .fggsBox {
    margin-bottom: 0;
    padding: 12px 0 0;
    box-sizing: border-box;
    background: #f7f7f7;
  }

  .newsBox .n_imgsBox {
    width: 100%;
    height: 60vw;
    float: none;
    position: relative;
    overflow: hidden;
  }

  .n_imgsBox .callbacks li {
    width: 100%;
    height: 60vw;
  }

  .n_imgsBox .callbacks li a {
    display: block;
    position: relative;
  }

  .n_imgsBox .callbacks li a:hover {
    text-decoration: none;
  }

  .n_imgsBox li img {
    width: 100%;
    height: 60vw;
    display: block;
  }

  .n_imgsBox .callbacks li span {
    width: 100%;
    font: 15px/35px Arial;
    display: block;
    text-indent: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: #000000;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    filter: alpha(opacity=60);
    opacity: 0.6;
  }

  .n_imgsBox .callbacks_tabs {
    position: absolute;
    height: 15px;
    bottom: 8px;
    right: 15px;
    z-index: 9;
  }

  .n_imgsBox .callbacks_tabs li {
    float: left;
  }

  .n_imgsBox .callbacks_tabs a {
    display: block;
    float: left;
    overflow: hidden;
    width: 10px;
    line-height: 10px;
    border-radius: 50%;
    margin: 0 12px 12px 0;
    cursor: pointer;
    background: #ababb7;
    text-indent: -999px;
  }

  .n_imgsBox .callbacks_tabs .callbacks_here a {
    background: #c31f0b;
  }
  .normalTit span {
    display: inline-block;
    float: none;
    cursor: pointer;
    padding: 0 5px;
    font: 16px/45px Arial, 'Microsoft YaHei';
    margin: 0 0 -2px;
  }

  .more {
    float: right;
    line-height: 1;
    margin-right: 0;
  }

  .newsBox .n_listBox,
  .fggsBox .zcfgList,
  .fggsBox .xygsList {
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    padding: 0 12px;
    background: #fff;
    box-sizing: border-box;
  }
  .fggsBox .xygsList {
    margin-top: 12px;
  }

  .n_listBox .cont {
    position: relative;
    width: 100% !important;
  }

  .n_listBox ul {
    float: none;
    width: 100%;
  }

  .n_listBox li {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    font: 16px/16px Arial;
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
  }

  .n_listBox li a {
    margin-bottom: 8px;
    display: block;
    float: none;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .n_listBox li em {
    display: none;
    background: #cbcbcb;
    width: 3px;
    height: 3px;
    margin: 18px 10px 0 2px;
    float: left;
  }
  .n_listBox li span {
    float: none;
    display: block;
    text-align: right;
    color: #666;
  }
  .qrcode-banner {
    width: 100%;
  }
  .zcfgList #mainweb {
    width: 100vw;
    height: 535px;
    margin: 0 -12px;
  }
  .gcjs_content #mainweb {
    width: 100vw;
    height: 1265px;
    margin: 0 -12px;
  }
  .zcfgTitle {
    width: 100%;
    height: 25px;
    margin-bottom: 0;
    padding-top: 12px;
  }
  .zcfgTitle_wz {
    line-height: 1;
  }
  .xygsTitle {
    width: 100%;
    height: 25px;
    margin-bottom: 12px;
    padding-top: 12px;
  }
  .xygsList ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .xygsList ul a {
    width: 48%;
    height: 55px;
    background: #f3f7fc;
    border-radius: 4px;
    margin-bottom: 12px;
    line-height: 55px;
  }
  .xygsList ul li {
    width: 100%;
    height: 100%;
    padding-left: 60px;
    box-sizing: border-box;
    background-position: 16px center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }
  .xzxkItem {
    background-image: url(../images/icon-process.png);
  }

  .xzcfItem {
    background-image: url(../images/icon-code.png);
  }

  .sgsmlItem {
    background-image: url(../images/icon-price.png);
  }

  .sxheimdItem {
    background-image: url(../images/icon-position.png);
  }

  .sxhongmdItem {
    background-image: url(../images/icon-group.png);
  }

  .xycnItem {
    background-image: url(../images/icon-table.png);
  }

  .channel-menu-box {
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  .channel-name {
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0;
    font-size: 15px;
    font-weight: bold;
    color: #2e60ac;
    line-height: 40px;
    text-align: left;
    background-color: #fff;
    cursor: pointer;
  }
  .channel-menu {
    width: 100%;
    display: none;
    border-top: 1px solid #e8e8e8;
    position: absolute;
    background-color: #fff;
    z-index: 5;
  }
  .channel-menu li {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .channel-menu li a {
    display: block;
    font-size: 15px;
    color: #000;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
  }
  .channel-menu li a.active {
    background-color: #fff;
    color: #2e60ac;
  }
  .channel-name:before {
    content: '';
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #2e60ac transparent transparent transparent;
  }
  .container {
    width: 100% !important;
  }
  .title-news-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 59px;
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    background-image: url(../images/news-center-bg.png);
  }
}
