
.w1200{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/* 固定头部 */
.fix_header{
	position: fixed;
	left: 0px;
	top: 0px;
	height: 122px;
	background: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	z-index: 999;
	box-shadow: 0 2px 30px rgb(0 0 0 / 8%);
	display: none;
	backdrop-filter: saturate(180%) blur(20px);
	background: hsla(0,0%,100%,.9);
}
.fix_header .w1200{
	position: static;
}
.fix_header .logo{
	float: left;
}
.fix_header .fix_head_menu{
	float: left;
	margin-left: 46px;
	padding-top: 30px;
}
.fix_header .fix_head_menu li{
	float: left;
	line-height: 23px;
	font-size: 16px;
	color: #333333;
	margin-right: 30px;
	cursor: pointer;
	transition: all .3s;
}
.fix_header .fix_head_menu li:hover{
	color: #0256FF;
	color: #FF9A02;
}
.fix_header .fix_head_menu li:hover a{
	color: #0256FF;
}
.fix_header .fix_head_menu li.fix_gongju{
	padding-bottom: 48px;
}
.fix_header .fix_right{
	float: right;
}
.fix_header .pinpai{
	float: right;
	margin-top: 14px;
	margin-right: 10px;
	cursor: pointer;
	transition: all .3s;
}
.fix_header .pinpai:hover{
    transform: translateY(-2px);
}
.fix_header .my_ke{
	width: 114px;
	line-height: 40px;
	border-radius: 20px;
	background: linear-gradient(90deg, #104BC2 0%, #104BC2 0%, #5C8BEB 98%, #5C8BEB 100%);
	background: linear-gradient(90deg, #FA5151 0%, #FA5151 0%, #EB745C 98%, #EB745C 100%);
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 22px;
	transition: all .3s;
	float: right;
}
.fix_header .my_ke:hover{
	transform: translateY(-1px);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.fix_header .gongju_sub{
	top: 114px;
	width: 100%;
	background: #fff;
	border: none;
	box-shadow: 0 6px 16px 0 hsl(0deg 0% 91% / 50%);
	height: 260px;
	box-sizing: border-box;
	padding-top: 40px;	
	backdrop-filter: saturate(180%) blur(20px);
	background: hsla(0,0%,100%,.9);
	padding-top: 0;
}
.fix_header .gongju_sub .gj_nav{
	box-shadow: none;
	padding-top: 60px;
}

/* 顶 */
.home_top{
	height: 40px;
	line-height: 40px;
	background: #EEEEEE;
	font-size: 14px;
}
.home_top .biao{
	float: left;
}
.home_top .t_menu{
	float: right;
}
.home_top .t_menu p{
	float: left;
}
.home_top .t_menu a{
	float: left;
	margin-left: 40px;
	transition: all .3s;
}
.home_top .t_menu a:hover{
	color: #0256FF;
}
/* 头 */
.header{
	height: 97px;
	background: #fff;
	padding-bottom: 9px;
}
.header .logo{
	width: 239px;
	float: left;
	margin-top: 12px;
}
.header .h_right{
	float: right;
}
.header .h_right .h_right_zi{
	float: left;
}
.header .h_right .search{
	width: 383px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background: #F1F6FF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
	position: relative;
	margin-top: 33px;
	box-sizing: border-box;
	padding-left: 16px;
	font-size: 14px;
	transition: all .5s;
	border: 1px solid #fff;
}
.header .h_right .search.active{
	border: 1px solid #0256FF;
	border: 1px solid #FF9A02;
}
.header .h_right .search:hover{
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
}
.header .h_right .search input{
	width: 100%;
	line-height: 40px;
	background: transparent;
	border: none;
	font-size: 14px;
}
.header .h_right .search .search_btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 83px;
	line-height: 40px;
	border-radius: 18px;
	background: linear-gradient(0deg, rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)), #0256FF;
	background: linear-gradient(90deg, #FA5151 0%, #FA5151 0%, #EB745C 98%, #EB745C 100%);
	background: #CD0401;
	color: #FFFFFF;
	text-indent: 36px;
	transition: all .3s;
}
.header .h_right .search .search_btn:hover{
	transform: translateY(-2px) translateX(10px);
	width: 90px;
	text-indent: 40px;
	border-radius: 20px;
}
.header .h_right .search .search_btn:hover .icon{
	left: 20px;
}
.header .h_right .search .search_btn .icon{
	position: absolute;
	top: 13px;
	left: 15px;
	width: 13px;
	transition: all .3s;
}
.header .h_right .search em{
	position: absolute;
	left: 16px;
	top: 0px;
	font-size: 14px;
	color: #aaa;
	display: none;
	font-weight: normal;
}
.header .h_right .search .sealist{
	position: absolute;
	top: 42px;
	left: 0;
	background: #fff;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
	width: 302px;
	line-height: 43px;
	z-index: 9999;
	display: none;
}
.header .h_right .search .sealist li{
	padding-left: 20px;
	cursor: pointer;
	font-size: 14px;
	transition: all .3s;
	border-bottom: 1px dashed #eee;
	color: #777;
}
.header .h_right .search .sealist li:hover{
	background: #eee;
	color: #333;
}
.header .h_right .pinpai{
	margin-left: 42px;
	margin-top: 26px;
	cursor: pointer;
	transition: all .3s;
}
.header .h_right .pinpai:hover{
    transform: translateY(-2px);
}
.header .h_right .my_ke{
	width: 114px;
	line-height: 40px;
	border-radius: 20px;
	background: linear-gradient(90deg, #104BC2 0%, #104BC2 0%, #5C8BEB 98%, #5C8BEB 100%);
	background: linear-gradient(90deg, #FA5151 0%, #FA5151 0%, #EB745C 98%, #EB745C 100%);
	background: #CD0401;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 33px;
	transition: all .3s;
}
.header .h_right .my_ke:hover{
	transform: translateY(-1px);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}


/* 导航 */
.home_menu {
	height: 62px;
	line-height: 62px;
	background: linear-gradient(0deg, rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)), #0256FF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	position: relative;
}
.home_menu li{
	float: left;
	width: 133px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	transition: all .3s;
	/* position: relative; */
}
.home_menu li.active{
	background: #4277E5;
	background: #CD0401;
	/*transform: translateY(-1px) translateX(2px);*/
}
.home_menu li:hover{
	background: #4277E5;
	background: #CD0401;
}
.home_menu li.menu_gongju{
	
}
.home_menu li.menu_gongju .icon{
	position: absolute;
	top: -3px;
	right:422px;
}
.gongju_sub{
	position: absolute;
	top: 62px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1200px;
	height: 542px;
	background: #EFF4FF;
	border: 2px solid #4277E5;
	z-index: 99;
	display: none;
	backdrop-filter: saturate(180%) blur(20px);
	background: rgba(224, 234, 255, 0.9);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.gongju_sub .gj_nav{
	height: 170px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
	padding-top: 20px;
}
.gongju_sub .gj_nav .gl_nav_item{
	float: left;
	margin-left: 49px;
	width: 335px;
}
.gongju_sub .gj_nav .gl_nav_item.first{
	margin-left: 55px;
}
.gongju_sub .gj_nav .gl_nav_item .pic{
	float: left;
	width: 130px;
}
.gongju_sub .gj_nav .gl_nav_item.first .pic{
	width: 120px;
}
.gongju_sub .gj_nav .gl_nav_item .info{
	margin-left: 25px;
	float: left;
	width: 180px;
	margin-top: 10px;
}
.gongju_sub .gj_nav .gl_nav_item.first .info{
	width: 190px;
	margin-top: 5px;
}
.gongju_sub .gj_nav .gl_nav_item .info h4{
	font-size: 18px;
	line-height: 34px;
	color: #333333;
}
.gongju_sub .gj_nav .gl_nav_item .info .tit{
	font-size: 14px;
	line-height: 34px;
	color: #666666;
}
.gongju_sub .gj_nav .gl_nav_item .info .flag_wrap{
	margin-top: 12px;
}
.gongju_sub .gj_nav .gl_nav_item .info .flag_wrap .flag{
	float: left;
	width: 90px;
	border-radius: 10px;
	background: #EEEEEE;
	font-size: 12px;
	line-height: 40px;
	color: #333333;
	position: relative;
	padding-left: 36px;
	box-sizing: border-box;
	transition: all .3s;
	text-align: left;
}
.gongju_sub .gj_nav .gl_nav_item .info .flag_wrap .flag1{
	margin-left: 10px;
}
.gongju_sub .gj_nav .gl_nav_item .info .flag_wrap .flag .icon{
	width: 20px;
	position: absolute;
	top: 4px;
	left: 9px;
	transition: all .3s;
}
.gongju_sub .gj_nav .gl_nav_item .info .flag_wrap .flag .icon.icon_act{
	display: none;
}
.gongju_sub .gj_nav .gl_nav_item .info .flag_wrap .flag:hover{
	background: #4277E5;
	color: #fff;
	transform: translateY(-1px) translateX(3px);
}
.gongju_sub .gj_nav .gl_nav_item .info .flag_wrap .flag:hover .icon{
	display: none;
}
.gongju_sub .gj_nav .gl_nav_item .info .flag_wrap .flag:hover .icon_act{
	display: block;
}
.gongju_sub .gj_nav .gl_nav_item .info .shuoming{
	margin-top: 12px;
	width: 180px;
	line-height: 40px;
	border-radius: 10px;
	background: #EEEEEE;
	overflow: hidden;
}
.gongju_sub .gj_nav .gl_nav_item .info .shuoming .s_block{
	font-size: 12px;
	color: #666666;
	position: relative;
	margin-left: 20px;
	float: left;
}
.gongju_sub .gj_nav .gl_nav_item .info .shuoming .s_block .icon{
	float: left;
	width: 12px;
	margin-top: 1px;
    position: static;
}
.gongju_sub .gj_nav .gl_nav_item .info .shuoming .s_block p{
	float: left;
	margin-left: 4px;
}
.gongju_sub .gj_nav .gl_nav_item .info .shuoming .s_block1{
	margin-left: 12px;
}
.gongju_sub .gj_list{
	padding-top: 15px;
	box-sizing: border-box;
	padding-left: 50px;
}
.gongju_sub .gj_list .gl_item{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
}
.gongju_sub .gj_list .gl_item h5{
	float: left;
	color: #333333;
}
.gongju_sub .gj_list .gl_item .gl_lie{
	float: left;
	margin-left: 12px;
	color: #666666;
}
.gongju_sub .gj_list .gl_item .gl_lie p{
	float: left;
	margin-right: 30px;
	transition: all .3s;
	position: relative;
}
.gongju_sub .gj_list .gl_item .gl_lie p.active{
	color: #4277E5;
}
.gongju_sub .gj_list .gl_item .gl_lie p img{
	display: none;
	position: absolute;
	width: 160px;
	bottom: -192px;
	left: -36px;
	z-index: 99;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
}


/* 底部 */
.footer{
	margin-top: 50px;
	height: 521px;
	background: #333333;
	overflow: hidden;
}
.footer .f_top{
	padding-top: 29px;
	color: #fff;
	overflow: hidden;
}
.footer .f_top .f_menu{
	position: relative;
	float: left;
	width: 668px;
}
.footer .f_top .f_menu .line{
	position: absolute;
	left: 12px;
	top: 46px;
	width: 668px;
	height: 1px;
	background: #5B5B5B;
}
.footer .f_top .f_menu .f_m_item{
	float: left;
	margin-left: 85px;
	cursor: pointer;
}
.footer .f_top .f_menu  .f_m_item.first{
	margin-left: 29px;
}
.footer .f_top .f_menu .f_m_item h4{
	line-height: 26px;
	font-size: 18px;
	font-weight: normal;
}
.footer .f_top .f_menu .f_m_item ul{
	margin-top: 40px;
}
.footer .f_top .f_menu .f_m_item.last ul{
	margin-top: 28px;
}
.footer .f_top .f_menu .f_m_item ul li{
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
}
.footer .f_top .f_menu .f_m_item ul li.tel{
	line-height: 50px;
	font-size: 18px;
	line-height: 50px;
	font-size: 18px;
	color: #FFFFFF;
}
.footer .f_top .f_menu .f_m_item ul li .f_btn{
	margin-top: 2px;
	width: 124px;
	line-height: 50px;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
.footer .f_top .f_gzh{
	float: left;
	margin-left: 80px;
	margin-top: -7px;
}
.footer .f_top .f_gzh li{
	float: left;
	margin-right: 66px;
}
.footer .f_top .f_gzh li .font{
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 12px;
	text-align: center;
	line-height: 22px;
}
.footer .f_youlian{
	margin-top: 25px;
	border-top: 1px solid #5B5B5B;
	border-bottom: 1px solid #5B5B5B;
	padding: 24px 0 12px;
	line-height: 23px;
	font-size: 12px;
	overflow: hidden;
}
.footer .f_youlian .f_yl_tit{
	float: left;
	width: 68px;
	float: left;
	color: #C2C2C2;
}
.footer .f_youlian ul{
	float: left;
	width: 1130px;
}
.footer .f_youlian li{
	line-height: 17px;
	color: #D8D8D8;
	padding: 0 15px;
	border-right: 1px solid #D8D8D8;
	float: left;
	margin-bottom: 12px;
	cursor: pointer;
	transition: all .3s;
}
.footer .f_youlian li:hover{
	color: #fff;
	transform: translateY(-1px);
}
.footer .f_address{
	width: 719px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	color: #fff;
}
.footer .f_address a{
	color: #fff;
	transition: all .3s;
}
.footer .f_img{
	width: 675px;
	margin: 0 auto;
	margin-top: 21px;
}
.footer .f_img li{
	float: left;
	margin-left: 50px;
}
.footer .f_img li.first{
	margin-left: 0;
}

/*头部样式*/
.dialogShard{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	display: none;
}	
.dialog{
	width: 1000px;
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 125px;
	background: #fff;
	box-shadow: 0 12px 30px 0 rgba(0,0,0,0.1);
	transform: scale(0);
}
.dialog.remove{
	transform: scale(0);
}
.dialog.active{
	transform: scale(1);
	transition: all .3s;
}
.dialog .title{
	text-align: center;
	position: relative;
	font-size: 16px;
	color: #3a3d4b;
	font-weight: 550;
	height: 64px;
	line-height: 64px;
}
.dialog .title img{
	cursor: pointer;
	position: absolute;
	top: 26px;
	right: 26px;
	width: 16px;
	transition: all .3s;
}
.dialog .title img:hover{
	transform: rotate(180deg);
}
.dialog .gray{
	background: #f5f6fa;
}
.dialog .dialog_list{
	overflow-y: auto;
	height: 556px;
}
/*::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track-piece{background-color:rgba(0,0,0,.2);-webkit-border-radius:6px}*/
/*::-webkit-scrollbar-thumb:vertical{height:5px;background-color:hsla(0,0%,49%,.7);-webkit-border-radius:6px}*/
/*::-webkit-scrollbar-thumb:horizontal{width:5px;background-color:hsla(0,0%,49%,.7);-webkit-border-radius:6px}*/

.dialog .dialog_item{
	overflow: hidden;
	padding: 14px 30px;
	font-size: 14px;
	color: #3a3d4b;
	line-height: 30px;
}
.dialog .dialog_item .categor_title{
    width: 90px;
	float: left;
    font-weight: 600;
}
.dialog .dialog_item .categor_item{
	width: 820px;
	float: right;
}
.dialog .dialog_item .categor_item li{
	float: left;
	margin: 0 20px;
	cursor: pointer;
	line-height: 30px;
}
.dialog .dialog_item .categor_item li:hover{
	/* color: #f42424; */
	color: #0A7FE0;
}
.dialog .dialog_foot{
	width: 100%;
	height: 80px;
	overflow: hidden;
}
.dialog .dialog_foot p{
	width: 140px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #979797;
	border-radius: 5px;
	color: #3a3d4b;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 26px;
	transition: all .3s;
}
.dialog .dialog_foot p:hover{
	background: #649cf0;
	border-color: #649cf0;
	color: #fff;
	transform: translateY(-2px);
}

/*头部查询框*/
.header_wrap .shuoming{
	width: 300px;
	padding: 20px;
	text-align: center;
	box-shadow: 0 12px 30px 0 rgba(0,0,0,0.1);
	margin: 0 auto;
	left: 0;
	right: 0;
    position: fixed;
    top: 300px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	transform: scale(0,0);
	transition: all .3s;
	display: none;
	background: #000;
	z-index: 999999;
}
.header_wrap .shuoming.active{
	transform: scale(1,1);
}


/*弹窗部分*/
.changeShard img{
    width: 100%;
}
.changeShard .content{
    padding: 0;
    overflow: visible;
}
.changeShard{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	 display: none; 
}
.changeShard .shardBox{
	width: 450px;
	position: absolute;
    top: 19%;
    left: 50%;
    margin-left: -220px;
	box-shadow: 0 0 13px 2px rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: 19px;
	padding-bottom: 20px;
}
.changeShard .shardBox .tan_close{
	position: absolute;
	right: -30px;
	top: -15px;
	cursor: pointer;
	width: 28px;
}
.changeShard .shardBox .title{
    font-size: 0;
}
.changeShard .shardBox h3{
	text-align: center;
	margin-top: 30px;
	font-size: 21px;
	letter-spacing: 1px;
	color: #0729AE;
}
.changeShard .shardBox .info{
	width: 330px;
	margin: 0px auto;
	margin-top: 20px;
	border: 1px solid #ddd;
	line-height: 47px;
	transition: all .3s;
	overflow: hidden;
}
.changeShard .shardBox .info.active{
	border-color: #3B7BE8;
}
.changeShard .shardBox .info .icon{
	float: left;
	width: 40px;
	text-align: center;
}
.changeShard .shardBox .info .icon img{
	vertical-align: middle;
	width: 24px;
}
.changeShard .shardBox .info .icon.icon_n img{
	width: 21px;
}
.changeShard .shardBox .info .icon .act{
	display: none;
}
.changeShard .shardBox .info input{
	float: left;
	margin-left: 3px;
	line-height: 47px;
	height: 47px;
	width: 285px;
	font-size: 15px;
	border: 0;
	border: none;
}
.changeShard .shardBox .toGet{
	background: url(/static/index/img/tan_btnbg.png) repeat-y;
	background-size: 100%;
	color: #fff;
	text-align: center;
	line-height: 48px;
	font-size: 17px;
	letter-spacing: 1px;
	cursor: pointer;
	width: 230px;
	margin: 0 auto;
	margin-top: 20px;
	transition: all .3s;
}
.changeShard .shardBox .toGet:hover{
	transform: scale(1.05);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
}
.changeShard .shardBox .shard_shuoming{
	width: 240px;
	margin: 0 auto;
	margin-top: 15px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.changeShard .shardBox .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.changeShard .shardBox .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.changeShard .shardBox .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
.changeShard .shardBox .shard_shuoming .icon img.active{
	display: block;
}
.changeShard .shardBox .shard_shuoming .font{
	float: right;
	width: 220px;
}