<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* .container1{
    padding: 70px 0 0;
} */
.nybannerimg .sj_bj{display:none;}
.gywm{
    padding: 0 0 40px;
}
.gsjj-1{
    width: 1200px;
    margin: 0 auto;
}
.gsjj-2 h3{
    font-size: 25px;
    color: #555;
    font-weight: 400;
}
.gsjj-2 p{
    font-size: 16px;
    color: #bbb;
    line-height: 26px;
    margin-top: 5px;
}
.gsjj-3{
    overflow: hidden;
}
.gsjj-2{
    margin-bottom: 20px 0;

}
.gsjj-31{
    float: left;
    width:57%;
}
.gsjj-31 p{
    margin-bottom: 5px;
    font-size: 16px;
    color: #555555;
    line-height: 220%;
    
}
.gsjj32{
    float: right;
    width: 40%;
}
.gsjj32 img{
    width: 100%;
    border-radius: 6px;
}
.lxkf{
    display: inline-block;
    padding: 15px;
    position: relative;
    padding-left: 55px;
    box-sizing: border-box;
    border: 1px solid transparent;
    line-height: 1;
    border-radius: 6px;
    background-color: #dd2e35;
    color: #fff;
    margin-right:10px;
}
.lxkf img{
    position: absolute;
    left: 15px;
    top: 6px;
    height: 20px;
    background-color: #dd2e35;
    border-radius: 50%;
    padding: 6px;
}
.lxkf:hover{
    opacity:0.8;
}

.dzxzbg{
    background: #f2f2f2;
    text-align: center;
    padding: 40px 0;
}

.in h2{
    font-size: 25px;
    color: #333;
    margin-bottom:20px;
}
.zczlbg .in h2{
    color: #fff;
}
.dzxztext {
    line-height: 2;
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
}
.dzxztext .tu{width: 150px;
    height: 150px;
display: inline-block;
border-radius: 50%;
overflow: hidden;
 background: #fff;
 position: relative;
    box-shadow: 1px 1px 20px #eee;
}
.dzxztext .tus{
display: inline-block;
overflow: hidden;
    /* box-shadow: 1px 1px 20px #eee; */
}
.dzxztext p img{
    width: 100%; 
    margin-bottom: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.dzxztext .tus img{
    position: static;
    left: 0;
    transform: none;
}

.hwysbg{
    padding: 40px;
        margin-top: -70px;
    padding-top: 70px;
}
.hwysbg .hwysul{padding-bottom: 40px;} 
.hwystitle{
    text-align: center;
    margin: 20px 0 40px;
    font-size: 30px;
    color: #333;
}
.hwysul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hwysul .hwysitem{
    width: 26%;
    box-sizing: border-box;
    color: #333;
    margin: 0 2%;
    margin-bottom: 40px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transition: box-shadow 0.5s;
    border-radius:10px;
}
.hwysul .hwysitem:hover{
    box-shadow:1px 0.5rem 1rem #e2dddd;
}
.box{
    border-radius: 6px;
    padding: 30px;
    transition: all 0.5s;
    line-height: 2;
    text-align: center;
    width:100%;
    box-sizing: border-box;
}
.box h3{
    font-size: 20px;
}
.box p{
    font-size: 18px;
    overflow: hidden;
}

/* 111 */
.zczllist ul{width: 65%;border-radius: 10px;display: flex;flex-wrap: wrap;justify-content: space-between;background: #fff;margin:0 auto 25px;}
.zczllist ul:last-child{margin-bottom: 0;}
.zczllist ul li{line-height: 60px;color: #1a4667;}
.zczllist ul li:nth-child(1){width: 43%;text-align: right;padding-right: 10px;box-sizing: border-box;}
.zczllist ul li:nth-child(2){width: 14%;background: #1a4667;color: #fff;text-align: center;font-weight: bold;}
.zczllist ul li:nth-child(3){width: 43%;padding-left: 10px;box-sizing: border-box;}
.zczlbg{
    background: url(../images/zcbg.jpg);
    background-size: cover;
    margin-top: -70px;
    padding-top: 70px;
}
.in{
    text-align: center;
}
.zczllist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px 30px;
}
.zczlli{
    width: 23%;
    background: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transition: all 0.5s;
    border-radius:10px;
}
.zczlli:hover{
    box-shadow: 0 1rem 3rem rgba(87,87,87,0.2);
    transform: scale(1.05);
}
.zczlbox{
    /* padding: 15px; */
    overflow:hidden;
}
.zczlbox img{width: 100%;border-radius:10px;display: block;}
.zczltablay{
    display: table;
    width: 100%;
    text-align:  center;
    position: relative;
}
.zczltext{
    line-height: 2;
    font-size: 16px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background:rgba(0,0,0,0.5);
    border-radius:10px;
    text-align:center;
    color:#fff;
    box-sizing:border-box;
    font-weight: bold;
}
.zczltext p{position:absolute;width:95%;left:50%;top:50%;-webkit-transform: translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%); color: #FFF;}




.kjzcbg{
    width: 100%;
    background: #333;
    /*margin-top: 40px;*/
    color: #fff;
    background: url(../images/sbg.jpg)no-repeat;
}
.kjzc{
    box-sizing: border-box;
    padding: 50px 0;
}
.kjzctitl{
    text-align: center;
}
.kjzcp{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
}
.kjzcp img{
    width: 100%;
}
.kjzcp .kjzct2{
    display: none;
}
.kjzcp span{
    width: 35px;
    height: 35px;
    background: #ffffff;
    border-radius: 100%;
    border: 1px solid;
    border-color: #ffffff;
    position: absolute;
    color: #333;
    left: -10px;
    top: 5px;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    font-weight: 100;
    z-index: 9;
    transition: all .25s ease-out;
}
.yzsdw{}
.yzsdw a{display:block;text-align:center;width:150px; padding: 0 10px;margin:0 auto;line-height:40px;color:#fff;background:#dd2e35;border-radius:10px;transition:all 0.5s;}
.yzsdw a:hover{opacity:0.8;transition:all 0.5s;}
.kjzctitl{
    margin-bottom: 40px;
}
.kjzctitl h2{
    /* font-weight: 400; */
    font-size: 25px;
    margin-bottom: 10px;
}
.kjzcul{
    display: flex;
}
.kjzcul h3{ color:#FFF;}
.kjzcp:hover .kjzct1{
    display: none;
}
.kjzcp:hover .kjzct2{
    display: inline-block;
}
.kjzcp:hover span{
    background: #333;
    color: #fff;
    border-color: #333;
}
.kjzcli{
    width: 24%;
    text-align: center;
    cursor: pointer;

}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹*/
.gszc{padding:40px 0;
   margin-top: -70px;padding-top: 70px;
 }
.gszc .in h2{
    margin:40px 0 30px;
}
.gszc-s-b{overflow:hidden;}
.gszc-s-b{overflow:hidden;background:url(../images/p6.png)no-repeat;width:1200px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap: wrap;padding:30px;border-radius:10px;}
.gszc-s-b ul{float:left;width:45%;}
.gszc-s-b ul li{margin-bottom:50px;text-align:center;line-height: 2px;}
.gszc-s-b ul li h4{text-align:center;margin-bottom:30px;font-size:18px;}
.gszc-s-b2{background:#1a4667;display:flex;justify-content:center;padding:20px;margin-top:40px;border-radius:10px;}
.gszc-s-b2-l{color:#fff;font-size:25px;line-height:40px;/*font-weight:bold;*/margin-right:50px;}
.gszc-s-b2-c{margin:0 50px;}
.gszc-s-b2-c input{border:none;outline:none;text-indent:10px;height:40px;margin-right:20px;width:270px;box-sizing:border-box;float:left;border-radius:10px;color:#1a4667;}
.gszc-s-b2-c button{background:#fff;outline:none;border:0;height:40px;width:150px;border-radius:10px;font-weight:bold;color:#1a4667;cursor:pointer;}
.gszc-s-b2-c button:hover{background:#eee;color:#dd2e35;}
.gszc-s-b2-r{/*line-height:40px;*/color:#fff}
.gszc-s-b2-r img{display:block;float:left;width:40px;margin-right:10px;}
.gszc-s-b2-r a{color:#fff;}
.gszc-s-b2-r a:hover{text-decoration: underline;color:#dd2e35;}
/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸*/

/* ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ */
.gszc-s-bulli{
    width: 85%;
    margin: 0 auto;
}
.gszc-s-bulli .xxnr li{display: none;}
.gszc-s-bulli .xxtg{
    background: #1a4667;
    overflow: hidden;
    width: 100%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    border-radius: 10px 10px 0 0;
}
.gszc-s-bulli .xxtg .xxtgactiv{
    background: #dd2e35;
}
.gszc-s-bulli .xxnr .xxtgactivcon{
    display: inline-block;
}
.gszc-s-bulli .xxtg li{
    padding: 10px 0;
    float: left;
    width: 50%;
}

.gszc-s-bulli .xxnr{
    background: #f2f2f2;
    border-radius: 0 0 10px 10px;
    text-align: center;
}
.gszc-s-bulli .xxnr li{
    width: 94%;    
    text-align: center;
    margin: 20px 0;
    height: 198px;
}
.gszc-s-bulli .xxnr li p{
   background: rgba(26, 70, 103, 0.7);
   color: #fff;
   padding: 10px;
   border-radius: 10px;
   font-size: 16px;
   text-align: left;
   width: 33%;
   box-sizing: border-box;
   margin: 10px auto;
   /* display: inline-block; */
}
.gszc-s-bulli .xxnr li:nth-child(2) p{display:inline-block;}
.gszc-s-bulli .xxnr li p b{
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
}


.yzsfwbg{
    padding: 40px;
    background: #f2f2f2;
}
.yzsfwbg .lg {
     margin-bottom: 28px;
}
.yzsfwbg .lg h3{
display: flex;
flex-wrap: wrap;
justify-content: space-between;}
.yzsfwbg .lg .yh{    width: 12%;
border: 1px solid #999;
padding: 2px;
box-sizing: border-box;
border-radius: 10px;}
.yzsfwbg .lg .yh img{
    width: 100%;
}
.hwystitle{
    text-align: center;
    margin: 40px 0 20px;
    font-size: 25px;
    color: #333;
}
.yzsdwlist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yzsdwlist .yzsdwitem{
    width: 23%;
    box-sizing: border-box;
    color: #333;
    margin-bottom: 10px;
    transition: box-shadow 0.5s;
    border-radius:10px;
}
/* .yzsdwlist .yzsdwitem:hover{
    box-shadow: 0 1rem 3rem rgba(87,87,87,0.2);
    background: #fff;
} */
.box{
    border-radius: 6px;
    padding: 10px;
    transition: all 0.5s;
    line-height: 2;
    text-align: center;
    overflow:hidden;
    /* background: #fff; */
}
.box span{display:block;overflow:hidden;border-radius:10px;}
.box img{width:100%;border-radius:10px;transition:all 0.5s;}
.box h4{border-radius:10px;overflow:hidden;margin-bottom:10px; width: 120px;margin:0 auto;}
.yzsfwbg  .box h4{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
}

.box h4 img{border-radius: 10px;transition:all 0.5s;display:block;width: 60%;margin: auto;}
.yzsfwbg  .box h4 img{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.box h3{
    font-size: 20px;
}
.box1 p{
    font-size: 20px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ */
.zyrytitl{
    margin-bottom: 30px;
}
.zyrytitl h2{
    text-align: center;
    font-size: 25px;
}
.zyry{
    padding: 40px 0;
}
.zyrylist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zyryli{
    width: 18%;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
}
.zyrybox{
    box-shadow: 1px 1px 10px rgba(87,87,87,0.2);
    transition: box-shadow 0.5s;
    overflow: hidden;
}
.zyrybox:hover{
    box-shadow: 0 1rem 3rem rgba(87,87,87,0.2);
}
.zyrypic img{
    width: 100%;
    display: block;
}
.padding1{
    padding: 15px;
}
.padding1 .fs4{
    font-size: 16px;
}
.padding1 .fs3{
    font-size: 12px;
    color: #999;
}
/* .zczl {
    padding: 40px 0;
} */
.zczl .in .vs {width: 50px;}
.zczl .in .vs img{width: 50px;}
#zchgs .hwysul{justify-content:space-between;padding-bottom: 0;}
#zchgs .gd{margin-bottom: 30px;}
#zchgs .hwysul .hwysitem{width:18%;margin-left:0;margin-right:0;} 
#zchgs .hwysul .hwysitem:hover a{    color: #dd2f36;}
#zchgs .hwysul .hwysitem a{
    color: #333;
}
#zchgs .gd a{
    display: block;
    text-align: center;
    width: 150px;
    padding: 0 10px;
    margin: 0 auto;
    line-height: 40px;
    color: #fff;
    background: #dd2e35;
    border-radius: 10px;
    transition: all 0.5s;
}
#zchgs .gd:hover a{
    opacity: 0.8;
    transition: all 0.5s;
}
/*ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚ Ãƒâ€šÃ‚ ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¶Ãƒâ€¹Ã¢â‚¬ ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹*/
.cgal-t{text-align:center;margin-bottom:30px;overflow: hidden;}
.cgal-t a{padding:10px 20px;margin:0 5px;display: inline-block;background:#373d41;color:#fff;transition:all 0.5s;position: relative;  border-radius: 6px;}
.cgal-t a:hover{transition:all 0.5s;background:#dd2e35;
}
.cgal-t a.active{background:#dd2e35;}
.cgal-t a span{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}


.newsmorelist{
    overflow: hidden;
}
.newsmoreli{
    width: 48%;
    float: left;
    margin-right: 1%;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    padding-left: 20px;
    box-sizing: border-box;
}
.newsmoreli a{color: #333;display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
overflow: hidden;}
.newsmoreli a li{}
.newsmoreli:hover a{color: #dd2e35;
}
.newsmoreli:nth-child(even){    
    margin-right: 0;
    margin-left: 1%;
}
.newsmoreliimg{
    width: 30%;
    display: inline-block;
    overflow: hidden;
}
.newsmoreli:hover .newsmoreliimg img{
    transform: scale(1.2);
}
.newsmoreli:hover .newsmoretext{
    color: #dd2e35;
}
.newsmoreliimg img{
    display: block;
    width: 100%;
    transition: all 0.5s;
}
.newsmoretext{
    width: 65%;
    margin-left: 3%;
    display: inline-block;
    color: #333;
    vertical-align: top;
}
.newsmoretitle{
    font-size: 18px;
    line-height: 2;
    color: #1a4667;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsmorespan{
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color:#999;
}


.nybannerimg .fwxmbnTitle{
    top: auto;
    bottom: 10%;
}
.fwxmbnTitle .ljzxa{
    padding: 15px 30px;
}
#card{height: 100%;}


.RelatedLinksbg{
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 0;
    position: fixed;
    background: rgba(26, 70, 103, 0.7);
    overflow: hidden;
    transition: all .5s;
    overflow: hidden;
    box-sizing: border-box;
}
.RelatedLinks{
    width: 78%;
    margin: 0 auto;
    color: #fff;
    transition: all 0.5s;
}
.RelatedLinks span{display: inline-block;border-right: 1px solid #eee;padding-right: 20px;}
.RelatedLinks ul{display: inline-block;padding-left: 20px;}
.RelatedLinks li {
    display: inline-block;
    padding: 0 10px;
}
.RelatedLinks li a{color: #fff;}
.RelatedLinks li:hover a{color: #dd2e35;}
.relatelinkimg{
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -17.5px;
    cursor: pointer;
}
.opentelDiv{color: #fff;display: none;text-align: center;cursor: pointer;}

#newsmorebg{margin-top: -70px;padding-top: 70px;}

/* é¦™æ¸¯å…¬å¸æ³¨å†Œ */
.hstitle{
    text-align: center;
}
/* ç‘žæºä¼˜åŠ¿ */

.ruiyyous .in h2{color: #333;}
.ruiyyous{background: none;
    background-color: #f2f2f2;}

@media screen and (max-width:1200px){
    .gsjj-2 h3{text-align:center;}
    .nybannerimg .sj_bj{display:block;}
    .nybannerimg .web_bj{display:none;}
    .RelatedLinksbg{display: none;}
    .gsjj32 img{display:none;}
    .gsjj-31{width:100%;display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
    .gsjj-2 h3{font-size:22px;text-align:center;width:calc(100vw - 30px);}
    .gsjj-31 p{font-size:14px;}
    .lxkf{margin:0 auto;display: block;
        width: 150px;margin-bottom:10px;}
    .dzxzbg{background:none;}
    .gywm{padding-bottom:40px;}
    .dzxzbg{padding:0;}
    .dzxztext p{color:#666;text-align:left;font-size:14px;}
    .dzxztext{    width: 100%;}

    .dzxztext p img{}
    /* é€‰å¯¹æœåŠ¡ */
    .xdfwh3{width: 100% !important;
        line-height: 55px !important;
        font-size: 18px !important;

       }
       /*ä¼˜åŠ¿*/
       .zczlbg .in h2{color: #333}
    .in h2,.hwystitle{font-size:22px;font-weight:normal;margin-bottom:20px;}
    .hwysbg{padding:0;/*padding-bottom:30px;*/padding-top: 70px;}
    /* .box{padding:15px;} */
    #zchgs .hwysul .hwysitem{width:46%;margin-bottom: 20px;}
    .hwysul .hwysitem{width:98%;margin-bottom: 20px;}
    .box p{height:auto;color:#666;text-align: justify;text-align:center;line-height:24px;font-size:16px;}
    .yzsfwbg  .box p{font-weight: bold;color: #333;font-size: 15px;}
    /*.box img{margin-top:10px;}*/

        /* 111 */
    .zczllist ul{width: 100%;border-radius: 10px;display: flex;flex-wrap: wrap;justify-content: space-between;background: #eee;margin:0 auto 15px;}
    .zczllist ul:last-child{margin-bottom: 0;}
    .zczllist ul li{line-height: 24px;color: #1a4667;font-size: 13px;}
    .zczllist ul li:nth-child(1){width: 43%;text-align: right;padding:0 10px;box-sizing: border-box;}
    .zczllist ul li:nth-child(2){width: 14%;background: #1a4667;color: #fff;text-align: center;font-weight: bold;font-size: 16px;}
    .zczllist ul li:nth-child(3){width: 43%;padding:0 10px;box-sizing: border-box;}

    .gszc-s-b table tr td{font-size:14px;}

    .gszc-s-b2{flex-wrap:wrap;padding:15px;}
    .gszc-s-b2-l{margin:0;font-size:22px;margin-bottom:10px;}
    .gszc-s-b2-c{margin:0;}
    .gszc-s-b2-c input{margin-bottom:15px;margin-right:0;font-size:14px;width:100%;}
    .gszc-s-b2-c button{margin-bottom:10px;width:100%;font-size:16px;}
    .gszc-s-b2-r img{width:40px;}

    .hwysul .hwysitem:hover .box h4 img{transform: scale(1);}
    .box h3{font-size:16px;}
    .zczllist{padding:0px;}
    .zczlli{width:100%;}
    .zczlli:hover{box-shadow:0 0 20px rgba(0,0,0,0.1);    transform: scale(1);}
    .kjzcbg{margin-top:15px;background-size: auto 100%;}
    .zczltablay{overflow:hidden;}
    .zczlimg{}
    .zczltext{float:left;width: 100%;/* margin-top:23px; */font-size:16px;}
    .yzsfwbg{padding:15px 0;background: none;padding-top: 30px;}
    .zczlbg{background: none;margin-bottom: 40px;padding-top: 40px;}
    .yzsdwlist .yzsdwitem{width:50%;}
    .yzsfwbg .lg .yh{
           width: 48%;
         margin-bottom:15px;
           }
    .yzsdwlist .yzsdwitem:hover{box-shadow: 0 0 20px rgba(0,0,0,0.1);}
    .kjzcul{justify-content: space-between;flex-wrap: wrap;}
    .kjzcli{width:48%;margin-bottom:20px;}
    .kjzcli h3{font-size:16px;}
    .kjzctitl h2{font-size:22px;font-weight:normal;}
    .kjzctitl p{font-size:14px;color:#fff;}
    .kjzctitl{margin-bottom:15px;}
    .in h2{margin:15px 0;}
    .kjzcp img{width:100px;}
    .kjzcp{width:100px;height:100px;}
    .kjzc{padding:30px 15px;}
    .zyry{padding:30px 0;}
    .zyrytitl{margin-bottom:15px;}
    .zyrytitl h2{font-size:22px;font-weight:normal;}
    .zyryli{width:48%;}
    .zczl{padding:0;}
    .yzsdw a{margin-top:-20px;}
    .gszc{padding:20px 0;padding-top: 70px;}
    .cgal-t{
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cgal-t a{
        float: left;
        margin-bottom: 10px;
        width: 45%;
        padding: 10px 0;
    }
    .hwysul .hwysitem:hover{
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }
    .lxkf:hover{
        background:#dd2e35;
        color: #fff;
    }
    .newsmoreli:nth-child(even){margin-left:0;}
    .newsmoreli{width:100%;padding-left: 0;}
    .newsmoreli a{overflow:hidden;display:block;display:flex;justify-content: space-between;}
    .newsmoreli a img{height:100%;}
    .gszc-s-b{width:100%;background: none;padding:0;}
    .gszc-s-b ul li{margin-bottom:15px;color:#666;letter-spacing:0;font-size:14px; line-height: 22px !important;}
    .gszc-s-b ul li h4{font-size:16px;}
     .gszc-s-bulli{
        width: 100%;
    }
    .gszc-s-bulli .xxnr li p{
        width: 94%;
    }
    .gszc-s-bulli .xxnr li{height:auto;}
    .nybannerimg .fwxmbnTitle{
        bottom: 6%;
    }
    .fwxmbnTitle .ljzxa{
        padding: 6px 15px;
    }
    .hstitle{font-size:20px;color:#333;}
    .caiz{width:100% !important;}
    .huasimg{width:100% !important;}
    .huasimg img{width:100%;}
    .huasright{width:100% !important;}
    .caiz&gt;p{font-size: 14px !important;}
    .huasright p:last-child{margin:0 !important;}
}</pre></body></html>