.a {
    white-space: nowrap;
    transition: all 0.3s;
}

.a:hover {
    padding-left: 10px;
}


.header {

    width: 100%;
}

.header_top {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.header_box {
    width: 1550px;
    margin: 0 auto;
    clear: both;
-webkit-box-sizing: initial;
    box-sizing: initial;
}

.mini_link {
    float: left;
}

.mini_right {
    float: right;
}

.mini_weixin {
    margin-top: 8px;
    background: url(../img/weixin.png);
    width: 21px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 15px;
}

.mini_weibo {
    margin-top: 8px;
    background: url(../img/weibo.png);
    width: 22px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 15px;
}

.mini_fuzhu {
    margin-top: 7px;
    background: url(../img/fuzhu.png);
    width: 18px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 10px;
}

.mini_shilao,
.mini_wuzhangai,
.mini_reg,
.mini_login {
    color: gray;
}

.mini_shilao,
.mini_wuzhangai,
.mini_reg {
    border-right: 1px solid gray;
    padding: 0 10px;
}

.mini_login {
    padding-left: 10px;
}

body {
    background: url(../img/header_bg.png) no-repeat !important;
    clear: both;
    min-width: 1550px;
    background-position-y:35px !important;
    background-position-x: center !important;
}

.header_main {
    /* background: url(../img/header_bg.png) top center repeat-x; */
    clear: both;
    min-width: 1550px;
}

@media (max-width: 1500px) {
.header_main {
    background: url(../img/header_bg.png) top center repeat-x;
    clear: both;
    min-width: 1550px;
}
.fudong {
       right: -550px !important;
    }
}
.logo {
    padding: 30px 0;
    float: left;
    height: 100px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: border-box;
    box-sizing: content-box;
    margin-left: 90px;
}

.h_search {
    float: right;
    height: 100px;
    width: 370px;
    padding-top: 50px;
}

.search_img {
    /*background: url(../img/qczsdss.png);*/
    height: 56px;
    width: 370px;
    background-size: 370px;
}

.search_box {
    border: 3px solid #4490E3;
    border-radius: 20px;
    height: 30px;
    background: #FFF;
    padding-left: 15px;
    padding-right: 5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: border-box;
    box-sizing: content-box;
}

.search_box input {
    height: 30px;
    width: 280px;
    border: 0;
    outline: none;
}

.btn_so {
    width: 28px;
    height: 28px;
    background: url(../img/search_btn_img.png) 0px 1px no-repeat;
    display: block;
    background-size: 27px;
    float: right;
}





.nav_box {
    background: #1658a0;
    height: 70px;
}

.nav_box ul li {
    float: left;
    width: 14.28%;
    padding-top: 0;
    height: 60px;
}

.nav_box ul li a {
    display: block;
}

.nav_box ul li .subnav {
    text-align: center;
    text-decoration: none;
    background: #5ba4e5;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    display: none;
    float: left;
    /* margin-left: 10px; */
    /* margin-top: 10px; */
    margin: 0 auto;
    width: 140px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.nav_box ul li {
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.nav_box ul li .subnav a {
    width: 170px;
    line-height: 40px;
    height: 40px;
    display: block;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFF;

}

.nav_box ul li:hover .subnav {
    display: block;
    position: absolute;
    padding: 5px 0;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 38px;
    background: #095eb4;
    border-top: 1px solid #8ecbf7;
    z-index: 1000;
    width: 170px;
    margin-top: 70px;
    margin-left: 20px;

}

.nav_box .nav_a {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #FFF;
    line-height: 70px;
    width: 120px;
    display: block;
    float: left;
    margin: 0 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: border-box;
    box-sizing: content-box;
}

.nav_box a:hover,
.nav_box a.cur {
    /* background-color: #0a3d76; */
}

.nav_box .nav_index {
    background: url(../img/nav_index.png) no-repeat 15px 24px;
    padding: 0 0 0 50px;
    margin-left: 80px;
    width: 80px;
}

.nav_jg {
    background: url(../img/nav_jg.png) no-repeat 15px 24px;
    padding: 0 0 0 50px;
}

.nav_xw {
    background: url(../img/nav_xw.png) no-repeat 15px 24px;
    padding: 0 0 0 50px;
}

.nav_zt {
    background: url(../img/nav_zt.png) no-repeat 15px 24px;
    padding: 0 0 0 50px;
}

.nav_xx {
    background: url(../img/nav_xx.png) no-repeat 15px 24px;
    padding: 0 0 0 50px;
}

.nav_zw {
    background: url(../img/nav_zw.png) no-repeat 15px 24px;
    padding: 0 0 0 50px;
}

.nav_hd {
    background: url(../img/nav_hd.png) no-repeat 15px 24px;
    padding: 0 0 0 50px;
}

.gg {
    height: 50px;
    background: url(../img/gg_bg.png) #FFF no-repeat;
    line-height: 50px;
}

.gg_left {
    float: left;
    padding-left: 20px;
}

.gg_right {
    float: right;
    padding-right: 20px;
}

.toutiao {
    border-radius: 8px;
    height: 100px;
    background: #FFF;
    margin-top: 10px;
}

.toutiao_img {
    width: 200px;
    float: left;
    background: url(../img/toutiao_img.png) 10px 10px no-repeat;
    height: 100px;
    width: 200px;
    border-radius: 8px;
}

.toutiao_box {
    width: 1350px;
    float: right;
}

#toutiao_swiper {
    width: 1350px;
    height: 100px;
}

#banner_big_swiper {
    width: 1530px;
    height: 127px;
}

.toutiao_box h1 {
    padding-top: 10px;
    text-align: center;
    font-size: 28px;
    height: 50px;
    line-height: 50px;
    color: #1658a0;
    width: 1260px;
}

.toutiao_box .span {
    display: block;
    font-size: 14px;
    color: darkgrey;
    height: 20px;
    overflow: hidden;
    width: 1260px;
    text-align: center;
}


.xw {
    border-radius: 8px;
    height: 490px;
    background: #FFF;
    margin-top: 10px;
}

.xw_img {
    margin-top: 10px;
    margin-left: 10px;
    width: 800px;
    height: 470px;
    float: left;
    background-color: #1658a0;
}

.xw_img img {
    width: 800px;
    height: 470px;
}

.swiper-slide {
    position: static;

}

.xw_img .span {
    margin-top: -40px;
    position: absolute;
    display: block;
    width: 790px;
    height: 40px;
    background-color: rgb(0 0 0 / 70%);
    line-height: 40px;
    color: #FFF;
    padding-left: 10px;
}

.xw_img .span h1 {
    width: 650px;
    font-size: 16px;
}

#xw_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

#xw_swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(247, 247, 247, 0.8);
}

#xw_swiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    right: 10px;
    left: initial !important;
    width: 200px;
    text-align: right;
}

#xw_swiper {
    width: 800px;
    height: 470px;
}

.xw_box {
    background-color: #EEF7FF;
    margin-top: 10px;
    margin-right: 10px;
    width: 725px;
    height: 470px;
    float: right;
}

.xw_box .xw_tab_nav {
    height: 50px;
    border-bottom: 5px solid #DDD;
    padding-left: 10px;
}

.xw_box .xw_tab_nav a {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 157px;
    text-align: center;
    float: left;
}

.xw_box .xw_tab_nav .cur,
.xw_box .xw_tab_nav a:hover {
    color: #0F65B1;
    border-bottom: 5px solid #0F65B1;
}

.xw_tab_con ul {
    display: none;
    padding: 15px;
}

.xw_tab_con ul li {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    background: url("../img/li_dot.PNG") 15px 20px no-repeat;
    padding-left: 35px;
}

.xw_tab_con ul li a {
    display: block;
    width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    transition: all 0.3s;
}

.xw_tab_con ul li a:hover {
    padding-left: 10px;
}

.xw_tab_con ul li span {
    float: right;
    color: #999999;
    font-size: 16px;
    display: block;
    line-height: 36px;
}

.xw_tab_con ul:nth-child(1) {
    display: block
}

.banner_box {
    border-radius: 8px;
    background: #FFF;
    margin-top: 10px;
    padding: 0 10px;
}

.banner_1 {
    width: 370px;
    height: auto;
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-right: 16px;
}

.banner_1:nth-child(4) {
    margin-right: 0;
}

.banner_1 img {
    width: 370px;
}

.banner_big {
    float: left;
}

.banner_big img {

    width: 1530px;
}



.main_box {
    width: 1550px;
    margin: 0 auto;
    clear: both;
}

.gsst_box {
    border-radius: 8px;
    background: #FFF;
    margin-top: 30px;
    padding: 0 10px;
}

.gs_box {
    float: left;
    width: 1155px;
    height: 470px;
}

.gs_tab_nav {
    height: 50px;
    border-bottom: 3px solid #DDD;
    padding-left: 10px;
}

.gs_tab_nav a {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: 500;
    display: block;
    width: 160px;
    text-align: center;
    float: left;
}

.gs_tab_nav .cur,
.gs_tab_nav a:hover {
    color: #0F65B1;
    border-bottom: 3px solid #0F65B1;
}

.gs_tab_con ul {
    display: none;
    height: 330px;
    overflow: hidden;
}

.gs_tab_con ul:nth-child(1) {
    display: block;
}

.gs_tab_con ul li {
    padding-left: 25px;
    position: relative;
    overflow: hidden;
    margin: 9px 0;
    background: url(../img/li_dot.png) no-repeat 7px 16px;

}

.gs_tab_con ul li a {
    display: block;
    width: 90%;
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.gs_tab_con ul li a:hover {
    padding-left: 10px;
}

.gs_tab_con ul li span {
    color: #999999;
    font-size: 16px;
    display: block;
    line-height: 36px;
    float: right;
}

.gk_box {
    clear: both;
    border-top: 1px solid #DDD;
    padding-top: 10px;
    height: 65px;
}

.gk_box a {
    width: 230px;
    text-align: center;
    display: block;
    float: left;
}

.st_box {
    float: right;
    width: 360px;
    height: 470px;
}

.st_tab_nav {
    height: 50px;
    border-bottom: 3px solid #DDD;
    padding-left: 10px;
}

.st_tab_nav a {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: 500;
    display: block;
    width: 130px;
    text-align: center;
    float: left;
}

.st_tab_nav .cur,
.st_tab_nav a:hover {
    color: #0F65B1;
    border-bottom: 3px solid #0F65B1;
}

.st_tab_con div {
    display: none;
    height: 440px;
}

.st_tab_con div:nth-child(1) {
    display: block;
}

.st_img_big {
    height: 78px;
    padding: 20px 0;
    display: block;
    padding-left: 10px;
}

.st_img {
    display: block;
    float: left;
    width: 169px;
    height: 150px;
    padding-left: 10px;

}

.st_img span {
    display: block;
    width: 161px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;

}



.rdzw_box {

    border-radius: 8px;
    background: #FFF;
    margin-top: 30px;
    padding: 0 10px;
    background: url(../img/rd_bg.jpg);
    height: 445px;
    width: 1520px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%)
}

.rd_box {
    width: 950px;
    height: 380px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.rd_box_tit {
    font-size: 28px;
    width: 850px;
    height: 65px;
    line-height: 50px;
    color: #FFF;
    padding-left: 74px;
    font-weight: 500;
    background: url(../img/rd_icon3.png) no-repeat;
    background-size: 53px;
}

.rd_box_div {
    width: 950px;
    height: 315px;
    border: 1px solid #FFF;
}

.rd_box_div img{
    height: 50px;
}

.rd_box_div a {
    width: 185px;
    height: 130px;
    display: block;
    float: left;
    text-align: center;
    color: #FFF;
    padding-top: 20px;
}

.rd_box_div a span {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}


.zw_box {
    width: 530px;
    height: 380px;
    float: right;
    margin-top: 20px;
    margin-left: 20px;
}

.zw_box_tit {
    font-size: 28px;
    width: 430px;
    height: 65px;
    line-height: 50px;
    color: #FFF;
    padding-left: 74px;
    font-weight: 500;
    background: url(../img/rd_icon3.png) no-repeat;
    background-size: 53px;
}

.zw_box_div {
    width: 510px;
    height: 315px;
    border: 1px solid #FFF;
}

.zw_box_div a {
    width: 127px;
    height: 130px;
    display: block;
    float: left;
    text-align: center;
    color: #FFF;
    padding-top: 30px;
}

.zw_box_div a span {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.zw_box_div .xxrk{
    width: 100%;
    height: 160px;
    margin-top: 20px;
}

.zw_box_div .zxdh {
    margin-left: 40px;
    margin-top: 20px;
    background: url(../img/tel_icon.png) no-repeat;
    width: 410px;
    height: 50px;
    color: #FFF;
    font-size: 30px;
    padding-left: 60px;
}
.zw_box_div .lxtj{color: #fff;font-size: 22px;width: 510px;text-align: center;height: 25px;margin-top: 20px;}
.zt_box {
    border-radius: 8px;
    background: #FFF;
    margin-top: 30px;
    padding: 0 10px;
    height: 200px;
    width: 1520px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%)
}

.zt_box_tit {
    text-align: center;
    padding-top: 20px;
}

.zt_box_img {
    width: 1520px;
    height: 130px;
    overflow: hidden;
    text-align: center;
    padding-top: 10px;
}

.zt_box_img img {
    width: 350px;
    height: 103px;
}

#zt_swiper {
    width: 1480px;
    height: 105px;
}






/* Ã©â€œÂ¾Ã¦Å½Â¥ */
.link_box {

    border-radius: 8px;
    background: #FFF;
    margin-top: 30px;
    padding: 15px;
    height: 25px;
    width: 1520px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
-webkit-box-sizing: content-box;-moz-box-sizing: border-box;box-sizing: content-box;
}

.link_1 {
    float: left;
}

.link_1 a {
    color: #F00;
    font-size: 18px;
    font-weight: bold;
    border-right: 2px solid #EEE;
    padding: 0 15px;
}

.link_2 {
    float: left;
}

.link_2 ul {
    padding-left: 20px;
}

.link_2 ul li {
    float: left;
    position: relative;
    width: 180px;
    text-align: center;
    border-right: 2px solid #EEE;
    /*padding: 0 10px;*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: border-box;
    box-sizing: content-box;
}

.link_2 ul li span {
    font-size: 16px;
    display: block;
    position: relative;
    cursor: pointer;
}

.link_2 ul li span a {
    font-size: 14px;
    display: block;
    position: relative;
    cursor: pointer;
}

.link_2 ul li span:hover .links {
    height: 180px;
}

.link_2 ul li::after {
    position: absolute;
    top: 5px;
    right: 20px;
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    transform: rotate(45deg);
}

.link_2 ul li .links {
    height: 0;
    overflow: auto;
    position: absolute;
    overflow-x: hidden;
    margin-top: 5px;
    background: #fff;
    line-height: 34px;
    width: 100%;
    border-top: none;
    text-align: center;
    transition: 200ms;
    z-index: 99;
}

.link_2 ul li a {
    display: block;
}




/* Ã¥Âºâ€¢Ã©Æ’Â¨ */
.footer {
    height: 200px;
  clear: both;
  /* background: url(../img/footer_bg.jpg) no-repeat center; */
  background-color: #f8f8f8;
  min-width: 1550px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .05);
  border-top: 1px solid #e2e2e2;
  margin-top: 24px;
	
}

.foot_box {
    margin: 0 auto;
    margin-top: 30px;
    /* padding: 0 10px; */
    height: 200px;
    width: 1520px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: border-box;
    box-sizing: content-box;
}

.foot_box .dzjg {
    float: left;
    margin-top: 40px;
}

.foot_box .info {
    margin-top: 35px;
    margin-left: 30px;
    float: left;
    /* color: #FFF; */
    line-height: 35px;
}

.foot_box .info .ga_icon {
    margin-right: 10px;
    width: 20px;
}
.foot_box .info_mobile{
	display:none;
}

.foot_right {
    margin-top: 50px;
    float: right;
    width: 410px;
}

.ewm {
    float: left;
    margin-right: 10px;
}

.zc {
    float: left;
    margin-bottom: 7px;
}

.zc img{
    width: 125px;
    height: 65px;
    margin-right:20px;
}

.ipv6 {
    float: left;
}

.ipv6 img{
    width: 120px;
    height: 65px;
    margin-right:20px;
}

.slh {
    float: left;
}

.slh img{
    width: 125px;
    height: 65px;
}

.foot_a {
    float: left;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    /* color: #FFF; */
    text-align: center;
}

.foot_a a {
    /* color: #FFF; */
}

.foot_a a {
    border-left: 2px solid rgb(0, 0, 0, 0.7);
    padding: 0 15px;
}

.foot_a a:nth-child(1) {
    border: 0;
}



/* Ã¦ÂµÂ®Ã¥Å Â¨ */
.fudong {
    position: absolute;
    right: 0;

    top: 400px;
}

.fudong a {
    background-color: #DDD;
    width: 75px;
    height: 65px;
    display: block;
    margin-bottom: 10px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    
    background-size: 35px;
}


.fudong .fd_weixin {
    background-position: 24px 20px;
    background: url(../img/fd_icon1.png) no-repeat #acacac;
    background-size: 40px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    background-position-x: center;
    background-position-y: center;
}

.fudong .fd_miniapp {
    background-position: 24px -65px;
    background: url(../img/fd_icon2.png) no-repeat #acacac;
    background-position-x: center;
    background-position-y: center;
}

.fudong .fd_mobile {
    background-position: 24px -150px;
    background: url(../img/fd_icon3.png) no-repeat #acacac;
    background-position-x: center;
    background-position-y: center;
}



/* Ã¦â€¢â„¢Ã¨â€šÂ²Ã¥Â¤Â§Ã¥Å½â€¦ */
.jydt_box {
    border-radius: 8px;
    background: #FFF;
    margin-top: 10px;
    padding: 10px;
    height: 1245px;
    width: 1530px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    clear: both;
}

.jydt {
    display: block;
    background: url(../img/jydt_bg.jpg) no-repeat;
    background-size: 1530px;
    height: 445px;
}




.jydt_box .zhengshu {
    width: 630px;
    height: 250px;
    border-radius: 8px;
    background: #FFF;
    margin-top: 10px;
    padding: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    float: left;
    margin-top: 50px;
    margin-left: 80px;
}

.jydt_box .zhengshu .zhengshu_img {
    margin-top: 10px;
    background: url(../img/zscx_img.jpg) 64px 36px no-repeat;
    height: 236px;
    border-right: 1px solid #DDD;
    width: 200px;
    margin-right: 20px;
    float: left;
}


.jydt_box .zhengshu .zhengshu_list {

    width: 400px;
    float: left;
    padding-top: 20px;

}

.jydt_box .zhengshu .zhengshu_list a {


    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;

}

.jydt_box .zhengshu .zhengshu_img a {
    display: block;
    padding-top: 151px;
    text-align: center;
    font-size: 28px;
    color: #0554A6;
}

.jydt_box .chaxun {
    width: 630px;
    height: 250px;
    border-radius: 8px;
    background: #FFF;
    margin-top: 10px;
    padding: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    float: left;
    margin-top: 50px;
    margin-left: 50px;
}

.jydt_box .chaxun .chaxun_img {
    margin-top: 10px;
    background: url(../img/cxfw_img.jpg) 64px 36px no-repeat;
    height: 236px;
    border-right: 1px solid #DDD;
    width: 200px;
    margin-right: 20px;
    float: left;
}

.jydt_box .chaxun .chaxun_img a {
    display: block;
    padding-top: 151px;
    text-align: center;
    font-size: 28px;
    color: #0554A6;
}

.jydt_box .chaxun .chaxun_list {

    width: 400px;
    float: left;
    padding-top: 20px;
}

.jydt_box .chaxun .chaxun_list a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.jydt_box .info_tab_nav {
    float: left;
    margin-top: 50px;
    height: 50px;
    width: 100%;
    background-color: #EEE;
}

.jydt_box .info_tab_nav a {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    display: block;
    float: left;
    width: 15%;
    text-align: center;
    color: #C40311;
    font-weight: bold;
}

.jydt_box .info_tab_nav a:nth-child(1) {

    width: 10%;
}

.jydt_box .info_tab_nav .cur {
    background-color: #C40311;
    color: #FFF;
}

.jydt_box .info_tab_con {
    float: left;
    width: 100%;
    height: 377px;
    overflow: hidden;
}

.jydt_box .info_tab_con ul {
    width: 100%;
    display: none;
    float: left;
}

.jydt_box .info_tab_con ul li {
    height: 45px;
    width: 97%;
    line-height: 45px;
    border-bottom: 1px solid #EEE;
    padding-left: 40px;
    background: url(../img/jydt_icon.png) no-repeat 12px 16px;
}

.jydt_box .info_tab_con ul li span{
    margin-left:10px
}

.jydt_box .info_tab_con ul li a {
    font-size: 16px;
}

.jydt_tips {
    width: 980px;
    float: left;
    height: 50px;
    font-size: 16px;
    color: #9FA19F;
    line-height: 50px;
}

.jydt_tips span {
    font-size: 18px;
    font-weight: bold;
    color: #FFA800;
}

.jydt_search {
    width: 500px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 8px;
    background: #FFF;
    padding: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

.jydt_search input {

    height: 30px;
    width: 280px;
    border: 0;
    outline: none;
}

#jydt_btn_so {

    width: 28px;
    height: 28px;
    background: url(../img/search_btn_img.png) 0px 1px no-repeat;
    display: block;
    background-size: 27px;
    float: right;
}






/* Ã¤Â¸â€œÃ©Â¢Ëœ */
/* Ã¤Â¸â€œÃ©Â¢ËœÃ¤Â¿Â¡Ã¦ÂÂ¯ */
.ztxx {
    border-radius: 8px;
    height: 486px;
    background: #FFF;
    margin-top: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

.ztxx_img {
    margin-top: 10px;
    margin-left: 10px;
    width: 644px;
    height: 466px;
    float: left;
    background-color: #1658a0;
}

.ztxx_img img {
    width: 644px;
    height: 466px;
}

.swiper-slide {
    position: static;

}

.ztxx_img .span {
    margin-top: -40px;
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    background-color: rgb(0 0 0 / 70%);
    line-height: 40px;
    color: #FFF;
    padding-left: 10px;
}



.ztxx_img .span h1 {
    width: 370px;
    font-size: 16px;
}

#ztxx_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#ztxx_swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(247, 247, 247, 0.8);
}

#ztxx_swiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

#ztxx_swiper {
    width: 644px;
    height: 466px;
}


.ztxx_box {
    background-color: #EEF7FF;
    margin-top: 10px;
    margin-right: 10px;
    width: 876px;
    height: 466px;
    float: right;
    overflow: hidden;
}

.ztxx_box .ztxx_tab_nav {
    height: 50px;
    border-bottom: 5px solid #DDD;
    padding-left: 10px;
}

.ztxx_box .ztxx_tab_nav a {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 160px;
    text-align: center;
    float: left;
}

.ztxx_box .ztxx_tab_nav .cur,
.ztxx_box .ztxx_tab_nav a:hover {
    color: #0F65B1;
    border-bottom: 5px solid #0F65B1;
}

.ztxx_tab_con ul {
    display: none;
    padding: 15px;
}

.ztxx_tab_con ul li {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    background: url(../img/li_dot.PNG) 5px 20px no-repeat;
    padding-left: 20px;
}

.ztxx_tab_con ul li a {
    display: block;
    width: 720px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    transition: all 0.3s;
}

.ztxx_tab_con ul li a:hover {
    padding-left: 10px;
}

.ztxx_tab_con ul li span {
    float: right;
    color: #999999;
    font-size: 16px;
    display: block;
    line-height: 36px;
}

.ztxx_tab_con ul:nth-child(1) {
    display: block
}

/* Ã¦Å½Â¨Ã¨ÂÂÃ¤Â¸â€œÃ¦Â Â */
.tuijian_box {
    border-radius: 8px;
    height: 990px;
    background: #FFF;
    margin-top: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

.tuijian_box_tit {
    width: 98%;
    margin: 0 auto;
    height: 50px;
    border-bottom: 1px solid #ddd;
}

.tuijian_box_tit h1 {
    float: left;
    font-size: 20px;
    color: #055295;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #055295;
    text-align: center;
    width: 130px;
}

.tuijian_box_tit span a {
    float: right;
    padding-top: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #DDD;
}

.tuijian_box_img_list {
    margin-top: 20px;
    margin-left: 5px;
}

.tuijian_box_img_list img {
    width: 358px;
}

.tuijian_box_img_list a {
    display: block;
    float: left;
    width: 358px;
    height: 244px;
    overflow: hidden;
    margin-left: 20px;
    border: 1px solid #DDD;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.tuijian_box_img_list span {
    margin-top: 8px;
    display: block;
    width: 352px;
    height: 30px;
    line-height: 30px;
    border-left: 4px solid #055295;
    padding-left: 10px;
    font-size: 16px;
}

.tuijian_list {
    height: 500px;
    margin-left: 5px;
    float: left;
    margin-top: 20px;
}

.tuijian_list .tuijian_list_box {
    margin-left: 20px;
    width: 477px;
    float: left;
    border-radius: 8px;
    height: 450px;
    background: #FFF;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

.tuijian_list_box_img {
    display: block;
    float: left;
    width: 451px;
    margin-left: 13px;
    margin-top: 10px;
}

.tuijian_list_box_img img {
    border-radius: 8px;
    float: left;
    width: 180px;
}

.tuijian_list_box_img span {
    width: 250px;
    float: left;
    padding: 10px;
    font-size: 18px;
}

.tuijian_list_box_con {
    display: block;
    float: left;
    width: 451px;
    margin-left: 13px;
    margin-top: 10px;
}

.tuijian_list_box_con a {
    background: url(../img/tuijianlist_icon.png) 5px 14px no-repeat;
    display: block;
    float: left;
    width: 430px;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    font-size: 16px;
}

.tuijian_box_img {
    height: 122px;
    padding-left: 12px;
    float: left;
}

.tuijian_box_img a {
    width: 357px;
    display: block;
    float: left;
    border: 1px solid #EEE;
    padding: 5px;
    margin-left: 10px;
}

.tuijian_box_img img{
    width:357px;
    height: 122px;
}

/* Ã¦Â°â€˜Ã¦â€žÂÃ¤Âºâ€™Ã¥Å Â¨ */
.myhd_box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    margin-top: 10px;
    padding: 10px 5px 10px 15px;
    height: 1722px;
    width: 1530px;
    clear: both;
}

.top_box {
    margin-top: 20px;
    margin-left: 10px;
}

.tousu_box {
    width: 270px;
    border: 1px solid #DDD;
    height: 230px;
    float: left;
    margin-right: 20px;
}


.tousu_box a {
    display: block;
    height: 230px;
    width: 100%;
}

.tousu_box a .tousu_box_img {
    display: block;
    width: 183px;
    margin: 0 auto;
    height: 150px;
    border-bottom: 2px solid #1A94BD;
    background: url(../img/mzhd_icon_1.png) 55px 47px no-repeat;
}

.tousu_box a:hover .tousu_box_img {
    border-bottom: 2px solid #FFF;
    background: url(../img/mzhd_icon_1_hover.png) 55px 47px no-repeat;
}

.tousu_box a h2 {
    color: #333;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}

.tousu_box a:hover {
    background-color: #1A94BD;
}

.tousu_box a:hover h2 {
    color: #FFF;
}

.zixun_box {
    border: 1px solid #DDD;
    height: 230px;
    float: left;
    margin-right: 20px;
    width: 270px;
}


.zixun_box a {
    display: block;
    height: 230px;
    width: 100%;
}

.zixun_box a .zixun_box_img {
    display: block;
    width: 183px;
    margin: 0 auto;
    height: 150px;
    border-bottom: 2px solid #1A94BD;
    background: url(../img/mzhd_icon_2.png) 55px 47px no-repeat;
}

.zixun_box a:hover .zixun_box_img {
    border-bottom: 2px solid #FFF;
    background: url(../img/mzhd_icon_2_hover.png) 55px 47px no-repeat;
}

.zixun_box a h2 {
    color: #333;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}

.zixun_box a:hover {
    background-color: #1A94BD;
}

.zixun_box a:hover h2 {
    color: #FFF;
}

.jianyi_box {
    border: 1px solid #DDD;
    height: 230px;
    float: left;
    margin-right: 20px;
    width: 270px;
}

.jianyi_box a {
    display: block;
    height: 230px;
    width: 100%;
}

.jianyi_box a .jianyi_box_img {
    display: block;
    width: 183px;
    margin: 0 auto;
    height: 150px;
    border-bottom: 2px solid #1A94BD;
    background: url(../img/mzhd_icon_3.png) 55px 47px no-repeat;
}

.jianyi_box a:hover .jianyi_box_img {
    border-bottom: 2px solid #FFF;
    background: url(../img/mzhd_icon_3_hover.png) 55px 47px no-repeat;
}

.jianyi_box a h2 {
    color: #333;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}

.jianyi_box a:hover {
    background-color: #1A94BD;
}

.jianyi_box a:hover h2 {
    color: #FFF;
}

.chaxin_box {
    border: 1px solid #DDD;
    height: 230px;
    float: left;
    margin-right: 20px;
    width: 95px;
    background: url(../img/chaxin_icon.png) 20px 19px no-repeat;
}

.chaxin_box a {
    display: block;
    height: 230px;
    width: 100%;
}

.chaxin_box h2 {
    padding-top: 100px;
    width: 30px;
    color: #333;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
}

.xinxiang_box {
    width: 505px;
    border: 1px solid #DDD;
    height: 230px;
    float: left;
}

.xinxiang_box a {
    display: block;
    height: 230px;
    width: 100%;
}

.xinxiang_box_tit {
    margin: 0 auto;
    display: block;
    background: url(../img/ldxx_tit.jpg) no-repeat;
    height: 45px;
    width: 485px;
}

.xinxiang_box_con {
    text-align: center;
    float: left;
    margin: 40px 0 0 20px;
}



.xinjiang_box {
    margin-top: 30px;
    float: left;
    width: 1500px;

    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

.xinjiang_box_tit {
    width: 98%;
    margin: 0 auto;
    height: 51px;
    border-bottom: 1px solid #DDD;
    float: left;
}

.xinjiang_box_tit h1 {
    float: left;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #C1293B;
    text-align: center;
    width: 120px;
}

.xinjiang_box_tit a {
    float: right;
    padding-top: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #DDD;
}

.xinjiang_box_con {
    float: left;
}

.xinjiang_box_con ul {
    padding-top: 20px;
    height: 260px;
    overflow: hidden;
}

.xinjiang_box_con ul li {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    font-size: 16px;
    float: left;
    width: 671px;
    margin-right: 25px;
}

.bj b {
    padding-right: 10px
}

.bj i {
    float: right;
    color: #999999;
    font-size: 16px;
    display: block;
    font-style: inherit;
}

.bj {
    float: right;
    display: block;
    line-height: 36px;
}

.xinjiang_box_con ul li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 460px;
    display: block;
    float: left;
    overflow: hidden;
    margin-left: 8px;
}

.xinjiang_box_con ul li .dt {
    float: right;
    color: #999999;
    font-size: 16px;
    display: block;
    line-height: 36px;
}

.xinjiang_box_con ul li .type {
    margin-top: 14px;
    float: left;
    color: #666;
    border: 1px solid #666;
    display: block;
    padding: 0 4px;
    height: 20px;
    width: 35px;
    line-height: 20px;
    text-align: center;
}

.minyi_box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    margin-left: 0;
    width: 990px;
    float: left;
    height:187px;
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 0;

}

.minyi_box_con,
.redian_box_con,
.diaocha_box_con {
    padding-top: 20px;
}

.minyi_box_con a,
.redian_box_con a,
.diaocha_box_con a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    font-size: 16px;
    background: url(../img/mzhd_dot.jpg) 17px 16px no-repeat;

    white-space: nowrap;
    transition: all 0.3s;
}

.minyi_box_con a:hover,
.redian_box_con a:hover,
.diaocha_box_con a:hover {
    padding-left: 50px;
}



.redian_box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    margin-left: 30px;
    width: 470px;
    float: left;
    height: 187px;
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 10px;

}

.diaocha_box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    margin-left: 20px;
    width: 479px;
    float: left;
    height: 390px;
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 10px;

}

.jubao_box {
    float: left;
}

.jubao_info {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    float: left;
    width: 990px;
    height: 177px;
    margin-top: 30px;
    padding-top: 10px;
    margin-right: 15px;
    background: url(../img/big_mail.png) 29px 22px no-repeat;
}

.jubao_info p {
    font-size: 18px;
    line-height: 35px;
    margin-top: 14px;
    padding-left: 205px;
    color: #888;
}

.jubao_img {
    float: right;
    margin-top: 30px;
    padding-left: 15px;
}

.jubao_img img {
    border-radius: 8px;
    width: 481px;
    height: 187px;
}

.img_box {
    float: left;
    margin-top: 30px;
}

.img_box a {
    display: block;
    float: left;
    width: 474px;
    height: 127px;
    padding: 3px;
    overflow: hidden;
    margin-right: 28px;
    margin-bottom: 24px;
    border: 1px solid #CCC;
}
.img_box a:nth-child(3n) {
	margin-right: 0px;
}
.img_box a img {
    width: 474px;
    height: 127px;
}




/* Ã¦â€“Â°Ã©â€”Â»Ã¥Å Â¨Ã¦â‚¬Â */
/* Ã¦â€¢â„¢Ã¨â€šÂ²Ã¥Å Â¨Ã¦â‚¬Â */
.jy {
    border-radius: 8px;
    height: 486px;
    background: #FFF;
    margin-top: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

.jy_img {
    margin-top: 10px;
    margin-left: 10px;
    width: 644px;
    height: 466px;
    float: left;
    background-color: #1658a0;
}

.jy_img img {
    width: 644px;
    height: 466px;
}

.swiper-slide {
    position: static;

}

.jy_img .span {
    margin-top: -40px;
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    background-color: rgb(0 0 0 / 70%);
    line-height: 40px;
    color: #FFF;
    padding-left: 10px;
}

.jy_img .span h1 {
    width: 370px;
    font-size: 16px;
}

#jy_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#jy_swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(247, 247, 247, 0.8);
}

#jy_swiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

#jy_swiper {
    width: 644px;
    height: 466px;
}

.jy_box {

    margin-top: 10px;
    margin-right: 10px;
    width: 876px;
    height: 466px;
    float: right;
    overflow: hidden;
}

.jy_box .jy_tab_nav {
    height: 50px;
    border-bottom: 5px solid #DDD;
    padding-left: 10px;
}

.jy_box .jy_tab_nav a {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 160px;
    text-align: center;
    float: left;
}

.jy_box .jy_tab_nav div a{
    float:right;
    padding-top: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #DDD;
    width: 80px;
}

.jy_box .jy_tab_nav .cur,
.jy_box .jy_tab_nav a:hover {
    color: #0F65B1;
    border-bottom: 5px solid #0F65B1;
}

.jy_tab_con ul {
    display: none;
    padding: 15px;
}

.jy_tab_con ul li {
    font-size: 18px;
    height: 45px;
    line-height: 35px;
    background: url(../img/li_dot.PNG) 5px 17px no-repeat;
    padding-left: 27px;
}

.jy_tab_con ul li a {
    display: block;
    width: 720px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    transition: all 0.3s;
}

.jy_tab_con ul li a:hover {
    padding-left: 10px;
}

.jy_tab_con ul li span {
    float: right;
    color: #999999;
    font-size: 16px;
    display: block;
    line-height: 36px;
}

.jy_tab_con ul:nth-child(1) {
    display: block
}


/* Ã¦â€Â¿Ã§Â­â€“Ã¨Â§Â£Ã¨Â¯Â» */



.jyzhengcejiedu_box {

    margin-top: 10px;
    margin-left: 10px;
    width: 525px;
    height: 380px;
    float: left;
    overflow: hidden;
}

.jyzhengcejiedu_box .jyzhengcejiedu_tab_nav {
    height: 50px;
    border-bottom: 5px solid #DDD;
    padding-left: 10px;
}

.jyzhengcejiedu_box .jyzhengcejiedu_tab_nav a {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 160px;
    text-align: center;
    float: left;
}

.jyzhengcejiedu_box .jyzhengcejiedu_tab_nav .cur,
.jyzhengcejiedu_box .jyzhengcejiedu_tab_nav a:hover {
    color: #0F65B1;
    border-bottom: 5px solid #0F65B1;
}

.jyzhengcejiedu_box .jyzhengcejiedu_tab_nav div a{
    float:right;
    padding-top: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #DDD;
    width: 80px;
}

.jyzhengcejiedu_tab_con ul {
    display: none;
    padding: 15px;
}

.jyzhengcejiedu_tab_con ul li {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    background: url(../img/li_dot.PNG) 5px 20px no-repeat;
    padding-left: 27px;
}

.jyzhengcejiedu_tab_con ul li a {
    display: block;
    width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    transition: all 0.3s;
}

.jyzhengcejiedu_tab_con ul li a:hover {
    padding-left: 10px;
    width: 360px;
}

.jyzhengcejiedu_tab_con ul li span {
    float: right;
    color: #999999;
    font-size: 16px;
    display: block;
    line-height: 36px;
}

.jyzhengcejiedu_tab_con ul:nth-child(1) {
    display: block
}


/* Ã¥â€¦Â¬Ã§Â¤ÂºÃ¥â€¦Â¬Ã¥â€˜Å  */



.jygongshi_box {

    margin-top: 10px;
    margin-right: 10px;
    width: 985px;
    height: 380px;
    float: right;
    overflow: hidden;
}

.jygongshi_box .jygongshi_tab_nav {
    height: 50px;
    border-bottom: 5px solid #DDD;
    padding-left: 10px;
}

.jygongshi_box .jygongshi_tab_nav a {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 160px;
    text-align: center;
    float: left;
}

.jygongshi_box .jygongshi_tab_nav .cur,
.jygongshi_box .jygongshi_tab_nav a:hover {
    color: #0F65B1;
    border-bottom: 5px solid #0F65B1;
}

.jygongshi_box .jygongshi_tab_nav div a{
    float:right;
    padding-top: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #DDD;
    width: 80px;
}

.jygongshi_tab_con ul {
    display: none;
    padding: 15px;
}

.jygongshi_tab_con ul li {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    background: url(../img/li_dot.PNG) 5px 20px no-repeat;
    padding-left: 27px;
}

.jygongshi_tab_con ul li a {
    display: block;
    width: 820px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    transition: all 0.3s;
}

.jygongshi_tab_con ul li a:hover {
    padding-left: 10px;
}

.jygongshi_tab_con ul li span {
    float: right;
    color: #999999;
    font-size: 16px;
    display: block;
    line-height: 36px;
}

.jygongshi_tab_con ul:nth-child(1) {
    display: block
}


/* Ã¥Å Â¨Ã¦â‚¬ÂÃ¥Ë†â€”Ã¨Â¡Â¨ */
.dongtailist_box {
    border-radius: 8px;
    height: 1225px;
    background: #FFF;
    margin-top: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

.dongtailist_box_tit {
    width: 98%;
    margin: 0 auto;
    height: 50px;
    border-bottom: 1px solid #ddd;
}




.dongtailist_box_tit h1 {
    float: left;
    font-size: 20px;
    color: #3889D3;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #3889D3;
    text-align: center;
    width: 130px;
}

.dongtailist_box_tit p a{
    float:right;
    padding-top: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #DDD;
    width: 80px;
    font-weight: b;
}

.dongtailist_box_tit span a {
    float: right;
    padding-top: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #DDD;
}

.dongtailist_box_tit_img {
    float: left;
    width: 760px;
    margin: 0 auto;
    height: 50px;
    margin-left: 10px;
    border-bottom: 1px solid #ddd;
}

.dongtailist_box_tit_img h1 {
    background: url(../img/dongtailist_box_tit_img_icon.jpg) 12px 13px no-repeat;
    float: left;
    font-size: 20px;
    color: #3889D3;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #3889D3;
    text-align: center;
    width: 130px;
    padding-left: 20px;
}


.dongtailist_box_tit_img span a {
    float: right;
    padding-top: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #DDD;
}

.dongtailist_box_img_list {
    float: left;
    margin-top: 20px;
    margin-left: 5px;
}

.dongtailist_box_img_list img {
    width: 358px;
    height: 220px;
}

.dongtailist_box_img_list a {
    display: block;
    float: left;
    width: 358px;
    height: 268px;
    overflow: hidden;
    margin-left: 20px;
    border: 1px solid #DDD;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dongtailist_box_img_list span {
    margin-top: 8px;
    display: block;
    width: 333px;
    height: 30px;
    line-height: 30px;
    border-left: 4px solid #055295;
    padding-left: 10px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dongtailist_list {
    height: 500px;
    margin-left: 5px;
    float: left;
    margin-top: 20px;
}

.dongtailist_list .dongtailist_list_box {
    margin-left: 20px;
    width: 477px;
    float: left;
    border-radius: 8px;
    height: 430px;
    background: #FFF;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

.dongtailist_list_box_img {
    display: block;
    float: left;
    width: 451px;
    margin-left: 13px;
    margin-top: 10px;
}

.dongtailist_list_box_img img {
    border-radius: 8px;
    float: left;
    width: 180px;
}

.dongtailist_list_box_img span {
    width: 250px;
    float: left;
    padding: 10px;
    font-size: 14px;

}

.dongtailist_list_box_con {
    display: block;
    float: left;
    width: 451px;
    margin-left: 13px;
    margin-top: 10px;
}



.dongtailist_list_box_con ul {
    padding: 0px;
}

.dongtailist_list_box_con ul li {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    background: url(../img/li_dot.PNG) 5px 20px no-repeat;
    padding-left: 27px;
}

.dongtailist_list_box_con ul li a {
    display: block;
    width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    transition: all 0.3s;
}

.dongtailist_list_box_con ul li a:hover {
    padding-left: 10px;
    width: 320px;
}

.dongtailist_list_box_con ul li span {
    float: right;
    color: #999999;
    font-size: 16px;
    display: block;
    line-height: 36px;
}




.dongtailist_box_img {
    height: 122px;
    padding-left: 12px;
    float: left;
}

.dongtailist_box_img a {
    width: 357px;
    display: block;
    float: left;
    border: 1px solid #EEE;
    padding: 5px;
    margin-left: 10px;
}

.h_login {
    height: 35px;
    position: relative;
    z-index: 99;
    padding-left: 10px
}

.h_login a {
    height: 35px;
    position: relative;
    z-index: 99;
    color: #000000;
}

.h_login b {
    font-size: 0;
    line-height: 0;
    border-width: 6px;
    border-color: #000000;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    display: none;
    cursor: pointer;
    margin-left: 8px;
}

.h_login:hover ul {
    display: block;
}

.h_login ul {
    position: absolute;
    background: #17354f;
    width: 91px;
    text-align: center;
    top: 35px;
    display: none;
    padding-bottom: 10px;
}

.h_login ul a {
    color: #fff;
}

.bj {
    width: 30px important;
}

.bj span {
    float: left;
}

.ewm img {
    /* max-width: 100%; */
    z-index: 0;
}

.fd_weixin:hover .ewm {
    display: block;
}

.fd_weixin .ewm {
    position: absolute;
    left: -150px;
    top: -50px;
    display: none;
    width: 15px;
    z-index: 999;
}





/*Ã¦â€Â¿Ã¦Â°â€˜Ã¤Âºâ€™Ã¥Å Â¨Ã©Â¥Â¼Ã§Å Â¶Ã¥â€ºÂ¾*/
#tjbt {
    width: 103px;
    height: 103px;
    border-radius: 50%;
    /* margin-top:15px; */
    background-color: #d2e5ff;
}

.tjbfb {
    width: 67%;
    float: left;
    margin: 40px 0 0 20px;
}

.zjtj {
    float: right;
    margin-top: 5px;
    font-size: 14px;
    color: #000000;
}

.zjtj font {
    color: red;
}

.tjbfb li {
    overflow: hidden;

}

.tjbfb li+li {
    margin-top: 12px;
}

.tjbfb li span {
    float: left;
    font-size: 16px;
    color: #000000;
}

.Progress {
    float: left;
    width: 63%;
    height: 11px;
    background-color: #d2e5ff;
    border-radius: 6px;
    margin: 5px 4px 0 8px;
}

.Bar {
    width: 10%;
    height: 11px;
    background-color: #578add;
    border-radius: 6px;
}

.blz .Bar {
    background-color: #9cc3f9;
}

.tj_tit {
    overflow: initial;
    /* margin-top: 10px; */
}

.tj_tit h5 {
    margin-top: 10px;
}

.tj_tit a {
    display: block;
    width: 195px;
    height: 40px;
    float: right;
    background: url(../images/hd/hd_but01.png)no-repeat;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    vertical-align: middle;
    /* margin-top: -10px; */
}

.tj_tit a img {
    margin-top: -5px;
}

.tj_box {
    margin-top: 18px;
}


.jyzhengcejiedu_box .jyzhengcejiedu_tab_nav a.more {
    font-size: 17px;
    color: #0F65B1;
    font-weight: normal;
    width: 50px;
    margin-left: 265px;
}

.more {
    display: inline-block;
    width: 50px;
    height: 25px;
    padding-top: 15px;
    margin-left: 260px;
    line-height: 30px;
    font-size: 14px;
    color: #DDD;
}

.more_1 {
    float: right;
}

/*Ã¦Ë†â€˜Ã¨Â¦ÂÃ¥â€ â„¢Ã¤Â¿Â¡*/
.liuyan {
    border-radius: 8px;
    height: auto;
    background: #FFF;
    margin-top: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

.liulan_tips {
    padding: 30px;
    line-height: 35px;
}

.grxx {
    padding: 30px;
}

.grxx_title {
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid rgb(28, 77, 154);
}

.grxx_title h3 {
    background: rgb(28, 77, 154);
    color: #FFF;
    width: 120px;
    float: left;
    text-align: center;
}

.grxx_title span {
    float: left;
    display: block;
    color: rgb(126, 126, 126);
    padding-left: 30px;
}

.next_question {
    background: rgb(28, 77, 154);
    height: 110px;
    margin: 0;
    line-height: 60px;
    width: 1490px;
}

.next_question h3 {
    color: #FFF;
    display: block;
    float: left;
    padding-left: 20px;
    font-size: 18px;
    font-weight: normal;
    margin-right: 20px;
    margin-top: 25px;
}

.next_question ul {
    float: left;
    padding: 0;
    margin: 0;
}

.next_question ul li {
    padding: 0;
    margin: 0;
}

.next_question ul li span {
    background: #FFF;
    border-radius: 8px;
    height: 40px;
    width: 287px;
    line-height: 40px;
    padding: 0 10px;
    display: block;
    margin-top: 10px;
    margin-right: 7px;
    color: rgb(28, 77, 154);
    position: relative;
    cursor: pointer;
}

.next_question ul li span:hover .li_sub {
    display: block;
}

.next_question ul li:hover i img {            
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.next_question ul li i img{
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.next_question ul li i {
    display: block;
    float: right;
}

.next_question ul li .li_sub {
    background: #FFF;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 2px 8px #999;
    display: none;
    z-index: 9;
    position: relative;
}

.next_question ul li .li_sub a {
    display: block;
}

.xiexin {

    padding: 30px;
}

.xiexin .xiexin_title {

    height: 40px;
    line-height: 40px;
    /* border-bottom: 3px solid rgb(28, 77, 154); */
}

.xiexin .xiexin_title a {
    background: rgb(28, 77, 154);
    color: #FFF;
    width: 180px;
    float: left;
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
}

.xiexin .xiexin_form {
    padding: 10px;
}

.xiexin .xiexin_form_title {
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid rgb(28, 77, 154);
    margin: 10px 0;
}

.xiexin .xiexin_form_title h3 {
    background: rgb(28, 77, 154);
    color: #FFF;
    width: 120px;
    float: left;
    text-align: center;
    margin-right: 5px;
}

.xiexin .xiexin_form_title span {
    float: left;
    display: block;
    color: rgb(126, 126, 126);
    padding-left: 30px;
}

.xiexin_form button {
    display: block;
    float: left;
    margin-right: 5px;
    background: rgb(16, 107, 188);
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    border: 0;
    width: 150px;
    font-size: 16px;
    cursor: pointer;
}

#close_window {
    background: rgb(174, 174, 174);
}

.form_item {
    padding: 5px;
    line-height: 30px;
    height: 40px;
    display: block;
    clear: both;
}

.form_tit {
    width: 90px;
    float: left;
    text-align: right;
    padding: 0 20px;

}

.form_text {
    float: left;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    width: 600px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

.form_text:focus,
.form_textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form_textarea {
    float: left;
    display: block;
    height: 100px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    width: 600px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

.form_select {
    float: left;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    width: 600px;
    margin-right: 10px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form_btn {
    padding-left: 135px;
}

.form_radio {
    display: block;
    float: left;
    padding: 0 10px;
}


.form_right {
    float: left;
}

.grxx_form {
    padding: 10px;
}

.mini_link a{
    padding-right: 5px;
}

.eol_navbar {
   /* right:160px !important;*/
    top:10% !important;
}

