@charset "utf-8";
/* CSS Document */
body{ 
    margin:0; 
    padding:0; 
    min-width: 1200px;
}
ul,li,p,a,input,button,i,em{ 
    list-style:none;
    margin:0; 
    padding:0; 
    text-decoration:none;
    border:none; 
    outline:none; 
    font-style:normal; 
    background-color:rgba(0,0,0,0)
}
img{
    border: none;
}
@supports (bottom: env(safe-area-inset-bottom)) {
    .Bottomer,.Bottomerkg{
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }
}
.center{
    width: 1200px;
    margin: 0 auto;
}
.tupian{ width: 100% !important; background: #f1f1f1 !important; max-width: initial !important; }
.no-data {text-align: center;color: #666;margin-top: 60px;}
/*头部*/
.association-head{
    width: 100%;
}
.association-head .clean{ display: none; }
.association-head .header{
    width: 1200px;
    height: 120px;
    margin: auto auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.association-head .header .logo{
    padding-top: 5px;
}
.association-head .header .logo img{
    height: 120px; width: auto;
}
.association-head .header .right .search{
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.association-head .header .right .search input{
    width: 140px;
    height: 35px;
    padding: 0 40px 0 20px;
    border-radius: 50px;
    background: #f1f1f1;
    font-size: 14px;
    color: #666;
}
.association-head .header .right .search .icon{
    display: block;
    position: absolute;
    width: 25px;
    height: 35px;
    cursor: pointer;
    right: 20px;
    top: 0;
    outline: none;
    text-align: right;
    font-size: 18px;
    color: #0091d5;
}
.association-head .header .right .number{
    font-size: 14px;
    color: #333;
    text-align: center;
    padding-top: 10px;
}
.association-head .header .right .number span{
    padding-right: 15px;
    margin-right: 15px;
}
.association-head .header .right .number span:last-child{
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px solid #fff;
}
/*导航*/
.association-head .nav{
    width: 100%;
    height: 60px;
    background: #0091d5;
}
.association-head .subnav{
    width: 1200px;
    margin: 0 auto;
    background: #f1f1f1;
    overflow: hidden;
}
.association-head .subnav ul {
    padding: 15px;
    overflow: hidden;
}
.association-head .subnav ul li{
    float: left;
    margin-right: 15px;
}
.association-head .subnav ul li a{
    color: #333;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
}
.association-head .subnav ul li a:hover{
    color: #f00;
}
.association-head .main{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 4px 0;
}
.association-head .list{
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}
.association-head .first{
    display: block;
    width: 150px;
    line-height: 51px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    cursor: pointer;
    padding-right: 5px;
    white-space: nowrap;
}
.association-head .first:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    right: 0;
    top: 20px;
}
.association-head .main :last-child .first:after{
    display: none;
}
.association-head .list:hover a{
    border-bottom: 4px solid #fff;
}
.association-head .list:hover .first{
    color: #fff;
    font-weight: bold;
}
.association-head .main .active a{
    border-bottom: 4px solid #fff;
}
.association-head .main .active .first{
    color: #fff;
    font-weight: bold;
}
.association-head .menu{
    position: absolute;
    display: none;
    width: 150px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    text-align: center;
    border-top: 4px solid #fff;
    z-index: 10;
}
.association-head .menu a{
    display: block;
    line-height: 3em;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    color: #333;
}
.association-head .menu :last-child a{
    border-bottom: none;
}
.association-head .menu a:hover{
    background: #0091d5;
    color: #fff;
}
.association-head .menu a.active{
    background: #0091d5;
    color: #fff;
}
.association-head .main {
  margin: 0 auto; }
  .association-head .main li {
    flex: 1; }
    .association-head .main li a {
      width: 100%; }
    .association-head .main li .menu {
      width: 100%; }
.ass-inset-form .form .type label input[type="radio"] {
  margin-right: 8px; }
/*底部*/
.association-foot{
    width: 100%;
    padding: 50px 0;
    background: #f7f7f7;
    margin-top: 70px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.association-foot .center{
    display: flex;
}
.association-foot .left{
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid rgba(255,255,255,0.5);
    width: 399px;
}
.association-foot .logo{
    width: 358px;
    height: 68px;
    margin-bottom: 40px;  
}
.association-foot .logo img{
    width: 100%;
    height: 100%;
}
.association-foot .link{
    display: flex;
    font-size: 14px;
    color: #333;
    flex-wrap: wrap;
}
.association-foot .link p{
    display: flex;
    align-items: center;
}
.association-foot .link p i{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../images/link.png")/*tpa=http://www.xinlingtong.cn/res/www/images/link.png*/;
    background-size: 100% 100%;
    margin-right: 5px;
}
.association-foot .link a{
    display: block;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    color: #333;
    opacity: 0.6;
}
.association-foot .link a:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #333;
    top: 3px;
    right: 0px;
}
.association-foot .link a:last-child{
    margin-right: 0;
}
.association-foot .link a:last-child:before{
    display: none;
}
.association-foot .link a:hover{
    opacity: 1;
}
.association-foot .right{
    width: 750px;
}
.association-foot .form{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.association-foot .form:last-child{
    margin-bottom: 0;
}
.association-foot .form p{
    font-size: 14px;
    color: #333;
    margin-right: 5px;
    width: 100px;
    text-align: right;
}
.association-foot .form input{
    width: 240px;
    height: 35px;
    border-radius: 5px;
    background: #eee;
    color: #333;
    font-size: 14px;
    padding: 0 10px;
    margin-right: 10px;
    border: 1px solid rgba(0,0,0,0.1);
}
.association-foot .form select{
    width: 120px;
    margin-right: 10px;
    height: 35px;
    border-radius: 5px;
    padding: 0 10px;
}
.association-foot .form .btn{
    width: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    background: #092684;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}
.association-foot .form .btn i{
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("../images/search2.png")/*tpa=http://www.xinlingtong.cn/res/www/images/search2.png*/;
    background-size: 100%;
    margin-right: 8px;
    border-radius: 5px;
}
/*侧边栏*/
.association-fixed-left{
    position: fixed;
    top: 40%;
    right: 10px;
}
.association-fixed-left .online{
    display: block;
    margin: 0 auto;
    width: 60px;
    padding: 15px 0;
    background: #0091d5;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
}
.association-fixed-left .online i{
    display: block;
    width: 28px;
    height: 28px;
    background-image: url("../images/kf.png")/*tpa=http://www.xinlingtong.cn/res/www/images/kf.png*/;
    background-size: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.association-fixed-left .online span{
    writing-mode: vertical-lr;
    line-height: 60px;
    letter-spacing: 10px;
}
.top{
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    background: #999;
    background-image: url("../images/top.png")/*tpa=http://www.xinlingtong.cn/res/www/images/top.png*/;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    cursor: pointer;
    right: 10px;
    bottom: 140px;
    z-index: 9999;
}
/*内页*/
/*内页Banner*/
.subbanner {
    width: 1200px;
    margin: 0 auto;
}
.subbanner img{
    width: 100%;
}
/*面包屑*/
.ass-bread{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
    color: #333;
}
.ass-bread .center{
    display: flex;
    align-items: center;
    height: 50px;
    white-space: nowrap;
}
.ass-bread a{
    display: flex;
    align-items: center;
    color: #333;
}
.ass-bread a:hover{
    text-decoration: underline;
}
.ass-bread .home{
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("../images/home.png")/*tpa=http://www.xinlingtong.cn/res/www/images/home.png*/;
    background-size: 100%;
    margin-right: 5px;
    flex-shrink:0;
}
.ass-bread .fa{
    margin-left: 20px;
    margin-right: 20px;
}
.ass-bread span{
    display: block;
    color: #999;
}
.ass-bread em{
    margin: 0 20px;
}
/*内容*/
.ass-inset{
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
}
/*分类*/
.ass-inset-left{
    width: 270px;
}
.ass-inset-left .title{
    width: 220px;
    height:70px;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0091d5;
    background-size: 100%;
    margin-bottom: 5px;
}
.ass-inset-left .title p{
    font-size: 24px;
    color: #fff;
}
.ass-inset-left .title i{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../images/right1.png")/*tpa=http://www.xinlingtong.cn/res/www/images/right1.png*/;
    background-size: 100%;
}
.ass-inset-left .menu{
    border: 1px solid rgba(0,0,0,0.1);
    height: 400px;
    overflow: auto;
}
.ass-inset-left .menu li{
     border-bottom: 1px solid rgba(0,0,0,0.1);
}
.ass-inset-left .menu a{
    padding: 0 25px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    cursor: pointer;
}
.ass-inset-left .menu a span{
    display: block;
    max-width: 207px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ass-inset-left .menu a i{
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../images/right2.png")/*tpa=http://www.xinlingtong.cn/res/www/images/right2.png*/;
    background-size: 100%;
}
.ass-inset-left .menu a:hover{
    background: #0091d5;
    color: #fff;
}
.ass-inset-left .menu .active{
    background: #0091d5;
    color: #fff;
}
.ass-inset-left .menu li:last-child{
    border-bottom: none;
}
/*内容*/
.ass-inset-con{
    width: calc(100% - 300px);
    min-height: 350px;
}
.inset-title{
    height: 70px;
    border-bottom: 1px solid #0091d5;
}
.inset-title p{
    font-size: 24px;
    color: #0091d5;
    font-weight: bold;
    line-height: 70px;
}
.ass-inset-con .content{
    line-height: 30px;
}
.ass-inset-con .content a{
    color: inherit;
}
.ass-inset-con .content img{
    max-width: 100%;
    height: auto;
}
.ass-detail .content p {
  margin-bottom: 0;
  line-height: unset;
  text-indent: unset; }
.ass-detail .content > p, .ass-detail .content > div {
  text-indent: unset;
  font-size: 15px;
  color: #333;
  line-height: 30px;
  overflow: hidden; }
.ass-detail .content img {
  max-width: 100%;
  width: unset;
  height: unset;
  object-fit: contain; }
.ass-detail .content .attach {
  padding: 3px;
  text-align: center; }
/*分页*/
.ass-page{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 50px;
}
.ass-page a{
    display: block;
    font-size: 14px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.ass-page .pre{
    padding: 0 20px;
    color: #fff;
    background: #c8c8c8;
    margin-right: 2px;
}
.ass-page .num{
    width: 30px;
    margin: 0 3px;
    background: #f2f2f2;
    color: #333;
}
.ass-page .active{
    color: #fff;
    background: #092684;
}
.ass-page .num:hover{
    color: #fff;
    background: #092684;
}
.ass-page .next{
    padding: 0 15px;
    color: #fff;
    background: #092684;
    margin-left: 2px;
}
/*弹窗*/
.ass-shadow{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.footer{ padding: 35px 0; background: #0091d5; }
.footer .left{ width: 345px; float: left; }
.footer .left .flogo{ margin-bottom: 20px; }
.footer .left .fcon .li{ font-size: 14px; color: #fff; line-height: 25px; padding-left: 40px; position: relative; margin-bottom: 8px; }
.footer .left .fcon .li i{ width: 40px; height: 40px; line-height: 40px; font-size:16px; color: #fff; text-align: center; left: 0; top: 50%; margin-top: -20px; position: absolute; }
.footer .ewm{ width: 240px; text-align: center; float: right; margin-left: 20px;display: flex;justify-content: space-evenly;}
.footer .ewm .qrcode{ width: 100px; text-align: center;}
.footer .ewm .tit{ font-size: 14px; color: #fff; height: 30px; line-height: 30px; }
.footer .right{ width: 520px; float: right; }
.footer .fnav{ float: left; width: 33.33333%; box-sizing: border-box; padding-right: 20px; }
.footer .fnav .tit{ font-size: 18px; font-weight: bold; color: #fff; margin-bottom: 20px; }
.footer .fnav a{ font-size: 14px; display: block; color: #fff; line-height: 25px; height: 25px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.footer .fnav a:hover{text-decoration: underline; }
.banq{ font-size: 14px; color: #666; background: #cccccc; padding: 15px 0; line-height: 25px; text-align: center; }
.banq a{display: inline-block;text-decoration: underline; color: #666; }
.clean{ width: 100%; clear: both; }
.Bottomerkg{ height: 66px; display: none; }
.Bottomer{ display: none; position:fixed; bottom:0; width:100%; background:#0091d5; z-index: 999999; box-shadow: 0 0 10px rgba(0,0,0,.2); }
.Bottomer .BottomList li{width:25%; float:left; display:inline-block;  text-align:center;padding:10px 0px;}
.Bottomer .BottomList li img{ vertical-align:middle;height: 20px;}
.Bottomer .BottomList li span{font-size:14px;color:#fff; display: block;margin-top: 5px;}
.Bottomer .BottomList li p{ font-size:14px; color:#D5A334; margin:0; position:absolute; right:20px; top:10px;}
.Bottomer .BottomList li .erji{ display: none; width: 100%; background: #fff; position: absolute; bottom: 100%; left: 0; text-align: center; padding: 10px 0; box-shadow: 0 -10px 20px rgba(0,0,0,.1); }
.Bottomer .BottomList li .erji a{ display: block; height: 40px; line-height: 40px; font-size: 14px; color: #333; }
.Bottomer .BottomList li .erji a:hover{ background: #0091d5; color: #fff; }
.Bottomer .BottomList li .erji:before{ display: block; content: ""; width: 10px; height: 10px; background: #fff; position: absolute; bottom: -5px; right: 37.5%; margin-right: -5px; transform: rotate(45deg); }
.Bottomer .BottomList li:hover .erji{ display: block; }
.nysupp ul li{ display: block; padding: 19px 20px 19px 310px; position: relative; min-height: 149px; background: #f5f5f5; margin-bottom: 10px; }
.nysupp ul li .pic{ overflow: hidden; width: 280px; position: absolute; border: 1px solid #f1f1f1; left: 0; top: 0; margin: 0 !important; }
.nysupp ul li .pic img{ transition: all 1s; vertical-align: middle; }
.nysupp ul li .tit{ font-size: 20px; color: #262626; height: 30px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nysupp ul li .date{ margin-bottom: 10px; font-size: 12px; color: #999; height: 20px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nysupp ul li .jj{ font-size: 14px; color: #666; line-height: 20px; height: 40px; overflow: hidden; margin-bottom: 10px; }
.nysupp ul li .more{ display: inline-block; font-size: 14px; color: #fff; width: 110px; height: 35px; line-height: 35px; text-align: center; background: #333; }
.nysupp ul li:hover .more{ background: #0091d5; }
.nysupp ul li:hover img{ transform: scale(1.05,1.05); }
.nysupp ul li:hover .tit{ color: #0091d5; }
.feny{ text-align: center; padding: 20px 0 0; }
.feny a{ display: inline-block; height: 30px; line-height: 30px; border: 1px solid #dfdfdf; font-size: 12px; color: #666; padding: 0 10px; margin: 2px; }
.feny a:hover,.feny a.page-num-current{ background: #0091d5; color: #fff; }
.showsupp .lmtit{ font-size: 22px; color: #262626; text-align: center; }
.showsupp .date1{ font-size: 14px; padding: 5px 0 20px; color: #999; text-align: center; border-bottom: 1px solid #eee; }
.showsupp .date1 span{margin-left: 5px;}
.showsupp .wz{ padding: 20px 0; font-size: 15px; line-height: 30px; color: #333; }
.showsupp .pre{ padding: 15px 20px; background: #f5f5f5; margin-bottom: 10px; }
.showsupp .pre a{ color: #555; font-size: 14px; display: block; height: 25px; overflow: hidden; line-height: 25px; text-overflow: ellipsis; white-space: nowrap; }
.showsupp .pre a:hover{ color: #0091d5; }
.showsupp .renews{ margin-bottom: 0; }
.showsupp .renews .slmtit{ background: none; font-size: 18px; color: #0091d5; padding: 0; border-bottom: 1px solid #f1f1f1; }
.renews{ margin-bottom: 80px; }
.renews .slmtit{ font-size: 25px; line-height: 50px; font-weight: bold; color: #333; margin-bottom: 10px; background: #f6f6f6; padding: 0 20px; }
.renews .list{ padding: 0; }
.renews .list ul li{ position: relative; padding-right: 150px; display: block; height: 40px; line-height: 40px; width: 50%; box-sizing: border-box; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-bottom: 1px dashed #f1f1f1; font-size: 14px; color: #3e3e3e; }
.renews .list ul li i{  margin-right: 10px; }
.renews .list ul li:hover{ color: #0091d5; }
.renews .list ul li .date{ position: absolute; right: 30px; top: 0; color: #999; }
.nypro img{ vertical-align: middle; }
.nypro .table{ display: table; width: 100%; height: 100%; }
.nypro .cell{ display: table-cell; vertical-align: middle; text-align: center; }
.nypro .list ul{ position: relative; width: 101%; left: -.5%; }
.nypro .list ul li{ display: block; width: 18%; margin: 0 .5% 1%; float: left; background: #fff; border: 1px solid #f1f1f1; box-sizing: border-box; }
.nypro .list ul li .pic{ overflow: hidden; position: relative; margin: 0;height:150px; }
.nypro .list ul li .pic > img{ transition: all .5s; position: absolute; width: 100%; height: 100%;object-fit: contain; }
.nypro .list ul li .pic .fgc{ transition: all .5s; opacity: 0; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,145,213,.3); }
.nypro .list ul li .pic .ico{ width: 60px; height: 60px; line-height: 60px; text-align: center; background: rgba(255,255,255,.7); border-radius: 50%; margin: 0 auto; }
.nypro .list.video ul li .pic .ico{background: rgba(0,145,213,.7); }
.nypro .list ul li .wz{ background: #f5f5f5; transition: all .5s; padding: 10px;}
.nypro .list ul li .wz .tit{ height: 20px; line-height: 20px; font-size: 15px; color: #333; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nypro .list ul li .wz .jj{ font-size: 12px; color: #999; height: 20px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center;}
.nypro .list ul li:hover .pic > img{ transform: scale(1.1,1.1); }
.nypro .list ul li:hover .pic .fgc{ opacity: 1; }
.nypro .list ul li:hover .wz{ background: #0091d5; }
.nypro .list ul li:hover .wz .tit,.nypro .list ul li:hover .wz .jj{ color: #fff; }
.nycase ul{ position: relative; width: 101%; left: -.5%; }
.nycase ul li{ display: block; width: 24%; margin: 0 .5% 1%; float: left; background: #fff; border: 1px solid #dfdfdf; box-sizing: border-box; padding: 10px; }
.nycase ul li .pic{ padding-bottom: 10px; border-bottom: 3px solid #333; }
.nycase ul li .tit{ height: 25px; line-height: 25px; font-size: 15px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nycase ul li:hover{ border-color: #0091d5; }
.nycase ul li:hover .pic{ border-color: #0091d5; }
.nydown ul{ position: relative; width: 101%; left: -.5%; }
.nydown ul li{ font-size: 15px; color: #333; float: left; width: 48%; box-sizing: border-box; position: relative; padding: 0 100px 0 30px; background: #f5f5f5; line-height: 140px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height: 140px; margin: 0 .5% 1%; }
.nydown ul li img{ margin-right: 20px; vertical-align: middle; }
.nydown ul li .ann{ width: 70px; height: 140px; background: #b9b5b5; font-size: 30px; color: #fff; position: absolute; right: 0; top: 0; text-align: center; }
.nydown ul li:hover .ann{ background: #0091d5; }
.middle_holder { display: inline-block; font-size: 0; width: 0; height: 50px;vertical-align: middle;}
.middle {display: inline-block;vertical-align: middle; width: 100%;}
.nav_handle { display: none; position: relative; width: 27px; padding: 0 0 0 15px; cursor: pointer; float: right; }
.nav_handle b { width: 27px; height: 10px; position: relative; }
.nav_handle b i { display: block; position: absolute; left: 0; right: 0; height: 2px; background-color: #333; top: 0; -webkit-transform-origin: 29% 50%; transform-origin: 29% 50%;  transition: all .3s ease; -webkit-transition: all .3s ease; }
.nav_handle b .l_2 { top: auto; bottom: 0; }
.nav_handle.on b i{transform: rotate(45deg); background: #0091d5;}
.nav_handle.on b .l_2 { transform: rotate(-45deg); }
.nyerji{ padding: 0 0 20px; }
.nyerji a{ display: inline-block; height: 40px; line-height: 40px; padding: 0 20px; font-size: 14px; color: #333; background: #f1f1f1; margin-right: 10px; }
.nyerji a:hover,.nyerji a.active{ background: #0091d5; color: #fff; }
/*入会申请按钮*/
.apply-membership {display: none;}
.apply-btn {padding: 8px 15px; border-radius: 20px; background: #e04545; color: #fff;font-size: 14px;}
.apply-btn:hover {opacity: .9;}
.apply-btn + .apply-btn {margin-left: 10px;}
/*.apply-btn.evaluate-btn {background-color: #423b3b; }*/
@media only screen and (max-width: 850px) {
    .apply-membership {display: block;padding-top: 15px; }
    .apply-btn {padding: 5px; font-size: 12px; margin-left: 10px; }
}