body{
	font-size: 14px;
	color: #323232;;
}
.w_1200{
	width: 1200px;
	margin: 0 auto;
}
/* header */
.to-top{
	position: fixed;
	right: 40px;
	bottom: 80px;
	cursor: pointer;
	display: none;
}
.to-top img{
	width: 40px;
}
.no-main{
	width: 100%;
	height: 70px;
}
header{
	/* padding-top: 20px; */
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: rgba(255, 255,255, 1);
	/* box-shadow: 0px 1px 0px 0px #CACACA; */
	height:70px;
	color: #fff;
	top: 0;
	left: 0;
	/* background: #DEE9F6;
	border-bottom: 1px solid #99AEF4;
	padding-top: 20px; */
}
header .logo{
	width: 129px
}
header .logo img{
	max-width: 100%;
}
.search_box input{
	width: 200px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 0 15px;
	box-sizing: border-box;
	line-height: 30px;
	background: transparent;
	color: #fff;
}
.search_box input::placeholder{
	color: #fff;
}
.search_box img{
	position: absolute;
	right: 9px;
	top: 5.5px
}
.header_btn .btns a{
	padding: 0 11px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    margin-left: 20px;
    font-size: 14px;
    color: #323232;
    border: 1px solid #999;
    border-radius: 4px;
}
.header_btn .btns .btn1{
	background: #4F77FF;
	border-radius: 4px;
	color: #fff;
	border-color: #4F77FF;
}
.header_btn .btns .btn_dark{
	 background:#ED510A;
	 border-color:#ED510A
}
/* .header_btn .btns .btn2{
	border: 1px solid #4E5261;
    border-radius: 4px;
    color: #323232;
	width: 78px;
	height: 28px;
	line-height: 28px;
} */
.header_btn .btns .btn3{
	background: #4E78FD;
    color: #fff;
    border-color: #4E78FD;
}
#headerBtn{
	position: relative;
	margin-left: 40px;
	padding-left: 20px;
}
#headerBtn::before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 0;
	width: 1px;
	height: 18px;
	background: #999;
}
.menu{
	/* margin-top: 15px; */
	font-size: 0;
	/* font-weight: 600; */
	margin-left: 60px;
}
.menu>li{
	margin-right: 60px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	color: #323232;
	line-height: 70px;
	font-size: 16px;
}
.menu>li:last-child{
	margin-right: 0;
}
.menu>li.cur>span{
	color: rgba(79, 119, 255, 1);
}
.menu>li.cur>span:after{
	content: '';
	width: 100%;
	height: 3px;
	background: #4F77FF;
	border-radius: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.menu>li .slide_box{
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -110px;
	width: 220px;
	background: #FFFFFF;
	padding: 25px 0 0;
	line-height: 26px;
	display: none;
	z-index: 3;
	color: #323232;
	text-align: center;
}
.menu>li .slide_box .list{
	display: inline-block;
/* 	position: relative;
	left: -10px; */
}
.menu>li .slide_box .list a{
    font-size: 16px;
    margin-bottom: 25px;
    display: flex;
}
.menu>li .slide_box .list a img{
	margin-right: 15px;
}
.menu>li .slide_box .list a:hover{
	color: rgba(79, 119, 255, 1);
}
.menu>li .hot{
	position: absolute;
    right: -40px;
    top: 12px;
	width: 36px;
	height: 18px;
	background: #FF7070;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFEFE;
	line-height: 18px;
	text-align: center;
}
.slide_box.first,.slide_box.second{
	position: absolute;
	top: 70px;
	left: 0;
	margin-left: 0;
	width: 100%;
	height: auto;
	min-height: 400px;
	box-sizing: border-box;
	background: #FFFFFF;
	/* padding: 22px 0; */
	line-height: 26px;
	display: none;
	z-index: 3;
	color: #323232;
	/* transition: all 0.3s; */
}
.slide_box.first .bg{
	position: absolute;
	left: 0;
	top: 0;
}
.slide_box.first .tab_box{
	position: relative;
}
.slide_box.first .tab_tit{
	width: 100%;
	color: #575B66;
	padding: 27px 0 13px;
	border-bottom: 1px solid #F5F6F8;
}
.slide_box.first .tab_tit span{
	/* padding: 22px 0; */
	display: inline-block;
	font-size: 16px;
	color: #575B66;
	font-weight: 600;
	cursor:pointer;
	margin-right: 126px;
}
.slide_box.first .tab_tit span.cur{
	color: rgba(79, 119, 255, 1);
}
.slide_box.first .tab_con_box,.slide_box.second .tab_con_box{
	width: 1200px;
	overflow: hidden;
	margin: 30px auto 0;
}
.slide_box.first .tab_con,.slide_box.second .tab_con{
	width: auto;
	white-space: nowrap;
	position: relative;
}
.slide_box.first .tab_con ul,.slide_box.second .tab_con ul{
	/* display: none; */
	/* float:left */
	display: inline-block;
	vertical-align: top;   
}
.slide_box.first .tab_con ul.dark,.slide_box.second .tab_con ul.dark{
	opacity: 0.3;
}
.slide_box.first .tab_con ul:first-child,.slide_box.second .tab_con ul:first-child{
	/* display: block; */
	font-size: 0;
}
.slide_box .tab_con li.li_tit{
	display: block;
}
.slide_box.first .tab_con li:not(.li_tit),.slide_box.second .tab_con li:not(.li_tit){
	vertical-align: top;
	display: inline-block; 
	padding-bottom: 52px;
    width: 300px;
}
.slide_box.second .tab_con .ul1{
	width: 280px;
}
.slide_box.second .tab_con .ul2{
	width: 580px;
}
.slide_box.second .tab_con li:not(.li_tit){
	width: 170px;
}
.slide_box.first .tab_con li .tit,.slide_box.second .tab_con li .tit{
	display: flex;
	align-items: center;
	width: 200px;
	font-weight: bold;
	color: #323232;
	font-size: 16px;
}
.slide_box.first .tab_con li .tit img,.slide_box.second .tab_con li .tit img{
	margin-right: 20px;
}
.slide_box.first .tab_con li>a,.slide_box.second .tab_con li>a{
	font-size: 14px;
	font-weight: normal;
	color: rgba(102, 102, 102, 1);
	width: 180px;
	display: block;
}
.slide_box.first .tab_con li>a:hover,.slide_box.first .more:hover,.slide_box.second .tab_con li>a:hover,.slide_box.second .more:hover{
	color: #4F77FF;
}
.slide_box.first .tab_con li .list_con,.slide_box.second .tab_con li .list_con{
	font-size: 14px;
	color: #323232;
	margin-top: 40px;
}
.slide_box.first .tab_con li .list_con img,.slide_box.second .tab_con li .list_con img{
	margin: 0 25px 0 5px;
}
.slide_box.first .tab_con li .list_con>a,.slide_box.second .tab_con li .list_con>a{
	display: flex;
	align-items: center;
	transition: all 0.3s;
}
.slide_box.first .tab_con li .list_con>a:hover,.slide_box.second .tab_con li .list_con>a:hover{
	color: #4F77FF;
}
.slide_box.first .tab_con li .list_con .text i,.slide_box.second .tab_con li .list_con .text i{
	font-style: normal;
	font-size: 12px;
	color:#999999;
	display: block;
}
.slide_box.first .more,.slide_box.second .more{
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 20px;
	color: rgba(102, 102, 102, 1);
}
/* .slide_box.second{
	width: 100%;
	height: 280px;
	margin-left: -400px;
	text-align: center;
}
.slide_box.second .list{
	width: 140px;
	display: inline-block;
	vertical-align: top;
}
.slide_box.second .list a{
	text-align: left
} */

/*footer-banner*/
.footer-banner{ height: 180px; background: url("../../img/foot-banner.jpg")  center no-repeat; overflow: hidden; min-width:1220px;}
.footer-banner .content{width: 1220px; margin: 0 auto}
.footer-banner h1{ color: #fff; font-size: 30px; float: left; height: 40px; line-height: 40px; margin: 70px 0 0;}
.footer-banner a{ display: block; float: right; width: 200px; height: 50px; margin: 65px 0 0; background: #fff; border-radius: 3px; line-height: 50px; text-align: center; color: #4E78FD; font-size: 18px; }
/*.module-title { font-size: 30px; color: #000; margin: 0 0 55px; text-align: center; }
.module-title span{ color: #4E78FD;}
.module-title p{ font-size: 14px; margin: 13px 0 0; color: #666666; }*/
/*footer*/
.footer{ background: #2c3033; padding-top: 50px!important;overflow: hidden; min-width:1200px;}
.footer .container{width: 1200px;margin: 0 auto}
.footer .foot-menu{ float: left; width: 640px!important; margin: 0 0 20px!important;}
.footer .foot-menu li{ float: left; color: #fff; margin-right: 90px!important;width:auto!important}
.footer .foot-menu li:last-child{ margin-right: 0; }
.footer .foot-menu h4{ font-size: 16px; margin: 0 0 10px;line-height: 22px}
.footer .foot-menu a{ display: block; color: #939699; line-height: 30px;font-size:14px}
.footer .foot-menu a:hover{ color:#fff;}
.footer .foot-contact{ float: right; width:510px!important;padding-left: 50px!important; margin: 0 0 20px!important;position: relative;border-left:0 none!important;box-sizing: initial;}
.footer .foot-contact:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 135px;
	background:#414447
	
}
.footer .foot-contact>img{
	width: 130px;
	height: 130px;
}
.footer .foot-contact p{ font-size: 16px;line-height: 25px;color: #fff; margin: 0 0 15px;}
.footer .foot-contact p:before{ width: 32px; display: inline-block; vertical-align: middle;}
.footer .foot-contact .address:before{ content: ""; height: 25px; background: url("../../img/icons.png")  0 -19px no-repeat!important;}
.footer .foot-contact .tel:before{ content: ""; height: 25px; background: url("../../img/icons.png")  -31px -19px no-repeat!important;}
.footer .foot-contact .time:before{ content: ""; height: 25px; background: url("../../img/icons.png")  -62px -20px no-repeat!important;}
.footer .foot-contact ul{ height: 38px; margin:25px 0 0; }
.footer .foot-contact li{ position: relative; }
.footer .foot-contact li a{ display: block; float: left; width: 38px; height: 38px; margin-right: 20px; background: url("../../img/icons.png")  no-repeat!important;}
.footer .foot-contact li i{display: inline-block; position: absolute; bottom: -6px; left: 69px;width: 0;height: 0;line-height: 0;vertical-align: middle;border:6px dashed transparent;border-top-style: solid;border-top-color: #fff;border-bottom-width: 0;}
.footer .foot-contact li p{ display: none;position: absolute; bottom: 0;background: #fff; padding: 10px;}
.footer .foot-contact li img{ display: block; margin:0 auto!important;}
.footer .foot-contact .weixin a{ background-position:0 -46px!important;}
.footer .foot-contact .weixin a:hover{ background-position:0 -86px!important;}
.footer .foot-contact .weixin p{ left:-57px!important;}
.footer .foot-contact .qq a{ background-position: -40px -46px!important;}
.footer .foot-contact .qq a:hover{ background-position: -40px -86px!important;}
.footer .foot-contact .qq p{ left:0px!important;}
.footer .foot-contact .weibo a{ background-position: -80px -46px!important;}
.footer .foot-contact .weibo a:hover{ background-position: -80px -86px!important;}
.footer .foot-contact .weibo p{ left:59px!important;}
.footer .foot-contact .mail a{ background-position: -120px -46px!important;}
.footer .foot-contact .mail a:hover{ background-position: -120px -86px!important;}

.footer .foot-link{ clear: both; position: relative; padding:28px 0 22px 28px; border-top: 1px solid #414447; border-bottom: 1px solid #414447;}
/* .footer .foot-link:before{ content: ""; display: inline-block; width: 25px; height: 20px; position: absolute; left: 0; top:26px; background: url("../../images/public/icons.png")  -93px -18px no-repeat; } */
.footer .foot-link a{ display: inline-block; color: #7a7d80; font-size: 12px; line-height: 22px; margin-right: 20px;}
.footer .foot-link a:hover{ color:#fff;}
.foot-copyright{ padding: 20px 0;text-align: center; color: #7a7d80;overflow: hidden; }
.foot-copyright p{ line-height:24px; font-size: 12px; }
.foot-copyright p a{ color:#7a7d80;}
.foot-copyright p a:hover{ color:#fff;}
.foot-logo{ background:#292d30; text-align:center; padding:18px 0; overflow:hidden;}
.foot-logo a{ display:inline-block; height:40px; margin:0 45px;}
/* .foot-logo .logo1{ width:150px;background: url("../../images/public/foot-logo1.png")  center no-repeat;}
.foot-logo .logo22{ width:150px;background: url("../../images/public/foot-logo22.png")  center no-repeat;}
.foot-logo .logo3{ width:139px;background: url("../../images/public/foot-logo3.png")  center no-repeat;}
.foot-logo .logo4{ width:170px;background: url("../../images/public/foot-logo4.png")  center no-repeat;} */

/* 立即注册 */
.register_box{
	background: url(../../domain/img/registerBg.png) no-repeat center/cover;
	width: 100%;
	height: 140px;
	font-size: 30px;
	font-weight: 900;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.register_box a{
	width: 120px;
	height: 48px;
	background: #4F77FF;
	font-size: 16px;
	font-weight: 900;
	color: #FFFFFF;
	line-height: 48px;
	text-align: center;
	margin-left: 167px;
	transition: all 0.3s;
}
.register_box a:hover{
	color: #fff;
	background: #4E78FD;
}
.register_box.contact_box a{
	margin-right: 70px;
}
.register_box.contact_box .text_box p{
	font-size: 24px;
	font-weight: bold;
}
.register_box.contact_box .text_box span{
	font-size: 14px;
	font-weight: normal;
}
.el-radio__input.is-checked .el-radio__inner,.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner{
	border-color: #4E78FD!important;
	background: #4E78FD!important;
}
.el-radio__input.is-checked + .el-radio__label{
	color: #4E78FD!important;
}
.el-checkbox__input.is-checked + .el-checkbox__label{
	color: #323232!important;
}

.el-checkbox__inner:hover{
	border-color: #4E78FD!important
}