@font-face {
    font-family: 'SourceHanSansSC-Bold';
    src: url('../fonts/SourceHanSansSC-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansSC-Heavy';
    src: url('../fonts/SourceHanSansSC-Heavy.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansSC-Regular';
    src: url('../fonts/SourceHanSansSC-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'SourceHanSansSC-Regular';
}


/* banner图开始 */
.Home_banner .swiper-slide img{
    width: 100%;
}
.Home_banner .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    background: #00acef;
    border: 3px solid #00acef;
    opacity: 1;
}
.Home_banner .swiper-pagination-bullet-active{
    border: 3px solid #ffffff; 
}
/* banner图结束 */

/* 关于开始 */
.Home_about{
    margin-top: 188px;
    /* display: flex; */
}
.Home_about .text_about{
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}
.Home_about .text_about .top_about{
    display: flex;
}
.Home_about .text_about .top_about p{
    font-family: 'SourceHanSansSC-Heavy';
	font-size: 36px;
	line-height: 33px;
	color: #222527;
    margin-left: 10px;
}
.Home_about .text_about .top_about p span{
	color: #00acef
}
.Home_about .text_about p{
    width: 533px;
}
.Home_about .text_about .p1{
	font-size: 14px;
	color: #222527;
	letter-spacing:8px;
}
.Home_about .text_about .p2{
    font-family: 'SourceHanSansSC-Bold';
	font-size: 18px;
	color: #222527;
}
.Home_about .text_about .p3{
	font-size: 14px;
	color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.Home_about .text_about .btn_about{
    font-size: 16px;
	color: #049ad5;
    width: 160px;
    height: 40px;
    background-color: #ffffff;
	box-shadow: 0px 10px 20px 0px 
		rgba(0, 0, 0, 0.2);
	border-radius: 19px;
	border: solid 1px #eaf0f5;
    text-align: center;
    line-height: 40px;
    margin-top: 55px;
}
.Home_about .text_about .btn_about:hover{
	color: white;
    background-color: #049ad5;
    cursor: pointer;
}
/* 视频开始 */
.Home_about .video_about{
    width: 49%;
    position: relative;
    display: inline-block;
    float: right;
}
.Home_about .video_about .about{
    width: 100%;
    cursor: pointer;
}
.Home_about .video_about .play_btn {
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
}
.video {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
}
.video .videoBox {
    width: 80%;
    position: fixed;
    z-index: 60;
    top: 15%;
    left: 10%;
}
.video .zy_media {
    z-index: 60;
}
.pop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.zy_media video,
.zy_media audio {
    position: relative;
}
/* 关于结束 */

/* 列表栏开始 */
.Home_list{
    clear: both;
    margin-top: 93px;
    display: flex;
}
.Home_list .sort_list{
    width: 24%;
}
.Home_list .sort_list .sort_top{
    position: relative;
}
.Home_list .sort_list .sort_bottom{
    width: 100%;
    height: 110px;
    background-color: #00acef;
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
    padding: 26px 15px;
}
.Home_list .sort_list .sort_bottom p{
    font-family: 'SourceHanSansSC-Heavy';
    font-size: 30px;
    line-height: 24px;
    color: #ffffff;
}
.Home_list .sort_list .sort_top div img{
    width: 100%;
}
.Home_list .sort_list .sort_top p{
    position: absolute;
    top: 34px;
    left: 15px;
    font-size: 30px;
    color: #ffffff;
}
.Home_list .sort_list .first_ul{
    background-color: #efefef;
}
.Home_list .sort_list .first_ul li{
    padding: 0 10px;
}

.Home_list .sort_list .first_ul,
.Home_list .sort_list .first_ul li{
    list-style:none;
}
.Home_list .sort_list .first_ul li:hover{
    background-color: #00acef;
    cursor: pointer;
}
.Home_list .sort_list .first_ul li .first_li{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;  
    border-bottom: 1px solid #cccccc;
}
.Home_list .sort_list .first_ul li img{
    margin-top: -3px;
    margin-right: 10px;
}
.Home_list .sort_list .first_ul li a{
    color: #222527;
}
.Home_list .sort_list .first_ul .second .second_ul{
    background-color: #ffffff;
    margin: 0 -10px;
    padding: 0 10px;
    display: none;
}
.Home_list .sort_list .first_ul .second .second_ul .d1{
    padding: 0 30px;
    border-bottom: 1px dashed #cccccc;
}
.Home_list .sort_list .first_ul .second .second_ul .d1:last-of-type{
    border-bottom: none;
}
.Home_list .sort_list .first_ul .second .second_ul li{
    padding: 0 0px;
}
.Home_list .sort_list .first_ul .second .second_ul li img{
    float: right;
    margin-top: 10px;
}
.Home_list .sort_list .first_ul .second .second_ul li:hover{
    background-color: #ffffff;
    color: #00acef;
}
.Home_list .sort_list .first_ul .second .second_ul li:hover a{
    color: #00acef;
}
.Home_list .sort_list .first_ul .second .second_ul li a{
    font-size: 14px;
    line-height: 40px;
    color: #222527;
}
.Home_list .sort_right {
    margin-left: 50px;
    width: 72%;
}
.Home_list .sort_right .top{
    display: flex;
}
.Home_list .sort_right .top p{
    font-family: 'SourceHanSansSC-Heavy';
    font-size: 36px;
    line-height: 33px;
    color: #222527;
    margin-left: 10px;
}
.Home_list .sort_right .top p span{
    color: #00acef
}
.Home_list .sort_right .p1{
    font-size: 14px;
    color: #222527;
    margin-bottom: 40px;
    letter-spacing:6px;
}
.Home_list .sort_right .choose .bottom_choose {
    display: flex;
}
.Home_list .sort_right .choose .bottom_choose .sese{
    display: flex;
    margin-left: 10px;
}
.Home_list .sort_right .choose .bottom_choose .choose_box{
    width: 210px;
    height: 340px;
    text-align: center;
    border: solid 1px #e7e7e7;
    padding-top: 38px;
    margin-left: 10px;
    /*cursor: pointer;*/
}
.Home_list .sort_right .choose .bottom_choose .choose_box:hover{
    background-color: #00acef;
    border: solid 1px #00acef;
}

.Home_list .sort_right .choose .bottom_choose .choose_box:hover .p2{color: white;}
.Home_list .sort_right .choose .bottom_choose .choose_box:hover .p3{
    color: white;
}
.Home_list .sort_right .choose .bottom_choose .choose_box:first-of-type{
    margin-left: 0px;
}
.Home_list .sort_right .choose .bottom_choose .choose_box .p2{
    font-family: 'SourceHanSansSC-Bold';
    font-size: 18px;
    line-height: 24px;
    color: #222527;
    margin: 23px 0;
}
.Home_list .sort_right .choose .bottom_choose .choose_box .p3{
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 19px auto;
}
.Home_list .sort_right .honor{
    margin-top: 80px;
}
.honor-box {
    position: relative;
    width: 100%;
}
.swiper-honor .img{
    overflow: hidden;
}
.swiper-honor .img:hover img{
    transform: scale(1.1);
}
.swiper-honor img{
    width: 100%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.swiper-honor .honor-page {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 45px;
}
/* 列表栏结束 */

/* 新闻栏开始 */
.Home_news{
    margin-top: 113px;
}
.Home_news .news_text{
    text-align: center;
}
.Home_news .news_text .p1{
	font-size: 14px;
	color: #222527;
	letter-spacing:8px;
}
.Home_news .news_text .top_news{
    display: flex;
    margin-left: 48%;
    transform: translate(-93px);
    width: 200px;
}
.Home_news .news_text .top_news .icon_news img{float:left;}
.Home_news .news_text .top_news .icon_news{width:210px;}
.Home_news .news_text .top_news p{
    font-family: 'SourceHanSansSC-Heavy';
	font-size: 36px;
	line-height: 33px;
	color: #222527;
    margin-left: 10px;
}
.Home_news .news_text .top_news p span{
	color: #00acef
}
.Home_news .news_bottom{
    margin-top: 38px;
}
.Home_news .news_bottom .news_left{
    display: inline-block;
    width: 49%;
}
.Home_news .news_bottom .news_left .news_img{
    position: relative;
}
.Home_news .news_bottom .news_left .news_img .hidd{
    overflow: hidden;
}
.Home_news .news_bottom .news_left .news_img:hover img{
    transform: scale(1.1);
}
.Home_news .news_bottom .news_left .news_img img{
    width: 100%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.Home_news .news_bottom .news_left .news_img .data{
    position: absolute;
    bottom: -40px;
    right: 0px;
    border-radius: 50%;
    width: 80px;
	height: 80px;
	background-color: #00acef;
	box-shadow: 2px 4px 10px 0px 
		rgba(0, 0, 0, 0.1);
    text-align: center;
}
.Home_news .news_bottom .news_left .news_img .data p{
    font-family: 'SourceHanSansSC-Bold';
	font-size: 36px;
	color: #ffffff;
    margin-bottom: -7px;
}
.Home_news .news_bottom .news_left .news_img .data span{
    font-family: 'SourceHanSansSC-Regular';
	font-size: 12px;
	color: #ffffff;
}
.Home_news .news_bottom .news_left .p1 a{
    width: 460px;
	font-size: 20px;
	color: #222527;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 55px;
    margin-left: 18px;
}
.Home_news .news_bottom .news_right{
    float: right;
    /* margin-right: 30px; */
    width: 48%;
}
.Home_news .news_bottom .news_right .news_img{
    display: inline-block;
}
.Home_news .news_bottom .news_right .news_img .hidd{
    overflow: hidden;
}
.Home_news .news_bottom .news_right .news_img:hover img{
    transform: scale(1.1);
}
.Home_news .news_bottom .news_right .news_right_text{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.Home_news .news_bottom .news_right .news_right_text .p1{
	font-size: 12px;
	color: #888888;
    height: 40px;
    line-height: 40px;
}
.Home_news .news_bottom .news_right .news_right_text .p2{
    width: 239px;
	font-size: 16px;
	color: #222527;
    margin-top: 15px;
}
.Home_news .news_bottom .news_right .news_right_text .p2 a{
    color: #222527;
}
.Home_news .news_bottom .news_right .news_right_text .p3{
    width: 252px;
	font-size: 14px;
	color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 7px;
}
.Home_news .news_bottom .news_right .news_right_bottom{
    margin-top: 80px;
}
.Home_news .news_btn{
    font-size: 16px;
	color: #049ad5;
    width: 160px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 19px;
	border: solid 1px #00acef;
    text-align: center;
    line-height: 40px;
    margin: 80px auto;
    clear: both;
}
.Home_news .news_btn:hover{
	color: white;
    background-color: #049ad5;
    cursor: pointer;
}
/* 新闻栏结束 */

/* 地图开始 */
.Home_msg{
    width: 100%;
    height: 460px;
    position: relative;
}
.Home_msg #allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin:0;
    font-family:"微软雅黑";
    background-color: #00acef;
}
.Home_msg #allmap .BMap_bubble_title{
    font-size: 16px;
    color: #222527;
}
.Home_msg #allmap .BMap_bubble_content{
    font-size: 15px;
    color: #222527;
}
.Home_msg .input_msg{
    /* height: 240px; */
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translate(-600px);
    padding: 40px 30px;
}
.Home_msg .input_msg span{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #a8a6a4;
    line-height: 40px;
}
.Home_msg .input_msg .form-group-top .item{
    width: 30%;
    display: inline-block;
    border-bottom: 1px solid #e9e1db;
}
.Home_msg .input_msg .form-group-top .item:nth-of-type(2),
.Home_msg .input_msg .form-group-top .item:nth-of-type(3){
    margin-left: 30px;
}
.Home_msg .input_msg input{
    width: 80%;
    height: 40px;
    outline: none;
    border: none;
}
.Home_msg .input_msg .form-group-bottom{
    margin-top: 20px;
}
.Home_msg .input_msg .form-group-bottom .item{
    width: 96%;
    border-bottom: 1px solid #e9e1db;
}
.Home_msg .form-group-btn {
    margin-top: 20px;
}
.Home_msg .form-group-btn button{
    width: 160px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 19px;
	border: solid 1px #00acef;
    color: #00acef;
	font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.Home_msg .form-group-btn button[type="reset"]{
    margin-left: 20px;
}
/* 地图结束 */

/* 底部开始 */
.footer{
    background-color: #222527;
    /* height: 600px; */
    padding-top: 154px;
}
.footer .auto-container{
    display: flex;
}
.footer dd a{
	font-size: 14px;
	color: #ffffff;
	line-height: 1.8;
}
.footer dd a:hover{
    color: #00acef;
}
.footer dt{
	font-size: 16px;
	color: #aaaaaa;
    margin-bottom: 30px;
}
.footer .content{
    /* width: 29%; */
}
.footer .product{
    margin-top: 46px;
    /* width: 32%; */
}
.footer .product .product_box{
    display: flex;
}
.footer .product .product_box div{
    width: 50%;
}
.footer .application{
    margin-top: 46px;
    /* width: 13%; */
}
.footer .contact{
    margin-top: 46px;
    /* width: 13%; */
}
.footer .ewm{
    margin-top: 46px;
    text-align: end;
}
.footer .ewm dt{
    text-align: center;
}
.footer .content dd div{
    display: inline-block;
}
.footer .content dd span{
    font-family: 'SourceHanSansSC-Regular';
    font-size: 14px;
    color: #ffffff;
    line-height: 32px;
    vertical-align: middle;
    margin-left: 5px;
}
.footer .content dd:nth-of-type(5){
    /* margin-left: 30px; */
    /* margin-top: 30px; */
    margin: 30px;
}
.footer .content dd:nth-of-type(5) div{
    margin-left: 15px;
}
.footer .content dd:nth-of-type(5) div:nth-of-type(1){
    margin-left: 0px;
}

.footer .friends_links{
    margin-top: 70px;
    line-height: 50px;
    border-top: 1px solid #0a0a0a;
}
.footer .friends_links span{
    font-size: 16px;
	color: #aaaaaa;
}
.footer .friends_links a{
	font-size: 14px;
	color: #ffffff;
    margin-left: 5%;
}
.footer .friends_links a:nth-of-type(1){
    margin-left: 0px;
}

.footerbar{
    background-color: #00acef; 
    height: 50px;
    line-height: 50px;
}
.footerbar p a{
    font-size: 14px;
	color: #ffffff;
    float: left;
}
.footerbar p:nth-of-type(2){
    float: right;
}
/* 底部结束 */
.Home_list .sort_right .choose .bottom_choose .choose_box img{
    display: none;
}
.Home_list .sort_right .choose .bottom_choose .choose_box img.active{
    display: block;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .Home_list .sort_right .choose .bottom_choose .choose_box {
        width: unset;
        height: 340px;
        float: left;
        /*margin-left: 1% !important;*/
    }
    .choose_item{padding:5px;}
    .Home_news .news_bottom .news_left .p1 a{width:unset;}
    .site-head .site-header header .slogan{margin-left:-25px;}
}