@charset "utf-8";
/* CSS Document */

.menu_product li a:hover .block{ display:block;}
.menu_service li a:hover .block{ display:block;}
.w1200{width:1200px; margin:0 auto;}
/*导航栏*/
.header_bg .menu_box{
    display: none;
    position: absolute;
    left:0;
    top:80px;
    right: 0;
    background: #fff;
    z-index: 9;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    border-top:1px solid #eee;
    padding-bottom: 70px;
}

.header_bg .menu_box_sub{
    display: none;
    position: absolute;
    left:-20px;
    right: -15px;
    background: #fff;
    padding:10px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 99;
}

.header_bg{
    border-bottom: 1px solid #eee;
    position: fixed;
    left:0;
    top:0;
    right: 0;
    z-index: 9999;
    background: #fff;
}
.header{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    flex-shrink: 0;
    width: 200px;
}
.logo img{
    display: block;
    width: 100%;
}

.head_login{
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.head_login a{
    font-size: 16px;
    color: #333333;
    padding:0 20px;
    height: 35px;
    line-height: 35px;
}
.head_login a.hover{
    background: #3178FE;
    border-radius: 3px;
    color:#fff;
    margin-left: 10px;
}
.language{
    flex-shrink: 0;
    width: 60px;
    position: relative;
    margin-right: 10px;
}
.language dt{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    line-height: 48px;
    height: 80px;
    cursor: pointer;
}
.language dt strong{
    padding-right: 5px;
}
.language dd{
    display: none;
    position: absolute;
    left:-20px;
    top:80px;
    right: -10px;
    background: #fff;
    padding:10px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 99;
}
.language dd a{
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color:#333;
}
.language dd a:hover{
    background: #eee;
    color: #0084FD;
}


.menu{
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    padding:0 35px 0 35px;
	height:80px;
}
.menu_item{
    padding:0 5px;
}

.menu_item.fa .menu_product{width:520px;}
.menu_item.fa li strong{ margin-bottom:0;}
.menu_item.case li strong{ margin-bottom:0;}
.menu_item.fa ul{ padding-bottom:60px;}
.menu_item.fa .menu_ad{margin-top:30px;}

.menu_item.gap50 .menu_ad{height:auto;border-radius: 5px;}
.menu_item:nth-child(3) .menu_ad{margin-top:35px;}
.menu_item:nth-child(4) .menu_ad div{border-radius:6px;overflow:hidden;}
.menu_item:nth-child(5) .menu_ad div{border-radius:6px;overflow:hidden;}
.menu_item:nth-child(6) .menu_box{padding-bottom:200px;}

.menu_item.gap50 .menu_ad .text{background: #f4f9ff;}
.menu_item.gap50 .menu_ad .text span{width: 40%;margin: 5px 0;text-align: center;background: #dbedfe;padding: 5px 20px;font-size: 12px;color: #3178FE;}
.menu_item.gap50 .menu_ad .text div{display:flex;flex-wrap:wrap;justify-content: space-evenly;}
.menu_item.gap50 .menu_ad .icon_nav{height:80px;display: flex;background: #f4f9ff;align-items: center;justify-content:space-evenly; margin-bottom:100px}
.menu_item.gap50 .menu_ad .icon_nav img{width: 22px;height: 22px;margin-top: 0;margin-right: 5px;}
.menu_item.gap50 .menu_ad .icon_nav p{line-height:normal;background:none;font-size:22px;text-align: justify;font-weight:bold;padding: 0;}
.menu_item.gap50 .menu_ad .icon_nav .con:nth-child(1) p{color:#6bcdc4;line-height: 1;}
.menu_item.gap50 .menu_ad .icon_nav .con:nth-child(1) p span{color:#6bcdc4;}
.menu_item.gap50 .menu_ad .icon_nav .con:nth-child(2) p{color:#0081fa;line-height: 1;}
.menu_item.gap50 .menu_ad .icon_nav .con:nth-child(2) p span{color:#0081fa}
.menu_item.gap50 .menu_ad .icon_nav p span{font-size:14px;line-height: 1;}
.menu_item.gap50 .menu_ad .icon_nav span{font-size:12px;color: #808082;}
.menu_item.gap50 .menu_ad .icon_nav .con{display:flex;align-items: flex-start;}
.menu_item.gap50 .menu_ad img{ height:150px; background:#ebf2f8; }
.menu_item.gap50 .menu_ad p{line-height:50px;font-size: 14px;font-weight: bold; background: #F4F9FF; padding-left:20px;}
.menu_item.gap50 .menu_ad .text a{margin-left:6%; font-size:14px; line-height:40px; color:#3178FE}
.menu_item.gap50 .menu_ad .text span a{ line-height:1;}

.menu_item.fa .menu_product ul{ display:flex;}
.menu_item.fa .menu_product ul div{width:260px;}

.menu_name{
    display: block;
    color:#333;
    line-height: 80px;
	height:80px;
	display:flex;
	align-items:center;
}
.menu_name strong{
    font-size: 16px;
    line-height: 50px;
    padding-right: 5px;
    font-weight:revert-layer;
}
.menu_item.hover .menu_name{
    color: #0084FD;
}

.relative{
    position: relative;
}

.menu_box_sub a{
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color:#333;
}
.menu_box_sub a:hover{
    background: #eee;
    color: #0084FD;
}


.menu_box_flex{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.menu_item.gap50 .menu_box_flex{justify-content:flex-start; gap:50px;}

.menu_news{
    width: 260px;
    box-sizing: border-box;
	background:none;
}
.menu_news h3{font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #eee;
    line-height: 55px;
	font-weight:bold;
	line-height: 1;
	padding: 35px 0;
}
.menu_news li{
    padding: 20px 0 0 0;
	border-bottom:none;
	}
.menu_news li a{
    font-size: 12px;
    color: #808082;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.menu_news li p{
    font-size: 13px;
    color: #626367;
    line-height: 22px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.menu_ad{
    width: 260px;
	margin:0;
}

.menu_ad h3{
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #eee;
    line-height: 55px;
	font-weight:bold;
}
.menu_ad ul{margin-top:20px;}
.menu_ad ul img{ height:150px; border-radius:5px;}
.menu_ad ul p{ font-size:14px; font-weight:bold; margin-top:20px; line-height:1}
.menu_ad ul span{ font-size:12px; color:#999; margin-top:20px; display:block; line-height:1}
.menu_ad ul div{margin-top:20px;border: 1px solid #0084FD;width:100px;padding:5px 15px;text-align:center;color: #0084FD;border-radius: 5px;}


.menu_product{
    flex-shrink: 0;
    width: 260px;
}
.menu_product h3{
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #eee;
    line-height: 1;
    margin-bottom: 20px;
    padding: 35px 0;
}

.menu_product .list{display:flex;}
.menu_product .list div{width:260px;}
.menu_product .bottom li{margin-bottom: 10px;}
.menu_product .bottom .blue strong{color:#0084FD;}
.w520{ width:520px;}
.menu_product p{
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
}
.menu_product li a{
    color:#333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 71px;
    padding:0 20px;
}
.menu_product li a:hover{
    background: #ebf5ff;
    border-radius: 3px;
}
.menu_product li a:hover strong{
    color: #0084FD;
}
.menu_product li img{
    width: 23px;
    height: 23px;
    flex-shrink: 0;
    margin-right: 15px;
}
.menu_product li p{
    width: 100%;
}
.menu_product li strong{
    display: block;
	font-weight:revert-layer;
    font-size: 14px;
    color: #333333;
    line-height: 1;

}
.menu_product li span{
    display: block;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    line-height: 1;
	margin-top:10px
}
a.all_menu{
    display: block;
    font-size: 14px;
    color: #0084FD;
    line-height: 42px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.menu_service{
    flex-shrink: 0;
    width: 260px;
}
.menu_service h3{
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #eee;
    line-height: 1;
    margin-bottom: 20px;
    padding: 35px 0;
}
.menu_ad h3{margin-bottom: 20px; padding:35px 0; line-height:1;}
.menu_box h3 a b{font-weight:revert-layer;}
.menu_product li{margin-bottom:10px;}
.menu_service li{
    font-size: 15px;
    color: #808082;
    line-height: 24px;
	padding-bottom:0;
	margin-bottom: 10px;
}
.menu_service li span{
display: block;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    line-height: 1;
	margin-top:10px
}
.menu_service li img{ width:23px; height:23px;}
.menu_service li a{
    color: #808082;
    display:flex;
    height: 71px;
}
.menu_service li a:hover{
    color: #0084FD;
    background: #ebf5ff;
}
.menu_service li strong{
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 1;
}
.menu_service li strong a{
    color:#333;
}
.menu_service li i{
    font-style: normal;
    font-size: 12px;
    padding:0 5px;
}
.language {
	display: flex;
	width: auto;
	margin-right: 0
}
.language dt {
	line-height: normal;
	height: auto;
	position:relative;
}
.language .a {
	padding: 0;
	border: solid 1px #ccccce;
	margin: 10px 5px;
	border-radius: 3px;
	background: linear-gradient(#0084fd, #0084fd) repeat-y;
	background-size: 0 100%;
	transition: all .5s;
	color: #333;
	width: 90px;
	text-align:center;
	height: 35px;
	line-height: 35px;
}
.language dt:hover .a{
	background-size: 100% 100%;
	border: solid 1px #0084fd;
	color: #fff;
}
.language dt{height:80px;}
.language .gd{top: 100%;text-align:justify;left: 50%;transform: translateX(-50%);display: none;position: absolute;background: #fff;padding:10px;width: 90px;box-shadow: 0 0 10px rgba(0,0,0,0.2);z-index: 99;text-align: center;}
.language .gd a:hover{color:#0084FD;}
.language .gd a{line-height:25px;}
.language:hover dt .gd{ display:block; }


.wap_header_none.wap_none, .wap_header.wap_none, .wap_menu_box.wap_none{ display:none;}
.menu_product li a:hover span{}
.menu .menu_item:nth-child(3) li a{ height:48px;}
.menu .menu_item:nth-child(4) li a{ height:48px;}
.menu .menu_item:nth-child(5) li a{ height:48px;}
.menu .menu_item:nth-child(6) li a{ height:48px;}

@media screen and  (max-width: 768px){
.wap_header_none.wap_none{ display:block;}
.wap_header.wap_none{position: fixed;
    left:0;
    top:0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding:0 20px;
    border-bottom: 1px solid #eee;
    background: #fff;
    z-index: 999;}

.wap_logo{width:140px;}
.wap_header span a {
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.wap_menu_btn{
    background: url('https://www.tendata.cn/images/ico_m.png') no-repeat center center;
    background-size: cover;
}
.wap_menu_btn.hover{
    background: url('https://www.tendata.cn/images/ico_close.png') no-repeat center center;
    background-size: cover;
}
.menu_item .menu_box{ display:none;}

.menu_name{height:50px;}

.menu_name .menu_product p{ font-size:15px;}
.menu_service li a{ height:60px;}
.menu_service p{font-weight: bold; font-size: 14px; color: #333333; line-height: 40px; padding-left:10px;}
.menu_service li{margin:0}
.menu_item.kf .menu_box .menu_service li a{height:40px; color:#333;}
.menu_service{margin-bottom:0;}
.menu_product h3{line-height:40px;}
.menu_service h3{line-height:40px;}
.wap_menu .menu_item .menu_box .flex{display: flex;flex-direction:column}
.wap_menu .menu_item .menu_box .flex a{line-height: 40px;}
.wap_menu_box .wap_language{ display: flex;justify-content:space-evenly; margin-top:20px;}
.wap_menu_box .wap_language a{font-weight: bold;padding: 5px 10px;	border: 1px solid #ccc;	width: 100px;text-align: center; border-radius: 5px;}
.wap_menu_box .wap_login{ display: flex;justify-content:space-around;}
.wap_menu_box .wap_login a{font-weight: bold;padding: 5px 10px;	border: 1px solid #ccc;	width: 100px;text-align: center; border-radius: 5px;}



}