@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Source Han Sans CN", "微软雅黑", "Microsoft Yahei", Arial;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

.l{
	float:left;
}
.r{
	float:right;
}
.clearfix{
	clear:both;
	overflow: hidden;
}
/* ============================= 网页宽度 开始 ============================= */
.public_width {
    width: 90%;
    max-width: 1680px;
    margin: auto;
}

.width1660 {
    max-width: 100%;
    min-width: 1660px;
    margin: 0px auto;
}

.width1440 {
    width: 1440px;
    margin: 0px auto;
}

.width1200 {
    width: 1200px;
    margin: 0px auto;
}

.width840 {
    width: 840px;
    margin: 0px auto;
}

.width600 {
    width: 840px;
    margin: 0px auto;
}

.width320 {
    width: 320px;
    margin: 0px auto;
}

body {
    padding-top: 146px;
}

@media (max-width: 767px) {
    body {
        padding-top: 55px;
    }

    .mobileWidth100 {
        width: 100%;
    }

    .mobilePublic_top {
        background: rgb(255, 255, 255);
        height: 55px;
        line-height: 55px;
        position: fixed;
        z-index: 999999;
        left: 0px;
        top: 0px;
        padding-left: 4%;
    }

    .width1660 {
        max-width: 100%;
        min-width: 100%;
        margin: 0px auto;
    }

    .width1440 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }

    .width1200 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }

    .width840 {
        width: 100%;
    }

    .width320 {
        width: 100%;
    }
}

@media(max-width:368px) {
    /* body {
        padding-top: 50px;
    } */
}

/* ============================= 网页宽度 结束 ============================= */


/* 富文本 */
.richText {
    overflow: hidden;
    padding-bottom: 70px;
}

.richText img {
    max-width: 100%;
}

/* 移动端 */
@media (max-width: 767px) {
    .richText {
        padding-bottom: 40px;
    }
}


/* 背景色 */
.bgf8 {
    background: #F8F8F8;
}

/* ====== 限制文本行数 开始 ====== */
.clamp1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.clamp2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.clamp3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.clamp4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* ====== 限制文本行数 结束 ====== */



/* ============================= 头部 开始 ============================= */
/* =========== pc端头部 开始 =========== */
header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
}

/* =========== pc端头部 开始 =========== */
@media (min-width: 768px) {
    .mobileHeader {
        display: none;
    }

    .mDropdown {
        display: none;
    }

    .mTopMenuBg {
        display: none;
    }

    .mTopMenuBox {
        display: none;
    }
}

/* 上方蓝条 */
.headerTop {
    height: 64px;
    background: linear-gradient(90deg, #F5C47A 0%, #E70012 100%);
}

.headerTop>div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@font-face {
    font-family: 'Rany-Medium';
    src: url('../fonts/Rany-Medium.otf');
}

@font-face {
    font-family: 'MaoKenTangYuan-beta';
    src: url('../fonts/MaoKenTangYuan-beta.ttf');
}

.headerTop h2 {
    font-family: 'MaoKenTangYuan-beta';
    color: #fff;
}

.headerTopL {
    display: flex;
    align-items: center;
    color: #fff;
}

.headerTopL p,
.headerTopL span {
    line-height: 34px;
}

.headerTopL span {
    font-family: 'Rany-Medium';
    margin-left: 4px;
}

.headerTopL button {
    border: 0px;
    padding: 0px 24px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    color: #2271BB;
    margin-left: 22px;
    cursor: pointer;
}

/* 头部导航 */
.header {
    height: 82px;
    background: #FFFFFF;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 4%);
}

.headerCon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .logo{
	 padding:3px 0;
}
.header .logo,
.header .logo h1 {
    height: 100%;
}

.header .logo a {
    font-size: 0px;
    display: block;
    height: 100%;
    width: 350px;
    background: url(../images/logo.png)no-repeat center center;
    background-size: contain;
}

.header .headerul>li {
    display: inline-block;
    position: relative;
    margin: 0px 20px;
    cursor: pointer;
}

.header .headerul>li>a {
    display: block;
    line-height: 86px;
    color: #333333;
    padding: 0px 20px;
}

.header .headerul>li:hover>a {
    color: #E70012;
}

.header .headerul .headerActive>a {
    color: #E70012;
}

.header .headerActive::after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background: #E70012;
    border-radius: 60px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
}

/* 头部下拉菜单 */
.header .headerDropdown {
    padding-top: 3px;
    position: absolute;
    top: 100px;
    left: 9999px;
    opacity: 0;
    transition: top 0.5s, opacity .7s;
}

.header .headerul>li:hover .headerDropdown {
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    transition: top 0.5s, opacity .7s;
}

.header .headerDropdown ul {
    min-width: 210px;
    max-height: 320px;
    overflow-y: auto;
    padding: 10px 0px;
    background: #fff;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 4%);
    text-align: center;
}

/* 滚动条 */
.header .headerDropdown ul::-webkit-scrollbar {
    width: 4px;
    height: 90px;
}

.header .headerDropdown ul::-webkit-scrollbar-track {
    background: #F8F7F7;
    border-radius: 4px;
}

.header .headerDropdown ul::-webkit-scrollbar-thumb {
    width: 6px;
    height: 10px;
    background-color: #eee;
    border-radius: 4px;
}


.header .headerDropdown li {
    padding: 0px 30px;
}

.header .headerDropdown li:hover {
    color: #2271BB;
    background: #2a8bfb10;
}

.header .headerDropdown li:hover a {
    color: #2271BB;
}

.header .headerDropdown a {
    display: block;
    color: #333;
    white-space: nowrap;
    line-height: 56px;
}

/* 右边 */
.headerConR {
    display: flex;
}

.header .btnBox,
.header .headerul {
    display: inline-block;
}

.header .btnBox {
    margin-left: 60px;
    display: flex;
    align-items: center;
}

.header .btnBox .search {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-right: 22px;
    background: url(../images/search.png)no-repeat center center;
    background-size: 100%;
}

.header .btnBox button {
    color: #333;
    border: 0px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.header .btnBox button:hover {
    color: #2271BB;
    transition: all 0.3s;
}

.header .btnBox span {
    color: #333;
    margin: 0px 6px;
}

/* =========== pc端头部 结束 =========== */



/* =========== 移动端头部 开始 =========== */
@media (max-width: 767px) {
    .header {
        display: none;
    }

    .mobileHeader {
        display: block;
    }

    .headerTop {
        display: none;
    }
}

.mobileHeader {
    width: 100%;
    height: 55px;
    background: #FFFFFF;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 4%);
    padding-left: 4%;
    position: relative;
    z-index: 999;
}

.mobileHeader>div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobileHeader .logo,
.mobileHeader .logo h1 {
    height: 100%;
}

.mobileHeader .logo h1 {
    padding: 6px 0px;
}

.mobileHeader .logo a {
    font-size: 0px;
    display: block;
    height: 100%;
    width: 180px;
    background: url(../images/logo.png)no-repeat center center;
    background-size: 100% auto;
}

.mMenuBtn {
    width: 55px;
    height: 55px;
    background: #e70012;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.mMenuBtn img {
    width: 26px;
    height: 26px;
    transition: all .3s;
}

.mMenuBtnOn img {
    transform: rotate(225deg);
    transition: all .3s;
}

/* 下拉菜单 */
/* 遮罩 */
.mTopMenuBg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 99;
}

/* 菜单 */
.mTopMenuBox {
    position: fixed;
    top: 55px;
    left: 0px;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-top: 1px solid #F0F0F0;
    overflow: hidden;
}

.mTopMenuBox>ul {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
}

.mTopMenuBox>ul>li {
    width: 100%;
}

/* 隐藏滚动条 */
.mTopMenuBox ul::-webkit-scrollbar {
    display: none
}

.mTopMenu {
    display: inline-block;
    width: 100%;
    line-height: 55px;
    padding: 0px 4%;
    border-bottom: 1px solid #F0F0F0;
    color: #333;
}

.mTopMenu2 {
    position: relative;
}

.mTopMenu2::before {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: #2271BB;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
}

.mTopMenu2::after {
    content: '';
    display: block;
    width: 2px;
    height: 16px;
    background: #2271BB;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 29px;
    transition: all 0.3s;
}

.mTopMenu2.mTopMenuToggle::after {
    height: 0px;
    transition: all 0.3s;
}

.mDropdown {
    background: #F8F8F8;
    padding: 0px 8%;
}

.mDropdown li {
    width: 100%;
    border-bottom: 1px solid #EAEAEA;
}

.mDropdown a {
    display: block;
    line-height: 55px;
    color: #666;
}

.mDropdown {
    display: none;
}

.mTopMenuBg {
    display: none;
}

.mTopMenuBox {
    display: none;
}

/* 语言切换 */
.mDropdown.language button {
    line-height: 55px;
    width: 100%;
    text-align: left;
    border: 0px;
    background: none;
    color: #666;
}

/* 搜索 */
.mSearch {
    width: 100%;
    padding: 14px 4% 4px 4%;
}

.mSearch input {
    width: 100%;
    line-height: 40px;
    background: #F8F8F8;
    border-radius: 4px;
    overflow: hidden;
    padding: 0px 12px;
}

@media (min-width: 768px) {
    .mHeaderMenu {
        display: none;
    }
}

/* =========== 移动端头部 结束 =========== */
/* ============================= 头部 结束 ============================= */





/* ============================= 底部 开始 ============================= */
/* =========== pc端底部 开始 =========== */
.footer {
    background: #f8f8f8;
}

.footerCon {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    justify-content: space-between;
}

.footerConL img {
    display: inline-block;
    width: 160px;
    height: auto;
	margin-bottom:20px;
}

.footerConL span {
    display: block;
    margin-top: 12px;
    color: #333333;
}

.footerConL p {
    color: #666;
    margin-bottom: 12px;
    vertical-align: top;
}

.footerConL p:last-child {
    margin-bottom: 0px;
}

.footerConL p.phone {
    display: inline-block;
    font-family: 'Rany-Medium';
    color: #2271BB;
    margin: 24px 0px;
    line-height: 36px;
    padding-left: 48px;
    background: url(../images/phone.png)no-repeat center left;
    background-size: 36px 36px;
}

.footerConL p span {
    display: inline-block;
    max-width: 280px;
    margin: 0px;
    vertical-align: top;
}

/* 右边 */
.footerConR{
	margin-top:40px;
}
.footerConR ul {
    display: flex;
}

.footerConR li {
    margin-left: 60px;
}

.footerConR li:first-child {
    margin-left: 0px;
}

.footerConR p {
    display: inline-block;
    color: #333;
    padding-bottom: 22px;
    position: relative;
    margin-bottom: 15px;
}

/*.footerConR p::after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 26px;*/
/*    height: 2px;*/
/*    background: #E70012;*/
/*    border-radius: 0px 0px 0px 0px;*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    bottom: 0px;*/
/*}*/

.footerConR a {
    display: block;
    margin-bottom: 12px;
    color: #666;
    transition: all 0.3s;
}

.footerConR a:last-child {
    margin-bottom: 0px;
}

.footerConR a:hover {
    color: #e70012;
    transition: all 0.3s;
}

.erm{
	margin-left:40px;
	margin-top: 40px;
}
.erm p{
	text-align: center;
}





/* 底部版权 */
.copyright{
	border-top:1px solid #efefef;
}
.copyrightCon {
    line-height: 60px;
    display: flex;
    justify-content: center;
    color: #999;
}

.copyrightCon p {
    display: inline-block;
    margin-right: 40px;
}

.copyrightCon span {
    padding-left: 24px;
    background: url(../images/gaico.png)no-repeat center left;
    background-size: 16px 18px;
}

/* =========== pc端底部 结束 =========== */


/* =========== 移动端底部 开始 =========== */
@media (max-width: 767px) {
    .footerCon {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .footerConL p.phone {
        margin: 18px 0px;
    }

    .footerConL {
        padding-bottom: 30px;
        border-bottom: 1px solid #eee;
    }

    .footerConR ul {
        flex-direction: column;
    }

    .footerConR li {
        margin-left: 0px;
        border-bottom: 1px solid #eee;
    }

    .footerConR li div {
        display: none;
        background: #f8f8f8;
    }

    .footerConR a {
        /*padding-left: 26px;*/
        line-height: 55px;
        margin-bottom: 0px;
        border-bottom: 1px solid #eee;
    }

    .footerConR a:last-child {
        border-bottom: 0px;
    }

    .footerConR p {
        display: block;
        width: 100%;
        padding-bottom: 0px;
        margin-bottom: 0px;
        line-height: 55px;
        position: relative;
    }

    .footerConR p::before {
        content: '';
        display: block;
        width: 14px;
        height: 2px;
        background: #e70012;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
    }

    .footerConR p::after {
        content: '';
        display: block;
        width: 2px;
        height: 14px;
        background: #e70012;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 18px;
        left: unset;
        bottom: unset;
        transition: all 0.3s;
    }

    .footerConR .mbListOn p::after {
        height: 0px;
        transition: all 0.3s;
    }

    /* 版权 */
    .copyrightCon {
        padding-top: 10px;
        padding-bottom: 10px;
        flex-direction: column;
        line-height: 40px;
    }

    .copyrightCon p {
        margin-right: 0px;
    }
}

/* =========== 移动端底部 结束 =========== */
/* ============================= 底部 结束 ============================= */




/* ============================= 侧边栏 开始 ============================= */
.sideBar {
    width: 70px;
    height: 70px;
    background: url(../images/top2.png)no-repeat center center, #fff;
    background-size: 30px 30px;
    box-shadow: 0px 0px 12px 1px rgba(167, 187, 227, 0.3);
    border-radius: 6px 6px 6px 6px;
    position: fixed;
    right: 26px;
    bottom: 100px;
    cursor: pointer;
    z-index: 999;
    display: none;
}

.sideBar:hover {
    background: url(../images/top1.png)no-repeat center center, #fff;
    background-size: 30px 30px;
}

/* 移动端 */
@media (max-width: 767px) {
    .sideBar {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 12px;
        background: url(../images/top1.png)no-repeat center center, #fff;
        background-size: 24px 24px;
    }
	
	.erm{
		margin-left:0px;
	}
	.erm img{
		display: block;
		margin: auto;
		margin-top: 20px;
	}
	
	
	
	/* 表格移动端 */
	.tabPant{
		width: 100%;
		overflow: auto;
		margin: auto;
	}
	.tabPant table {
		width: 600px !important;
		border-collapse: collapse;
	}
	.infoTab .width1200{
		padding:0;
		width: auto;
		margin: 10px;
	}
	.tabPant table tr td{
		line-height:initial !important;
		padding:10px !important;
		height:auto !important;
	}
	.clamp1{
	    display:block;
	}
	.tabPant table tr th:first-child{
		position: sticky;
		left: 0;
		z-index: 1;
		background: #fafafa;
		width:8%;
	}
	.tabPant table tr td:first-child{
		position: sticky;
		left: 0;
		z-index: 1;
		background: #fafafa;
		width:8%;
	}
}

/* ============================= 侧边栏 结束 ============================= */




/* 公共标题 开始 */
.titleBox {
    text-align: center;
}
.titleBoxLeft{
	text-align: left;
}
.titleBox h3 {
    font-weight: 400;
    text-transform: uppercase;
    color: #E70012;
	/* font-size:42px; */
	opacity:0.12;
}

.titleBox p {
    display:block;
    color: #333;
	font-size:30px;
	margin-top: -30px;
}
.shu_line{
	width:62px ;
	height:4px;
	background:#E70012;
	margin-top:10px;
}

/* .titleBox p::before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #E1EAF8;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -48px;
}

.titleBox p::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #E1EAF8;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -48px;
}
 */
/* 公共标题 结束 */



/* 公共内页 banner 开始 */
.mbBanner {
    display: none;
}

.pageBanner {
    position: relative;
}

.pageBanner img {
    width: 100%;
    height: auto;
}

.pageBanner .bannerTxt {
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 13%;
    transform: translateY(-50%);
}

.pageBanner .bannerTxt p {
    padding-bottom: 14px;
    margin-bottom: 14px;
    position: relative;
}

.pageBanner .bannerTxt p::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #FFFFFF;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.pageBanner .bannerTxt h2 {
    font-weight: 400;
}

@media (max-width: 767px) {
    .mbBanner {
        display: block;
    }

    .pcBanner {
        display: none;
    }

    .pageBanner .bannerTxt p {
        font-size: 24px;
    }

    .pageBanner .bannerTxt h2 {
        font-size: 16px;
    }

    .pageBanner .bannerTxt p::after {
        height: 2px;
        width: 30px;
    }
}

/* 公共内页 banner 结束 */



/* 关于我们 公共跳转tab 开始 */
.aboutTab {
    background: #fff;
}

/* .aboutTab ul {
    display: flex;
    justify-content: center;
} */

.aboutTab a {
    display: block;
    line-height: 55px;
    padding: 0px 36px;
    color: #666;
    transition: all 0.3s;
}

.aboutTab a:hover {
    color: #2271BB;
    transition: all 0.3s;
}

.aboutTab .active {
    background: #2271BB;
}

.aboutTab .active a {
    color: #fff;
}

/* 移动端 */
@media (max-width: 767px) {
    .aboutTab a {
        font-size: 14px;
        padding: 0px 20px;
    }
}

/* 关于我们 公共跳转tab 结束 */



/* 上方 当前位置 开始 */
.currentposition {
    display: flex;
    align-items: center;
    line-height: 76px;
}

.currentposition a,
.currentposition span {
    display: inline-block;
    color: #666;
    transition: all 0.3s;
}
.currentposition a.active{
	color:#E70012;
}
.currentposition span {
    padding: 0px 12px;
}

.currentposition a:hover {
    color:#e70012;
    transition: all 0.3s;
}

/* 移动端 */

/* 上方 当前位置 结束 */



/* 分页 开始 */
.page {
    display: flex;
    justify-content: center;
}

.page a {
    display: block;
    color: #333333;
    transition: all .3s;
}

.page1,
.page2,
.page3 li {
    line-height: 42px;
    background: #F8F7F7;
    text-align: center;
    margin: 0px 6px;
    transition: all .3s;
}

.page1 {
    width: 60px;
}

.page2 {
    width: 100px;
}

.page3 li {
    width: 42px;
}

.page3 {
    display: flex;
}

.page3 .pageActive {
    background: #E70012;
    transition: all .3s;
}

.pageActive a {
    color: #fff;
    transition: all .3s;
}

.page1:hover,
.page2:hover,
.page3 li:hover {
    background: #e700121f;
    transition: all .3s;
}

.page3 .pageActive:hover {
    background: #2271BB;
}

/* 分页 结束 */

.lm-column{
	padding:40px 0;
}
.lm-column ul li{
	float:left;
	margin:20px 10px;
}
.lm-column ul li a{
	display:block;
	color:#666;
	margin-right:10px;
	height:40px;
	line-height:40px;
	padding:0 20px;
	border-radius:100px;
}
.lm-column ul li.active a{
	 background: #E70012;
	 color:#fff;
}




@media (max-width: 767px) {
    .currentposition {
        line-height: 55px;
    }
	
	.lm-column {
	    padding: 10px 0;
	}
	
	.page1,.page3{
		display:none;
	}
	.pageBox{
		margin:30px 0 !important; 
	}
	.tablePageBox{
		display:none;
	}
}


@media (max-width: 600px) {
	.mobileHeader .logo a{
		width:70px;
	}
	.mobileHeader .logo h1{
		padding:3px 0;
	}
}


.page a.disabled{background: #F8F7F7;color: #bbb;cursor: default;}

.page3 .pageActive:hover a{background: #E70012}