* {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
}
.mouseRight{
	display:flex;
}

.op{
    background-color: rgba(255,255,255) !important;
}
.H5_hxyw{
	color:#FF7206 !important;
}
.header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 10%;
    padding-right: 10%;
    animation: .5s;
    background-color: rgba(255,255,255);
}



.header_Con_bg {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - 455px);
    display: none;
	z-index:3
}

.block3 {
    display: block;
}

.phoneNum {
    font-family: Nirmala UI, Nirmala UI;
    font-weight: 700;
    font-size: 24px;
    color: #046AF6;
    white-space: nowrap;
    margin-top: -6px;

}

.animate__bounce, .animate__rubberBand, .animate__flash {
    animation-duration: 1.5s;
    opacity: 1;
}




.header_left {
    width: 184px;
    height: 65px;
	padding-top:5px;
	padding-bottom:5px;
}

.header_left img {
    height: 100%;
    margin-bottom: 4px;
}

.header_right {
    display: flex;
    padding-top: 30px;
}

.header_right:last-child .header_right_Item {
    margin-right: 0;
}

.header_right_Item {
    display: flex;
    flex-direction: column;
    position: relative;
    white-space: nowrap;
    width: 4em;
	margin-right:40px;
	
}
.header_right_Item2 {
    display: flex;
    flex-direction: column;
    position: relative;
    white-space: nowrap;
    margin: 0 5px;
    text-align: center;
    z-index: 100;
}

.header_right a {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    text-decoration: none;
    animation: 0.5s;
}

.flex {
    position: fixed;
    left: 0;
    right: 0;
    /* background-color: rgba(255,255,255,.9); */
    animation: op 0.5s forwards;
    z-index: 999;
    /* border-bottom: 1px solid rgba(102, 102, 102, .7); */
}

.header_box{
    box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1000;
}
.header_box.flex {
	   position: fixed;
}
.flex3 {
    position: fixed;
    left: 0;
    right: 0;
    /* background-color: #fff; */
    animation: op 0.5s forwards;
    z-index: 999;
    /* border-bottom: 1px solid rgba(102, 102, 102, .7); */
}

@keyframes op {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.header_right a:hover {
    color: #046AF6;
}

.header_right .active {
    position: relative;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #046AF6;
}

.header_right .active::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #FF7206;
    border-radius: 4px 4px 4px 4px;
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    animation: w100 0.5s forwards;
}

@keyframes w100 {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}

.header_right .ipt {
    width: 20px;
    /* width: 150px; */
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    height: 24px;
    outline: none;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    position: relative;
}

.header_right .ipt:hover {
    border: 1px solid #046AF6;
}


.wauto{
    width: auto !important;
    position: relative !important;
}


.header_right .iptBox{
    width: 180px;
    outline: none;
    height: 30px;
    border-radius: 16px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    margin-top: -5px;
    font-size: 16px;
    transition: all 1s;
    width: 30px;
    margin-right: 10px;
}

.header_right .iptflex{
    display: flex;
}

.header_right #ipt {
    width: 70%;
    outline: none;
    height: 100%;
    border-radius: 16px;
    border: 1px solid transparent;
    box-sizing: border-box;
    margin-top: 0px;
    background-color: transparent;

    display: none;
}

.iptShow{
    display: block !important;
}

.iptActive {
    width: 118px !important;
    display: block !important;
}

.header_right #search {
    width: 12.5px;
    height: 12.5px;
}
.header_right #search2 {
    width: 14.5px;
    height: 14.5px;
    padding-right: 0 !important;
    cursor: pointer;
}

.header_Con {
    position: fixed;
    left: 0;
    right: 0;
	transition:.5s;
    top: 65px;
    height: 0;
	opacity:0;
	overflow:hidden;
    z-index: 99;
    background-color: rgba(255, 255, 255);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    /* padding-right: 18.75%; */
    box-sizing: border-box;
}

.header_Con::after {
    content: '';
    background: url(../img/header_afterImg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 42px;
    bottom: 33px;
    width: 545px;
    height: 243px;
}

.header_Con::before {
    content: '';
    background: url(../img/header_before.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 335px;
    height: 327px;
}

.header_Con:first-child .header_Con_Item a {
    margin-top: 12px;
}
.header_Con_Item a.ac{
	font-size:12px;
}
.headerActive {
    position: fixed;
    background-color: rgba(0, 0, 0, .4);
    z-index: 9999999999999999999999999;
    height: 100vh;
}
.pt0{
    padding-top: 0 !important;
}


.header_Con_Item {
    display: flex;
    flex-direction: column;
    z-index: 999;
	transition:.5s;
    position: absolute;
    left: 0px;
    top: 35px;
    white-space: nowrap;
	height:0;
	overflow:hidden;
	opacity:0;
    text-align: left;
}

.ywfx{
    position: relative;
	color:#FF7206;
}

.ac{
	position:relative;
	color:#999 !important;
}
.ac:after{
	content:"";
	width:3px;
	height:3px;
	position:absolute;
	left:-8px;
	top:50%;
	transform:translateY(-50%);
	border-radius:50%;
	background:#666;
	display:none;
}

.ywfx::before{
    content: '';
    background: url(https://img.swmob.com/swtech/star1.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 12px;
    height: 12px;
    right: -0px;
    top: -5px;
    opacity: 0;
    position: absolute;
    animation: options 5.5s infinite;
	display:none;
}

.alsl{
    position: relative;
}
.alsl::before{
    content: '';
    background: url(https://img.swmob.com/star2.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 20px;
    height: 10px;
    right: 5px;
    top: -5px;
    position: absolute;
    opacity: 0;
    animation: options 5.5s 0.5s infinite;

}

@keyframes options {
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.header_Con_Item a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    margin: 8px 0;
}

.header_Con_btn1 {
    width: 104px;
    height: 33px;
    background-color: #0057CE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 20px;
    color: #FFFFFF;
    margin-right: 16px;
    margin-bottom: 62px;
    cursor: pointer;
    transition: all 0.5s;
    z-index: 2;
    position: relative;

}

.header_Con_btn1:hover {
    box-shadow: 0px 5px 10px 0px #68A5F8;
}

.header_Con_btn2 {
    width: 104px;
    height: 33px;
    background-color: #046AF6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 20px;
    color: #FFFFFF;
    margin-right: 16px;
    margin-bottom: 62px;
    cursor: pointer;
    transition: all 0.5s;
    z-index: 2;
    position: relative;

}

.header_Con_btn2 a{
    color: #FFFFFF;
}
.header_Con_btn3 a{
    color: #fff;
}

.header_Con_btn4 a{
    color: #fff;
}

.bottom_Con_right22 {
    width: 92px;
    height: 28px;
    line-height: 28px;
    background: #FFFFFF;
    border-radius: 40px 40px 40px 40px;
    border: 2px solid #046AF6;
    text-align: center;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #046AF6;
    margin-left: 10px;
    display: none;
    cursor: pointer;
}

.bottom_Con_right22 a{
	color: #046AF6;
}

.bottom_Con_right2Img {
    width: 111px;
    height: 132px;
    margin-left: 10px;
    display: none;
}

.header_Con_btn2:hover {
    box-shadow: 0px 5px 10px 0px #4E97FB;

}

.header_Con_btn3 {
    width: 104px;
    height: 33px;
    background-color: #D40000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 20px;
    color: #FFFFFF;
    margin-right: 16px;
    margin-bottom: 62px;
    cursor: pointer;
    transition: all 0.5s;
    z-index: 2;
	white-space: nowrap;
    position: relative;
}

.header_Con_btn3:hover {
    box-shadow: 0px 5px 10px 0px rgb(255, 74, 74);

}

.header_Con_btn4 {
    width: 104px;
    height: 33px;
    background-color: #FF7206;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 20px;
    color: #FFFFFF;
    margin-bottom: 62px;
    cursor: pointer;
    transition: all 0.5s;
    z-index: 2;
    position: relative;
    margin-right: 18.75%;
}

.header_Con_btn4:hover {
    box-shadow: 0px 5px 10px 0px #FFA560;

}

input {
    outline: none !important;
    background-color: transparent !important;
}


.header_ConActive {
    display: flex;
	height:389px;
	opacity:1;
    background-color: rgba(255,255,255);
}

.header_ConActive2 {
    display: flex;
	height:175px;
	opacity:1;
    display: flex;
}



.connect {
    background: url('https://img.swmob.com/swtech/connect.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 350px;
    margin-top: 114px;
    box-sizing: border-box;
	position:relative;
	z-index:2;
}

.connect_Tit {
    font-size: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #03579D;
    text-align: center;
    padding-top: 30px;
}

.connect_List {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.connect_Item {
    width: 370px;
    margin: 0 29px;
}

.header_Con_Tit {
    color: #046AF6;
    font-size: 22px;
	line-height:33px;
    height: 33px;
    margin-bottom: 62px;
    margin-right: 16px;
}

.connect_Item_Flex_left {
    width: 103px;
    height: 103px;
    margin-right: 19px;
    cursor: pointer;
    transition: all 0.5s;
}

.connect_Item_Flex_left:hover {
    transform: scale(1.2);
}

.connect_Item_Flex {
    display: flex;
    align-items: center;
}

.connect_Item_Flex_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.connect_Item_Flex_right1 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    color: #046AF6;
    margin-bottom: 19px;
}

.connect_Item_Flex_right2 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
}

.connect_Item_Tit {
    font-size: 22px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #545454;
    margin-bottom: 12px;
}

.connect_Item_Line {
    width: 243px;
    height: 4px;
    margin-bottom: 27px;
}

.connect_Item_Phone {
    font-size: 30px;
    font-weight: 400;
    color: #046AF6;
    margin-bottom: 25px;
}

.connect_Item_Msg {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    font-size: 16px;
}

.bottom {
    margin: 0 auto;
    padding-top: 50px;
    /* width: 62.5%; */
    width: 100%;
    background-color: #F7F8FB;
	position:relative;
	z-index:2;
}

.bottom_Tit {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px #F2F2F2 solid;
    padding-bottom: 11px;
    width: 90%;
    max-width: 1200px;
}

.bottom_Tit_left {
    width: 274.2px;
    height: 85.3px;
}

.bottom_Tit_right1 {
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #545454;
    margin-bottom: 13px;
}

.bottom_Tit_right2 {
    font-size: 24px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    color: #004098;
}

.bottom_Tit_right2 a{
	 color: #004098;
}

.bottom_Tit_right2 :first-child {
    margin-right: 3px;
	font-weight:700;
}

.bottom_Con {
    width: 62.5%;
    margin: 0 auto;
    padding-top: 68px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #F2F2F2;
    padding-bottom: 70px;
}

.bottom_Con_left {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.bottom_Con_left1 {
    width: 35%;
    margin-right: 5%;
}

.bottom_Con_left2 {
    flex: 1;
}

.bottom_Con_left1_List {
    display: flex;
    justify-content: space-between;
}

.bottom_Con_left1_Item {
    /* margin-right: 43px; */
}

.bottom_Con_left1_top {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    color: #545454;
    margin-bottom: 18px;
}

.bottom_Con_left1_Item a {
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #545454;
    margin-bottom: 32px;
    text-decoration: none;
    display: block;
}

.bottom_Con_right1 {
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 26px;
}

.bottom_Con_right1_msg {
    margin-right: 17px;
    white-space: nowrap;
}

.bottom_Con_right1_Img {
    width: 38px;
    height: 38px;
    margin: 0 11.5px;
    cursor: pointer;
}

.bottom_Con_right2 {
    margin-top: 18px;
    padding-left: 26px;
    box-sizing: border-box;
}

.bottom_Con_right2_Tit {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    color: #004098;
    margin-bottom: 17px;
}

.bottom_Con_right2_msg {
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #545454;

    line-height: 22px;
}

.bottom_Con_right3 {
    width: 377px;
    height: 2px;
    background: #F2F2F2;
    margin-top: 24px;
    margin-bottom: 18px;
}

.bottom_Con_right4 {
    padding-left: 26px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #545454;
    line-height: 22px;
    user-select: none;
}

.bottom_Con_right4_1 {
    margin-right: 59px;
}

.bottom_msg {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    font-size: 12px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #545454;
    line-height: 26px;
    margin-top: 28px;
    padding-bottom: 62px;
    padding-left: 32px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 32px;
    border-top: 2px solid #F2F2F2;
}

.bottom_msg img {
    width: 14px;
    height: 14px;
    display: inline-block;
}

.headerH5 {
    display: none;
}

.navH5 {
    display: none;
}

.bottom_Con_Top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.bottom_Con_Top_left {
    font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
    font-weight: 400;
    font-size: 32px;
    color: #046AF6;
    position: relative;
    width: 372px;
}

.bottom_Con_Top_left img{
    height: auto;
}

.bottom_Con_Top_left::after {
    width: 23px;
    height: 1px;
    background: #FF7206;
    position: absolute;
    content: '';
    left: 0;
    top: 50px;
}

.NewBottom_Con {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    /* padding-right: 80px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
}
.bottom_Con_Top_left_box{
    width: 350px;
}
.bottom_Con_Top_right {
    display: flex;
    align-items: center;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-top: 12px;
    height: 130px;
    /* width: 435px; */
}

.bottom_Con_bottom1 {
    margin-top: 18px;
}

.bottom_Con_bottom1 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 16px;
    color: #004098;
}

.bottom_Con_bottom2 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #545454;
    line-height: 24px;
}

.bottom_Con_bottom_left1 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 16px;
    color: #545454;
    margin-bottom: 18px
}

.bottom_Con_bottom_left2 {
    line-height: 26px;
}

.embed-icon[data-v-06873b41]{
	z-index:0;
	top:65% !important;
	z-index:999;
}


.bottom_Con_bottom_left2 a {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #545454;
    white-space: nowrap;
}

.bottom_Con_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom_Con_bottom_right {
    display: flex;
    border-top: 2px solid #F2F2F2;
    width: 298px;
    box-sizing: border-box;
    padding-top: 17px;
    padding-left: 19px;
	align-items: center;
    margin-right: 74px;
}

.bottom_Con_bottom_right1 {
    width: 101px;
    height: 101px;
	margin-right:10px;
}

.bottom_Con_bottom_right2 {
    display: flex;
    flex-direction: column;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #545454;
    line-height: 22px;
    justify-content: flex-end;
}

.bottom_Con_bottom_right2 :last-child {
    margin-top: 18px;
    margin-bottom: 7px;

}

@media (max-width:1440px) {
	.header_right_Item{
		margin-right:20px;
	}
}
@media (max-width:1250px) {
	.header_right_Item{
		margin-right:15px;
	}
}

@media (max-width:1050px) {
	.header{
		padding-left:5%;
		padding-right:5%;
	}
}

@media (max-width:900px) {
	
	.header_Con_Tit{
		margin-bottom:10px;
	}
	    .header_Con_Tit {
        margin-bottom: 10px;
        width: auto;
        height: auto;
        white-space: nowrap;
		        font-size: 16px;
    }
	.H5_pp{
		    height: 60px;
		display: none;
		
    position: relative;
    margin-top: 10vh;
	}
	.navActive .H5_pp{
		display: flex;
		position: absolute;
        right: 0;
        bottom: 5%;
	}
		.header_Con_btn2{
		font-size: 16px;
    padding: 0 5px;
	width:auto;
	}
	.header_Con_btn3{
		font-size: 16px;
    padding: 0 5px;
	width:auto;
	        margin: 0 5px;
	}
	.header_Con_btn4{
		margin:0 5px;
		    font-size: 16px;
    padding: 0 5px;
	width:auto;
	
	}
	.header_Con_btn4{
		margin-right:0;
	}
	.bottom_Con_bottom_left2,.bottom_Con_bottom2{
		margin-top:6px;
	}
    .header_box{
        box-shadow: none;
    }
    .headerH5 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background-color: #fff;
        z-index: 999;
    }

    .bottom_msg {
        width: 100%;
        padding: 0 20px;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-top: 10px;
    }

    .header {
        display: none;
    }

    .headerH5_logo {
        width: 40%;
    }

    .headerH5_more {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    .headerH5_more img {
        width: 100%;
        height: 100%;
    }

    .navdiv {
        position: fixed;
        right: -100%;
        top: 60px;
        width: 100%;
        height: calc(100vh - 50px);
        z-index: 5;
        transition: .5s;
    }
.H5_header_Active2{
    display: flex;
	height:auto;
	opacity: 1;
}
    .navH5List li {
        width: 70%;
        margin: auto;
        align-items: center;
        justify-content: space-between;
        padding: 13px 5%;
        border-bottom: 1px solid #ccc;
        color: #266EED;
        font-size: 16px;
        list-style: none;
    }

    .navH5List a {
        text-decoration: none;
        color: #266EED;
        width: 100%;
        display: block;
    }

    a {
        text-decoration: none;
    }

    .searchH5Img {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        cursor: pointer;
        width: 20px;
    }

    .header {
        display: none;
    }

    .footer .footerCon .footerRight dt {
        margin-top: 10px;
    }

    .footer .footerCon .footerRight dd {
        flex-direction: column;
    }

    .footer .footerCon .footerRight dd a {
        white-space: nowrap;
    }

    .footer .footerCon .footerRight {
        padding-left: 45px;
    }

    .mask1 {
        display: block;
        position: absolute;
        right: -100%;
        width: 100%;
        height: 100%;
        transition: .5s;
        z-index: 6;
        background-color: rgba(0, 0, 0, .7);
    }

    .header_right_Item{
        width: auto;
    }

    .navH5 {
        display: block;
        position: absolute;
        right: -100%;
        /* top:63px;
	*/
        width: 80%;
        height: 100%;
        z-index: 7;
        transition: .5s;
        background-color: #fff;
    }

    .navActive {
        right: 0;
        transition: .5s;
    }

    .searchH5 {
        display: flex;
        position: relative;
        width: 90%;
        margin: 20px auto;
    }

    .loginH5 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }

    .content {
        margin-top: 65px;
    }

    .loginH5 div {
        width: 80px;
        height: 40px;
        font-size: 16px;
        border-radius: 15px;
        background-color: #266EED;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .el-pagination {
        width: 95%;
        margin: auto;
        align-items: center;
        flex-wrap: wrap !important;
    }
.bottom_Con_Top_left_box{
    width: auto;
}
    .NewBottom_Con {
        padding-right: 0;
    }

    .el-pagination__jump {
        margin-left: 0 !important;
        margin-top: 10px;
    }

    .contentItem {
        padding-bottom: 20px;
    }

    .DirectorMailbox-Con {
        width: 95% !important;
    }

    .DirectorMailbox-Con .DirectorMailbox-ConLeft {
        text-indent: 15px !important;
    }

    .DirectorMailbox-Con .DirectorMailbox-ConLeft .name1 {
        font-size: 16px !important;
    }

    #ipt1 {
        width: 100%;
        height: 40px;
        background: #fff;
        border-radius: 27px;
        border: 1px solid #266EED;
        outline: 0;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666;
        padding-left: 38px;
        box-sizing: border-box;
    }

    .enrollH5 {
        background-color: #fff !important;
        color: #266EED !important;
        margin-left: 30px;
    }

    .navdiv {
        z-index: 9999;
    }

    .navH5List .H5_header_Active {
        display: flex;
    }

    .navH5List .H5_header_Active a {
        color: #707070;
    }

    .header_Con_Item a {
        margin: 5px 0;
        top: 0;
    }

    .header_Con_Item {
        position: relative;
        top: 6px;
        left: 10px;
    }

    .navActive {
        right: 0;
        transition: .5s;
    }

    #close {
        display: none;
    }

    .bottom {
        width: 100%;
        margin-top: 20px;
    }

    .connect {
        display: none;
    }
    /* .bottom_Con_Top_right{
        width: unset;
    } */
    .bottom_Tit {
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }

    .bottom_Tit_right {
        margin-top: 10px;
    }

    .bottom_Con {
        display: none;
    }

    .bottom_Tit_left {
        width: 40%;
        height: auto;
        margin-left: 10px;
    }

    .connect {
        height: auto;
        margin-top: 0;
        background-size: cover;
        background-position: center center;
        margin-top: 10px;
		
    }

    .connect_Item {
        width: auto;
        margin: 0;
    }

    .connect_Item_Phone {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .connect_Item_Msg {
        font-size: 14px;
    }

    .connect_List {
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
    }

    .connect_List {
        margin-top: 20px;
    }

    .connect_Item_Line {
        margin-bottom: 10px;
    }

    .connect_Item {
        margin-bottom: 20px;
    }

    .connect_Tit {
        padding-top: 20px;
    }

    .connect_Item_Tit {
        font-size: 22px;
    }

    .bottom_Con_Top {
        margin-top: 10px;
        flex-direction: column;
    }

    .bottom_Con_Top_left {
        font-size: 26px;
        width: 80%;
    }

    .bottom_Con_bottom {
        flex-wrap: wrap;
    }

    .bottom_Con_bottom_right {
        margin-top: 10px;
        margin-right: 0;
        padding-left: 0;
    }

    .bottom_Tit_right2 {
        flex-direction: column;
        display: flex;
    }
    .bottom{
        padding-top: 20px;
    }
	.bottom_Con_bottom_left1{
		margin-top:18px;
		margin-bottom:0;
	}
}