﻿/* CSS Document */
/*公用*/
*{margin:0;padding:0;}
html,body{-webkit-text-size-adjust:none;max-width: 750px;margin: 0 auto;}
body{font-size:14px;color:#333; font-family:PingFang SC, PingFang SC,Helvetica,"微软雅黑";background: #f6f6f6;
	box-sizing: border-box;
	padding-top: 70px;
}
ol li,ul li{list-style-type:none; vertical-align:middle;}
img{border:none;vertical-align:middle;}
input{vertical-align:middle;}
font{font-size:12px;}
table{border-collapse: collapse;border-spacing: 0;}
h1,h2,h3,h4,h5,h6,strong{font-weight:normal;}
a{text-decoration:none;}

.transition{transition:all .3s;}
.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
/* 公共头尾 */
.header{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	height: 70px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding:0 20px;
}
.menu_ico{
	width: 32px;
	height: 32px;
	background: no-repeat center center url('../images/menu_bar.png');
	background-size: 100% 100%;
}
.menu_ico.hover{
	background: no-repeat center center url('../images/menu_close.png');
	background-size: 100% 100%;
}
.menu{
	display: none;
	position: fixed;
	left: 0;
	top: 70px;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(255,255,255,1);
	box-sizing: border-box;
	padding:0 20px;
}
.menu li{
	margin-top: 24px;
}
.menu li strong{
	display: block;
	font-weight: 500;
	font-size: 15px;
	color: #000000;
	line-height: 22px;
	background: no-repeat center right url('../images/ico_down.png');
}
.menu li strong a{
	color: #000000;
}
.menu li.hover strong{
	background: no-repeat center right url('../images/ico_up.png');
}
.menu li span{
	display: block;
	font-weight: 500;
	font-size: 15px;
	color: #000000;
	line-height: 22px;
}
.menu li span a{
	color: #000000;
}
.menu li.hover span{
}
.menu p{
	display: none;
	padding:0 10px;
}
.menu p a{
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #595959;
	line-height: 20px;
	margin-top: 15px;
}
.menu li.hover p{
	display: block;
}
/*  */
.footer{
	background: #fff;
	padding:30px 24px 20px;
}
.footer_logo{
	padding-bottom: 20px;
}
.footer_copy{
	font-size: 14px;
	color: #595959;
	line-height: 20px;
	padding-top: 10px;
}
.footer_copy p{
	margin-top: 6px;
}
.footer_nav{
	border-bottom: 1px solid #D9D9D9;
	padding:16px 0;
}
.footer_nav h3{
	font-weight: 500;
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	background: no-repeat center right url('../images/ico_down.png');
}
.footer_nav.hover h3{
	background: no-repeat center right url('../images/ico_up.png');
}
.footer_nav ul{
	display: none;
}
.footer_nav li{
	margin-top: 15px;
}
.footer_nav li a{
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #595959;
	line-height: 20px;
}
.footer_nav.hover ul{
	display: block;
}

/* 首页 */
.tiga_banner{
    width: 100%;
    height: 640px;
    background: url('../images/bg_p1.jpg') no-repeat;
    background-size: cover;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.tiga_banner h3{
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
	letter-spacing: 2px;
	text-shadow: 0px 1px 1px #10235E;
}
.tiga_banner ul{
    padding:10px 24px 0;
}
.tiga_banner li{
    width: 100%;
    border-radius: 4px 4px 4px 4px;
    box-sizing: border-box;
    padding:20px 20px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    background: rgba(0,0,0,0.2);
    backdrop-filter: blur(6px); 
	margin-top: 20px;
}

.hot_bg1{
    background: url('../images/bg_p2.jpg') no-repeat center center;
}
.iot_bg1{
    background: url('../images/bg_p3.jpg') no-repeat center center;
}

.hot_banner .swiper-slide{
    width: 100%;
    height:640px;
    background-size: cover;
}
.iot_banner .swiper-slide{
    width: 100%;
    height: 640px;
    background-size: cover;
}
.iot_plan{
    width: 100%;
    height: 640px;
    margin: 0 auto;
    background-size: cover;
    color:#fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
	padding:0 24px 60px;
}
.iot_plan h3{
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    padding:15px 0;
}
.iot_plan p{
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}
.iot_plan .line_more{
    width: 200px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 22px;
    text-align: center;
    line-height: 44px;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    margin-top: 30px;
}

.solution li{
    position: relative;
}
.solution li img{
    width: 100%;
}
.solution_info{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color:#fff;
    text-align: center;
    box-sizing: border-box;
    padding:40px 24px;
}
.solution_info h3{
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 32px;
}
.solution_info p{
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 15px;
}

.earth{
    width: 100%;
    height: 640px;
    background: url('../images/bg_p4.jpg') no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    padding:60px 0;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: flex-end;
}
.earth h3{
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}
.earth p{
    padding:15px 24px 0;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.about{
    width: 100%;
    height: 640px;
    background: url('../images/bg_p5.jpg') no-repeat center center;
    background-size: cover;
}
.about h3{
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    padding-top: 45px;
}
.about p{
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
	padding:15px 24px 0;
}
.about ul{
    padding: 20px 24px;
}
.about li strong{
    display: block;
    font-weight: 600;
    font-size: 35px;
    color: #FFFFFF;
    line-height: 48px;
    margin-top: 30px;
}
.about li span{
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 10px;
}

.news{
    background: #F5F5F5;
}
.news ul{
    padding:10px 24px 0;
    box-sizing: border-box;
}
.news li{
    width: 100%;
	margin-top: 20px;
}
.news li img{
    display: block;
    width: 100%;
    font-size: 0;
    border-radius: 10px;
}
.news li p{
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.news li span{
    display: block;
    font-size: 15px;
    color: #42464E;
    line-height: 22px;
    margin-top: 10px;
}
/* 产品list */
.banner_title{
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	padding-bottom: 120px;
}
.banner_title2{
    width: 100%;
    height: 640px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner_title_text{
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
    letter-spacing: 3px;
    text-shadow: 0px 1px 1px #333;
    text-align: center;
	padding:0 24px;
}
.banner_title_text2{
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
    letter-spacing: 3px;
    text-shadow: 0px 1px 1px #333;
    text-align: center;
	padding:130px 24px 0;
}
/*  */
.product_side{
    padding:24px;
}
.product_side h3{
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
}
.product_side li{
    border-bottom: 1px solid #D9D9D9;
	padding:20px 0;
}
.product_side li strong{
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    line-height: 22px;
    position: relative;
}
.product_side li strong::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url('../images/ico_plus.png') no-repeat center center;
    background-size: 100% 100%;
}
.product_side li.hover strong::after{
    background: url('../images/ico_minus.png') no-repeat center center;
    background-size: 100% 100%;
}

.product_side li p{
    display: none;
	margin-top: 10px;
}
.product_side li p a{
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    line-height: 22px;
    padding:10px 14px;
}
.product_side li p a:hover,.product_side li p a.hover{
    color: #E50012;
}
.product_side li.hover p{
    display: block;
}

.product_cont{
    width: 100%;
	box-sizing: border-box;
	padding:0 24px;
}
.product_title h3{
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 26px;
	margin-top: 10px;
}
.product_title p{
    font-size: 15px;
    color: #42464E;
    line-height: 22px;
    margin-top: 5px;
}
.product_list{

}
.product_list li{
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    box-sizing: border-box;
    padding:15px 15px 25px;
    position: relative;
    margin-top: 15px;
}
.product_list li h3{
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    line-height: 24px;
    margin-top: 15px;
}
.product_list li p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 5px;
}
.product_list li span{
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    margin-top: 20px;
}
.product_list li b{
    font-size: 20px;
}
.product_list li .prod_more{
    position: absolute;
    right: 15px;
    bottom: 20px;
    display: block;
    width: 108px;
    height: 36px;
    border-radius: 20px;
    border: 1px solid #10235E;
    font-size: 15px;
    color: #10235E;
	line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 产品详情 */
.site{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #9E9E9E;
    line-height: 20px;
	padding: 25px 24px;
}
.site span{
    display: block;
    padding:0 5px;
    line-height: 10px;
}
.site a{
    font-weight: 500;
    font-size: 12px;
    color: #181818;
    line-height: 20px;
}
.prod_swiper{
	padding:0 24px
}
.prod_swiper .swiper{
	--swiper-pagination-color: #000;
}
/*  */
.prod_cont{
    padding:0 24px;
}
.prod_info{
	margin-top: 30px;
}
.prod_info h3{
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}
.prod_info strong{
    display: block;
    font-weight: 500;
    font-size: 17px;
    color: rgba(0,0,0,0.7);
    line-height: 24px;
    margin-top: 10px;
}
.prod_info p{
    font-size: 15px;
    color: #595959;
    line-height: 22px;
    margin-top: 15px;
}
.prod_info .link_down{
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    line-height: 24px;
    text-decoration-line: underline;
    margin-top: 15px;
}
.prod_info .link_btn{
    display: block;
    height: 44px;
    background: #10235E;
    border-radius: 99px 99px 99px 99px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    margin-top: 25px;
}
.prod_ul{
    margin-top: 40px;
}
.prod_ul_item{
    border-bottom: 1px solid #D9D9D9;
    transition: all 0.3s;
	padding:10px 0;
}
.prod_ul_item.hover{
    background: #FFFFFF;
    border-radius: 8px;
}
.prod_ul_item h3{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    position: relative;
    padding: 10px 15px;
}
.prod_ul_item h3::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 26px;
    height: 26px;
    transform: translate(-50%,-50%);
    background: url('../images/ico_plus.png') no-repeat center center;
    background-size: 100% 100%;
}
.prod_ul_item.hover h3::after{
    background: url('../images/ico_minus.png') no-repeat center center;
    background-size: 100% 100%;
}
.prod_ul_item.hover h3{
   
}
.prod_ul_item ul{
    display: none;
    padding:0 15px 15px;
    
}
.prod_ul_item ul li{
    font-size: 14px;
    color: #555;
    line-height: 22px;
    position: relative;
    box-sizing: border-box;
    padding-left: 16px;
}
.prod_ul_item.hover ul{
    display: block;
}
.prod_ul_item ul li::after{
    content: '';
    position: absolute;
    left: 4px;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
}

/* 解决方案 */
.solution_side{
    padding:0 24px 10px;
}
.solution_side h3{
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    border-bottom: 1px solid #D9D9D9;
	padding: 30px 0 15px;
}
.solution_side ul{
    padding:10px 0;
}
.solution_side li a{
    display: block;
    padding:7px 0;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    line-height: 22px;
}
.solution_side li a.hover{
    color: #E50012;
}
/*  */
.solution_item{
    background: #FFFFFF;
    border-radius: 12px;
    margin-top: 24px;
    overflow: hidden;
}
.solution_item .img{
	display: block;
    width: 100%;
}
.solution_item_info{
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 24px;
}
.solution_item_info h3{
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    line-height: 24px;
	margin-top: 20px;
}
.solution_item_info p{
    font-size: 15px;
    color: #42464E;
    line-height: 24px;
    margin-top: 10px;
}
.solution_item_btn{
    display: block;
    width: 108px;
    border-radius: 99px 99px 99px 99px;
    border: 1px solid #10235E;
    font-size: 15px;
    color: #10235E;
    line-height: 36px;
    text-align: center;
    margin-top: 15px;
}
.solution_item_btn:hover{
    color:#fff;
    background: #10235E;
}

/* 解决方案-详情 */
.solu_detail{

}
.solu_detail_info{
    padding: 40px 24px 0;
	text-align: center;
}
.solu_detail_info h3{
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 40px;
}
.solu_detail_info p{
    font-weight: 400;
    font-size: 15px;
    color: #42464E;
    line-height: 24px;
    margin-top: 15px;
}
.solu_info_btn{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0 30px;
}
.solu_info_btn a{
    display: block;
    width: 40%;
    height: 44px;
    border-radius: 99px 99px 99px 99px;
    border: 1px solid #10235E;
    font-weight: 500;
    font-size: 15px;
    color: #10235E;
    line-height: 44px;
    text-align: center;
}
.solu_info_btn a.hover{
    color:#fff;
    background: #10235E;
}
.solu_detail_ph{
	display: block;
	width: 100%;
}
/*  */
.solu_intr{
    color: #fff;
    box-sizing: border-box;
    padding: 30px 24px 60px;
	background: #000;
	text-align: center;
}
.solu_intr .img{
	display: block;
	width: 100%;
    border-radius: 15px;
}
.solu_intr h3{
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
	margin-top: 25px;
}
.solu_intr p{
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 15px;
}
/*  */
.worth{
    width: 100%;
    height: 640px;
    background: url('../images/bg_p6.jpg') no-repeat center center;
    background-size: cover;
	text-align: center;
	box-sizing: border-box;
	padding: 0 24px 80px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
}
.worth h3{
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
}
.worth p{
    font-weight: 400;
    font-size: 15px;
    color: #ddd;
    line-height: 24px;
    margin-top: 15px;
}
/*  */
.advantage{
    margin: 0 auto;
    padding:50px 0 0;
}
.adva_title{
    text-align: center;
}
.adva_title h3{
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 34px;
}
.adva_title p{
    font-weight: 400;
    font-size: 15px;
    color: #42464E;
    line-height: 24px;
    margin-top: 10px;
}
.adva_list{
    padding:0 24px;
}
.adva_list li{
	text-align: center;
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    box-sizing: border-box;
    padding:24px 20px 24px;
    margin-top: 15px;
}
.adva_list li strong{
    display: block;
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    line-height: 24px;
    margin-top: 15px;
}
.adva_list li b{
    display: block;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 40px;
    margin-top: 20px;
}
.adva_list li img{
    display: block;
	margin: 0 auto;
	width: 48px;
	height: 48px;
}
.adva_list li p{
    font-weight: 400;
    font-size: 15px;
    color: #42464E;
    line-height: 22px;
    margin-top: 8px;
}
.adva_cont{
	padding: 0px 24px 40px;
}
.solu_list{
	padding:0 24px;
}
.solu_list li{
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin-top: 15px;
    overflow: hidden;
    box-sizing: border-box;
    padding:24px 24px 32px;
}
.solu_list li img{
    display: block;
    width: 100%;
}
.solu_list li h3{
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
    margin-top: 20px;
}
.solu_list li p{
    font-weight: 400;
    font-size: 20px;
    color: #42464E;
    line-height: 28px;
    margin-top: 8px;
}
.solu_list li .btn{
    display: block;
    width: 136px;
    border-radius: 99px 99px 99px 99px;
    border: 2px solid #10235E;
    font-weight: 400;
    font-size: 18px;
    color: #10235E;
    line-height: 44px;
    text-align: center;
    margin-top: 24px;
}
.solu_help{
    width: 100%;
    height: 280px;
    background: #10235E;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color:#fff;
	box-sizing: border-box;
	padding:0 30px;
}
.solu_help h3{
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
}
.solu_help p{
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 15px;
	text-align: center;
}
.solu_help .btn{
    width: 120px;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
}
/* about */
.about_tit{
	padding:60px 24px 20px;
}
.about_tit h3{
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 34px;
    text-align: center;
}
.about_tit p{
    font-weight: 400;
    font-size: 15px;
    color: #42464E;
    line-height: 22px;
    text-align: center;
    margin-top: 12px;
}

.about_us_info{
    margin: 0 24px;
    background: url('../images/bg_p7.jpg') no-repeat center top;
    border-radius: 10px;
    box-sizing: border-box;
    padding:270px 15px 30px;
	box-sizing: border-box;
	background-size: 100% auto;
}
.about_us_info h3{
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
}
.about_us_info p{
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 15px;
}

.about_ys{
    padding:0 24px;
}
.about_ys li{
    background: #FFFFFF;
    border-radius: 12px;
    box-sizing: border-box;
    padding:20px 20px;
	margin-top: 15px;
	text-align: center;
}
.about_ys li strong{
    display: block;
    font-weight: 600;
    font-size: 27px;
    color: #000000;
    line-height: 35px;
    margin-top: 15px;
}
.about_ys li img{
    display: block;
	margin: 0 auto;
}
.about_ys li p{
    font-weight: 400;
    font-size: 17px;
    color: #42464E;
    line-height: 24px;
    margin-top: 8px;
}
/*  */
.hexin_list{
	padding:0 24px;
}
.hexin_list li{
    position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 15px;
}
.hexin_list li img{
    display: block;
    width: 100%;
}
.hexin_list li div{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    color:#fff;
    text-align: center;
    box-sizing: border-box;
    padding:30px 15px;
}
.hexin_list li h3{
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 32px;
}
.hexin_list li p{
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 12px;
}
/*  */
.rongyu{
    position: relative;
	margin: 0 24px;
}
.rongyu::after{
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    bottom: 0;
    width: 15px;
    background: rgba(16,35,94,0.1);
    border-radius: 99px 99px 99px 99px;
}
.rongyu li{
    margin-left: 40px;
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
	margin-top: 15px;
}
.rongyu li:first-child{
	margin-top: 0;
}
.rongyu li i{
    position: absolute;
    left:-40px;
    top: 100px;
    display: block;
    width: 16px;
    height: 16px;
    background: #10235E;
    border-radius: 10px;
}
.rongyu li img{
    display: block;
    width: 100%;
	border-radius: 10px 10px 0 0;
}
.ry_info{
    background: #fff;
    width: 100%;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
    padding: 20px 15px;
}
.ry_info span{
    display: block;
    width: 64px;
    height: 32px;
    background: #10235E;
    border-radius: 32px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    color: #FFFFFF;
}
.ry_info p{
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    line-height: 24px;
    margin-top: 12px;
}
/*  */
.fazhan{
	padding: 0 24px;
}
.fazhan li{
    margin-top: 15px;
    background: #FFFFFF;
    border-radius: 12px;
	overflow: hidden;
}
.fazhan li:first-child{
    margin: 0;
}
.fazhan li img{
    display: block;
    width: 100%;
}

.fazhan_text{
    box-sizing: border-box;
    width: 100%;
    padding:20px 15px;
}
.fazhan_text h3{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}
.fazhan_text p{
    font-weight: 400;
    font-size: 15px;
    color: #42464E;
    line-height: 22px;
    margin-top: 7px;
}
.quanqiu{
	margin: 0 24px;
	position: relative;
}
.quanqiu div{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	box-sizing: border-box;
	padding:20px 30px 40px;
	text-align: center;
}
.quanqiu strong{
	display: block;
	font-weight: 600;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 40px;
}
.quanqiu p{
	font-size: 15px;
	color: #FFFFFF;
	line-height: 26px;
	margin-top: 15px;
}

.kehu{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
	padding:0 24px;
}
.kehu li{
    width: 30%;
    height: 45px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}
.kehu li img{
    display: block;
    width: 100%;
    height: 45px;
    object-fit: cover;
}
/*  */
.fengc{
	padding:0 24px;
}
.fengc_item{
	margin-top: 15px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
}
.fengc_item:first-child{
	margin: 0;
}
.fengc_item div{
	padding:20px 15px;
}
.fengc_item h3{
	font-weight: 500;
	font-size: 17px;
	color: #000000;
	line-height: 24px;
}
.fengc_item p{
	font-size: 15px;
	color: #42464E;
	line-height: 24px;
	margin-top: 7px;
}
/*  */
.join_cont{
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding:20px;
    height: 100%;
}
.join_title{
	position: relative;
	box-sizing: border-box;
	padding-right: 40px;
}
.join_title::after{
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background: no-repeat url('../images/ico_down.png');
	background-size: 100% 100%;
}
.join_title h3{
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
}
.join_title p{
    font-weight: 400;
    font-size: 15px;
    color: #42464E;
    line-height: 22px;
    margin-top: 7px;
}
.join_info h3{
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    line-height: 22px;
    margin-top: 20px;
}
.join_info p{
    font-weight: 400;
    font-size: 15px;
    color: #42464E;
    line-height: 22px;
    margin-top: 10px;
}
.join_btn{
    padding:20px 0 5px;
}
.join_btn a{
    display: inline-block;
    width:110px;
    border-radius: 99px;
    border: 1px solid #10235E;
    font-size: 14px;
    color: #10235E;
    line-height: 36px;
    text-align: center;
}
.join_box{
	display: none;
	border-top:1px solid #ddd;
	margin-top: 17px;
}
.join_cont.hover .join_box{
	display: block;
}
.join_cont.hover .join_title::after{
	background: no-repeat url('../images/ico_up.png');
	background-size: 100% 100%;
}
/*  */
.banner_title_uwb{
    width: 100%;
    height: 640px;
    background-size: cover;
    text-align: center;
    background-position: center center;
}
.banner_title_uwb h3{
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
    text-shadow: 0px 2px 0px #10235E;
    text-align: center;
    padding-top: 120px;
	letter-spacing: 3px;
}
.banner_title_uwb p{
    font-weight: 600;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 24px;
    text-shadow: 0px 2px 0px #10235E;
    text-align: center;
    margin-top: 15px;
	letter-spacing: 3px;
}
.why_uwb{
    width: 100%;
    height: 640px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	box-sizing: border-box;
	padding:40px 24px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
}
.why_uwb h3{
	width: 100%;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 40px;
	text-align: center;
}
.why_uwb h4{
	width: 100%;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 40px;
	text-align: left;
}
.why_uwb p{
	width: 100%;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 15px;
}
.why_uwb strong{
    display: block;
	width: 100%;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 15px;
    font-weight: bold;
	text-align: left;
}
.why_uwb ul{
    width: 100%;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 10px;
}
.why_uwb li{
    padding-left: 20px;
    position: relative;
}
.why_uwb li::after{
    content: '';
    position: absolute;
    left:5px;
    top:50%;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    background: #fff;
    border-radius: 50%;
}
/*  */
.detail_list{
    padding:0 24px;
}
.detail_list li{
    border-radius: 10px;
    background: #fff;
    margin-top: 15px;
    overflow: hidden;
}
.detail_list li:first-child{
    margin-top: 0;
}
.detail_list li img{
	display: block;
	width: 100%;
}
.detail_list li div{
    width: 100%;
    box-sizing: border-box;
    padding:20px 15px;
}
.detail_list li h3{
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    line-height: 24px;
}
.detail_list li p{
    font-size: 15px;
    color: #555;
    line-height: 22px;
    margin-top: 7px;
}
/*  */
.down_contact{
    height: 280px;
    background: #10235E;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.down_contact h3{
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 40px;
}
.down_contact p{
    margin-top: 10px;
}
.down_contact p a{
    display: block;
    font-size: 15px;
    color: #eee;
    line-height: 22px;
    text-align: center;
    text-decoration-line: underline;
	margin-top: 5px;
}
/*  */
.contact_us{
    padding:0 24px;
}
.contact_us li{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	background: #FFFFFF;
	border-radius: 12px;
	margin-top: 15px;
	box-sizing: border-box;
	padding:20px 15px;
}
.contact_us li img{
	flex-shrink: 0;
    display: block;
	width: 54px;
	height: 54px;
	margin-right: 12px;
}
.contact_us li div{
	width: 100%;
}
.contact_us li strong{
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}
.contact_us li p{
    font-weight: 400;
    font-size: 16px;
    color: #42464E;
    line-height: 22px;
	margin-top: 7px;
}
/*  */

.contact_need{
    background: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    padding:20px 20px;
	margin: 0 24px;
}
.contact_need_tit{
    display: flex;
    align-items: flex-end;
}
.contact_need_tit h3{
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    margin-right: 10px;
}
.contact_need_tit b{
    font-size: 13px;
    color: #E50012;
    line-height: 20px;
}
.contact_need_tit span{
    font-size: 13px;
    color: #42464E;
    line-height: 20px;
}
.contact_form{

}
.contact_form li{
    position: relative;
}
.contact_form_name{
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    padding:15px 0 8px;
}
.contact_form_name b{
    color: #E50012;
}
.btn_code{
    position: absolute;
    right: 2px;
    bottom: 2px;
    height: 40px;
    font-weight: 500;
    font-size: 13px;
    color: #10235E;
    line-height: 40px;
    border:none;
    background: #fff;
    border-radius: 15px;
    padding:0 15px;
}
.contact_form li .input{
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #E2E8F0;
    box-sizing: border-box;
    padding:0 15px;
    font-size: 14px;
	outline: none;
}
.contact_form_checkbox{
    width: 100%;
    margin-top: 20px;
	font-size: 13px;
	display: flex;
	align-items: flex-start;
}
.contact_form_checkbox label{
    display:inline-flex;
    align-items: center;
    color: #333;
}
.contact_form_checkbox input{
	flex-shrink: 0;
    margin-right: 5px;
	margin-top: 3px;
}
.contact_form_checkbox span{
    color: #64748B;
}
.check_link{
	flex-shrink: 0;
    color: #10235E;
}
.contact_form_btn{
	padding:15px 0 10px;
}
.contact_form_btn button{
    width: 100%;
    height: 44px;
    background: #10235E;
    border-radius: 99px 99px 99px 99px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    border:none;
}

.xuqiu_mask{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.xuqiu_box{
    display: none;
    position: fixed;
    left: 24px;
    top: 90px;
	right: 24px;
	bottom: 30px;
    z-index: 81;
    background: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    padding:20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow: auto;
}

/* ------- */
.bgff{
    background: #fff;
}
.bgf5{
    background: #F5F5F5;
}
.bg00{
    background: #000;
}
.mt15{
	margin-top: 15px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}

/* swiper */
.home_swiper_bullet{
    display: inline-block;
    width: 50px;
    height: 3px;
    background: rgba(255,255,255,0.5);
}
.home_swiper_bullet_active{
    background: #fff;
}
.home_swiper .swiper-pagination{
    bottom: 20px !important;
}
xm-select > .xm-label .scroll .label-content{
    padding:5px 15px !important;
}