body {
    min-width: 320px;
    max-width: 100%;
}

.container-fluid {
    padding: 0;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box {
    height: 100%;
    width: 100%;
}

.w100 {
    width: 100%;
}

.pc {
    /* width: 100%;
    height: 100%; */
    display: block;
}

.m {
    height: 100%;
    width: 100%;
    display: none;
}

.contentArea {
    /* 大屏内容区域 */
    padding: 25px;
    width: 1440px;
    height: 100%;
    margin: 0 auto;
}

.bottomLink {
    background-color: #F3F3F3;
    width: 100%;
}

.contentText-big {
    /* 正文文字 */
    font-size: .173611rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contentText {
    /* 正文文字 */
    font-size: .138889rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contentText-smail {
    /* 正文文字 */
    font-size: .104167rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contentText-mini {
    /* 正文文字 */
    font-size: .069444rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navText {
    /* 导航文字 */
    font-size: .111111rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.titleText-big {
    /* 标题文字 */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .347222rem;
    /* color: #333; */
    font-weight: bold;
}

.titleText {
    /* 标题文字 */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .277778rem;
    /* color: #333; */
    font-weight: bold;
}

.titleText-small {
    /* 标题文字 */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .208333rem;
    font-weight: bold;
}


/* 文字对齐 */

.textCenter {
    text-align: center;
}


/* 字体颜色 */

.cfff {
    color: #fff;
}

.c999 {
    color: #999;
}

.c666 {
    color: #666;
}

.c333 {
    color: #333;
}

.cYellow {
    color: #F1F165;
}

.cRed {
    color: #A10505;
}

.mainColor {
    /* 主色 */
    background: #A10505;
}

.alignCenter-X {
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.boxCenter {
    margin: 0 auto;
}

.flex-1 {
    flex: 1
}

.overText2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.flexBetween-X {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexBetween-Y {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.flexAround {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flexCenter-X {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexCenter-Y {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.marginTop-big {
    margin-top: 60px;
}

.marginTop {
    margin-top: 30px;
}

.marginTop-smail {
    margin-top: 10px;
}

.padding-big {
    padding: 0 2em 1em 2em;
}

.padding {
    padding: 0 1em .5em 1em;
}

.padding-smail {
    padding: 0 .5em .25em .5em;
}


/* 头部 */

.head-top {
    background: #fff;
    position: fixed;
    z-index: 25;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
}

.pc .logo {
    width: 3.597222rem;
}

.pc .navList {
    width: 5.555556rem;
    height: 100%;
}

.pc .navList>li {
    cursor: pointer;
    font-weight: 500;
    transition: all .5s;
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc .navList>li:hover {
    font-weight: 700;
}

.pc .head-top-content {
    height: .576389rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.pc .head-top-content {
    height: .576389rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.pc .navItem {
    position: relative;
}

.pc .navItem-li {
    position: absolute;
    top: .576389rem;
    width: 100%;
    background: #fff;
}

.pc .navItem-li-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-weight: 500;
}

.pc .navItem-li-item:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-weight: 700;
}

.m .head-top {
    height: 60px;
}

.m .logo {
    width: 126px;
}

.m .btn-tel {
    border-left: 1px solid #E5E5E5;
    height: 60px;
    width: 60px;
    background: url(../images/icon-tel-phone0.png) no-repeat center;
    background-size: 28px;
}

.m .btn-menu {
    border-right: 1px solid #E5E5E5;
    height: 60px;
    width: 60px;
    background: url(../images/menu-1.png) no-repeat center;
    background-size: 28px;
}

.m .btn-menu.active {
    background: url(../images/menu-close.png) no-repeat center;
}

.m .nav-curtain {
    height: 100%;
    width: 100%;
    left: -100%;
    position: fixed;
    z-index: 20;
    background: rgba(0, 0, 0, .5);
}

.m .nav-content {
    margin-top: 60px;
    height: calc(100% - 60px);
    width: 70%;
    background: #fff;
}

.m .nav-search {
    display: flex;
    align-items: center;
    height: 60px;
    top: 0px;
    width: 100%;
    position: fixed;
    z-index: 20;
    background: rgba(0, 0, 0, .7);
}

.m .btn-search {
    padding-right: 40px;
    height: 40px;
    width: 80px;
    background: url(../images/icon-search.png) no-repeat center;
}

.m .nav-search-text {
    padding: 20px;
    height: 100%;
    flex: 1;
    background: rgba(0, 0, 0, .0);
    color: #ddd;
}

.m input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ddd;
}

.m input::-webkit-input-placeholder {
    color: #ddd;
}

.m .message {
    background: rgba(0, 0, 0, .7);
    display: none;
    position: fixed;
    height: 40px;
    width: 40%;
    top: 30%;
    left: 50%;
    z-index: 2;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    transform: translate(-50%);
}

.m .nav-list {
    padding-top: 20px;
    overflow: auto;
    height: 100%;
}

.m .nav-itme {
    height: 44px;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #E5E5E5;
}

.m .nav-itme2 {
    height: 44px;
    padding: 10px 20px 10px 30px;
    border-bottom: 1px solid #E5E5E5;
    background-color: #eee;
}

.m .nav-itme:last-child>div {
    height: 50px;
    border: 1px solid #E5E5E5;
}

.m .nav-itme i {
    background: url(../images/search-icon2.png) no-repeat center;
    border: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
}

.m .openActive {
    transform: rotate(180deg);
}


/* 分页 */

.pages-item {
    text-decoration: none;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

.pages {
    height: 40px;
    text-align: center;
    margin: 20px auto;
}

#previousPage,
#nextPage {
    cursor: pointer;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

.pages .pages-item {
    height: 28px;
    line-height: 28px;
    color: #333333;
    display: inline-block;
    padding: 0 9px;
    cursor: pointer;
}

.pages .active {
    border: 1px solid #CDCDCD;
    border-radius: 5px;
}

.pages a:hover {
    border-color: #CDCDCD;
    color: #333333
}


/* 尾部 */

.footer {
    width: 100%;
    background: #161616;
}

.pc .footer {
    height: 400px;
}

.pc .footer-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.m .footer-item {
    flex: 1;
}

.m .footer-item:first-child {
    border-right: 1px solid #ccc;
}


/* 顶图文字 */

.topImage-box {
    position: relative;
}

.topImage-text {
    position: absolute;
    bottom: 10%;
    left: 50%;
}


/* 顶图处理 */

.m-topImage {
    height: 10rem;
    width: 10rem;
}


/* 公共提取 */

.image-3-itme {
    width: 100%;
    height: 50%;
    overflow: hidden;
}







 /* 修补部分 v2 */
.borderDotted a {
    border-bottom: 1px dotted #999;
    width:32%;
    height: 45px;
    line-height: 45px;
    box-sizing: content-box;
    padding-bottom: 5px!important;
	float: left;
    display: block;
	margin-right:10px;
	overflow: hidden;
}
 /* 删除index.css的 borderDotted 样式*/


.pages {
    font-size: 18px;
}


.pages a {
    margin: 0 5px 0 5px;
    color: #0a58ca !important;
}

.pages .page-num-current {
    color: #FF0000 !important;
}


.piaofu {
    position: fixed;
    bottom:70px;
    right: 10px;
     letter-spacing: 0px;
}

.piaofu2 {
    position: fixed;
    bottom: 10px;
    right: 10px;
     letter-spacing: 0px;
}
.joinxx{
	padding: 2em;
}

	.joinxx{
	padding: 2em 0.5em 2em 0.5em !important;
	}
.promin{
	width: 50%;
}
 
.linksv a {
    margin-right: 25px;
	float: left;
	display:block;
}
.bottomLink {
	font-size: .104167rem !important;
}
.marginTop-big {
		margin-top: 30px !important;
	}
.marginTop {
    margin-top: 15px !important;
} 
.beizhu {
	color: #999;
    float: right;
    display: block;
    clear: both;
    font-size: 16px;
} 

.topImage-text .cfff {
text-shadow: 0px 2px 5px #000000;
}
	