@charset "utf-8";
/* common start */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,select{
    margin:0;
    padding:0;
}
ol,ul{
    list-style:none;
}
table{
    border-collapse:collapse;
}
* html .clearfix{
    height:1%;
}
h1,h2,h3,h4,h5,h6,em,i{
    font-style:normal;
    font-weight:normal;
}
a{
    cursor:pointer;
    text-decoration:none;
}
a:hover{
    outline:none;
}
img{
    border:0px none;
    display: inline-block;
    vertical-align:top;
}
input,button,textarea,select{
    *font-size:100%;
    outline:none;
    vertical-align:middle;
	font-family : Arial,"Helvetica Neue",Tahoma,PingFangSC-Regular,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
}
input{
    border:0 none;
    vertical-align:middle;
    outline:none;
    background:none;
}
input:-moz-placeholder {
    color:#777777;
    opacity:1;
}

input::-moz-placeholder {
    color:#777777;
    opacity:1;
}

input:-ms-input-placeholder{
    color:#777777;
    opacity:1;
}

input::-webkit-input-placeholder{
    color:#777777;
    opacity:1;
}
textarea:-moz-placeholder {
    color:#777777;
    opacity:1;
}

textarea::-moz-placeholder {
    color:#777777;
    opacity:1;
}

textarea:-ms-input-placeholder{
    color:#777777;
    opacity:1;
}

textarea::-webkit-input-placeholder{
    color:#777777;
    opacity:1;
}
select{
    vertical-align:middle;
}
.fl{
    float:left!important;
}
.fr{
    float:right!important;
}
.animate{
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.cl{
    clear:both;
    font-size:0px;
    height:0px;
    line-height:0px;
}
.clearfix:before,.clearfix:after{
    content:"";display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    zoom:1;
}
.txt_center{
    text-align:center!important;
}
.txt_left{
    text-align:left!important;
}
.txt_right{
    text-align:right!important;
}
.ellipsis{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.ellipsis-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ellipsis-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ellipsis-4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.text_right{
	text-align: right;
}
.text_center{
	text-align: center;
}
.text_indent{
	text-indent: 2em;
}
@font-face {
	font-family: 'D-DIN';
	src: url("../fonts/D-DIN.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'D-DIN-Bold';
	src: url("../fonts/D-DIN-Bold.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'D-DIN-Medium';
	src: url("../fonts/D-DIN-Medium.otf");
	font-weight: normal;
	font-style: normal;
}
html{
	font-size: 100px;
}

@media (max-width: 1600px){
	html{
		font-size: 90px;
	}
}
@media (max-width: 1400px){
	html{
		font-size: 80px;
	}
}

body{
    font-size: 0.14rem;
    color: #111111;
    line-height: 1.5;
    font-family : Arial,"Helvetica Neue",Tahoma,PingFangSC-Regular,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
    background:#fff;
    min-width: 12rem;
	word-break: break-all;
}
.color_red{
    color: #EF5A3C !important;
}

.color_agreen{
    color: #444444 !important;
}

.color_agray{
	color: #999999 !important;
}
.wrapfix{
	width: 12rem;
	margin: 0 auto;
	position: relative;
}
.pc_website{
	display: block !important;
}
.h5_website{
	display: none !important;
}


@media (min-width: 1025px){
	/*定义滚动条高宽及背景*/
	::-webkit-scrollbar{
		width: 8px;
		height: 8px;
		background-color: transparent;
	}
	
	/*定义滚动条轨道*/
	::-webkit-scrollbar-track{
		-webkit-box-shadow: none;
		border-radius: 8px;
		background-color: transparent;
	}
	
	/*定义滑块*/
	::-webkit-scrollbar-thumb{
		border-radius: 8px;
		-webkit-box-shadow: none;
		background-color: #cccccc;
	}
}

/* common end */

/* home start */
.header_module{
	height: 0.9rem;
	position: relative;
	z-index: 301;
}
.header{
	display: block;
	background: #ffffff;
	box-shadow: 0 1px 0 #F1F1F1;
	padding-top: 0.15rem;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	transition: all 0.3s;
}
.mobile_header{
	display: none;
}
.header .wrapfix{
	width: 14rem;
}
.header > .wrapfix{
	height: 0.75rem;
	display: flex;
	align-items: center;
	position: static;
}
.header .logo{
	width: 2.24rem;
}
.header .logo a{
	display: block;
	height: 0.6rem;
	background: url(../images/logo.svg) no-repeat left center;
	background-size: 100% auto;
	transition: all 0.3s;
}
.header .nav_box{
	flex: 1;
	min-width: 0;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	box-sizing: border-box;
	padding-left: 0.6rem;
}
.header .nav_list{
	display: flex;
	flex: 1;
	min-width: 0;
	justify-content: space-between;
	padding-right: 0.3rem;
}
.header .nav_list > li{
	padding: 0;
}
.header .nav_list > li > a{
	display: block;
	padding: 0.25rem 0;
	line-height: 0.25rem;
	font-size: 0.16rem;
	font-weight: 500;
	color: #111111;
	position: relative;
	transition: all 0.3s;
}
.header .nav_list > li > a:hover{
	color: #355DED !important;
}
.header .nav_list > li > a .line{
	width: 100%;
	height: 0.02rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, #6B62FF 0%, #4A67FF 48.56%, #3F9AFB 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.header .nav_list > li.active > a{
	color: #355DED;
}
.header .nav_list > li > a:hover .line{
	opacity: 1;
	visibility: visible;
}
.header .header_search{
	margin-left: 0.2rem;
}
.h_login_btn{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.16rem;
	font-size: 0.16rem;
	color: #111111;
	height: 0.24rem;
	line-height: 0.24rem;
	transition: all 0.3s;
}
.h_user_box{
	margin-left: 0.16rem;
	position: relative;
}
.h_user_box .link{
	padding-right: 0.14rem;
	height: 0.24rem;
	position: relative;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABeSURBVDhPYxgFo2AwA33/+wJQJgbQD3+uAGUSB0AaTGPe3DeNemkAFYIDfaCYSezb+/rx73FaiBWADEM3FGaYafx7DIuIAsiGUmwYDMAMpYphMAA2lFqGjYIhDxgYAI0iMEOkgnSQAAAAAElFTkSuQmCC") no-repeat right center;
	background-size: 0.1rem;
	transition: all 0.3s;
}
.h_user_box .link .icon{
	display: inline-block;
	vertical-align: top;
	width: 0.24rem;
	height: 0.24rem;
	background: url(../images/login_icon.png) no-repeat center;
	background-size: 100%;
	transition: all 0.3s;
}
.h_user_box .layer{
	width: 1.47rem;
	position: absolute;
	top: 100%;
	left: -0.16rem;
	z-index: 301;
	padding-top: 0.35rem;
}
.h_user_box .layer .list{
	background: #ffffff;
	border-radius: 0.02rem;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.h_user_box .layer .list li a{
	display: block;
	padding: 0.1rem 0.16rem;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #355DED;
	transition: all 0.3s;
}
.h_user_box .layer .list li a img{
	vertical-align: top;
	margin-right: 0.06rem;
	height: 0.14rem;
	position: relative;
	top: 0.03rem;
}
.h_user_box .layer .list li a:hover{
	background: #fafafa;
}
.header_search{
	position: relative;
	min-height: 0.38rem;
}
.header_search .link{
	display: block;
	width: 0.38rem;
	height: 0.38rem;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid transparent;
	background: url(../images/search_icon.png) no-repeat center;
	background-size: 0.24rem;
	transition: all 0.3s;
}
.header_search .link.active{
	border-color: rgba(0, 0, 0, 0.2);
	background-color: rgba(0, 0, 0, 0.1);
}
.h_search_layer{
	width: 2.38rem;
	background: #ffffff;
	box-shadow: 0 4px 15px rgba(0,0,0,0.15);
	border-radius: 0.04rem;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 0.05rem;
	z-index: 301;
}
.query_layer{
	width: 100%;
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 50;
	margin-top: 0.02rem;
	overflow: auto;
	max-height: 2.8rem;
}
.query_list{
	padding: 0.05rem 0;
}
.query_list li{
	padding: 0.06rem 0.16rem;
	font-size: 0.14rem;
	line-height: 0.2rem;
	transition: all 0.3s;
	cursor: pointer;
}
.query_list li:hover{
	background: #F6F6F6;
}
.search_keyword{
	color: #355DED !important;
}
.h_search_layer .query_layer{
	position: relative;
	top: auto;
	margin-top: 0.1rem;
	box-shadow: none;
}
.h_search_box{
	height: 0.38rem;
	position: relative;
}
.h_search_box .t1{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 0.38rem;
	border: 0 none;
	font-size: 0.14rem;
	outline: none;
	background: none !important;
	padding: 0 0.4rem 0 0.16rem;
	color: #111111;
	transition: all 0.3s;
}
.header .top_box{
	box-sizing: border-box;
	height: 0.25rem;
	padding-top: 0.05rem;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #444444;
	transition: all 0.3s;
}
.header .top_box > .wrapfix{
	display: flex;
	justify-content: space-between;
}
.header .top_box .col_right{
	display: flex;
	align-items: center;
}
.header .top_box .cs_tel{
	display: inline-block;
	vertical-align: top;
	padding: 0.02rem 0.08rem;
	font-size: 0.14rem;
	line-height: 1;
	border: 1px solid #355DED;
	border-radius: 0.03rem;
	margin-left: 0.08rem;
	color: #355DED;
	transition: all 0.3s;
}
.h_cs_tel{
	margin-left: 0.24rem;
	display: flex;
	align-items: flex-end;
	font-size: 0.16rem;
	line-height: 0.2rem;
	color: #777;
	transition: all 0.3s;
}
.h_cs_tel .num{
	display: inline-block;
	/* width: 53px; */
	margin-left: 0.05rem;
	font-size: 0.24rem;
	line-height: 0.24rem;
	color: #355DED;
	font-weight: 700;
	/* font-family: 'D-DIN'; */
	font-style: oblique;
	transition: all 0.3s;
}
.header_module.home{
	height: 0;
}
.header_module.home .header{
	background: none;
	box-shadow: none;
}
.header_module.home .header .logo a{
	background-image: url(../images/logo_white.svg);
}
.header_module.home .header .nav_list > li > a{
	color: #ffffff;
}
.header_module.home .header .nav_list > li.active > a{
	color: #ffffff;
}
.header_module.home .header .h_login_btn{
	color: #ffffff;
}
.header_module.home .header .h_user_box .link{
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABPSURBVDhPYxgFo2Awg////wtAmRgAKKcAZRIHQBr+/ft3H0gbQIXgACQGlcNpIVaApBFuKDYxkgCyARQbBgMwg6hiGAzAXAjljoIRDhgYAFLqV5PwZRbAAAAAAElFTkSuQmCC");
}
.header_module.home .header .h_user_box .link .icon{
	background-image: url(../images/login_icon_white.png);
}

.header_module.home .header .header_search .link{
	background-image: url(../images/search_icon_white.png);
}
.header_module.home .header .header_search .link.active{
	border-color: rgba(255, 255, 255, 0.16);
	background-color: rgba(0, 0, 0, 0.52);
}
.header_module.home .header .h_cs_tel{
	color: #ffffff;
}
.header_module.home .header .h_cs_tel .num{
	color: #ffffff;
}
.header_module.home.active .header,
.header_module.home .header:hover{
	background: #ffffff;
	box-shadow: 0 1px 0 #F1F1F1;
}
.header_module.home.active .header .logo a,
.header_module.home .header:hover .logo a{
	background-image: url(../images/logo.svg);
}
.header_module.home.active .header .nav_list > li > a,
.header_module.home .header:hover .nav_list > li > a{
	color: #111111;
}
.header_module.home.active .header .nav_list > li.active > a,
.header_module.home .header:hover .nav_list > li.active > a{
	color: #355DED;
}
.header_module.home.active .header .h_login_btn,
.header_module.home .header:hover .h_login_btn{
	color: #111111;
}
.header_module.home.active .header.h_user_box .link,
.header_module.home .header:hover .h_user_box .link{
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABeSURBVDhPYxgFo2AwA33/+wJQJgbQD3+uAGUSB0AaTGPe3DeNemkAFYIDfaCYSezb+/rx73FaiBWADEM3FGaYafx7DIuIAsiGUmwYDMAMpYphMAA2lFqGjYIhDxgYAI0iMEOkgnSQAAAAAElFTkSuQmCC");
}
.header_module.home.active .header .h_user_box .link .icon,
.header_module.home .header:hover .h_user_box .link .icon{
	background-image: url(../images/login_icon.png);
}

.header_module.home.active .header .header_search .link,
.header_module.home .header:hover .header_search .link{
	background-image: url(../images/search_icon.png);
}
.header_module.home.active .header .header_search .link.active,
.header_module.home .header:hover .header_search .link.active{
	border-color: rgba(0, 0, 0, 0.2);
	background-color: rgba(0, 0, 0, 0.1);
}

.header_module.home.active .header .h_search_box .t1,
.header_module.home .header:hover .h_search_box .t1{
	border-color: #D9D9D9;
	color: #111111;
}
.header_module.home.active .header .h_search_box .t1::placeholder,
.header_module.home .header:hover .h_search_box .t1::placeholder{
	color: #777777;
}
.header_module.home.active .header .h_search_box .btn,
.header_module.home .header:hover .h_search_box .btn{
	background-image: url(../images/search_icon.png);
}
.header_module.home .header .top_box{
	color: #ffffff;
}
.header_module.home .header .top_box .cs_tel{
	color: #ffffff;
	border-color: #ffffff;
}
.header_module.home.active .header .top_box,
.header_module.home .header:hover .top_box{
	color: #444444;
}
.header_module.home.active .header .top_box .cs_tel,
.header_module.home .header:hover .top_box .cs_tel{
	color: #355DED;
	border-color: #355DED;
}
.header_module.home.active .header .h_cs_tel,
.header_module.home .header:hover .h_cs_tel{
	color: #777777;
}
.header_module.home.active .header .h_cs_tel .num,
.header_module.home .header:hover .h_cs_tel .num{
	color: #355DED;
}

.nav_subbox{
	background: #ffffff;
	border-top: 1px solid #E6E6E6;
	box-shadow: 0 0.05rem 0.1rem rgba(0,0,0,0.05);
	width: 100%;
	box-sizing: border-box;
	padding: 0.12rem 0 0.2rem;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 300;
}
.nav_sub_wrap{
	display: flex;
	flex-wrap: wrap;
}
.nav_sub_item{
	width: calc(50% - 0.2rem);
	margin-left: 0.4rem;
	padding: 0.15rem 0 0.2rem;
}
.nav_sub_item:nth-child(2n+1){
	margin-left: 0;
}
.nav_sub_item h5{
	font-size: 0.22rem;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 0.16rem;
	padding-bottom: 0.12rem;
}
.nav_sub_item h5 a{
	display: inline-block;
	vertical-align: top;
	color: #111;
	transition: all 0.3s;
}
.nav_sub_item .list li a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.2rem;
	padding: 0.1rem 0;
	color: #444;
	transition: all 0.3s;
}
.nav_sub_item .list,
.nav_sub_item .list.spel{
	display: flex;
	flex-wrap: wrap;
}
.nav_sub_item .list li,
.nav_sub_item .list.spel li{
	min-width: 33.333%;
	box-sizing: border-box;
	padding-right: 0.15rem;
}
.nav_sub_item a:hover{
	color: #355DED !important;
}
.nav_sub_wrap.bus{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.nav_sub_wrap.bus .nav_sub_item{
	width: calc(17% - 0.4rem);
	flex: 0 0 auto;
	float: left;
	margin-left: 0.4rem;
}
.nav_sub_wrap.bus .nav_sub_item:nth-child(1){
	margin-left: 0;
	width: 49%;
} 

.footer{
	position: relative;
	background: #F4F4F6;
	overflow: hidden;
	color: #777777;
}
.footer .wrapfix{
	width: 14rem;
}
.foot_topwrap{
	padding: 1rem 0 0.5rem;
	display: flex;
	justify-content: space-between;
}
.foot_csinfo{
	flex: 1;
	min-width: 0;
}
.foot_csinfo .tel_num .tit{
	font-size: 0.18rem;
	line-height: 0.25rem;
	margin-bottom: 0.15rem;
	color: #24272B;
	font-weight: 500;
}
.foot_csinfo .tel_num .num{
	font-size: 0.44rem;
	line-height: 0.52rem;
	font-weight: 700;
	color: #355DED;
	font-family: 'D-DIN';
}
.foot_csinfo .tel_num +.cont{
	margin-top: 0.12rem;
}
.foot_csinfo .cont{
	margin-top: 0.32rem;
	font-size: 0.16rem;
	line-height: 2;
}
.foot_link{
	display: flex;
}
.foot_link .item{
	margin-left: 0.6rem;
}
.foot_link .item h5{
	font-size: 0.18rem;
	line-height: 0.25rem;
	font-weight: 500;
	color: #24272B;
	margin-bottom: 0.15rem;
	white-space: nowrap;
}
.foot_link .item li a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 2;
	color: #444;
	transition: all 0.3s;
	white-space: nowrap;
}
.foot_link .item li a:hover{
	color: #24272B;
}
.foot_topwrap .qrcode_col{
	margin-left: 0.6rem;
}
.foot_topwrap .qrcode_col h5{
	font-size: 0.18rem;
	line-height: 0.25rem;
	font-weight: 500;
	color: #24272B;
	margin-bottom: 0.15rem;
}
.ft_qrcode_box{
	display: flex;
}
.ft_qrcode_box .item{
	width: 1.08rem;
	margin-left: 0.18rem;
	text-align: center;
}
.ft_qrcode_box .item:first-child{
	margin-left: 0 !important;
}
.ft_qrcode_box .item .pic{
	box-sizing: border-box;
	background: #ffffff;
	height: 1.08rem;
	padding: 0.04rem;
	border-radius: 0.04rem;
	margin-bottom: 0.08rem;
}
.ft_qrcode_box .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.ft_qrcode_box .item p{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #444;
}
.footer .copyright{
	border-top: 1px solid #E6E6E6;
	padding: 0.3rem 0 0.4rem;
	font-size: 0.14rem;
	line-height: 0.2rem;
	display: flex;
	align-items: center;
}
.footer .copyright .cont{
	flex: 1;
	min-width: 0;
}
.footer .copyright .cont a{
	color: #777777;
	transition: all 0.3s;
}
.footer .copyright .cont a:hover{
	color: #24272B;
}
.ft_lk_img{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.2rem;
}
.float_link{
	width: 0.44rem;
	position: fixed;
	right: 0.32rem;
	bottom: 0.32rem;
	z-index: 300;
}
.float_link ul li{
	margin-top: 0.02rem;
	position: relative;
	height: 0.44rem;
}
.float_link ul li:first-child{
	margin-top: 0 !important;
}
.float_link ul li a{
	display: block;
	height: 0.44rem;
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	background: #ffffff;
	border-radius: 0.04rem;
	box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.10);
}
.float_link ul li #back-top{
	background: #444444;
}
.float_link ul li a .icon{
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 0.04rem;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 0;
}
.float_link ul li .icon i{
	width: 0.3rem;
	height: 0.3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background: url(../images/float_icon.png) no-repeat center top;
	background-size: 100% auto;
}
.float_link ul li .icon i.float_01{
	background-position: center 0;
}
.float_link ul li .icon i.float_02{
	background-position: center -0.5rem;
}
.float_link ul li .icon i.float_03{
	background-position: center -1rem;
}
.float_link ul li .icon i.float_04{
	background-position: center -1.5rem;
}
.float_link ul li .icon i.float_05{
	background-position: center -2rem;
}
.float_link ul li a span{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 0.05rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-size: 0.12rem;
	line-height: 0.18rem;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.float_link ul li a:hover .icon{
	opacity: 0;
	visibility: hidden;
}
.float_link ul li a:hover span{
	opacity: 1;
	visibility: visible;
}
.float_link ul li a:hover{
	background: #DA251D !important;
}
.banner_box{
	width: 100%;
}
.banner_box,
.banner_box .swiper-container{
	height: 9.1rem;
	position: relative;
}
.banner_item{
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	background: #111111;
}
.banner_item img,
.banner_item video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.banner_item img{
	transition: all 10s;
}
.banner_box .swiper-slide.swiper-slide-active .banner_item img{
	transform: scale(1.15);
}
.banner_item .txt{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #ffffff;
	text-align: left;
	font-size: 0.18rem;
	line-height: 1.5;
}
.banner_item .txt .wrapfix{
	width: 14rem;
}
.banner_item .txt h2{
	font-size: 0.66rem;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 0.12rem;
	min-height: 1.5em;
}
.banner_item .txt p{
	letter-spacing: 0.04rem;
	text-transform: uppercase;
	min-height: 1.5em;
}
.banner_item .txt .btn{
	display: inline-block;
	vertical-align: top;
	padding: 0.07rem 0.2rem;
	border: 1px solid #ffffff;
	font-size: 0.16rem;
	line-height: 0.24rem;
	text-align: center;
	box-sizing: border-box;
	min-width: 1.36rem;
	margin-top: 0.6rem;
	border-radius: 0.4rem;
	color: #ffffff;
	transition: all 0.3s;
}
.banner_item .txt .btn:hover{
	background-color: #ffffff;
	color: #355DED;
}
.ban_nextbtn,
.ban_prevbtn{
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	transition: all 0.3s;
	opacity: 0.6;
}
.ban_nextbtn{
	right: 0.4rem;
}
.ban_prevbtn{
	left: 0.4rem;
}
.ban_nextbtn i,
.ban_prevbtn i{
	width: 100%;
	height: 100%;
	background: url(../images/ban_arrow.png) no-repeat center;
	background-size: 0.2rem auto;
	position: absolute;
	top: 0;
	left: 0;
}
.ban_prevbtn i{
	transform: rotate(180deg);
}
.ban_nextbtn.swiper-button-disabled,
.ban_prevbtn.swiper-button-disabled{
	opacity: 0.2 !important;
}
.ban_nextbtn:hover,
.ban_prevbtn:hover{
	opacity: 1;
}
.banner_box .swiper_pagination{
	width: 14rem;
	height: 0.06rem;
	font-size: 0;
	text-align: left;
	position: absolute;
	bottom: 0.52rem !important;
	left: 50%;
	transform: translateX(-50%);
	z-index: 50;
}
.banner_box .swiper_pagination span{
	display: inline-block;
	vertical-align: top;
	border-radius: 0 !important;
	width: 0.6rem;
	height: 0.06rem;
	background: #ffffff;
	opacity: 0.4;
	transition: all 0.3s;
	margin: 0 0 0 0.2rem;
}
.banner_box .swiper_pagination span:first-child{
	margin-left: 0 !important;
}
.banner_box .swiper_pagination span.swiper-pagination-bullet-active{
	opacity: 1;
}
.h5_ban_img{
	display: none !important;
}
.pc_ban_img{
	display: block !important;
}
.home_module .wrapfix{
	width: 14rem;
}
.home_mod_title{
	margin-bottom: 0.5rem;
	display: flex;
	align-items: flex-end;
}
.more_link{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #777;
	transition: all 0.3s;
}
.more_link:hover{
	color: #355DED;
}
.home_mod_title .more_link{
	margin-left: 0.28rem;
}
.home_mod_title h3{
	flex: 1;
	min-width: 0;
	text-align: left;
	font-size: 0.4rem;
	line-height: 0.56rem;
	font-weight: 500;
}
.home_mod_title h3 span{
	display: inline-block;
	vertical-align: top;
	padding-bottom: 0.13rem;
	position: relative;
}
.home_mod_title h3 span:before{
	content: '';
	width: 0.7rem;
	height: 0.03rem;
	background: linear-gradient(90deg, #6B62FF 0%, #4A67FF 48.56%, #3F9AFB 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.home_module.mod_01{
	padding: 1rem 0;
	background: #ffffff;
	position: relative;
	z-index: 50;
}
.hm_abouts_box{
	position: relative;
	min-height: 4.06rem;
	padding-right: 6.6rem;
	margin-top: 0.9rem;
}
.hm_abouts_box .pic{
	width: 6.2rem;
	padding: 0.3rem 0.3rem 0;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
	height: 6.2rem;
	position: absolute;
	bottom: 0;
	right: 0;
}
.hm_abouts_box .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hm_abouts_box h5{
	font-size: 0.52rem;
	line-height: 0.72rem;
	font-weight: 600;
	margin-bottom: 0.12rem;
}
.hm_abouts_box h5 span{
	display: inline-block;
	vertical-align: top;
	background: linear-gradient(90deg, #6B62FF 0%, #4A67FF 48.56%, #3F9AFB 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.hm_abouts_box .txt{
	text-align: left;
	font-size: 0.16rem;
	line-height: 1.5;
	color: #444;
}
.hm_abouts_box .txt p{
	margin-top: 0.12rem;
}
.hm_abouts_info{
	display: flex;
	margin-top: 0.6rem;
	background: url(../images/hm_about_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 0.46rem 0;
}
.hm_abouts_info .item{
	flex: 1;
	min-width: 0;
	text-align: center;
	position: relative;
}
.hm_abouts_info .item:before{
	content: '';
	width: 1px;
	background: #E6E6E6;
	position: absolute;
	top: 0.12rem;
	bottom: 0;
	left: 0;
}
.hm_abouts_info .item:first-child:before{
	display: none;
}
.hm_abouts_info .item .data{
	font-size: 0.6rem;
	line-height: 0.7rem;
	font-weight: 700;
	font-family: 'D-DIN';
}
.hm_abouts_info .item p{
	font-size: 0.18rem;
	line-height: 0.25rem;
	color: #777;
	margin-top: 0.12rem;
}
.hm_abouts_box .btn_wrap{
	text-align: left;
	margin-top: 0.5rem;
}
.more_button{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.24rem;
	padding: 0.08rem 0.2rem;
	text-align: center;
	background: linear-gradient(90deg, #6B62FF 0%, #3F9AFB 100%);
	color: #355DED;
	border-radius: 0.4rem;
	box-sizing: border-box;
	min-width: 1.36rem;
	transition: all 0.3s;
	position: relative;
	z-index: 5;
}
.more_button:before{
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background: #ffffff;
	border-radius: 0.4rem;
	z-index: -1;
	transition: all 0.3s;
}
.more_button:hover{
	color: #ffffff;
}
.more_button:hover:before{
	background: linear-gradient(90deg, #6B62FF 0%, #3F9AFB 100%);
}
.home_module.mod_02{
	padding: 0 0 1rem;
	background: #ffffff;
}
.hm_news_wrap{
	display: flex;
}
.hm_news_wrap .title{
	margin-bottom: 0.12rem;
	display: flex;
	align-items: center;
}
.hm_news_wrap .title h3{
	flex: 1;
	min-width: 0;
	font-size: 0.14rem;
	line-height: 0.2rem;
	font-weight: 500;
	color: #355DED;
}
.hm_news_wrap .row_1{
	flex: 1;
	min-width: 0;
	position: relative;
	overflow: hidden;
}
.hm_news_wrap .row_1 .pic{
	height: 5rem;
	overflow: hidden;
	position: relative;
}
.hm_news_wrap .row_1 .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s;
}
.hm_news_wrap .row_1 .pic:before{
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(7, 12, 21, 0.51) 67.31%, #0D172A 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	transition: all 0.3s;
}
.hm_news_wrap .row_1 .cont{
	box-sizing: border-box;
	padding: 0.5rem;
	width: 100%;
	position: absolute;
	top: 3.04rem;
	left: 0;
	z-index: 10;
	transition: all 0.3s;
}
.hm_news_wrap .row_1 .title{
	margin-bottom: 0.08rem;
}
.hm_news_wrap .row_1 .title h3{
	color: #ffffff;
}
.hm_news_wrap .row_2{
	flex: 1;
	min-width: 0;
	box-sizing: border-box;
	height: 5rem;
	margin-left: 0.4rem;
	padding: 0.5rem 0.5rem 0.2rem;
	background: url(../images/hm_dt_bg.jpg) no-repeat center;
	background-size: 100% 100%;
}
.hm_news_item{
	display: block;
	color: #ffffff;
	transition: all 0.3s;
	margin-top: 0.08rem;
}
.hm_news_item h5{
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hm_news_item h5 a{
	color: #ffffff;
	transition: all 0.3s;
}
.hm_news_item .txt{
	font-size: 0.16rem;
	line-height: 0.26rem;
	margin-top: 0.2rem;
	color: #ffffff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.hm_news_item .time{
	font-size: 0.16rem;
	line-height: 0.26rem;
	margin-top: 0.2rem;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.hm_news_item .btn_wrap{
	text-align: center;
	margin-top: 0.5rem;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.hm_news_item .more_button{
	background: none;
	border: 1px solid #ffffff;
	line-height: 0.22rem;
	color: #ffffff;
}
.hm_news_item .more_button:before{
	display: none;
}
.hm_news_item .more_button:hover{
	background: #ffffff;
	color: #355DED;
}
.hm_news_wrap .row_1:hover .pic img{
	transform: scale(1.1);
}
.hm_news_wrap .row_1:hover .pic:before{
	background: linear-gradient(90deg, #6B62FF 0%, #4A67FF 48.56%, #3F9AFB 100%);
	opacity: 0.9;
}
.hm_news_wrap .row_1:hover .cont{
	top: 0;
}
.hm_news_wrap .row_1:hover .hm_news_item{
	margin-top: 0.4rem;
}
.hm_news_wrap .row_1:hover .hm_news_item h5{
	-webkit-line-clamp: 3;
}
.hm_news_wrap .row_1:hover .hm_news_item .txt,
.hm_news_wrap .row_1:hover .hm_news_item .time,
.hm_news_wrap .row_1:hover .hm_news_item .btn_wrap{
	opacity: 1;
	visibility: visible;
}

.hm_news_list li{
	padding: 0.2rem 0;
	border-bottom: 1px solid #E6E6E6;
}
.hm_news_list li:last-child{
	border-bottom: 0 none;
}
.hm_news_list li .item{
	display: block;
	color: #111111;
}
.hm_news_list li .item h5{
	font-size: 0.2rem;
	line-height: 0.28rem;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: all 0.3s;
}
.hm_news_list li .item .time{
	font-size: 0.14rem;
	line-height: 0.2rem;
	margin-top: 0.08rem;
	color: #777;
}
.hm_news_list li .item:hover h5{
	color: #355DED;
}

.home_module.mod_03{
	padding: 0 0 0.4rem;
	background: url(../images/mod_bg02.png) no-repeat center bottom;
	background-size: cover;
	overflow: hidden;
}
.home_module.mod_03 .home_mod_title{
	margin-bottom: 0.48rem;
}
.fast_infobox{
	height: 6rem;
	position: relative;
}
.fast_infobox .item_li{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.fast_infobox .item_li .wrap{
	padding-top: 0.8rem;
}
.fast_infobox .item_li .row_01{
	width: 6rem;
	transition: all 0.5s;
	opacity: 0;
	transform: translateX(30%);
}
.fast_infobox .item_li .row_02{
	width: 6rem;
	transition: all 0.5s;
	opacity: 0;
	transform: translateX(30%);
}
.fast_infobox .item_li h5{
	font-size: 0.4rem;
	line-height: 0.56rem;
	font-weight: 600;
}
.fast_infobox .item_li .title{
	font-size: 0.6rem;
	line-height: 0.84rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
}
.fast_infobox .item_li .title strong{
	display: inline-block;
	vertical-align: top;
	background: linear-gradient(90deg, #6B62FF 0%, #4A67FF 48.56%, #3F9AFB 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
}
.fast_infobox .item_li .img{
	position: absolute;
	transition: all 0.5s;
	opacity: 0;
	transform: scale(0);
}
.fast_infobox .item_li .img img{
	display: block;
	width: 100%;
}
.fast_infobox .item_li:nth-child(1) .img{
	width: 7rem;
	top: 0;
	right: 1.24rem;
}
.fast_infobox .item_li:nth-child(2) .img{
	width: 2.8rem;
	top: 0;
	right: 2.4rem;
}
.fast_infobox .item_li:nth-child(3) .img{
	width: 6rem;
	top: 0;
	right: 1rem;
}
.fast_infobox .item_li .list{
	display: flex;
	flex-wrap: wrap;
}
.fast_infobox .item_li .list li{
	box-sizing: border-box;
	padding-left: 0.3rem;
	position: relative;
	margin-bottom: 0.14rem;
	margin-right: 0.37rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #111111;
}
.fast_infobox .item_li .list li:before{
	content: '';
	width: 0.23rem;
	height: 0.23rem;
	background: url(../images/fast_list_icon.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: -0.02rem;
	left: 0;
}
.fast_infobox .item_li .list li.w100{
	width: 100%;
	margin-right: 0;
}
.fast_infobox .item_li .qrcode{
	width: 1.6rem;
	margin-top: 0.5rem;
}
.fast_infobox .item_li .qrcode .pic{
	width: 1.6rem;
	height: 1.6rem;
	padding: 0.12rem;
	box-sizing: border-box;
	margin-bottom: 0.12rem;
	background: url(../images/qrcode_line.png) no-repeat center;
	background-size: 100%;
}
.fast_infobox .item_li .qrcode .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.fast_infobox .item_li .qrcode p{
	font-size: 0.18rem;
	line-height: 0.24rem;
	text-align: center;
	color: #333333;
}
.fast_infobox .item_li .yyb_info{
	margin-top: 0.5rem;
	white-space: nowrap;
	display: flex;
}
.fast_infobox .item_li .yyb_info .item{
	margin-bottom: 0.3rem;
	text-align: center;
	font-size: 0.2rem;
	line-height: 1.4;
	color: #444;
	margin-right: 0.5rem;
}
.fast_infobox .item_li .yyb_info .item:last-child{
	margin-right: 0 !important;
}
.fast_infobox .item_li .yyb_info .item .data{
	font-size: 0.56rem;
	line-height: 0.65rem;
	display: inline-block;
	vertical-align: top;
	color: #3F9AFB;
	font-weight: 700;
	font-family: 'D-DIN';
	background: linear-gradient(90deg, #6B62FF 0%, #4A67FF 48.56%, #3F9AFB 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fast_infobox .item_li .btn_wrap{
	margin-top: 0.43rem;
}
.fast_infobox .item_li.active .row_01{
	opacity: 1;
	transform: translateX(0);
}
.fast_infobox .item_li.active .row_02{
	opacity: 1;
	transform: translateX(0);
}
.fast_infobox .item_li.active .img{
	opacity: 1;
	transform: scale(1);
}
.fast_navlist{
	display: flex;
	width: 3.84rem;
	border-radius: 0.28rem;
	background: rgba(230, 230, 230, 0.80);
	backdrop-filter: blur(5px);
	margin: 0.18rem auto 0;
	position: relative;
	z-index: 20;
	padding: 0.06rem;
}
.fast_navlist li{
	flex: 1;
	min-width: 0;
}
.fast_navlist li .item{
	display: block;
	border-radius: 0.28rem;
	overflow: hidden;
	height: 0.44rem;
	line-height: 0.44rem;
	font-size: 0.16rem;
	text-align: center;
	color: #000;
	transition: all 0.3s;
	position: relative;
	z-index: 5;
}
.fast_navlist li .item:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #6B62FF 0%, #3F9AFB 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.fast_navlist li.active .item{
	color: #ffffff;
}
.fast_navlist li.active .item:before{
	opacity: 1;
	visibility: visible;
}

.home_module.mod_04{
	padding: 1rem 0;
	background: #ffffff;
}
.home_module.mod_04 .home_mod_title{
	margin-bottom: 0.12rem;
}
.hm_tabnav{
	margin-bottom: 0.32rem;
}
.hm_tabnav .list{
	display: flex;
	justify-content: center;
}
.hm_tabnav .list li{
	margin-left: 0.08rem;
}
.hm_tabnav .list li:first-child{
	margin-left: 0 !important;
}
.hm_tabnav .list li a{
	display: inline-block;
	vertical-align: top;
	padding: 0.11rem 0.24rem;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #444;
	transition: all 0.3s;
	overflow: hidden;
	position: relative;
	z-index: 5;
	border-radius: 0.4rem;
}
.hm_tabnav .list li a:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #6B62FF 0%, #3F9AFB 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.hm_tabnav .list li a:hover{
	color: #355DED;
}
.hm_tabnav .list li.active a,
.hm_tabnav .list li.active a:hover{
	color: #ffffff;
}
.hm_tabnav .list li.active a:before{
	opacity: 1;
	visibility: visible;
}
.hm_bus_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.2rem;
}
.hm_bus_list li{
	width: 33.33333%;
	box-sizing: border-box;
	padding: 0 0.2rem;
	margin-top: 0.4rem;
}
.hm_bus_item{
	position: relative;
	background: #F4F4F6;
}
.hm_bus_item .pic{
	height: 2.8rem;
	overflow: hidden;
}
.hm_bus_item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s;
}
.hm_bus_item .cont{
	padding: 0.4rem;
	position: relative;
	z-index: 20;
}
.hm_bus_item .cont:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #6B62FF 0%, #4A67FF 48.56%, #3F9AFB 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.hm_bus_item .cont h5{
	font-size: 0.32rem;
	line-height: 0.44rem;
	font-weight: 500;
	margin-bottom: 0.11rem;
	transition: all 0.3s;
}
.hm_bus_item .wrap{
	position: relative;
	min-height: 1.44rem;
}
.hm_bus_item .cont .txt{
	font-size: 0.16rem;
	line-height: 0.24rem;
	padding-top: 0.12rem;
	color: #111111;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	transition: all 0.3s;
}
.hm_busnav{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.hm_busnav a{
	display: inline-block;
	vertical-align: top;
	padding: 0.07rem 0.19rem;
	width: calc(50% - 0.1rem);
	margin-left: 0.2rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	margin-top: 0.12rem;
	color: #ffffff;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	text-align: center;
	border-radius: 0.4rem;
	transition: all 0.3s;
}
.hm_busnav a:nth-child(2n+1){
	margin-left: 0 !important;
}
.hm_busnav a:hover{
	background: #ffffff;
	color: #355DED;
}
.hm_bus_item:hover .pic img{
	transform: scale(1.1);
}
.hm_bus_item:hover .cont:before{
	opacity: 1;
	visibility: visible;
}
.hm_bus_item:hover .cont h5{
	color: #ffffff;
}
.hm_bus_item:hover .cont .txt{
	opacity: 0;
	visibility: hidden;
}
.hm_bus_item:hover .cont .hm_busnav{
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1246px){
	.wrapfix{
		width: auto !important;
		padding: 0 0.4rem;
	}
	.hm_news_wrap .row_1{
		padding-left: 0.35rem;
		padding-right: 0.35rem;
	}
}



/*-- 内页  --*/
.page_banner{
	position: relative;
}
.page_banner .pic{
	height: 4rem;
	overflow: hidden;
}
.page_banner .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.page_banner .txt{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	transform: translateY(-50%);
	color: #ffffff;
	text-align: center;
	font-size: 0.18rem;
	line-height: 0.28rem;
}
.page_banner .txt h2{
	font-size: 0.44rem;
	line-height: 0.62rem;
	font-weight: 600;
}
.page_banner .txt p{
	width: 6.5rem;
	margin: 0.18rem auto 0;
}
.com_nav_wrap{
	background: #ffffff;
	border-bottom: 1px solid #E6E6E6;
}
.com_nav_wrap.nav_sticky{
	position: sticky;
	z-index: 200;
	top: 0.9rem;
	background: #ffffff;
}
.com_navtab{
	display: flex;
	justify-content: center;
}
.com_navtab li{
	padding: 0 0.2rem;
}
.com_navtab li a{
	display: block;
	height: 0.69rem;
	line-height: 0.68rem;
	white-space: nowrap;
	position: relative;
	font-size: 0.16rem;
	color: #111111;
	transition: all 0.3s;
}
.com_navtab li a:before{
	content: '';
	width: 100%;
	height: 0.02rem;
	background: #355DED;
	position: absolute;
	bottom: -1px;
	left: 0;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.com_navtab li a:hover{
	color: #355DED;
}
.com_navtab li.active a{
	color: #355DED;
}
.com_navtab li.active a:before{
	opacity: 1;
	visibility: visible;
}
.pg_cm_wrap{
	padding: 0.6rem 0 1rem;
}
.pb_cm_title{
	margin-bottom: 0.3rem;
	display: flex;
	align-items: center;
	position: relative;
}
.pb_cm_title h3{
	flex: 1;
	min-width: 0;
	font-size: 0.36rem;
	line-height: 1.4;
	font-weight: 600;
}
.pb_cm_title.border{
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #E6E6E6;
}
.abouts_intro_wrap{
	display: flex;
	padding-top: 0.2rem;
}
.abouts_intro_wrap > .col_left{
	width: 3.05rem;
}
.abouts_intro_wrap > .col_right{
	flex: 1;
	min-width: 0;
}
.abouts_intro_box{
	margin-bottom: 0.62rem;
	font-size: 0.18rem;
	line-height: 1.55;
}
.abouts_intro_box h5{
	font-size: 0.36rem;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 0.24rem;
	color: #355DED;
}
.abouts_intro_box .txt p{
	margin-top: 0.12rem;
}
.abouts_intro_info{
	display: flex;
	margin-top: 0.5rem;
}
.abouts_intro_info .item{
	flex: 1;
	min-width: 0;
}
.abouts_intro_info .item .data{
	font-size: 0.6rem;
	line-height: 0.7rem;
	font-weight: 700;
	font-family: 'D-DIN';
}
.abouts_intro_info .item p{
	padding: 0.03rem 0 0.05rem;
	font-size: 0.18rem;
	line-height: 0.25rem;
	color: #444444;
}
.abouts_img_wrap img{
	display: block;
	width: 100%;
}
.page_layout{
	display: flex;
}
.page_layout > .p_layout_left{
	width: 2.02rem;
	border-right: 1px solid #E6E6E6;
	margin-right: 0.4rem;
	position: relative;
}
.page_layout > .p_layout_right{
	flex: 1;
	min-width: 0;
}
.cm_sidebar_nav{
	position: sticky;
	background: #ffffff;
	top: 1.6rem;
	z-index: 100;
}
.cm_sidebar_nav > li{
	margin-bottom: 0.08rem;
}
.cm_sidebar_nav > li > a{
	display: block;
	padding: 0.1rem 0.15rem;
	font-size: 0.18rem;
	line-height: 0.25rem;
	position: relative;
	color: #444444;
	z-index: 5;
}
.cm_sidebar_nav > li:hover > a{
	color: #355DED;
	background: rgba(232, 237, 255, 0.5);
}
.cm_sidebar_nav > li > a:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #6B62FF 0%, #3F9AFB 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.cm_sidebar_nav > li > a:after{
	content: '';
	width: 0.24rem;
	height: 0.16rem;
	background: url(../images/slider_icon.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.15rem;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.cm_sidebar_nav > li.active > a{
	color: #ffffff !important;
}
.cm_sidebar_nav > li.active > a:before,
.cm_sidebar_nav > li.active > a:after{
	opacity: 1;
	visibility: visible;
}
.djg_infolist{
	display: flex;
	flex-wrap: wrap;
}
.djg_infolist li{
	width: calc(25% - 0.15rem);
	margin-left: 0.2rem;
	margin-bottom: 0.2rem;
}
.djg_infolist li:nth-child(4n+1){
	margin-left: 0;
}
.djg_infolist li .item{
	display: block;
	height: 1.2rem;
	box-sizing: border-box;
	padding: 0.1rem;
	background: url(../images/name_bg.jpg) no-repeat center;
	background-size: cover;
	color: #111111;
	cursor: pointer;
}
.djg_infolist li .item .wrap{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.djg_infolist li .item h5{
	font-size: 0.2rem;
	line-height: 1.4;
	font-weight: 500;
}
.djg_infolist li .item .wrap p{
	font-size: 0.15rem;
	line-height: 0.22rem;
	margin-top: 0.04rem;
	color: #444444;
}
.djg_infolist li .cont{
	width: calc(400% + 0.6rem);
	box-sizing: border-box;
	padding: 0.3rem 0.4rem;
	border: 1px solid #355DED;
	background: #F8F8F8;
	font-size: 0.18rem;
	line-height: 0.24rem;
	color: #111111;
	margin-top: 0.32rem;
	position: relative;
}
.djg_infolist li .cont:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0.13rem 0.13rem;
	border-color: transparent transparent #355DED;
	position: absolute;
	top: -0.14rem;
	left: 12.5%;
	margin-left: -0.13rem;
}
.djg_infolist li:nth-child(4n+1) .cont:before{
	left: 12.5%;
}
.djg_infolist li:nth-child(4n+2) .cont{
	margin-left: calc(-0.2rem - 100%);
}
.djg_infolist li:nth-child(4n+2) .cont:before{
	left: 37.5%;
}
.djg_infolist li:nth-child(4n+3) .cont{
	margin-left: calc(-0.4rem - 200%);
}
.djg_infolist li:nth-child(4n+3) .cont:before{
	left: 62.5%;
}
.djg_infolist li:nth-child(4n) .cont{
	margin-left: calc(-0.6rem - 300%);
}
.djg_infolist li:nth-child(4n) .cont:before{
	left: 87.5%;
}
p + .img_wrap,
div + .img_wrap{
	margin-top: 0.2rem;
}
.img_wrap{
	margin-bottom: 0.2rem;
}
.img_wrap img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.pb_cm_title.border{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 0.2rem;
}
.per_cm_wrap{
	margin-top: 0.65rem;
}
.per_cm_mod{
	display: flex;
}
.per_cm_mod .year{
	font-size: 0.36rem;
	height: 0.5rem;
	line-height: 0.5rem;
	font-weight: 700;
	color: #355DED;
	position: relative;
	width: 1.2rem;
	top: -0.25rem;
}
.per_cm_mod .year:before{
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	background: #355DED;
	position: absolute;
	top: 50%;
	margin-top: -0.03rem;
	right: -0.03rem;
	transform: rotate(45deg);
	z-index: 10;
}
.per_cm_mod .list{
	flex: 1;
	min-width: 0;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0.63rem;
	border-left: 1px solid #355DED;
	padding-bottom: 0.6rem;
	position: relative;
}
.per_cm_mod .list:before{
	content: '';
	width: 0.83rem;
	height: 1px;
	background: #E6E6E6;
	position: absolute;
	top: 0;
	left: 0;
}
.per_cm_mod:last-child .list{
	padding-bottom: 0;
}
.per_cm_mod .list li{
	box-sizing: border-box;
	width: 50%;
	margin-top: 0.2rem;
	padding-left: 0.2rem;
}
.per_cm_mod .list li:nth-child(1),
.per_cm_mod .list li:nth-child(2){
	margin-top: 0;
}
.per_cm_mod .list li .item{
	display: flex;
	background: #ffffff;
	border: 1px solid #E6E6E6;
	padding: 0.2rem 0.39rem;
	box-sizing: border-box;
	height: 1.3rem;
	align-items: center;
	color: #333333;
	font-size: 0.2rem;
	line-height: 1.5;
	transition: all 0.3s;
}
.per_cm_mod .list li .item .icon{
	display: block;
	width: 0.48rem;
	margin-right: 0.34rem;
}
.per_cm_mod .list li .item h5{
	flex: 1;
	min-width: 0;
	font-size: 0.2rem;
	line-height: 1.5;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.per_cm_mod .list li .item:hover{
	border-color: #355DED;
}
.qy_culture_item{
	background: #F8F8F8;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.qy_culture_item:nth-child(2n){
	flex-direction: row-reverse;
}
.qy_culture_item .pic{
	height: 2.5rem;
	width: 50%;
	overflow: hidden;
}
.qy_culture_item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.qy_culture_item .cont{
	flex: 1;
	min-width: 0;
	padding: 0.15rem 0.55rem;
	text-align: center;
	font-size: 0.18rem;
	line-height: 0.25rem;
	color: #444444;
}
.qy_culture_item .cont h5{
	font-size: 0.28rem;
	line-height: 1.4;
	font-weight: 500;
	color: #111111;
	margin-bottom: 0.08rem;
}
.cpy_contact_list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.4rem;
}
.cpy_contact_list li{
	width: 50%;
}
.cpy_contact_list li .item{
	height: 100%;
	min-height: 1.4rem;
	box-sizing: border-box;
	padding: 0.2rem 0.5rem;
	display: flex;
	align-items: center;
	background: #ffffff;
}
.cpy_contact_list li .item .icon{
	width: 0.6rem;
	height: 0.6rem;
	margin-right: 0.2rem;
}
.cpy_contact_list li .item .icon img{
	display: block;
	width: 100%;
}
.cpy_contact_list li:nth-child(4n+1) .item,
.cpy_contact_list li:nth-child(4n) .item{
	background: #F8F8F8;
}
.cpy_contact_list li .item .cont{
	flex: 1;
	min-width: 0;
}
.cpy_contact_list li .item .cont h5{
	font-size: 0.2rem;
	line-height: 1.4;
	font-weight: 500;
}
.cpy_contact_list li .item .cont p{
	font-size: 0.18rem;
	line-height: 0.25rem;
	color: #777;
	margin-top: 0.08rem;
}
.page_box{
	margin: 0.5rem 0 0;
	min-height: 0.36rem;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.page_box a{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	min-width: 0.36rem;
	height: 0.36rem;
	line-height: 0.34rem;
	font-size: 0.16rem;
	color: #444444;
	text-align: center;
	border: 1px solid #EDEDED;
	margin: 0 0.05rem;
    transition: all 0.3s;
}
.page_box a:first-child{
	margin-left: 0 !important;
}
.page_box a:hover{
	color: #355DED;
	border-color: #355DED;
}
.page_box a.active,
.page_box a.active:hover{
	color: #ffffff;
	border-color: #355DED;
	background: #355DED;
}
.page_box .more{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	height: 0.36rem;
	line-height: 0.36rem;
	font-size: 0.18rem;
	padding: 0 0.02rem;
	color: #444444;
	border: 0 none;
	text-align: center;
	margin: 0 0.04rem;
}
.page_box a.prev,
.page_box a.next{
	position: relative;
}
.page_box a.prev:before,
.page_box a.next:before{
	content: '';
	box-sizing: border-box;
	width: 0.08rem;
	height: 0.08rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.04rem 0 0 -0.04rem;
}
.page_box a.prev:before{
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	transform: rotate(-45deg);
	margin-left: -0.02rem;
}
.page_box a.next:before{
	border-top: 1px solid #444444;
	border-right: 1px solid #444444;
	transform: rotate(45deg);
	margin-left: -0.06rem;
}
.page_box a.prev:hover:before,
.page_box a.next:hover:before{
	border-color: #355DED;
}
.page_box a.first,
.page_box a.last{
	width: 0.6rem;
	color: #777;
}
.page_box a.first:hover,
.page_box a.last:hover{
	color: #355DED;
	border-color: #355DED;
}
.page_box .jump{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.07rem;
	font-size: 0.16rem;
	line-height: 0.36rem;
	color: #444;
}
.page_box .jump input{
	height: 0.36rem;
	box-sizing: border-box;
	width: 0.6rem;
	text-align: center;
	border: 1px solid #EDEDED;
	background: none;
	outline: none;
	font-family : Arial,"Microsoft Yahei",sans-serif;
	font-size: 0.16rem;
	color: #444444;
	vertical-align: top;
	margin: 0 0.05rem 0 0.07rem;
}
.page_box .jump .btn{
	border-color: #355DED;
	color: #ffffff;
	background: #355DED;
	margin-right: 0 !important;
}
.article_list li{
	border-bottom: 1px solid #EBEBEB;
}
.article_list li .item{
	display: block;
	padding: 0.2rem 0.5rem 0.2rem 0;
	color: #111;
	font-size: 0.14rem;
	line-height: 0.2rem;
	position: relative;
	transition: all 0.3s;
}
.article_list li .item h5{
	font-size: 0.18rem;
	line-height: 0.25rem;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.article_list li .item .time{
	display: block;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #777;
	margin-top: 0.12rem;
	transition: all 0.3s;
}
.article_list li .item:after{
	content: '';
	width: 0.28rem;
	height: 0.28rem;
	background: url(../images/article_arrow.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -0.14rem;
	transform: scale(0.5);
	right: 0.06rem;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.article_list li:hover .item,
.article_list li:hover .item .time{
	color: #355DED;
}
.article_list li:hover .item:after{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.cm_dt_list{
	display: flex;
	flex-wrap: wrap;
	margin: -0.1rem;
}
.cm_dt_list li{
	width: 50%;
	box-sizing: border-box;
	padding: 0.1rem;
}
.cm_dt_list li .item{
	display: flex;
	background: #F8F8F8;
	height: 1.42rem;
	box-sizing: border-box;
	color: #111111;
	transition: all 0.3s;
}
.cm_dt_list li .item .pic{
	width: 2.03rem;
	height: 100%;
	overflow: hidden;
}
.cm_dt_list li .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s;
}
.cm_dt_list li .item .ct{
	flex: 1;
	min-width: 0;
	padding: 0.3rem 0.2rem;
}
.cm_dt_list li .item h5{
	font-size: 0.18rem;
	line-height: 0.25rem;
	font-weight: normal;
	height: 0.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.cm_dt_list li .item .time{
	font-size: 0.16rem;
	line-height: 0.22rem;
	margin-top: 0.12rem;
	color: #777777;
	transition: all 0.3s;
}
.cm_dt_list li .item:hover,
.cm_dt_list li .item:hover .time{
	color: #355DED;
}
.cm_dt_list li .item:hover .pic img{
	transform: scale(1.1);
}
.ib_bus_range{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.1rem 0.3rem;
}
.ib_bus_range li{
	box-sizing: border-box;
	width: 33.33333%;
	padding: 0.3rem 0.1rem 0;
}
.ib_bus_range li .item{
	display: block;
	background: #F8F8F8;
	height: 100%;
	box-sizing: border-box;
}
.ib_bus_range li .item .pic{
	padding-top: 59.5%;
	position: relative;
	overflow: hidden;
}
.ib_bus_range li .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.ib_bus_range li .item .cont{
	padding: 0.3rem 0.2rem;
}
.ib_bus_range li .item .cont h5{
	text-align: center;
	font-size: 0.18rem;
	line-height: 0.25rem;
	font-weight: normal;
}
.cm_info_tips{
	font-size: 0.16rem;
	line-height: 1.6;
	color: #777777;
	margin: 0.3rem 0;
}
.detail_txt_wrap{
	font-size: 0.18rem;
	line-height: 1.6;
	color: #111111;
}
.detail_txt_wrap > .title{
	font-size: 0.24rem;
	line-height: 1.4;
	color: #000;
}
.detail_txt_item{
	padding: 0 0 0.24rem;
	margin-top: 0.24rem;
}
.detail_txt_item > p{
	margin: 0.08rem 0;
}
.detail_txt_title{
	font-size: 0.24rem;
	line-height: 1.4;
	color: #355DED;
	margin-bottom: 0.12rem;
}
.zgpw_list{
	margin: -0.14rem;
	display: flex;
	flex-wrap: wrap;
}
.zgpw_list li{
	box-sizing: border-box;
	width: 50%;
	padding: 0.14rem;
}
.zgpw_list li .item{
	background: rgba(63,154,251, 0.1);
	padding: 0.28rem;
}
.zgpw_list li .item img{
	display: block;
	width: 100%;
}
.ib_mg_list{
	margin: -0.1rem;
	display: flex;
	flex-wrap: wrap;
}
.ib_mg_list li{
	box-sizing: border-box;
	width: 50%;
	padding: 0.1rem;
}
.ib_mg_list li .item{
	display: flex;
	background: #F8F8F8;
}
.ib_mg_list li .item .pic{
	width: 1.45rem;
	height: 2rem;
	overflow: hidden;
}
.ib_mg_list li .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.ib_mg_list li .item .cont{
	flex: 1;
	min-width: 0;
	padding: 0.3rem 0.3rem 0.2rem;
}
.ib_mg_list li .item .cont h5{
	font-size: 0.28rem;
	line-height: 1.42;
	font-weight: 500;
	margin-bottom: 0.3rem;
}
.ib_mg_list li .item .cont p{
	display: flex;
	font-size: 0.16rem;
	line-height: 1.75;
}
.ib_mg_list li .item .cont p .tit{
	color: #777;
	margin-right: 0.04rem;
}
.ib_mg_list li .item .cont p strong{
	font-weight: normal;
	flex: 1;
	min-width: 0;
}
.cm_type_item{
	background: #F8F8F8;
	padding: 0.15rem 0.3rem;
	box-sizing: border-box;
	min-height: 0.78rem;
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}
.cm_type_item .num{
	box-sizing: border-box;
	width: 0.34rem;
	height: 0.34rem;
	border: 1px solid #777;
	border-radius: 50%;
	font-size: 0.18rem;
	line-height: 0.32rem;
	text-align: center;
	color: #000000;
	margin-right: 0.3rem;
}
.cm_type_item .ct{
	flex: 1;
	min-width: 0;
	font-size: 0.18rem;
	line-height: 1.5;
	color: #444;
}
.cm_type_item .icon{
	margin-left: 0.3rem;
	max-width: 3.02rem;
}
p + .table_scroll,
div + .table_scroll{
	margin-top: 0.2rem;
}
.table_scroll{
	margin-bottom: 0.2rem;
}
.data_table{
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #E6E6E6;
}
.data_table th{
	border: 1px solid #E6E6E6;
	background: #F8F8F8;
	padding: 0.11rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	font-weight: 500;
	color: #111;
	text-align: center;
}
.data_table td{
	border: 1px solid #E6E6E6;
	padding: 0.11rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #111;
	text-align: center;
}
.data_table td p{
	margin: 0;
	text-align: left;
}
.mt60{
	margin-top: 0.6rem !important;
}
.cm_imp_tips{
	margin-top: 0.4rem;
	border: 0.02rem solid #F8F8F8;
	padding: 0.2rem 0.3rem;
	font-size: 0.18rem;
	line-height: 1.6;
	color: #444;
}
.cm_imp_tips h5{
	font-size: 0.18rem;
	font-weight: normal;
	margin-bottom: 0.1rem;
}
.pg_search_box{
	width: 3.4rem;
	margin-bottom: 0.2rem;
}
.pg_search_box .layout{
	display: flex;
	position: relative;
}
.pg_search_box .t1{
	flex: 1;
	min-width: 0;
	height: 0.4rem;
	box-sizing: border-box;
	background: #F8F8F8;
	border: 1px solid #E6E6E6;
	font-size: 0.16rem;
	padding: 0 0.11rem;
}
.pg_search_box .btn{
	display: inline-block;
	width: 0.8rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.16rem;
	color: #ffffff;
	background: #355DED;
}
.complaint_item{
	display: block;
	border: 1px solid #F8F8F8;
	margin: 0.4rem auto;
	box-sizing: border-box;
	width: 6.58rem;
	padding: 0.19rem;
}
.complaint_item .wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.complaint_item .pic{
	height: 0.42rem;
	margin-bottom: 0.1rem;
}
.complaint_item .pic img{
	display: block;
	margin: 0 auto;
	height: 100%;
}
.complaint_item .cont{
	text-align: left;
	font-size: 0.14rem;
	line-height: 2;
	color: #777;
}
.complaint_item .cont p{
	margin-top: 0.1rem;
}
.complaint_layout{
	margin-bottom: 0.4rem;
	display: flex;
	flex-wrap: wrap;
}
.complaint_layout .complaint_item{
	width: calc(50% - 0.2rem);
	margin-top: 0.2rem;
	margin-left: 0.4rem;
	margin-bottom: 0;
}
.complaint_layout .complaint_item:nth-child(1),
.complaint_layout .complaint_item:nth-child(2){
	margin-top: 0;
}
.complaint_layout .complaint_item:nth-child(2n+1){
	margin-left: 0 !important;
}
.complaint_layout .complaint_item{
	padding: 0.29rem 0.19rem;
}
.complaint_layout .complaint_item .pic{
	height: 0.36rem;
	margin-bottom: 0.2rem;
}
.complaint_layout .complaint_item .cont{
	font-size: 0.18rem;
	line-height: 1.42;
}
.query_form_wrap{
	display: flex;
	margin-bottom: 0.2rem;
	margin-top: -0.12rem;
	margin-right: -0.12rem;
	flex-wrap: wrap;
}
.query_form_wrap .col_item{
	margin-top: 0.12rem;
	margin-right: 0.12rem;
	display: flex;
	align-items: center;
}
.p_dropdown{
	display: inline-block;
	box-sizing: border-box;
	width: 2.43rem;
	height: 0.44rem;
	background: #F8F8F8;
	border: 1px solid #E6E6E6;
	position: relative;
}
.p_dropdown .value{
	height: 100%;
	box-sizing: border-box;
	padding: 0.11rem 0.34rem 0.11rem 0.11rem;
	color: #111111;
	font-size: 0.16rem;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p_dropdown .value:empty:before{
	content: attr(placeholder);
	color: #777777;
}
.p_dropdown .value:after{
	content: '';
	width: 0.22rem;
	height: 0.22rem;
	background: url(../images/drop_arrow.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -0.11rem;
	right: 0.11rem;
}
.p_dropdown .list{
	width: 100%;
	background: #F8F8F8;
	border: 1px solid #E6E6E6;
	max-height: 2rem;
	overflow: auto;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 50;
}
.p_dropdown .list li{
	padding: 0.06rem 0.11rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #444444;
	cursor: pointer;
	transition: all 0.3s;
}
.p_dropdown .list li:hover{
	color: #355DED;
	background: #ffffff;
}
.p_input{
	display: inline-block;
	vertical-align: top;
	width: 2.43rem;
	box-sizing: border-box;
	padding: 0 0.11rem;
	height: 0.44rem;
	background: #F8F8F8;
	border: 1px solid #E6E6E6;
	font-size: 0.16rem;
	color: #111111;
	outline: none;
}
.query_button{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.12rem;
	padding: 0.12rem;
	font-size: 0.16rem;
	line-height: 0.2rem;
	color: #ffffff;
	background: #355DED;
	transition: all 0.3s;
}
.query_button:hover{
	opacity: 0.8;
}
.form_download_btn{
	display: inline-block;
	vertical-align: top;
	padding: 0.12rem;
	font-size: 0.16rem;
	line-height: 0.2rem;
	color: #777777;
	background: #E6E6E6;
	transition: all 0.3s;
}
.form_download_btn:hover{
	color: #ffffff;
	background: #355DED;
	opacity: 0.8;
}
.tpbank_list{
	display: flex;
	flex-wrap: wrap;
}
.tpbank_list li{
	width: 25%;
}
.tpbank_list li .item{
	background: #ffffff;
	padding: 0.13rem 0.15rem;
	display: flex;
	box-sizing: border-box;
	height: 0.96rem;
	align-items: center;
	justify-content: center;
}
.tpbank_list li .item img{
	display: block;
	height: 0.5rem;
	max-width: 100%;
}
.software_list_wrap{
	display: flex;
	flex-wrap: wrap;
	margin: -0.1rem;
}
.software_list_wrap .col_li{
	box-sizing: border-box;
	width: 50%;
	padding: 0.1rem;
}
.software_box{
	background: #ffffff;
	box-sizing: border-box;
	height: 100%;
	padding: 0.3rem;
	box-shadow: 0 0.1rem 0.4rem rgba(21, 25, 32, 0.10);
}
.software_title{
	display: flex;
	align-items: center;
}
.software_title .logo{
	width: 1rem;
	height: 1rem;
	border-radius: 0.08rem;
	overflow: hidden;
	margin-right: 0.2rem;
}
.software_title .logo img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.software_title .ct{
	flex: 1;
	min-width: 0;
}
.software_title .ct h5{
	font-size: 0.2rem;
	line-height: 1.4;
	font-weight: 600;
	color: #000000;
}
.software_title .ct .btn_wrap{
	margin-top: 0.18rem;
	text-align: left;
}
.software_title .ct .btn_wrap .more_button{
	padding: 0.04rem 0.22rem;
	min-width: auto;
}
.software_info{
	margin-top: 0.2rem;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	display: flex;
	flex-wrap: wrap;
}
.software_info .item{
	width: 25%;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.33rem;
	padding: 0.14rem 0;
	color: #777777;
}
.software_info .item:before{
	content: '';
	width: 1px;
	background: #E6E6E6;
	position: absolute;
	top: 0.14rem;
	left: 0;
	bottom: 0.14rem;
}
.software_info .item:nth-child(4n+1):before{
	display: none;
}
.software_info .item.w100{
	width: 100%;
	border-top: 1px solid #E6E6E6;
	line-height: 0.22rem;
}
.software_info .item.w100:before{
	display: none !important;
}
.software_info .item .data{
	font-weight: 500;
}
.software_txt{
	margin-top: 0.2rem;
}
.software_txt .item{
	margin-top: 0.14rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #444;
}
.software_txt .item h5{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #777777;
	font-weight: normal;
	margin-bottom: 0.08rem;
}
.nodata_box{
	padding: 0.7rem 0;
	text-align: center;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #000000;
}
.nodata_box .pic img{
	display: block;
	margin: 0 auto 0.17rem;
	height: 0.45rem;
}
.jsq_input_item{
	display: flex;
	margin-top: 0.3rem;
}
.jsq_input_item .label{
	width: 1.3rem;
	height: 0.44rem;
	display: flex;
	align-items: center;
	font-size: 0.18rem;
	line-height: 0.22rem;
}
.jsq_input_item > .ct{
	flex: 1;
	min-width: 0;
	border-bottom: 1px dashed #E6E6E6;
	padding-bottom: 0.3rem;
}
.jsq_input_item:last-child > .ct{
	padding-bottom: 0;
	border-bottom: 0 none;
}
.jsq_t1_box{
	width: 1.48rem;
	position: relative;
}
.jsq_t1_box .unit_span{
	font-size: 0.16rem;
	line-height: 0.44rem;
	position: absolute;
	left: 100%;
	margin-left: 0.1rem;
	top: 0;
}
.jsq_t1_box .p_input{
	width: 100%;
	background: #ffffff;
}
.jsq_t1_box .p_input.disabled{
	background: #F8F8F8;
}
.jsq_t1_box .p_input::placeholder{
	color: #BBB;
}
.jsq_sub_form{
	display: flex;
	flex-wrap: wrap;
}
.jsq_sub_form .item{
	margin-right: 0.1rem;
}
.jsq_sub_form .item .tit{
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.24rem;
	padding: 0.1rem 0;
	color: #777;
}
.icon_radio{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.24rem;
	padding-left: 0.3rem;
	position: relative;
	color: #111111;
}
.icon_radio i{
	display: inline-block;
	cursor: pointer;
	width: 0.2rem;
	height: 0.2rem;
	box-sizing: border-box;
	border: 1px solid #98A2B1;
	border-radius: 50%;
	background: #ffffff;
	position: absolute;
	top: 0.02rem;
	left: 0;
}
.icon_radio.checked i{
	border-color: #355DED;
	background: #355DED url(../images/icon_checked.png) no-repeat center;
	background-size: 100%;
}
.jsq_check_list{
	padding: 0.1rem 0;
	display: flex;
	flex-wrap: wrap;
}
.jsq_check_list .icon_radio{
	margin-right: 0.28rem;
}
.jsq_check_list + .jsq_sub_form{
	margin-top: 0.08rem;
}
.jsq_result_info{
	display: flex;
}
.jsq_result_info .item{
	flex: 1;
	min-width: 0;
}
.jsq_result_info .item p{
	padding: 0.1rem 0;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #444444;
}
.jsq_result_info .item .data{
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: 500;
}
.cm_button_wrap{
	text-align: center;
	margin-top: 0.6rem;
}
.cm_button_wrap .p_button{
	margin: 0 0.08rem;
}
.p_button{
	display: inline-block;
	vertical-align: top;
	padding: 0.1rem 0.25rem;
	box-sizing: border-box;
	font-size: 0.18rem;
	line-height: 0.24rem;
	color: #ffffff;
	min-width: 1.16rem;
	text-align: center;
	background: #355DED;
	transition: all 0.3s;
}
.p_button.assist{
	background: #777;
}
.p_button:hover{
	opacity: 0.8;
}
.zhu_tipbox{
	margin-top: 0.7rem;
	font-size: 0.16rem;
	line-height: 1.75;
	color: #777;
}
.zhu_tipbox .wrap{
	display: flex;
}
.zhu_tipbox .wrap .ct{
	flex: 1;
	min-width: 0;
}
.p_layout_right .detail_txt_item:first-child{
	margin-top: 0 !important;
}
.cm_video_list{
	display: flex;
	margin: -0.1rem -0.08rem;
	flex-wrap: wrap;
}
.cm_video_list li{
	box-sizing: border-box;
	width: 33.3333%;
	padding: 0.1rem 0.08rem;
}
.cm_video_list li .item{
	display: block;
	background: #F8F8F8;
	color: #111111;
	transition: all 0.3s;
}
.cm_video_list li .item .pic{
	position: relative;
	padding-top: 56.25%;
	background: #4D4D4D;
	overflow: hidden;
}
.cm_video_list li .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.cm_video_list li .item .play_btn{
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	background: rgba(255,255,255,0.05) url(../images/icon_play.png) no-repeat center;
	background-size: 100%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.15rem 0 0 -0.15rem;
	z-index: 10;
	transition: all 0.3s;
}
.cm_video_list li .item .cont{
	padding: 0.3rem 0.2rem;
}
.cm_video_list li .item h5{
	font-size: 0.18rem;
	line-height: 0.25rem;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cm_video_list li .item .time{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #777777;
	margin-top: 0.1rem;
	transition: all 0.3s;
}
.cm_video_list li .item:hover,
.cm_video_list li .item:hover .time{
	color: #355DED;
}
.cm_video_list li .item:hover .play_btn{
	transform: scale(0.9);
}
.gt_txt_box{
	background: url(../images/bus_gt_bg01.jpg) no-repeat center;
	background-size: 100% 100%;
	padding: 0.3rem;
	color: #444444;
	margin-top: 0.06rem;
}
.gt_txt_box .detail_txt_title{
	text-align: center;
	margin-bottom: 0.2rem;
}
.gt_txt_box p{
	margin-top: 0.08rem;
}
.gj_dt_list{
	margin: -0.1rem;
	display: flex;
	flex-wrap: wrap;
}
.gj_dt_list li{
	box-sizing: border-box;
	width: 33.33333%;
	padding: 0.1rem;
}
.gj_dt_list li .item{
	display: block;
	box-sizing: border-box;
	padding: 0.3rem 0.2rem;
	background: url(../images/gj_cm_bg01.png) no-repeat center;
	background-size: cover;
	color: #111111;
	transition: all 0.3s;
}
.gj_dt_list li .item h5{
	font-size: 0.18rem;
	line-height: 0.25rem;
	font-weight: 500;
	height: 0.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.gj_dt_list li .item .time{
	margin-top: 0.1rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #777;
}
.gj_intro_01{
	margin-bottom: 0.6rem;
	display: flex;
	background: #F8F9FB;
	align-items: center;
}
.gj_intro_01 .pic{
	width: 5.8rem;
	height: 2.48rem;
}
.gj_intro_01 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.gj_intro_01 .cont{
	flex: 1;
	min-width: 0;
	padding: 0.3rem 0.4rem;
	font-size: 0.18rem;
	line-height: 1.42;
	color: #444;
}
.gj_intro_01 .cont p{
	margin-top: 0.1rem;
}
.gj_intro_01 .cont p:first-child{
	margin-top: 0 !important;
}

.gj_intro_02{
	display: flex;
	background: #ffffff;
	align-items: center;
	box-shadow: 0 0 0.36rem rgba(0, 0, 0, 0.06);
	flex-direction: row-reverse;
	margin-top: 0.7rem;
}
.gj_intro_02 .pic{
	width: 4.68rem;
	height: 3.16rem;
	margin-top: -0.4rem;
}
.gj_intro_02 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.gj_intro_02 .cont{
	flex: 1;
	min-width: 0;
	padding: 0.3rem 0.4rem;
	font-size: 0.18rem;
	line-height: 1.42;
	color: #444;
}
.gj_team_module{
	background: #515151;
	position: relative;
	z-index: 10;
	padding: 0.6rem 0;
	overflow: hidden;
}
.gj_team_module:before{
	content: '';
	width: 50%;
	height: 100%;
	background: #355DED;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.gj_team_module:after{
	content: '';
	width: 2.42rem;
	height: 1.4rem;
	background: url(../images/texture_img01.png) no-repeat center top;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 50%;
	z-index: -1;
}
.gj_team_module .pb_cm_title{
	color: #ffffff;
}
.gj_intro_03{
	background: #ffffff;
	padding: 0.52rem 0.75rem;
	font-size: 0.18rem;
	line-height: 1.42;
	color: #444;
}
.gj_intro_03 p{
	margin-top: 0.15rem;
}
.gj_intro_03 p:first-child{
	margin-top: 0 !important;
}
.sector_txt_item{
	margin-bottom: 0.2rem;
	border: 0.02rem solid #FFF;
	background: linear-gradient(180deg, #F6F8FF 0%, #FFF 100%);
	box-shadow: 0 0.11rem 0.29rem rgba(50, 29, 29, 0.08);
	padding: 0.28rem;
	font-size: 0.16rem;
	line-height: 1.5;
	color: #444;
}
.sector_txt_item .title{
	font-size: 0.2rem;
	line-height: 1.2;
	margin-bottom: 0.15rem;
	color: #355DED;
	font-weight: 500;
}
.sector_txt_item p{
	margin-top: 0.15rem;
}
.sector_txt_item p:first-child{
	margin-top: 0 !important;
}
.sector_mod_item{
	margin-bottom: 0.3rem;
	background: #F8FBFF;
	padding: 0.4rem;
	font-size: 0.16rem;
	line-height: 1.5;
	color: #444444;
}
.sector_mod_item .title{
	font-size: 0.2rem;
	line-height: 1.2;
	margin-bottom: 0.15rem;
	color: #355DED;
	font-weight: 500;
	text-align: center;
}
.sector_mod_item p{
	margin-top: 0.15rem;
}
.sector_mod_item p:first-child{
	margin-top: 0 !important;
}
.sector_info_list{
	margin: 0.2rem 0 0 -0.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sector_info_list .item{
	border: 0.02rem solid #FFF;
	background: linear-gradient(180deg, #F6F8FF 0%, #FFF 100%);
	box-shadow: 0 0.11rem 0.29rem rgba(50, 29, 29, 0.08);
	height: 0.84rem;
	box-sizing: border-box;
	padding: 0.16rem 0.28rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.2rem;
	line-height: 1.2;
	color: #355DED;
	margin-left: 0.2rem;
	margin-top: 0.2rem;
}
.detail_txt_wrap2{
	font-size: 0.16rem;
	line-height: 1.5;
}
.detail_txt_wrap2 > p{
	color: #444444;
	margin-top: 0.2rem;
}
.detail_txt_wrap2 > p:first-child{
	margin-top: 0 !important;
}
.detail_txt_wrap2 .c_title{
	text-align: center;
	font-size: 0.2rem;
	line-height: 1.2;
	margin: 0.4rem 0 0.2rem;
}
.qa_cm_list li{
	margin-top: 0.16rem;
	padding-bottom: 0.16rem;
	border-bottom: 1px solid #EBEBEB;
}
.qa_cm_list li:first-child{
	margin-top: 0 !important;
}
.qa_cm_list li .title{
	display: flex;
}
.qa_cm_list li .title .icon{
	width: 0.24rem;
	height: 0.24rem;
	text-align: center;
	line-height: 0.24rem;
	font-size: 0.12rem;
	color: #355DED;
	background: rgba(53,93,237,0.1);
	border-radius: 0.02rem;
	margin-right: 0.07rem;
}
.qa_cm_list li .title h5{
	flex: 1;
	min-width: 0;
	font-size: 0.16rem;
	line-height: 0.24rem;
	font-weight: 500;
}
.qa_cm_list li .title .time{
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #777;
	margin-left: 0.3rem;
}
.qa_cm_list li .cont{
	display: flex;
	margin-top: 0.16rem;
}
.qa_cm_list li .cont .icon{
	width: 0.24rem;
	height: 0.24rem;
	text-align: center;
	line-height: 0.24rem;
	font-size: 0.12rem;
	color: #DA251D;
	background: rgba(218,37,29,0.1);
	border-radius: 0.02rem;
	margin-right: 0.07rem;
}
.qa_cm_list li .cont .ct{
	flex: 1;
	min-width: 0;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #444444;
}
.detail_txt_wrap2 .detail_txt_title{
	font-size: 0.18rem;
	margin-bottom: 0.2rem;
	font-weight: 700;
}
.detail_txt_wrap2 .l_title{
	font-size: 0.18rem;
	line-height: 1.42;
	margin: 0.3rem 0 0.2rem;
	font-weight: 700;
}
.top_cm_tips{
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 0.3rem;
	padding: 0.3rem;
	font-size: 0.16rem;
	line-height: 1.5;
	color: #444444;
}
.zg_range_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0.4rem 0;
}
.zg_range_list li{
	width: 50%;
}
.zg_range_list li .item{
	height: 100%;
	box-sizing: border-box;
	padding: 0.5rem;
	min-height: 2.2rem;
	font-size: 0.18rem;
	line-height: 0.25rem;
	color: #777777;
	background: rgba(248,248,248,0.3);
}
.zg_range_list li:nth-child(4n+1) .item,
.zg_range_list li:nth-child(4n) .item{
	background: #F8F8F8;
}
.zg_range_list li .item p{
	margin-top: 0.08rem;
}
.zg_range_list li .item h5{
	font-size: 0.24rem;
	line-height: 0.34rem;
	color: #355DED;
	margin-bottom: 0.08rem;
	font-weight: 500;
}
.dialog_overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2999;
}
.login_layer{
	box-sizing: border-box;
	width: 6.88rem;
	background: #ffffff;
	padding: 0.15rem 0.8rem 0.5rem;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 3000;
}
.login_layer .close{
	width: 0.4rem;
	height: 0.4rem;
	background: url(../images/icon_close.png) no-repeat center;
	background-size: 0.2rem;
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	z-index: 50;
}
.login_lytit{
	margin-bottom: 0.08rem;
}
.login_lytit h3{
	line-height: 0.5rem;
	font-size: 0.24rem;
	font-weight: 500;
	color: #111111;
	text-align: center;
}
.login_lycont{
	margin: 0 -0.2rem;
	padding: 0.2rem 0.2rem 0;
	box-sizing: border-box;
	min-height: 1rem;
}
.login_lybtn{
	margin-top: 0.3rem;
	text-align: center;
}
.login_lybtn .p_button{
	display: inline-block;
	vertical-align: top;
	font-size: 0.18rem;
	line-height: 0.24rem;
	text-align: center;
	padding: 0.1rem 0.15rem;
	box-sizing: border-box;
	color: #ffffff;
	background: #355DED;
	min-width: 2rem;
	transition: all 0.3s;
}
.login_lybtn .p_button:hover{
	opacity: 0.9;
}
.input_item{
	display: flex;
	margin-bottom: 0.2rem;
}
.input_item:last-child{
	margin-bottom: 0 !important;
}
.input_item .tit{
	text-align: right;
	width: 0.64rem;
	font-size: 0.16rem;
	line-height: 0.44rem;
	margin-right: 0.35rem;
}
.input_item .ct{
	flex: 1;
	min-width: 0;
	position: relative;
}
.input_item .ct .p_dropdown,
.input_item .ct .p_input{
	display: block;
	width: 100%;
}
.n_code_img{
	width: 0.72rem;
	height: 0.28rem;
	position: absolute;
	top: 0.08rem;
	right: 0.12rem;
	z-index: 50;
}
.n_code_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.pro_cm_module{
	margin-top: 0.4rem;
}
.pro_cm_module:first-child{
	margin-top: 0 !important;
}
.pro_cm_title{
	margin-bottom: 0.2rem;
}
.pro_cm_title h3{
	font-size: 0.2rem;
	line-height: 1.4;
	font-weight: 500;
	color: #355DED;
	padding-left: 0.19rem;
	position: relative;
}
.pro_cm_title h3:before{
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	background: #355DED;
	position: absolute;
	left: 0.02rem;
	top: 50%;
	margin-top: -0.03rem;
	transform: rotate(45deg);
}
.pro_info_wrap{
	background: #ffffff;
	box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.06);
}
.pro_cm_table{
	width: 100%;
}
.pro_cm_table thead{
	background: linear-gradient(90deg, #6B62FF 0%, #4A67FF 48.56%, #3F9AFB 100%);
}
.pro_cm_table th{
	font-size: 0.14rem;
	line-height: 0.2rem;
	padding: 0.14rem 0.2rem;
	font-weight: normal;
	text-align: center;
	border: 0 none;
	color: #ffffff;
}
.pro_cm_table td{
	font-size: 0.16rem;
	line-height: 0.24rem;
	padding: 0.14rem 0.2rem;
	text-align: center;
	border: 0 none;
	border-bottom: 1px solid #F1F1F1;
	box-sizing: border-box;
	height: 0.76rem;
}
.pro_cm_table th:first-child,
.pro_cm_table td:first-child{
	text-align: left;
}
.pro_cm_table td:first-child{
	font-size: 0.18rem;
}
.com_link{
	color: #355DED;
}
.pro_info_wrap .table_scroll{
	margin: 0 !important;
}
.pro_info_wrap .btn_wrap{
	text-align: center;
	padding: 0.27rem;
}
.pro_more_btn{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #355DED;
	padding-right: 0.14rem;
	position: relative;
}
.pro_more_btn:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.05rem 0.04rem 0;
	 border-color: #355DED transparent transparent;
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 right: 0;
}
.process_module{
	margin-bottom: 0.6rem;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #E6E6E6;
}
.process_module:last-child{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0 none;
}
.process_module .c_title{
	font-size: 0.24rem;
	line-height: 0.34rem;
	margin-bottom: 0.3rem;
	font-weight: 500;
}
.tzz_type_list{
	display: flex;
	margin-bottom: 0.2rem;
}
.tzz_type_list .col_li{
	width: calc(50% - 0.1rem);
	margin-left: 0.2rem;
}
.tzz_type_list .col_li:first-child{
	margin-left: 0 !important;
}
.tzz_type_list .item{
	padding: 0.28rem 0.38rem;
	border-radius: 0.08rem;
	box-sizing: border-box;
	height: 100%;
	color: #ffffff;
	font-size: 0.18rem;
	line-height: 0.25rem;
}
.tzz_type_list .col_li:nth-child(1) .item{
	background: linear-gradient(-90deg, #6B62FF 0%, #3F9AFB 100%);
}
.tzz_type_list .col_li:nth-child(2) .item{
	background: linear-gradient(-90deg, #DA251D 0%, #FF7069 100%);
}
.tzz_type_list .item h5{
	text-align: center;
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: 500;
	margin-bottom: 0.12rem;
}
.cm_process_list:before{
	content: '';
	display: block;
	width: 4.42rem;
	height: 0.5rem;
	margin: 0 auto;
	background: url(../images/zg_arrow_01.png) no-repeat center bottom;
	background-size: auto 100%;
}
.cm_process_list li{
	display: flex;
	justify-content: center;
}
.cm_process_list li .item{
	background: linear-gradient(180deg, rgba(218, 37, 29, 0.4) 0%, rgba(218, 37, 29, 0) 60%);
	border-radius: 0.04rem;
	padding: 0.2rem 0.3rem 0.5rem;
	font-size: 0.18rem;
	line-height: 0.25rem;
	position: relative;
	z-index: 5;
}
.cm_process_list li .item:before{
	content: '';
	background: linear-gradient(180deg, #fbe9e8 -47%, #ffffff 100%);
	border-radius: 0.04rem;
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	z-index: -1;
}
.cm_process_list li .item:after{
	content: '';
	width: 0.5rem;
	height: 0.3rem;
	background: url(../images/zg_arrow_02.png) no-repeat center bottom;
	background-size: auto 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 6;
}
.cm_process_list li:last-child .item:after{
	display: none;
}
.cm_process_list li .item p{
	text-align: left;
}
.reset_button{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.12rem;
	padding: 0.12rem;
	font-size: 0.16rem;
	line-height: 0.2rem;
	color: #777777;
	background: #E6E6E6;
	transition: all 0.3s;
}
.reset_button:hover{
	opacity: 0.8;
}
.xz_col_item{
	display: flex;
	margin-top: 0.08rem;
	line-height: 0.26rem;
}
.xz_col_item:first-child{
	margin-top: 0;
}
.xz_col_item .tit{
	width: 1rem;
	text-align: right;
}
.xz_col_item .ct{
	flex: 1;
	min-width: 0;
	text-align: left;
}
.xz_col_item .ct a{
	color: #3F9AFB;
}
.xz_col_item .dot_p{
	padding-left: 0.2rem;
	position: relative;
}
.xz_col_item .dot_p:before{
	content: '';
	width: 0.04rem;
	height: 0.04rem;
	background: #444444;
	border-radius: 50%;
	position: absolute;
	top: 0.1rem;
	left: 0.06rem;
}
.zg_mg_list{
	margin: -0.1rem;
	display: flex;
	flex-wrap: wrap;
}
.zg_mg_list li{
	box-sizing: border-box;
	width: 50%;
	padding: 0.1rem;
}
.zg_mg_list li .item{
	display: flex;
	background: #F8F8F8;
	align-items: center;
}
.zg_mg_list li .item .pic{
	width: 1.45rem;
	height: 2rem;
	overflow: hidden;
}
.zg_mg_list li .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.zg_mg_list li .item .cont{
	flex: 1;
	min-width: 0;
	padding: 0.2rem 0.3rem;
}
.zg_mg_list li .item .cont h5{
	font-size: 0.28rem;
	line-height: 1.42;
	font-weight: 500;
	margin-bottom: 0.3rem;
}
.zg_mg_list li .item .cont p{
	display: flex;
	font-size: 0.16rem;
	line-height: 1.75;
}
.zg_mg_list li .item .cont p .tit{
	color: #777;
	margin-right: 0.04rem;
	width: 0.8rem;
}
.zg_mg_list li .item .cont p strong{
	font-weight: normal;
	flex: 1;
	min-width: 0;
}
.gj_dt_list.style_2 li .item{
	background-image: url(../images/gj_cm_bg02.png);
}
.gj_dt_list.style_3 li .item{
	background-image: url(../images/gj_cm_bg03.png);
}
.gj_dt_list.style_4 li .item{
	background-image: url(../images/gj_cm_bg04.png);
}
.data_table.spel{
	border-color: #f1f1f1;
}
.data_table.spel th{
	border-color: #f1f1f1;
	background-color: #F9F9F9;
	color: #666666;
	padding: 0.2rem 0.1rem;
}
.data_table.spel td{
	border-color: #f1f1f1;
	padding: 0.2rem;
}
.txt_elp_box{
	display: flex;
	align-items: center;
}
.txt_elp_box .ct{
	flex: 1;
	min-width: 0;
	text-align: left;
}
.txt_elp_box .com_link{
	margin-left: 0.15rem;
}
.txt_elp_box .ct.elp{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.year_process_detail{
	display: flex;
	flex-direction: row-reverse;
}
.year_tab{
	width: 1.04rem;
	margin-left: 0.65rem;
}
.year_tab .wrap{
	position: sticky;
	top: 1.7rem;
	z-index: 5;
	padding: 0.2rem 0;
}
.year_tab .wrap:before{
	content: '';
	width: 1px;
	background: linear-gradient(180deg, rgba(169, 169, 169, 0.00) 0%, rgba(169, 169, 169, 1) 30%, rgba(169, 169, 169, 1) 70%, rgba(169, 169, 169, 0.00) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0.07rem;
	z-index: -1;
}
.year_tab .year{
	display: block;
	padding-left: 0.14rem;
	text-align: right;
	font-size: 0.24rem;
	line-height: 0.32rem;
	color: #999999;
	position: relative;
	margin-top: 0.35rem;
	cursor: pointer;
	transition: all 0.3s;
}
.year_tab .year:first-child{
	margin-top: 0 !important;
}
.year_tab .year:before{
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background: #999999;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.03rem;
	transition: all 0.3s;
}
.year_tab .year:hover{
	color: #355DED;
}
.year_tab .year.active{
	color: #355DED;
}
.year_tab .year:hover:before{
	background: #355DED;
}
.year_tab .year.active:before{
	background: #355DED;
	width: 0.14rem;
	height: 0.14rem;
	left: 0;
}
.year_detail{
	flex: 1;
	min-width: 0;
}
.year_detail_mod{
	margin-bottom: 0.3rem;
}
.year_detail_mod .year span{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 2.05rem;
	height: 0.46rem;
	line-height: 0.46rem;
	text-align: center;
	font-size: 0.22rem;
	color: #ffffff;
	padding: 0 0.46rem 0 0.18rem;
	background: url(../images/year_bg.png) no-repeat center;
	background-size: 100% 100%;
}
.year_detail_mod .cont{
	border-radius: 0 0.08rem 0.08rem 0.08rem;
	background: #ffffff;
	box-shadow: 0 0.04rem 0.4rem rgba(12, 44, 125, 0.08);
	padding: 0.3rem 0.5rem 0.3rem 0.52rem;
}
.year_detail_mod .cont .item{
	font-size: 0.18rem;
	line-height: 0.24rem;
	margin-top: 0.24rem;
	position: relative;
	padding-left: 0.35rem;
}
.year_detail_mod .cont .item:first-child{
	margin-top: 0 !important;
}
.year_detail_mod .cont .item i{
	width: 0.25rem;
	height: 1px;
	background: #DA251D;
	position: absolute;
	top: 0.12rem;
	left: 0;
}
.year_detail_mod .cont .item i:before{
	content: '';
	width: 5px;
	height: 5px;
	background: #DA251D;
	border-radius: 50%;
	position: absolute;
	left: -2px;
	top: -2px;
}
.tzz_hd_box{
	padding: 0.54rem 0.65rem;
	background: url(../images/tzz_hd_bg.jpg) no-repeat center;
	background-size: cover;
}
.tzz_hd_box .wrap{
	display: flex;
	align-items: center;
}
.tzz_hd_box .wrap .logo{
	width: 1.97rem;
	height: 1.97rem;
	border-radius: 50%;
	background: #ffffff;
	margin-right: 0.8rem;
	box-shadow: 0 0.04rem 0.4rem rgba(12, 44, 125, 0.08);
	display: flex;
	justify-content: center;
	align-items: center;
}
.tzz_hd_box .wrap .logo img{
	display: block;
	height: 0.38rem;
}
.tzz_hd_box .wrap .cont{
	flex: 1;
	min-width: 0;
	font-size: 0.16rem;
	line-height: 0.3rem;
}
.tzz_hd_box .wrap .cont p{
	margin-bottom: 0.08rem;
}
.tzz_hd_box .wrap .btn_wrap{
	margin-top: 0.3rem;
}
.tzz_hd_box .wrap .p_button{
	border-radius: 0.5rem;
	padding: 0.1rem 0.15rem;
	min-width: 2rem;
}
.verify_formbox{
	margin: 0.4rem 0;
	background: #ffffff;
	box-shadow: 0 0.04rem 0.4rem rgba(12, 44, 125, 0.08);
	padding: 0.25rem 0.3rem 0.35rem;
	text-align: center;
}
.verify_formbox .title{
	text-align: center;
	font-size: 0.2rem;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 0.1rem;
}
.verify_formbox p{
	font-size: 0.16rem;
	line-height: 1.5;
	color: #777777;
}
.verify_formbox .input_form{
	width: 3rem;
	margin: 0.24rem auto 0;
}
.verify_formbox .input_item{
	margin-bottom: 0.1rem;
}
.verify_formbox .btn_wrap{
	margin-top: 0.7rem;
}
.verify_formbox  .input_form .btn_wrap{
	margin-top: 0.2rem !important;
}
.verify_formbox .btn_wrap .p_button{
	min-width: 2rem;
}
.v_result_box{
	margin: 0.25rem 0 0.2rem;
	text-align: center;
}
.v_result_error,
.v_result_ok{
	display: inline-block;
	vertical-align: top;
	padding-left: 0.44rem;
	font-size: 0.2rem;
	line-height: 0.32rem;
	position: relative;
	font-weight: 500;
}
.v_result_error{
	color: #DA251D;
}
.v_result_ok{
	color: #03BB28;
}
.v_result_error:before,
.v_result_ok:before{
	content: '';
	width: 0.32rem;
	height: 0.32rem;
	position: absolute;
	top: 0;
	left: 0;
}
.v_result_error:before{
	background: url(../images/v_result_error.png) no-repeat center;
	background-size: 100%;
}
.v_result_ok:before{
	background: url(../images/v_result_ok.png) no-repeat center;
	background-size: 100%;
}

.sub_nav_wrap{
	display: flex;
	margin-bottom: 0.3rem;
	justify-content: center;
}
.sub_navtab{
	display: flex;
	border-radius: 0.28rem;
	background: rgba(248, 248, 248, 0.80);
	backdrop-filter: blur(5px);
	margin: 0 auto;
	position: relative;
	z-index: 20;
	padding: 0.06rem;
}
.sub_navtab li a{
	display: block;
	border-radius: 0.28rem;
	overflow: hidden;
	height: 0.44rem;
	line-height: 0.44rem;
	padding: 0 0.3rem;
	font-size: 0.16rem;
	text-align: center;
	color: #000;
	transition: all 0.3s;
	position: relative;
	z-index: 5;
}
.sub_navtab li a:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #6B62FF 0%, #3F9AFB 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.sub_navtab li a:hover{
	color: #355DED;
}
.sub_navtab li.active a,
.sub_navtab li.active a:hover{
	color: #ffffff;
}
.sub_navtab li.active a:before{
	opacity: 1;
	visibility: visible;
}
.tjjd_hm_module{
	padding: 0.4rem 0 0.6rem;
}
.tjjd_hm_module:last-child{
	padding-bottom: 0.2rem !important;
}
.tj_hd_list{
	margin: 0 -0.1rem 0.1rem;
	display: flex;
	flex-wrap: wrap;
}
.tj_hd_list li{
	width: 25%;
	box-sizing: border-box;
	padding: 0.1rem;
}
.tj_hd_list li .item{
	display: block;
	color: #111111;
	background: #F8F8F8;
	transition: all 0.3s;
}
.tj_hd_list li .item .pic{
	padding-top: 62.5%;
	overflow: hidden;
	position: relative;
}
.tj_hd_list li .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.tj_hd_list li .item .cont{
	padding: 0.3rem 0.2rem 0.42rem;
}
.tj_hd_list li .item h5{
	font-size: 0.16rem;
	line-height: 0.3rem;
	font-weight: 500;
	height: 0.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tj_hd_list li .item .time{
	font-size: 0.16rem;
	line-height: 0.22rem;
	margin-top: 0.12rem;
	color: #777777;
}
.tj_hd_list li .item:hover{
	transform: translateY(-0.1rem);
	color: #355DED;
}
.tj_pro_wrap{
	display: flex;
	margin-top: 0.5rem;
}
.tj_pro_wrap .row_01{
	flex: 1;
	min-width: 0;
}
.tj_pro_list li{
	border-bottom: 1px solid rgba(221, 221, 221, 0.5);
	margin-top: 0.12rem;
}
.tj_pro_list li:first-child{
	margin-top: 0 !important;
}
.tj_pro_list li .item{
	display: flex;
	padding: 0.2rem 0;
	font-size: 0.18rem;
	line-height: 0.2rem;
	color: #111111;
	align-items: center;
	transition: all 0.3s;
}
.tj_pro_list li:first-child .item{
	padding-top: 0 !important;
}
.tj_pro_list li .item h5{
	flex: 1;
	min-width: 0;
	font-weight: 500;
	font-size: 0.18rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tj_pro_list li .item .video_icon{
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.1rem;
	background: url(../images/icon_play2.png) no-repeat center;
	background-size: 100%;
}
.tj_pro_list li .item .arrow{
	display: block;
	width: 0.25rem;
	height: 0.12rem;
	background: url(../images/arrow_04.png) no-repeat center;
	background-size: 100%;
	margin-left: 0.1rem;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.tj_pro_list li .item:hover,
.tj_pro_list li.active .item{
	color: #355DED;
}
.tj_pro_list li .item:hover .video_icon,
.tj_pro_list li.active .item .video_icon{
	background-image: url(../images/icon_play2_on.png);
}
.tj_pro_list li .item:hover .arrow,
.tj_pro_list li.active .item .arrow{
	opacity: 1;
	visibility: visible;
}
.tj_pro_wrap .row_01 .btn_wrap{
	margin-top: 0.32rem;
}
.tj_pro_wrap .row_02{
	width: 7.17rem;
	margin-left: 0.5rem;
}
.tj_pro_info .pic{
	height: 4.03rem;
	overflow: hidden;
	position: relative;
	background: #111111;
}
.tj_pro_info .pic img,
.tj_pro_info .pic video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.tj_pro_info .pic .shadow{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.20);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
.tj_pro_info .pic .play_btn{
	display: inline-block;
	vertical-align: top;
	min-width: 0.6rem;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.2rem;
	color: #ffffff;
	padding-top: 0.72rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background: url(../images/icon_play.png) no-repeat center top;
	background-size: 0.6rem;
	transition: all 0.3s;
}
.tj_df_list{
	display: flex;
}
.tj_df_list li{
	width: 33.33333%;
}
.tj_df_list li .item{
	background: #F8F8F8;
	display: flex;
	flex-direction: column;
	color: #111111;
	transition: all 0.3s;
	position: relative;
	z-index: 5;
}
.tj_df_list li .item:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #6B62FF 0%, #4A67FF 48.56%, #3F9AFB 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.tj_df_list li:nth-child(2n) .item{
	flex-direction: column-reverse;
}
.tj_df_list li .item .pic{
	height: 2rem;
	overflow: hidden;
}
.tj_df_list li .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s;
}
.tj_df_list li .item .cont{
	box-sizing: border-box;
	height: 2rem;
	padding: 0.4rem;
}
.tj_df_list li .item .time{
	font-size: 0.16rem;
	line-height: 0.22rem;
	margin-bottom: 0.15rem;
	color: #777777;
	transition: all 0.3s;
}
.tj_df_list li .item h5{
	font-size: 0.18rem;
	line-height: 0.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tj_df_list li .item:hover{
	color: #ffffff;
}
.tj_df_list li .item:hover:before{
	opacity: 1;
	visibility: visible;
}
.tj_df_list li .item:hover .pic img{
	transform: scale(1.1);
}
.tj_df_list li .item:hover .time{
	color: #ffffff;
}
.tj_fxq_list{
	display: flex;
	flex-wrap: wrap;
	margin: -0.1rem -0.22rem;
}
.tj_fxq_list li{
	box-sizing: border-box;
	width: 50%;
	padding: 0.1rem 0.22rem;
}
.tj_fxq_list li .item{
	display: flex;
	flex-direction: row-reverse;
	height: 1.08rem;
	position: relative;
	z-index: 5;
	box-sizing: border-box;
	padding: 0.15rem 0.4rem 0.15rem 0.3rem;
	align-items: center;
	color: #111111;
	transition: all 0.3s;
}
.tj_fxq_list li .item:before{
	content: '';
	background: url(../images/tjjd_fxq_bg01.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: -0.18rem;
	left: -0.29rem;
	right: -0.29rem;
	bottom: -0.4rem;
	z-index: -1;
	transition: all 0.3s;
}
.tj_fxq_list li .item .time{
	width: 1rem;
	color: #777777;
	font-size: 0.16rem;
	line-height: 0.22rem;
	margin-right: 0.96rem;
	white-space: nowrap;
	transition: all 0.3s;
}
.tj_fxq_list li .item .ct{
	flex: 1;
	min-width: 0;
}
.tj_fxq_list li .item h5{
	font-size: 0.18rem;
	line-height: 0.26rem;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tj_fxq_list li .item:hover{
	color: #ffffff;
}
.tj_fxq_list li .item:hover .time{
	color: #ffffff;
}
.tj_fxq_list li .item:hover:before{
	background-image: url(../images/tjjd_fxq_bg02.png);
}

.pb_cm_title .fund_search_box{
	margin-left: 0.3rem;
}
.fund_search_input{
	position: relative;
	width: 4rem;
	height: 0.4rem;
	box-sizing: border-box;
}
.fund_search_input .t1{
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 0.4rem;
	border: 1px solid #DDDDDD;
	background: #ffffff;
	padding: 0 0.49rem 0 0.19rem;
	font-size: 0.14rem;
	color: #111111;
	outline: none;
}
.fund_search_input .btn{
	width: 0.24rem;
	height: 0.24rem;
	background: url(../images/search_icon2.png) no-repeat center;
	background-size: 0.16rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.16rem;
	z-index: 50;
}
.fund_search_input .query_layer{
	margin-top: 0;
	max-height: 1.6rem;
}
.pf_condbox{
	background: #F9F9F9;
	padding: 0.08rem 0.3rem;
	margin: 0.3rem 0 0.4rem;
}
.pf_condbox:first-child{
	margin-top: 0 !important;
}
.pf_condbox dl{
	border-bottom: 1px solid #F1F1F1;
	padding: 0.12rem 0;
	display: flex;
}
.pf_condbox dl:last-child{
	border-bottom: 0 none;
}
.pf_condbox dl dt{
	width: 0.8rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
}
.pf_condbox dl dd{
	flex: 1;
	min-width: 0;
}
.pd_filter_link{
	margin-bottom: -0.06rem;
	padding-bottom: 0.01rem;
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
}
.pd_filter_link a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #444444;
	transition: all 0.3s;
	margin-left: 0.3rem;
	margin-bottom: 0.05rem;
}
.pd_filter_link a:hover,
.pd_filter_link a.active{
	color: #355DED;
}
.pd_sub_link{
	font-size: 0;
	margin-top: 0.12rem;
	background: #ffffff;
	border-radius: 0.02rem;
	padding: 0.09rem 0.23rem 0.04rem;
	margin-left: 0.07rem;
}
.pd_sub_link a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #444444;
	transition: all 0.3s;
	margin-right: 0.3rem;
	margin-bottom: 0.05rem;
}
.pd_sub_link a:hover,
.pd_sub_link a.active{
	color: #355DED;
}
.pro_cm_table td .num{
	font-weight: 700;
	white-space: nowrap;
	font-size: 0.16rem;
}
.pro_cm_table td .date{
	font-size: 0.12rem;
	line-height: 0.16rem;
	color: #777777;
	white-space: nowrap;
}
.fund_name{
	display: inline-block;
	vertical-align: top;
	font-size: 0.18rem;
	font-weight: 500;
	line-height: 0.22rem;
	color: #111111;
	transition: all 0.3s;
}
.fund_code{
	font-size: 0.16rem;
	font-family: 'D-DIN-Medium';
	color: #777777;
	margin-top: 0.03rem;
}
.sort_link{
	display: inline-block;
	height: 0.24rem;
	line-height: 0.24rem;
	cursor: pointer;
	position: relative;
	padding-right: 0.16rem;
	margin-right: -0.16rem;
}
.sort_link .up,
.sort_link .down{
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0;
	border-color: #ffffff transparent transparent;
	position: absolute;
	right: 0;
	transition: all 0.3s;
	opacity: 0.5;
}
.sort_link .up{
	transform: rotate(-180deg);
	bottom: 50%;
	margin-bottom: 1px;
}
.sort_link .down{
	top: 50%;
	margin-top: 1px;
}
.sort_link.up_active .up{
	opacity: 1;
}
.sort_link.down_active .down{
	opacity: 1;
}
.blue_spel_color{
	color: #3F9AFB;
}
.dialog_box{
	background: #ffffff;
	padding: 0.15rem;
	box-sizing: border-box;
	width: 12rem;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 3000;
}
.dialog_box .close{
	width: 0.4rem;
	height: 0.4rem;
	background: url(../images/icon_close.png) no-repeat center;
	background-size: 0.2rem;
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	z-index: 50;
}
.dialog_title{
	padding: 0.1rem 0.4rem;
	text-align: center;
	line-height: 0.3rem;
}
.dialog_title h3{
	font-size: 0.24rem;
	font-weight: 500;
}
.dialog_cont{
	padding: 0.2rem 0.45rem;
	overflow: auto;
	max-height: 4.4rem;
}
.protocol_txt{
	font-size: 0.18rem;
	line-height: 1.6;
	color: #444444;
}
.protocol_txt > p{
	margin-top: 0.15rem;
}
.protocol_txt > p:first-child{
	margin-top: 0 !important;
}
.dialog_btn{
	padding: 0.3rem;
	text-align: center;
	display: flex;
	justify-content: center;
}
.dialog_btn .p_button{
	min-width: 2rem;
	margin-left: 0.2rem;
}
.dialog_btn .p_button:first-child{
	margin-left: 0 !important;
}
.detail_txt_item.spel{
	font-size: 0.16rem;
}
.article_list.download li .item{
	display: flex;
	align-items: center;
	padding-right: 0 !important;
}
.article_list.download li .item h5{
	flex: 1;
	min-width: 0;
}
.article_list.download li .item .time{
	margin-top: 0;
	margin-left: 0.3rem;
	font-size: 0.14rem;
}
.article_list.download li .item:after{
	display: none;
}
.article_list.download li .item h5{
	font-size: 0.16rem;
	line-height: 0.22rem;
}
.cm_data_box{
	margin: 0.16rem 0 0.4rem;
}
.cm_data_box .tips{
	font-size: 0.16rem;
	line-height: 0.22rem;
	margin: 0.1rem 0;
	color: #777777;
}
.cm_data_list{
	margin: -0.08rem;
	display: flex;
	flex-wrap: wrap;
}
.cm_data_list li{
	width: 25%;
	padding: 0.08rem;
	box-sizing: border-box;
}
.cm_data_list li .item{
	height: 100%;
	box-sizing: border-box;
	padding: ;
	border: 0.02rem solid #FFF;
	background: linear-gradient(180deg, #F9FCFF 12.2%, #FFF 100%);
	box-shadow: 0 0.05rem 0.1rem rgba(12, 44, 125, 0.08);
	padding: 0.2rem;
	text-align: center;
}
.cm_data_list li .item .data{
	font-size: 0.2rem;
	line-height: 1.4;
	color: #355DED;
}
.cm_data_list li .item .data strong{
	font-weight: 600;
	background: linear-gradient(90deg, #6B62FF 0%, #4A67FF 48.56%, #3F9AFB 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cm_data_list li .item p{
	margin-top: 0.1rem;
	font-size: 0.16rem;
	line-height: 1;
	color: #444444;
}
.detail_txt_wrap.xjh .detail_txt_item{
	margin-top: 0;
	padding-left: 0.2rem;
}
.detail_txt_wrap.xjh .detail_txt_item .detail_txt_title{
	position: relative;
}
.detail_txt_wrap.xjh .detail_txt_item .detail_txt_title:before{
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	background: #355DED;
	border-radius: 50%;
	position: absolute;
	left: -0.2rem;
	top: 0.12rem;
}
.path_box{
	padding: 0.2rem 0;
	line-height: 0.2rem;
	font-size: 0.14rem;
	color: #999999;
}
.path_box a{
	display: inline-block;
	vertical-align: top;
	margin: 0 0.08rem;
	color: #999999;
	transition: all 0.3s;
}
.path_box a.now{
	color: #666666;
	margin-right: 0 !important;
}
.path_box a.home{
	padding-left: 0.22rem;
	background: url(../images/home_icon.png) no-repeat left center;
	background-size: 0.14rem;
	margin-left: 0 !important;
}
.path_box a:hover{
	color: #E40012;
}
.pro_tit_module{
	background: linear-gradient(90deg, #6B62FF 0%, #4A67FF 48.56%, #3F9AFB 100%);
	padding: 0.6rem 0 0.5rem;
	color: #ffffff;
}
.pro_tit_module .wrapfix{
	display: flex;
	align-items: center;
}
.pro_tit_module .row_01{
	flex: 1;
	min-width: 0;
}
.pro_tit_module .row_02{
	margin-left: 0.4rem;
}
.pro_tit_module .row_02 .pic{
	width: 2.18rem;
}
.pro_tit_module .row_02 .pic img{
	display: block;
	width: 100%;
}
.pro_name{
	margin-bottom: 0.2rem;
	align-items: center;
	font-size: 0.36rem;
	line-height: 0.5rem;
	color: #ffffff;
}
.pro_name .title{
	margin-right: 0.2rem;
	font-weight: 500;
}
.pro_name .code{
	font-size: 0.28rem;
	display: inline-block;
	vertical-align: top;
	font-family: 'D-DIN';
	font-weight: 700;
}
.pro_otherinfo{
	font-size: 0.16rem;
	line-height: 0.22rem;
	display: flex;
	flex-wrap: wrap;
}
.pro_otherinfo .item{
	box-sizing: border-box;
	padding-right: 0.24rem;
	width: 33.3333%;
	margin-bottom: 0.1rem;
}
.pro_otherinfo .item.w100{
	width: 100%;
}
.pro_intro_data{
	display: flex;
	margin-top: 0.2rem;
}
.pro_intro_data .item{
	margin-right: 0.6rem;
	min-width: 2.24rem;
}
.pro_intro_data .item .data{
	font-size: 0.52rem;
	line-height: 1;
	font-family: 'D-DIN';
	font-weight: 700;
}
.pro_intro_data .item p{
	font-size: 0.14rem;
	line-height: 0.2rem;
	margin-top: 0.1rem;
}
.pro_tit_module .tips{
	margin-top: 0.24rem;
	font-size: 0.14rem;
	line-height: 0.2rem;
}
.pro_detail_page{
	padding: 0.2rem 0 0.8rem;
}
.pro_detail_topbox{
	display: flex;
	margin-bottom: 0.5rem;
}
.pro_detail_topbox > .row_01{
	flex: 1;
	min-width: 0;
}
.pro_detail_topbox > .row_02{
	width: 2.82rem;
	margin-left: 0.4rem;
} 
.pro_subtab{
	margin-bottom: 0.2rem;
}
.pro_subtab ul{
	display: flex;
}
.pro_subtab li a{
	display: block;
	padding: 0.08rem 0.26rem;
	font-size: 0.18rem;
	line-height: 0.25rem;
	color: #444444;
	background: #F8F8F8;
	transition: all 0.3s;
	position: relative;
	z-index: 5;
}
.pro_subtab li a:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #6B62FF 0%, #4A67FF 48.56%, #3F9AFB 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.pro_subtab li a:hover{
	color: #355DED;
}
.pro_subtab li.active a{
	color: #ffffff !important;
}
.pro_subtab li.active a:before{
	opacity: 1;
	visibility: visible;
}
.chart_opea_layout{
	display: flex;
	margin-bottom: 0.22rem;
	align-items: center;
}
.chart_opea_layout .chart_cm_tab{
	flex: 1;
	min-width: 0;
	margin-bottom: 0;
}
.chart_cm_tab{
	margin-bottom: 0.2rem;
	display: flex;
	padding: 0.05rem 0;
}
.chart_cm_tab a{
	display: block;
	padding: 0.1rem 0;
	font-size: 0.16rem;
	line-height: 0.2rem;
	color: #444444;
	margin-right: 0.24rem;
	transition: all 0.3s;
}
.chart_cm_tab a:last-child{
	margin-right: 0 !important;
}
.chart_cm_tab a:hover,
.chart_cm_tab a.active{
	color: #355DED;
}
.detail_chart_img > img{
	display: block;
	max-width: 100%;
}
.com_date_box{
	width: 2rem;
	border-bottom: 1px solid #E0E0E0;
	position: relative;
}
.com_date_box .wrap{
	display: flex;
	align-items: center;
}
.com_date_box .item{
	flex: 1;
	min-width: 0;
}
.com_date_box .item input{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 0.4rem;
	font-size: 0.14rem;
	outline: none;
	border: 0 none;
}
.com_date_box .line{
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #777777;
	margin: 0 0.05rem;
}
.com_date_box .icon{
	display: block;
	width: 0.14rem;
	height: 0.14rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAYAAACkVDyJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADVSURBVEhL7ZbBDcMgEAQpISW4c7uDWDKIp9MRJThAlhOKsjEW2OSRkfYB7LHci1N7aK23ICwppb5dTgm01g7evHq5VNhYd8+Qh50VlMvF0GVZZmxMfuMWX5GRCrCkMB8amnC+ilFafiOdY0n55guN4NwVX1iL5HQLvEr9AtH5afwDm3M4MPmYYKOI72gBE2wU8ZUW1PL7gcnHBBtFfEcLmGCjiK+0oJaugXG8+PTbtwK/vgSG4Wnzo8bIfv0aQiPGmBEZ8/VDVCCEZsNUazl/9+MVptQT5ESEkAoWX/EAAAAASUVORK5CYII=") no-repeat center;
	background-size: 100% auto;
	margin-left: 0.1rem;
}
.pro_sy_box .title{
	border-bottom: 1px solid #F1F1F1;
	padding-bottom: 0.1rem;
	display: flex;
	align-items: center;
	font-size: 0.16rem;
	line-height: 0.18rem;
}
.pro_sy_box .title h5{
	flex: 1;
	min-width: 0;
	font-weight: 600;
	font-size: 0.16rem;
}
.pro_sy_box .title .date{
	font-size: 0.14rem;
	color: #777777;
}
.pro_sy_box .list li{
	border-bottom: 1px solid #F1F1F1;
	display: flex;
	padding: 0.12rem 0.1rem;
	font-size: 0.16rem;
	line-height: 0.2rem;
}
.pro_sy_box .list li .tit{
	width: 1rem;
}
.pro_sy_box .list li .ct{
	flex: 1;
	min-width: 0;
	text-align: right;
}
.pro_sy_box .list li .color_green{
	color: #19890F !important;
}
.pro_tabwrap{
	margin: 0.5rem 0 0.4rem;
}
.pro_tabnav{
	display: flex;
	background: #F8F8F8;
}
.pro_tabnav li{
	flex: 1;
	min-width: 0;
}
.pro_tabnav li a{
	display: block;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.2rem;
	color: #444444;
	text-align: center;
	transition: all 0.3s;
	position: relative;
	z-index: 5;
}
.pro_tabnav li a:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #6B62FF 0%, #4A67FF 48.56%, #3F9AFB 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.pro_tabnav li a:hover{
	color: #355DED;
}
.pro_tabnav li.active a{
	color: #ffffff;
}
.pro_tabnav li.active a:before{
	opacity: 1;
	visibility: visible;
}
.pro_detail_txt{
	border-top: 1px solid #E9E9E9;
	padding-top: 0.2rem;
	font-size: 0.16rem;
	line-height: 1.7;
}
.pro_detail_txt > p{
	margin-top: 0.1rem;
}
.pro_detail_txt > p:first-child{
	margin-top: 0 !important;
}
.cm_mg_list{
	background: rgba(248, 248, 248, 0.9);
	padding: 0.08rem;
	position: relative;
	z-index: 5;
}
.cm_mg_item{
	display: flex;
	margin-top: 0.2rem;
	padding: 0.3rem;
	border: 1px solid #355DED;
	background: #ffffff;
}
.cm_mg_item:first-child{
	margin-top: 0 !important;
}
.cm_mg_item .pic{
	width: 2.24rem;
	height: 3rem;
	margin-right: 0.35rem;
	overflow: hidden;
}
.cm_mg_item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cm_mg_item .cont{
	flex: 1;
	min-width: 0;
}
.cm_mg_item .cont h5{
	font-size: 0.24rem;
	line-height: 0.34rem;
	padding: 0.1rem 0;
	font-weight: 600;
	display: flex;
	align-items: flex-end;
}
.cm_mg_item .cont h5 strong{
	font-weight: 600;
}
.cm_mg_item .cont h5 em{
	font-weight: normal;
	font-size: 0.14rem;
	line-height: 0.26rem;
	color: #777777;
	margin-left: 0.08rem;
}
.cm_mg_item .info{
	display: flex;
	font-size: 0.14rem;
	line-height: 0.22rem;
	margin-bottom: 0.2rem;
	color: #444444;
}
.cm_mg_item .info .item{
	margin-right: 0.3rem;
}
.cm_mg_item .info .item:last-child{
	margin-right: 0 !important;
}
.cm_mg_item .info .item strong{
	font-weight: normal;
	color: #777777;
	margin-left: 0.14rem;
}
.cm_mg_item .txt{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #444444;
	padding-top: 0.1rem;
	border-top: 1px solid #F1F1F1;
}
.cm_mg_item .txt p{
	margin-top: 0.2rem;
}
.article_list.notice{
	border-top: 1px solid #EBEBEB;
}
.article_list.notice li .item{
	display: flex;
	align-items: center;
	padding-right: 0 !important;
}
.article_list.notice li .item h5{
	flex: 1;
	min-width: 0;
}
.article_list.notice li .item .time{
	margin-top: 0;
	margin-left: 0.3rem;
	font-size: 0.14rem;
}
.article_list.notice li .item:after{
	display: none;
}
.article_list.notice li .item h5{
	font-size: 0.16rem;
	line-height: 0.22rem;
}
.pro_fl_txt{
	font-size: 0.16rem;
	line-height: 0.22rem;
}
.pro_fl_txt > p{
	color: #444444;
}
.detail_data_table{
	width: 100%;
	border-collapse: collapse;
	border: 0 none;
	word-wrap: break-word;
	border-bottom: 1px solid #F1F1F1;
}
.detail_data_table tr:nth-child(2n+1){
	background: #F9F9F9;
}
.detail_data_table tr:nth-child(2n){
	background: #ffffff;
}
.detail_data_table th{
	padding: 0.19rem 0.29rem;
	text-align: left;
	border: 0 none;
	font-size: 0.16rem;
	line-height: 0.22rem;
	font-weight: normal;
	color: #444444;
}
.detail_data_table td{
	padding: 0.19rem 0.29rem;
	text-align: left;
	border: 0 none;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #444444;
}
.detail_data_table th:first-child,
.detail_data_table td:first-child{
	padding-left: 0.6rem !important;
}
.detail_data_table.center th,
.detail_data_table.center td{
	text-align: center;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
.detail_data_table.center th:first-child,
.detail_data_table.center td:first-child{
	padding-left: 0.2rem;
}
.table_flexbox{
	margin: -0.1rem;
	display: flex;
	flex-wrap: wrap;
}
.table_flexbox > .col_item{
	width: 50%;
	padding: 0.1rem;
	box-sizing: border-box;
}
.table_flexbox > .col_item .pro_info_wrap{
	box-sizing: border-box;
	height: 100%;
}
.pro_name_type{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 0.24rem;
	border-radius: 0.04rem;
	border: 1px solid rgba(255, 255, 255, 0.80);
	background: rgba(255, 255, 255, 0.10);
}
.pro_name_type .value{
	box-sizing: border-box;
	height: 0.48rem;
	line-height: 0.48rem;
	padding: 0 0.49rem 0 0.19rem;
	font-size: 0.32rem;
	min-width: 0;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	color: #ffffff;
}
.pro_name_type .value:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.1rem 0.1rem 0;
	border-color: #ffffff transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -0.05rem;
	right: 0.19rem;
}
.pro_name_type .list{
	box-sizing: border-box;
	background: #ffffff;
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	z-index: 100;
	box-shadow: 0 0.04rem 0.14rem rgba(0,0,0,0.1);
	border-radius: 0.04rem;
	max-height: 1.6rem;
	overflow: auto;
	margin-top: 1px;
	padding: 0.05rem 0;
}
.pro_name_type .list li{
	cursor: pointer;
	padding: 0.06rem 0.2rem;
	font-size: 0.18rem;
	line-height: 1.5;
	color: #444444;
	transition: all 0.3s;
}
.pro_name_type .list li:hover{
	background: #f9f9f9;
	color: #355DED;
}
.pro_name .code_2{
	font-size: 0.2rem;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
}
.pro_name.spel{
	margin-bottom: 0.3rem;
}
.mt40{
	margin-top: 0.4rem !important;
}
.cm_exp_tips{
	background: #F8F8F8;
	padding: 0.2rem;
	margin-top: 0.3rem;
	font-size: 0.18rem;
	line-height: 0.28rem;
	color: #444444;
}
.cm_exp_tips h5{
	font-size: 0.18rem;
	font-weight: 600;
	color: #111111;
	margin-bottom: 0.05rem;
}
.serve_cs_list{
	margin: 0.2rem -0.1rem 0.1rem;
	display: flex;
	flex-wrap: wrap;
}
.serve_cs_list li{
	width: 50%;
	padding: 0.1rem;
	box-sizing: border-box;
}
.serve_cs_list li .item{
	background: #F8F8F8;
	padding: 0.32rem;
	display: flex;
	box-sizing: border-box;
	height: 100%;
}
.serve_cs_list li .item .icon{
	box-sizing: border-box;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 0.08rem;
	margin-right: 0.32rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #355DED;
}
.serve_cs_list li .item .icon img{
	display: block;
	width: 0.32rem;
}
.serve_cs_list li .item .ct{
	flex: 1;
	min-width: 0;
}
.serve_cs_list li .item h5{
	font-size: 0.2rem;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 0.08rem;
}
.serve_cs_list li .item p{
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #777777;
}
.software_list_2{
	margin: -0.1rem;
	display: flex;
	flex-wrap: wrap;
}
.software_list_2 .col_libox{
	width: 50%;
	box-sizing: border-box;
	padding: 0.1rem;
}
.software_item_2{
	box-sizing: border-box;
	height: 100%;
	border: 0.02rem solid #FFF;
	background: linear-gradient(180deg, #F9FCFF 12.2%, #FFF 100%);
	box-shadow: 0 0.05rem 0.1rem rgba(12, 44, 125, 0.08);
	padding: 0.25rem;
}
.software_item_2 .title{
	display: flex;
	align-items: center;
	margin-bottom: 0.15rem;
}
.software_item_2 .title .icon{
	width: 0.4rem;
	height: 0.4rem;
	margin-right: 0.18rem;
	border-radius: 0.06rem;
	overflow: hidden;
}
.software_item_2 .title .icon img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.software_item_2 .title h5{
	flex: 1;
	min-width: 0;
	font-size: 0.2rem;
	line-height: 1;
	font-weight: 500;
}
.software_item_2 .info{
	display: flex;
	flex-wrap: wrap;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #444444;
	margin-right: -0.15rem;
}
.software_item_2 .info .item{
	box-sizing: border-box;
	width: 50%;
	padding-right: 0.15rem;
	margin-bottom: 0.1rem;
}
.software_item_2 .info .item.w100{
	width: 100%;
}
.software_item_2 .txt{
	margin-top: 0.1rem;
	margin-right: -0.1rem;
	padding-right: 0.1rem;
	height: 1.85rem;
	overflow: auto;
}
.software_item_2 .txt .item{
	margin-top: 0.1rem;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #444444;
}
.software_item_2 .txt .item h5{
	font-size: 0.14rem;
	line-height: 0.2rem;
	font-weight: 600;
	color: #111111;
}
.software_item_2 .txt .item p{
	margin-top: 0.04rem;
}
.software_opea{
	display: flex;
	margin-top: 0.18rem;
}
.software_opea .item{
	position: relative;
	flex: 1;
	min-width: 0;
	margin-left: 0.08rem;
}
.software_opea .item:first-child{
	margin-left: 0 !important;
}
.software_opea .item .btn{
	display: block;
	font-size: 0.14rem;
	line-height: 0.2rem;
	padding: 0.09rem 0.04rem;
	text-align: center;
	border: 1px solid #355DED;
	color: #355DED;
	transition: all 0.3s;
	position: relative;
	z-index: 5;
}
.software_opea .item .btn:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #6B62FF 0%, #4A67FF 48.56%, #3F9AFB 100%);
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.software_opea .item:hover .btn{
	background: #355DED;
	color: #ffffff;
}
.software_opea .item:hover .btn:before{
	opacity: 1;
	visibility: visible;
}
.software_opea .item .layer{
	box-sizing: border-box;
	width: 1.45rem;
	padding: 0.1rem;
	background: #ffffff;
	border-radius: 0.06rem;
	box-shadow: 0 0.05rem 0.1rem rgba(23, 37, 64, 0.30);
	position: absolute;
	bottom: 100%;
	margin-bottom: 0.1rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.software_opea .item .layer:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.06rem 0.06rem 0;
	 border-color: #ffffff transparent transparent;
	 position: absolute;
	 bottom: -0.06rem;
	 left: 50%;
	 transform: translateX(-50%);
}
.software_opea .item .layer .pic{
	height: 1.25rem;
	overflow: hidden;
}
.software_opea .item .layer .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.software_opea .item:hover .layer{
	opacity: 1;
	visibility: visible;
}
.wt_h5_box{
	background: url(../images/serve_wt_bg02.jpg) no-repeat center;
	background-size: cover;
	color: #ffffff;
	padding: 0.92rem 0.98rem 0.54rem;
}
.wt_h5_box .cont h5{
	font-size: 0.6rem;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 0.72rem;
}
.wt_h5_box .cont h5 em{
	display: block;
	font-size: 0.35rem;
	margin-top: 0.1rem;
	font-style: normal;
}
.n_qrcode_item{
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.n_qrcode_item .pic{
	width: 1.6rem;
	height: 1.6rem;
	padding: 0.12rem;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 0.12rem;
	background: url(../images/qrcode_line.png) no-repeat center;
	background-size: 100%;
}
.n_qrcode_item .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.n_qrcode_item p{
	font-size: 0.18rem;
	line-height: 0.24rem;
	margin-top: 0.08rem;
}
.wt_app_box{
	background: url(../images/serve_wt_bg01.jpg) no-repeat center;
	background-size: cover;
	padding: 0.44rem;
	position: relative;
	z-index: 5;
	margin-bottom: 0.6rem;
}
.wt_app_box .img_wrap{
	width: 4.44rem;
	height: 4.1rem;
	overflow: hidden;
	position: absolute;
	right: 0.2rem;
	bottom: 0;
	z-index: -1;
	margin: 0;
}
.wt_app_box .img_wrap img{
	display: block;
	width: 100%;
}
.wt_app_box .cont h5{
	font-size: 0.4rem;
	line-height: 1.4;
	font-weight: 600;
}
.wt_app_box .cont .title{
	font-size: 0.6rem;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 0.2rem;
}
.wt_app_box .cont .title strong{
	display: inline-block;
	vertical-align: top;
	background: linear-gradient(90deg, #6B62FF 0%, #4A67FF 48.56%, #3F9AFB 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
}
.wt_app_box .cont .list{
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	margin-bottom: 0.4rem;
}
.wt_app_box .cont .list li{
	box-sizing: border-box;
	padding-left: 0.3rem;
	position: relative;
	margin-bottom: 0.14rem;
	box-sizing: border-box;
	width: 50%;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #111111;
}
.wt_app_box .cont .list li:before{
	content: '';
	width: 0.23rem;
	height: 0.23rem;
	background: url(../images/fast_list_icon.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: -0.02rem;
	left: 0;
}
.online_cs_link{
	display: inline-block;
	font-size: 0.24rem;
	line-height: 1.5;
	color: #444444;
	margin-left: 0.2rem;
	transition: all 0.3s;
}
.online_cs_link:hover{
	color: #355DED;
}
.wt_app_process{
	border: 0.02rem solid #FFF;
	background: linear-gradient(180deg, #F9FCFF 12.2%, #FFF 100%);
	box-shadow: 0 0.05rem 0.1rem rgba(12, 44, 125, 0.08);
	padding: 0.38rem;
	font-size: 0.24rem;
	line-height: 1.5;
	color: #444444;
}
.wt_app_process p{
	margin-top: 0.16rem;
}
.wt_app_process p:first-child{
	margin-top: 0 !importantt;
}
.query_form_wrap .col_item a{
	margin-left: 0.12rem;
}
.query_form_wrap .col_item a:first-child{
	margin-left: 0;
}
.query_form_wrap .col_item.flex_1{
	flex: 1;
	min-width: 0;
}
.query_form_wrap .col_item.flex_1 .p_dropdown,
.query_form_wrap .col_item.flex_1 .p_input{
	width: 100%;
}
.sub_navtab.spel{
	background: none;
	padding: 0;
	border-radius: 0;
	width: 100%;
	box-sizing: border-box;
}
.sub_navtab.spel li{
	flex: 1;
	min-width: 0;
	background: linear-gradient(90deg, #6B62FF 0%, #3F9AFB 100%);
	padding: 1px;
	padding-left: 0;
}
.sub_navtab.spel li:first-child{
	padding-left: 1px;
}
.sub_navtab.spel li a{
	background: #ffffff;
	border-radius: 0;
	color: #355DED;
}
.sub_navtab.spel li.active a{
	color: #ffffff;
}
.detail_txt_wrap.info > .title{
	padding: 0.1rem 0 0;
}
.detail_txt_wrap.info .detail_txt_item{
	margin-top: 0.3rem;
	padding: 0.3rem 0.2rem 0.24rem 0.4rem;
	border: 0.02rem solid #FFF;
	background: linear-gradient(180deg, #F9FCFF 12.2%, #FFF 100%);
	box-shadow: 0 0.05rem 0.1rem rgba(12, 44, 125, 0.08);
}
.detail_txt_wrap.info .detail_txt_item .detail_txt_title{
	position: relative;
}
.detail_txt_wrap.info .detail_txt_item .detail_txt_title:before{
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	background: #355DED;
	border-radius: 50%;
	position: absolute;
	left: -0.2rem;
	top: 0.12rem;
}
.per_type_list{
	margin: -0.1rem;
	display: flex;
	flex-wrap: wrap;
}
.per_type_list li{
	padding: 0.1rem;
	width: 50%;
	box-sizing: border-box;
}
.per_type_list li .item{
	display: flex;
	color: #444444;
	padding: 0.3rem 0.4rem;
	border: 0.02rem solid #FFF;
	background: linear-gradient(180deg, #F9FCFF 12.2%, #FFF 100%);
	box-shadow: 0 0.05rem 0.1rem rgba(12, 44, 125, 0.08);
	align-items: center;
}
.per_type_list li .item .icon{
	width: 0.45rem;
	height: 0.45rem;
	margin-right: 0.15rem;
}
.per_type_list li .item .icon img{
	display: block;
	width: 100%;
}
.per_type_list li .item h5{
	flex: 1;
	min-width: 0;
	font-size: 0.16rem;
	line-height: 0.22rem;
	font-weight: 500;
}
.yyb_link{
	color: #111111;
	transition: all 0.3s;
}
.yyb_link:hover{
	color: #355DED;
}
.branch_layer{
	padding: 0.25rem;
}
.branch_layer .dialog_title{
	text-align: left;
	padding-left: 0;
	padding-top: 0;
}
.branch_info_wrap{
	display: flex;
	margin-top: 0.2rem;
}
.branch_info_wrap .pic{
	width: 3.52rem;
	margin-right: 0.38rem;
}
.branch_info_wrap .pic img{
	display: block;
	width: 100%;
}
.branch_info_wrap .row_02{
	flex: 1;
	min-width: 0;
	display: flex;
	padding-right: 20%;
}
.branch_info_wrap .row_02 .col_item:nth-child(1){
	width: 2.15rem;
	margin-right: 0.12rem;
}
.branch_info_wrap .row_02 .col_item:last-child{
	flex: 1;
	min-width: 0;
}
.branch_info_list li{
	display: flex;
	margin-top: 0.14rem;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #444444;
}
.branch_info_list li:first-child{
	margin-top: 0 !important;
}
.branch_info_list li .ct{
	flex: 1;
	min-width: 0;
}
.branch_txt_mod{
	margin-top: 0.3rem;
	font-size: 0.14rem;
	line-height: 0.26rem;
	color: #444444;
}
.branch_txt_mod h5{
	font-size: 0.16rem;
	line-height: 0.26rem;
	font-weight: 600;
	color: #111111;
	margin-bottom: 0.1rem;
}
.acct_info_list{
	display: flex;
	flex-wrap: wrap;
}
.acct_info_list .item{
	min-width: 50%;
	margin-bottom: 0.14rem;
}

.search_combox{
	padding: 0.98rem 0 0.8rem;
	background: url(../images/search_bg.jpg) no-repeat center;
	background-size: cover;
}
.search_cominput{
	background: #ffffff;
	display: flex;
	box-sizing: border-box;
	height: 0.6rem;
	border-radius: 0.02rem;
	position: relative;
}
.search_cominput .icon{
	width: 0.3rem;
	height: 0.3rem;
	background: url(../images/search_icon.png) no-repeat center;
	background-size: 0.24rem;
	opacity: 0.6;
	position: absolute;
	top: 50%;
	left: 0.2rem;
	transform: translateY(-50%);
	z-index: 5;
}
.search_cominput .p_input{
	box-sizing: border-box;
	flex: 1;
	min-width: 0;
	padding: 0 0.26rem 0 0.6rem;
	border: 0 none;
	height: 0.62rem;
	border-radius: 0.02rem;
	background-color: transparent !important;
	background-image: none !important;
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
	font-size: 0.18rem;
	color: #111111;
	outline: none;
}
.search_cominput .btn{
	display: block;
	width: 0.98rem;
	text-align: center;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.18rem;
	color: #ffffff;
	background: #355DED;
	transition: all 0.3s;
}
.search_cominput .btn:hover{
	opacity: 0.9;
}
.com_navtab.left{
	justify-content: flex-start;
}
.search_section{
	padding-bottom: 0.5rem;
}
.search_result_module{
	margin: 0.3rem 0;
}
.search_result_title{
	display: flex;
	align-items: center;
	padding-bottom: 0.2rem;
	border-bottom: 1px dashed rgba(40, 53, 82, 0.10);
}
.search_result_title h3{
	flex: 1;
	min-width: 0;
	padding-left: 0.32rem;
	position: relative;
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: 500;
}
.search_result_title h3:before{
	content: '';
	width: 0.24rem;
	height: 0.24rem;
	background: url(../images/texture_img02.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.search_result_title .more{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.2rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #444444;
	padding-right: 0.14rem;
	position: relative;
	transition: all 0.3s;
}
.search_result_title .more i{
	display: inline-block;
	width: 0.09rem;
	height: 0.14rem;
	background: url(../images/arrow_05.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: all 0.3s;
}
.search_result_title .more:hover{
	color: #355DED;
}
.search_result_title .more:hover i{
	background-image: url(../images/arrow_05_on.png);
}
.search_columnlist li{
	border-bottom: 1px dashed rgba(40, 53, 82, 0.10);
	padding: 0.24rem 0;
}
.search_columnlist li h4{
	font-size: 0.18rem;
	line-height: 0.25rem;
	font-weight: 500;
	color: #111111;
}
.search_columnlist li .nav_cont{
	margin-top: 0.1rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #444444;
}
.search_columnlist li .nav_cont a{
	color: #444444;
}
.search_columnlist li .nav_cont a:hover{
	color: #111111;
}
.search_columnlist li .nav_cont em{
	margin: 0 0.05rem;
}
.search_articlelist li{
	border-bottom: 1px dashed rgba(40, 53, 82, 0.10);
}
.search_articlelist li .item{
	display: block;
	padding: 0.24rem 0;
	color: #111111;
}
.search_articlelist li h5{
	font-size: 0.18rem;
	line-height: 0.25rem;
	font-weight: 500;
}
.search_articlelist li p{
	margin-top: 0.1rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #444444;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.search_articlelist li .info{
	margin-top: 0.1rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #444444;
}
.search_articlelist li .info span{
	margin-right: 0.2rem;
}
.cm_video_list.col_4 li{
	width: 25%;
}
.system_tipbox{
	padding: 1.2rem 0;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.22rem;
}
.system_tipbox .pic{
	margin-bottom: 0.1rem;
}
.system_tipbox .pic img{
	display: block;
	height: 1.72rem;
	margin: 0 auto;
}
.article_cm_wrap{
	padding: 0 0 0.8rem;
}
.article_box{
	background: #ffffff;
	padding: 0.4rem 0.6rem;
	box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.06);
}
.article_title{
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 0.2rem;
	margin-bottom: 0.3rem;
}
.article_title h2{
	text-align: center;
	font-size: 0.28rem;
	line-height: 1.42;
	font-weight: 500;
}
.article_title .info{
	margin-top: 0.2rem;
	display: flex;
	justify-content: center;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #999;
}
.article_title .info .item{
	margin-left: 0.6rem;
}
.article_title .info .item:first-child{
	margin-left: 0 !important;
}
.article_title .info .item a{
	color: #333333;
	margin: 0 0.04rem;
	transition: all 0.3s;
}
.article_title .info .item a:hover,
.article_title .info .item a.active{
	color: #355DED;
}
.article_cont{
	font-size: 0.14rem;
	line-height: 1.75;
	color: #333333;
} 
.article_cont p{
	margin: 0.15rem 0;
}
.article_mz_exp{
	background: #F7F7F7;
	padding: 0.15rem;
	margin-top: 0.5rem;
	font-size: 0.14rem;
	line-height: 1.75;
}
.article_mz_exp h5{
	font-size: 0.14rem;
	font-weight: 600;
	margin-bottom: 0.1rem;
}
.article_opea{
	text-align: center;
	margin-top: 0.5rem;
	border-top: 1px solid #E9E9E9;
	padding-top: 0.3rem;
}
.article_opea .p_button{
	border: 1px solid #D9D9D9;
	border-radius: 0.02rem;
	padding: 0.04rem 0.15rem;
	background: none !important;
	font-size: 0.14rem;
	line-height: 0.22rem;
	color: rgba(0, 0, 0, 0.85);
	margin: 0 0.1rem;
	min-width: auto;
}
.article_opea .p_button:hover{
	color: #355DED;
	border-color: #355DED;
}
.app_qrcodebox{
	width: 1.5rem;
	position: absolute;
	left: 100%;
	top: -0.3rem;
}
.app_qrcodebox .pic{
	height: 1.5rem;
}
.app_qrcodebox .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.app_qrcodebox p{
	text-align: center;
	font-size: 0.18rem;
	line-height: 0.25rem;
	color: #000000;
	margin-top: 0.09rem;
}
.xp_banner_box,
.xp_banner_box .swiper-container{
	position: relative;
	height: 6rem;
}
.xp_banner_box .swiper_pagination{
	width: 100%;
	height: 0.06rem;
	font-size: 0;
	text-align: center;
	position: absolute;
	bottom: 0.42rem !important;
	left: 0;
	z-index: 50;
}
.xp_banner_box .swiper_pagination span{
	display: inline-block;
	vertical-align: top;
	border-radius: 0 !important;
	width: 0.6rem;
	height: 0.06rem;
	background: #ffffff;
	opacity: 0.4;
	transition: all 0.3s;
	margin: 0 0 0 0.2rem;
}
.xp_banner_box .swiper_pagination span:first-child{
	margin-left: 0 !important;
}
.xp_banner_box .swiper_pagination span.swiper-pagination-bullet-active{
	opacity: 1;
}
.xp_banner_item{
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	background: #111111;
}
.xp_banner_item img,
.xp_banner_item video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@media (max-width: 1600px){
	.xp_banner_box,
	.xp_banner_box .swiper-container{
		height: 5.6rem;
	}
}
@media (max-width: 1400px){
	.xp_banner_box,
	.xp_banner_box .swiper-container{
		height: 5.2rem;
	}
}
@media (max-width: 1246px){
	.app_qrcodebox{
		box-sizing: border-box;
		border-radius: 0.04rem;
		background: #ffffff;
		box-shadow: 0 0.04rem 0.2rem rgba(0,0,0,0.1);
		padding: 0.08rem;
		position: fixed;
		top: 50%;
		left: auto;
		right: 0;
		z-index: 200;
	}
	.app_qrcodebox .pic{
		height: 1.34rem;
	}
	.banner_box .swiper_pagination{
		width: 100%;
		transform: translateX(0);
		left: 0;
		text-align: center;
		bottom: 0.4rem !important;
	}
}
.login_other_opea{
	margin-top: 0.14rem;
	text-align: right;
	color: #666666;
	font-size: 0.16rem;
	line-height: 0.24rem;
}
.login_other_opea a{
	color: #666666;
	transition: all 0.3s;
}
.login_other_opea em{
	margin: 0 0.1rem;
	color: #999999;
}
.login_other_opea a:hover{
	color: #355DED;
}
.pg_cm_wrap.spel{
	padding-top: 0.3rem;
}
.n_main_box{
	background: #ffffff;
	box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.06);
}
.n_main_cont{
	padding: 0.5rem 0.6rem;
	box-sizing: border-box;
	min-height: 4rem;
}
.n_main_title{
	border-bottom: 1px solid #f1f1f1;
	padding: 0.2rem 0.4rem;
	display: flex;
	align-items: center;
}
.n_main_title h3{
	flex: 1;
	min-width: 0;
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: 500;
}
.center_pg_wrap{
	width: 5rem;
	margin: 0 auto;
	padding-bottom: 0.4rem;
}
.n_pwrod_form .input_item .tit{
	margin-right: 0.24rem;
	width: 0.9rem;
}
.n_code_btn{
	font-size: 0.16rem;
	line-height: 0.28rem;
	color: #355DED;
	position: absolute;
	top: 0.08rem;
	right: 0.12rem;
	z-index: 50;
}
.n_code_btn.disabled{
	color: #999999;
}
.result_box{
	text-align: center;
	font-size: 0.14rem;
	line-height: 0.2rem;
	margin-bottom: 0.4rem;
}
.result_box .icon{
	width: 0.8rem;
	margin: 0 auto 0.2rem;
}
.result_box .icon img{
	display: block;
	width: 100%;
}
.result_box h5{
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: 500;
	margin-bottom: 0.1rem;
}

.pro_intro_wrap table{
	width: 100% !important;
	float: none !important;
}

.mx-datepicker-range {
    width: 2rem !important;
}

.pro_info_wrap .page_box{
	margin-top: 0.3rem;
	padding-bottom: 0.3rem;
}
.table_flexbox > .col_item .pro_info_wrap .title{
	color: #ffffff;
	padding: 0.14rem 0.2rem;
	font-size: 0.14rem;
	line-height: 0.2rem;
	background: linear-gradient(90deg, #6B62FF 0%, #4A67FF 48.56%, #3F9AFB 100%);
}
.table_flexbox > .col_item .pro_info_wrap .table_scroll{
	max-height: 2.4rem;
	overflow: auto;
}

