/* header顶部白色部分 start */
.s_header{
    width: 100%;
    min-height: 80px;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1);
}
.s_header_content{
    width: 1230px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.s_header_in_logo{
    width: 194px;
    height: 67px;
    background: url(../../img/logo.png) no-repeat 50% 50% / contain;
    margin: 5px 106px 8px 15px;
}
.s_header_serch_div{
    width: 600px;
    height: 44px;
    border-radius: 22px;
    border: 2px solid #D80B18;
    overflow: hidden;
    display: flex;
}
.s_header_serch_div input{
    font-size: 16px;
    outline: none;
    border: 0px;
    height: 40px;
    width: 496px;
    padding: 0px 30px 0px;
    box-sizing: border-box;
}
.s_header_serch_btn{
    width: 100px;
    height: 40px;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #D80B18;
    text-align: center;
    line-height: 40px;
}
/* header顶部白色部分 end */

/* header公司名称部分 start */
.s_header_company{
    width: 100%;
    height: 170px;
    /* background: linear-gradient(to right bottom,rgb(245, 206, 206),rgb(189, 189, 243)); */
    background-color: #d8ecfc;
    position: relative;
}

.s_header_company_content{
    width: 1230px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.s_header_company_pic{
    width: 100px;
    height: 100px;
    background-color: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
}
.s_header_company_pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #FFFFFF;
}
.s_header_company_name{
    width: 670px;
    margin: 0px 20px;
}
.company_name{
    font-weight: bold;
    color: #1F1F1F;
    font-size: 26px;
    line-height: 32px;
}
.company_tips{
    color: #6B7280;
    font-size: 14px;
    line-height: 17px;
    margin-top: 12px;
}
.s_header_btns{
    width: 420px;
    height: 100%;
    display: flex;
    align-items: center;
}
.s_header_btn{
    width: 200px;
    height: 44px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #FFFFFF;
    cursor: pointer;
    color: #1F1F1F;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    font-weight: 400;
}
.s_header_btn:nth-child(1){
    margin-right: 20px;
}
.s_header_btn.active{
    background-color: #13426B;
    color: #FFFFFF;
}
/* header公司名称部分 end */

/* header导航 start */
.s_header_nav{
    width: 100%;
    height: 60px;
    background-color: #13426B;
}
.s_header_nav_content{
    width: 1230px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_ul{
    display: flex;
}
.nav_a{
    height: 100%;
    padding: 0px 30px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 60px;
    position: relative;
    z-index: 9;
}
.nav_a.pulldwon:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../img/white_dwon.png) no-repeat 50% 50% / contain;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}
.nav_a:after{
    content: '';
    display: block;
    width: 1px;
    height: 27px;
    background: #7EA2C1;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -13.5px;
}
.nav_a:last-child:after{
    display: none;
}
.nav_a.active{
    background-color: #3E7AAF;
}
.nav_a_children{
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    background: #13426B;
}
.nav_a_children_ul{
    overflow: hidden;
}
.nav_a_children_a{
    font-size: 14px;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
.nav_a_children_a:hover{
    background-color: #3E7AAF;
}
.nav_a:hover .nav_a_children{
    display: block;
}
.s_header_nav_serch{
    width: 400px;
    height: 36px;
    border-radius: 22px;
    background-color: #FFFFFF;
    overflow: hidden;
    display: flex;
}
.s_header_nav_serch input{
    font-size: 16px;
    outline: none;
    border: 0px;
    height: 36px;
    width: 300px;
    padding: 0px 20px 0px;
    box-sizing: border-box;
}
.s_header_nav_serch_btn{
    width: 100px;
    height: 36px;
    font-size: 16px;
    background-color: #3E7AAF;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
}
/* header导航 end */
/*header_up ä¸Š begin*/

.header_up {
	background: #f3f3f3;
}

.header_up_content {
	height: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_up_left {
	color: #666666;
}

.header_up_right {
	display: flex;
}
.header_up_right_language_box{
	position: relative;
	width: 81px;
}
.header_up_right_language{
	color: #666666;
	cursor: pointer;
	padding-right: 19px;
	margin-right: 8px;
	background: url(../../img/shl-cur-bottom.png) no-repeat 100% 50% / 10px;
	position: absolute;
}
.header_up_right_language_div{
	position: absolute;
	top: 20px;
	background-color: #FFFFFF;
	border: 1px solid #DCDCDC;
	z-index: 11;
	padding: 6px 0px;
	width: 100%;
}
.header_up_right_language_li{
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.header_up_right_language_li:hover{
	background: #eee;
}
.header_up_right_sign,
.header_up_right_now,
.header_up_right_contactus,
.header_up_right_aboutSunsirs{
	color: #666666;
	cursor: pointer;
}

.header_up_right_sign {
	padding-left: 19px;
	background: url(../../img/sign_in.png) no-repeat 0% 50% / 13px;
	margin-left: 8px;
	margin-right: 8px;
}

.header_up_right_now {
	margin-left: 8px;
	margin-right: 8px;
}
.header_up_right_contactus{
	margin-left: 8px;
	margin-right: 8px;
}
.header_up_right_aboutSunsirs{
	margin-left: 8px;
}
.header_up_right_username{
	margin-right: 8px;
}
.header_up_right_username span{
	cursor: pointer;
}
.header_up_right_username span:hover{
	color: #F60;
	text-decoration: underline;
}
.header_up_right_logout{
	cursor: pointer;
	margin-left: 8px;
}
.header_up_right_logout:hover{
	color: #F60;
	text-decoration: underline;
}
.header_up_right_bar {
	width: 1px;
	height: 11px;
	background: #dbdbdb;
}


/*header_up ä¸Š end*/

/*header_dwon ä¸‹ begin*/
.div_content{
    width: 1230px;
    margin: 0 auto;
}
.header_dwon {
	background: #13426b;
}

.header_dwon_content {
	height: 46px;
	display: flex;
}

.header_dwon_li {
	padding: 0 10px;
	font-size: 14px;
	line-height: 44px;
	height: 44px;
	position: relative;
	display: flex;
	align-items: center;
}
.header_dwon_li:after{
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -7.5px;
}
.header_dwon_li.active{
	border-bottom: 2px solid #d80b18;
}

.header_dwon_li:last-child:after{
	background: none;
}

.header_dwon_li a {
	color: #FFFFFF;
}


/*header_dwon ä¸‹ end*/


.zwd_loading {
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,0.5);*/
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 30;
	flex-direction: column;
}

.zwd_loading_a {
	width: 150px;
	height: 112.5px;
	background: rgba(138, 138, 138, 0.5) url(../../img/loading_two.gif) no-repeat;
	background-position: 50% 30%;
	border-radius: 10px 10px 0px 0px;
	background-size: cover;
}

.zwd_loading_b {
	height: 37.5px;
	text-align: center;
	background: #1991ec;
	color: #FFFFFF;
	line-height: 25px;
	width: 150px;
	font-size: 18px;
	border-radius: 0px 0px 10px 10px;
	font-weight: bold;
}


/*all tips start*/

.all_tips {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 110;
}

.all_tips_box {
	height: 70px;
	color: #FFFFFF;
	text-align: center;
	line-height: 70px;
	font-weight: bold;
	font-size: 18px;
	font-weight: bold;
	background: #1991ec;
	padding: 0px 35px;
	border-radius: 10px;
}


/*all tips end*/


/*bottom start*/
.bottom{
	width: 100%;
	height:185px;
	background:#13426b;
	border-top: 2px solid #001e3f;
}
.bottom_links{
	margin-top: 20px;
	font-size: 14px;
    display: flex;
    justify-content: center;
    font-size: 14px;
	color: #FFF;
}
.bottom_links a{
	color: #FFF;
	margin: 0px 5px;
}
.bottom_ul{
	display: flex;
	margin-top: 20px;
	font-size: 14px;
	justify-content: center;
}
.bottom_ul li{
	border-right: 1px solid rgba(255,255,255,0.3);
}
.bottom_ul li:last-child{
	border-right: 0;
}
.bottom_ul li a{
	padding: 0px 13px;
	color: #FFFFFF;
}

.bottom_p{
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 22px;
}
.bottom_p a{
	color: #FFFFFF;
}
.bottom_div{
	display: flex;
	justify-content: center;
	margin-top: 23px;
}
.bottom_div a {
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bottom_div a svg path{
	stroke: #FFFFFF;
}
.bottom_a_2,.bottom_a_3{
	margin-left: 12px;
}
.bottom_a_1{
	/* background:#FFFFFF url(../../img/bottom_a_1.png) no-repeat; */
}
.bottom_a_2 svg{
	width: 22px;
	height: 22px;
	/* background:#FFFFFF url(../../img/bottom_a_2.png) no-repeat; */
}
.bottom_a_3{
	/* background:#FFFFFF url(../../img/bottom_a_3.png) no-repeat; */
}



/*sign_in start*/

.sign_in_box {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(1, 14, 26, 0.93);
	top: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 101;
}

.sign_in {
	/*height: 489px;*/
	position: relative;
}

.sign_in_top {
	width: 424px;
	height: 165px;
	background: #13426b url(../../img/logo_style.png) no-repeat;
	background-size: 187px;
	background-position: 45% 50%;
	box-shadow: 0px 0px 29px rgba(44, 44, 44, 0.32);
	border-radius: 19px 19px 0px 0px;
	position: absolute;
	top: 0;
}

.sign_in_bottom {
	width: 424px;
	/*height: 324px;*/
	background: #FFFFFF;
	border-radius: 0px 0px 19px 19px;
	padding: 58px 75px 28px;
	box-sizing: border-box;
	margin-top: 165px;
}

.sign_in_item {
	width: 100%;
	height: 42px;
	background: #f0f0f0;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
}

.sign_in_item:nth-child(1) {
	margin-bottom: 25px;
}

.sign_in_item:nth-child(2) {
	margin-bottom: 30px;
}

.sign_in_item_icon {
	width: 47px;
	height: 42px;
}

.sign_in_username {
	background: #d0d0d0 url(../../img/username_icon.png) no-repeat;
	background-size: 19px;
	background-position: 50% 50%;
}

.sign_in_password {
	background: #d0d0d0 url(../../img/password_icon.png) no-repeat;
	background-size: 18px;
	background-position: 50% 50%;
}

.sign_in_item_input {
	border: 0;
	outline: none;
	flex: 1;
	background: none;
	padding-left: 19px;
	font-size: 17px;
}

.sign_in_submit {
	width: 100%;
	height: 42px;
	border-radius: 6px;
	background: #13426b;
	color: #FFFFFF;
	cursor: pointer;
	outline: none;
	border: 0;
	font-size: 17px;
}
.sign_in_join_now{
	margin-top: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	cursor: pointer;
	font-size: 14px;
}
.sign_in_join_now:hover{
	color: #13426b;
}

.sign_in_close {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../../img/close_icon.png) no-repeat;
	background-size: 19px;
	background-position: 50%;
	padding: 20px;
	top: 0;
	right: -45px;
	cursor: pointer;
}


/*sign_in end*/


/*join_now start*/

.join_now_box {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(1, 14, 26, 0.93);
	top: 0;
	z-index: 31;
	display: flex;
	justify-content: center;
	align-items: center;
}

.join_now {
	height: calc(100% - 50px);
	/*height: 708px;*/
	position: relative;
}

.join_now_top {
	width: 914px;
	height: 107px;
	background: #13426b url(../../img/logo_style.png) no-repeat;
	background-size: 187px;
	background-position: 36px 50%;
	box-shadow: 0px 0px 29px rgba(44, 44, 44, 0.32);
	border-radius: 19px 19px 0px 0px;
	position: absolute;
	top: 0;
}

.join_now_top p {
	float: right;
	margin-right: 34px;
	margin-top: 65px;
	color: #FFFFFF;
	font-size: 17px;
}

.join_now_top p span {
	color: #ff0000;
}

.join_now_bottom {
	width: 914px;
	/*height: 600px;*/
	background: #FFFFFF;
	border-radius: 0px 0px 19px 19px;
	box-sizing: border-box;
	margin-top: 107px;
	padding: 45px 0px 41px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: calc(100% - 96px);
}

.join_now_bottom_main {
	height: calc(100% - 73px);
	margin-bottom: 25px;
	overflow: auto;
	padding: 0px 90px;
}

.join_now_item {
	width: 635px;
	height: 37px;
	display: flex;
	align-items: center;
	margin-bottom: 11px;
}

.join_now_item:nth-child(9) {
	/*margin-bottom: 36px;*/
}

.join_now_title {
	width: 166px;
	color: #535353;
	font-size: 17px;
	text-align: right;
	margin-right: 18px;
}

.join_now_title_1{
	width: 182px;
	color: #535353;
	font-size: 17px;
	text-align: right;
	margin-right: 18px;
}
.join_now_title_2{
	width: 129px;
	color: #535353;
	font-size: 17px;
	text-align: right;
	margin-right: 18px;
}


.join_now_item input {
	padding-left: 10px;
	box-sizing: border-box;
	height: 37px;
	outline: none;
	border: 0;
	background: #ebebeb;
	border-radius: 6px;
}
.join_now_item select {
	padding-left: 10px;
	box-sizing: border-box;
	height: 37px;
	outline: none;
	border: 0;
	background: #ebebeb;
	border-radius: 6px;
}

.join_now_item span {
	color: #FF0000;
	margin-left: 16px;
}

.join_now_input_1 {
	width: 232px;
}

.join_now_input_2 {
	width: 343px;
}

.join_now_input_3 {
	width: 447px;
}

.join_now_input_4 {
	width: 303px;
}

.join_now_input_5 {
	width: 153px;
}

.join_now_input_6{
	width: 166px;
}
.join_now_input_7{
	width: 166px;
	margin-right: 4px;
}


.v_code {
	width: 103px;
	height: 34px;
	background: red;
	margin-left: 5px;
	cursor: pointer;
}

.join_now_submit {
	width: 180px;
	height: 48px;
	border-radius: 6px;
	background: #13426b;
	color: #FFFFFF;
	cursor: pointer;
	outline: none;
	border: 0;
	font-size: 17px;
}

.join_now_close {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../../img/close_icon.png) no-repeat;
	background-size: 19px;
	background-position: 50%;
	padding: 20px;
	top: 0;
	right: -45px;
	cursor: pointer;
}


/*join_now end*/


.no_select {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.display_none{
	display: none;
}