@charset "UTF-8";
/*上下导航*/
body{overflow-x:hidden;overflow-y: auto;}
.navigation{width:100%}
.nav-text,.nav-text-blue{width:1200px;margin:0 auto;background-color:#fff;height:50px;font-size:18px;line-height:50px}
.nav-text,.nav-text-blue ul{display: flex;justify-content: center;align-items: center;}
.nav-blue,.nav-text-blue{background-color:#15a5fe}
.nav-white,.nav-text{background-color:#fff}

.nav-text>ul>li,.nav-text-blue>ul>li{float:left;/*width:200px*/}
.nav-text>ul>li{padding: 0 62px;}
.nav-text>ul>li:hover{background-color:#15a5fe;}
.nav-text>ul>li:hover>a{color:#fff}

.nav-text-blue>ul>li{width:171px}
.nav-text>ul>li>a,.nav-text-blue>ul>li>a{display:block;text-align:center}
.nav-text>ul>li>a:hover{background-color:#15a5fe;color:#fff}
.nav-text-blue>ul>li>a{color:#fff}
.nav-text-blue>ul>li>a:hover{background-color:#0085d0}
.nav-bg{width:100%;height:300px;display:block;background-color:transparent;background-image:url("../img/common/bg1.png");background-repeat:no-repeat;background-position:center}
/*footer*/
.footer{width:100%;text-align:center}
.footer .footer-blue{height:50px;line-height:50px;background-color:#15a5fe}
.footer .footer-blue>ul{text-align:center}
.footer .footer-blue>ul>li{display:inline-block;font-size:16px;color:#fff}
.footer .footer-blue>ul>li>a{display:block;color:#fff;padding:0 30px}
.footer .footer-blue>ul>li>a:hover{background-color:#0085d0}
.footer .footer-txt{padding:20px 0}
.footer .footer-txt>p{height:20px;line-height:20px}
/*整站漂浮*/
.floating{background-color:#ccc;z-index:999;width:50px;height:auto;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;position:fixed;right:20px;bottom:200px}
.floating>.weib{display:block;width:50px;height:50px;background-image:url("/resources/img/common/wei.png");background-position:center;background-repeat:no-repeat;}
/*.floating>a:hover{background-color:#4c4c4c}*/
/*
.floating>a:nth-child(1){-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}
.floating>a:nth-child(2){background-image:url("../img/common/icon-teamwork.png")}
.floating>a:nth-child(3){background-image:url("../img/common/icon-gototop.png");background-color:#15a5fe;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}
*/

/*2019-1-16新加入的整站漂浮*/
.suspension-h{display:none;position:absolute;bottom:0;width:170px;min-height:50px;background:#fff;right:70px;-webkit-box-shadow:0 0 5px rgba(153, 153, 153, .3); -moz-box-shadow:0 0 5px rgba(153, 153, 153, .3); box-shadow:0 0 5px rgba(153, 153, 153, .3);border-radius:2px 0 0 2px;}
.suspension-h img{width: 150px;padding-top:20px;display: block;margin:0 auto}
.suspension-h .icon-float{display:block;text-align:center;font-size:14px;padding-top:5px;padding-bottom: 10px;}
.floating a:hover .suspension-h{display:block;}
.suspension-h .icon-r{width: 10px;height: 10px;position: absolute;border: solid 1px transparent;-webkit-box-shadow:4px -4px 10px rgba(153, 153, 153, .3); -moz-box-shadow:4px -4px 10px rgba(153, 153, 153, .3); box-shadow:4px -4px 10px rgba(153, 153, 153, .3);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);background: #fff;right: -6px;bottom: 15px;}


/*内容*/
/*首页*/
.bgfafafa{background-color: #fafafa}
.main{width:1200px;margin:30px auto}
.main a:hover{color:#d70000}
.more{background-image:url("../img/common/icon-more.png");background-repeat:no-repeat;background-position:center;display:inline-block;width:14px;height:14px;float:right;margin-top:23px}
.divflex{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.banner,.aec-details{width:586px;height:360px;background-color:#fff;border:solid 1px #eee;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.divflex .banner{position:relative}
.divflex .banner-img>div>img{width:586px;height:360px;cursor: pointer}
.divflex .banner-img>div{display: none}
.divflex .banner-img>div.active{display: block}
.divflex .banner-popou-txt>p{display: none;width:400px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}
.divflex .banner-popou-txt>p.active{display: block}
.divflex .banner-a{position:absolute;right:20px;bottom:10px;z-index:667}
.divflex .banner-a>a{display:inline-block;padding:2px 4px;background-color:#fff}
.divflex .banner-a>a:hover,.divflex .banner-a>a.active{color:#fff;background-color:#15a5fe}
.divflex .banner-popou,.divflex .banner-popou-txt{position:absolute;width:100%;height:60px;bottom:0;background-color:#000;opacity:0.35;z-index:666}
.divflex .banner-popou-txt{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;opacity:1;background-color:transparent;color:#fff;font-size:20px;line-height:60px;padding-left:20px}
.divflex .banner-popou-txt>span{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;display:inline-block;width:400px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}
.aec-details .head-title{height:60px;margin:0 20px;line-height:60px;border-bottom:solid 1px #eee}
.aec-details .head-title>span{font-size:20px;font-weight:bold}
.aec-details .head-title-ul{float:right}
.aec-details .head-title-ul>li{float:left;margin-right:10px;font-size:14px}
.aec-details .head-title-ul>li>a{color:#999}
.aec-details .head-title-ul>li>a:hover{color:#15a5fe}
.aec-details .aec-details-txt{padding:14px 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:16px}
.aec-details .aec-details-txt p{height:34px;line-height:34px}
.aec-details .aec-details-txt .txt{width:450px;display:inline-block;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}
.aec-details .aec-details-txt .time{display:inline-block;float:right;color:#999}
.aec-details .head-title-ul .active>a{color:#15a5fe}
.aec-details .aec-details-txt .active{display: block}
.aec-details .aec-details-txt>div{display: none}
/*.divflex .systems{display:block;width:150px;height:150px;background-color:#fff;border:solid 1px #eee;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:30px 0;cursor: pointer}
.divflex .systems:hover{-webkit-box-shadow:0 0 5px 0 #ccc;-moz-box-shadow:0 0 5px 0 #ccc;box-shadow:0 0 5px 0 #ccc}
.divflex .systems>img{display: block;margin: 20px auto;width: 50px;height: 50px}
.divflex .systems>a{font-size: 18px;text-align: center;display: block;padding:0 10px}
.divflex .systems:hover a{color: #d70000}*/
/*.divflex .systems>a{background-color:#fff;display:block;height:150px;font-size:18px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-top:100px;background-repeat:no-repeat;background-position:center 30px}
.divflex .systems:hover{-webkit-box-shadow:0 0 5px 0 #ccc;-moz-box-shadow:0 0 5px 0 #ccc;box-shadow:0 0 5px 0 #ccc}
.divflex .systems>a.beian{background-image:url("../img/common/icon-beian.png")}
.divflex .systems>a.kaoshi{background-image:url("../img/common/icon-kaoshi.png")}
.divflex .systems>a.zhiye{background-image:url("../img/common/icon-zhiye.png")}
.divflex .systems>a.zixin{background-image:url("../img/common/icon-zixin.png")}
.divflex .systems>a.tousu{background-image:url("../img/common/icon-tousu.png")}
.divflex .systems>a.huiyuan{background-image:url("../img/common/icon-huiyuan.png")}
.divflex .systems>a.jiaoyu{background-image:url("../img/common/icon-jiaoyu.png")}*/
.divflex .aec-links{width:18%;text-align:center;margin-top:30px}
.divflex .aec-links>p{font-size:16px;margin-bottom:20px}
.divflex .aec-links>select{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:16px;width:100%;height:40px;border:solid 1px #eee;text-align:center;-moz-text-align-last:center;text-align-last:center;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#555;background-repeat:no-repeat;background-position:350px;background-image:url("../img/common/icon-select.png")}
/*政策法规or协会动态*/
.margin50{margin-top: 50px}
.nav-bg1{height:200px;background-image:url("../img/common/bg2.png")}
.width880{width:880px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.width300{width:300px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.nav-search{width:100%;height:30px;font-size:14px;line-height:30px;color:#999999;margin-bottom:20px}
.nav-search>ul>li{float:left}
.nav-search>ul>li>a{color:#999}
.nav-search>ul>li>a.blue{color:#15a5fe}
.nav-search>ul>li>a:hover{color:#15a5fe}
.nav-search>ul.nav-ul-tab>li{margin-right:10px}
.nav-search>ul.nav-ul-tab{float:right;margin-right:10px}
.nav-search>ul.nav-ul-tab>li.active>a{color: #15a5fe}
.nav-search>ul.nav-ul-tab>li>a:hover{color: #15a5fe}
.search{position:relative;width:200px;height:30px;float:right}
.search-input{height:30px;line-height:30px;border:solid 1px #eee;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:200px;padding-left:10px;padding-right:30px;font-size:14px}
.search-input-btn{background-image:url("../img/common/icon-search.png");background-repeat:no-repeat;background-position:center;width:30px;height:30px;display:inline-block;position:absolute;top:0;right:0}
.article-box{background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:solid 1px #eee;width:100%}
.article-box>div{display: none}
.article-box>div.active{display: block}
.article-d .article-overview{padding:20px;border-bottom:dashed 1px #eee;cursor: pointer}
.article-overview .article-title{color:#555;display:block;font-weight:bold;font-size:18px;margin-bottom:10px;width:840px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}
.article-overview .article-txt{font-size:14px;color:#666;margin-bottom:10px;line-height:24px}
.article-overview .article-time{color:#999;font-size: 14px}
.newTxt{padding:0 20px;border:solid 1px #eee;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;margin-bottom:30px}
.newTxt-title{height:50px;line-height:50px;font-size:18px;color:#333;border-bottom:solid 1px #eee}
.newTxt-txt{padding:10px 0;font-size:14px}
.newTxt-txt>p{height:30px;line-height:30px}
.newTxt .newTxt-txt .txt{width:180px;display:inline-block;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}
.newTxt .newTxt-txt .time{display:inline-block;float:right;color:#999}
.article-detail{padding:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:solid 1px #eee;width:100%}
.article-detail-title .title{font-size:24px;font-weight:bold;color:#555;text-align:center;/*margin-bottom:20px*/}
.article-detail-title .title .share{display: inline-block;background-position: center;background-repeat: no-repeat;background-image: url("../img/common/icon-share.png");width: 17px;height: 16px;margin-left: 4px}
.article-detail-title .time{font-size:14px;color:#999;text-align:center}
.article-detail-txt>p{font-size:14px;color:#555;line-height:30px}
.article-detail-txt>a{display:block;color:#0070c0;font-size:14px;line-height:30px}
.article-detail-txt>a:hover{color:#0085d0}
.article-detail-txt img{max-width: 100%;display: block;margin: 0 auto}
/*2018-5-3 无数据*/
.nodata{padding:60px 20px 60px 20px;background-color:#FFFFFF;text-align:center}
.nodata>img{width:191px;height:175px}
.nodata>p{color:#888;font-size:14px}
.nodata>p>a{color:#2F9A44}
.nodata>p>a:hover{color:#37AF4E;text-decoration:underline}
/*2018-10-12 底部图片链接*/
.img-links{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;padding-bottom: 0;}
.img-links,.systems-links{margin: 30px 0;}
.img-links,.img-links>div,.systems-links{background-color:#fff;border:solid 1px #eee;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.img-links>div{padding: 4px;margin-bottom: 10px;}
.img-links>div>img{width: 201px;height: 50px;display: block;cursor: pointer}

/*顶部图片链接*/
.systems-links{padding:30px 20px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.systems-links>div.systems{width:288px;padding:20px 0}
.systems-links>div.systems>img{display:block;margin: 0 auto 10px auto;height: 55px}
.systems-links>div.systems>a{font-size:16px;text-align:center;display:block;margin:0 auto}
.systems-links>div.systems:hover,.systems-links>div.systems:hover a{color: #d70000;cursor:pointer}
/*详情页分享*/
.bdsharebuttonbox{font-size: 14px;font-weight: normal;text-align: center;padding: 10px 0}
/*2018年10月30日10:05:55 详情表格边框*/
.article-detail-txt table{border:solid 1px #555;border-collapse:collapse;border-spacing:0;}
.article-detail-txt>table>tbody>tr>td{border:solid 1px #555;padding:0}

/* 2018-12-5 管理页面*/

/*线上页面中没有的
.content{overflow: hidden}
.contleft{border:1px solid #eee;background-color: #fff;}


.manLeft{position:relative;word-break: break-all; padding-bottom:9999px; margin-bottom:-9999px;overflow:hidden;background-color: #fff;border: 1px solid #eee;}
/*.manLeft:after{content:"";width: 300px;border:1px solid #eee;display: block;top:0;height: 100%;position: absolute;}*/


.content{overflow: hidden}
.manLeft{word-break: break-all; /*padding-bottom:9999px; margin-bottom:-9999px;*/overflow:hidden;background-color: #fff;border: 1px solid #eee;border-radius: 3px;}
.manUrl{padding:0 20px;}
.manUrl a{font-size: 16px;color: #555555;position: relative;width: 100%;display: block;margin-top: 20px;}
.manUrl a:after{content: ">";font-size: 16px;position: absolute;right: 0;}
.manUrl a:hover{color: #ff0000;}
.manUrl a.active{color: #ff0000;}

.manUrl .manurl:after{content: ">";font-size: 16px;position: absolute;right: 0;}
.manUrl .manurl:hover{color: #ff0000;}
.manUrl .manurl.active{color: #ff0000;}

/*.manUrl .manurl{position: relative;margin-top: 20px;}
.manUrl .manurl a{font-size: 16px;color: #555555;display: block;width: 100%;}
.manUrl .manurl a:after{content: ">";font-size: 16px;position: absolute;right: 0;}
.manUrl .manurl a:hover{color: #ff0000;}
.manUrl .manurl.active a{color: #ff0000;}*/

.manRight{word-break: break-all;}
.manRight .article-box{width: 99%;}
.manRight a:hover{color: #ff0000;}
.mbutton{display:block;margin:0 auto;width: 260px;height: 100px;text-align: center;border-radius: 3px;margin-top: 40px;position: relative;}
.mbutton .mbua{line-height: 30px;font-size: 18px;color: #fff;font-weight: bold;text-decoration: none;margin-top: 0;position: absolute;width: 260px;height: 100px;top:0;display: flex;justify-content: center;align-items: center;display: -ms-flexbox; /* IE 10 */}
.mbutton .mbua:hover{color: #fff;text-decoration: none;}
.mbutton .mbua:after{display: none;}
.mbutton img{max-width:100%;height:100px;}
.aec-details-txt p a font:hover{color: #f71111;}
.active p a font:hover{color: #f71111;}
.article-overview a font:hover{color: #f71111;}


/*2019-1-2 报名表*/
.apply{background-color: #fff;overflow: hidden;width: 1200px;margin:30px auto;border: 1px solid #D9D9D9;border-radius:3px;}
.apply .warp{width: 600px;margin: 30px auto;}

/*报名表中的---多选框*/
.fs-wrap {position: relative;display: inline-block;width: 70%;margin-left: 5%;font-size: 14px;height: 42px;}
.fs-label-wrap {position: relative;border: 1px solid #d9d9d9;border-radius: 3px;cursor: default}
.fs-label-wrap::before{content:"";width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid black;position: absolute;right: 0;top:14px;}
.fs-label-wrap,.fs-dropdown {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}
.fs-label-wrap .fs-label {padding: 4px 22px 4px 8px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden}
.fs-dropdown {position: absolute;background-color: #fff;border: 1px solid #ccc;margin-top: 5px;width: 100%;z-index: 1000}
.fs-dropdown .fs-options {max-height: 200px;overflow: auto}
.fs-option,.fs-optgroup-label {padding: 6px 8px;border-bottom: 1px solid #eee;cursor: default}
.fs-option {cursor: pointer}
.fs-option.hl {background-color: #f5f5f5}
.fs-search{display: none}
.fs-wrap.multiple .fs-option {position: relative;padding-left: 30px}
.fs-wrap.multiple .fs-checkbox {position: absolute;display: block;width: 30px;top: 0;left: 0;bottom: 0}
.fs-wrap.multiple .fs-option .fs-checkbox i {position: absolute;margin: auto;left: 0;right: 0;top: 0;bottom: 0;width: 14px;height: 14px;border: 1px solid #aeaeae;border-radius: 2px;background-color: #fff}
.fs-wrap.multiple .fs-option.selected .fs-checkbox i {background-color: #11a911;border-color: transparent;background-image: url(../img/common/gou.png);background-repeat: no-repeat;background-position: center}
.fs-wrap .fs-option:hover {background-color: #f5f5f5}
.fs-optgroup-label {font-weight: 700}
.hidden {display: none}

/*报名表中的--地区*/
.area_content {width: 66.5%;border: 1px solid #cad0dd;border-top: 0;padding-bottom: 10px;position: absolute;display: none;background-color: #fff;top:80%;left:22.2% ;}
.area_menu {overflow: hidden;font-size: 14px;color: #35393e}
.area_menu ul {margin: 0;padding: 0}
.area_menu ul li {float: left;width: 33.33%;list-style: none;text-align: center;height: 35px;line-height: 35px;box-sizing: border-box;cursor: pointer;background-color: #f4f4f4;border-bottom: 1px solid #cad0dd}
.area_menu ul li:nth-child(2) {border-right: 1px solid #cad0dd;border-left: 1px solid #cad0dd}
.area_menu ul .isClick {background-color: #fff;color: #269fff;border-bottom: 0}
.area_data_content {padding: 10px;overflow: hidden}
.area_data {display: none;overflow: hidden}
.area_data .data_Part {overflow: hidden}
.area_data .part_type {float: left;font-size: 12px;padding-top: 10px}
.area_data_content .isBlock {display: block}
.area_data ul {margin: 0;padding: 0;padding-left: 30px}
.area_data ul li {float: left;list-style: none;padding-left: 12px;padding-right: 12px;font-size: 12px;padding-top: 5px;padding-bottom: 5px;cursor: pointer;border-radius: 3px;margin-left: 5px;margin-top: 5px; /*max-width: 50px;*/overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.area_data ul li:hover {background-color: #88c4f4;color: #fff}
.area_data ul .isClick {background-color: #88c4f4;color: #fff}
.isBlock {display: block!important;z-index: 999}

/*登录页面---2019-1-9 */
.login-main{width: 400px;margin:0 auto;padding:100px 0;}

.login-main .forgot-li {float: left;height: 5px;width: 200px;background: #CCCCCC;position: relative;text-align: center;}
.login-main .forgot-li span {position: absolute;display: block;height: 25px;width: 25px;line-height: 25px;text-align: center;background: #CCCCCC;-moz-border-radius: 50%;border-radius: 50%;color: #FFFFFF;top: -10px;left: 85px;}
.login-main .forgot-li b {position: absolute;font-size: 14px;color: #CCCCCC;font-weight: 400;top: 25px;left: 58px;}

.login-main .now-li, .login-main .now-li span {background-color: #15a5fe;}
.login-main .now-li b {color: #15a5fe;}


.login-main .pass-li, .login-main .pass-li span {background-color: #62c3ff;}
.login-main .pass-li b {color: #62c3ff;}

.login-d{padding-top: 90px;}
.login-d>form>div {margin-bottom: 15px;position:relative;}
.login-d .login-s {display: inline-block;width: 105px;text-align: left;color: #555555;font-size: 14px;}
.login-d input {width: 278px;height: 42px;line-height: 42px;border: solid 1px #eaeaea;padding-left: 10px;font-size: 14px;-moz-border-radius: 2px;border-radius: 2px;}
.login-btn1{display: block;width: 120px;height: 45px;margin-left: 105px;margin-top: 30px;line-height: 45px;background-color: #15a5fe;font-size: 16px;color: #fff;text-align: center;-moz-border-radius: 2px;border-radius: 2px;}
.login-btn1:hover{color: #fff !important;}
.error{font-size: 12px;color: #ff0000;margin-left: 105px;}
.error1{font-size: 12px;color: red;margin-left: 105px;}
.error1 .error-a{text-decoration: none;color: #15a5fe;}
.error1 .error-a:hover{color: #15a5fe !important;}

.lo{margin-left: 105px;margin-top: 30px;display: flex;align-items: center;justify-content: space-between;}
.login-btn12{display: block;width: 120px;height: 45px;line-height: 45px;background-color: #15a5fe;font-size: 16px;color: #fff;text-align: center;-moz-border-radius: 2px;border-radius: 2px;}
.login-btn12:hover{color: #fff !important;}
.topds{font-size: 14px;color: #15a5fe;}
.topds:hover{color: #15a5fe!important;}


.logind{padding: 0}

.login-validation input{width: 190px;}
.login-validation .verification-btn{display: block;float:right;width: 80px;height: 44px;line-height: 44px;text-align: center;background: #15a5fe;color: #fff;-moz-border-radius: 2px;border-radius: 2px;}
.login-validation .verification-btn:hover{color: #fff !important;}

 /*登录验证码*/
 .verification-input{width: 168px !important;}
 .verification-img{height:42px;width:100px;float:right;-moz-border-radius:3px;border-radius:3px;border: solid 1px #EAEAEA;margin-left: 5px;}
 
 /*一周内自动登录按钮*/
.selectdate{margin-top: 15px;margin-bottom: 5px;font-size: 13px;margin-left:105px;}
.selectdate input[type="radio"] + label::before {content: "";cursor: pointer;display: inline-block;width: 15px;height: 15px;background-image: url(../../img/common/icon-yuan.png);background-repeat: no-repeat;background-position: left;text-align: right;vertical-align: middle;margin-top: -5px;margin-right: 5px;}
.selectdate input[type="radio"]:checked + label::before {cursor: pointer;background-image: url(../../img/common/icon-success.png);}
.selectdate input[type="radio"] {position: absolute;clip: rect(0, 0, 0, 0);width: auto;height: auto;}

	
	
/*注册页面*/

/*用于修饰密码强度条外边框div*/
.pwdStrongth{margin-left: 25%;}
.pwdStrongth{display: flex;margin-left: 110px;margin-top: 5px;align-items: center;}
.pwdStrongth span{font-size: 12px;color: #333}
/*用于设置span标签的初始样式*/
.cinnerprogress{display: block;background-color:#ddd;border-radius: 15px;height:5px;width:50px;margin-right: 3px;}
/*下面四个将用于设置span标签在不同密码强度的样式*/
.strengthLv1{background:#fef286;}
.strengthLv2{background:#ffc80c;}
.strengthLv3{background:#ff9508;}
.strengthLv4{background:#ff6403;}




/*-------------平板---------------*/

@media screen and (max-width: 1199px) and (min-width: 1024px) {
    /*详情的布局*/
.nav-text, .nav-text-blue{width: 100%;}
.nav-text>ul>li{padding: 0 48px;}
.main{width: auto;margin:30px 2%;}
.width880{width: 68%;}
.width300{width: 30%;}
.article-overview .article-title{width: 100%;}
.apply{width: auto;margin:30px 2%;}
.newTxt-title{height: 45px;line-height: 45px;font-size: 16px;}
    .contleft .width300{width: 100%;}
    .content .width880{width: 71%;}
    .banner, .aec-details{width: 58%}
    .banner{margin-left: 2%;}
    .divflex .banner-img>div>img{width: 100%;}
    .aec-details .aec-details-txt .txt{width: 80%;}
    .systems-links{display: block;overflow: hidden;}
    .systems-links>div.systems{width: 33%;float: left;}
    .img-links>div{width: 30%;margin-bottom: 10px;}
    .img-links>div>img{width: 100%;}
    .img-links>div:nth-child(3n){margin-right: 0;}
    .img-links>div:nth-child(5){margin-right: 25px}
    .divflex .aec-links{width: 38%;}
    .divflex .aec-links>select{width: 100%;background-position:90%;}

}


@media screen and (max-width: 1024px) and (min-width: 768px) {
    /*详情的布局*/
    .nav-text, .nav-text-blue{width: 100%;}
    .nav-text>ul>li{padding: 0 45px;}
    .main{width: auto;margin:30px 2%;}
    .width880{width: 66%;}
    .width300{width: 32%;}
    .article-overview .article-title{width: 100%;}
    .apply{width: auto;margin:30px 2%;}
    .newTxt-title{height: 45px;line-height: 45px;font-size: 16px;}
    .newTxt .newTxt-txt .time{font-size: 13px;}
    .contleft .width300{width: 100%;}
    .content .width880{width: 70%;}
    .banner, .aec-details{width: 58%}
    .aec-details{margin-left: 2%;}
    .divflex .banner-img>div>img{width: 100%;}
    .aec-details .aec-details-txt .txt{width: 80%;}
    .systems-links{display: block;overflow: hidden;}
    .systems-links>div.systems{width: 33%;float: left;}
    .img-links>div{width: 30%;margin-bottom: 10px;}
    .img-links>div>img{width: 100%;}
    .img-links>div:nth-child(3n){margin-right: 0;}
    .img-links>div:nth-child(5){margin-right: 25px}
    .divflex .aec-links{width: 38%;}
    .divflex .aec-links>select{width: 100%;background-position:90%;}

}
@media screen and (max-width: 960px) and (min-width: 768px) {
    .contleft .width300{width: 100%;}
    .content .width880{width: 64%;}
    .aec-details .aec-details-txt .txt{width: 70%;}
    .img-links>div{width: 29%;}
}
@media screen and (max-width: 826px) and (min-width: 768px) {
    .width880{width: 62%;}
    .width300{width: 36%;}
    .newTxt .newTxt-txt .txt{width: 150px;}
    .nav-text>ul>li{padding: 0 39px;}
    .contleft .width300{width: 100%;}
    .content .width880{width: 63%;}
}

/*-------------手机-------------*/
@media screen and (max-width:768px) {
/*导航*/
    .nav-text, .nav-text-blue{width: 100%;font-size: 16px;}
    .nav-text>ul>li{padding:0 5px;}
    .nav-text-blue ul{list-style-type: none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;overflow:auto;}
    .nav-text-blue>ul>li{width: auto;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;color:white;padding:0 10px;}
    .nav-text-blue>ul>li:hover{background-color:#0085d0}
    .nav-text-blue ul::-webkit-scrollbar {display: none;}
    .banner + .aec-details .head-title{margin-bottom: 0;}
.nav-bg{height:0;display:block;background-image:url("../img/common/photo-bg.png");background-size:100% auto; padding-top: 40%;}

/*报名*/
/*
.apply{width: auto;margin:30px 3%;}
.apply .warp{width: 90%;}
.area_content{width: 62%}
*/

/*首页*/
    .banner, .aec-details{width: 100%;height: auto;}
    .divflex .banner-img>div>img{width: 100%;height: auto;}
    .divflex .banner{margin-bottom: 3%;border:none;}
    .divflex .banner-popou, .divflex .banner-popou-txt{bottom: 2px;}
    .divflex .banner-popou-txt>p{width: 65%;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;font-size: 18px}
    .aec-links{display: none;}
    .aec-details .head-title{height: 45px;line-height: 45px;}

    .aec-details .head-title{margin-bottom: 30px;}
    .aec-details .aec-details-txt .txt{width: 70%;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;}
    
	.img-links {margin: 3% 0;display: flex !important;}
    .systems-links{margin:0;margin-top: 3%;}
    .systems-links{padding:30px 2%;}
    .systems-links>div.systems{width: 100%;}
    .aec-details .head-title-ul{position: absolute;float: none;}
    .img-links{padding:0 2%;padding-bottom: 5%;}
    .divflex .aec-details{margin-top: 3%;}
    .img-links>div:nth-child(1), .img-links>div:nth-child(2), .img-links>div:nth-child(3), .img-links>div:nth-child(4), .img-links>div:nth-child(5){margin-bottom: 0;}
    .img-links>div{width: 45%;margin-right: 0;overflow: hidden;margin-top: 5%;}
    .img-links>div img{width: 100%;height: 50px;}
    .img-links>div:nth-child(2n){margin-left: 2%;}
    .img-links>div:nth-child(5n){margin-right: unset}
    .aec-details .aec-details-txt p{height: 40px;line-height: 40px;}
/*通用部分*/
    .divflex{display: block;}
    .main{width: auto;margin:3%;}
    .width880{width: 100%;}
    .width300{width: 100%;}
    .nav-search{height: auto}
    .nav-ul{width: 100%;display: block;height: 30px;margin-bottom: 10px;}
    .search{float: none;width: 100%;}
    .search-input{width: 100%;padding-right:0;/*padding-left:30px;*/height: 40px;line-height: 40px;}
    /*.search-input-btn{left: 0;}*/
    .article-box{border:none;}
    .article-d .article-overview{padding:3% 2%;overflow: hidden;}
    .article-overview .article-title{width: 100%;font-size: 16px;margin-bottom: 5px;font-weight: normal}
    .article-overview .article-txt{display: none;}
    .article-overview .article-time{font-size: 12px;}
    .margin50{margin:3% 0;}
    .newTxt-title{height: 45px;line-height: 45px;font-size: 16px;}
    .article-detail-title .title{font-size: 20px;}
    .newTxt{margin: 3% 0;}
    .article-detail{padding:3% 10px;border:none;}
    .contleft{margin-bottom: 3%;}
    .article-detail-txt table{width: 100% !important;}
/*分页*/
    .page-box .total{display: none!important;;}
    .page-box select{width: 38px;margin:0}
    .searchPage{display: none;}
    .pages{float: none !important;overflow: hidden !important;padding: 0 20px 0 0 !important}
    .pages #Pagination{display: flex;justify-content: center;float: none !important;}

/*政策法规or协会动态*/
    .nav-search>ul.nav-ul-tab{float: none;margin-right: 0;margin-top: 10px;overflow: hidden;}
/*协会管理*/
    .mbutton{width: 100%;margin-top: 6%;}
    .mbutton img{width: 100%;}
    .mbutton .mbua{width: 100%;}
    .bdsharebuttonbox{display: none;}
/*底部*/
.footer .footer-blue{height: 45px;line-height: 45px;}
.footer .footer-blue>ul>li>a{padding: 0 10px;}
.footer .footer-txt>p{height: auto;}
.footer #service_online{display: block;}


/*新增加的登录页面*/
    .login-main{width: 85%;padding: 15% 0}
    .login-main .forgot-li{width: 50%;}
    .login-main .forgot-li span{left: 45%;}
    .login-main .forgot-li b{left: 30%;}
    .login-d .login-s{width: 23%;}
    .login-d input{width: 72%;}
    .error{margin-left: 23%;}
    .error1{margin-left: 23%;}
    .login-btn1{margin-left: 23%;}
    .login-validation input{width: 50%;}
    .login-validation .verification-btn{width: 20%;}
    

    /*整站浮动*/
    .floating{width: 38px;right: 5px;bottom: 145px;}
    .floating>.weib{width: 38px;height: 38px;background-size: 100%;}
    .suspension-h{width: 130px;right: 45px;}
    .suspension-h img{width: 90px;}
    .suspension-h .icon-float{font-size: 12px;}
    .suspension-h .icon-r{width: 6px;height: 6px;right: -4px;}
    
}

@media screen and (max-width:360px) {
    .nav-text{font-size: 13px;}
}
.link-details{width:100%;height:360px;background-color:#fff;border:solid 1px #eee;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.link-details .head-title{height:60px;margin:0 20px;line-height:60px;border-bottom:solid 1px #eee}
.link-details .head-title>span{font-size:20px;font-weight:bold}
