/* 设置版心 */
.container{
    width: 1240px;
    margin: 0 auto;
}

.mg-logo{
    width: 108px;
    height: 58px;
}

.mg-header{
    display: flex;
    align-items: center;
    height: 86px;
}
.mg-nav{
    display: flex;
    padding: 0 40px;
}
.mg-nav li {
    padding: 20px;
}

.mg-banner{
    width: 100%;
    height: 490px;
    background-color: #0d294c;
}
.mg-banner-img{
    display: flex;
    padding: 80px 0;
    flex-direction: column;
}
.mg-banner-img h1{
    font:sans-serif;
    width: 640px;
    font-family:sans-serif;
    font-weight:200;
    font-size: 60px;
    line-height: 1.2;
    color:white;
}
.mg-banner-img p{
     font:sans-serif;
     font-size: 18px;
     color:white;
     font-weight:200;
     margin:20px 0 ;
}
.mg-banner-bottom{
	width: 100%;
    height: 240px;
    background-color: #0d294c;
}
.mg-banner-bottom-img{
    display: flex;
    padding: 80px 0;
    flex-direction: row;
}
.mg-banner-bottom-img h1{
    font:sans-serif;
    width: 640px;
    font-family:sans-serif;
    font-weight:200;
    font-size: 60px;
    line-height: 1.2;
    color:white;
}
.mg-banner-bottom-img p{
     font:sans-serif;
     font-size: 18px;
     color:white;
     font-weight:200;
     margin:20px 0 ;
}
.mg-banner-bottom-right{
	
}
.mg-btn a{
    display: inline-block;
    padding: 16px 32px;
    background-color: #fff;
    border-radius: 30px;
}
.quick-task-content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    margin-top: 30px;
}
.quick-task-item-link{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 40px;
}
.homepage-sec1{
    padding: 40px 0;
}
.homepage-sec1-title{
    height: 90px;
}
.homepage-sec1-title h2{
    font:sans-serif;
    font-size: 36px;
    color:#1b1c1d;
    font-weight:200;
    line-height: 90px;
    text-align: center;
}
.homepage-sec1-content{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.cards-wrapper{
    width: 32%;
    box-shadow: 0px 2px 16px 0px #1b1c1d14;
}
.cards-img img{
    width:100%;
}
.cards-content{
    padding: 30px;
}
.cards-content h3,.cards-content p,.mg-sec2-r-content h3,.mg-sec2-r-content p{
    font:sans-serif;
    font-weight: 200;
    color: #1b1c1d;
}
.cards-content h3{
    font-size: 24px;
    margin-bottom: 12px;
	font-weight: bold;
}
.cards-content p{
    margin-bottom: 24px;
}
.cards-wrapper-link span{
    font-size: 16px;
    color:#1259e1;
} 
.cards-wrapper-link span::after{
    content: " ";
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url("../images/more.svg") no-repeat center ;
    margin-left: 15px;
}
.homepage-mg-sec2{
    display: flex;
    margin: 60px 0 120px 0;
}
.mg-sec2-l-img{
    width: 50%;
    height: 348px;
    background-color: royalblue;
}
.mg-sec2-l-img img{
    height: 100%;
}
.mg-sec2-r-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex:1;
    padding: 50px 60px;
}
.mg-sec2-r-content h3{
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 12px;
}
.mg-sec2-r-content p{
    margin-bottom: 24px;
}
.mg-sec2-r-content a{
    display: inline-block;
    font-size: 18px;
    padding: 16px 32px;
    background-color: royalblue;
    color: #fff;
    border-radius: 30px;
}
.mg-footer_copyright{
    padding: 60px 0;
     background-color: #ececec;
}
.footer-link{
    display: flex;
    justify-content: space-between;
} 
.mg-footer-left{
    display: flex;
    font: sans-serif;
    font-size: 16px;
    color: #767676;
}
.mg-footer-left li a{
    display: block;
    line-height: 60px;
    padding-right: 60px;
}
.mg-footer-txt{
    font: sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.links-social{
    display: flex;
    width: 20px;
}
.links-social a{
    display: block;
    height: 60px;
}
.links-social a img{
    display: none;
    width: 30px;
    margin: 12px;

}
.contact-info{
    z-index: 999999;
}
.qszc{
    float: right;
    width: 280px;
    height: 272px;    
    border-radius: 20px;
	border: 3px solid #4ca3fa;
    box-shadow: 0px 2px 12px 0px #748bd6;
}
.qszc li{
    padding-left 20px;
}
.qszc-text{
    line-height: 66px;
    padding-left: 20px;
}
.qszc-text p{
    font-size: 24px;
    font:sans-serif;
    font-weight: 200;
    color: #1b1c1d;
}
.cancel{
    width: 20px;
    height: 20px;
}
.qszc-head{
    display: flex;
    justify-content: space-between;
    line-height: 66px;
    padding-right: 20px;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
}
.qszc-contact li {
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #ececec;
    background:  #0d294c;
}
.qszc-contact li p {
    display: block;
    font-size: 18px;
    line-height: 66px;
    color:#fff;
    font:sans-serif;
    font-weight: 200;
	text-align: left;
}
.qszc-contact li:last-child{
    border-radius: 0 0 18px 18px;
    border-bottom: 0;
}
.kefu {
    position: fixed;
    top: 70%;
    right: 10px;
    text-align: center;
    display: block;
    border-radius: 8px;
    font-size: 12px;
    z-index: 999;
    border: 3px solid #4ca3fa;
    background: #0d294c;
    border-radius: 10px;
    box-shadow: 0 0 14px 2px rgb(0 0 0/ 10%);
    -webkit-box-shadow: 0 0 14px 2px rgb(0 0 0/ 10%);
}
.kefu_list-unstyled {
    padding: 0;
    margin: 0;
    list-style: none;
}
.kefu-li {
    width: 68px;
	height: 70px;
    text-align: center;
}
.kefu-li a {
    text-align: center;
    display: block;
    text-decoration: none;
    /*overflow: hidden;*/
    height: 24px;
    z-index: 999999;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding-top: 50px;
}
.kefu-li a.kefu-wx {
    background-image: url(/images/kefu.png);
    background-repeat: no-repeat;
    background-position: center 0px;
}
.kefu-li a.kefu-qq {
    background-image: url(/images/kefu.png);
    background-repeat: no-repeat;
    background-position: center -90px;
}
.kefu-li a.kefu-email {
    background-image: url(/images/kefu.png);
    background-repeat: no-repeat;
    background-position: center -170px;
}
.kefu-li a.kefu-top {
    background-image: url(/images/kefu.png);
    background-repeat: no-repeat;
    background-position: center -335px;
    padding-top: 50px;
}
.kefu-li a.kefu-wx .kefu-weixin {
    padding: 20px;
    background-color: #FFFFFF;
    position: absolute;
    top: 1px;
    left: -202px;
    -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.kefu-qq-tip {
    padding: 10px;
    position: absolute;
    top: -10px;
    left: -150px;
    text-align: center;
    width: 160px;
    height: 70px;
    /*background: rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px 0px rgba(66, 65, 66, 0.69);*/
}
.hide{
	 display:none;
}
.nav-li a{
	display:block;
}
.nav-li ul{	
	z-index: 999999;
    background: white;
	position:absolute;
}