/*头部公共*/
.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;
}

.header .nav-box a {
    position: relative;
    font-size: 18px;
    color: #333;
    text-align: center;
    width: 110px;
    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(../img/nav_cur.png) no-repeat center top;
    color: #fff;
}

.header .nav-box a.fold em {
    background: url(../img/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(../img/nav_sj2.png);
}

.header .nav-box a ul {
    position: absolute;
    margin-top: 15px;
    /* width: 136px; */
    width: 110px;
    display: none;
    background: #fff;
    box-shadow: 0 6px 10px 0 rgba(23, 77, 205, 0.67);
    padding: 10px 0;
    z-index: 99999999999;
}

.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(../img/ico_tel.png) no-repeat left center;
}


/**footer**/
.Wrap1200 {
    width: 1200px;
    margin: 0 auto;
}

#black_footer {
    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: '微软雅黑';
}

/* 底部开始 */
.shouyedi{width: 100%;height: 327px;background: #000000;/* margin-top: 80px; */}
.shouyedi>div{width: 1200px;height: 200px;background: #000000;margin: 0 auto;}
.shouyedia{width: 1200px;height: 50px;margin: 0 auto;padding-top: 40px;}
.syda{width: 180px;height: 50px;float: left;margin: 0 60px 0 0;}
.syda1{width: 160px;height: 50px;float: left;margin-left: 13%;}
.sydb{width: 20px;height: 20px;margin-top: 15px;float: left;}
.sydbt{width: 20px;height: 20px;}
.syda .sydc,.syda1 .sydc{font-family: PingFangSC-Semibold;width: 130px;height: 50px;float: right;font-size: 22px;color: #FFFFFF;line-height: 50px;	box-sizing: border-box;padding-left: 8px;}
.shouyedib{width: 1200px;height: 90px;/* margin: 0 auto; */}
.shouyedic{width: 500px;height: 150px;float: left;/* margin-left: 70px; */margin-top: 40px;}
.shouyedic1{/* width: 600px; */font-family: PingFangSC-Semibold;height:30px ;color: #FFFFFF;font-size: 16px;/* margin-top: 15px; */}
.shouyedic3{/* width: 600px; */font-family: PingFangSC-Semibold;height:30px ;color: #FFFFFF;font-size: 16px;}
.shouyedic4{width: 600px;height:30px ;color: #FFFFFF;font-family: PingFangSC-Semibold;font-size: 16px;box-sizing: border-box;padding-left: 80px;}
.shouyedid{width: 300px;height: 90px;float: right;margin-top: 40px;}
.shouyedid1{width: 90px;height: 90px;float: left;background: #0071C6;margin-left: 15%;}
.shouyedid11{width: 90px;height: 90px;}
.shouyedie{width: 1200px;height: 30px;font-size: 12px;font-family: PingFangSC-Semibold;color: #FFFFFF;margin: 0 auto;margin-top: 30px;text-align: center;}
.shouyedig{margin-left: 30px;}
.shouyedic2{float: left;color: #fff;line-height: 27px;margin-top: 40px;}

/* 底部结束 */