* {
    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;
}
.rt_header{
	background: #ffffff;
}
.rt_header_cont {
    /*height: 190px;*/
    position: relative;
}

.header_top {
	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;
}

.header_top .header_top_mes a.qy_email {
    background: url(../images/rt_base_email_v2020_03.png) left center no-repeat;
    background-size: 20px auto;
    width: 0.42rem;
    height: 0.36rem;
    display: block;
    background-size: 100% auto;
    margin-top: 0.35rem;
}
.searchBox {
	width: 0.42rem;
    height: 0.44rem;
	margin-top: 0.25rem;
	margin-left: 0.1rem;
    position: relative;
	float: left !important;
}

.searchBox>a {
    width: 0.44rem;
    height: 0.44rem;
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
    z-index: 1;
    background: url(../images/rt_base_searchicon_v2020.png) left center no-repeat;
	background-size: 100% 100%;
}

.searchBox div {
    width: 6.9rem;
	border: 1px solid #d6d6d6;
    background:#ffffff;
    position: absolute;
	top: 0.9rem;
	left: -5.85rem;
    font-size: 0;
    display: none;
    z-index: 2;
}

.searchBox div[data-open='false']{
    display: none !important;
}


.searchBox div .search_txt {
    width: 5.8rem;
	padding-left: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.66rem;
    height: 0.66rem;
    border: none;
    background: transparent;
}
.searchBox div .search_txt input{font-size: 0.2rem}
.searchBox div .search_btn {
	width: 0.4rem;
    height: 0.66rem;
    position: absolute;
    top: 0rem;
    right: 0.1rem;
    cursor: pointer;
    background: url(../images/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(../images/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(../images/rt_basemobile_close_v2020.png) left center no-repeat;
	background-size: 100% 100%;
}
.navListCont {
    width: 100%;
    position: absolute;
	height: auto;
    /*bottom: 0;*/
    background: #e5e5e5;
    top: -10rem;
    z-index: 100;
    display: none;
}

.navList{
    width: 100%;
    margin: 0 auto;
}
.navList li{
    border-bottom: 0.01rem solid #ffacac;
    overflow: hidden;
    /*padding: 0 0.15rem;*/
	background: #ae241f;
	font-size: 0;
    position: relative;
}

.navList li:after{
    content: '';
    display: block;
    width: 0.14rem;
    height: 0.14rem;
    border: 0.02rem solid transparent;
    border-left-color: #ffacac;
    border-bottom-color: #ffacac;
    transform: rotate(-45deg);
    position: absolute;
    right: 0.4rem;
    top: 0.34rem;
}

.navList li.on:after{
    transform: rotate(135deg);
    top: 0.44rem;
}

.navList li a.itemTitle{
	width: auto;
    height: 0.95rem;
    line-height: 0.95rem;
    padding-left: 0.3rem;
	padding-right: 0.4rem;
    font-size: 0.32rem;
    color: #fff;
    position: relative;
    z-index: 2;
}

.navList li div{
    height: 0;
    overflow: hidden;
    background: #cd2019;
}
.navList li dl{
    width: 100%;
    margin: 0 auto;
    background: #cd2019;
}
.navList li dl dd{
   font-size: 0;
    border-top: 0.01rem solid #ffacac;
}
.navList li dl dd a{
    display: block;
    height: 0.95rem;
    line-height: 0.95rem;
    font-size: 0.32rem;
    color: #fff;
    padding-left: 0.3rem;
    text-indent: 1em;
}
.navList li dl dd.col2 a{
    padding-left: 0.6rem;
}
.navList li dl dd.on{
	background: #cccccc;
}
.navList li dl dd.on a{
	color: #11674f;
}




.rt_footer {
    height: 5.8rem;
	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;
    font-size: 0.28rem;
    color: #333333;
}

.footer_botgsMes p a {
    color: inherit;
}
.footer_botgsMes p a:first-child{
	margin-left: 0;
}

.footer_botgsMes p a.jh{
    padding-left: 0.35rem;
    background: url(../images/new-foot-jh.png) 0 center no-repeat;
    background-size: 0.3rem auto;
}

.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;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.footer_bot_xmt a.zpzw {
    background-position: 0.4rem center;
    background-image: url(../images/new-foot-dzfw-btn.png);
    padding-left: 1rem;
    width: 48%;
    background-size: 0.36rem;
    margin-right: 4%;
}

.footer_bot_xmt a.dzsw {
    width: 55%;
    height: 0.84rem;
    background-image: url(../images/new-foot-dzfw-btn.png);
    margin-right: 2%;
}

.footer_bot_xmt a.xmt {
    width: 37%;
    height: 0.84rem;
    background-image: url(../images/new-foot-xmt-btn.png);
}

.footer_bot_ewm {
    margin: 0.3rem auto;
	float: none !important;
    position: relative;
    text-align: center;
}

.footer_bot_ewm p {
    display: block;
    width: 100%;
    font-size: 0.22rem;
    color: #4c4c4c;
    line-height:0.2rem;
    position: absolute;
    bottom: -5px;
}

.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;
}

.header_dzpt_link{
    display: block;
    width: 2.6rem;
    height: 0.64rem;
    float: left;
    background:url(../images/rt_dzptbg_v2023.png) no-repeat;
    background-size: 100% auto;
    margin-top: 0.2rem;
    margin-left: 2.6rem;
}


.rt_gzw_ewm{
    position: fixed;
    right: 0;
    bottom: 1rem;
    z-index: 2222;
    width: 1.5rem;
}

.rt_gzw_ewm_main {
	position:static !important;
}

.rt_gzw_ewm_main .img-cont img{
    display: block;
    width: 100%;
}

.rt_gzw_ewm_main .ewm-close{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/rt_gzw_ewm_close.jpg) no-repeat 0px;
    background-size: 100% auto;
    cursor: pointer;
}