@charset "utf-8";
@font-face {
    font-family:"思源宋体";
    src: url("../../fonts/siyuanST.ttf");
}
.flex{
    display:flex;
    align-items:center;
}
.flex1{
    flex:1;
}
.flexB{
    display:flex;
    justify-content:space-between;
}
.flexC{
    display:flex;
    justify-content:center;
    align-items:center;
}
.w1100{
    width:1100px;
    margin:auto;
}
.marB20{
    margin-bottom:20px;
}
.marR20{
    margin-right:20px;
}
.skyContainer{
    background-color:#ffffff;
    min-width:1366px;
    font-size:14px;
    position: relative;
}
.skyTop .w1100{
    height:45px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.skyTop_l{
    color:#666666;
}
.skyTop_l span{
    margin-right:10px;
    vertical-align: middle;
}
.icon_weather{
    width:16px;
    height:16px;
    display:inline-block;
    background:url("../../images/imageQ/icon_sun.png");
    margin-right:5px;
    vertical-align: middle;
}
.searchStyle{
    position:relative;
    width:300px;
    height:30px;
    border:1px solid #d3d3d3;
    box-sizing:border-box;
}
.searchStyle input{
    width:100%;
    height:100%;
    padding:0 30px 0 10px;
    box-sizing:border-box;
    border:none;
}
.icon_search{
    width:16px;
    height:16px;
    position:absolute;
    right:10px;
    top:6px;
    background:url("../../images/imageQ/icon_search.png");
    cursor:pointer;
}
.skyBanner{
    height:448px;
    background:url("../../images/imageQ/bannernew.jpg")no-repeat;
    background-size:cover;
}
.skyLogo{
    width:877px;
    height:151px;
    background:url("../../images/imageQ/logo.png");
}
.skyLogo_bg{
    width: 734px;
    height: 174px;
    background: url("../../images/imageQ/logoBg.png");
    mix-blend-mode: screen;
    position: absolute;
    left: -300px;
}
.skyBanner .w1100{
    padding-top:110px;
    padding-left:50px;
    box-sizing:border-box;
    position:relative;
}
/*第一部分*/
.indexPart1 .w1100{
    padding-top:20px;
    box-sizing:border-box;
}
.indexPart1_list{
    display:flex;
    justify-content:center;
}
.indexPart1_list>li{
    width:142px;
    height:43px;
    line-height:43px;
    text-align:center;
    background:url("../../images/imageQ/part1_menu.png");
    margin:0 10px;
    font-size:20px;
    color:white;
    font-family:"思源宋体";
    cursor:pointer;
}
.indexPart1_list>li.active{
    background:url("../../images/imageQ/part1_menu_a.png");
}
.part1List{
    margin:40px auto;
    position:relative;
}
.part1Menu{
    width:88px;
    height:227px;
    text-align: center;
    line-height:88px;
    background:url("../../images/imageQ/part1_list.png")no-repeat;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size:18px;
    color:#000000;
    border-radius: 10px;
}
.part1Menu:hover{
    background:url("../../images/imageQ/part1_list_h2.png")no-repeat;
    color:white;
    box-shadow: 6px 6px 5px #c5ddf6;
    animation: 400ms changePlace ease-out;
    animation-fill-mode:forwards;
}
/*.swiper-slide-active .part1Menu{*/
    /*background:url("../../images/imageQ/part1_list_h2.png")no-repeat;*/
    /*color:white;*/
    /*box-shadow: 6px 6px 5px #c5ddf6;*/
    /*animation: 400ms changePlace ease-out;*/
    /*animation-fill-mode:forwards;*/
/*}*/
@keyframes changePlace{
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -12px;
    }
}
.part1List .swiper-container{
    width:1041px;
    height:240px;
}
.part1List .swiper-slide{
    display:flex;
    align-items:center;
}
.part1List .swiper-button-prev {
    width: 15px;
    height: 27px;
    background: url("../../images/imageQ/arrow_l.png") no-repeat center center;
    left: 0;
    top: 50%;
}
.part1List .swiper-button-next {
    width: 15px;
    height: 27px;
    background:  url("../../images/imageQ/arrow_r.png") no-repeat center center;
    right: 20px;
    top: 50%;
}
.part1_banner1{
    width:1100px;
    height:120px;
    background:url("../../images/imageQ/part1_banner1.jpg");
}
.part1_banner .icon{
    margin-right:10px;
}
.part1_banner .text1{
    font-size:20px;
    font-weight:bold;
    color:#000000;
    margin-bottom:5px;
}
.part1_banner .text2{
    font-size:12px;
    color:#999999;
    text-transform:uppercase;
}
.part1_banner2{
    width:540px;
    height:120px;
    background:url("../../images/imageQ/part1_banner2.jpg");
    padding-left:40px;
    box-sizing:border-box;
}
.part1_banner3{
    width:540px;
    height:120px;
    background:url("../../images/imageQ/part1_banner3.jpg");
    padding-left:40px;
    box-sizing:border-box;
}
.part1List2{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.part1List2>li{
    width: 170px;
    height: 168px;
    border:1px dashed #CCCCCC;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
}
.part1List2>li .icon{
    margin-bottom:10px;
}
.part1List2>li .text1{
    font-size:22px;
    color:#000000;
    font-family:"思源宋体";
    font-weight:bold;
    margin-bottom:4px;
}
.part1List2>li .text2{
    font-size:20px;
    color:#0079df;
    font-family:"思源宋体";
    font-weight:bold;
}
.consultPart_top{
    padding:0 10px;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content: space-between;
    height:34px;
    background:url("../../images/imageQ/titleBg.png")no-repeat left bottom;
    margin-bottom:10px;
}
.consultPart_top .title{
    font-size:20px;
    color:#000000;
    font-weight:bold;
    text-stroke:1px #ffffff;
    -webkit-text-stroke: 1px #ffffff;
    /*text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;*/
}
.consultPart_top .icon_more{
    font-size:14px;
    color:#555555;
}
.consultPart>ul>li{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:14px;
    padding:0 10px;
    box-sizing:border-box;
    cursor:pointer;
}
.consultPart>ul>li .text1{
    color:#000000;
    font-weight:bold;
    width:50px;
    margin-right:10px;
}
.consultPart>ul>li .text2{
    color:#555555;
    width:370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.consultPart>ul>li .text3{
    color:#999999;
}
.consultPart>ul>li .text3.state2{
    color:#0079df;
}
/*第二部分*/
.indexPart2{
    height:551px;
    background:url("../../images/imageQ/part2_bg.jpg")no-repeat;
    background-size:cover;
}
.indexPart2_left{
    padding-right:20px;
    box-sizing:border-box;
}
.indexPart2 .w1100{
    padding-top:40px;
    box-sizing:border-box;
}
.indexPart2_title{
    width:320px;
    height:42px;
    line-height:42px;
    font-size:20px;
    color:#2a73c2;
    font-weight:bold;
    background:url("../../images/imageQ/part2_titleBg2.png");
    margin:0 auto 30px;
    text-align:center;
}
.indexPart2_list{
    color:#ffffff;
}
.indexPart2_list>li{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
    background:url("../../images/imageQ/icon_point.png")no-repeat left center;
    padding-left:15px;
    box-sizing:border-box;
    cursor:pointer;
}
.indexPart2_list>li .text1{
    width:370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexPart2_more{
    display:block;
    width:34px;
    height:50px;
    color:#ffffff;
    background:url("../../images/imageQ/icon_more.png")no-repeat bottom center;
    margin:50px auto 0;
    text-align:center;
}
.newsImg{
    width:210px;
    height:118px;
    border:4px solid #ffffff;
    box-sizing:border-box;
    margin-right:10px;
}
.newsImg img{
    width:100%;
    height:100%;
}
.newsShow .text1{
    font-size:18px;
    color:#ffffff;
    font-weight:bold;
    width:300px;
    margin-bottom:10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newsShow{
    position:relative;
}
.newsShow .icon_more{
    color:#a3cfff;
    position:absolute;
    bottom:4px;
    right:-30px;
}
.newsShow .icon_more span{
    color:#ffff00;
    font-weight:bold;
}
.newsShow .text2{
    width:288px;
    color:#a3cfff;
    text-indent:2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.newsMain{
    margin-bottom:36px;
}
/*第三部分*/
.indexPart3{
    height:943px;
    background:url("../../images/imageQ/part3_bg.jpg")no-repeat;
    background-size:cover;
}
.indexPart3 .w1100{
    padding-top:40px;
}
.indexPart3_banner{
    width:350px;
    height:66px;
    line-height:66px;
    text-align:center;
    color:#0f72d8;
    font-size:20px;
    font-weight:bold;
    font-family:"思源宋体";
}
.indexPart3_banner1{
    background:url("../../images/imageQ/part3_list1.png");
}
.indexPart3_banner2{
    background:url("../../images/imageQ/part3_list2.png");
}
.indexPart3_banner3{
    background:url("../../images/imageQ/part3_list3.png");
}
.indexPart3_title{
    margin:60px auto 0;
    position:relative;
    text-align:center;
    width: fit-content;
}
.indexPart3_title:before{
    position:absolute;
    content:"";
    width:17px;
    height:48px;
    left:-30px;
    top:0;
    background:url("../../images/imageQ/part3_title_l.png");
}
.indexPart3_title:after{
    position:absolute;
    content:"";
    width:17px;
    height:48px;
    right:-30px;
    top:0;
    background:url("../../images/imageQ/part3_title_r.png");
}
.indexPart3_title h1{
    font-size:18px;
    color:#000000;
    margin-bottom:5px;
}
.indexPart3_title h2{
    font-size:12px;
    color:#999999;
    font-weight:normal;
}
.organPart{
    position:relative;
}
/*地图部分*/
.mapList{
    width:700px;
    display:flex;
    flex-wrap:wrap;
    padding-top:70px;
    box-sizing:border-box;
    z-index:2;
}
.mapList>li{
    width:calc(100%/5);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    margin-bottom:50px;
}
.mapList>li .text1{
    font-size:18px;
    font-weight:bold;
    color:#000000;
    margin-bottom:10px;
}
.mapList>li .text2{
    color:#0f72d8;
    font-weight:bold;
}
.indexPart3_map{
    position:absolute;
    width:785px;
    height:627px;
    top:0;
    right:0;
    background:url("../../images/imageQ/mapBg.png");
}
.indexPart3_map .mapCon{
    position:relative;
}
.mapPoint{
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    position:absolute;
    cursor:pointer;
}
.mapPoint label{
    width:fit-content;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    text-shadow: #262626 1px 0 0, #262626 0 1px 0, #262626 -1px 0 0, #262626 0 -1px 0;
}
.mapPoint:hover label{
    text-shadow: #0a67a5 1px 0 0, #0a67a5 0 1px 0, #0a67a5 -1px 0 0, #0a67a5 0 -1px 0;
}
.map_hl:hover{
    background:url("../../images/imageQ/map/map_hl_h.png");
}
.map_hl{
    top: 12px;
    right: 12px;
    width:278px;
    height:258px;
    background:url("../../images/imageQ/map/map_hl.png");
}
.map_hl label{
    margin-left:20px;
    margin-top:30px;
}
.map_xa{
    top: 247px;
    right: 74px;
    width:109px;
    height:130px;
    background:url("../../images/imageQ/map/map_xa.png");
}
.map_xa label{
    margin-left: -8px;
    margin-top: -16px;
}
.map_xa:hover{
    background:url("../../images/imageQ/map/map_xa_h.png");
}
.map_tl{
    top: 326px;
    right: 73px;
    width:116px;
    height:124px;
    background:url("../../images/imageQ/map/map_tl.png");
}
.map_tl:hover{
    background:url("../../images/imageQ/map/map_tl_h.png");
}
.map_tl label{
    margin-left: 12px;
    margin-top: 8px;
}
.map_cf{
    top: 340px;
    right: 144px;
    width:123px;
    height:145px;
    background:url("../../images/imageQ/map/map_cf.png");
}
.map_cf:hover{
    background:url("../../images/imageQ/map/map_cf_h.png");
}
.map_xl{
    top: 282px;
    right: 159px;
    width:245px;
    height:192px;
    background:url("../../images/imageQ/map/map_xl.png");
}
.map_xl:hover{
    background:url("../../images/imageQ/map/map_xl_h.png");
}
.map_xl label{
    margin-left: -34px;
    margin-top: 18px;
}
.map_wl{
    top: 408px;
    left: 359px;
    width:121px;
    height:115px;
    background:url("../../images/imageQ/map/map_wl.png");
}
.map_wl:hover{
    background:url("../../images/imageQ/map/map_wl_h.png");
}
.map_wl label{
    margin-left: 3px;
    margin-top: 3px;
}
.map_bt{
    top: 432px;
    left: 330px;
    width:59px;
    height:88px;
    background:url("../../images/imageQ/map/map_bt.png");
}
.map_bt:hover{
    background:url("../../images/imageQ/map/map_bt_h.png");
}
.map_bt label{
    margin-left: -2px;
    margin-top: -9px;
}
.map_hh{
    top: 479px;
    left: 363px;
    width:49px;
    height:64px;
    background:url("../../images/imageQ/map/map_hh.png");
}
.map_hh:hover{
    background:url("../../images/imageQ/map/map_hh_h.png");
}
.map_hh label{
    margin-left: 9px;
    margin-top: 3px;
}
.map_by{
    top: 441px;
    left: 223px;
    width:125px;
    height:82px;
    background:url("../../images/imageQ/map/map_by.png");
}
.map_by:hover{
    background:url("../../images/imageQ/map/map_by_h.png");
}
.map_ee{
    top: 497px;
    left: 255px;
    width:132px;
    height:112px;
    background:url("../../images/imageQ/map/map_ee.png");
}
.map_ee:hover{
    background:url("../../images/imageQ/map/map_ee_h.png");
}
.map_ee label{
    margin-left: -6px;
    margin-top: -16px;
}
.map_wh{
    top: 530px;
    left: 258px;
    width:17px;
    height:31px;
    background:url("../../images/imageQ/map/map_wh.png");
}
.map_wh:hover{
    background:url("../../images/imageQ/map/map_wh_h.png");
}
.map_al{
    top: 430px;
    left: 12px;
    width:255px;
    height:186px;
    background:url("../../images/imageQ/map/map_al.png");
}
.map_al:hover{
    background:url("../../images/imageQ/map/map_al_h.png");
}
.map_al label{
    margin-left: 22px;
    margin-top: -16px;
}
/*地图部分*/
/*第四部分*/
.indexPart4{
    height:130px;
    background-color:#333333;
    padding-top:25px;
    box-sizing:border-box;
}
.webLink{
    font-size:14px;
    color:#d9d9d9;
    text-align:center;
    margin-bottom:20px;
}
.webLink span{
    margin-right:50px;
}
.webLink a{
    color:#d9d9d9;
    margin-right:50px;
}
.webLink a:last-child{
    margin-right:0;
}
.indexPart4_select .sel{
    width:196px;
    height:32px;
    border-radius:4px;
    font-size:14px;
    color:#666666;
    padding:0 20px;
    box-sizing:border-box;
    margin:0 10px;
}
/*第五部分*/
.skyFooter{
    height:115px;
    background-color:#ebebeb;
}
.skyFooter .w1100{
    padding-top:10px;
    box-sizing:border-box;
}
.foot_icon1{
    margin-right:10px;
}
.skyFooter_l_info h1{
    font-size:20px;
    color:#333333;
    font-family:"思源宋体";
    margin-bottom:6px;
}
.skyFooter_l_info h2{
    font-size:14px;
    color:#555555;
    font-weight:normal;
}
.skyFooter_r_info p{
    color:#555555;
    margin-bottom:4px;
}
.foot_icon2{
    margin-left:20px;
}
/*悬浮框样式开始*/
.suspend {
    position: fixed;
    right:10px;
    top:166px;
    background-color:#f4f4f4;
}
.suspendLis {
    border: 1px solid #f1f1f1;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.suspendLis li {
    position: relative;
    width: 86px;
    /*height: 90px;*/
    padding:20px 0 10px;
    box-sizing:border-box;
    border-bottom: 1px solid #e9e9e9;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
}
.suspendLis .icon0{
    width:36px;
    height:28px;
    background:url("../../images/images_gb/icon_grzx.png") no-repeat;
    background-size: 32px 31px;
}
.suspendLis .icon1{
    width:36px;
    height:28px;
    background:url("../../images/imageQ/right_icon1.png") no-repeat;
}
.suspendLis .icon2{
    width:36px;
    height:30px;
    background:url("../../images/imageQ/right_icon2.png") no-repeat;
}
.suspendLis .icon3{
    width:36px;
    height:37px;
    background:url("../../images/imageQ/right_icon3.png") no-repeat;
}
.suspendLis .icon4{
    width:32px;
    height:30px;
    background:url("../../images/imageQ/right_icon4.png") no-repeat;
}
.suspendLis .icon5{
    width:36px;
    height:36px;
    background:url("../../images/imageQ/right_icon5.png") no-repeat;
}
.suspendLis .icon6{
    width:29px;
    height:30px;
    background:url("../../images/imageQ/right_icon6.png") no-repeat;
}
.suspendLis li.last {
    border-bottom: none;
}
.suspendTxt{
    color: #999;
    font-size: 14px;
    margin-top:10px;
}
.suspendTxt:hover {
    text-decoration: underline;
}
.clickToTop{
    background-color:#fcfdfe;
}
/*悬浮框样式结束*/
/*首页修改*/
.consultation{
    width: 306px;
    height: 140px;
    background: url("../../images/imageQ/nframe.png") no-repeat center;
}
.consultation_title{
    line-height: 18px;
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin-top: 28px;
}
.consultation_txt{
    line-height: 25px;
    color: #999999;
    font-size: 16px;
    margin-top: 15px;
    padding: 0 35px 0 30px;
}
.swiper-slide-active .consultation{
    background: url("../../images/imageQ/frame_h.png") no-repeat center;
    box-shadow: -6px 6px 5px #c5ddf6;
    border-radius: 8px;
}
.swiper-slide-active .consultation_title{
    color: #ffffff;
}
.swiper-slide-active .consultation_txt{
    color: #d4e9ff;
}

.returnProvice{
    display: inline-block;
    height: 24px;
    margin-top: 10px;
    width: 100%;
    height: 50px;
}

.quansheng{
    color: white;
    display: block;
    float: right;
    font-size: 16px;
    line-height: 32px;
    border-radius: 15px;
    width: 56px;
    width: 70px;
    height: 35px;
    text-align: center;
    background: #0f72d8;
    cursor: pointer;
}