@charset "utf-8";

body {
    padding: 0;
    margin: 0;
    font-family: Microsoft Yahei;
    font-size: 16px;
    color: #333;
    text-align: left;
    background-color: #ffffff;
    position: relative;
    -webkit-text-size-adjust: none;
    min-width: 1280px;
    max-height: 2250px;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
p,
select,
form,
fieldset,
input,
button,
textarea,
blockquote,
table {
    padding: 0;
    margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

li {
    list-style: none;
}

i {
    font-style: normal;
    vertical-align: top;
    display: inline-block;
    background-repeat: no-repeat;
}

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

th,
td {
    padding: 0
}

img,
a img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

img,
table,
object,
embed,
video {
    max-width: 100%;
}

button,
input,
select,
textarea {
    vertical-align: middle;
    font-family: Microsoft Yahei;
    font-size: 14px;
    box-sizing: border-box;
    outline: 0;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type=image],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    border: none;
}

select {
    width: 100%;
}

a {
    outline-style: none;
    text-decoration: none;
    color: #333;
    cursor: pointer !important;
}

a:focus {
    outline: none;
    -moz-outline: none;
    noline: expression(this.onFocus=this.blur());
}

a:hover {
    color: rgba(35, 129, 147, 1);
}

input[type="text"],
textarea,
select {
    padding: 2px 5px;
    line-height: 20px;
    border: 1px solid #e3e3e3;
    color: #666;
}

.clearfix {
    *zoom: 1;
}

/* .clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
} */

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.transparent {
    background: transparent !important;
}

.bgwhite {
    background-color: #ffffff;
}

.bggray {
    background-color: #fafafa;
}

.red {
    color: #B20000;
}

.color_red {
    color: #c81f18;
}

.txt {
    text-align: justify;
    text-justify: distribute-all-lines;
}

.transition a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;

}

.imgScale a img {
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.imgScale a:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* 列表 */
.common_list li {
    position: relative;
    line-height: 44px;
    color: #333;
    text-indent: 24px;
}

.common_list li:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    width: 8px;
    height: 8px;
    background: rgba(189, 223, 174, 1);
    margin-top: -4px;
    border-radius: 4px;
}

.common_list li a h3 {
    display: block;
    width: 76%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common_list li span.time {
    color: #999;
    position: absolute;
    top: 0;
    right: 24px;
}

.mt32 {
    margin-top: 32px;
}

.mb32 {
    margin-bottom: 32px;
}

.pd {
    padding: 24px;
    display: block;
}

.txt {
    background-color: #f7f7f7;
}

.common_tit {
    display: block;
    text-align: center;
    margin-top: 48px;
}

.common_tit span {
    font-size: 30px;
    font-weight: 700;
    position: relative;

}

.common_tit span::before {
    content: '';
    width: 108px;
    height: 14px;
    background: url(../images/szgjsdcszt_tit_l.png) no-repeat;
    position: absolute;
    left: -160px;
    top: 50%;
}

.common_tit span::after {
    content: '';
    width: 108px;
    height: 14px;
    background: url(../images/szgjsdcszt_tit_r.png) no-repeat;
    position: absolute;
    right: -160px;
    top: 50%;
}

.common_tit i {
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: -6px;
    font-weight: 400;
}


.infolist {
    clear: both;
    font-size: 18px;
}

.infolist li {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 28px;
    overflow: hidden;
    vertical-align: top;
}

.infolist li a {
    float: left;
    position: relative;
    max-width: 100%;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden; */
}

.infolist li,
.infolist li a {
    -moz-box-sizing: border-box;
    -welit-box-sizing: border-box;
    box-sizing: border-box;
}

.infolist li .time {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 26px;
    margin: auto 0;
    color: #999999;
}

.infolist li a br {
    display: none;
}

.infolist li:hover a,
.infolist li a:hover {
    color: #2354AF;
}

.infolist li:hover span {
    color: #2354AF;
}

.infolist.md li {
    padding-right: 60px;
}

.infolist.ymd li {
    padding-right: 100px;
}

.infolist.dot li a {
    padding-left: 15px;
}

.infolist.dot li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    margin-top: -2px;
    width: 4px;
    height: 25px;
    background: #AE3A2B;
    /* border-radius: 50%; */
    margin-bottom: 10px;
}

.infolist.dot li:hover a:before {
    background: #2354AF;
}

.infolist.line li {
    border-bottom: 1px dashed #50B1D4;
}

.infolist.line li {
    padding-top: 14px;
    padding-bottom: 14px;
}

.infolist.col2 li,
.infolist.col3 li,
.infolist.col4 li {
    float: left;
}

.infolist.col2 li {
    width: 50%;
}

.infolist.col3 li {
    width: 33.33333%;
}

.infolist.col4 li {
    width: 25%;
}

.infolist.space20 {
    margin-left: -10px;
    margin-right: -10px;
}

.infolist.space20 li {
    /* padding-left: 10px;
    padding-right: 10px; */
}

.infolist.space20 li .time {
    right: 10px;
}

.infolist.space20.infolist.md li {
    padding-right: 70px;
}

.infolist.space20.infolist.ymd li {
    padding-right: 110px;
}

.infolist.space30 {
    margin-left: -15px;
    margin-right: -15px;
}

.infolist.space30 li {
    padding-left: 15px;
    padding-right: 15px;
}

.infolist.space30 li .time {
    right: 15px;
}

.infolist.space30.infolist.md li {
    padding-right: 75px;
}

.infolist.space30.infolist.ymd li {
    padding-right: 115px;
}

@media (max-width: 768px) {

    .infolist.col2,
    .infolist.col3,
    .infolist.col4 {
        margin-left: 0;
        margin-right: 0;
    }

    .infolist.col2 li,
    .infolist.col3 li,
    .infolist.col4 li {
        width: 100%;
        padding-left: 0;
    }

    .infolist.md[class*="space"] li {
        padding-right: 60px;
    }

    .infolist.ymd[class*="space"] li {
        padding-right: 100px;
    }
}

@media (max-width: 480px) {
    .res.infolist li {
        padding-right: 0 !important;
        position: relative;
    }

    .res.infolist li a {
        position: static;
        float: none;
        max-width: none;
        padding-left: 0;
        padding-right: 12px;
        white-space: normal;
    }

    .res.infolist li .time {
        position: static;
        display: inline-block;
    }

    .res.infolist li a:before {
        top: 20px;
        margin-top: 0;
    }

    .res.infolist.line li a:before {
        top: 24px;
    }

    .res.infolist.dot li {
        padding-left: 18px;
    }
}


.header_szds {
    height: 835px;
    width: 100%;
    /* background-color: #fff; */
    position: relative;
}


.szsrmzf_logo{
position: absolute;
left: 260px;
top: 26px;
}
.yililbt {
    width: 100%;
    /* height: 980px; */
    transform: translateY(-300px);
    position: relative;
    z-index: 3;
    /* background-color: #fff; */
 
}

.yililbt_con {
    width: 73%;
    /* height: 480px; */
    margin: 0 auto;
    /* background-color: #50B1D4; */
    z-index: 5;
    position: relative;

    display: flex;
    justify-content: space-between;
    padding: 30px;
    padding-top: 80px;
    box-sizing: border-box;
    background: url(../images/yililbt_con.png) no-repeat top center;
    background-size: 100% 100%;


}

body {
    background-color: #FCEED4;
}

.jlwhysj_header {
    overflow: hidden;
    width: 100%;
    height: 796px;
    background: url(../images/jlwhysjbanner.png) no-repeat top center #FCEED4;
    background-position: 100% 100%;

}

.jlwhysjtxt {

    width: 66.7%;
    margin: 0 auto;
    margin-top: 50px;
}

.jlwhysj_con {
    width: 74%;
    height: 1866px;

    /* background: url(../images/jlwhysjconbg.png) no-repeat top center; */
    background-position: 100% 100%;
    margin: 0 auto;
    margin-top: -300px;
    overflow: hidden;
    position: relative;
}

.jlwhysj_contit {
    width: 94%;
    height: 63px;
    background: url(../images/jlwhysjcontitbg.png) no-repeat top center;
    margin: 0 auto;
    margin-top: 20px;
    z-index: 10;
    position: relative;
}

.jlwhysj_contit ul {
    width: 66.7%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    color: #F5D68E;
    line-height: 63px;
}
.jlwhysj_contit ul a{
    color: #F5D68E;
}

.con_tit {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.tpxw {
    height: 620px;
    position: relative;
    z-index: 10;
}

.mtjj{
    position: relative;
    z-index: 10;
}
.mtjj_con {
    padding: 0 40px;
    margin-top: 20px;

}

.mtjj_con .infolist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mtjj_con .infolist li {
    width: 48%;
    background-color: rgba(255, 255, 255, .5);
    margin-bottom: 20px;

}
.jchd{
    position: relative;
    z-index: 10;
}
.jchd_con {
    padding: 0 40px;
    margin-top: 20px;
}

.jchd_con ul {
    width: 100%;
    /* background-color: #AE3A2B; */
    /* height: 100px; */
}

.jchd_con ul li {
    width: 120px;
    height: 120px;
    position: relative;
}

.jchd_con ul li span{
    position: absolute;
    bottom: -50px;
    left: 25px;
    font-size: 20px;
    font-weight: 900;

}

.jchd_con ul li:hover span a{
    color: #AE3A2B;
}
.jchd_con ul{
    display: flex;
    justify-content: space-between;
}
.jchd_con ul a:nth-child(1) {
    background: url(../images/yyjl2.png) no-repeat top center;
    /* background-color: #AE3A2B; */

}

.jchd_con ul a:nth-child(1):hover {
    background: url(../images/yyjl1.png) no-repeat top center;
}

.jchd_con ul a:nth-child(2) {
    background: url(../images/lyjl2.png) no-repeat top center;

}

.jchd_con ul a:nth-child(2):hover {
    background: url(../images/lyjl1.png) no-repeat top center;
}

.jchd_con ul a:nth-child(3) {
    background: url(../images/fyjl2.png) no-repeat top center;

}

.jchd_con ul a:nth-child(3):hover {
    background: url(../images/fyjl1.png) no-repeat top center;
}

.jchd_con ul a:nth-child(4) {
    background: url(../images/gyjl2.png) no-repeat top center;

}

.jchd_con ul a:nth-child(4):hover {
    background: url(../images/gyjl1.png) no-repeat top center;
}
.jchd_con ul a:nth-child(5) {
    background: url(../images/wljl2.png) no-repeat top center;

}

.jchd_con ul a:nth-child(5):hover {
    background: url(../images/wljl1.png) no-repeat top center;
}

.jchd_con ul a:nth-child(6) {
    background: url(../images/ccjl2.png) no-repeat top center;

}

.jchd_con ul a:nth-child(6):hover {
    background: url(../images/ccjl.png) no-repeat top center;
}


.jchd_con_news{
    width: 100%;
    margin-top: 80px;
}
.jchd_con_new_left{
    width: 47%;
    height: 338px;
    background-color: #AE3A2B;
    border-radius: 20px 0 0 0 ;
    position: relative;
    overflow: visible;
}

.jchd_con_new_left_img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 30px;
  top: 30px;
}

.jchd_con_new_left_img a img{
    width: 100%;
    height: 100%;
        border-radius: 20px 0 20px 0;
}

.jchd_con_news{
    display: flex;
    justify-content: space-between;
}

.jchd_con_new_right{
    width: 48%;
    font-size: 20px;
    line-height: 40px;
}

.jchd_con_new_right{
    position: relative;
}
.jchd_con_new_right_ckxx{
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 144px;
    height: 55px;
    line-height: 55px;
    text-align: center;

        background: url(../images/ckxxbg.png) no-repeat top center;

        color: #fff;
z-index:1000;
}

.jchd_con_new_right_ckxx_jcsp{
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 144px;
    height: 55px;
    line-height: 55px;
    text-align: center;

        background: url(../images/ckxxbg.png) no-repeat top center;

        color: #fff;
z-index:1000;
}
.jchd_con_new_right_ckxx_jcsp a{     color: #fff;}
.jchd_con_new_right_ckxx a{
    color: #fff;
}
.jcsp{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 50px;
     margin-bottom: 50px; 
    width: 74%;

    height: 612px;
            /* background: url(../images/jcspbg.png) no-repeat top center; */
     
}

.jcsp_con{
    position: relative;
    z-index: 10;
        padding: 70px 40px;
    display: flex;
    justify-content: space-around;
}
.jcsp_con li{width: 22%;  height: 470px;}

.jcsp_conhsp{
    width: 31%!important;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.jcsp_conhsp div{
    height: 49%;
    /* background-color: #2354AF;` */
    width: 100%;

}
.jcsp_conhsp  li video{
    height: 100%;
    

}

.toxw_sw{
    width: 100%;
    padding: 20px 40px ;
}


/*footer*/
.footer{font-size:1em; color:#fff; background-color:#005192;}
.footer a{color:#fff;}
.footer a:hover{color:#ffc;}
.footer .footer-link{overflow:hidden;}
.footer .footer-link-menu{border-bottom:1px solid #5086b4; overflow:hidden;}
.footer .footer-link-menu ul{margin-right:-10px; margin-left:-10px; overflow:hidden;}
.footer .footer-link-menu ul li{float:left; width:20% !important; font-size:1em; text-align:center;}
.footer .footer-link-menu ul li a{position:relative; display:block; margin-right:10px; margin-left:10px; padding-right:15px; line-height:60px;}
.footer .footer-link-menu ul li a:hover{color:#fff;}
.footer .footer-link-menu ul li a:after{position:absolute; top:50%; left:auto; content:""; width:13px; height:13px; margin-top:-4px; margin-left:10px; background-repeat:no-repeat; background-position:0 0; background-image:url(../images/public/link-arrows.png);}
.footer .footer-link-menu ul li.openLink a:hover:after{background-position:right 0;}
.footer .footer-link-menu ul li.on a:after{background-position:-13px 0;}
.footer .footer-link-content{overflow:hidden;}
.footer .footer-link-content ul{display:none; padding:20px 0 10px; border-bottom:1px solid #5086b4; margin-right:-5px; margin-left:-5px; overflow:hidden;}
.footer .footer-link-content ul li{float:left; width:20%;}
.footer .footer-link-content ul li a{display:block; padding:5px 10px; margin:0 5px 10px; color:#7cb8ec;}
.footer .footer-link-content ul li a:hover{color:#fff;}
.footer .footer-grid{position:relative; padding:20px 30% 20px 25px; text-align:left; line-height:180%;}
.footer .footer-grid .menu font{font-family:"宋体";}
.footer .footer-grid .menu a{margin-right:10px; margin-left:10px; display:inline-block;}
.footer .footer-grid .bqxx{padding-top:10px;}
.footer .footer-grid .bqxx span{display:inline-block; margin-right:10px; margin-left:10px;}
.footer .footer-grid .biaozhi{position:absolute; width:30%; top:50%; right:0; margin-top:-36px; text-align:center;}
.footer .footer-grid .biaozhi span{display:inline-block; vertical-align:middle; margin-left:10px;}
.footer .footer-grid .biaozhi .wzaicon{width:118px;}
.footer {
    background: #FDF4E9!important;
     color: #000!important;
}
.footer a {
    color: #000!important;
}
.container{width:73%;   margin: 0 auto;

}
