html,
body {
    width: 100%;
}

i,
em {
    font-style: normal;
}
        .go-old-website{
            position: absolute;
            right: 0;
            top: 0;
            z-index:10000;
            display: none;
        }
p {
    margin: 0;
}

.pc-container {
    max-width: 1182px;
    min-width: 1180px;
    margin: 0 auto;
    /* border:1px solid red; */
}

.header-section {
    height: 102px;
}


/* 头部logo form */

.head-logoption {
    float: right;
    margin-top: 8px;
}

.head-logoption .item .nowtime {
    margin-right: 20px;
}

.head-logoption .item .clock-ico {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.head-logoption .item {
    float: left;
    color: #999999;
    font-size: 14px;
}

.english-item {
    margin-left: 25px;
}

.head-logoption .ico {
    margin-right: 10px;
}

.head-logoption .split-line {
    margin: 0 6px;
}

.header-section .head-box {
    margin-top: 10px;
}

.header-section .logo-box {
    float: left;
    overflow: hidden;
}
.header-section .logo-box {
    width: 285px;
    /* height: 46px; */
}
.logo-box img {
    width: 100%;
}




.head-box .buss-txt {
    float: left;
    color: #575757;
    font-size: 14px;
    border-left: 2px solid #8a8a8a;
    height: 40px;
    line-height: 40px;
    padding-left: 26px;
    margin-left: 30px;
    margin-top: 3px;
}

.buss-txt a:hover {
    color: #ff0000;
}

.head-box .form-box {
    float: right;
}

.head-box .search-part {
    font-size: 14px;
    border: 1px solid #5573aa;
    margin-top: 6px;
}

.head-box .search-part input[type=text] {
    height: 34px;
    padding: 0 8px;
    width: 344px;
    border: none;
    outline: none;
    float: left;
}

.head-box .search-part button {
    cursor: pointer;
    float: left;
    height: 34px;
    width: 66px;
    border: none;
    outline: none;
    color: white;
    background: #5573aa no-repeat;
    background-image: url(seach-ico.png);
    background-position: center;
    border-radius: 0;
    /* background: no-repeat; */
}

.section {
    min-width: 1182px;
}


/* 头部导航条 */

.nav-section {
    height: 53px;
    background: #172e64;
    color: white;
    /* pc补丁 */
    min-width: 1182px;
}

.nav-ul .nav-item {
    float: left;
    font-size: 20px;
    color: white;
    width: 16.6%;
    text-align: center;
    /* 这个不要开启相对定位 */
    /* position: relative; */
}

.nav-ul .nav-item a.alink {
    position: relative;
}

.nav-ul .nav-item.cur .alink:after {
    position: absolute;
    content: "";
    bottom: 0;
    background: #e10700;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    height: 3px;
}

.nav-ul .inner-navwrap {
    position: absolute;
    top: 49px;
    background: rgba(208, 226, 236, 0.6);
    z-index: 1000;
    width: 100%;
    /* padding: 10px; */
    border-top: 4px solid white;
    padding-top: 4px;
    left: 0;
    display: none;
}

.inner-navwrap .alink {
    font-size: 18px;
    padding: 6px 0;
}

.inner-navwrap .alink:hover {
    background: #419fff;
}

.nav-ul .alink {
    line-height: 53px;
}


/* 尾部 */

.footer-section {
    background: #3d3d3d;
    padding: 35px 0 2px 0px;
}

.footer-section .leftbox {
    float: left;
    width: 866px;
    border-right: 1px solid white;
}

.footer-section .flag {
    width: 221px;
    display: inline-block;
    border: 1px solid white;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #b0b0b0;
    padding: 0px 0 0px 26px;
    height: 30px;
    line-height: 27px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.footer-section .flag:hover {
    background: #0092e6;
    color: white;
}

.footer-section .down {
    display: inline-block;
    float: right;
    /* line-height: 30px; */
    /* margin-top: 10px */
    position: relative;
    width: 51px;
    border-left: 1px solid white;
    text-align: center;
    line-height: 30px;
    padding-top: 10px;
    /* top:8px; */
}

.footer-section .about-part {
    /* margin-bottom: 60px; */
    position: relative;
    float: left;
}

.about-part .ab-flag-part {
    position: absolute;
    width: 222px;
    top: 29px;
    padding: 10px 0;
    z-index: 500;
    left: 0;
    background: #3d3d3d;
    font-size: 14px;
    color: white;
    border: 1px solid white;
    border-radius: 3px;
    display: none;
    -webkit-box-shadow: 0 0px 24px #1d1d1d;
            box-shadow: 0 0px 24px #1d1d1d;
}

.about-part .ab-flag-part a {
    /* margin-bottom: 14px; */
    padding: 10px;
}

.about-part .ab-flag-part a:hover {
    background: #0092e6;
}

.footer-section .right-phonemsg-part {
    float: right;
    font-size: 16px;
    color: white;
    padding-top: 0px;
    position: relative;
    line-height: 30px;
}

.right-phonemsg-part .supervise-info-part {
    position: absolute;
    width: 664px;
    padding: 20px 26px;
    /* left: 0%; */
    right: 20px;
    bottom: 137%;
    background: white;
    z-index: 150;
    border-radius: 16px;
    border: 1px solid #a0a0a0;
    color: #656565;
    display: none;
}
.supervise-info-part .close-img-btn{
    position: absolute;
    right: 12px;
    top: 12px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    /* border:1px solid red; */
}

.supervise-title {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    color: black;
    margin-bottom: 12px;
}

.supervise-time {
    font-size: 12px;
    margin-bottom: 30px;
    color: #656565;
    text-align: center;
}

.supervise-p {
    font-size: 12px;
    color: black;
    margin: 6px 0;
}

.sub-p {
    font-size: 12px;
    color: #656565;
}

.sub-p i {
    margin-right: 60px;
    color: inherit;
    font-size: inherit;
}

.supervise-info-part:after {
    content: "";
    position: absolute;
    right: 50px;
    top: -12px;
    width: 28px;
    height: 14px;
    background: url(top-arr.png) no-repeat;
    background-size: 100% auto;
}

p.sub-p {
    padding-left: 2em;
    line-height: 1.5;
}

.right-phonemsg-part .r-sub-item {
    margin-left: 40px;
}

.right-phonemsg-part .r-sub-item>img {
    margin-right: 6px;
    position: relative;
    top: -0px;
    width: 34px;
    height: 33px;
}
#supervise-fun:hover{
    color:#207ee6 !important;
}

.footer-section .right-phonemsg-part em {
    font-weight: normal;
    position: relative;
    margin: 0 5px;
    top: -2px;
}

.footer-item {
    float: left;
    width: 88px;
    margin-right: 90px;
}

.footer-item:last-child {
    margin-right: 0;
}

.footer-item h2 {
    font-size: 16px;
    color: white;
    margin-bottom: 18px;
}

.footer-item .f-item {
    font-size: 14px;
    margin-bottom: 18px;
    color: #b0b0b0;
}

.footer-item .alink:hover {
    text-decoration: underline;
}

.footer-section .rightbox {
    float: right;
    width: 312px;
    text-align: center;
    color: white;
    /* border-left: 1px solid white; */
    padding: 0px 0 10px 0;
    margin-top: 12px;
    padding-top: 34px;
}

.qr-codebox {
    width: 135px;
    height: 135px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
}

.qr-codebox img {
    width: 100%;
}

.sao-txt {
    font-size: 14px;
    margin-bottom: 76px;
}

.share-box .txt {
    color: #b0b0b0;
    position: relative;
    top: 12px;
}

.share-box .share-link {
    display: inline-block;
    color: #b0b0b0;
    font-size: 18px;
}


/* 版权 */

.copyright-section {
    background: #162e64;
    padding: 18px 0;
}

.copyright-section .left-part {
    float: left;
    width: 866px;
}

.copyright-section .txt {
    font-size: 12px;
    color: white;
    /* margin-bottom: 14px; */
}

.copyright-section .right-part {
    float: left;
    padding-left: 133px;
}

/* 20181020 */
.copyright-section .left-part .txt a:hover{
    color: #2fa9ef;
    text-decoration: underline;
}

.ab-innernav-wrap {
    position: absolute;
    background: white;
    right: 0;
    left: 0;
    top: 155px;
    z-index: 10000;
    color: black;
    text-align: left;
    -webkit-box-shadow: 0 8px 27px #d2d2d2;
            box-shadow: 0 8px 27px #d2d2d2;
    display: none;
}

.ab-inner-ul {
    position: relative;
}

.ab-inner-ul .item:nth-of-type(1):after {
    content: "";
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #eee;
    left: 25%;
}

.ab-inner-ul .item:nth-of-type(2):after {
    content: "";
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #eee;
    left: 50%;
}

.ab-inner-ul .item:nth-of-type(3):after {
    content: "";
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #eee;
    left: 75%;
}

.line-style {
    position: absolute;
    width: 1px;
    height: 95%;
    top: 0;
    background: #eee;
}

.line-style-1 {
    left: 25%;
}

.line-style-2 {
    left: 50%;
}

.line-style-3 {
    left: 75%;
}

.ab-inner-ul .item {
    width: 25%;
    float: left;
    padding: 10px;
}

.inner-item-part .title {
    display: block;
    border-bottom: 1px solid #5573aa;
    font-size: 18px;
    color: #5573aa;
    padding: 0 6px 6px 6px;
}

.inner-item-part a.title:hover {
    color: #e10700;
}

.inner-item-part .listbox {
    margin-top: 16px;
}

.inner-item-part .listbox .a-alink {
    display: block;
    font-size: 15px;
    color: #797979;
    margin-bottom: 11px;
    padding: 0 4px;
}

.inner-item-part .listbox .a-alink:hover {
    text-decoration: underline;
}

.m-show {
    display: none;
}


/* 移动端的banner，pc不显示 */

.m-banner-box {
    display: none;
}

.pc-banner-img {
    display: block;
}

.m-banner-img {
    display: none;
}
.m-none{
    display:block;
}



.app-back-top {
    position: fixed;
    bottom: 15%;
    right: 3%;
    width: 0.97rem;
    height: 0.97rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10000;
    visibility: hidden;
}
.app-back-top img {
    width: 100%;
}




/*公有 移动端头部*/
.app-header {
    height: 1.08rem;
    background: #f2f2f2;
    border-bottom: 1px solid #eee;
    position: relative;
    display: none;
}

.app-searchbtn {
    float: left;
    width: 0.68rem;
    height: 0.58rem;
    overflow: hidden;
    margin-left: 0.32rem;
    margin-top: .32rem;
    position: relative;
}

.app-searchbtn img {
    width: 100%;
    width: 0.52rem;
    height: 0.52rem;
}

.app-header .app-logo {
    float: left;
    margin-left: 0.8rem;
    width: 3.62rem;
    height: .58rem;
    overflow: hidden;
    margin-top: .32rem;
}

.app-header .app-logo img {
    width: 100%;
}

.app-header .form-box {
    display: none;
    position: absolute;
    top: 102%;
    left: 0;
    width: 100%;
    /* height: 2rem; */
    background: rgba(5, 84, 148, 0.8);
    z-index: 10000;
    padding: 0.13rem 0.18rem;
}

.form-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* background: rgba(5, 84, 148, 0.8); */
}

.index-serach-input {
    /* border: 1px solid red; */
    outline: none;
    border: none;
    border-radius: 8px;
    font-size: 0.26rem;
    margin-right: 0.08rem;
    padding: 0 0.2rem;
    width: 78%;
    
    /* width: 70%; */
}

.app-header button.search-btn {
    width: 1.33rem;
    background: #0076bf;
    border-radius: 8px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: .6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.search-btn img {
    width: .44rem;
    height: .44rem;
}

.app-right-menu {
    float: right;
    width: 0.58rem;
    height: 0.58rem;
    margin-right: .34rem;
    overflow: hidden;
    margin-top: .3rem;
    cursor: pointer;
}

.app-right-menu img {
    width: 100%;
}
.main-nav-wrap{
    position: absolute;
    width: 100%;
    top: 1.08rem;
    left: 0;
    z-index: 10000;
    display: none;
}
.app-nav-wrap .nav-item a.block{
    background: #00508e;
    text-align: right;
    font-size: .36rem;
    color: white;
    height: .92rem;
    line-height: .92rem;
    padding: 0 0.4rem;
    border-bottom: 1px solid white;
}

.app-nav-wrap .nav-item a.block:active{
    background: #0076bf;
}
.son-nav-wrap{
    /* border:1px solid red; */
    position: absolute;;
    width: 100%;
    max-width: 768px;
    top: 0rem;
    z-index: 100001;
    display: none;
}

/* pc-介于ipad之间 1182~ 768 */
@media screen and (max-width:1182px){
    .pc-container {
        max-width: 100% !important;
        min-width: 100% !important;
        margin:0;
        /* border:1px solid red; */
    }
    .section {
        min-width: 100%;
        max-width: 100%;
    }

    .head-box .search-part input[type=text] {
        height: 34px;
        padding: 0 8px;
        width: 72%;
        border: none;
        outline: none;
        float: left;
    }
    .head-box .search-part button {
        height: 34px;
        width: 28%;
        background-image: url(seach-ico.png);
      
    }
    .head-box .form-box {
        float: right;
        width: 30%;
    }

     .footer-section .leftbox {
        width: 80%;
    }
    .footer-section .rightbox {
        width: 20%;
        padding: 0px 0 10px 0;
        margin-top: 12px;
        padding-top: 34px;
    }

    .right-phonemsg-part .r-sub-item {
        margin-left: 5px;
    }
    .footer-item {
        width: 13%;
        margin-right: 8%;
    }
    .footer-item .f-item {
        font-size: 12px;
        margin-bottom: 16px;
    }



            
    .nav-ul .nav-item {
        font-size: 18px;
    }
    .inner-item-part .title {
        font-size: 16px;
    }
.copyright-section .left-part {
    float: left;
    width: 65%;
}


}

  @media screen and (max-width:1010px){
        .footer-section .right-phonemsg-part {
            width: 100%;
        }
        .footer-section .flag {
            margin-bottom: 20px;
        }
        .right-phonemsg-part .r-sub-item>img {
            
            width: 28px;
            height: 28px;
        }
        .qr-codebox {
            width: 47%;
            height: 47%;
            
        }


    }
    


@media screen and (max-width:768px) {
    .app-header{
        display: block;
    }
    .app-back-top {
        /* display: none; */
        visibility:visible;
        display: none;
    }
    .business-section,.info-section{
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-user-select: none;
        -moz-user-focus: none;
        -moz-user-select: none;
    }
    .business-section a{
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-user-select: none;
        -moz-user-focus: none;
        -moz-user-select: none;
    }
    .info-section a{
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-user-select: none;
        -moz-user-focus: none;
        -moz-user-select: none;
    }

    .pc-banner-img {
        display: none;
    }
    .m-banner-img {
        display: block;
    }
    /* 移动端的banner结构，pc上不显示 */
    .m-banner-box {
        display: block;
        background: #eee;
        height: 4.42rem;
        padding-bottom: 0.2rem;
    }
    .m-banner-box {
        width: 100%;
    }
    .m-banner-box img {
        width: 100%;
        height: 4.2rem;
    }
    .header-section {
        display: none;
    }
    .nav-section {
        display: none;
    }
    .footer-section {
        display: none;
    }
    .section {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    .breadcrumb-part {
        display: none;
    }
    .pc-container {
        max-width: 95% !important;
        min-width: 95% !important;
        width: 95% !important;
        margin: 0 auto;
        /* border: 1px solid red; */
    }
    body,
    html {
        max-width: 768px;
        overflow-x: hidden !important;
    }
    .sub-title {
        border-left: 3px solid #c9010b !important;
        font-size: .4rem !important;
        margin-bottom: 0.4rem !important;
        margin-top: 0.3rem !important;
        padding-left: 0.1rem !important;
        color: #626262;
        font-weight: bold;
    }
    .sub-banner-section {
        margin-bottom: .3rem !important;
        height: 4.48rem !important;
        /* border:1px solid red; */
        background: #f2f2f2;
        display: none;
    }
    .sub-banner-section img {
        height: 4.32rem !important;
    }
    input,
    textarea {
        -webkit-appearance: none;
    }
    /* 分页器 */
    .contpart-page-ul .item {
        font-size: .28rem !important;
        margin-bottom: 0.18rem !important;
    }
    .contpart-page-ul .item a {
        padding: .21rem .24rem !important;
    }
    .copyright-section .left-part {
        float: left;
        width: 70%;
    }
    .copyright-section .right-part {
        float: right;
        padding-left: 0%;
        width: 30%
    }
    .copyright-section {
 
        width: 100%;
        z-index: 10000;

        padding: 0.2rem 0 !important;
    }
    .copyright-section .txt {
        font-size: 0.2rem;
        margin-bottom: 4px !important;
    }
    .copyright-section .right-part {
        text-align: center;
    }
    .copyright-section .right-part img {
        height: 0.66rem;
        display: inline-block;
    }

    .m-show {
        display: block;
    }
	  .p-show {
        display: none;
    }
    .imgbox img {
        width: 100%;
    }
    .m-none{
        display: none;
    }

    .opera-part{
        display: none;
    }   
     



}

@media screen and (max-height:430px){
    /* 解决固定定位底部遮挡 输入框的bug */
    .copyright-section{
        display: none;
    }
}