/*宇泰服务中心*/

@charset "utf-8";



/*客服例表*/
.giveservice{margin-bottom: 10px;}
.giveservice_Table{width: 100%;display: flex;justify-content: space-around;top: -80px;padding: 0;}
.giveservice_OnLine,.giveservice_offline{width: 48%;height: auto; background: #FFFFFF;box-shadow: 0px 4px 24px 1px rgba(0,0,0,0.1);border-radius: 0px 0px 0px 0px;padding: 60px;}
.giveservice_OnLine{background-image: url(/Uploads/giveservice_OnLine.png);background-position: bottom right;background-repeat: no-repeat;background-size: 190px 200px;}
.giveservice_offline{background-image: url(/Uploads/giveservice_offline.png);background-position: bottom right;background-repeat: no-repeat;background-size: 190px 200px;}
.giveservice_OnLine h3,.giveservice_offline h3{text-align: left;font-weight: bold;font-size: 30px;color: #262A30;}
.giveservice_OnLine p,.giveservice_offline p{font-size: 16px;color: #262A30;line-height: 20px;text-align: left;padding-top: 28px;}
.giveservice_button{padding-top: 100px;width: 100%;}
.giveservice_button button {width: 200px;height: 48px;border-radius: 0px 0px 0px 0px;border: 1px solid #0D509A;}
.giveservice_buttontomer{color: #FFFFFF;}
.service_popup {position: absolute;width: 80px;height: 80px;top: 10px;left: 2px;transform: translate(50px, 50px);padding: 2px;display: none;}
.service_popup img{width: 180px;height: 180px;}
.service_button:hover .service_popup {display: block;z-index: 99;}

/*服务锚*/
/*四分页*/
/*
.anchorLink_Table{text-align: center;width: 100%;height: auto;margin: 50px 0;display: flex;justify-content: space-around;}
.anchorLink_example{background: #FFFFFF;border: 1px solid #D7DBE6;width: 24%;}
.anchorLink_example img{line-height: 60px;width: auto;padding-top: 30px;}
.anchorLink_example h2{padding-top: 20px;}
.anchorLink_example p{padding:10px 0 30px 0;}
*/
/*四分页结束*/

/*二分页*/
.anchorLink_Table{text-align: center;width: 100%;height: auto;margin: 50px 0;display: flex;justify-content: space-around;}
.anchorLink_example{background: #FFFFFF;border: 1px solid #D7DBE6;width: 24%;}
.anchorLink_example img{line-height: 90px;width: auto;padding-top: 30px;}
.anchorLink_example h2{padding-top: 20px;}
.anchorLink_example p{padding:10px 0 30px 0;}
/*二分页结束*/


@media (max-width:768px){
    .giveservice{display: none;}
    .anchorLink_Table{display: inline-block;}
    .anchorLink_example{width: 100%;height: 300px; margin: 2px;}
    .anchorLink_example h2{padding: 10px 0; height: 80px;}
}

