a {
    color: black;
}

a,
a:hover {
    text-decoration: none;
}

input {
    outline: none;
    border: 0;
    background: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

.sear {
    min-width: 40px;
    height: 40px;
    margin-left: 56px;
    margin-top: 6px;
    position: absolute;
    right: 0;
}

.sear .inp1 {
    border-radius: 20px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    z-index: 77;
    padding: 0;
    right: 1px;
    top: 0px;
    box-sizing: border-box;
    outline: none;
    width: 0;
    color: #fff;
    transition: all 1s ease .1s;
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    /*ie*/
    -o-transition: all 1s ease .1s;
    /*opera*/
}

.sear .inp2 {
    border-style: none;
    outline: none;
    background: url(../images/search.png) no-repeat center center;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #af0a2a;
    left: 0;
}

.sear .active {
    width: 170px;
    padding-left: 10px;
    padding-right: 30px;
    background: #af0a2a;
}

.navbar-inverse {
    background: url(../images/top.jpg);
}

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

.articleTitle>.bread a+a::before {
    content: '>';
    height: 20px;
    line-height: 20px;
    font-weight: 400;
}


/* header */

.navbar {
    display: none;
}

.header {
    width: 100%;
    height: 116px;
    background: #fff;
}

.header_wrapper {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}


/* logo */

.logo img {
    height: 68px;
    width: 419px;
    margin: auto;
    /* margin-top: -24px; */
    /* padding-top: 20px; */
}

.header_wrapper_left {
    float: left;
    margin-top: 24px;
    position: relative;
    width: 438px;
}

.header_wrapper_left a {
    display: block;
}

.header_wrapper_left .logo img {
    float: left;
}

.header_wrapper_left .logo span {
    width: 1px;
    height: 40px;
    margin: 4px 10px;
    background: #AD0B29;
    display: inline-block;
    float: left;
}

.header_wrapper_left .decorate {
    position: absolute;
    right: 10px;
    top: -2px;
}

.header_wrapper_left .decorate p {
    color: #AD0B29;
}

.header_wrapper_left .decorate p.c-text {
    font-size: 26px;
    font-family: "Ã¥Â®â€¹Ã¤Â½â€œ";
    margin-bottom: 1px;
}

.header_wrapper_left .decorate p.e-text {
    font-size: 9px;
    font-weight: normal;
    font-family: "Ã¦â€“Â¹Ã¦Â­Â£Ã¥Â¤Â§Ã¦Â â€¡Ã¥Â®â€¹Ã§Â®â‚¬Ã¤Â½â€œ";
}

.header_wrapper_right {
    width: 320px;
    float: right;
}

.header_wrapper_right .login {
    margin-top: 42px;
    float: left;
}

.header_wrapper_right .login a {
    font-size: 12px;
    color: #666;
}

.header_wrapper_right .login a:hover {
    color: #AD0B29;
}

.header_wrapper_right .login span {
    width: 1px;
    height: 10px;
    background: #B1B1B1;
    display: inline-block;
    margin: 0 8px;
}

.subNav{
	display:none;
}

.subNav a{
	color:#666;

}


/* soso */

.header_wrapper_right .search {
    position: relative;
    margin-top: 36px;
    width: 200px;
    height: 38px;
    border: 1px solid #ad0b29;
    float: right;
    border-radius: 20px;
}

.header_wrapper_right .search .slit {
    height: 37px;
    width: 170px;
    border-radius: 15px;
    padding-left: 12px;
    box-sizing: border-box;
}

.header_wrapper_right .search .search_icon {
    width: 32px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 4px;
    cursor: pointer;
}

.header_wrapper_right .search .search_icon span {
    width: 12px;
    height: 13px;
    background: url(../images/search_icon.jpg) 0 0 no-repeat;
    display: block;
    margin: 10px auto;
}

.header_wrapper_right .search .search_icon input {
    background: url(../images/search2.png) no-repeat center center;
    width: 14px;
    height: 16px;
    margin: 11px auto;
    display: block;
}

.sub_mbtn {
    max-width: 1200px;
    margin: auto;
    text-align: left;
    position: relative;
    bottom: 0;
    top: -60px;
    font-size: 30px;
}

.sub_mbtn span {
    background: rgba(174,10, 43, 0.7);
    width: 200px;
    height: 60px;
    display: block;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
    border-radius: 3px;
}


/* daohang */

.navheader {
    width: 100%;
    background: #AD0B29;
    height: 50px;
}

.navheader ul li.li-goto {
    float: left;
    width: 14.28%;
    text-align: center;
    padding-top: 10px;
}

.navheader ul li>a {
    color: #fff;
    display: block;
    font-size: 16px;
}

.nav-down li a {
    color: #fff;
    display: block;
    font-size: 14px !important;
}

.navheader ul li.li-goto {
    position: relative;
}

.navheader ul li .nav-down {
    display: none;
    width: 100%;
    height: auto;
    background: #ad0b29;
    position: absolute;
    left: 50%;
    left: 0;
    top: 50px;
    z-index: 5;
    padding-inline-start: 0;
    padding: 0;
}

.navheader ul li .nav-down li {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #be3d55;
    text-align: center;
    line-height: 40px;
    background: #ad0b29;
    transition: all 0.2s ease 0.1s;
}

.navheader ul li .nav-down li:hover {
    background: #a00707;
}

.navheader ul li .nav-down li:last-child {
    border-bottom: none;
}

.articleTitle .bread {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.Detail_Centent {
    max-width: 1200px;
    margin: auto;
}

.footer {
    background: url('../images/footerbeijing.png') no-repeat;
    height: 355px;
    /* opacity: .6; */
    padding: 60px 0;
    text-align: left;
    position: relative;
    background-size: 100% 100%;
}

.phoneFooter{
    display:none;
}

.footer .col-sm-4 ul {
    padding-left: 82px;
}

.erweima {
    background: url(../images/erweima.jpg) no-repeat;
    width: 124px;
    height: 124px;
    background-size: cover;
    float: right;
    margin-top: 33px;
}

.FLogo {
    background: url('../images/logo.png') no-repeat;
    height: 60px;
    margin-top: 30px;
}

.banquan {
    color: #bdbbba;
    line-height: 48px;
    font-size: 14px;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
}

.banquan a {
    color: #b6babd;
    padding-left: 12px;
}

.footerTitle {
    color: #af0a2a;
    font-size: 18px;
    font-weight: 600;
}

.footermengceng {
    background: url(../images/footer.png) no-repeat;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
    background-size: 100% 100%;
}

.footerTitle i {
    color: #af0a2a;
    height: 1px;
    width: 34px;
    display: block;
    border: 1px solid;
    margin-bottom: 10px;
}

.footer ul,
li {
    list-style: none;
    padding-inline-start: 0px;
}

.footer .col-sm-5 {
    border-right: 2px solid #797777;
    height: 200px;
    margin-bottom: 20px;
}

.footer .col-sm-5 ul .li {
    float: left;
    width: 56%;
    height: 36px;
    line-height: 36px;
    padding-left: 18px;
    background: url(../images/linksb.png) no-repeat left 18px center;
    background-color: #5b5e5e;
    border-top: 1px solid #6f6f6f;
    position: relative;
}

.footer .col-sm-5 ul .li a {
    color: #ffefe2;
}

.linktext {
    padding-left: 20px;
    transition: all .5s;
    font-size: 16px;
}

.linktext.tac {
    padding-left: 100px;
}

.footer ul,
li a {
    color: #ffefe2;
    line-height: 36px;
}

.footer .copyright {
    height: 50px;
    line-height: 49px;
    border-top: 1px solid #ffffff73;
    color: #b6babd;
    text-align: center;
    position: absolute;
    top: 304px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

#fenxiang {
    margin-top: 15px;
    margin-left: -8px;
}

.footer .container {
    z-index: 1;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer .col-sm-3 p {
    color: #ffefe2;
    float: right;
    margin-top: 161px;
    right: 23px;
    position: absolute;
    top: 2px;
}

.link .li>.ul {
    width: 278px;
    position: absolute;
    bottom: 36px;
    overflow: hidden;
    z-index: 99999;
    left: 0;
}

.link .li>.ul>ul {
    display: none;
    width: 298px;
    background-color: #545454;
    max-height: 186px;
    overflow-y: scroll;
    text-align: center;
    font-size: 14px;
}

.link .li>.ul>ul>li {
    border-top: 1px solid #6f6f6f;
}

@media screen and (max-width:414px) {
    .header,.navheader,.footer{
        display:none;
    }

    .phoneFooter{
        display:block;
        background: #373c46d4;
    }

    .banquan { 
        line-height: 28px;
    }
	
	.navbar {
	    display: block;
	    padding: 16px;
	}
	
	.phone_nav {
	    display: block;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 40%;
	    height: 100%;
	    margin-left: -40%;
	    transition: all 0.6s ease 0.2s;
	    -webkit-transition: all 0.6s ease 0.2s;
	    -moz-transition: all 0.6s ease 0.2s;
	    -ms-transition: all 0.6s ease 0.2s;
	    -o-transition: all 0.6s ease 0.2s;
	    z-index: 55555;
	}
	.phone_nav.focus {
	    margin-left: 0;
	    display: block !important;
	}
	.iphone-box {
	    background-color: rgba(255, 255, 255, 0.98);
	    width: 100%;
	    height: 100%;
	    text-align: center;
	    line-height: 46px;
	    padding-top: 80px;
	    transition: all 0.6s ease 0.2s;
	    -webkit-transition: all 0.6s ease 0.2s;
	    -moz-transition: all 0.6s ease 0.2s;
	    -ms-transition: all 0.6s ease 0.2s;
	    -o-transition: all 0.6s ease 0.2s;
	}
	.iphone-box ul {
	    padding-inline-start: 0px;
	}
	.iphone-box span a {
	    color: #000000;
	}
	
	.RendaLogo {
	    width: 82%;
	    height: 50px;
	    background: url(../images/logo.jpg) no-repeat;
	    background-size: contain;
	}
	.sear.phone {
	    margin-top: -42px;
	    right: 46px;
	}
	.sear.phone .inp2 {
	    width: 36px;
	    height: 36px;
	    background: url(../images/search2.png) no-repeat center center #446aae00;
	    background-size: 45%;
	    border: 0;
	}
	.nav_btn {
	    width: 8%;
	    float: right;
	    margin-top: -10%;
	}
}