* {
    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;
}

.pcNone {
    display: none !important;
}

.rt_header_cont {
    height: 190px;
    position: relative;
}

.header_top {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;

    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.header_top .header_top_mes {
    text-align: right;
    font-size: 16px;
    color: #808080;
    margin-top: 12px;
}

.header_top .header_top_mes a {
    color: #808080;
}

.header_top .header_top_mes a.qy_email {
    padding-left: 30px;
    padding-right: 2px;
    margin: 0;
    background: url(../images/rt_base_email_v2020_03.png) left center no-repeat;
    background-size: 20px auto;
}

.header_top .header_top_mes a {
    margin: 0 14px;
}

.header_logo {
    margin-top: 5px;
}

.header_logo .header_logo1 {
    width: 718px;
    display: block;
}

.header_logo .header_logo2 {
    width: 310px;
    display: block;
    margin-left: 30px;
}

.header_logo .header_logo1 img {
    width: 100%;
}

.header_logo .header_logo2 img {
    width: 100%;
}

.searchBox {
    width: 224px;
    height: 40px;
    position: relative;
    margin-top: 10px;
}

.searchBox a {
    width: 35px;
    height: 36px;
    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: 22px 22px;
}

.searchBox div {
    width: 224px;
    height: 40px;
    background: url(../images/rt_base_searchbox_v2020.png) left center no-repeat;
    position: absolute;
    font-size: 0;
    display: none;
    z-index: 2;
    overflow: hidden;
    background-size: 100% 100%;
}

.searchBox div .search_txt {
    width: 160px;
    position: absolute;
    font-size: 16px;
    line-height:20px;
    height: 20px;
    padding: 10px 0 10px 20px;
    top: 1px;
    left: 1px;
    border: none;
    background: transparent;
}

.searchBox div .search_btn {
    width: 35px;
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
    background: rgba(0,0,0,0);
}

.header_Nav {
    width: 100%;
    height: 60px;
    background: #aee63f;
}

.header_Nav>div {
    width: 1100px;
    margin: 0 auto;
}
.header_Nav>div>ul{
    width: 107%
}
.header_Nav ul li {
    float: left;
    margin-right: 60px;
}

.header_Nav ul li a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 20px;
}

.header_Nav ul li.on>a {
    font-weight: bold;
    background: url(../images/rt_base_navline_v2020.png) center bottom no-repeat;
}

.header_Nav ul li:hover>a {
    font-weight: bold;
    background: url(../images/rt_base_navline_v2020.png) center bottom no-repeat;
}



.rt_footer {
    width: 100%;
    margin-top: 100px;
}

.rt_footer_top {
    background: #11674f;
    height: 63px;
}

.footer_cont {
    width: 1200px;
    margin: 0 auto;
}

.footer_yqlj li {
    float: left;
    margin-right: 80px;
    font-size: 18px;
    background: url(../images/rt_base_footermore_v2020.png) right center no-repeat;
}

.footer_yqlj li a {
    display: inline-block;
    height: 63px;
    line-height: 63px;
    color: #ffffff;
    padding: 0 25px;
}

.footer_yqlj li.yqlj {
    margin-right: 80px;
    font-size: 20px;
    font-weight: bold;
    background: none;
}

.rt_footer_center {
    width: 100%;
    height: 210px;
    background: #f2f2f2 url(../images/rt_base_footerbj_v2020.png) left bottom no-repeat;
    background-size: cover;
    overflow: hidden;
    border-top: 6px #11674f solid;
}

.rt_footer_center .footer_cont {
    margin-top: 35px;
}

.rt_footer_center dl {
    float: left;
    margin-right: 85px;
}

.rt_footer_center dl dt {
    font-size: 16px;
    margin-bottom: 10px;
}
.rt_footer_center dl dt a{
    color: #333333;
}
.rt_footer_center dl dd {
    font-size: 14px;
    line-height: 26px;
}

.rt_footer_center dl dd a {
    color: #808080;
}

.rt_footer_bot {
    background: #094;
    height: 155px;
}
.rt_footer_bot_col {
    border-top: 6px #be0110 solid;
}

.footer_botgsMes p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.footer_botgsMes p.gsMes {
    margin: 25px 0;
}

.footer_botgsMes p.gsMes a {
    font-size: 16px;
    color: #fff;
    margin: 0 10px;
}

.footer_botgsMes p span {
    margin: 0 10px;
}

.footer_botgsMes p a{
    margin: 0 10px;
    color: inherit;
}

.footer_botgsMes p a.jh{
    padding-left: 25px;
    background: url(../images/new-foot-jh.png) 0 center no-repeat;
}

.footer_bot_xmt {
    margin-left: -140px;
    margin-top: 26px;
}

.footer_bot_xmt a {
    display: inline-block;
    padding-left: 58px;
    height: 51px;
    line-height: 51px;
    font-size: 16px;
    color: #fff;
    background-color: #b4181f;
    border-radius: 4px;
    padding-right: 20px;
    background-repeat: no-repeat;
}

.footer_bot_xmt a.zpzw {
    margin-right: 20px;
    background-position: 22px center;
    background-image: url(../images/new_foot_zpzw_icon1.png);
    padding-left: 50px;
}

.footer_bot_xmt a.dzsw {
    margin-right: 20px;
    background-position: 17px center;
    background-image: url(../images/new_foot_dzsw_icon1.png);
        padding-left: 52px;
        margin-left: 130px
}

.footer_bot_xmt a.xmt {
    background-position: 17px center;
    background-image: url(../images/new_foot_xmt_icon1.png);
    padding-left: 50px;
}

.footer_bot_ewm {
    width: 115px;
    width: 113px;
    margin-top: 24px;
    margin-left: 18px;
}

.footer_bot_ewm p {
    display: inline-block;
    width: 16px;
    font-size: 14px;
    color: #fff;
    line-height: 23px;
    float: left;
    margin-right: 4px;
}

.footer_bot_ewm img {
    width: 92px;
    height: 92px;
}
.txtMarqueeBox{overflow: hidden;position: relative;}

.header_dzpt_link{
    display: block;
    width: 177px;
    height: 42px;
    font-size: 0;
    float: right;
    background:url(../images/rt_dzptbg_v2023.png) no-repeat;
    background-size: 100% auto;
    margin-top: 10px;
    margin-left: 20px;
}

.rt_gzw_ewm{
    position: fixed;
    width: 100%;
    height: 0px;
    right: 0;
    bottom: 20px;
    z-index: 22;
}

.rt_gzw_ewm.fixedRight ,.rt_gzw_ewm.fixedRight .rt_gzw_ewm_wrapper{
	width:auto;
}
.rt_gzw_ewm.fixedRight .rt_gzw_ewm_main{
	width:268px;
	left:auto;
	right:0;
}

.rt_gzw_ewm_wrapper{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.rt_gzw_ewm_main{
    position: absolute;
    left: 100%;
    bottom: 0px;
    padding-left: 10px;
}

.rt_gzw_ewm_main .img-cont{
    width: 268px;
}

.rt_gzw_ewm_main .img-cont img{
    display: block;
    width: 100%;
}

.rt_gzw_ewm_main .ewm-close{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: url(../images/rt_gzw_ewm_close.jpg) no-repeat 0px;
    cursor: pointer;
}

@media screen and (max-width: 1440px) {
    .rt_header_cont {
        height: 160px;
        position: relative;
    }

    .header_top {
        width: 1000px;
        height: 88px;
        margin: 0 auto;
        overflow: hidden;
    }

    .header_top .header_top_mes {
        text-align: right;
        font-size: 14px;
        color: #808080;
        margin-top: 10px;
    }

    .header_top .header_top_mes a {
        color: #808080;
    }

    .header_top .header_top_mes a.qy_email {
        padding-left: 30px;
        padding-right: 40px;
        margin: 0;
        background: url(../images/rt_base_email_v2020_03.png) left center no-repeat;
    }

    .header_top .header_top_mes a {
        margin: 0 7px;
    }


    .header_logo .header_logo1 {
        width: 580px;
    }

    .header_logo .header_logo2 {
        width: 255px;
        margin-left: 30px;
    }

    .searchBox {
        width: 224px;
        height: 40px;
    }

    .searchBox a {
        width: 35px;
        height: 36px;
        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: 22px 22px;
    }

    .searchBox div {
        width: 224px;
        height: 38px;
        background: url(../images/rt_base_searchbox_v2020.png) left center no-repeat;
        position: absolute;
        font-size: 0;
        display: none;
        z-index: 2;
    }

    .searchBox div .search_txt {
        width: 160px;
        position: absolute;
        font-size: 16px;
        line-height: 16px;
        height: 16px;
        padding: 10px 0 10px 20px;
        top: 1px;
        left: 1px;
        border: none;
        background: transparent;
    }

    .searchBox div .search_btn {
        width: 35px;
        height: 36px;
        position: absolute;
        top: 1px;
        right: 1px;
        cursor: pointer;
    }

    .header_Nav {
        width: 100%;
        height: 50px;
        background: #11674f;
    }

    .header_Nav>div {
        margin: 0 auto;
    }
    .header_Nav>div>ul{
        width: 107%
    }
    .header_Nav ul li {
        float: left;
        margin-right: 70px;
        max-width: 45px;
    white-space: nowrap;
    }

    .header_Nav ul li:last-of-type{
        margin-right: 0;
    }

    .header_Nav ul li a {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .rt_footer {
        width: 100%;
        /*margin-top: 85px;*/
    }

    .rt_footer_top {
        background: #11674f;
        height: 53px;
    }

    .footer_cont {
        width: 1000px;
        margin: 0 auto;
    }

    .footer_yqlj li {
        float: left;
        margin-right:75px;
        font-size: 15px;
        background: url(../images/rt_base_footermore_v2020.png) right center no-repeat;
    }

    .footer_yqlj li a {
        display: inline-block;
        height: 53px;
        line-height: 53px;
        color: #ffffff;
        padding-right: 10px;
    }

    .footer_bot_xmt a.zpzw {
        margin-right: 10px;
        background-position: 16px center;
        padding-left: 42px;
        background-size: 18px auto;
    }

    .footer_bot_xmt a.dzsw {
        margin-right: 10px;
        background-position: 14px center;
        padding-left: 44px;
        background-size: 22px auto;
        margin-left: 90px;
    }

    .footer_bot_xmt a.xmt {
            background-position: 15px center;
    padding-left: 44px;
    background-size: 20px auto;
    }

    .footer_yqlj li.yqlj {
        margin-right: 65px;
        font-size: 16px;
    }
    .footer_yqlj li.yqlj a{
        padding-left: 0px;
    }

    .rt_footer_center {
        width: 100%;
        height: 70px;
        background: #f2f2f2 url(../images/rt_base_footerbj_sv2020.png) left bottom no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .rt_footer_center .footer_cont {
        margin-top: 25px;
    }

    .rt_footer_center dl {
        float: left;
        margin-right: 68px;
            max-width: 65px;
    white-space: nowrap;
    }

    .rt_footer_center dl dt {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .rt_footer_center dl dd {
        font-size: 12px;
        line-height: 22px;
    }

    .rt_footer_center dl dd a {
        color: #808080;
    }

    .rt_footer_bot {
        background: #094;
        height: 120px;
    }

    .footer_botgsMes p {
        font-size: 12px;
        color: #fff;
        margin-top: 4px;
    }

    .footer_botgsMes p.gsMes {
        margin: 20px 0 15px;
    }

    .footer_botgsMes p a {
        margin: 0 6px;
    }

    .footer_botgsMes p a.jh{
        background-size: 15px auto;
        padding-left: 20px
    }

    .footer_botgsMes p span {
        margin: 0 7px;
    }

    .footer_bot_xmt {
        margin-left: -60px;
        margin-top: 22px;
    }

    .footer_bot_xmt a {
        padding-left: 47px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }


    .footer_bot_ewm {
        width: 110px;
        margin-top: 22px;
        /*margin-left: 15px;*/
    }

    .footer_bot_ewm p {
        display: inline-block;
        width: 16px;
        font-size: 12px;
        color: #fff;
        line-height: 18px;
    }

    .footer_bot_ewm img {
        width: 77px;
        height:77px;
    }

    .header_dzpt_link{
        margin-left: 5px;
    }

    .rt_gzw_ewm_wrapper{
        width: 1000px;
    }

    .rt_gzw_ewm_main .img-cont,.rt_gzw_ewm.fixedRight .rt_gzw_ewm_main{
        width: 180px;
    }
}

@media screen and (max-width: 1080px) {
    .header_Nav>div>ul{
        width: 100%;
    }

    .header_Nav ul li.rt8{
        margin-right: 0;
    }

    .header_top{
        box-sizing: border-box;
    }

    .mainBannerSlide .mobileNone{
        display: none !important; 
    }

    .mainBannerSlide .pcNone{
        display: block !important; 
    }

    .mainBannerSlide .bd li img{
        height: auto !important;
        display: block !important;
        width: 100%;
        position: static !important;
        transform: translateX(0) !important;
    }

    .mainBannerSlide{
        height: auto !important;
    }

    .main_ywly .hd{
        overflow: hidden;
    }

    .header_logo .header_logo1{
        width: 560px;
    }


}

