


.container {
    width: 100%;
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
}


.English {
    color: #FFFFFF;
    font-size: 40px;
    position: absolute;
    z-index: 3;
    left: 18.75%;
    top: 93px;
}


.subTit {
    z-index: 3;
    font-size: 18px;
    color: #fff;
    font-family: Microsoft YaHei, Microsoft YaHei;
    line-height: 30px;
    margin-top: 32px;
}


.ItemActive{
    background-color: #F3F9FF;
    padding: 5px;
    border-radius: 5px;
}

.teamWork {
    padding-top: 80px;
}

.teamWork_Tit {
    font-size: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #03579D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teamWork_subTit1 {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
}

.teamWork_subTit2 {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 21px;
}

.teamWork_ask {
    display: flex;
    align-items: center;
    justify-content: space-between;
	max-width:1200px;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 20px;
}

.teamWork_ask_left {
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #03579D;
}

.teamWork_ask_right {
    width: 231px;
    height: 31px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    border: 1px solid rgba(4, 106, 246, 0.35);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#search {
    width: 20.1px;
    height: 21.2px;
    padding-right: 12px;
    cursor: pointer;
}

.teamWork_ask_right #ipt {
    padding-left: 16px;
    width: 80%;
    height: 100%;
    outline: none;
    border: none;
    border-radius: 10px 10px 10px 10px;
}

.teamWork_askList {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	max-width:1200px;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 47px;
	padding:0 14px;
}
.teamWork_askList_left{
	width:45%;
}
.teamWork_askList_right{
	width:45%;
}
.teamWork_askItem {
    width:100%;
    margin-bottom: 46px;
	padding:5px;
}

.teamWork_askItem_Tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #545454;
    margin-bottom: 14px;
}

.teamWork_askItem_Tit_text {
    position: relative;
}

.teamWork_askItem_Tit_text::after {
    content: '';
    display: block;
    width: 4px;
    height: 18px;
    background: #046AF6;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translateY(-50%);
}

.icon1 {
    display: none;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.icon2 {
    display: none;
    width: 34px;
    height: 34px;
}

.teamWork_askItem_Tit .active {
    display: block;
}


.teamWork_askItem_msg {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.teamWork_askItem_msg p{
	display:inline;
}
.teamWork_askItem .active {
    overflow: unset;
    text-overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

.teamWork_ask_More {
    width: 160px;
    height: 49px;
    border-radius: 76px 76px 76px 76px;
    opacity: 1;
    border: 2px solid #046AF6;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #046AF6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
}


.en_email {
    padding-top: 80px;
}

.en_email_Tit {
    font-size: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #03579D;
    margin: 0 auto;
    text-align: center;
}

.en_email_List {
    width: 100%;
    display: flex;
    align-items: center;
    height: 452px;
    margin-top: 20px;
}

.en_email_left {
    width: 50%;
    height: 100%;
}

.en_email_left img {
    height: 100%;
}

.en_email_right {
    background: rgba(247, 247, 247, .78);
    ;
}

.en_email_right {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 37px;
    padding-left: 43px;
}

.en_email_right_tit {
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #03579D;
    margin-bottom: 31px;
}

.en_email_Box {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.en_email_box {
    width: 209px;
    height: 31px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    border: 1px solid rgba(4, 106, 246, 0.35);
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 16px;
}

.en_email_box #ipt {
    width: 70%;
    height: 100%;
    border: none;
    outline: none;
    margin-left: 2%;
}

.en_email_box_msg {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    line-height: 18px;
    margin-left: 19px;
}

.en_email_box_msg2 {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FF7206;
    margin-left: 19px;
}

.loginBtn {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #03579D;
    display: flex;
    align-items: center;
    margin-left: 1.6em;
    cursor: pointer;
}

.loginBtn2{
	font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #03579D;
	display: flex;
    align-items: center;
	border:none;
	cursor: pointer;
}

#login_icon {
    width: 19.6px;
    height: 9.7px;
    margin-left: 6px;
}

.email_msg_Tit {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #03579D;
    margin-top: 52px;
}

.email_msg_Text {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #aaaaaa;
    line-height: 26px;
}

.pay {
    margin-top: 60px;
}

.Pay_Tit {
    font-size: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #03579D;
    text-align: center;
}

.pay_gong {
	max-width:1200px;
    width: 90%;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px 8px 8px 8px;
    border: 0.4px solid #999999;
    margin: 0 auto;
    margin-top: 20px;
    box-sizing: border-box;
    padding-top: 31px;
    padding-left: 34px;
    padding-right: 15px;
    display: flex;
    user-select: none;
    padding-bottom: 30px;
}

.pay_gong_left_tit {
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #03579D;
    margin-bottom: 22px;
}

.pay_gong_left_img {
    width: 268px;
    height: 50px;
}

.pay_gong_left_img img {
    /*height: 100%;*/
}

.pay_gong_right {
    margin-left: 124px;
    position: relative;
    flex: 1;
}

.pay_gong_right1 {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #545454;
}

.pay_gong_right2 {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    line-height: 30px;
    margin-top: 14px;
}

.pay_gong_pay {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #03579D;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#payLogin {
    width: 21.6px;
    height: 9.7px;
    margin-left: 4px;
}

.pay_list {
    box-sizing: border-box;
    /* padding-left: 18.75%; */
    /* padding-right: 18.75%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	max-width:1200px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.pay_item {
    width: 50%;
    /* width: 600px; */
    /* height: 170px; */
    height: 200px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-top: 21px;
    position: relative;
    padding-right: 11px;
    padding-left: 11px;
    background: #FFFFFF;
    margin-bottom: 14px;
    user-select: none;
    cursor: pointer;
}
.kaipiao{
	
	width:100%;
	padding:10px 5%;
	box-sizing:border-box;
	    line-height: 33px;
}
.kaipiao span{
	font-weight:bold;
	display:block;
}
.kaipiao:hover{
	box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.16);
    background-color: #F3F9FF;
}
 .payCopy{
	display:none;
}
.copyAn{
	position:absolute;
	width:80px;
	height:40px;
	line-height:40px;
	border-radius:20px;
	text-align:center;
	color:#fff;
	background:#046AF6;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	display:none;
}

.pay_item:hover {
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.16);
    background-color: #F3F9FF;
}
.pay_item:hover .copyAn{
	display:block;
}
.pay_gong:hover .copyAn{
	display:block;
}
.pay_item_left {
    width: 156px;
    height: 64px;
    margin-right: 6px;
}

.pay_item_right {
    flex: 1;
}

.pay_item_left img {
    height: 100%;
}

.pay_item_right1 {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #545454;
}

.pay_item_right2 {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    line-height: 30px;
}


.pay_item_pay {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #03579D;
    /* position: absolute;
    right: 23px;
    bottom: 0px; */
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: flex-end;
}

#payLogin {
    width: 21.6px;
    height: 9.7px;
    margin-left: 4px;
}

#footer .connect {
    margin-top: 30px;
}

.banner_H5{
    display: none;
}
@media (max-width:1680px) {
	
}
@media (max-width:900px) {
.en_email_box_msg2 a{
		color: #FF7206;
	}
    .banner_H5{
        display: block;
        height: 210px;
        background: url(https://img.swmob.com/swtech/Service_H5.png?1) no-repeat;
        background-size: 100% 100%;
        padding-top: 105px;
        box-sizing: border-box;
    }

    .banner_H5_index{
        display: block;
        background: url(https://img.swmob.com/swtech/H5Banner2.png) no-repeat;
        background-size: 100% 100%;
        width: 320px;
        height: 81.2px;
        padding-top: 24.5px;
        padding-left: 61px;
        color: #FFFFFF;
        font-size: 20px;
        box-sizing: border-box;
        margin-left: 24.5px;
    }

    .teamWork{
        padding-top: 30px;
    }

    .banner{
        display: none;
    }

    .English {
        margin-left: 0;
        padding-top: 0;
    }

    #footer .connect{
        margin-top: 0px;
        z-index: 2;
        position: relative;
    }

    .teamWork_ask {
        width: 100%;
        padding: 0 5%;
        margin-top: 20px;
    }

    .teamWork_subTit1 {
        padding: 0 5%;
        font-size: 18px;
    }

    .teamWork_subTit2 {
        padding: 0 5%;
        font-size: 14px;
    }

    .teamWork_ask_left {
        font-size: 18px;
        width: 40%;
    }

    .teamWork_ask_right {
        width: 60%;
    }

    .teamWork_askList {
        width: 100%;
        padding: 0 5%;
		flex-wrap:warp;
    }
	.teamWork_askList_left{
		width:100%;
	}
	.teamWork_askList_right{
		width:100%;
	}

    .teamWork_ask_More {
        border: 1px solid #046AF6;
        width: 120px;
        height: 40px;
    }

    .en_email {
        padding-top: 50px;
    }

    .en_email_left {
        display: none;
    }
    .container{
        padding-top: 50px;
    }

    .en_email_right {
        width: 100%;
        padding: 0;
    }

    .en_email_right_tit {
        text-align: center;
        padding-top: 20px;
        font-size: 20px;
    }

    .en_email_List {
        margin-top: 20px;
    }

    .en_email_Box {
        padding-left: 5%;
    }

    .en_email_box_msg {
        margin-left: 10px;
        font-size: 14px;
    }
    .email_msg_Tit{
        padding-left: 5%;
        margin-top: 20px;
        
    }
    .email_msg_Text{
        padding: 0 5%;
        font-size: 14px;
    }
    .en_email_right{
        padding-bottom: 10px;
    }
    .en_email_List{
        height: auto;
    }

    .pay{
        margin-top: 30px;
    }
    .Pay_Tit{
        font-size: 30px;
        margin-bottom: 20px;
    }

    .pay_gong{
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
        padding: 10px;
        height: auto;
        border: unset;
        padding-bottom: 20px;
    }
    .pay_gong_right{
        margin-left: 0;
        margin-top: 10px;
    }
    .pay_list{
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        /* margin-bottom: -30px; */
    }
    .pay_item{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        flex-wrap: nowrap;
        padding: 0;
        flex-direction: column;
        justify-content: space-between;
    }
    .pay_item_right2{
        font-size: 14px;
        line-height: unset;
    }
	.pay_gong_left_img{
		height:auto;
	}
    .pay_item_left{
        margin-right: 0;
    }
    .pay_item_right{
        margin-top: 10px;
    }

    .teamWork_askItem{
        width: 100%;
    }
}