/*公共样式*/
body {
    padding: 0px;
    margin: 0px auto;
    font-size: 12px;
    line-height: 23px;
    color: #5A5A5A;
    font-family: Arial, "微软雅黑";
    width: 100%;
    min-width: 990px;
    zoom: 1;
}

html,
ul,
li,
form,
dl,
dt,
dd,
div p {
    padding: 0px;
    margin: 0px;
}

ul,
li {
    list-style: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    padding: 0px;
    margin: 0px;
}

select,
input,
em,
textarea {
    font-size: 12px;
    font-style: normal;
    color: #5A5A5A;
    font-family: Arial, "微软雅黑";
}

img {
    border: none;
    border: 0;
}

a {
    text-decoration: none;
    noline: expression(this.onFocus=this.blur());
    color: #5A5A5A;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    color: #B40001;
    text-decoration: none;
}

.Texthide {
    display: none;
}

.BG_Contain {
    padding-top: 20px;
    width: 100%;
}

.BG_Cont {
    padding-top: 15px;
    width: 100%;
}

.Contain {
    width: 1000px;
    margin: 0 auto;
}

.Silderbar {
    width: 214px;
    float: left;
}

.MainConte@nt {
    width: 767px;
    float: right;
}

.Content {}

.SinglePage {
    text-justify: inter-ideograph;
    text-align: justify;
    word-wrap: break-word;
    clear: both;
    overflow: hidden;
}

.space10 {
    height: 10px;
    clear: both;
    overflow: hidden;
    zoom: 0;
}

.space20 {
    height: 20px;
    clear: both;
    overflow: hidden;
    zoom: 0;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}

.Current {
    height: 32px;
    line-height: 32px;
    width: 1001px;
    margin: 0 auto;
}

/* 页面样式 */
#ctm_top {
    width: 100%;
    height: 216px;
    background: url(../img/ctmImg/ctmDetailsTop.png) no-repeat center;
    background-size: cover;
}

#ctm_tab {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #EEEEEE;
}

#ctm_tab ul {
    width: 1000px;
    margin: 0 auto;
}

#ctm_tab ul li {
	float: left;
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(153,153,153,1);
    margin-right: 80px;
    cursor: pointer;
    box-sizing: border-box;
}

#ctm_tab ul .tab_first {
    margin-left: 48px;
}

#ctm_tab ul li.ctmactive {
    color: rgba(79, 115, 198, 1);
    border-bottom: 2px solid rgba(79, 115, 198, 1);
}

.show {
    display: block;
}

.hide {
    display: none;
}

.activeDiv {
    width: 100%;
    height: 100%;
    background: rgba(249, 249, 249, 1);
    padding-top: 34px;
    padding-bottom: 60px
}

.activeDiv .tab_wrapper {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
	padding: 35px;
	box-sizing: border-box;
}

.activeDiv .tab_wrapper .tab_title {
	width: 300px;
    height: 78px;
    font-size: 24px;
    font-weight: bold;
    color: rgba(51, 51, 51, 0.8);
    line-height: 78px;
    background: rgba(238, 238, 238, 1);
    text-align: center;
}

.activeDiv .tab_wrapper .tab_c {
    margin-left: 60px;
    display: flex;
    margin-top: 32px;
    margin-bottom: 32px;
}

.activeDiv .tab_wrapper .tab_c .tab_line {
    width: 4px;
    height: 24px;
    background: rgba(79, 115, 198, 1);
    margin-right: 20px
}

.activeDiv .tab_wrapper .tab_c .tab_word {
    font-size: 24px;
    font-weight: bold;
    color: rgba(79, 115, 198, 1);
}

.activeDiv .tab_wrapper .tab_article {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;

}
	
.tab_title_active{
	width: 210px;
	height:54px;
	font-size:14px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:rgba(51,51,51,1);
	
	line-height: 54px;
	text-align: center;
	background: rgba(238, 238, 238, 1);
	float: left;
}
.tab_title_tab{
	width: 210px;
	height:54px;
	font-size:14px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:rgba(51,51,51,1);
	
	line-height: 54px;
	text-align: center;
	cursor: pointer;
	border:1px solid rgba(238,238,238,1);
	float: left;
}