/*
 * @Author: mayli 
 * @Date: 2020-12-21 14:11:24 
 * @Last Modified by: mayli
 * @Last Modified time: 2021-09-27 15:45:24
 */
 /*  */
 body{
	min-width: 1300px;
 }
 .page{
	min-height: 100vh;
 }
 /* 颜色值 */
 .lan{
	color: #3d80ff;
 }
 .red{
	color: #e84949;
 }
 .huang{
	color: #FF8B3D;
 }
 .cheng{
	color: #EE6552;
 }
 /* 顶部导航 */
.navtop{
	width: 100%;
	height: 70px;
	padding: 0 80px 0 96px;
	color: #ffffff;
	font-size: 18px;
	line-height: 70px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	position: relative;
}
.navtop.scroll{
	min-width: 1200px;
}
.navtop .logo{
	/* width: 177px; */
	width: 200px;
	height: 70px;
	position: relative;
}
.navtop .logo .tu{
	width: 100%;
	/* height: 38px; */
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.navtop .navlist .item{
	float: left;
	/* padding: 0 25px; */
	font-size: 16px;
	margin: 0 15px;
}
.navtop .navlist .item:hover{
	cursor: pointer;
}
.navtop .navlist .item.haserji{
	position: relative;
	padding-right: 18px;
}
.navtop .navlist .item.haserji::after{
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-width: 6px 6px  0;
	border-style: solid;
	border-color: #FFFFFF transparent transparent;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.navtop .navlist .item.active{
	/* color: #5073FF;
	border-bottom: 2px solid #5073FF; */
	line-height: 68px;
	color: #FFFFFF;
	border-bottom: 2px solid rgba(255,255,255,.6);
}
.navtop .navlist .item.hot{
	position: relative;
}
.navtop .navlist .item.hot::after{
	content: "";
	display: block;
	width: 28px;
	height: 24px;
	background: url(./../images/hot.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	top: 6px;
	right: -20px;
}
.navtop .navlist .item.fire{
	position: relative;
}
.navtop .navlist .item.fire::after{
	content: "";
	display: block;
	width: 22px;
	height: 24px;
	background: url(./../images/fire.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	top: 6px;
	right: -22px;
}
.navtop .loginwrap{
	padding-left: 70px;
	font-size: 14px;
}
.navtop .loginwrap .seclogo{
	padding: 25px 25px 0 0;
}
.navtop .loginwrap .item{
	float: left;
	/* padding: 0 25px; */
	padding-right: 25px;
}
.navtop .loginwrap .item:last-child{
	padding-right: 0;
}

/* 有搜素的顶部 */
.topwrap{
	width: 100%;
	height: auto;
	/* background: #3860F4; */
	background: #3d81ff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.topwrap .search_wrap{
	padding: 40px 0;
}
.search{
	width: 934px;
	background: rgba(255,255,255,.1);
	position: relative;
	border-radius: 27px;
}
.search .van-cell{
	padding: 0;
	color: #FFFFFF;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	background: rgba(255,255,255,.1);
	border-radius: 27px;
}
.search .van-cell::after{
	border: 0 none;
}
.search .van-field__control{
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 100px 0 20px;
}
.search .icon_search{
	position: absolute;
	width: 27px;
	height: 27px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: url(./../images/icon_search.png) no-repeat center;
	background-size: 100% auto;
	cursor: pointer;
}
.search ::-webkit-input-placeholder { /* WebKit browsers */
	color: #FFFFFF !important;
}
.search ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #FFFFFF !important;
}
.search :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #FFFFFF !important;
}
.search_wrap .cate{
	padding-bottom: 26px;
}
/* 搜索右侧 */
.search_wrap .publish{
	padding-top: 10px;
}
.search_wrap .publish .item{
	width: 108px;
	height: 38px;
	border: 1px solid #FFFFFF;
	border-radius: 19px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	margin-right: 20px;
}
.search_wrap .publish .item:last-child{
	margin-right: 0;
}
/* 页面配置的导航背景 */
.topwrap.setbg{
	background: transparent;
}
/* 版心宽度 */
.container{
	width: 1200px;
	margin: 0 auto;
}
/* 更多 */
.page .more{
	color: #3D80FF;
	line-height: 44px;
    position: relative;
}
.page .more::after{
	content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #3D80FF;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
}
/* 主题样式 */
.page .theme .titletu{
	height: 26px;
	width: auto;
}
.page .theme .desc{
	/* font-size: 16px; */
	font-size: 18px;
}
.page .theme .titletext{
	font-size: 36px;
}
/* 底部nav */
.navbottom{
	/* width: 1920px; */
	background: #161733;
	color: #DDDDDD;
	position: relative;
	z-index: 12;
}
.navbottom .container{
	padding-top: 50px;
}
.navbottom .logo{
	width: 270px;
	height: 28px;
	background: url(./../images/logo_text.png) no-repeat center;
	background-size: 100% 28px;
}
.navbottom .tel_wrap{
	padding-top: 16px;
	font-size: 16px;
}
.navbottom .tel_wrap .tel{
	padding-top: 10px;
	font-size: 23px;
}
.navbottom .wechat{
	padding-top: 23px;
}
.navbottom .wechat .tu{
	width: 96px;
	height: 96px;
	/* background: rgba(255,255,255,.1); */
	margin-right: 28px;
}
.navbottom .wechat .tu:last-child{
	margin-right: 0;
}
.navbottom .nav_t_r{
	/* padding-left: 80px; */
}
.navbottom .navlist .item{
	width: 160px;
	font-size: 16px;
	padding-bottom: 20px;
	margin-left: 40px;
}
.navbottom .nav_b{
	border-top: 1px solid rgba(255,255,255,.1);
	color: #999999;
	font-size: 14px;
}
.navbottom .nav_b .container{
	padding: 20px 0;
}
.navbottom .nav_b .flexaround{
	display: flex;
    align-items: center;
    justify-content: space-around;
}
.navbottom .nav_b .tips{
	/* padding-left: 42px; */
}
.navbottom .nav_b .beianhao{
	text-align: center;
}
.navbottom .nav_b .beianhao a{
	color: #999999;
}
/* 清样式 */
.page .van-cell{
	padding: 0 !important;
}
/* 分页 */
.fenye_wrap{
	position: relative;
	height: 92px;
    padding: 30px 0;
}
.fenye_wrap .fenye{
	font-size: 14px;
	color: #7083a6;
	height: 32px;
	line-height: 32px;
	/* position: absolute;
	left: 50%;
	transform: translateX(-50%); */
	width: 1200px;
    margin: 0 auto;
}
.fenye .item{
	width: 32px;
	height: 32px;
	text-align: center;
	margin-left: 30px;
	border-radius: 4px;
}
.fenye .item.active{
	background: #3d80ff;
	color: #FFFFFF;
}
.fenye .next{
	margin-left: 30px;
}
.fenye .skipto{
	margin-left: 30px;
}
.fenye .van-field{
	width: 75px;
	height: 30px;
	border: 1px solid #dee1ea;
	border-radius: 4px;
	margin: 0 10px;
}
.fenye .van-cell{
	color: #7083a6 !important;
	line-height: 32px !important;
}
.fenye .van-field__control{
	color: #7083a6 !important;
	text-align: center !important;
}
.fenye .skipto .btn{
	width: 70px;
	height: 30px;
	border: 1px solid #dee1ea;
	border-radius: 4px;
	text-align: center;
	margin-left: 20px;
	cursor: pointer;
}
/* 顶部导航 固定 页面留位置 */
.page{
	padding-top: 70px;
}
/* hover状态 */
.tab:hover,.item:hover,.more:hover,.prev:hover,.next:hover{
	cursor: pointer;
}
/* 底部导航改版 */
.navbottom .wechat .tu{
	/* width: 140px;
    height: 140px; */
	width: 100px;
    height: 100px;
}
.navbottom .wechat .text{
	/* width: 140px; */
	width: 100px;
	font-size: 14px;
	/* color: #FFFFFF; */
	padding-top: 10px;
	text-align: center;
}
.navbottom .navlist{
	margin-left: 40px;
}
.navbottom .navlist .list_wrap .list:not(:last-child){
	margin-right: 20px;
}
.navbottom .navlist .item{
	width: auto;
	margin-left: 0;
	padding-bottom: 30px;
}
.navbottom .navlist .item .text{
	color: #DDDDDD;
	/* width: 120px; */
}
.navbottom .navlist .name{
	/* font-size: 18px; */
	font-size: 20px;
	color: #FFFFFF;
	padding-bottom: 30px;
}
/* 全屏 */
.page.fullview{
	padding: 0;
}
/* 单独配置导航颜色 */
.navtop.setnavcolor{
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.navtop.setnavcolor .navlist .item.active{
	color: #FFFFFF;
	border-bottom: 2px solid #ffffff;
}
/* 测试版 */
.banben{
	display: none;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background:#668dff;
}
/* banner里包含搜索 */
.banner.havesearch{
	/* position: relative; */
	background: url(./../images/chengguo/banner.png) no-repeat bottom center;
	background-size: cover;
}
.havesearch .search_wrap{
	/* position: absolute;
	top: 110px;
	left: 50%;
	transform: translateX(-50%); */
	padding-top: 110px;
	padding-bottom: 24px;
}
.search_wrap .cate{
	width: 1200px;
    margin: 0 auto;
}
.topwrap.setbg.untransparent{
	background: #3860F4;
}
/* 翻页 */
.van-pagination__item{
	height: 32px !important;
	min-width: 32px !important;
	border-radius: 4px;
	font-size: 14px;
	color: #7083a6 !important;
	margin-left: 26px;
	float: left;
}
.van-pagination__item::after{
	border: 0 none !important;
}
.van-pagination__item--active{
	background: #3d80ff !important;
    color: #FFFFFF !important;
}
/* 遮罩 */
.van-overlay{
	background-color: rgba(0,0,0,.3) !important;
}
/* 二级加展开效果 */
.navtop .navlist .item.haserji .erji{
	position: absolute;
    background: #fff;
    color: #000;
    min-width: 90px;
    text-align: center;
    line-height: 40px;
}
/* 20210128 */
.page_home .tietu .tu{
	vertical-align: bottom;
}
/* tabs */
.van-tabs,.van-tabs--line .van-tabs__wrap{
	height: 100% !important;
}
.van-tabs__wrap--scrollable .van-tabs__nav--complete{
	padding: 0 !important;
}
.van-tabs__nav{
	background: transparent !important;
}
.van-tabs--line{
	padding: 0 !important;
}
.van-tabs__nav{
	display: block !important;
}
.van-tab{
	padding: 0 !important;
	float: left;
	height: 100%;
	color: #000000 !important;
	/* font-size: 16px !important; */
	font-size: 18px !important;
}
.van-tab--active{
	color: #3D80FF !important;
}
/* tab栏 右侧 */
.page .untab{
	height: 100%;
	padding-top: 15px;
}
.page .untab .publish{
	width: 105px;
	height: 38px;
	border: 1px solid #3D80FF;
	border-radius: 19px;
	font-size: 16px;
	color: #3D80FF;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
}
/* 复选框 */
/* 新年 */

.topwrap.nian .navtop{
	background: url(./../images/nian_nav.jpg) no-repeat center;
	background-size: cover;
	height: 68px;
}
/* 分类样式 start*/
.page .cate{
	padding-top: 15px;
}
.page .type .catelist{
	max-width: 720px;
}
.page .type .catelist.limit {
	max-width: 720px;
}
.catelist .van-tab{
	min-width: 75px;
    height: 26px;
	font-size: 14px !important;
    color: #667aa0 !important;
    text-align: center;
    line-height: 26px;
    margin-left: 10px;
    background: #f1f6ff;
    border-radius: 13px;
	margin-bottom: 16px;
}
.catelist .van-tab--active{
	color: #3D80FF !important;
}
.catelist .van-tabs__line{
	display: none;
}
.type .cate{
	position: relative;
}
.type .cate .showmore{
	color: #3D80FF;
	cursor: pointer;
	position: absolute;
	bottom: 16px;
	right: 0;
}
.catelist .van-tab .van-tab__text{
	padding: 0 10px;
}
/* 分类样式 end */
/* button样式 start */
.van-button{
	padding: 0 !important;
	border: 0 none !important;
	height: unset !important;
}
/* button样式 end */
/* 输入框 */
.van-cell::after{
	border: 0 none !important;
}
/* 分类 */
.type .cate .name .space_single{
	padding-right: 10px;
}
.type .cate .name .space{
	padding-right: 30px;
}
/* 蓝色版 */
.navtop{
	/* padding-right: 40px; */
}
.navtop .loginwrap{
	font-size: 14px;
	padding-left: 0;
}
.navtop .loginwrap .item{
	padding-right: 0;
}
.navtop .loginwrap .item.line{
	position: relative;
}
.navtop .loginwrap .item.line::after{	
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background: #fff;
	float: left;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.navtop .loginwrap .item{
	padding-right: 10px;
}
.navtop .loginwrap .item:last-child{
	padding-left: 10px;
}
.navtop .searwrap{
	width: 50px;
	height: 50px;
	margin: 10px 0 0;
	/* background: rgba(255,255,255,.2); */
	position: relative;
	cursor: pointer;
}
.navtop .searwrap .search_icon{
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
}
.searcon{
	width: 515px;
	min-height: 70px;
	/* background: #263848; */
	position: fixed;
	top: 0;
	/* right: 170px; */
	right: 0;
}
.searcon .searcon_top{
	color: #263848;
	background: #FFFFFF;
}
.searcon .van-cell{
	height: 70px;
	padding: 0 80px 0 30px;
	background: transparent;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.searcon .van-field__body{
	height: 100%;
}
.searcon .van-field__control{
	color: rgba(38,56,72,1);
}
.searcon .searlist{
	color: #fff;
	padding: 10px 18px 20px 30px;
}
.searcon .searlist .name{
	font-size: 16px;
	padding-top: 14px;
}
.searcon .searlist .quyu{
	width: 370px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding: 10px 0;
}
.searcon .searlist .quyu::after{
	border: 0 none
}
.searcon .searlist .quyu .quyu_item{
	width: 25%;
	padding-top: 4px;
}
.searcon .searcon_top{
	position: relative;
}
.searcon .searcon_top .icon_search{
	width: 40px;
	height: 70px;
	background: url(./../images/icon_search_hei.png) no-repeat center;
	background-size: 18px 18px;
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
}
.searcon .search_cate{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	height: 70px;
	background: #222536;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.searcon .search_cate .list{
	display: flex;
	align-items: center;
}
.searcon .search_cate .list .item{
	padding: 0 20px;
	position: relative;
    height: 70px;
    display: flex;
    align-items: center;
}
.searcon .search_cate .list .item.active::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-bottom: 10px solid #FFFFFF;
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.searcon .search_cate .close{
	cursor: pointer;
}
/*  */
.search_wrap .publish{
	margin-left: 30px;
}
/* 底部 */
.navbottom .nav_t{
	/* padding-top: 40px; */
	padding-bottom: 20px;
}
.navbottom .footernav{
	font-size: 18px;
	color: #DDDDDD;
}
.navbottom .footernav .item::after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 14px;
	background: rgba(255,255,255,.1);
	margin: 0 30px;
}
.navbottom .footernav .item:last-child:after{
	display: none;
}
.navbottom .zuoce .lianjie{
	width: 800px;
	padding-top: 60px;
	font-size: 16px;
	color: rgba(221,221,221,.6);
}
.navbottom .zuoce .lianjie .name{
	font-size: 20px;
	color: #ffffff;
}
.navbottom .zuoce .lianjie .item{
	display: inline-block;
	padding-top: 10px;
	padding-right: 30px;
	color: rgba(221,221,221,.6);
}
/* .navbottom .zuoce .lianjie .item .itemlink{
	color: rgba(221,221,221,.6);
} */
.navbottom .youce{
	text-align: right;
	font-size: 16px;
	color: rgba(221,221,221,.6);
}
.navbottom .youce .tel{
	font-size: 22px;
	color: #DDDDDD;
}
.navbottom .youce .erweima{
	margin-top: 30px;
}
.navbottom .youce .erweima .item{
	width: 120px;
	cursor: unset;
}
.navbottom .youce .erweima .item .tu{
	width: 90px;
	height: 90px;
	margin: 0 auto;
}
.navbottom .youce .erweima .item .text{
	padding-top: 4px;
	font-size: 14px;
	text-align: center;
}
/* tag标签 */
.van-tag{
	margin-top: 4px;
	margin-left: 10px;
	cursor: unset;
}
/* 企业工商table */
.company-table{
	/* margin: 0 auto; */
    border: 1px solid #e5ebf5;
    width: 1030px;
    min-height: 100px;
    table-layout: fixed;
    word-wrap: break-word;
    border-collapse: collapse;
}
.company-table tbody td {
    text-align: center;
    border: 1px solid #e5ebf5;
    color: #6b7788;
    font-size: 14px;
    padding: 11px 14px;
    box-sizing: border-box;
    line-height: 24px;
}
.company-table tbody .td1 {
    width: 170px;
    background: #f5f9ff;
}
.company-table tbody .table-regCapital-lable {
    width: 250px;
}
.company-table tbody .td3 {
    width: 170px;
    background: #f5f9ff;
}
.company-table tbody .table-paidinCapital-lable {
    width: 249px;
}
/* 数字翻滚 */
.srollwrap{
	display: flex;
	align-items: center;
	justify-content: center;
}
.srollwrap .unit{
	padding-left: 5px;
	margin-top: 10px;
}
.srollwrap .content .box{
	color: rgb(61, 128, 255);
    font-size: 36px;
    /* line-height: 40px;
    height: 40px; */
    font-weight: bold;
}
/* 生态 数字翻滚 */
.shengtai .srollwrap{
	display: block;
}
.shengtai .srollwrap .plus{
	/* position: absolute;
	top: 0;
	right: 0; */
}
.shengtai .srollwrap .content .box{
	font-weight: normal;
	font-size: 40px;
}
/* 联系我们 */
.van-overlay{
	z-index: 1000 !important;
}
.contactus{
	width: 720px !important;
	height: 325px;
	background: #ffffff;
	/* border-radius: 10px !important;
	position: fixed;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
}
.contactus .contactus_l{
	width: 330px;
	height: 325px;
	background: url(./../images/contact/bg.png) no-repeat center;
	background-size: 100% auto;
}
.contactus .contactus_r{
	width: 390px;
	height: 100%;
	position: relative;
}
.contactus .contactus_r .close_wrap{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
}
.contactus .contactus_r .close_wrap .close{
	width: 20px;
	height: 20px;
}
.contactus .contactus_r .wechat{
	display: block;
	width: 180px;
	height: 180px;
	margin: 70px auto 0;
}
.contactus .contactus_r .text{
	font-size: 16px;
	text-align: center;
}
/* 知产服务 查看更多 */
.page_zhichan .zhengce .more_wrap{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 20px;
}
.page_zhichan .zhengce .more{
	max-width: 100px;
	text-align: right;
	cursor: pointer;
}
/*  */
@media screen and (max-width: 1200px){
	.navtop .navlist .item{
		margin: 0 10px;
	}
	.searcon{
		right: 0;
	}
}