/* 初始化样式 */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	
font-family: "微软雅黑";
}
 
fieldset, img,  button {             /*fieldset组合表单中的相关元素*/
    border: none;
    padding:0;
    margin:0;
    outline-style: none;
}
html,body{
width: 100%;
height: 100%;
}
 
ul, ol {
    list-style: none;/*清除列表风格*/
}
em{
	font-style: normal;
} 
i{
	font-style: normal;
}

select, input {
    vertical-align: middle;
	outline: none;
}

/*防止多行文本框拖动*/
textarea {
    resize: none;
}
img {
    vertical-align: middle;
}
table {
    border-collapse: collapse; /*合并外边线*/
}

body {
    background: #fff
}
 
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
.clearfix {
    *zoom:; /*IE/7/6*/
}
 
a {
    text-decoration: none;
}
/* 指针: */
.curs{
	cursor: pointer;
}
.hidden{
	display: none!important;
}
.container{
	width: 1200px;
	margin: 0 auto;
}



/* 头部1 */
.navmenu{
	height: 110px;
	width: 100%;
	background: #010101;
	position: fixed;
	top: 0;
	z-index: 99;

}
.head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1366px;
	height: 110px;
	margin: 0 auto;
	position: relative;
}
.head .head_left{
	/* margin-left: 200px; */
}
.head .head_center{
	/*margin-left: -80px;*/
}
.head .head_center ul{
	display: flex;
	/* margin-left: 75px; */
	align-items: center;
}
.head .head_center ul li{
	font-size: 16px;
	color: #FFFFFF;
	margin-right: 42px;
	height: 110px;
	line-height: 110px;
}

.head .head_center ul li a{
	color: #fff;
	display: block;
}
.head .head_center ul li a:hover{
	color:#158CC8!important;

}
.head .head_center ul .active a{
	font-size: 16px;
	font-weight: 500;
	/*color: #158CC8;*/
}


.head .head_center ul .head_item{
	position: relative;
}
.head .head_center ul .head_item .head_list{
	position: absolute;
	top: 110px;
	left: -70px;
	width: 300px;
	height: 151px;
	background: #000;
	color: #fff;

}
.head .head_center ul .head_item .head_list div{
	height: 48px;
	line-height: 70px;
	cursor: pointer;
	padding-left: 70px;
}
.head .head_center ul .head_item .head_list div:hover{
	/*background: #F5F6F9;*/
	font-size: 18px;
	font-weight: 500;
	color: #158CC8;
}
/* hangye */
.head_hangye{
	position: relative;
}
.head_hangye .head_list{
	position: absolute;
	top: 110px;
	left: -70px;
	width: 230px;
	height: 240px;
	background: #000;
	color: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	z-index: 99;

}
.head_hangye .head_list a{
	width: 230px;
	height: 30px;
	line-height: 30px;
	display: block;
	cursor: pointer;
	padding-left: 32px;
	/*color: #333333!important;*/
	margin-top: 15px;
	padding-left: 70px;
}
.head_hangye .head_list a em{
	font-size: 18px;
}
.head_hangye .head_list a:hover em{
	font-size: 18px;
	font-weight: 500;
	color: #158CC8;
}
/* .head_hangye>a:hover~.head_list{
	display: block;
} */





.head .head_right{
	display: flex;
	/* margin-left: 230px; */
	align-items: center;
}
.head .head_right .head_input{
	width: 148px;
	height: 32px;
	position: relative;
	
}
.head .head_right .head_input div{
	width: 148px;
	height: 32px;
	z-index: 8;
	position: absolute;
	top: 0;
	background-color: #fff;
	opacity: 0.3;
	border-radius: 50px;
}
.head .head_right .head_input input{
	width: 148px;
	height: 32px;
	 background: rgba(116,116,116, 0.5);
	/*background: transparent;*/
	border-radius: 50px 50px 50px 50px;
	border: none;
	padding-left: 23px;
	position: relative;
	z-index: 99;
	color: #D6D6D6;
}
.head .head_right .head_input img{
	position: absolute;
	    right: 10px;
	    top: 50%;
	    transform: translateY(-50%);
}
.head .head_right .head_input input::placeholder{
	color: #D6D6D6;
	font-size: 14px;
}
.head .head_right .head_denglu{
	margin-left: 33px;
    height: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
}
.head .head_right .head_denglu .deng{
	display: flex;
	align-items: center;
}
.head .head_right .head_denglu .deng img{
float: left;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
.head .head_right .head_denglu .deng p{
font-size: 16px;
float: left;
font-weight: 400;
/*color: #20AFF7;*/
	color: #fff;
	
}
/* 头部悬停2 */
.newhead{
	display: flex;
	align-items: center;
	width: 1533px;
	height: 110px;
	margin: 0 auto;
	position: relative;
}
.newhead .head_left{
	/* margin-left: 200px; */
}
.newhead .head_center{
	
}
.newhead .head_center ul{
	display: flex;
	margin-left: 75px;
	align-items: center;
}
.newhead .head_center ul li{
	font-size: 18px;
	margin-right: 42px;
	height: 110px;
	line-height: 110px;
}
.newhead .head_center ul li a:hover{
	font-size: 20px!important;
	font-weight: 500;
	color: #158CC8!important;
}
.newhead .head_center ul li a{
	color: #1A1A1A;
	display: block;
}
.newhead .head_center ul .active a{
	font-size: 20px;
	font-weight: 500;
	color: #158CC8!important;
}

.newhead .head_center ul .head_item{
	position: relative;
}
.newhead .head_center ul .head_item .head_list{
	position: absolute;
	top: 110px;
	width: 354px;
	height: 151px;
	background: #FFFFFF;
	z-index: 99;
}
.newhead .head_center ul .head_item .head_list div{
	height: 75px;
	line-height: 75px;
	cursor: pointer;
	padding-left: 34px;
}
.newhead .head_center ul .head_item .head_list div:hover{
	background: #F5F6F9;
	font-size: 18px;
	font-weight: 500;
	color: #158CC8;
}

.newhead .head_right{
	display: flex;
	/* margin-left: 230px; */
	/*position: absolute;*/
	    right: 187px;
		align-items: center;
}
.newhead .head_right .head_input{
	width: 148px;
	height: 32px;
	position: relative;
}
.newhead .head_right .head_input input{
	width: 148px;
	height: 32px;
	background: #F1F1F1;
	border-radius: 50px 50px 50px 50px;
	border: none;
	padding-left: 23px;
}
.newhead .head_right .head_input img{
	position: absolute;
	    right: 10px;
	    top: 50%;
	    transform: translateY(-50%);
}
.newhead .head_right .head_input input::placeholder{
	color: #999999;
	font-size: 14px;
}

.newhead .head_right .head_denglu{
	margin-left: 33px;
    height: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
}
.newhead .head_right .head_denglu .deng{
	display: flex;
	align-items: center;
}
.newhead .head_right .head_denglu .deng img{
float: left;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
.newhead .head_right .head_denglu .deng p{
font-size: 18px;
float: left;
font-weight: 400;
color: #20AFF7;
	
}

.head_denglu1>img{
	width: 32px!important;
	height: 32px!important;
	border-radius: 16px;
}
 .head_denglu1:hover ul{
	display: block;
}

 .head_denglu1{
	position: relative;
	height: 110px!important;
}
 .head_denglu1 ul{
	width: 230px;
	height: 210px;
	opacity: 1;
	display: none;
	background: #FFFFFF;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	    top: 110px;
	    right: -16px;
	 z-index: 1;
}
 .head_denglu1 ul li{
	width: 230px;
	height: 70px;
	line-height: 70px;
	opacity: 1;
	margin: 0 4px;
	
	
}
 .head_denglu1 ul li:hover{
	width: 222px;
	background: #F5F6F9;
}
 .head_denglu1 ul li:hover a{
	color: #158CC8;
}
 .head_denglu1 ul li:hover a .img1{
	display: none;
}
 .head_denglu1 ul li:hover a .img2{
	display: block;
}
 .head_denglu1 ul li a{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #333333;

}
 .head_denglu1 ul li a img{
	width: 24px;
	height: 24px;
	margin: 0 21px;
	margin-right: 21px!important;
}
 .head_denglu1 ul li a .img1{
	
}
 .head_denglu1 ul li a .img2{
	display: none;
}
/* 头部导航 */

.head_nav{
	margin-top: 110px;
	display: flex;
	align-items: center;
	height: 70px;
	background: #F5F7FA;
	padding-left: 360px;
}
.head_nav a{
	font-size: 18px;
	font-weight: 400;
	color: #3D3D3D;
}
.head_nav .head_nav1{
	
	color: #158CC8;
}
.banner{
	/*margin-top: 110px;*/
}
.head_nav  img{
	width: 7px;
	height: 12px;
	margin: 0 11px;
}
/* f分页 */
.my_page{
	display: flex;
	    justify-content: flex-end;
}
.my_page ul{
	display: flex;
}
.my_page ul li{
	width: 32px;
	height: 28px;
	line-height: 28px;
	background: #F5F5F5;
	margin-right: 7px;
	text-align: center;
	border: 1px solid #E8E8E8;
	font-size: 12px;
	font-weight: 400;
	color: #3D3D3D;
	cursor: pointer;
}
.my_page ul li:hover{
	background: #158CC8;
	color: #fff;
}
.my_page ul li:last-child{
	width: 56px;
	height: 28px;
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	font-size: 12px;
	font-weight: 400;
	color: #158CC8;
	margin-right: 0;
}
.my_page ul .my_page_sc{
	background: #158CC8;
	color: #fff;
}
.my_page ul .my_page_sc2{
	width: 15px;
	background: none;
	border: none;
}
/*活动  */
.task_hd{
	
}
.task_hd h2{
	font-size: 50px;
	font-weight: 400;
	line-height: 63px;
	letter-spacing: 2px;
	text-align: center;
	background: linear-gradient(180deg, #b2bcc1 0%, rgba(61,61,61,0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	padding-top: 80px;
}
.task_hd h3{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	color: #3D3D3D;
	margin-top: -28px;
}
/* more */
.more{
	width: 141px;
	height: 42px;
	line-height: 42px;
	border-radius: 4px;
	opacity: 1;
	background: #158CC8;
	box-sizing: border-box;
	border: 1px solid #158CC8;
	display: flex;
	    align-items: center;
	    justify-content: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin: 0 auto;
	cursor: pointer;
}
.more img{
	margin-left: 6px;
}

/* 返回顶部 */
.aside_top{
	position: fixed;
	right:0;
	top: 50%;
	transform: translateY(-50%);
}
.aside_top>div{
	cursor: pointer;
	position: relative;
}
.aside_top>div .aside_top_box{
	position: absolute;
	width: 308px;
	height: 237px;
	opacity: 1;
	top: -83px;
	right: 92px;
	
	background: #FFFFFF;
	
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
	padding:0 26px;
}
.aside_top>div .aside_top_box .top_box1{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #999999;
	margin: 18px auto 33px;
	text-align: center;
}
.aside_top>div .aside_top_box .top_box2{
	width: 253px;
	height: 48px;
	border-radius: 10px;
	opacity: 1;
	background: #158CC8;
	margin: 0 auto 18px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aside_top>div .aside_top_box .top_box2 img{
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.aside_top>div .aside_top_box p{
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.aside_top>div .aside_top_box p a{
	color: #158CC8;
}







/* 底部 */
.footer{
	background: #F8F8F8;
}
.footer .footer_top{
	display: flex;
	justify-content: space-between;
	padding-top: 39px;
	padding-bottom: 32px;
}
.footer .footer_top .ft_left{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
}
.footer .footer_top .ft_left img{
	margin-bottom: 23px;
}
.footer .footer_top .ft_left ul li{
	display: flex;
}
.footer .footer_top .ft_left em{
	width: 60px;
	display: flex;
	    justify-content: space-around;
}
.footer .footer_top .ft_right{
	margin-top: 17px;
	display: flex;
}
.footer .footer_top .ft_right div{
	margin-right: 45px;
}
.footer .footer_top .ft_right img{
	width: 100px;
	height: 100px;
	margin-bottom: 12px;
}
.footer .footer_top .ft_right p{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	text-align: center;
}
.footer .footer_bt{
	border-top: 1px solid #D3D3D3;
    text-align: center;
	padding-top: 50px;
	padding-bottom: 45px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
}
.footer .footer_bt em{
	margin-left: 100px;
}
.selected_tex{
	width: 381px;
	height: 41px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #C4C4C4;
	color: #999999;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
}

.selected_tex option{


	padding-left: 24px;
	height: 51px;
	font-size: 14px;
	color: #3D3D3D;
	/*line-height: 51px;*/
}
.selected_tex .active {
	background: #E6F7FF;
	color: #158CC8!important;
}
