/* button按钮点击无边框 */
html,body{
	/* margin: 0 0; */
	background-color: #F2F2F2 !important;
}
/* 分割线无填充 */
hr{
	margin: -1px 0 !important;
	color: #000000 !important;
}
/* a链接无下划线 */
a{
	text-decoration:none !important;
}
/* li无小圆点 */
li{
	list-style: none;
}
.Help{
	width: 100%;
	height: 180px;
	background-color: #04101D;
}
.Help_auto{
	width: 1200px;
	/*height: 130px;*/
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.blogroll{
width: 100%;
    line-height: 36px;
    color: #c6c6c6;
    margin-top: 6px;
    display: flex;
}
.blogroll p a{
    color: #c6c6c6 !important;
}
.Help_auto_top{
	width: 1200px;
	height: 100px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.Help_auto_top_left{
	width: 500px;
	height: 100px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.Help_auto_top_left li{
	font-size: 14px;
	color: #c6c6c6;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.Help_auto_top_right{
	width: 400px;
	height: 100px;
}
.top_right_li{
   display: flex;
}
.top_right_li span{
     display: block;
}
.top_right_li span:nth-child(1){
     width: 120px;
     height: 50px;
     line-height: 50px;
    font-size: 17px;
}
.top_right_li span:nth-child(2){
     width: 280px;
     font-size:15px;
     margin-top:16px;
}
.Help_auto_top_right_auto{
	margin: auto;
}
.Help_auto_top_right li{
	font-size: 16px;
	color: #c6c6c6;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.Help_auto_top_right span{
    color: #c6c6c6;
}
.Help_auto_bottom{
	width: 1200px;
	height: 30px;
}
.Help_auto_bottom li{
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: #c6c6c6;
}
    .Provider{
        color: #c6c6c6;
        text-align: center;
        line-height: 30px;
        height: 35px;
        font-size:12px;
    }
    .Provider a{
        color: #c6c6c6 !important;
    }
.footer_icon{
    width: 16px;
    margin-right: 6px;
}

/*侧边导航样式*/
/* 回到顶部 */
/*.backTop{
   display:none;
}*/
.Side{
	width: 72px;
	/*height: 450px;
        background:#646577;
	box-shadow: 6px 7px 10px 0px rgba(0, 5, 108, 0.3);*/
	position: fixed;
        top: 190px;
	right: 0;
        z-index: 10;
}
.Side_div{
	width: 72px;
	height: 90px;
	background-color: #fff;
        color:#575758;
        text-align: center;
        cursor: pointer;
        position: relative;
}
.Side_div_box_xhx{
    width: 44px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    left: 13px;
    bottom: 0;
}
.Side_div_box{
    width: 44px;
    white-space: nowrap;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    border-bottom: 1px solid #E6E6E6;
    height: 90px;
}
.Side_qq_none{
	width: 162px;
	height: 190px;
	background-color:#3068F1;
	/*box-shadow: 6px 7px 10px 0px rgba(85, 255, 127, 0.3);*/
	position: fixed;
	top: 65%;
	right: 3.5%;
	display: none;
}
.Side_wx_none{
    width: 180px;
    height: 220px;
    background-color: #3068F1;
    /*box-shadow: 6px 7px 10px 0px rgb(85 255 127 / 30%);*/
    position: fixed;
    top: 300px;
    right: 72px;
    display: none;
}
.Side_wx_none img,.Side_love_none img,.Side_Official_none img{
        width: 160px;
        height:160px;
        margin: 10px 10px;
}
.Side_Official_none{
    width: 180px;
    height: 220px;
    background-color: #3068F1;
    /*box-shadow: 6px 7px 10px 0px rgb(85 255 127 / 30%);*/
    position: fixed;
    top: 350px;
    right: 72px;
    display: none
}
.Side_love_none{
    width: 180px;
    height: 220px;
    background-color: #3068F1;
    /*box-shadow: 6px 7px 10px 0px rgb(85 255 127 / 30%);*/
    position: fixed;
    top: 390px;
    right: 72px;
    display: none
}
.Side_phone_none{
    width: 180px;
    height: 90px;
    background-color: #3068F1;
    /* box-shadow: 6px 7px 10px 0px rgb(85 255 127 / 30%); */
    position: fixed;
    top: 210px;
    right: 72px;
    display: none;
}
.Side_img{
    width: 24px;
    height:24px;
    margin: auto;
    margin-top: 20px;
}
.Side_li{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.side_phone_number{
     line-height: 90px;
}
.app_li{
    line-height: 35px;
}
.Side_qq:hover{
	background: #3068F1;
    color: #fff;
}
.Side_qq:hover+.Side_qq_none{
	display: block;
}
.Side_wx:hover{
	background: #3068F1;
    color: #fff;
}
.Side_wx:hover+.Side_wx_none{
	display: block;
}
.Side_love:hover+.Side_love_none{
	display: block;
}
.Side_phone:hover{
	background: #3068F1;
    color: #fff;
}
.Side_phone:hover+.Side_phone_none{
	display: block;
}
.Side_Official:hover+.Side_Official_none{
	display: block;
}
.Side_love:hover{
	background: #3068F1;
    color: #fff;
}
.Side_Official:hover{
	background: #3068F1;
    color: #fff;
}
.Side_goTop{
    border:none;
    display:none;
}
.Side_goTop:hover{
	background: #3068F1;
    color: #fff;
}
.Side_div_box_p {
    line-height: 40px;
    font-size: 14px;
}

/* footer样式 */
.footer_box {
    width: 100%;
    background:#000000;
}
.footer_box_top {
    width: 100%;
    height: 322px;
    background: url(../images/new_index_img/footerBg.png)no-repeat;
    background-size: 100%;
}
.footer_box_top_title {
    width: 600px;
    height: 216px;
    margin: auto;
    text-align: center;
}
.footer_box_top_call {
    height: 90px;
    font-size: 28px;
    font-weight: 90;
    color: #FEFEFE;
    line-height: 90px;
    text-align: center;
    padding-top:12px;
}
.footer_box_top_title p{
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #FEFEFE;
}
.footer_box_top_title a{
    width: 134px;
    height: 40px;
    display: block;
    border-radius: 20px;
    border: 1px solid #fff;
    line-height: 38px;
    text-align: center;
    margin: auto;
    margin-top: 36px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE !important;
}
.footer_box_top_title a img {
    width: 10px;
    margin: -2px 0 0 2px;
}
.footer_box_top_box {
    width: 100%;
    background: rgb(44 44 44 / 25%);
}
.footer_box_top_list {
    width: 1280px;
    height: 106px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.footer_box_top_li {
    display: flex;
    align-items: center;
}
.footer_box_top_li_img {
    margin: 0 16px;
    width: 59px;
    height: 59px;
}
.footer_box_top_li_text div:nth-child(1){
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
    height: 29px;
}
.footer_box_top_li_text div:nth-child(2){
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 34px;
    height: 29px;
}
.footer_box_bottom {
    width: 100%;
    height: 272px;
}
.footer_box_bottom_list {
    width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 180px;
}
.footer_box_bottom_li {
    width: 400px;
}
.footer_box_bottom_li_top {
    height: 84px;
    line-height: 84px;
    font-size: 16px;
    font-weight: 400;
    color: #989694;
}
.footer_box_bottom_li_img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.footer_box_bottom_li_bottom {
    width: 320px;
    display: flex;
    justify-content: space-between;
}
.footer_box_bottom_li_bottom a,.footer_box_bottom_li_bottom p,.footer_box_bottom_li_site{
    font-size: 14px;
    font-weight: 400;
    color: #575758 !important;
}
.footer_box_bottom_li_site {
    height: 60px;
    line-height: 20px;
}
.footer_box_bottom_copyright {
    width: 1380px;
    margin: auto;
    border-top: 1px solid #2A2A2A;
    text-align: center;
    padding: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #575758;
}
.footer_box_bottom_copyright a{
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #575758 !important;
}
.footer_FriendLink {
    display: flex;
    flex-wrap: wrap;
    height: 46px;
    overflow: hidden;
    color: #575758;
    margin-left: -24px;
}

.footer_FriendLink a {
    color: #575758;
    margin-left: 26px;
    display: block;
    height: 24px;
}

/*展开背景图*/
.backTop_switch{
    background: url(../images/new_index_img/switchBg.png)no-repeat;
    background-size: 100%;
    width: 26px;
    height: 115px;
    margin: 130px 0 24px 24px;
    cursor: pointer;
    display:none;
}
.Side_off {
    width: 100%;
    height: 20px;
    background: #fff;
}
.Side_off_img {
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #3068F1;
}
.backTop_list {
    box-shadow: 6px 7px 10px 0px rgb(0 5 108 / 30%);
}