* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: "Microsoft YaHei";
    background: #ffffff;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ul, li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
}

i, em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

.mobileNone {
    display: none !important;
}











.bodyBgTop{
    /*max-width: 19.20rem;*/
    margin: 0 auto;
    font-size: 0.16rem;
    /*min-width: 10.00rem;*/
}
.container1400{
    width: 100%;
    margin: 0 auto;
}
.header{
    width: 100%;
}
.header img{
    width: 100%;
}
.footer{
    background: #ba1b1b;
    background-size: 100% 100%;
    color: #ffffff;
    font-size: 0.26rem;
    line-height: 0.48rem;
    border-top: 0.10rem solid #ba1b1b;
    padding: 0.90rem 0;
}
.footer .footerTop{
    text-align: center;
}
.footer .footerTop .footer_cont span{
    font-size: 0.26rem;
}
.footer .footerTop .footer_cont:first-child{
    /*margin-bottom: 0.25rem;*/
}
.footer .footerTop span{
    margin-right: 0.30rem;
}
.footer .footerTop span:last-child{
    margin-right: 0;
}
























.rt_header{
	background: #ffffff;
}
.rt_header_cont {
    /*height: 190px;*/
    position: relative;
}

.header_top {
    width:6.9rem;
	padding: 0 0.3rem;
    height: 1.95rem;
    margin: 0 auto;
	border-top: 1px solid transparent;
	position: relative;
	z-index: 101;
	background: #ffffff;
}

.header_logo {
    margin-top: 0.2rem;
	font-size: 0;
}

.header_logo .header_logo1 {
    width: 100%;
    display: block;
	margin-top: 0.2rem;
}

.header_logo .header_logo2 {
    width: 4rem;
    display: block;
	margin-top: 0.2rem;
}

.header_logo .header_logo1 img {
    width: 100%;
}

.header_logo .header_logo2 img {
    width: 100%;
}
.header_yy {
	font-size: 0.28rem;
	margin-top: 0.3rem;
}
.header_yy a{
	color: #808080;
	margin: 0 0.22rem;
}
.searchBox {
	width: 0.42rem;
    height: 0.44rem;
	margin-top: 0.25rem;
	margin-left: 0.1rem;
    position: relative;
	float: left !important;
}

.searchBox a {
    width: 0.42rem;
    height: 0.44rem;
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
    z-index: 1;
    background: url(rt_base_searchIcon_v2020.png) left center no-repeat;
	background-size: 100% 100%;
}

.searchBox div {
    width: 6.9rem;
    height: 0.66rem;
	border: 1px solid #d6d6d6;
    background:#ffffff;
    position: absolute;
	top: 0.9rem;
	left: -5.8rem;
    font-size: 0;
    display: none;
    z-index: 2;
}

.searchBox div .search_txt {
    width: 5.8rem;
	padding-left: 0.2rem;
    position: absolute;
    font-size: 0.28rem;
    line-height: 0.66rem;
    height: 0.66rem;
    border: none;
    background: transparent;
}

.searchBox div .search_btn {
	width: 0.4rem;
    height: 0.66rem;
    position: absolute;
    top: 0rem;
    right: 0.1rem;
    cursor: pointer;
    background: url(rt_baseMobile_search_v2020.png) left center no-repeat;
	background-size: 0.39rem 0.39rem;
}
.headerLoadMore{
	display: block;
	width: 0.44rem;
	height: 0.31rem;
	margin-top: 0.35rem;
	background: url(rt_baseMobile_more_v2020.png) left center no-repeat;
	background-size: 100% 100%;
}
.headerCloseMore{
	display: none;
	width: 0.44rem;
	height: 0.31rem;
	margin-top: 0.35rem;
	background: url(rt_baseMobile_close_v2020.png) left center no-repeat;
	background-size: 100% 100%;
}
.navListCont {
    width: 100%;
    position: absolute;
	height: auto;
	padding-bottom: 1.1rem;
    /*bottom: 0;*/
    background: #e5e5e5;
    top: -10rem;
    z-index: 100;
    display: none;
}

.navList{
    width: 100%;
    margin: 0 auto;
}
.navList li{
    border-bottom: 0.01rem solid #cccccc;
    overflow: hidden;
    /*padding: 0 0.15rem;*/
	background: #f2f2f2;
	font-size: 0;
}
.navList li a.itemTitle{
	display: block;
	width: auto;
    height: 0.95rem;
    line-height: 0.95rem;
    padding-left: 0.3rem;
	padding-right: 0.4rem;
    font-size: 0.32rem;
    color: #333333;
    background: url(rt_baseMobile_xx_v2020.png) 2rem center no-repeat;
	background-size: 0.19rem 0.13rem;
}
.navList li.on {
    background:#e5e5e5;
}
.navList li div{
    height: 0;
    overflow: hidden;
}
.navList li dl{
    width: 100%;
    margin: 0 auto;
    background: #d9d9d9;
}
.navList li dl dd{
   font-size: 0;
    border-top: 0.01rem solid #b3b3b3;
}
.navList li dl dd a{
    display: block;
    height: 0.95rem;
    line-height: 0.95rem;
    font-size: 0.32rem;
    color: #808080;
    padding-left: 0.3rem;
}
.navList li dl dd.on{
	background: #cccccc;
}
.navList li dl dd.on a{
	color: #b81c22;
}




.rt_footer {
    height: 6.1rem;
    width: 6.9rem;
	padding: 0.3rem;
    margin-top: 1rem;
	background: #e0e0e0;
}

.rt_footer_bot {

}
.footer_botgsMes{
	float: none !important;
}
.footer_botgsMes p {
    font-size: 0.24rem;
    color: #808080;
    margin-top:0.1rem;
}

.footer_botgsMes p.gsMes {
    margin: 0.2rem 0;
	font-size: 0.28rem;
}
.footer_botgsMes p.gsMes a{
	margin:0 0.25rem;
}

.footer_botgsMes p a {
    font-size: 0.28rem;
    color: #333333;
    margin: 0 0.1rem;
}
.footer_botgsMes p a:first-child{
	margin-left: 0;
}

.footer_botgsMes p span {
    margin:0 0.3rem;
}
.footer_botgsMes p span:first-child{
	margin-left: 0;
}
.footer_bot_xmt {
    margin-top: 0.4rem;
	font-size: 0;
	float: none !important;
}

.footer_bot_xmt a {
    display: inline-block;
    width: 2rem;
    padding-left:1.2rem;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.28rem;
    color: #980a0f;
}

.footer_bot_xmt a.xmt {
    margin-right:0.2rem;
    background: url(rt_base_footerxmt_v2020.png) left center no-repeat;
    background-size: 100% 100%;
}

.footer_bot_xmt a.jdjb {
	margin-left: 0.2rem;
    background: url(rt_base_footerjdjb_v2020.png) left center no-repeat;
    background-size: 100% 100%;
}

.footer_bot_ewm {
    width: 2.2rem;
    margin: 0.3rem auto;
	float: none !important;
}

.footer_bot_ewm p {
    display: inline-block;
    width: 0.3rem;
    font-size: 0.22rem;
    color: #4c4c4c;
    line-height:0.2rem;
}

.footer_bot_ewm img {
    width: 1.48rem;
    height: 1.48rem;
}

#mask{
    position: absolute;
    top: 1.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 8;
    display: none;
}