body{
    background: none;
}

.ha{
    height: 544px;
}
.topbg{

    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: url(/skin/default/images/bg.jpg) center top no-repeat;
    background-size: 100%;
    height: 1800px;
}

.top1{
    width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.25rem 0;
    color: #fff;
        margin: 0 auto;
}

.top1_l{
    margin: 0 !important;
    padding: 0;
}

.top1_r{
    margin: 0 !important;
    padding: 0;
    display: flex;
    align-items: center;
}

.search_index{
    background: url(/skin/default/images/search.png) center top no-repeat  #207abd;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
     border: none;
     cursor: pointer;
}

.top2{
    width: 1400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.25rem 0;
    color: #fff;
    background: #e4e4e4;
        margin: 0 auto;
}

.top3{
    width: 1400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
/*    padding: 2.25rem;*/
    color: #fff;
    background: #0c2b6b;
    flex-direction: column;
        margin: 0 auto;
}
.top3 ul li{
    float: left;
    padding: 6px 22px;
}

.top3 ul li a{
    color: #fff;
    font-size: 16px;
}



.block{
    width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    padding-top: 0;
    padding-bottom: 14px;
    color: #fff;
    background: #fff;
    margin: 1rem auto;
}
.block1{
    margin: 0;
    padding: 0;
    padding: 15px;
    width: 440px;
    border: 1px solid #ccc;
    margin-right: 15px;
}
.block2{
    margin: 0;
    padding: 0;
    padding: 15px;
    width: 440px;
    border: 1px solid #ccc;
    
}
.block3{
    margin: 0;
    padding: 0;
    padding: 15px;
    width: 440px;
    border: 1px solid #ccc;
    margin-left: 15px;
}

.block_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
/*.block_title_l:before {
    box-sizing: border-box;
    content: "";
    display: block;
    height: 4px;
    background: #21448d;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
}*/
.block_title_l{
    margin: 0;
    border-bottom: 1px solid #21448d;
}
.block_title_l a{
        font-size:22px;
    color: #545454;
    transition: .5s;
    display: block;
    padding-bottom: 1rem;

    font-weight: bold;
    color: #37556C;
}
.block_title_r{
    margin: 0;
}
.block_title_r a{    
    font-size: 1rem;
    color: #adadb0;
}

.block_con{
    padding: 15px 0;
}

.block_con ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.block_con ul{
    margin-top: 10px;
}
.block_con ul li {
    position: relative;
}
.block_con ul li a {
    display: flex;
    align-items: center;
    padding: 0.6875rem 0;
}
.block_con ul li a i{ flex-shrink: 0; margin-right: 10px; width: 5px; height: 5px; border-radius: 50%; background: #cdcfd4;}
.block_con ul li a h4{ font-size: 1.125rem; line-height: 1.05; transition: .3s; color: #313131; overflow: hidden;-webkit-line-clamp: 1;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}


.block_con1{
    display: flex;
    flex-direction: column;
    position: relative;
}

.block_con1 img{
    width: 100%;
    height: 303px;
}
.block_con1 p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3rem 1rem 1rem;
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.block_con1 .tj{
    margin: 0;
}
.block_con1 .tj h4 {
    font-size: 1.25rem;
    color: #1b1b1b;
    font-weight: bold;
}

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

 .theme2 a{
       width: 49%;
}
.theme2_l{
    width:100% ;
}
.theme2_l img{
    width: 100%;
    height: 145px;
}


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

.theme3 a{
    display: inline-block;
    width: 49%;
}
.theme3_box{
    width: 100%;
}
.theme3 img{
    width: 100%;
    height: 145px;
}

.theme3 p{
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    display: none;
}


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

.theme4 a{
    display: flex;
    width: 100%;
    align-items: center;
    background: #f6f6f6;
}

.theme4 img{
    width: 50%;
    height: 145px;
}

.theme4 p{
    text-align: center;
    padding: 10px;
    font-size: 20px;
        color: #060606;
    font-weight: bold;
}


.title5{
    background: none;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    padding: 0;
    height: 40px;
    display: flex;
    /* line-height: 38px; */
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#Part1_R{
    width: 1400px;
    padding: 0px;
}


.hudong ul {
    margin-left: 0px;
    margin-top: 0;
    background: #e4e4e4;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
}
.hudong ul li img {
    width: 250px;
    height: 200px;
}

.hudong ul li  p {
    line-height: 30px;
    height: 30px;
    padding: 0px 5px;
    text-align: center;
    width: 100%;
}

#Part1_R .select_con{
    margin-top: 0px;
}

.yqlj{
    width: 1400px;
    display: flex;
    align-items: center;
    
    justify-content: flex-start;
    margin: 15px auto;
        background: #fff;
}
.yqlj strong{
    margin-left: 15px;
}
.yqlj ul{
    padding: 10px 0;
    width: auto;
    margin-left: 10px;
}
.yqlj ul li{
    width: auto;
        height: 28px;
    line-height: 28px;
}
.yqlj ul li a{
    padding:0 15px;
}
.tdbg{
    padding: 0 10px;
    margin: 0;
    flex: 1;
}
.tdbg a{
    padding: 0 10px;
    margin: 0;
    width: 90px;
}
.footer{
    background: url(/skin/default/images/foot_bg.jpg) center no-repeat;
    background-size: cover;
/*    padding-top: 3rem;*/
    width: 100%;
/*    padding-bottom: 3.25rem;*/
}

.footer1{
    width: 1400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.25rem 0;
    margin: 0 auto;

}

.footer1_r{
    width: 790px;
}

.footer1_r ul li{
    float: left;
    padding: 6px 22px;
    border: 1px solid #fff;
    margin: 11px;
    margin-left: 26px;
}

.footer1_r ul li a{
    color: rgba(255,255,255,.85);
    font-size: 16px;
}

.footer1_l{
        font-size: 1.125rem;
    line-height: 2.125rem;
    color: rgba(255,255,255,.85);
}

.footer1_l a{
    color: rgba(255,255,255,.85);
}

.ewm{
    color: rgba(255,255,255,.85);
    text-align: center;
}

.ewm img {
    width: 100px;
}

.picbox{
    width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.25rem 0;
    margin: 0 auto;
    display: none;
}

.picbox .box{
    height: 44px;
    width: 183px;
/*    border: 1px solid #DFDFDF;*/
    display: inline-block;
    padding: 10px;
}

.picbox .box a{
   color: rgba(255,255,255,.6);
   text-decoration: none
}

.footer2 {
    text-align: center;
    font-size: 1.125rem;
    color: rgba(255,255,255,.6);
    background: #19346b;
    padding: 1.5rem;
    line-height: 1.5;
}

.footer2 a{
    color: rgba(255,255,255,.6);
}

.toutiao{
width: 1400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 0;
    text-align: center;
    background: #fff;

}

.toutiao  h2 {
    font-size: 30px;
    font-weight: bold;
}

.toutiao h2 a {
    color: #1c4aa3;
}

.ban{
    width: 1400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    position: relative;
}

/*.ban img{
    width: 1400px;
    height: 637px;
}
*/
.swiper {
    width: 1400px;
    height: 637px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

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


.btn{font-family: "swiper-icons";cursor: pointer;position: 
    absolute;z-index: 9;border-radius: 50%;color: #fff;background: rgba(0,0,0,0.4);
    top: 50%;transform: translateY(-50%);width: 4rem;height: 4rem;
    display: flex;align-items: center;justify-content: center;}
.btn_l{left: 1.25rem;}
.btn_r{ right: 1.25rem;}

.ban_title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 1rem;
    background: rgba(0,0,0,.5);
  color: #fff;
    font-size: 1.75rem;
    text-align: center;
    line-height: 5rem;
}

.Weizhi{
    width: 1400px;
    background: #d7d7d7;
    padding: 10px;
    box-sizing: border-box;
    height: auto;
    display: flex;
}

.main{
           width: 1400px;
        background: #fff; 
}

.huiyuan_list{
    width: 95%;
}

.Main2{
        width: 1400px;
        background: #fff;
}
.m_Left2{
     width: 1400px;
     padding: 15px;
    box-sizing: border-box;
}
.m_Left2 .info{
       width: auto;
}
.Con{
    width: 100%;
}
.m_Box25, .m_Box26{
    width: 1400px;
}

.Con p, .Con div{
font-size: 16px;
}
.m_Box24{
    width: 1306px;
}

.m_Box18{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 11px !important;
    width: 1400px;
    background: #ccc;

}

.m_Box18 li{
    width: 200px;
    padding: 0;
    margin: 0;
}
.m_Box18 li a{
    padding: 0;
    margin: 0;
    background: #fff;
    display: inline-block;
}
.m_Box18 li img{
    width: 200px;
    height: 150px;
}

.title{
    background: url(/skin/default/images/sy.jpg) no-repeat;
    height: 178px;
    text-align: center;
    font-size: 44px;
    color: #fff;
    line-height: 70px;
    font-family: 楷体;
    font-weight: bold;
    margin-top: 5px;
    /* width: 1400px; */
    background-size: cover;
}

.sy{
    width: 80%;
}