/*å¤´éƒ¨å…¬å…±*/
.Wrap1200 {
    width: 1200px;
    margin: 0 auto;
}

.header {
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header img {
    float: left;
    margin-right: 45px;
}

.header .nav-box {
    float: left;
    margin-top: 6px;
    font-size: 0;
}

.header .nav-box a {
    position: relative;
    font-size: 18px;
    color: #333;
    text-align: center;
    width: 136px;
    height: 40px;
    line-height: 34px;
    display: inline-block;
    text-decoration: none;
}

.header .nav-box a img {
    position: absolute;
    top: 4px;
    margin-left: 2px;
}

.header .nav-box a.unfold {
    background: url(../images/nav_cur.png) no-repeat center top;
    color: #fff;
}

.header .nav-box a.fold em {
    background: url(../images/nav_sj.png) no-repeat right center;
    margin-left: 5px;
    display: inline-block;
    width: 11px;
    height: 6px;
    position: relative;
    top: -3px;
}

.header .nav-box a.unfold em {
    background-image: url(../images/nav_sj2.png);
}

.header .nav-box a ul {
    position: absolute;
    margin-top: 15px;
    width: 136px;
    display: none;
    background: #fff;
    box-shadow: 0 6px 10px 0 rgba(23, 77, 205, 0.67);
    padding: 10px 0;
    z-index: 99;
}

.header .nav-box a ul li {
    line-height: 35px;
    font-size: 16px;
    color: #434242;
    position: relative;
}

.header .nav-box a ul li:last-child {
    border-bottom: none;
}

.header .tel {
    font-size: 18px;
    color: #333;
    padding-left: 30px;
    background: url(../images/ico_tel.png) no-repeat left center;
}


/**footer**/
.Wrap1200 {
    width: 1200px;
    margin: 0 auto;
}

#black_footer {
    display: flex;
    align-items: center;
    width: 100%;
    height: 155px;
    background: #000000;
    font-size: 18px;
    color: #fff;
    /*padding-top: 42px;*/
    box-sizing: border-box;
    line-height: 36px;
}

/* 08-09å¯¼èˆªéƒ¨åˆ†ç»“æŸ */


/*footer*/
/*.footer{height: 300px; background: #333; display: flex; align-items: center; justify-content: center; margin-bottom: 140px;}
.footer p{font-size: 18px; color: #fff; text-align: center; line-height: 36px;}
*/

.fixedBottom {
    text-align: center;
    background: #ff6633;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 9;
}

.fixedBottom .img_bottom {
    position: absolute;
    top: -38px;
    left: 51px;
}


/* .fixedBottom .fix_input {
    margin-right: 50px;
    margin-top: 49px;
} */

.fixedBottom .fix_input input {
    width: 133px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding-left: 12px;
    font-size: 14px;
    box-sizing: border-box;
    /* margin-bottom: 20px; */
    /* margin-left: 324px; */
}

.fixedBottom .fix_btn {
    width: 168px;
    height: 47px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 47px;
    background: linear-gradient(top, #fef5c3, #fffe0e);
    background: -moz-linear-gradient(top, #fef5c3, #fffe0e);
    background: -webkit-linear-gradient(top, #fef5c3, #fffe0e);
    background: -o-linear-gradient(top, #fef5c3, #fffe0e);
    font-size: 24px;
    color: #9b3917;
    font-weight: 800;
    box-shadow: 0px 5px 3px rgba(55, 55, 55, .26);
    border: 1px solid #fff;
    right: 65px;
    top: 10px;
    position: absolute;
    text-decoration: none;
}

.fixedBottom .input {
    width: 96px!important;
    line-height: 40px!important;
    text-align: center;
    padding-left: 7px!important;
    background: #ecb804;
    color: #993300;
    font-size: 14px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: -88px;
    top: 0;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

.fixedBottom .fix_close {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 8px;
    right: 30px;
}

.fixedBottom .dis {
    width: 96px!important;
    line-height: 40px!important;
    padding-left: 7px!important;
    text-align: center;
    background: #ccc;
    color: #000;
    border: none;
    cursor: not-allowed;
    position: absolute;
    right: -88px;
    top: 0;
}

.fixedBottom .f18 {
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}


/* ä¾§å¯¼èˆª */
.sidenav.blue{position: fixed; top: 50%; right: 5px;  transform: translateY(-50%); z-index: 999;}
.sidenav.blue ul{padding: 0 15px;}
.sidenav.blue ul li{width: 90px; height: 70px; border-radius: 4px; margin-top: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer;
    background-image: -webkit-linear-gradient(#2f9bff, #1641f2);
    background-image: -o-linear-gradient(#2f9bff, #1641f2);
    background-image: -moz-linear-gradient(#2f9bff, #1641f2);
    background-image: linear-gradient(#2f9bff, #1641f2);
}
.sidenav.blue ul li:last-child{height: 45px; border-radius: 0 0 44px 44px;}
.sidenav.blue ul li:hover{
    background-image: -webkit-linear-gradient(#f64666, #fd6f83);
    background-image: -o-linear-gradient(#f64666, #fd6f83);
    background-image: -moz-linear-gradient(#f64666, #fd6f83);
    background-image: linear-gradient(#f64666, #fd6f83);
}
.sidenav.blue ul li p{font-size: 16px; font-weight: bold; color: #fff; margin-top: 5px;}



/* scrolltop */

.swiper-container2 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container2 {
    width: 152px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    top: 19px;
    left: 130px;
    /* margin-top: -5.7rem; */
}

.swiper-container2 .swiper-slide {
    height: 36px;
    overflow: hidden;
    text-align: center;
    font-size: 26px;
    color: #1f1f51;
    width: 152px;
}

.swiper-container2 .swiper-slide img {
    width: 26px;
    height: 32px;
    margin-right: 16px;
    vertical-align: middle;
    margin-top: -5px;
}

.pr{
    position: relative;
}

/*é¦–é¡µjqtx_pcç±»åŠcjpz_pc,search2_pcçš„å³ä¾§å¯¼èˆªæ */
.Right_fixed {
    position: fixed;
    top: 167px;
    right: 0;
    width: 82px;
    z-index: 99;
}

.ppsl .bikan {
    font-size: 10px;
    color: #ff3a00;
    position: absolute;
    right: 10px;
    top: -15px;
    transform: scale(0.9);
    font-family: 'å¾®è½¯é›…é»‘';
}