*{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    background-repeat: no-repeat;
}

a{text-decoration:none;color:#000;}
h5{
    font-size: 36px;
    font-weight: 700;
}
html,body{
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
}

#hq-ft4{
    width: 100%;
    height: 500px;
    background-image: url(../images/bg7.png);
    position: relative;
    padding-top: 100px;
}
#hq-main3{
    margin-top: 150px;
}
#hq-main3>div{
    width: 100%;
    margin: 0 auto;
}

#hq-main3>div:nth-child(6){
    width: 80%;
}
#hq-main3>div:nth-child(3){
    width: 80%;
}

.text div input{
    height:36px;
    width: 230px;
    border: 1px solid #024EA1;
    border-radius: 18px;
    padding-left: 20px;

}
.search,.tem{
    display: flex;
    align-items: center;
    margin: 10px;
}
.sousuo{
    width:36px;
    height: 36px;
    background: #024EA1;
    margin-left: -36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sousuo img{
    width: 16px;
    height: 16px;
}
.header_nav{
    height: 40%;
    width: 80%;
    margin: 0 auto;
}
.icon{
    width: 36px;
    height: 36px;
}
.icon img{
    width: 100%;
}
.tem div:nth-child(2){
    color: #024EA1;
    font-weight: 700;
    font-size: 20px;
}
.main1{
    background-image: url(../images/bg1.png);
}
.main1_box{
    width: 80%;
    margin: 0 auto;
    padding: 80px 0px 80px 0px;
    height: 100%;
}
.main1_box>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 33%;
}
.main_div1{
    width: 100%;
}
.main_div1>div,.main_div2>div,.main_div3>div{
    height: 100%;
}

.main1_pic{
    width: 100%;
    border-radius: 20px;
}
.pic1{
    width: 66%;
    display: flex;
    position: relative;
}

.pic2{
    width: 32%;
    position: relative;
}

.pic4{
    width: 66%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.pic3{
    width: 32%;
    height: 100%;
    position: relative;
}
.pic5{
    width: 32%;
    position: relative;
}

.dingwei_text{
    position: absolute;
    bottom:-93px;
    left: 15px;
    color: white;
    transition: all 1s ease;
    width: 95%;
    z-index: 100;
}
.main1_texiao{
    overflow: hidden;
}
.main1_texiao:hover .dingwei_text{
    position: absolute;
    bottom: 30px;
}
.main1_liaojie{
    margin-top: 25px; 
    position: relative;
    transition: all 1s ease; 
    opacity: 0;
}
.main1
:hover .main1_yinying{
    position: absolute;
    left: 0px;
    transition: all 1s;
}
.main1_yinying{
    width: 100%;
    height: 100%; 
    background-color:#014b9f;
    opacity: 0;
    position: absolute;
    bottom: -100%;
    left: 0px;
    border-radius: 20px;
}
.main1_xiangqing{
    width: 95%;
    height: 100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main1_xiangqing>div{
    width: 23%;
    height: 60px;
    /*line-height: 60px;*/
    margin: 5px 0.5% ;
    opacity: 0;
    transition: all .5s ease; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow:ellipsis;
}
.main1_xiangqing>div a{
    color: white;
    height: 100%;
}
.main1_texiao:hover .main1_liaojie{
    opacity: 1;
}
.main1_texiao:hover .main1_xiangqing>div{
    opacity: 1;
}
.main1_texiao:hover .main1_yinying{
    position: absolute;
    top: 0;
    opacity: 0.8;
}
.main_div3>div{
    display: flex;
}


.main2{
    width: 100%;
    background-image: url(../images/nav_1.png);
    height: 180px;
    background-blend-mode: multiply;
}

.main2_box{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.main2_left{
    color: white;
    width: 58%;
}

.main2_right{
    height: 100%;
    width: 34%;
    background-image: url(../images/nav_111.png);
    text-align: center;
    color: white;
}

.main2_left h5{
    font-size: 45px;
    font-weight: 700;
}
.main2_right{
    position: relative;
}
.main2_right button{
    width: 160px;
    height: 30px; 
    line-height: 30px;
    border-radius: 5px; 
    border: 1px solid #ccc;
    margin: 20px 0px 20px 0px;
    font-size: 16px;
    font-weight: 700;
    color: #5c5b5b;
}
.main2_right>div{
    position: absolute;
    bottom: 0;
    left: 20%;
}
.main3{
    padding: 80px 0px 80px 0px;
}
.main3_box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.li>div{
    width: 31%;
}
.main3 h5{
    font-size: 45px;
    font-weight: 700;
    text-align: center;
}

.main3 p{
    margin-bottom: 45px;
    text-align: center;
    color: #7f7f7f;
}

.main3_text{
    background-color: black;
    color: white;
    opacity: 0.7;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -1%;
    z-index: 100;
}
.main3 .pic li>div{
    transition: all 1s;
}
.main3 .pic li>div .main3_text{
    transition: all 1s;
}
.main3 .pic li>div:hover .main3_text {
    background-color: #0e4f99;
    opacity: 0.9;
    transition: all 1s;
}
.main3 .pic li>div:hover {
    box-shadow: 3px 3px 8px #8d8c8c;
}

.main4_box{
    width: 80%;
    height: 140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding:40px 0px;
}
.main4{
    background-image: url(../images/000000.png);
}
.main4_box>div:nth-child(1){
    width: 20%;
}
.main4_box>div:nth-child(2){
    width: 58%;
}
.main4_left .hezuo{
    display: flex;
}
.main4_left .liaojie{
    width: 120px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-top: 30px;
}
.main5{
    background: url(../images/bg3.png);
    text-align: center;
    padding: 103px 0px 103px 0px;
}
.main5>div{
    width: 80%;
    margin: 0 auto;
}
.main5_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}
.main5_box>div{
    width: 19%;
    background-color: white;
    border: 8px solid #185da7;
    text-align: center;
    padding: 30px 14px;
    padding-bottom: 30px;
    margin: 1%;
    margin-bottom: 45px;
    position: relative;
    transition: all .5s;
    height: 125px;
}
.main5_box>div:hover .company_jieshao{
    color: #185da7;
}
.main5_box>div .company_jieshao{
    transition: all 300ms;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #666666;
    font-size: 20px;
}
.main5_box>div:hover{
    box-shadow: 1px 1px 8px #a1a1a1;
    transform: scale(1.01);
}
.main5_tem{
    width: 60px;
    height: 30px;
    background-color: #185da7;
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 40%;
    bottom: -11%;
}
.main7{
    padding: 103px 0px 103px 0px;
    background-image: url(../images/bg5.png);
    background-size: cover;
    background-position: center;
}
.main7>div h5{
    text-align: center;
}
.main7_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 596px;
    margin-top: 40px;
}
.main7_left{
    width: 60%;
    height: 100%;
    background-color: white;
}
.main7_right{
    width: 35%;
    height: 100%;
    margin-right: 2%;
    background-color: white;
}


.main7_left_tw{
    width: 100%;
    height: 484px;
}
.main7_left_tw .scroll{
    width: 4000px !important;
}
.hotspot {
    width: 100%;
    height: 100%;
}
.tempWrap{
    overflow: visible!important;
}
.hotspot .pic {
    position: relative;
    background-color: #F7F7F7;
    width: 100%;
    margin-bottom: 15px;
}

.hotspot .pic img {
    width: 100%;
    height: 301px;
    display: block;
}

.hotspot .pic li {
    width: 870px !important;
    overflow: hidden;
    float: left;
}

.hotspot .txt {
    width: 100%;
}

.hotspot .txt .bl {
    width: 100%;
    margin: 0 0 0 -1px;
    overflow: hidden;
}

.bl>div{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.hotspot .btn {
    height: 100%;
}

.hotspot .btn .last {
    width: 214px
}

.hotspot .btn:hover {
    text-decoration: none
}


.hotspot .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hotspot .btn>div:nth-child(1){
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hotspot .btn>div:nth-child(2){
    width: 20%;
    text-align: right;
}
.hotspot .btn .bg,
.hotspot5 .btn .last {
    width: 100%;
}

.hotspot .on .bg {
    color: #024ea1;
}
.hotspot .on .bl_time{
    color: #024ea1;
}
.hotspot .btn .bg+span{
    float: right;
}
.hotspot .btn .bg::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #747474;
    border-radius: 50%;
    margin-right: 9px;
    margin-left: 1px;
}

/*.tempWrap{*/
/*    width: 100% !important;*/
/*}*/


.main7_right_box{
    width: 95%;
    height: 95%;
    margin: 5%;
}
.txtMarquee-top{
    width: 96%;
}
.main7_left_box{
    margin: 3%;
    height: 95%;
    overflow: hidden;
}
.left_pic{
    width: 100%;
}
.left_pic>ul{
    overflow: hidden;
}
.left_pic img{
    width: 100%;
}
.left_pic+ul li .ziliao::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #747474;
    border-radius: 50%;
    margin-right: 10px;
}


.zhengli{
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 18px;
}
.zhengli>a{
    font-size: 16px;
    font-weight: 700;
}
.zhengli::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #747474;
    border-radius: 50%;
    margin-right: 10px;
}
.txtMarquee-top .infoList li:hover .zhengli a{
    color: #024EA1;
}
.newContent{
    height: 56px;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-left: 7%;
}
.left_pic+ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #747474;
    height: 50px;
    font-weight: 700;
}
.left_pic+ul li:hover div a{
    color: #024EA1;
}
.left_pic+ul li:hover{
    color: #024EA1;
}
.main7>div{
    width: 80%;
    margin: 0 auto;
}
.main7 h5{
    color: white;
}
.hq_ft_box{
    width: 80%;
    margin: 0 auto;
    /* background-color: burlywood; */
    height: 100%;
    position: relative;

}
.hq_ft_div1,.hq_ft_div3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hq_ft_div1{
    border-bottom: 2px solid #ccc;
    opacity: 0.5;
    padding-bottom: 1%;
}
.wangzhan{
    display: flex;
    width: 50%;
    justify-content: space-between;

}
.wangzhan>div{
    width: 20%;
    /* background-color: coral; */
    text-align: right;
}
.lianxi_box{
    margin:40px 0 40px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color:seagreen; */
    width: 100%;
}
.lianxi_left{
    height: 100%;
}
.lianxi_left>div{
    height: 50px;
    display: flex;
    align-items: flex-end;
}
.lianxi_right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    width: 40%;
}
.lianxi_right>div{
    /* border: 1px solid red; */
    height: 100%;
}
.zixun{
    width: 200px;
    height: 60px;
    /* line-height: 68px; */
    background-color: #024ea1;
    color: white;
    font-size: 25px; 
    font-weight: 700;
    text-align: center;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #f2f4f9;
}
.zixun>div{
    display: inline-block;
}
.zixun div:nth-child(1){
    width: 50%;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.zixun div:nth-child(1) img{
    width: 100%;
}
.youqing{
    width: 97.8%;
    height: 60px;
    line-height: 60px;
    border: 2px solid #ccc;
    padding-left: 2%;
    color: #818181;
}
.footer_grey{
    width: 100%;
    height: 90px;
    background-color: #dbdbdb;
    position: absolute;
    bottom: 0px;
}
.hq_ft_div3{
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 93%;
    margin: 0 auto;
    height: 90px;
}
.hq_ft_div3>div:nth-child(2){
    text-align: right;
}