﻿@charset "utf-8";
/* CSS Document */

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    background: url(../Images/bg.png) top repeat-x;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.container_all {
    width: 1400px;
    margin: 0 auto;
	background: #fff;
}

/*header*/
.header {
    height: 107px;
    background: #fff;
    position: relative;
    display:flex;
	overflow: hidden;
}

.head_left {
    float: left;
    display: inline;
}

    .head_left > img {
        margin: 20px 0 0 0;
    }

.head_right {
    height: 107px;
    width: 60%;
    float: left;
    display: inline;
}

.head_wel {
    width: 294px;
    height: 27px;
    position: absolute;
    top: 0;
    right: -8px;
}

.ser {
    margin-right: 40px;
    margin-top: 65px;
    float: right;
    width: 195px;
}

.text > input {
    background: url(../Images/text.png) no-repeat;
    border: none;
    float: left;
    width: 152px;
    height: 24px;
    padding: 0 0 0 5px;
}

.search > input {
    background: url(../Images/search.png) no-repeat;
    border: none;
    float: left;
    width: 43px;
    height: 24px;
    margin-left: -5px;
}

.clear {
    clear: both;
}

/********************导航栏***************************/
.nav {
    height: 47px;
    width: 100%;
    background: #0c1d45;
}

.navbar {
    width: 100%;
    height: 100%;
    position: relative;
    display:flex;
    justify-content:space-around;
    align-items:center;
    background:#3365a3;
    overflow:hidden;
}

    .navbar > li {
        width: 12rem;
        height: 5rem;
        margin: 0 10px;
        font-size: 1.6rem;
        float: left;
        line-height: 5rem;
        text-align: center;
        color: #fff;
    }

        .navbar > li > a {
            color: #fff;
        }

.navbar > li > a > .active {
    height: 5rem;
    width: 12rem;
    background: #041643;
    position: absolute;
    line-height: 5rem;
    color: #fff;
}

.navbar > li > a > .no_active:hover {
    background: #040a43;
    line-height: 5rem;
    color: #fff;
}

/*banner*/
.banner {
    width: 100%;
    height: 240px;
}
.banner>img{
    width:100%;
    height:100%;
}

/*content*/
.content {
    padding: 15px 10px;
}

/************************申请入会***************************/

.title_div{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0117C1;
	padding: 1rem;
	font-size: 3rem;
	margin: 1rem auto;
	width: 50%;	
}

.title_text{
	font-size: 2.2rem;
	padding: 0.1rem;
	border-bottom: 4px solid #2F42D4;
	width: 50%;
	text-align: left;
	margin-top: 2rem;
}

.details_center {
    width: 90%;
    height: 100%;
    padding: 1rem 2rem;
    min-height: 500px;
    position: relative;
    /*text-align: center;*/
	box-shadow: 0px 4px 10px -5px rgba(51,101,163,0.5);
	background: #fff;
	margin: 0 auto;
	border-radius: 6px;
    padding-bottom:130px;
}
/*.content_box img{
    display: flex;
    margin: 0 auto;
}*/

/*******输入框*********/
.apply_list_box{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 0;
}
.apply_list_box>div>img{
	width: 100%;
	height: 100%;
}
.apply_icon_box{
	width: 3rem;
	height: 3rem;
	margin: 0 1rem;
	display: none;
}
.apply_list_box>span{
	font-size: 1.8rem;
	min-width: 9rem;
	text-align: left;
}
.apply_list_box>input{
	padding: 0.6rem 0.8rem;
	width: 80%;
	border: 1px solid #c1c1c1;
	border-radius: 6px;
	height: 4rem;
	font-size: 1.8rem;
}

/********错误提示***********/
.Tips{
    position: absolute;
    color: #f00;
    display: inline-block;
    font-size: 1.2rem;
    bottom: 10px;
    right: 4px;
}

input::-webkit-input-placeholder {
  color: #111;
}

input::-moz-placeholder {
  color: #111;
}

input:-ms-input-placeholder {
  color: #111;
}
::-moz-placeholder {
   color: #111111;
}
.apply_list_box>input:focus,textarea:focus{border:#4D90FE solid 1px;}


/***********多行输入框***********/
.textarea{
	width: 100%;
	height: 40rem;
	border: 1px solid #ddeaff;
	padding: 1rem;
	display: inline-block;
	text-align: justify;
}


/***************/

/**************添加资质证书****************/
.Add_img{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
}



/*********添加按钮********/
.add_box{
	width: 12rem;
	height: 12rem;
	margin: 1rem 2rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	border-radius: 2rem;
	cursor: pointer;
}
.add_box::after{
	content: "";
	width: 0.7rem;
	height: 6rem;
	background: #999;
	border-radius: 4rem;
	position: absolute;
}
.add_box::before{
	content: "";
	width: 6rem;
	height: 0.7rem;
	background: #999;
	border-radius: 4rem;
	position: absolute;
}

.add_box > span{
	position: absolute;
	top: 9rem;
}

/***********小添加按钮***********/
.min_add_box{
	width: 2rem;
	height: 2rem;
	margin: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2rem;
	cursor: pointer;	
	top: 0rem;
	right: 0rem;
}
.min_add_box::after{
	content: "";
	width: 0.4rem;
	height: 2rem;
	background: #3365a3;
	border-radius: 4rem;
	position: absolute;
}
.min_add_box::before{
	content: "";
	width: 2rem;
	height: 0.4rem;
	background: #3365a3;
	border-radius: 4rem;
	position: absolute;
}

/*********************/

/*******图片*******/
.Qualifications_img{
	width: 16rem;
	height: 16rem;
	height: auto;
	margin: 1rem 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.Qualifications_img>img{
	width: 100%;
	height: 100%;
}

/*******删除按钮********/
.delete{
	display: inline-block;
	position: absolute;
	width: 3rem;
	height: 3rem;
	background: #000;
	opacity: 0.5;
	border-radius: 60px;
	right: -1rem;
	top: -1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.delete::after{
	content: "";
	width: 2rem;
	height: 0.4rem;
	background: #fff;
	border-radius: 2rem;
	transform: rotate(45deg);
	position: absolute;
}

.delete::before{
	content: "";
	width: 2rem;
	height: 0.4rem;
	background: #fff;
	border-radius: 2rem;
	transform: rotate(-45deg);
	position: absolute;
}

/************评奖报奖**************/
.award_title_div{
	display: flex;
	align-items: center;
	margin: 1rem 0;
	flex-wrap: wrap;
}

/***********分布导航***********/
.award_title_text{
	width: 16rem;
	height: 3rem;
	background: #c6c6c6;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1rem 2rem;
	position: relative;
	cursor: pointer;
}

.award_title_text::before{
	position: absolute;
    right: -38px;
    z-index: 2;
    display: block;
    content: '';
    border-color: transparent transparent transparent #c6c6c6;
    border-width: 18px 19px 18px 19px;
    border-style: solid;
}

.award_title_text > span{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
}

.award_title_text > span::after{
	position: absolute;
	top: -19px;
	left: -20px;
	z-index: 2;
	display: block;
	content: '';
	border-color: transparent transparent transparent #c6c6c6;
	border-width: 20px 19px 20px 19px;
	border-style: solid;
	transform: rotate(90deg);
}

.award_title_text > span::before{
	position: absolute;
	top: -21px;
	left: -20px;
	z-index: 2;
	display: block;
	content: '';
	border-color: transparent transparent transparent #c6c6c6;
	border-width: 20px 19px 20px 19px;
	border-style: solid;
	transform: rotate(-90deg);
}


/*********选中样式*********/
.selection{
	background: #0117C1;
}
.selection::before{
	border-color: transparent transparent transparent #0117C1;
}
.selection > span::after{
	border-color: transparent transparent transparent #0117C1;
}
.selection > span::before{
	border-color: transparent transparent transparent #0117C1;
}

/********************************/

/*********表格************/
.table{
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
}
.table>tbody>tr,table>tbody>tr>td{
	padding: 0.2rem !important;
	border: 1px solid #eee;
    position: relative;
}
.table>tbody>tr,table>tbody>tr>th{
	border: 1px solid #eee;
	min-width: 14rem;
}

/* 底部二维码 */
.qr_code{
    width:100%; 
    margin-top:20px;
    border-radius: 1rem;
}


/********输入栏**********/
.table>tbody>tr>td>input{
	border: 1px solid #ddeaff;
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	padding: 0 0.5rem;
}
.table>tbody>tr>td>input:focus,textarea:focus{border:#4D90FE solid 1px;}


/***************************/
.sub_right {
    vertical-align: top;
    width: 80%;
    height: 100%;
    padding: 0 10px 0 20px;
}

.notice_content{
    padding:15px 10px;
    display:flex;
	position: relative;
	justify-content: center;
}
.box_1 {
    width: 100%;
    margin-bottom: 1rem;
    display:flex;
    justify-content:space-between;
}

.left_1 {
    width: 70%;
    float: left;
    display: inline;
    background:#f5f5f5;
    padding:0.5rem;
}

.right_1 {
    width: 60%;
    float: left;
    display: inline;
    margin-left:1rem;
    padding-left:0.5rem;
}

.box_content {
    width: 100%;
    border-radius: 0 7px 0 7px;
    padding: 0.2rem 0;
    text-align: center;
    vertical-align: middle;
    display:flex;
}
.box_content_img{
    width:100%;
}
.box_content>div>img{
    width:100%;
}

    .top_left > img {
        padding-left: 15px;
        padding-right: 3px;
        vertical-align: text-bottom;
    }

    .top_left > span {
        vertical-align: middle;
    }

.top_right {
    width: 192px;
    height: 100%;
    float: left;
    display: inline;
    text-align: right;
}

    .top_right > span {
        color: #0C1D45;
    }

.box_top2 {
    background: url(../Images/box_top_bg1.png) no-repeat;
}

.top_left_6 {
    width: 100%;
    color:#fff;
    font-weight:600;
    font-size:2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../Images/box_top_bg1.png) no-repeat left;
}

.top_left_2 {
    width: 100%;
    color:#fff;
    font-weight:600;
    font-size:2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../Images/box_top_bg.png) no-repeat left;
}
.top_left_2>div{
    display:flex;
    align-items:center;
    padding:0.5rem;
    height:3.6rem;
    overflow:hidden;
}
    .top_left_2 > div   > span {
        vertical-align: middle;
        margin:0.5rem;
    }
.more{
    font-size:1.4rem;
    color:#478ee5;
    border-bottom:none !important;
    float:right;
}
.more:hover{
    color:#f00;
}

    .top_left_2 > img {
        padding-left: 15px;
        padding-right: 3px;
        vertical-align: text-bottom;
    }

.box_content_2 {
    min-width: 30%;
    text-align: center;
    vertical-align: middle;
    background:#f5f5f5;
}

.all_city {
    width: 100%;
    float: left;
    display: inline;
}

.all_city a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#333;
    margin:1rem 0;
}

.sur_text a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#333;
    margin:1rem 0;
}
.sur_text span{
    margin-right:0.4rem;
}
.all_city > ul > li > a:hover{
    background:#d4e7ff;
}
.all_city>ul>li>a>div{
    display:flex;
    align-items:center;
}
.text_hidden{
    width:28rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin:0.2rem 0 0 0.2rem;
    text-align:left;
}


.all_city > table td > span {
    position: absolute;
    top: 17px;
    left: 18px;
    color: #fff;
}

.all_city > table td > img {
    position: absolute;
    bottom: 10px;
    left: 22px;
}

.defense {
    padding: 10px;
    border-left: none;
    float: left;
    display: inline;
}

.defense > p {
    margin-bottom: 5px;
    color: #333;
    font-weight: 600;
    font-size: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.2rem solid #519bf6;
}
/**************信息查询图标**************************/
.information{
    width: 458px;
    min-width:458px;
    float: left;
    display: inline;
    border:1px solid #f5f5f5;
    padding:0.5rem;
    margin-left:1rem;
}
.defense_text {
    display:flex;
    flex-wrap:wrap;
}
.icon_box{
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin:1rem;
    align-items:center;
    cursor:pointer;
    width:7rem;
}
.icon_box>img{
    width:3rem;
    height:3rem;
}

    .defense_text > a {
        color: #0c1d45;
    }

        .defense_text > a:hover {
            color: #476fac;
        }

.box_2 {
    width: 100%;
    margin-bottom: 1rem;
    display:flex;   
    justify-content:space-between;
    height:26rem;
}

.left_2 {
    width: 70%;
    margin-right: 1rem;
    float: left;
    display: inline;
    background:#f5f5f5;
    padding:0.5rem;
}
/********************专业委员会动态*********************/
.sur_text {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.sur_text a:hover{
    background:#d4e7ff;
}
.dynamic_img_box{
    display:flex;
    align-items: center;
    margin:1rem 0 0 0;
	cursor: pointer;
}
.dynamic_img_box:hover{
    background:#d4e7ff;
}
.img_box>img{
    width:100%;
    height:100%;
}
.img_box{
    width:10rem;
    height:6rem;
    min-width:10rem;
    min-height:6rem;
    display:flex;
}
.dynamic_text_box{
    display: flex;
	flex-direction: column;
	width: 320px;
}
.dynamic_text{
    display:inline-block;
    margin:0 0.5rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	width: 96%;
}
.explain_text{
	font-size: 1.2rem;
	color: #999;
	margin:0 0.5rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: justify;
}
/******************会员单位动态********************/
.center_2 {
    width: 458px;
    min-width:458px;
    border:1px solid #f5f5f5;
    padding:0.5rem;
}

.top_left_3 {
    float: left;
    display: inline;
    line-height: 26px;
    color:#333;
    font-size:2rem;
    font-weight:600;
}

    .top_left_3 > img {
        padding-left: 15px;
        padding-right: 3px;
        vertical-align: sub;
    }

.top_right_3 {
    width: 252px;
    height: 100%;
    float: right;
    display: inline;
    line-height: 24px;
    text-align: right;
    padding-right: 7px;
}

    .top_right_3 > a {
        color: #fff;
        font-size: 14px;
    }

        .top_right_3 > a:hover {
            color: rgb(255, 167, 0);
        }

    .top_right_3 > span {
        color: #0C1D45;
        font-size: 14px;
    }
    /***************会员单位动态******************/
.box_content_div{
    margin-top:0.5rem;
}
.box_content_3 {
    /*text-align: center;*/
    vertical-align: middle;
    padding: 10px 0;
    display:flex;
    align-items:center;
    cursor:pointer;
}
.box_content_3:hover{
    background:#d4e7ff;
}
.box_content_3>span{
    text-align:left;
    margin-left:1rem;
}
.unit_img>img{
    width:100%;
    height:100%;
}
.unit_img{
    width:10rem;
    height:6rem;
}

/*******************资质管理********************/
.management{
    width:29%;
    display: flex;
    flex-direction: column;
}

.management_list{
    text-align: left;
    vertical-align: middle;
    align-items: center;
}
.line_text {
    width: 74%;
    text-align: left;
    float: left;
    display: inline;
}

    .line_text > a {
        color: #181d33;
    }

.line_text_2 {
    width: 94%;
    text-align: left;
    float: left;
    display: inline;
}

    .line_text_2 > a {
        color: #181d33;
    }

.line_time {
    width: 20%;
    text-align: right;
    float: left;
    display: inline;
    color: #1284dc;
}
/*********************科普知识**************************/
.right_2 {
    background:#f5f5f5;
    width:458px;
    min-width:458px;
    padding:0.5rem;
    margin-left:1rem;
}

.top_left_4 {
    width: 193px;
    height: 100%;
    float: left;
    display: inline;
    line-height: 26px;
}

    .top_left_4 > img {
        padding-left: 15px;
        padding-right: 3px;
        vertical-align: sub;
    }

.top_right_4 {
    width: 150px;
    height: 100%;
    float: right;
    display: inline;
    line-height: 24px;
    text-align: right;
    padding-right: 7px;
}
/*******************行业动态************************/
.industry{
    border:1px solid #f5f5f5;
    margin-left:1rem;
    width:40%;
    padding:0.5rem;
}
.industry_hidden{
    max-width:330px;
    width:330px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:0.2rem 0 0 0.2rem;
}

.top_right_4 > a {
    color: #fff;
    font-size: 14px;
}

    .top_right_4 > a:hover {
        color: rgb(255, 167, 0);
    }

.top_right_4 > span {
    color: #0C1D45;
    font-size: 14px;
}

.box_content_4 {
}

.box_content_5 a {
    display: inline-block;
    width: 240px;
    margin: 0px 0px 5px;
}

.new_text {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.6) !important;
    filter: Alpha(opacity=60);
    text-align: left;
    padding-left: 8px;
}

.new_text_2 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6) !important;
    filter: Alpha(opacity=60);
    padding-left: 8px;
}

.new_text > a {
    position: relative;
}

/***********************地灾图片****************************/
.disaster_img{
    margin-bottom:1rem;
}
.disaster_img>img{
    width:100%;
    height:100%;
}

/**************************评审报告*******************************/
.review_box{
    width:34%;
    /*height:270px;*/
    padding:0.5rem;
    border:1px solid #f5f5f5;
    margin-right:1rem;
}

/********************会员单位展示******************************/
.unit_display_box{
    width:66%;
    padding:0.5rem;
    background:#f5f5f5;
}
.list{
    position: relative;
    overflow: hidden;
}

.unit_display_list_img{
    display:flex;

}

.unit_display_list_img>div{
    display:flex;
    flex-direction:column;
    text-align:center;
	cursor: pointer;
}
.title > span{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    width: 14rem;
    padding: 0 1rem;
    margin:auto;
}
.item>img{
    width:14rem;
    height:10rem;
    margin:0.2rem;
}
.wel_img {
    width: 323px;
    height: 80px;
    position: relative;
}

    .wel_img:hover {
        cursor: pointer;
    }

    .wel_img span {
        display: none;
        text-decoration: none;
    }

    .wel_img:hover span {
        display: block;
        position: absolute;
        width: 323px;
        text-align: center;
        height: 80px;
        color: #FFF;
        z-index: 10;
        line-height: 80px;
        background: rgba(0, 0, 0, 0.6) !important;
        filter: Alpha(opacity=60);
    }

.line_icon {
    background: url(../Images/icon_9.png) no-repeat center;
    height: 30px;
    line-height: 30px;
    display: inline;
    float: left;
    width: 3%;
    margin-right: 10px;
}

.line_icon1 {
    background: url(../Images/icon_14.png) no-repeat center;
}

.line_icon2 {
    background: url(../Images/icon_12.png) no-repeat center;
    width: 15px;
}
/*Subpage*/
.subpage {
    width: 100%;
    height: 100%;
    border: none;
    margin-bottom: 10px;
}

.sub_left {
    width: 170px;
    height: auto;
    background: #dee8fe;
    border-radius: 5px;
    overflow:hidden;
}

.sub_left > ul {
    width: 100%;
    height: 100%;
}

.sub_left > ul li {
    width: 170px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #02589c;
}

.sub_left > ul li > a {
    color: #02589c;
    /*padding: 7px 43px;*/
}

.sub_left > ul li > a:hover {
    color: #b22f2f;
}

.sub_left > ul > .top {
    height: 3.4rem;
    background: #1467a9;
    color: #fff;
    line-height: 3.4rem;
}
.sub_left > ul > .top> a {
    height: 3.4rem;
    background: #1467a9;
    color: #fff;
    line-height: 3.4rem;
}

.sub_left > ul > .one > a {
    color: #333;
    /*padding: 7px 43px;*/
}

.sub_left > ul > .one > a:hover {
    color: #b22f2f;
}

.sub_left > ul > .line {
    height: 1px;
    width: 170px;
    background: url(../Images/menu_line.jpg);
}



.sub_none {
    vertical-align: top;
    width: 1240px;
    height: 100%;
    background: #fff;
}

.details_top {
    height: 30px;
    border-bottom: 2px #0c1d45 solid;
    line-height: 28px;
    font-size: 14px;
}

.details_left {
    height: 100%;
    width: 190px;
    float: left;
    display: inline;
    color: #494949;
    text-align: left;
}

.details_right {
    height: 100%;
    color: #808080;
    float: right;
    display: inline;
    text-align: right;
}

.details_left > img {
    padding-right: 3px;
    vertical-align: sub;
}

.details_right > a {
    color: #808080;
}

    .details_right > a:hover {
        color: #02589c;
    }


/*************列表***********/
.list_box{
    display:flex;
    margin:2rem 0;
    align-items:center;
    padding:1rem;
    border-bottom:1px solid #eee;
    position:relative;
}
.list_box:hover{
    background:#eee;
}

/***********图片***************/
.notice_img_box{
    width:20rem;
    height:13rem;
    overflow:hidden;
}
.notice_img_box>img{
    width:100%;
    height:auto;
}
.time_box{
    margin-left:1rem;
    display: flex;
}
/*************标题***************/
.time_box_title{
    font-size:1.6rem;
    text-align:left;
    display: flex;
    justify-content: space-between;
    margin: 0;
}
 .time_box_title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 750px;
 }



/**************时间******************/
.time_box_time{
    font-size:1.5rem;
    color:#666;
    text-align:left;
    margin:0 2rem 0 0;
}
/******************培训报名*********************/
.sign_up_box {
    display: flex;
    margin: 2rem 0;
    align-items: center;
    padding: 1rem;
    border: 1px solid #eee;
    border-radius: 1rem;
    position: relative;
}
.btn_box{
    position:absolute;
    right:10px;
    bottom:10px;
}
/***************报名按钮*****************/
.sign_up{
    padding:0.5rem 1rem;
    border-radius:0.4rem;
    border:none;
    font-size:1.6rem;
    background:#3365a3;
    color:#fff;
}

.details_none {
    width: 100%;
    height: 100%;
    min-height: 500px;
    position: relative;
    text-align: center;
}


/*****************资质管理**************************/
.qualifications_center{
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}
.qualifications_center td{
	font-size: 1.6rem;
	padding: 0.5rem 1rem;
	height: 6rem;
	border: 1px solid #eee;
	color: #666;
}
.qualifications_center>table>thead>tr>td{
	font-weight: 600;
	font-size: 2rem;
}
.details_time{
	margin: 1rem auto;
	color: #999;
	text-align: center;
}

/******************关于协会***********************/

.about_title{
	margin: 0 auto;
	padding: 1rem;
	font-size: 2.5rem;
	border-bottom: 0.5rem solid #3365a3;
	width: 40rem;
	text-align: center;
}
.about_text{
	margin: 1rem auto;
	font-size: 1.8rem;
	text-indent: 3.6rem;
	text-align: justify;
	color: #444;
	line-height: 3rem;
}
.chapter_title{
	font-size: 2rem;
	margin: 2rem auto;
	font-weight: 600;
	background: #333;
	color: #fff;
	padding: 0.5rem;
	width: 50%;
    text-align:center;
}

/*******************联系我们**********************/
.contact_box{
	font-size: 1.8rem;
	margin: 6rem auto;
	margin-left: 38%;
}
.contact_box{
	text-align: left;
}
.name_text{
    display: inline-block;
    min-width: 8rem;
}
.contact_box>p>b{
    display: inline-block;
    min-width: 12rem;
}


/*******************单位展示*********************/
.member_box{
	padding: 2rem;
	width: 50rem;
	margin: 1rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.member_box>div{
	margin: 0;
}
.member_list>li{
	border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-around;
}
.member_list>li>div{
	min-width: 20rem;
}
.member_list>li>div>p>b{
	margin-right: 3rem;
	font-size: 2rem;
	color: #333;
}
.member_list>li>div>p{
	font-size: 1.5rem;
	margin: 0;
	color: #666;
	padding: 1rem 0;
	text-align: left;
}
.unitdisplay_img>img{
	width: 100%;
	height: 100%;
}
.unitdisplay_img{
	position: relative;
	display: flex;
	align-items: center;
}
.unitdisplay_icon{
	position: absolute;
	opacity: 0.5;
}
.left{
	transform: rotate(180deg);
	cursor: pointer;
}
.right{
	float: right;
	cursor: pointer;
}

/*****************通知公告********************/
.announcement_title{
	width: 66rem;
	font-size: 2.5rem;
	margin: 1rem auto; 	
    text-align:center;
}
.announcement_b{
	font-size: 1.8rem;
	display: block;
	text-align: left;
}
/**************署名*************/
.signature_box{
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	text-align: right;
	font-size: 1.5rem;
	margin-top: 6rem;
}
.signature_time{
	color: #666;
}
/**************************************/
.details_center > h4 {
    margin: 25px 0;
    color: #000;
}

.details_center > p {
    line-height: 25px;
    font-size: 14px;
    color: #444;
    text-indent: 2em;
    text-align: left;
}

.details_center > .title {
    color: #014e92;
    text-align: center;
    padding: 15px 0 5px 0;
}

.details_center > .time {
    font-size: 12px;
    text-align: center;
    margin-bottom: 35px;
}

.details_center > img {
    width: 98%;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.dt_1 {
    width: 100%;
    height: auto;
    border: 1px solid #085da0;
    text-align: center;
    margin-bottom: 30px;
}

    .dt_1 th {
        height: 30px;
        line-height: 30px;
        background: #085da1;
        color: #fff;
        text-align: center;
    }

    .dt_1 td {
        height: 28px;
        border: #085da1 solid 1px;
        line-height: 28px;
    }

.details_center > ul {
    width: 100%;
    margin-top: 10px;
}

    .details_center > ul li {
        height: 36px;
        width: 100%;
        font-size: 12px;
        color: #292929;
        background: url(../Images/down_line.png) repeat-x bottom;
        line-height: 36px;
    }

.line_icon_3 {
    background: url(../Images/icon_15.png) no-repeat center;
    height: 36px;
    line-height: 36px;
    display: inline;
    float: left;
    width: 18px;
    margin-right: 10px;
}

.line_text_3 {
    width: 80%;
    text-align: left;
    float: left;
    display: inline;
}

    .line_text_3 > a:hover {
        color: #1284dc;
    }

    .line_text_3:hover {
        color: #1284dc;
    }

.line_time_3 {
    width: 17%;
    text-align: right;
    float: right;
    display: inline;
    color: #1284dc;
}


/**************单选按钮*****************/
.wm_radio{
	display: flex;
	align-items: center;
}
.wm_radio>div{
	margin: 0 0.6rem;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
}
.regular_radio{
	margin: 0 4px !important;
	font-weight: 300;
	font-size: 1.4rem;
}
.wm_radio label{
	font-weight: 400;
}


/***************提交按钮****************/
.apply_btn_box{
	margin: 1rem auto;
	width: 20rem;
	height: 4rem;
	line-height: 4rem;
	font-size: 2rem;
}
.apply_btn{
	border-radius: 0.5rem;
	border: none;
	background: #3365a3;
	color: #fff;
	display: block;
	cursor: pointer;
    width:100%;
}

/*******************翻页******************/

.pager {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    margin:2rem 0;
	display: flex;
	justify-content: center;
}

.pager_left {
    float: left;
    display: inline;
    margin-right: 50px;
}

    .pager_left > a {
        color: #bb1616;
    }

.pager_right {
    float: left;
    display: inline;
}

    .pager_right > a {
        color: #bb1616;
    margin: 0 7px;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    border: 1px solid #bb1616;
    text-align: center;
    }

        .pager_right > a:hover {
            color: #000;
        }

/*成果展示*/
.signdiv {
    float: left;
    height: 315px;
    width: 365px;
    margin: 10px 20px 30px 20px;
}

    .signdiv > a > ul {
        width: 100%;
        height: 100%;
    }

        .signdiv > a > ul > li {
            width: 100%;
            height: 100%;
        }

    .signdiv ul {
        color: #fff;
    }

        .signdiv ul:hover {
            color: #00b4ff;
        }

.signtop {
    height: 100%;
    width: 100%;
    vertical-align: top;
    font-size: 13px;
}

.signtop1 > img {
    border-radius: 5px;
    border: 0px;
    width: 365px;
    height: 315px;
    border-radius: 5px;
}


.signindex {
    position: relative;
    bottom: 315px;
    background: url(../Images/List_bj.png);
    width: 365px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    line-height: 35px;
}

.signtop > img {
    margin: 0px;
    padding: 0px;
    border-radius: 3px;
}

/*友情链接*/

.link {
    display: inline-block;
    margin-right: 1rem;
    border-right: 1px solid #fff;
    height: 1.5rem;
    padding-right: 1rem
}


/*foot*/
.foot {
    width: 100%;
    background: #050e1f;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 18px 0;
	margin-bottom: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.foot > p {
	margin-bottom: 1rem;
}
.foot > div > span{
	display: inline-block;
    margin: 0 1rem;
}


.link > a :hover {
	color: #f00;
}

/*数字滚动插件的CSS可调整样式*/
.mt-number-animate {
    font-family: '微软雅黑';
    line-height: 25px;
    height: 25px; /*设置数字显示高度*/
    ;
    font-size: 14px; /*设置数字大小*/
    overflow: hidden;
    display: inline-block;
    position: relative;
}

    .mt-number-animate .mt-number-animate-dom {
        width: 25px;
        margin-right: 2px;
        text-align: center;
        float: left;
        position: relative;
        top: 0;
    }

        .mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
            width: 100%;
            color: #F8F8F8;
            float: left;
            background: url(../Images/slider.png) no-repeat left bottom;
            margin-right: 2px;
        }

/*滚动框*/
#scroll-box {
    height: 129px;
    padding: 5px;
    color: #292929;
    overflow: hidden;
}

    #scroll-box #con1, #scroll-box #con2 {
        width: 100%;
        letter-spacing: 2px;
        text-indent: 2em;
    }

        #scroll-box #con1 a:hover, #scroll-box #con2 a:hover {
            cursor: pointer;
            color: #5b53ce;
            ;
        }

@-webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes slit {
    50% {
        -moz-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        animation-timing-function: ease-in;
    }

    100% {
        transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

