/*å…¬å…±æ ·å¼å¼€å§‹*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* è‡ªå®šä¹‰å­—ä½“å¼•å…¥ */
@font-face {
    font-family: YouSheBiaoTiHei-2;
    src: url(../fonts/YouSheBiaoTiHei-2.ttf) format("truetype");
}
/* åŠ ç²—å­—ä½“ */
h1, h2, h3, h4, h5, h6,strong,b{
    font-weight: 700;
    color: #333;
}
button{
    cursor:pointer;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
/* å–æ¶ˆæ¼‚æµ®æ ·å¼ */
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}
body {
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun",
    "Hiragino Sans GB", sans-serif;
    line-height: 1;
}
button{
    outline: none;
}
a{
    text-decoration: none;
    color: #333;
}

ol, ul {
    list-style: none;
}
li{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus{
    outline:none;
}
h2{
    font-size: 24px;
    margin: 30px 0;
    font-weight: bold;

}
/* å±…ä¸­ */
.main{
    width: 1200px;
    margin: 0 auto;
}
/* å¤´éƒ¨é—´è· */
.top20{
    margin-top: 20px;
}
.fl{
    float: left;
}
.bo{
    margin-bottom: 30px;
}
.fa14 a{
    font-size: 14px !important;
}
/*å…¬å…±æ ·å¼ç»“æŸ*/
* {
    margin: 0px;
    padding: 0px;
}
html, body {
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun",
    "Hiragino Sans GB", sans-serif;
    height: 100%;
}
/* å¯¼èˆª */
.xx123-Nav-ab{
    display: block;
    /*line-height: 100px;*/
    background: linear-gradient(270deg, #6DBEFF 0%, #239CFF 100%);
}
.xx123-Nav{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.xx123-Nav-a1 li{
    line-height: 70px;
    float: left;
    margin-right: 40px;
    position: relative;
}
.xx123-Nav-a1 li a{
    font-size: 18px;
    color: #fff;
}
.xx123-Nav-a1 li a:hover,.xx123-Nav-b1{
    font-weight: bold;
    color: #fff !important;
}
.xx123-Nav-b1::after ,.xx123-Nav-a1 li a:hover::after{
    content: '';
    background-color: #fff;
    width: 80%;
    height: 4px;
    border-radius: 8px;
    display: block;
    position: absolute;
    bottom: 12px;
    right: 10%;
}
/* å¯¼èˆªç»“æŸ */
/* logo */
.xx123-Nav img{
    height: 70px;
    display: block;
    float: left;
    margin-right: 56px;
}
/* logoç»“æŸ */
/* æœç´¢ */
.xx123-logo{
    margin-top: 30px;
}
.xx123-se {
    width: 600px;
    height: 54px;
    background-color: #F0F0F0;
    border: 1px solid #DFDFDF;
    border-radius: 50px;
    overflow: hidden;
}
.xx123-se .xx123-in{
    border: 0;
    line-height: 54px;
    width: 75%;
    text-indent: 1.5em;
    font-size: 16px;
    float: left;
    background: url(../img/Slice4.png) no-repeat center left;
    background-size: 20px 20px;
    margin-left: 2%;

}
.xx123-se button{
    border: 0;
    background-color: #239CFF;
    line-height: 54px;
    border-radius: 40px;
    color: #FFFFFF;
    width: 23%;
    font-size: 18px;
}
.xx123-se1{
    margin-left: 300px;
    overflow: hidden;
}
.xx123-se2{
    margin-top: 20px;
}
.xx123-se2 a{
    display: block;
    float: left;
    line-height: 24px;
    padding: 0 20px;
    border-radius: 20px;
    color: #fff;
    background-color: #A8D9FE;
    margin-right: 20px;
    font-size: 14px;
}
.xx123-se2 a:hover{
    background-color: #239CFF;
    color: hsl(0, 0%, 100%,0.8) !important;
}
/* æœç´¢ç»“æŸ */
/* æˆ‘è¦æŠ•ç¨¿ */
.xx123-top_right{
    font-size: 12px;
    line-height: 14px;
    float: right;
}
.xx123-top_right li{
    float: left;
    line-height: 30px;
    background-color: #8ccbff;
    border-radius: 40px;
    margin-left: 20px
}
.xx123-top_right li a{
    padding:0 10px;
    color: #fff;
    display: block;
    line-height: 32px;
    float: right;
}
.xx123-top_right li:nth-child(2) a{
    background: url(../img/Slice3.png) no-repeat center left;
    background-size: 14px 14px;
    padding-left: 19px;
}
.xx123-top_right li:nth-child(3) a{
    background: url(../img/Slice15.png) no-repeat center left;
    background-size: 10px 14px;
    padding-left: 19px;
}
/* æˆ‘è¦æŠ•ç¨¿ç»“æŸ */
/* mian */
.xx123-Site-conten{
    width: 100%;
    overflow: hidden;
    min-height:100%;
}
/* å‹æƒ…é“¾æŽ¥ */
.xx123-yq{
    margin: 30px auto 10px auto;
    overflow: hidden;
}
.xx123-yq ul {
    display: flex;
    padding: 0 20px;
    justify-content: left;
}
.xx123-yq ul li{
    font-size: 14px;
    color: #040404;
    margin-right: 20px;
}
.xx123-yq ul li a{
    color: #9E9E9E;
}
/* å‹æƒ…é“¾æŽ¥ç»“æŸ */
/* åº•éƒ¨ */
footer{
    margin-top: 20px;
    width: 100%;
    height: 100px;
    text-align: center;
    padding: 15px 0;
    overflow: hidden;
    background-color: #3E4445;
}
/* footer div{
    padding: 10px 0;
} */
footer div a{
    padding: 0 10px;
}
footer div a{
    /*border-right: 1px solid hsl(0, 0%, 100%,0.8);*/

}
footer div a:nth-child(4){
    border: 0;
}
footer div a,
footer div p{
    font-size: 12px;
    color: #FFFFFF;
    opacity: 0.8;
    line-height: 28px;
}
/* åº•éƒ¨ç»“æŸ */
/* banner */
/* è½®æ’­å›¾å¼€å§‹ */
.xx123-ban-b{
    float: left;
    margin-right: 20px;
}
#slideshow{
    width: 520px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

/*#slideshow img{*/
/*    width: 520px;*/
/*    height: 300px;*/
/*    border-radius: 4px;*/
/*    position: absolute; !*å›¾ç‰‡é‡‡å–ç»å¯¹å®šä½ï¼Œå‡ä½äºŽå·¦ä¸Šè§’ï¼Œé‡å åœ¨ä¸€èµ·*!*/
/*    top: 0;*/
/*    left: 0;*/
/*    opacity: 0; !*åˆå§‹ä¸é€æ˜Žåº¦ä¸º0ï¼Œå›¾ç‰‡éƒ½çœ‹ä¸è§*!*/
/*    transition: opacity 1s linear; !*--é‡ç‚¹--å®šä¹‰ä¸€ä¸ªå…³äºŽé€æ˜Žåº¦çš„transition*!*/
/*}*/
/*#slideshow img.active{*/
/*    opacity: 1; !*æœ‰activeç±»çš„å›¾ç‰‡ä¸é€æ˜Žåº¦ä¸º1ï¼Œå³æ˜¾ç¤ºå›¾ç‰‡*!*/
/*}*/
/*!*-- è®¾ç½®é¡µç çš„æ ·å¼ --*!*/
/*#slideshow div{*/
/*    position: absolute;*/
/*    bottom: 5px;*/
/*    right: 40%;*/
/*    padding: 5px;*/
/*    margin-left: -57.5px; !*æ°´å¹³å±…ä¸­ï¼Œç®—å‡ºæ¥å®½åº¦æ˜¯115px*!*/
/*    border-radius: 25px;*/
/*}*/
/*#slideshow span{*/
/*    float: left;*/
/*    width: 6px;*/
/*    height: 6px;*/
/*    border-radius: 48px; !*è®¾ç½®é¡µç ä¸ºåœ†å½¢*!*/
/*    margin: 0 5px;*/
/*    background: rgba(255, 255, 255);*/
/*}*/
/*#slideshow span.active{*/
/*    background-color: #1B90EF;*/
/*}*/
/*!*-- è®¾ç½®å·¦å³æŒ‰é’®æ¡†çš„æ ·å¼ --*!*/
/*#slideshow p{*/
/*    width: 30px;*/
/*    line-height: 50px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    margin-top: -30px; !*è®¾ç½®åž‚ç›´å±…ä¸­*!*/
/*    color: white;*/
/*    background: rgba(0,0,0,0.2);*/
/*    font-size: 16px;*/
/*    text-align: center;*/
/*    cursor: pointer; !*è®¾ç½®é¼ æ ‡*!*/
/*    !*è®¾ç½®ä¸èƒ½é€‰æ‹©æ–‡æœ¬*!*/
/*    -ms-user-select:none;!*IE10*!*/
/*    -webkit-user-select:none;!*webkitæµè§ˆå™¨*!*/
/*    user-select:none;*/
/*    display: none;*/
/*}*/
/*#slideshow p.left{*/
/*    left: 0;*/
/*}*/
/*#slideshow p.right{*/
/*    right: 0;*/
/*}*/
/*#slideshow:hover p{*/
/*    display: block;*/
/*}*/
/*#slideshow p:hover{*/
/*    background: rgba(0,0,0,0.6);*/
/*}*/
/* è½®æ’­å›¾ç»“æŸ */
.xx123-ban{
    overflow: hidden;
    margin-top: 20px;
    width: 1160px;
    padding: 20px 20px 10px 20px;
    background-color: #fff;
    border-radius: 8px;
}
/* å·¦ */
#xx123-box{
    height: 248px;
    overflow: hidden;
}
.xx123-ban-a{
    width: 300px;
    overflow: hidden;
    margin-right: 20px;
    float: left;
}
.xx123-ban-a1{
    height: 44px;
    border-radius: 8px;
    margin-bottom: 20px;
    background-color: #DCF0FF;
    padding: 0 20px;
    overflow: hidden;
}
.xx123-ban-a1 span{
    font-size: 20px;
    padding-left: 16px;
    color: #333;
    position: relative;
    float: left;
    line-height: 44px;
}
.xx123-ban-a1 span::before{
    content: '';
    background-color: #239CFF;
    width: 6px;
    height: 16px;
    border-radius: 20px;
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
}
.xx123-ban-a em{
    margin: 14px 0 0 0;
    float: right;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    line-height: 18px;
    display: block;
    padding: 0 10px;
    background-color: #239CFF;
}
.xx123-ban-a ul li{
    display: block;
    position: relative;
    line-height: 20px;
    margin-bottom: 16px;
    overflow: hidden;
}
a:hover{
    color: #239CFF !important;
}
.xx123-ban-a ul li a{
    display: block;
    float: left;
    font-size: 14px;
    padding-left:16px;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xx123-ban-a ul li::before{
    content: '';
    background-color: #d7d7d7;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}
.xx123-ban-a ul li:nth-child(1):before{
    background-color: #2190EF;
}
.xx123-ban-a ul li:nth-child(2):before{
    background-color: #FF9B44;
}
.xx123-ban-a ul li:nth-child(3):before{
    background-color: #FCCC22;
}
.xx123-ban-a ul li i{
    font-size: 12px;
    color: #999999;
    float: right;
    line-height: 18px;
}
/* å·¦ç»“æŸ */
/* å³ */
.xx123-ban-c {
    width: 300px;
    float: left;
}
.xx123-ban-c1 span{
    font-size: 20px;
    position: relative;

}
.xx123-ban-c ul li{
    float: left;
    width: 140px;
    text-align: center;
    margin: 15px 20px 0 0;
}
.xx123-ban-c ul li:nth-child(2n){
    margin-right: 0;
}
.xx123-ban-c ul li a{
    display: block;
    width: 120px;
    overflow: hidden;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 32px;
    background-color: #F0F0F0;
    color: #777777;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* å³ç»“æŸ */
/* bannerç»“æŸ */
/* æ ç›®å†…å®¹ */
.xx123-lan-a ,.xx123-lan-ab{
    margin-top: 20px;
    overflow: hidden;
}
.xx123-lan-b{
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
}
/* 1 */
.xx123-lan-b1{
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: #f2f2f2 solid 1px;
}
.xx123-lan-b1 h4{
    display: block;
    float: left;
    line-height: 36px;
    background-size: 36px 36px;
    font-size: 20px;
}
.xx123-lan-b1 ul li{
    float: left;
    margin-left: 40px;
    font-size: 14px;
    line-height: 36px;
}
.xx123-lan-b1 ul li a{
    color: #777;
}
.xx123-gd{
    float: right;
    line-height: 36px;
    font-size: 14px;
    color: #7A7A7A;
}
/* 1 */
/* 2 */
.xx123-lan-b3{
    width: 840px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
.xx123-lan-b2{
    overflow: hidden;
}
.xx123-lan-b2 ul li{
    width: 410px;
    margin: 20px 20px 0 0;
    float: left;
    overflow: hidden;
}
.xx123-lan-b2 ul li:nth-child(2n){
    margin-right: 0;
}
.xx123-lan-b2 ul li a img{
    width: 154px;
    height: 86px;
    border-radius: 8px;
    float: left;
    margin-right: 10px;
}
.xx123-lan-b2 ul li a span{
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 32px;
}
.xx123-lan-b2 ul li a em{
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #7A7A7A;
}
/* 2 */
/* 4 */
.xx123-lan-b4 ul{
    overflow: hidden;
}
.xx123-lan-b4 ul li{
    float: left;
    width: 410px;
    margin: 20px 20px 0 0;
}
.xx123-lan-b4 ul li:nth-child(2n){
    margin-right: 0;
}
.xx123-lan-b4 ul li a:nth-child(1){
    width: 84px;
    display: block;
    float: left;
    line-height: 30px;
    background-color: #F4F4F4;
    border-radius: 40px;
    color: #777777;
    text-align: center;
    font-size: 12px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}
.xx123-lan-b4 ul li a:nth-child(1):hover,.xx123-ban-c ul li a:hover,.xx123-ri-c ul li a:hover{
    background-color: #239CFF;
    color: #fff !important;
}
.xx123-lan-b4 ul li a:nth-child(2){
    display: block;
    float: left;
    width: 85%;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xx123-lan-b4 ul li i{
    float: right;
    font-size: 12px;
    line-height: 30px;
    color: #999999;
}
/* 4 */
/* å³ */
.xx123-lan-b5{
    overflow: hidden;
}
.xx123-lan-b5 h4{
    position: relative;
    float: left;
    font-size: 20px;
}
.xx123-lan-c{
    margin-top: 20px;
    width: 300px;
    float: left;
}
.xx123-lan-c ul,.xx123-lan-c ul li{
    overflow: hidden;
}
.xx123-lan-c ul li{
    margin-top: 17px;
}
.xx123-lan-c ul li span{
    display: block;
    float: left;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    background-color: #CCCCCC;
    margin-right: 10px;
}
.xx123-lan-c ul li:nth-child(1) span{
    background-color: #1B90EF;
}
.xx123-lan-c ul li:nth-child(2) span{
    background-color: hsl(207, 87%, 52%,0.8);
}
.xx123-lan-c ul li:nth-child(3) span{
    background-color: hsl(207, 87%, 52%,0.4);
}
.xx123-lan-c ul li a{
    display: block;
    float: left;
    width: 74%;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.xx123-lan-c ul li i{
    float: right;
    font-size: 12px;
    color: #999;
    display: block;
    line-height: 20px;
}
/* å³ç»“æŸ */
/* æ ç›®2 */
.xx123-lan-ab .xx123-lan-b1 h4{
    background: url(../img/Slice1.png) no-repeat center left;
    background-size: 22px 22px;
}
.xx123-lan-ab  .xx123-lan-b4 ul li{
    margin-top: 18px !important;
}
/* æ ç›®2ç»“æŸ */
/* æ ç›®å†…å®¹ */
/* label */
/* logo */
.xx123-logo1{
    margin-top: 0 !important;
    display: flex;
    height: 88px;
    justify-content: space-between;
    align-items: center;
}
.xx123-logo-a{
    background-color: #fff;
    overflow: hidden;
}
.xx123-logo1 img{
    margin-left: 0 !important;
    height: 42px !important;
}
/* logoç»“æŸ */
/* æœç´¢ */
.xx123-se3{
    border-radius: 4px !important;
    margin-top: 0;
    width: 400px !important;
    height: 34px;
    background-color: #F3F6F8 !important;
    overflow: hidden;
    border-radius: 80px !important;
    border: 1px solid #DFDFDF;
}
.xx123-se3 button {
    line-height: 34px !important;
    border-radius: 40px !important;
    font-size: 16px !important;
    font-weight: 600;
}
.xx123-se3 .xx123-in{
    background: none;
    font-size: 14px !important;
    background-color: #F3F6F8 !important;
    line-height: 34px;
    text-indent: 1em !important;
}
/* æœç´¢ç»“æŸ */
/* å¯¼èˆª */
.xx123-Nav1{
    background-color: #239CFF;
    overflow: hidden;
}
.xx123-Nav1 .xx123-Nav {
    height: 50px !important;
}
.xx123-Nav1 li{
    overflow: hidden;
    position: relative;
}
.xx123-Nav1 .xx123-Nav-b1::before{
    content: '';
    background-color: #fff;
    width: 70%;
    height: 4px;
    border-radius: 8px;
    display: block;
    position: absolute;
    bottom: 6px;
    left: 18%;
}
.xx123-Nav1 li a:hover::before{
    content: '';
    background-color: #fff;
    width: 70%;
    height: 4px;
    border-radius: 8px;
    display: block;
    position: absolute;
    bottom: 6px;
    left: 18%;
    opacity: 0.8;
}
/* å¯¼èˆªç»“æŸ */
/* æ ç›®å†…å®¹ */
.xx123-la-a{
    margin-top: 20px;
    overflow: hidden;
}
.xx123-la-b{
    width: 880px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}
/* å½“å‰ä½ç½® */
.xx123-la-c1{
    line-height: 40px;
    overflow: hidden;
    border-bottom: #f2f2f2 1px solid;
}
.xx123-la-c1 a ,.xx123-la-c1 i{
    display: block;
    float: left;
    font-size: 14px;
    color: #848484;
}
.xx123-la-c1 i{
    margin: 0 6px;
}
/* å½“å‰ä½ç½®ç»“æŸ */
/* æ‘˜è¦ */
.xx123-cla-ab {
    margin-top: 20px;
    overflow: hidden;
}
.xx123-cla-ab img{
    float: left;
    width: 222px;
    height: 125px;
    border-radius: 4px;
    margin-right: 10px;
}
.xx123-cla-ab h4{
    font-size: 20px;
}
/* æ‘˜è¦ç»“æŸ */
/* åˆ†ç±» */
.xx123-cla-a{
    background-color: #fff;
    padding: 0 20px 10px 20px;
    border-radius: 8px;
    overflow: hidden;
    /*margin-bottom: 20px;*/
}
.xx123-cla-a p{
    margin-top: 10px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #6B6B6B;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.xx123-cla-a1 {
    overflow: hidden;
    margin: 38px 0 20px 0;
    display: flex;
    justify-content: center;
}
.xx123-cla-a1 h4{
    font-size: 20px;
    background-size: 16px 16px;
    padding: 0 28px;
    position: relative;
}
.xx123-cla-a1 h4::before{
    content: '';
    background: url(../img/Slice8.png);
    width: 20px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}
.xx123-cla-a1 h4::after{
    content: '';
    background: url(../img/Slice8.png) right;
    width: 20px;

    height: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
}
.xx123-cla-a ul li{
    float: left;
    width: 266px;
    font-size: 14px;
    margin-right: 20px;
}
.xx123-cla-a ul li:nth-child(3n){
    margin-right: 0;
}
.xx123-cla-a ul li a{
    display: block;
    line-height:28px;
    position: relative;
    padding-left: 16px;
}
.xx123-cla-a ul li a::before{
    content: '';
    background: #9E9E9E;
    opacity: 0.3;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
}
/* åˆ†ç±»ç»“æŸ */
/* ä»Šæ—¥æŽ¨è */
.xx123-la-c3-a{
    line-height: 44px;
    background-color: #EDF7FF;
    border-radius: 8px;
    padding: 0 20px;
}
.xx123-la-c3-a span{
    font-size: 20px;
    position: relative;
    padding-left: 16px;
}
.xx123-la-c3-a span::before{
    content: '';
    background-color: #239CFF;
    width: 6px;
    height: 16px;
    border-radius: 6px;
    display: block;
    position: absolute;
    top: 6px;

}
.xx123-la-c3-a em{
    font-size: 12px;
    padding: 0 10px;
    border-radius: 40px;
    color: #fff;
    background-color: #239CFF;
    display: block;
    line-height: 18px;
    float: right;
    margin-top: 14px;
}
.xx123-la-c3 ul li {
    float: left;
    width: 266px;
    margin: 20px 20px 0 0;
}
.xx123-la-c3 ul li a{
    width: 250px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    position: relative;
    padding-left: 16px;
}
.xx123-la-c3 ul li a::before{
    content: '';
    background-color: #239CFF;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 4px;
    left: 0;
}
.xx123-la-c3 ul li:nth-child(3n){
    margin-right: 0;
}
/* ä»Šæ—¥æŽ¨èç»“æŸ */
.xx123-la-d{
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
}
.xx123-la-d1{
    overflow: hidden;
    line-height: 20px;
    padding-bottom: 20px;
    border-bottom: #f2f2f2 1px solid;
}
.xx123-la-d1 em{
    font-size: 20px;
    color: #239CFF;
    font-weight: bold;
    float: left;
    margin-right: 10px;
}
.xx123-la-d1 h4{
    font-size: 20px;
}
.xx123-la-d1 ul li{
    float: left;
    font-size: 14px;
    margin-left: 20px;
    background-color: #F0F0F0;
    border-radius: 20px;
}
.xx123-la-d1 ul li a{
    color: #7A7A7A;
    display: block;
    padding: 0 20px;
    line-height: 25px;
}
.xx123-la-d1 ul li:hover{
    background-color: #40A9FF;
}
.xx123-la-d1 ul li:hover a{
    color: #fff !important;
}
.xx123-dd{
    float: right;
    font-size: 14px;
    color: #999999;
}
.xx123-la-d2 li{
    padding: 20px 0;
    border-bottom: solid #f2f2f2 1px;
}
.xx123-la-d2 li a span{
    font-weight: 600;
    display: block;
    font-size: 18px;
    color: #343434;
}
.xx123-la-d2 li a:hover span{
    color:#239CFF ;
}
.xx123-la-d2 li a em{
    font-size: 16px;
    display: block;
    line-height: 24px;
    color: #777777;
    margin: 5px 0 20px 0;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xx123-la-d2-a {
    overflow: hidden;
    font-size: 12px;
    color: #B9B9B9;
}
.xx123-la-d2-a a{
    margin-right: 20px;
    display: block;
    max-width: 200px;
    float: left;
    color: #B9B9B9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xx123-la-d2-a i{
    float: right;
}
/* åˆ†é¡µ */
.xx123-paging{
    padding: 30px 0 10px 0;
    text-align: center;
}
.xx123-pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}
.xx123-pagination li {
    display: inline;
    text-align: center;
}
.xx123-pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #4a4a4a;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}
.xx123-pagination a.active {
    cursor: default;
}
.xx123-pagination a:active {
    outline: none;
}
.modal-4 a {
    color: #239CFF;
    margin: 0 5px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background-color: hsl(216, 70%, 58%,0.1);
}
.modal-4 a.next {
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0;
    border-radius: 5px;
    border: 0 !important;
    width: 80px;
}
.modal-4 a:hover {
    color: #fff !important;
    border: 1px solid #239CFF;
    background-color: #239CFF;
}
.modal-4 a.active, .modal-4 a:active {
    background-color: #239CFF;
    border: 1px solid #239CFF;
    color: #fff;
}
/* åˆ†é¡µç»“æŸ */
/* å³è¾¹æŽ¨è */
.xx123-ri-a{
    width: 300px;
    float: left;
    overflow: hidden;
}
/* 1 */
.xx123-ri-b{
    background-color: #F7F8F9;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
}
.xx123-ri-b1{
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}
.xx123-ri-b1 span{
    font-size: 20px;
    float: left;
    line-height: 24px;
    position: relative;
}

.xx123-ri-b1 em{
    float: right;
    display: block;
    line-height: 18px;
    padding: 0 10px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    background-color: #239CFF;
    margin-top: 14px;
}
.xx123-ri-b2{
    margin-top: 20px;
    position: relative;
    border-radius: 4px;
}
.xx123-ri-b2 img{
    width: 120px;
    height: 68px;
    margin-right: 10px;
    float: left;
    border-radius: 4px;
}
.xx123-ri-b2 h4{
    margin-top: 5px;
    font-weight: 500;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 20px;
}
.xx123-ri-b2:hover h4{
    color: #239CFF;
}
.xx123-ri-b2 i{
    display: block;
    margin-top: 10px;
    color: #B9B9B9;
    font-size: 12px;
}
.xx123-ri-b li{
    margin-bottom: 16px;
    overflow: hidden;
}
.xx123-ri-b li span{
    display: block;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 2px;
    background-color: #B0B0B0;
    color: #fff;
    float: left;
    font-size: 12px;
    margin-right: 10px;
}
.xx123-ri-b li:nth-child(1) span{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1B90EF;
}
.xx123-ri-b li:nth-child(2) span{
    background-color: hsl(207, 87%, 52%,0.8);
}
.xx123-ri-b li:nth-child(3) span{
    background-color: hsl(207, 87%, 52%,0.4);
}
.xx123-ri-b li:not(.xx123-ri-b2) a{
    display: block;
    width: 190px;
    float: left;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xx123-ri-b li:not(.xx123-ri-b2) i{
    font-size: 12px;
    display: block;
    line-height: 20px;
    color: #999999;
}
.xx123-ri-b li:nth-child(8){
    margin-bottom: 0;
}
/* 1 */
/* 2 */
.xx123-ri-c{
    margin-top: 20px;
    background-color: #F7F8F9;
    padding: 20px;
    overflow: hidden;
    border-radius: 8px;
}
.xx123-ri-c .xx123-ri-b1 span::before{
    background: url(../img/Slice5.png);
}
.xx123-ri-c ul a{
    display: block;
    float: left;
    line-height: 32px;
    font-size: 16px;
    color: #333333;
}
.xx123-ri-c ul i{
    float: left;
    line-height: 32px;
    font-size: 16px;
    color: #333333;
    padding: 0 5px;
}
/* 2 */
/* å³è¾¹æŽ¨èç»“æŸ*/
/* æ ç›®å†…å®¹ç»“æŸ */
/* labelç»“æŸ */
/* è¯¦æƒ…é¡µ */
.xx123-la-c{
    background-color: #fff;
    padding: 0 30px 20px 30px;
    border-radius: 8px;
}
.xx123-art{
    margin-top: 30px;
}
.xx123-art-a{
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}
.xx123-art-a .tiem{
    display: flex;
    justify-content: center;
    margin-top:20px;
    font-size: 12px;
    color: #999;
}
.xx123-art-a .tiem a{
    display: block;
    max-width: 205px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    color: #999;
    margin-left: 20px;
}
.xx123-art-a h1{
    font-size: 36px;
    line-height: 40px;
}
.xx123-tiem{
    overflow: hidden;
    margin: 20px 0;
}
.xx123-tiem i ,.xx123-tiem a{
    font-size: 12px;
    color: #999999;
    display: block;
    float: left;
}
.xx123-tiem a{
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
}
.xx123-art-b p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 20px;
    overflow: hidden;
}
.xx123-art-b img{
    max-width:100%;
}
.xx123-art-b p i{
    margin-right: 30px;
}
.xx123-art-b b{
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    overflow: hidden;
}
/* ç¯‡ */
.xx123-art-c p{
    padding-bottom: 66px;
    border-bottom: #f2f2f2 solid 1px;
}
.xx123-art-c p , .xx123-art-c p a{
    font-size: 12px;
    color: #9E9E9E;
}
.xx123-art-c1{
    margin: 30px 0 10px 0;
    display: flex;
    justify-content: space-between;
}
.xx123-art-c1 span{
    max-width: 400px;
    display: flex;
}
.xx123-art-c1 em {
    font-weight: bold;
    display: block;
    float: left;
    width: 64px;
}
.xx123-art-c1 a{
    max-width: 330px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
}
/* ç¯‡ç»“æŸ */
/* ç›¸å…³é˜…è¯» */
.xx123-rel{
    margin-top: 20px;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 20px 0 20px;
    overflow: hidden;
}
.xx123-rel-a{
    overflow: hidden;
}
.xx123-rel-a h4{
    font-size: 20px;
    line-height: 24px;
    position: relative;
    display: block;
    float: left;
}
.xx123-rel-a a{
    float: right;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}
.xx123-rel-b{
    overflow: hidden;
}
.xx123-rel-b ul li {
    width: 410px;

    margin: 20px 20px 20px 0;
    overflow: hidden;
    float: left;
}
.xx123-rel-b ul li:nth-child(2){
    margin-right: 0;
}
.xx123-rel-b ul li a img{
    width: 170px;
    height: 95px;
    border-radius: 8px;
    float: left;
    margin-right: 10px;
}
.xx123-rel-b ul li a span{
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 220px;
    font-size: 18px;
    font-weight: bold;
}
.xx123-rel-b ul li a em{
    display: block;
    padding-top: 10px;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
}
.xx123-rel-c li{
    width: 410px;
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
}
.xx123-rel-c li:nth-child(2n){
    margin-right: 0;
}
.xx123-rel-c li a{
    font-size: 16px;
    width: 350px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    position: relative;
    padding-left: 12px;
}
.xx123-rel-c li a::before{
    content: '';
    background-color: #239CFF;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}
.xx123-rel-c li i{
    font-size: 12px;
    color: #999999;
    float: right;
}
/* ç›¸å…³é˜…è¯»ç»“æŸ */
/* å³æŽ¨è */
.xx123-ri-d .xx123-ri-b1 span::before{
    background: url(../img/Slice10.png);
}
.xx123-ri-d {
    overflow: hidden;
    background-color: #F7F8F9;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}
.xx123-ri-d ul li{
    margin-top: 20px;
    overflow: hidden;
}
.xx123-ri-d ul li a{
    display: block;
    width: 180px;
    float: left;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xx123-ri-d ul li i{
    font-size: 12px;
    color: #999999;
    float: right;
}
/* å³æŽ¨èç»“æŸ */
/* ç½®é¡¶ */
.xx123-totop{
    display: none;
    position: fixed;
    right: 10px;
    top: 50%;
}
.totop{
    display: block;
    height: 36px;
    width: 36px;
    background: url(../img/Slice12.png) no-repeat center center;
    background-size: 36px 36px;
}
.xx123-top {
    margin-top: 20px;
    display: block;
    height: 36px;
    width: 36px;
    background: url(../img/Slice13.png) no-repeat center center;
    background-size: 36px 36px;
}
/* ç½®é¡¶ç»“æŸ */
/* è¯¦æƒ…é¡µç»“æŸ */
/* ç½‘ç«™åœ°å›¾ */
.xx123-la-a1{
    overflow: hidden;
}
.xx123-map{
    margin-top: 30px;
    overflow: hidden;
}
.xx123-map-a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}
.xx123-map-a li{
    font-size: 20px;
    margin-right: 60px;
    line-height: 32px;
}
.xx123-map-b{
    overflow: hidden;
    margin-top: 30px;
}
.xx123-map-b1 h4{
    font-size: 20px;
    position: relative;
    padding-left: 16px;
}
.xx123-map-b1 h4::before{
    content: '';
    background-color: #239CFF;
    height: 16px;
    width: 6px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}
.xx123-map-b ul{
    overflow: hidden;
    margin-top: 20px;
}
.xx123-map-b ul li {
    float: left;
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 20px;
}
/* ç½‘ç«™åœ°å›¾ç»“æŸ */



ul li{
    list-style: none;
}
a{
    text-decoration: none;
}

@font-face{font-family:iconbg;src:url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAYEAAsAAAAADPgAAAW2AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACEUAqKVIgiATYCJAM4Cx4ABCAFhE8HgT4b5AoRFaTRkX11YJ4WHePajryXFY9M6OsDcZ6DB+JP683Mj1h4Zf6kWFjJMU0XrFZMenJ64gLOnp2lOdv2QMZEmLKbffLoD3Lc5j5NBwzGYNItxC2VlWlFyfHj8lXdHwD//36zItOkoY1zG6kQ2xd/F5mKJoi0qYaGa5pYqAttqcRZxK4mcS8IL74GAVhpRhdkrz6DdJyzJyyeSyYaZC8gmy1mz5g2AbNShdZRIjCbjEMjaojNGEAWyhPApujvxTe0EGaQGBSU1bCpvSfzXtz+SKhAIgDqBoHl1sGzBAyAAhodrEYc6m7ag0qGGqGwNr1cYyHgxY1Cxu3xPvEhcV88P14e//+RRAKqusHxkfE8TWxGTQIv0yWTTua/eWBCYcaCFRsG7DgwoiERIIyA2IXcZ4YdELd7epgg3qcCBRyMCszAIajAAhyJCqxAHRXYgD5UYADmQWFZzAe7DZajAiPwf+ihwSMqkBEK8E8NcQYRsoEMEOtA3IKMs6OpEg2BfMo3MjdKOez2up7MTIfwBS6HMScpyWLxeBf59Qm6f1awwuYoigSOWe3hqC98LBDJD1UEo9Y8VWtzMlfYSnYGy1OtYiCvuwu/cmwXMvDi5zZHycPEI9FZMhA5nDZJnlh85FDpovwdkwdLUguKS6IOoYLFa9xtOzIwvtHJqqIIBI6Fo2KlA2Ny8qQdqqzM+nZFkdn8uAXbw6n+YvGZohTfjsBUhM0rDqbllhw9XFZWmqxvD09T6FNl+MCTpg2fPHXkqpI9qVOnleyNvpIsJVj82rHdKVMmb98VeT1t2pQdr87aHkjx6b4lUmR0lGQFU1snrioOJ+v+4isjpUCp3ZTU3mWa1aCPmDZl2CL/yCmTR+Q6xap5uE5GaAxGw7PQS3JgROtwggKz7TVvmTeWVFarLCnmLXvhD8957VJvm6TS2mVJ91onlYXkvhjsVPaJL1/8OeOnF7/6wrPU0zH9op9f7Jgy7+bvqVezX7DnGA+8n/b+AQNMQx/9lrvvgysFN3ZsTd26g096/ICXaXvg5b3Jhse03mraFtVHW6l6qWFeYa7WIC6KliJjsFBr1dBKy40ozKOaaugNeQMCqRXYeNYVDCovGKzzpCa7Hq95PL8gVjNUM1aQX1nzzOuVtSpjJVTXfrzWwTMpXZy4zD/lRx8uUwZrvn7meK16upPplVgton8+/XTsw49crhitxne42TJBUpBE6xMjE1IJmeh1ovX/JSIkpn7R9z3J++hm3ZuX1dHbtctqn6hW7Vr15JvBjJMTaDWieaP6RvnJalWf8zi9kUqD5ia/6cGD2EDqjfFiNKWieSY/rWTDrm1ZsqF0T/oyfWAoM6QPWJ7hTkf/ujA91LaeEUueHqBT/pSn01n3L9SsUFHZMfnAmUkWQqLuU0bOPVWhGgKo+TLIpeOTFwHkcXkeQI2U3biyQfIS8f+vvKMWy9YA8rz89T/nln2urFfGuTr9ZrZpOHK3//FTQleCxjbDZiQMZv9hOHrgoZrVDU6taXc9LwjAyUzM36UGsDIr+HO1ebm1VW0S244IjCRlIDGRAQoj1dRabh0wYKORbGTGtgArDekc3UYS01EIzQLUYRUHAjv7QeLkWVDYiam13E/BQCrnwYidr8CKn98Ss1FHDOypZlSCFvQVoqHFuYpEy7X/Qr8VxTku8PSHvEZaYIgqjX7igjw2yHryo4gDxzTDxxLZYSkElSmhkTaI1GOXv+lHWkPz7pVRCVrQV4iGFheYpThR+y/E81tR3LghW/qHvMbK8zC0faf6kywDNt144Xryo7AGB57M/MgMH0eREXKxmqA2y8maaqQNEwbqsWOHuaGk3do4P8xnACv0u50iyYqq6YZp2Y7r+eGa0Aw8rg+WaRUyt7Wo693/RoL3hZRFvrPK03ZnCq34opjp3HD0QZ4zyXrGRb+61Wb0TsrZZ5ZtM9U3TrIDAA==") format("woff2")}


.nav>li,.nav>li>a {
    display: block;
    position: relative
}

#menu-mainmenu {
    position: relative
}


#menu-mainmenu li img {
    display: inline-block;
    margin-right: 5px;
    margin-top: -1px;
    max-height: 20px;
    vertical-align: middle;
    width: auto
}


#menu-mainmenu .menu-item-icon {
    font-size: inherit;
    line-height: inherit;
    margin-right: 3px;
    vertical-align: top
}

#menu-mainmenu>.dropdown .dropdown-menu {
    backface-visibility: hidden;
    border: 0;
    border-radius: 0;
    display: block;
    opacity: 0;
    padding: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: transform .3s,opacity .1s .2s,visibility .1s .3s;
    visibility: hidden
}

#menu-mainmenu>.dropdown>.dropdown-menu {
    padding: 2px 0
}

#menu-mainmenu>.dropdown>.dropdown-menu li {
    display: block
}

#menu-mainmenu>.dropdown:hover>.dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
    transition: transform .3s,opacity .1s;
    visibility: visible
}

#menu-mainmenu>.dropdown>.dropdown-menu>.dropdown>.dropdown-menu {
    left: 100%;
    top: 0
}

#menu-mainmenu>.dropdown>.dropdown-menu>.dropdown:hover>.dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
    transition: transform .3s,opacity .1s;
    visibility: visible
}

#menu-mainmenu>.dropdown.menu-item-style .dropdown {
    display: inline-block
}

#menu-mainmenu>.dropdown.menu-item-style>.dropdown-menu .dropdown-menu {
    opacity: 1;
    position: static;
    transform: scaleY(1);
    visibility: visible
}


#menu-mainmenu>.menu-item-style>.menu-item-wrap {
    box-sizing: content-box;
    padding: 20px 32px
}


#menu-mainmenu>.menu-item-style>.menu-item-wrap>li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 210px
}

#menu-mainmenu>.menu-item-style>.menu-item-wrap>li>a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    padding: 0
}

#menu-mainmenu>.menu-item-style>.menu-item-wrap>li>a:hover {
    background: none
}

#menu-mainmenu>.menu-item-style>.menu-item-wrap .dropdown-menu {
    background: none;
    border: 0;
    box-shadow: none;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative
}


#menu-mainmenu>.menu-item-style>.menu-item-wrap .dropdown-menu li {
    display: block
}

#menu-mainmenu>.menu-item-style>.menu-item-wrap .dropdown-menu li a {
    font-size: 15px;
    line-height: 40px
}


#menu-mainmenu>.menu-item-style>.menu-item-wrap .dropdown-menu li a:hover {
    background: none;
    color: #1162e8
}

#menu-mainmenu>.menu-item-style .menu-item-col-2 {
    width: 450px
}

#menu-mainmenu>.menu-item-style .menu-item-col-3 {
    width: 690px
}

#menu-mainmenu>.menu-item-style .menu-item-col-4 {
    box-sizing: border-box;
    text-align: center;
    width: 100%
}

#menu-mainmenu>.menu-item-style .menu-item-col-4>li {
    width: calc(25% - 22.5px)
}

#menu-mainmenu>.menu-item-style .menu-item-col-5 {
    box-sizing: border-box;
    width: 100%
}





#menu-mainmenu>.menu-item-style2>.menu-item-wrap .dropdown-menu .menu-item-has-image a .menu-item-image,#menu-mainmenu>.menu-item-style2>.menu-item-wrap>.menu-item-has-image a .menu-item-image {
    margin-right: 15px;
    max-height: 40px
}


#menu-mainmenu>.menu-item-style3>.menu-item-wrap {
    box-sizing: border-box;
    padding-left: var(--menu-margin-left,3.2em);
    padding-right: var(--menu-margin-left,3.2em)
}

#menu-mainmenu>.menu-item-style3>.menu-item-wrap .dropdown {
    width: 100%
}

#menu-mainmenu>.menu-item-style3>.menu-item-wrap .dropdown-menu {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

#menu-mainmenu>.menu-item-style3>.menu-item-wrap .dropdown-menu>li.menu-item {
    width: 100%
}

#menu-mainmenu>.menu-item-style3>.menu-item-wrap .dropdown-menu li a,#menu-mainmenu>.menu-item-style3>.menu-item-wrap>.menu-item-has-image a {
    text-align: center
}


#menu-mainmenu>.menu-item-style3>.menu-item-wrap .dropdown-menu li a .menu-item-image,#menu-mainmenu>.menu-item-style3>.menu-item-wrap>.menu-item-has-image a .menu-item-image {
    border-radius: 3px;
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: none;
    width: 100%
}


#menu-mainmenu>.menu-item-style>.menu-item-wrap>li>a:hover {
    color: #1162e8
}

#menu-mainmenu>.menu-item-style>.menu-item-wrap>li>a:focus {
    background: none
}






#menu-mainmenu {
    align-items: center;
    font-size: 14px
}

#menu-mainmenu>li {
    --menu-item-padding: calc(var(--menu-item-margin, 28px)/2)
}

#menu-mainmenu>li.dropdown>a {
    padding-right: calc(var(--menu-item-padding) + 1em)
}

#menu-mainmenu>li:first-child {
    margin-left: 0
}

#menu-mainmenu>li.active>a {
    /*color: #206be7*/
    font-weight:bold;
}

#menu-mainmenu>li>a {
    background: none;
    color: #fff;
    line-height: 64px;
    padding: 0 var(--menu-item-padding);
    font-size:18px;
}

#menu-mainmenu>li>a:hover {
    background: none;
    color: #fff!important;
    font-weight:bold;
}

#menu-mainmenu>li.adv-style-flag {
    position: relative
}

#menu-mainmenu>li.adv-style-flag .menu-item-flag {
    background: #206be7;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    left: 100%;
    line-height: 1;
    padding: 3px 6px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(calc(-1.3em - var(--menu-item-padding)),-26px) scale(.9);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}


#menu-mainmenu>li.adv-style-btn {
    padding: 0 var(--menu-item-padding)
}


#menu-mainmenu>li.adv-style-btn>a {
    background: #206be7;
    border: 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    line-height: 36px!important;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    text-align: center;
    z-index: 0
}

#menu-mainmenu>li.adv-style-btn>a.btn-radius {
    border-radius: 30px;
    padding: 0 20px
}

#menu-mainmenu>li.adv-style-btn>a:before {
    bottom: 0!important;
    content: "";
    height: 100%!important;
    left: 0!important;
    margin: 0!important;
    opacity: 0!important;
    padding: 0!important;
    position: absolute!important;
    right: 0!important;
    top: 0!important;
    transition: none!important;
    width: 100%!important;
    z-index: -1
}

#menu-mainmenu>li.adv-style-btn>a:after {
    display: none
}

#menu-mainmenu>li.adv-style-btn>a:hover {
    background: #206be7;
    color: #fff
}

#menu-mainmenu>li.adv-style-btn>a:hover:before {
    background: rgba(0%,0%,10%,0.6);!important;
    bottom: 0!important;
    left: 0!important;
    margin: 0!important;
    opacity: .08!important;
    padding: 0!important;
    right: 0!important;
    top: 0!important;
    transition: none!important;
    width: 100%!important
}

#menu-mainmenu .material-icons {
    font-size: 16px;
    line-height: inherit;
    vertical-align: top
}

#menu-mainmenu svg.icon {
    height: 1em;
    vertical-align: -.15em;
    width: 1em;
    fill: currentColor;
    overflow: hidden
}

#menu-mainmenu>.dropdown {
    position: relative
}

#menu-mainmenu>.dropdown:after {
    content: "\e64e";
    font-family: iconbg;
    font-size: .9em;
    line-height: 64px;
    opacity: .7;
    position: absolute;
    right: calc(var(--menu-item-padding) - 2px);
    top: 0;
    transition: transform .3s;
    color:#fff;
}

#menu-mainmenu>.dropdown:hover:after {
    transform: rotate(-180deg);
    transition: transform .3s
}

#menu-mainmenu>.dropdown:hover>a:after,#menu-mainmenu>.dropdown:hover>a:before {
    opacity: 1
}

#menu-mainmenu>.dropdown>a {
    position: relative;
    z-index: 1001
}


#menu-mainmenu>.dropdown>a:after,#menu-mainmenu>.dropdown>a:before {
    border: 8px solid transparent;
    border-bottom: 8px solid rgba(0%,0%,10%,0.07);;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    position: absolute;
    transition: all .2s ease-out;
    width: 0
}







.navbar-nav {
    margin: 7.5px 10px
}

.navbar-nav>li>a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap
}

.navbar-nav {
    display:flex;
    margin: 0
}

.navbar-nav>li>a {
    padding-bottom: 15px;
    padding-top: 15px
}






#menu-mainmenu .nav>li {
    --menu-item-padding: calc(var(--menu-item-margin, 28px)/2)
}

#menu-mainmenu .nav>li.dropdown>a {
    padding-right: calc(var(--menu-item-padding) + 1em)
}

#menu-mainmenu .nav>li:first-child {
    margin-left: 0
}

#menu-mainmenu .nav>li.active>a {
    color: #206be7
}

#menu-mainmenu .nav>li>a {
    background: none;
    color: rgba(0%,0%,10%);;
    line-height: 64px;
    padding: 0 var(--menu-item-padding)
}

#menu-mainmenu .nav>li>a:hover {
    background: none;
    color: #1162e8
}

#menu-mainmenu .nav>li.adv-style-flag {
    position: relative
}

#menu-mainmenu .nav>li.adv-style-flag .menu-item-flag {
    background: #206be7;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    left: 100%;
    line-height: 1;
    padding: 3px 6px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(calc(-1.3em - var(--menu-item-padding)),-26px) scale(.9);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

#menu-mainmenu .nav>li.adv-style-btn {
    padding: 0 var(--menu-item-padding)
}

#menu-mainmenu .nav>li.adv-style-btn>a {
    background: #206be7;
    border: 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    line-height: 36px!important;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    text-align: center;
    z-index: 0
}

#menu-mainmenu .nav>li.adv-style-btn>a.btn-radius {
    border-radius: 30px;
    padding: 0 20px
}

#menu-mainmenu .nav>li.adv-style-btn>a:before {
    bottom: 0!important;
    content: "";
    height: 100%!important;
    left: 0!important;
    margin: 0!important;
    opacity: 0!important;
    padding: 0!important;
    position: absolute!important;
    right: 0!important;
    top: 0!important;
    transition: none!important;
    width: 100%!important;
    z-index: -1
}

#menu-mainmenu .nav>li.adv-style-btn>a:after {
    display: none
}

#menu-mainmenu .nav>li.adv-style-btn>a:hover {
    background: #206be7;
    color: #fff
}

#menu-mainmenu .nav>li.adv-style-btn>a:hover:before {
    background: rgba(0%,0%,10%,0.6);!important;
    bottom: 0!important;
    left: 0!important;
    margin: 0!important;
    opacity: .08!important;
    padding: 0!important;
    right: 0!important;
    top: 0!important;
    transition: none!important;
    width: 100%!important
}



.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 2px;
    box-shadow: 0 6px 12px rgba(0%,0%,10%,.2);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden
}

.dropdown-menu>li>a {
    clear: both;
    color: #232323;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    background-color: #f5f5f5;
    color: #161616;
    text-decoration: none
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    outline: 0;
    text-decoration: none
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-decoration: none
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    color: #777;
    display: block;
    font-size: 12px;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap
}

.dropdown-backdrop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    left: auto;
    right: 0
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    border-top: 0;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 2px;
    top: auto
}



.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-bottom: 0
}




#menu-mainmenu .dropdown-menu {
    background-color: #fff;
    min-width: 120px
}

#menu-mainmenu .dropdown-menu>li>a {
    color: rgba(0%,0%,10%);
    padding: 9px 15px
}

#menu-mainmenu .dropdown-menu>.active>a {
    background: none;
    color: #206be7
}

#menu-mainmenu .dropdown-menu>.active>a:focus,#menu-mainmenu .dropdown-menu>.active>a:hover,#menu-mainmenu .dropdown-menu>li>a:focus,#menu-mainmenu .dropdown-menu>li>a:hover {
    background: #1162e8;
    color: #fff;
    outline: 0
}


#menu-mainmenu>.dropdown .dropdown-menu {
    backface-visibility: hidden;
    border: 0;
    border-radius: 0;
    display: block;
    opacity: 0;
    padding: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: transform .3s,opacity .1s .2s,visibility .1s .3s;
    visibility: hidden
}


#menu-mainmenu>.dropdown>.dropdown-menu {
    padding: 2px 0
}

#menu-mainmenu>.dropdown>.dropdown-menu li {
    display: block
}

#menu-mainmenu>.dropdown:hover>.dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
    transition: transform .3s,opacity .1s;
    visibility: visible
}

#menu-mainmenu>.dropdown>.dropdown-menu>.dropdown>.dropdown-menu {
    left: 100%;
    top: 0
}

#menu-mainmenu>.dropdown>.dropdown-menu>.dropdown:hover>.dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
    transition: transform .3s,opacity .1s;
    visibility: visible
}


#menu-mainmenu>.menu-item-style>.menu-item-wrap .dropdown-menu {
    background: none;
    border: 0;
    box-shadow: none;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative
}


#menu-mainmenu>.menu-item-style>.menu-item-wrap .dropdown-menu li {
    display: block
}

#menu-mainmenu>.menu-item-style>.menu-item-wrap .dropdown-menu li a {
    font-size: 15px;
    line-height: 40px
}


#menu-mainmenu>.menu-item-style>.menu-item-wrap .dropdown-menu li a:hover {
    background: none;
    color: #1162e8
}



#menu-mainmenu>.menu-item-style2>.menu-item-wrap .dropdown-menu .menu-item-has-image a .menu-item-image,#menu-mainmenu>.menu-item-style2>.menu-item-wrap>.menu-item-has-image a .menu-item-image {
    margin-right: 15px;
    max-height: 40px
}


#menu-mainmenu>.menu-item-style3>.menu-item-wrap .dropdown-menu {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

#menu-mainmenu>.menu-item-style3>.menu-item-wrap .dropdown-menu>li.menu-item {
    width: 100%
}

#menu-mainmenu>.menu-item-style3>.menu-item-wrap .dropdown-menu li a,#menu-mainmenu>.menu-item-style3>.menu-item-wrap>.menu-item-has-image a {
    text-align: center
}


#menu-mainmenu>.menu-item-style3>.menu-item-wrap .dropdown-menu li a .menu-item-image,#menu-mainmenu>.menu-item-style3>.menu-item-wrap>.menu-item-has-image a .menu-item-image {
    border-radius: 3px;
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: none;
    width: 100%
}



#menu-mainmenu>.menu-item-style .menu-item-col-5>li {
    width: calc(20% - 24px)
}

#menu-mainmenu>.menu-item-style>.menu-item-wrap>li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 210px
}



#menu-mainmenu>.dropdown>a:after,#menu-mainmenu>.dropdown>a:before {
    border: 8px solid transparent;
    border-bottom: 8px solid rgba(0%,0%,10%,0.07);;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    position: absolute;
    transition: all .2s ease-out;
    width: 0
}

#menu-mainmenu>li.dropdown>a {
    padding-right: calc(var(--menu-item-padding) + 1em);
}


#menu-mainmenu>.dropdown>a:after {
    border-bottom-color: #fff;
    bottom: -1px
}

#menu-mainmenu>.menu-item-style .menu-item-col-5>li {
    width: calc(20% - 24px)
}

#menu-mainmenu>.menu-item-style>.menu-item-col-4,#menu-mainmenu>.menu-item-style>.menu-item-col-5 {
    padding-left:50%
    /*padding-left: var(--menu-margin-left,3.4em);*/
    /*padding-right: var(--menu-margin-left,3.2em)*/
}



.footer{
    background:#3E4445;
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.footer a{
    color: #fff;
}





.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
    background: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background:#239CFF;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #239CFF;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /*margin-bottom: 0.2rem;*/
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}
