
    .main{
        width: 1200px;
    }
        *{
            box-sizing: border-box;
        }
        .clearfix{zoom:1;}
        .clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
        .clearfix:after{clear:both;}
        li {
            list-style-type: none;
        }
        html.mip-i-android-scroll, body.mip-i-android-scroll {
        }
        .mip-head {
            height: 70px;
            box-shadow: 0px 2px 3px #eee;
            margin-bottom: 5px;
            display: block;
            background: #fff;
        }
        .mip-head .logo {
            width: 350px;
            height: 70px;
            display: block;
            float: left;
            overflow: hidden;
        }
        mip-fixed[type="top"] {
            overflow: visible;
        }
        mip-nav-slidedown #bs-navbar .navbar-nav {
            margin-top: 0;
        }
        .nav li {
            font-size: 1rem;
        }
        mip-nav-slidedown #bs-navbar .navbar-nav li {
            line-height: 70px;
        }
        mip-nav-slidedown #bs-navbar .navbar-nav li ul li {
            line-height: 50px;
        }
        .cpMain {
            background: #fff;
        }
        .clearfix:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            overflow: hidden;
            visibility: hidden;
        }
        .clearfix {
            zoom: 1
        }
        .region {
            margin-top: 10px;
            border: 1px solid #e0e1dc;
        }
        .region h3 {
            background: #eee;
            line-height: 30px;
            padding-left: 10px;
            position: relative;
        }
        .region .item {
            padding: 10px;
            line-height: 28px;
            display: block;
        }
        .region .item a {
            padding-left: 15px;
            padding-right: 15px;
            float: left;
        }
        .region .item a:hover {
            text-decoration: none;
            background: #3480ce;
            color: #fff;
        }
        .more_region {
            position: absolute;
            right: 10px;
            line-height: 28px;
            top: 0;
            font-weight: normal;
        }
        #container {
            width: 1200px;
            margin: 0 auto;
            margin-top: 10px;
            border: 1px solid #eee;
        }
        .hot {
            border-bottom: 2px solid #1c4587;
            padding-bottom: 8px;
        }
        .hot li {
            float: left;
            margin-right: 10px;
            margin-bottom: 10px;
        }
        .hot li a {
            display: block;
            line-height: 32px;
            padding-left: 16px;
            padding-right: 16px;
            background: #eee;
        }
        .hot li a:hover {
            text-decoration: none;
            background: #1c4587;
            color: #fff;
        }
        .item {
            line-height: 24px;
            border-bottom: 1px solid #eee;
        }
        /*.item:hover {*/
        /*    background-color: #f5f5f5;*/
        /*}*/
        .item dt {
            float: left;
            font-family: arial;
            font-size: 14px;
            padding: 5px 10px;
            color: #333;
        }
        .item dd {
            margin: 0 0 0 70px;
            padding-left: 15px;
            border-left: 1px solid #eee;
            padding: 5px 10px;
            display: flex;
            flex-wrap: wrap;
        }
        
         .item dd .citylist1{
             padding: 2px 10px;
             position: relative;
         }
         
          .item dd .citylist1:hover{
                /*border: 1px solid #FF552E;*/
               background-color: #f5f5f5;
          }
         
         .item dd .citylist1:hover .citylist2 {
             display: block;
             z-index: 9999;
         }
         
         .item dd .citylist2{
             width: 144px;
             position: absolute;
             top: 28px;
             left:0;
             display:none;
             background-color: #f5f5f5;
         }
         
            .item dd .citylist2 a{
                float: left;
                padding: 2px 10px;
             
            }
         
        .item dd a {
            display: block;
            white-space: nowrap;
        }
        .item dd a:hover {
            text-decoration: none;
            color: #ff552e;
        }
        .return {
            position: relative;
            height: 60px;
            padding: 6px;
            width: 1200px;
            margin: 10px auto 0;
            text-align: left;
            font: bold 22px/42px "微软雅黑";
            color: #737372;
        }
        .return a {
            position: absolute;
            right: 10px;
            top: 12px;
            height: 36px;
            width: 100px;
            text-align: center;
            display: block;
            background: #1c4587;
            color: #fff;
            line-height: 36px;
            font-size: 12px;
            font-weight: bold;
        }
        .return a:hover {
            text-decoration: none;
            background: #f39c11;
            color: #fff;
        }
        .m_text p {
            width: 100%;
            line-height: 60px;
            display: block;
            margin-top: 20px;
        }
        .m_text .p1 {
            display: inline-block;
            float: left;
            margin-right: 15px;
            color: #ff552e;
            line-height: 30px;
            font-size: 14px;
            font-weight: bold;
        }
        .m_text a {
            display: inline-block;
            float: left;
            margin-right: 15px;
            color: #666;
            font-size: 14px;
            line-height: 30px;
        }
        .m_text a:hover {
            color: #ff552e;
        }
        .m_text .p3 {
            color: #555;
            font-size: 16px;
            font-weight: 800;
        }

        .mip-footer .mip-footert {
            width: 100%;
            background: #333;
            padding: 2% 3% 3%;
            box-sizing: border-box;
        }
        .mip-footer .mip-container {
            margin: 16px auto 0;
        }
        .mip-footer .mip-footert .mip-text {
            width: 10%;
            margin-right: 10%;
            float: left;
        }
        .mip-footer .mip-footert .mip-text .tt a {
            font-size: 16px;
            color: #888;
            display: block;
            border-bottom: 1px solid #484848;
            padding-bottom: 15px;
            margin-bottom: 25px;
        }
        .mip-footer .mip-footert .mip-text ul li a {
            display: block;
            font-size: 14px;
            color: #ccc;
        }
        .mip-footer .mip-footert .mip-text:last-child {
            width: 37%;
            margin-right: 0;
        }
        .mip-footer .mip-footert .mip-text .contact {
            position: relative;
        }
        .mip-footer .mip-footert .mip-text .contact p {
            font-size: 25px;
            color: #ff9801;
        }
        .mip-footer .mip-footert .mip-text .contact span {
            font-size: 14px;
            display: inline-block;
            color: #666;
            margin: 3% 0 3%;
        }
        .mip-footer .mip-footert .mip-text .contact mip-img {
            position: absolute;
            right: 0;
            top: 0;
            width: 153px;
        }
        .mip-footer .mip-footert .mip-text .contact a {
            display: block;
            box-sizing: border-box;
            width: 186px;
            height: 40px;
            line-height: 40px;
            color: #fff;
            background: #3f3f3f;
            border-radius: 6px;
        }
        .mip-footer .mip-footert .mip-text .contact a mip-img {
            position: relative;
            top: 0;
            right: 0;
            width: 22px;
            float: left;
            margin-left: 40px;
            margin-right: 10px;
            margin-top: 9px;
        }
        .mip-footerb {
            background: #222;
            padding: 0 3%;
            width: 100%;
            height: 60px;
            line-height: 60px;
            font-size: 14px;
            color: #666;
        }
        .mip-head .mip-container {
            max-width: 1920px;
            margin: 0 auto;
        }
        .mip-container {
            max-width: 1200px;
            margin: 16px auto;
        }
        .mip-footer .mip-container {
            max-width: 1920px;
        }
        @media screen and (max-width: 1920px) {
          .mip-head {
            padding: 0 1%;
          }
          #container {
            width: 100%;
          }
          .mip-container {
            /*padding: 0 1%;*/
          }
        }

        @media screen and (max-width: 768px) {
          .mip-wap{display: block;}
          .mip-pc{display: none;}
          .fb {
                display: block!important;
                width: 100%;
                background: #000;
                color: #fff;
                height: 56px;
            }
          .fb a {
                width: 33.3%;
                display: block;
                height: 56px;
                float: left;
                text-align: center;
                color: #fff;
                padding: 5px 0;
                font-size: 12px;
                line-height: 1;
            }
            .fb a i {
                display: block;
                height: 28px;
                background: no-repeat center;
                background-size: contain;
                margin-bottom: 5px;
            }
            .fb a i.i1 {
                background-image: url(__PUBLIC__/img/f_ico1.png);
            }
            .fb a i.i3 {
                background-image: url(__PUBLIC__/img/f_ico3.png);
            }
            .fb a i.i4 {
                background-image: url(__PUBLIC__/img/f_ico4.png);
            }
          #container {
            width: 100%;
          }
          .mip-img-container .mip-carousel-indicator-wrapper {
            position: relative;
            bottom: 20px;
          }
          .mip-nav-wrapper .navbar-toggle {
            margin: 20px 0;
          }
          html.mip-i-android-scroll, body.mip-i-android-scroll {
          }

          .mip-footer .mip-footert .mip-text {
            width: 100%;
            margin-right: 0;
            text-align: center;
          }
          .mip-footer .mip-footert .mip-text:last-child {
            width: 100%;
          }
          .mip-footer .mip-footert .mip-text .contact a {
            display: block;
            margin: 0 auto 20px;
          }
          .mip-footer .mip-footert .mip-text .contact mip-img {
            position: relative;
            display: block;
            margin: 0 auto;
          }
          .mip-footerb {
            font-size: 12px;
            height: auto;
            text-align: center;
            margin-bottom: 56px;
          }
          .mip-head .logo {
            width: 270px;
            height: 70px;
          }
        }
        
        .comein {
    width: 100%;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    margin: 50px auto 10px;
    text-align: center;
        }
        .comein a {
    width: 342px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border-radius: 2px;
    background: #ff552e;
}
