@charset "utf-8";

/* CSS Document */

.sub_t01 {
    height: 60px;
    line-height: 60px;
}

.sub_t01 h2 {
    color: #003b90;
    font-size: 22px;
    font-size: 2.2em;
}

.sub_t01 h2:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-opacity: 0.8;
    opacity: 0.8;
    transition: all 1s ease 0s;
}

.sub_mbtn {
    width: 100%;
    height: 40px;
    background: url(../images/sub-mbtn02.png) no-repeat center center;
    background-color: #d8d8d8;
    cursor: pointer;
    display: none;
}

.open {
    background: url(../images/sub-mbtn02_close.png) no-repeat center center;
    background-color: #d8d8d8;
}

.sub_navm {
    width: 100%;
    overflow: hidden;
    display: none;
}

.sub_navm h2 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #003c7f;
}

.sub_navm h2 a {
    padding-left: 13px;
    font-size: 20px;
    font-family: Tahoma;
    display: block;
    color: #fff;
}

.sub_navm ul {
    border: 1px solid #dddddd;
}

.sub_navm li {
    position: relative;
}

.sub_navm li a {
    font-size: 14px;
    color: #282828;
    padding-left: 13px;
    font-family: Helvetica;
    line-height: 20px;
    padding: 10px;
    border-top: 1px solid #d3d3d3;
    display: block;
}

.sub_navm li:first-child a {
    border-top: 0px;
}

.sub_navm li a:hover {
    color: #003b90;
}

.sub_navm li.sub_has span {
    margin-left: 10px;
}

.sub_navm li.on a {
    color: #003b90;
    display: block;
    width: 100%;
}

.sub_navm dl {
    display: none;
    background-color: #fff;
    padding: 0px 0px 5px;
}

.sub_navm dl dd {
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted #ddd;
}

.sub_navm li.on dl dd a {
    font-size: 12px;
    color: #005c30;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
    height: 30px;
    line-height: 30px;
}

.sub_navm li dl dd a {
    font-size: 14px;
    color: #282828;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
}

.sub_navm li dl dd a:hover {
    color: #005c30
}

.sub_navm li strong.phone_arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    color: #005c30;
    cursor: pointer;
}

.subPage_con {
    max-width: 1140px;
    margin: 0 auto 30px;
    min-height: 470px;
    padding: 20px 30px 35px;
    background: #ffffff;
}

.sbu_leftWrap {
    width: 250px;
    float: left;
}

.f_left_con {
    *border-right: 1px solid #ffffff;
    border-right: 1px solid #ffffff\9\0;
}


/*左侧边栏*/

.sub_left {
    width: 250px;
    overflow: hidden;
    float: left;
    z-index: 99999;
    background: #003b90;
}

.sub_left h2 {
    width: auto;
    padding-left: 17px;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    font-family: Helvetica;
    background-color: #003c7f;
    border-bottom: 1px solid #d3d3d3;
}

.sub_left h2 a {
    color: #fff;
    font-size: 20px;
}

.sub_left li {
    position: relative;
    border-top: 2px solid #ffffff;
}

.sub_left li a {
    z-index: 1;
    padding: 14px 0px 14px 30px;
    font-weight: bold;
    display: block;
    font-size: 16px;
    font-size: 1.6em;
    color: #ffffff;
}

.sub_left li:first-child {
    border-top: 0px;
}

.sub_left li:first-child a {
    border-top: 0px;
}

.sub_left li:hover a,
.sub_left li.on a {
    background: url(../images/left_arrow.png) no-repeat 210px center #4182de;
}

.sub_left li strong.arrow {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 46px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #e5e5e5;
    z-index: 33;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.sub_left li strong.arrow:hover {
    color: #005c30;
}

.sub_left li.on strong.arrow {
    color: #005c30;
}

.twoJ_menu {
    display: none;
}

.sub_left .twoJ_menu dd a {
    ;
    padding: 8px 22px 8px 5px;
    font-size: 14px;
    font-size: 1.4em;
}


/*右侧*/

.sub_right {
    margin: 0 0 30px 290px;
}

.sub_right01 {
    margin: 0 0 30px 0;
}

.articleTitle {
    height: 52px;
    line-height: 52px;
    border-bottom: 2px solid #d6dadf;
    position: relative;
}

.articleTitle h2 {
    font-size: 20px;
    color: #003b90;
    /*border-bottom: 4px solid #d6dadf;*/
    width: auto;
    float: left;
    height: 48px;
}

.articleTitle h2.contact_title {
    display: block;
    font-size: 22px;
    color: #005c30;
    border-bottom: 0px;
}

.articleTitle .rightMore {
    padding-left: 20px;
}

.clear {
    clear: both;
}

.Wrapbanner {
    width: 100%;
    position: relative;
}

.Wrapbanner font {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -45px;
    font-size: 2.4em;
    font-weight: bold;
    color: #fff;
}

.Wrapbanner font:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 5px auto;
}

.subbanner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.subbanner .articleTitle {
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 28px;
    bottom: 18px;
}

.subbanner .articleTitle a {
    font-size: 2.4em;
    color: #fff;
}

.subPage {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url(../images/modebg.png) no-repeat center;
    background-size: cover;
}

.sub_banner {
    width: 100%;
    position: relative;
    margin: 10px 0 0 0;
    z-index: 2
}

.subPage_con {
    max-width: 1200px;
    min-height: 500px;
    margin: 40px auto 40px auto;
}

.pageArticle .article01 {
    overflow: hidden;
}

.pageArticle .article01 p {
    font-size: 1.6em;
    line-height: 32px;
}

.subPgeTitle {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: -30px;
    color: #fff;
    position: relative;
    z-index: 9;
}

.subPgeTitle span {
    display: inline-block;
    color: #fff;
    font-size: 1.4em;
}

.subPgeTitle a {
    color: #fff;
}

.pageTitle {
    border-bottom: #ddd 1px solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

.pageTitle span {
    font-size: 2.4em;
    color: #333333;
    font-weight: bold;
}

.pageTitle a {
    color: #999;
    font-size: 1.4em;
    float: right;
}

.pageTitle font {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    display: block;
    text-align: right;
}

.zzjg {
    margin: 35px auto auto auto;
    overflow: hidden;
}

.zzjg h2 {
    font-size: 1.8em;
}


/*联盟章程*/

.article02 {}

.article02 p {
    font-size: 1.6em;
    line-height: 28px;
}

.article02 p font {
    color: #005aa0;
    font-weight: bold;
}

.article02 p span {
    font-weight: bold;
}

.article02 .art-Title {
    background: #005aa0;
    padding: 9px 0;
    margin: 28px 0;
    text-align: center;
}

.article02 .art-Title span {
    font-size: 1.6em;
    color: #fff;
    font-weight: bold;
}

.annu {
    overflow: hidden;
}

.annu ul li {
    background: #f6f6f6;
    padding: 10px 25px;
    overflow: hidden;
    margin: 15px 0;
}

.annu ul li a {
    display: block;
    font-size: 1.6em;
    color: #173f8f;
    background: url(../images/download.png) no-repeat right center;
    padding-right: 35px;
}


/*专家委员会*/

.list01 {
    width: 100%;
    overflow: hidden;
}

.list01 li {
    border-bottom: #e4e4e4 1px solid;
    overflow: hidden;
    position: relative;
}

.list01 li:nth-child(odd) {
    background: #f7f7f7;
}

.list01 li:nth-child(even) {
    background: #e1e1e1;
}

.list01 li a {
    display: block;
    padding: 13px 25px;
    /* width: 82%; */
    line-height: 22px;
    color: #333;
    float: left;
    font-family: "微软雅黑";
    font-size: 1.6em;
    position: relative;
}

.list01 li a:hover {
    color: #005aa0;
}

.list01 li .rightDate {
    float: right;
    font-size: 1.6em;
    color: #999;
    padding: 13px 25px 13px 0;
}


/*成员单位*/

.ImgList {
    margin: 0 -25px;
    overflow: hidden;
}

.ImgList ul li {
    width: 20%;
    float: left;
    margin: 0 0 20px 0;
    position: relative;
}

.ImgList ul li a {
    display: block;
    margin: 0 25px;
}

.ImgList ul li .listImg {
    display: block;
    height: 0;
    padding-bottom: 74.8%;
    border: #e1e1e1 1px solid;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ImgList ul li a:hover .listImg {
    box-shadow: 0 2px 6px 2px #e9e9e9;
}

.ImgList ul li .listImg img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ImgList ul li .listImg:hover img {
    opacity: 1;
    transform: scale(1.1);
}

.ImgList ul li .listTxt {
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 1.6em;
    color: #333;
    text-align: center;
    overflow: hidden;
}


/*申请加入*/

.RegistrationCon {
    width: 58%;
    margin: 0 auto;
}

.RegistrationCon ul {
    margin: 20px 0 0 0;
}

.RegistrationCon ul li {
    overflow: hidden;
    line-height: 36px;
    margin: 0 0 20px 0;
}

.RegistrationCon li span {
    float: left;
    width: 15%;
    font-size: 1.6em;
}

.RegistrationCon li span #dw {
    width: 30px;
    height: 30px;
}

input[type="radio"]+label:before {
    content: "\a0";
    /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 1em;
    height: 1em;
    margin-right: .4em;
    border-radius: 50%;
    border: 1px solid #01cd78;
    text-indent: .15em;
    line-height: 1;
}

.RegistrationCon li p {
    font-size: 14px;
    color: #333;
    text-align: right
}

.RegistrationCon li p.sm {
    width: auto;
    color: #999999;
    float: left;
    margin: 0 0 0 30px;
}

.left_sm {
    width: 23%;
    margin-right: 1%;
    float: left;
}

.RegistrationCon li input {
    width: 71%;
    border: 1px solid #e1e1e1;
    float: left;
    padding: 10px;
}

.RegistrationCon li input.yzm {
    width: 220px;
}

.RegistrationCon li .wai {
    overflow: hidden;
}

.RegistrationCon li textarea {
    width: 975px;
    height: 100px;
    resize: none;
    float: left;
    border: 1px solid #e1e1e1;
}

.RegistrationCon li h3 {
    font-size: 14px;
    color: #999999;
    margin: 0 0 0 92px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
}

.RegistrationCon li select {
    width: 220px;
    padding: 7px 0 7px 10px;
    border: 1px solid #e1e1e1;
    color: #202020;
}

.RegistrationCon li img {
    margin: 0 0 0 30px;
    height: 34px;
}

.tj {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.tj input {
    width: 120px;
    height: 38px;
    background: #fff;
    color: #005aa0;
    text-align: center;
    border: #005aa0 1px solid;
    font-size: 1.6em;
}


/*分页*/

.pages {
    text-align: center;
    height: 40px;
    font-size: 1.4em;
    line-height: 40px;
    margin: 25px 0 0 0;
    overflow: hidden;
}

.pages img {
    vertical-align: middle;
    display: inline-block;
}

.pages span {
    color: #4ba6a4;
    padding: 0 20px 0 0px;
    font-size: 16PX;
}

.pages a {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: #cdcdcd 1px solid;
    color: #666666;
    margin: 0 5px;
}

.pages a.prev {
    background: url(../images/prev02.png) no-repeat center;
}

.pages a.next {
    background: url(../images/next02.png) no-repeat center;
}

.pages a.prev:hover {
    background: url(../images/prev022.png) no-repeat center #005aa0;
}

.pages a.next:hover {
    background: url(../images/next022.png) no-repeat center #005aa0;
}

.pages a:hover {
    background: #005aa0;
    color: #fff;
}

.pages a.on_pages {
    background: #005aa0;
    color: #fff;
}

.pages a.home,
.pages a.last {
    width: 58px;
}

.pages_min {
    display: none;
    margin: 20px 0;
    font-size: 1.2em;
    overflow: hidden;
}

.pages_min a.prev_min,
.pages_min a.next_min {
    display: block;
    width: 70px;
    height: 30px;
    float: left;
    border: #cdcdcd 1px solid;
    color: #666666;
    line-height: 30px;
    text-align: center;
}

.pages_min a.next_min {
    float: right;
}

.pages_min a:hover {
    background: #005aa0;
    color: #fff;
    transition: 0.5s;
}

@media screen and (max-width:1200px) {
    .subPage {
        width: 100%;
    }
    .subPage_con {
        width: auto;
        padding: 10px 20px;
        margin: 20px auto auto auto;
    }
}

@media screen and (max-width:1100px) {
    .RegistrationCon {
        width: 100%;
    }
}

@media screen and (max-width:800px) {
    .Wrapbanner font {
        font-size: 1.8em;
    }
    .subPgeTitle {
        margin-top: 10px;
        color: #666;
    }
    .subPgeTitle a {
        color: #666;
    }
    .subPgeTitle span {
        padding: 0 20px;
        color: #666;
        font-size: 1.6em;
    }
    .subPgeTitle span a:before {
        background: #666;
        margin: 4px 1px;
    }
    .subPage_con {
        margin: 0;
    }
    .pageTitle span {
        font-size: 1.8em;
    }
    .ImgList ul li {
        width: 25%;
    }
    .sub_mbtn {
        display: block;
    }
    .sbu_leftWrap {
        display: none;
    }
    .sub_right {
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width:710px) {
    .pageArticle.lf {
        width: 100%;
        float: none;
    }
    .friendLink.rt {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .friendLink ul.link01 li {
        width: 48%;
        float: left;
        margin: 1%;
    }
    .newsList ul li {
        width: 50%;
    }
    .list01 li .rightDate {
        padding-bottom: 0;
        padding-top: 5px;
    }
}

@media screen and (max-width:640px) {
    .subPage_con {
        padding: 13px 20px;
    }
    .subPgeTitle span {
        font-size: 12px;
    }
    .pageTitle span {
        font-size: 1.6em;
    }
    .pageArticle .article01 p,
    .pageArticle .article02 p {
        font-size: 1.4em;
        line-height: 28px;
    }
    .pageTitle a {
        float: none;
        display: block;
    }
    .list01 li a {
        padding: 0 15px 10px 15px;
    }
    .list01 li .rightDate {
        padding: 10px 15px;
        font-size: 1.4em;
    }
    .ImgList ul li {
        width: 33.3%;
    }
    .ImgList {
        margin: 0 -15px;
    }
    .ImgList ul li a {
        margin: 0 15px;
    }
    .left_sm {
        width: 100%;
        float: none;
    }
    .RegistrationCon li p {
        text-align: left;
    }
    .RegistrationCon li input {
        width: 97%;
        padding: 1.2%;
    }
    .RegistrationCon li span {
        text-align: center;
    }
    .tj input {
        font-size: 1.4em;
    }
    .annu ul li a {
        font-size: 1.4em;
    }
}

@media screen and (max-width:480px) {
    .Wrapbanner font {
        font-size: 1.6em;
        top: 30%;
    }
    .ImgList ul li {
        width: 50%;
    }
}

@media screen
/*and (min-width:320px)*/

and (max-width:414px) {
    .ImgList ul li {
        width: 100%;
    }
}