body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: Arial, "微软雅黑";
    color: #666;
}
header{
    background-color: #d02126;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .04);
}
.small-height{
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 1002
}
a{
    text-decoration: none !important;
}
.container{
    padding: 0px;
}
.navbar{
    height: 90px;
}
header img {
    vertical-align: middle;
    margin-left: 10px;
}
header .header-abs-top-inner {
    margin-left: auto;
    white-space: nowrap;
}
.navbar .navbar-nav>.dropdown>a{
    height: 90px;
    display: flex;
    font-size: 16px;
    padding: 0 17px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration:none;
}
.small-height .navbar,
.small-height .navbar-nav>.dropdown>a{
    height: 80px;
}
.navbar .navbar-nav>.dropdown>a:hover,
.navbar .navbar-nav>.dropdown.show>a{
    background: #eb4449;
    color: #fff ;
}
.navbar-nav>.dropdown:hover .dropdown-menu{
    display: block;
}
.header .dropdown-menu{
    min-width: 178px;
    margin: 0.03rem 0 0 -35px;
    background: url("../../images/ico1_2hr.png") repeat-y 20px;
    background-color: #fff;
    border-top: 3px solid #c75816;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.header .dropdown-menu>li{
    font-size: 14px;
    margin-left: 19px;
    padding: 5px 0px;
}
.header .dropdown-menu>.menu-item>a{
    display: flex;
    text-decoration: none;
    color: #677788;
    text-align: center;
    padding: 5px 0px;
    margin-left: -10px;
    justify-content: center;
}
.header .dropdown-menu>.menu-item:hover{
    border-left: 3px solid #d02126;
}
.header .dropdown-menu>.menu-item:hover a{
    color: #d02126;
}
.header .dropdown-menu>.menu-item .fa{
    position: absolute;
    right: 10px;
    margin-top: 2.5px;
    display: none;
}
.header .dropdown-menu>.menu-item:hover .fa{
    display: inline-block;
}
.navbar .navbar-toggler{
    font-size: 1.4rem;
}
.navbar-toggler-toggled{
    display : inline;
}
.navbar-toggler-default{
    display : none;
}
.collapsed .navbar-toggler-toggled{
    display : none;
}
.collapsed .navbar-toggler-default{
    display : inline;
}
.navbar-collapse{
    z-index: 66;
}





.mian-content{
    min-height: 570px;
}




.footer {
    background-color: #4d4d4d;
    text-shadow: 0 2px 0 rgba(0,0,0,0.15);
    margin-top: 100px;
    position: relative;
    display: block;
    color: #979798;
    background-image: url("../../images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.footer .navbar{
    height: 100%;
}
@media (min-width: 992px){
    .footer .navbar-expand-lg .navbar-collapse {
        display: block !important;
    }
}
.footer .navbar-collapse .wal{
    height: 355px;
    border-bottom: 1px #3a383a solid;
    position: relative;
}

.footer .leftDiv {
    position: absolute;
    top: -45px;
    width: 380px;
    height: 330px;
    background-color: #292626;
    box-shadow: 5px 7px 5px rgba(0,0,0,0.2);
}
.footer .leftDiv .box{
    padding: 35px;
}
.footer  h3 {
    font-weight: inherit;
    font-size: 18px;
    padding: 20px 0;
    margin-bottom: 0rem;
}
.footer .leftDiv .txtbox .codebox{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #2f2b2a;
    box-shadow: 5px 7px 5px rgba(0,0,0,0.2);
    padding: 0px 10px;
    display:inline-block;
    margin-right:5px;
}
.footer .txt {
    line-height: 1.7;
}
.footer .txtbox{
    padding-top: 15px;
}
.footer a{
    color: #979798 ;
    text-decoration: none;
}
.footer a:hover{
    color: #ec6c21 ;
}
.footer .footnav {
    float: right;
    margin-top: 25px;
}
.footer .footnav li {
    float: left;
    text-align: center;
    padding-left: 43px;
}
.footer li {
    list-style-position: outside;
    list-style-type: none;
}
.footer .footnav h3 a{
    color: #fff ;
}

.footer .foot .copyrightDiv{
    float: left;
    padding: 20px 0px;
}
.footer .foot .rightDiv {
    float: right;
    padding: 20px 0px;
}
.footer .share a{
    margin: 0px 5px;
}
.footer .navbar-toggler{
    padding: 0px;
    width: 100%;
}
.footer .navbar-toggler .wal{
    text-align: center;
    padding: 15px 0px 10px 0px;
    font-size: 14px;
}
.footer .navbar-toggler .msg{
    margin-top: 10px;
    line-height: 22px;
}
.navbar{
    padding: 0px;
}
.footer .codebox-weChar-img{
    cursor: pointer;
    margin-top: -2px;
    width:100%;    
}
.footer .leftDiv .txtbox .codebox .imgcode {
    display: none;
    position: absolute;
    width: 200px;
    height: 207px;
    background: url("../../images/code_bg.png") no-repeat center top;
    left: 50%;
    margin-left: -100px;
    bottom: 40px;
}
.footer .leftDiv .txtbox .codebox .imgcode img {
    padding-top: 15px;
    height: 150px
}
.footer .leftDiv .txtbox .codebox .imgcode p{
    line-height: 20px;
    margin-bottom: 0rem;
}
#scrollup {
    position: fixed;
    bottom: -60px;
    right: 25px;
    color: #fff;
    padding: 5px;
    height: 38px;
    width: 38px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1024;
    background-color: #d02126;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: center;
}
#scrollup .fa{
    margin-top: -3px;
}
#scrollup.scrollup-show{
    bottom: 25px;
}
.row{
  margin: 0px;
}



.pagecontent{
    position: relative;
}
.pagecontent .pagenavpc {
    position: absolute;
    top: -40px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    background-color: #fff;
    z-index: 50;
}
.pagecontent .pagenavpc ul{
    margin: 0px;
    padding: 0px;
}
.pagecontent .pagenavpc li {
    width: 20%;
    float: left;
    text-align: center;
    font-size: 16px;
    list-style-position: outside;
    list-style-type: none;
}
.pagecontent .pagenavpc li a{
    display: block;
    text-decoration: none;
    outline: none;
    color: #666;
    background: url("../../images/ico5_1hr.png") no-repeat right center;
}
.pagecontent .pagenavpc li a:hover, .pagecontent .pagenavpc li a.aNow {
    background: url("../../images/ico5_1bg.png") no-repeat center;
    background-size: 100% 100%;
    color: #fff;
}
.pagecontent .pagenavph .pagenavph-dropdown,
.pagecontent .pagenavph .dropdown-menu{
    width: 100%;
}
.pagecontent .pagenavph .pagenavph-dropdown{
    padding: 15px;
    display: block;
    text-align: center;
    background: url("../../images/ico30_5.png") no-repeat right center;
    background-color: #f5f5f5;
}
.pagecontent .pagenavph .dropdown-menu{
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    transform: translate3d(0px, 51px, 0px) !important;
}
.pagecontent .pagenavph .dropdown-menu li{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px #eee solid;
}
.pagecontent .pagenavph .dropdown-menu li a{
    display: block;
    color: #8b8b8c;
    text-align: center;
    text-decoration: none;
    outline: none;
}
.pagenavph{
    display: none;
}
.pagenavph .back {
    position: absolute;
    left: 0;
}
.pagenavph .back img {
    height: 50px;
}

.slick-prev, .slick-next {
    z-index: 104;
}



#mp-collapse{
    z-index: 1200;
    margin-left: auto;
}
#mp-collapse .card{
    border-radius: 0rem!important;
}
.clearfix:after{ content: ""; clear: both; display: block; }
.mp-menu,.tab-box{  width: 200px; height: 100%;  margin: 0 auto; padding: 25px 0 5px 0px; background: #fff; }
.mp-menu ul li{ /*height:45px; */line-height: 56px; border-bottom: 1px solid #eee; font-size: 15px;  }
.mp-menu ul li span{ display: block; height: 100%; width: 100%; position: relative;  }
.mp-menu ul li span i{ display: block; height: 20px; width: 20px; background: url("../../images/arr.png") no-repeat center center; background-size:80% 80%; position: absolute; right: 5px; top: 50%; margin-top: -10px;  transition: all 0.3s ease-out; transform: rotate(0deg);}
.mp-menu ul li span i.action{ transition: all 0.3s ease-out;transform: rotate(180deg);}
.mp-menu ul li>dl{ display: none; background: #fff;line-height: 45px;}
.mp-menu ul li>dl a{ display: block; height: 100%; width: 100%; font-size: 14px; color: #222; text-decoration: none;font-weight: 500;}
.mp-menu ul li>a{
    color: #666 ;
    text-align: left;
    justify-content: left;
}



#mp-collapse ul {
    flex-direction: row;
    list-style: none;
    padding-left: 0px;
}
@media screen and (max-width: 1004px){
    .navbar a{
       height: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .pagenavpc{
        display: none;
    }
    .pagenavph{
        display: block ;
    }
    .footer{
        margin-top: 20px
    }
    #scrollup {
        right: 15px !important;
        bottom: 15px !important;
    }
    .row .col-0{
        display: none;
    }
}

@media (min-width: 1260px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1200px;
    }
}




@media screen and (max-width: 1004px){
    .container, .container-sm {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 768px){
    .container, .container-sm, .container-md {
        max-width: 100% !important;
    }
}