section,p,div,ul,li{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ul,li{
	list-style: none;
}
.img{
	display: block;
	margin: auto;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #444;
    background-color: #fff;
}
.center{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.container{
	width: 1200px;
	margin: auto;
}
.clearfix:after, .clearfix:before, .container:after, .container:before {
    display: table;
    content: " ";
	box-sizing: border-box;
}
.clearfix:after,.container:after{
	clear: both;
}
.animate_3{
	transition: all ease .2s;
	-o-transition: all ease .2s;
	-webkit-transition: all ease .2s;
}
.f_l{
	float: left;
}
.f_r{
	float: right;
}
.flex{
	display: flex;
	display: -webkit-flex;
}



header{
    padding: 15px 0;
    box-shadow: 0 0 1px 0 #fafafa;
    color: #fff;
    background-color: rgba(255, 255, 255, .05);
    z-index: 140;
    position: fixed;
    top: 0;
    width: 100%;
}
header.fixTop{
    background-color: #0f3d99;
}
.logo-cont{
    width: 85px;
    height: 30px;
    margin-top: 1px;
}
.logo-cont img{
    width: 100%;
    height: 100%;
    display: block;
}
header .a-link{
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    margin-left: 20px;
    margin-right: 20px;
    color: #fff;
    display: none;
}
.login-btn{
    margin-left: 36px;
    width: 92px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
.login-btn:hover{
    background: rgba(255, 255, 255);
    color: #1A56A8;
}

header form {
    display: none;
}
header.fixTop form{
    display:block;
}
header .search-line{
    width: 246px;
    border-radius: 4px;
    height: 32px;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
}
header .search-line input{
    border-radius: none;
    border: none;
    padding: 8px 13px 8px 8px;
    background: none;
    flex: 1;
}
header .search-line input::-webkit-input-placeholder {
    color: #FFFFFF;
}
header .search-line input::-moz-placeholder {
    color: #fff;
}
header .search-line input::-ms-input-placeholder {
    color: #fff;
}

header .search-icon{
    position: initial;
    display: block;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: none;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    background: url(/staticRes/image/index4.0_search2.png) no-repeat left center/16px auto;
    background-color: none;
    flex-shrink: 0;
}


.aside{
    position: fixed;
    top: 40%;
    right: 12px;
}
.aside-item{
    position: relative;
    cursor: pointer;
    margin-bottom: 12px;
    height: 56px;
}
.aside-item>img{
    width: 56px;
    height: 56px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}
.aside-item .aside-img,
.aside-item:hover .aside-img-ac{
    opacity: 1;
}
.aside-item .aside-img-ac,
.aside-item:hover .aside-img{
    opacity: 0;
}

.aside-add{
    position: absolute;
    display: none;
}
.aside-item:hover .aside-add{
    display: block;
}
.aside-code .aside-add{
    right: 68px;
    width: 100px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1;
    box-shadow: 0px 4px 16px 0px rgba(33, 18, 14, 0.05);
    padding-top: 10px;
}
.aside-code .aside-add img{
    margin-bottom: 8px;
    width: 78px;
    height: 78px;
}
.aside-tel .aside-add{
    right: 68px;
    top: 4px;
    width: 194px;
    height: 48px;
    background: #1A56A8;
    border-radius: 24px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
}

.maq{
    position: fixed;
    bottom:0;
    height: 128px;
    width: 100%;
    min-width: 1200px;
    background: url(./image/index_4.0_maq_p.png) no-repeat center/cover;
    display: none;
}
.maq-btn{
    width: 119px;
    height: 36px;
    background-color: #fff;
    margin-top: 70px;
    margin-left: auto;
    margin-right: 85px;
    border-radius: 4px;
    box-shadow: 2px 2px 0px 2px #1f519e;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #215baa;
    font-weight: 600;
    cursor: pointer;
}
.maq-btn:hover{
    background-color: #1f519e;
    color: #fff;
    box-shadow: none;
}

footer{
    background: #2B2D30;
    min-width: 1200px;
}
footer .container{
    padding: 48px 0;
}
footer .f_l{
    width: 860px;
}
.footer-link-p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}
.footer-link{
    display: inline-block;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    opacity: 0.4;
    margin-left: 50px;
}
.footer-link:hover{
    color: #FFFFFF;
    opacity: 1;
}
.footer-link-cont{
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.footer-about-p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    display: block;
    margin-bottom: 33px;
}
.footer-about-p:hover{
    color: #fff;
}
.footer-about-desc{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0.4;
}
.cr-link{
    color:inherit!important;
}
footer .logo-cont{
    /* margin-top: 8px;
    margin-bottom: 17px; */
    width: 130px;
    height: 35px;
}
.code-r-cont .logo-cont img{
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0;
}
.code-cont{
    padding-top: 28px;
}
.code-l-cont{
    width: 123px;
    height: 148px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1;
    padding-top: 6px;
    margin-right: 36px;
    margin-bottom: 5px;
}
.code-l-cont img{
    margin-bottom: 6px;
    width: 106px;
    height: 106px;
}
.code-r-cont{
    /* padding-top: 42px; */
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}
.code-r-cont img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    margin-bottom: 18px;
    margin-top: 46px;
}



.compn-cont{
    padding-top: 24px;
}
.compn-cont img{
    display: block;
    width: 100%;
    height: 40px;
    margin: auto;
}
.compn-cont2{
    margin-left: 40px;
}
.compn-cont2 img{
    display: block;
    width: 140px;
    height: 166px;
    margin: auto;
}




/* å¼¹çª—--------------------S */

.layui-layer{
    background-color: transparent!important;
    box-shadow: none!important;
}
#alertPartA{
    display: none;
}
.alertAskin .alert-cont{
    width: 256px;
    height: 304px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 36px;
}
.alertAskin .alert-cont .alert-code{
    width: 184px;
    height: 184px;
    display: block;
    margin-bottom: 7px;
}
.alertAskin .code-link{
    margin: auto;
    max-width: 152px;
    padding: 9px 19px 9px 48px;
    white-space: nowrap;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #1A56A8;
    background: url(./image/index4.0_alert-wx.png) no-repeat 19px center/22px 18px;
    background-color: #E9F6FD;
    line-height: 1;
}
.alertAskin .layui-layer-setwin{
    top: 0;
    right: 0;
}
.alertAskin .layui-layer-setwin .layui-layer-close2,
.alertAskin .layui-layer-setwin .layui-layer-close2:hover{
    top: 23px;
    width: 11px;
    height: 11px;
    background: url(./image/index4.0_icon_close.png) no-repeat center/cover;
    right: 23px;
}


.alertBskin .layui-layer-content{
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
/* }
.alertBskin .alert-cont{ */
    box-sizing: border-box;
    width: 1120px;
    height: 640px;
    /* background: #FFFFFF;
    border-radius: 16px; */
    position: relative;
    padding: 48px 0 48px 48px;
}
.alertBskin .layui-layer-setwin{
    top: 0;
    right: 0;
}
.alertBskin .layui-layer-setwin .layui-layer-close2,
.alertBskin .layui-layer-setwin .layui-layer-close2:hover{
    top: 30px;
    width: 11px;
    height: 11px;
    background: url(./image/index4.0_icon_close.png) no-repeat center/cover;
    right: 29px;
}
/* .layui-layer-page .layui-layer-content::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.layui-layer-page .layui-layer-content::-webkit-scrollbar-thumb {
    background-color: #666;
}
.layui-layer-page .layui-layer-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
} */
#alertPartB{
    display: none;
    /* height: 100%; */
    /* overflow: auto; */
    padding-bottom: 48px;
}
.alertBskin .alert-title{
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.alertBskin .alert-code-fl{
    /* padding: 5px;
    width: 100px;
    height: 120px; */
    padding: 29px;
    width: 256px;
    height: 304px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(33, 18, 14, 0.05);
    border-radius: 10px;
}
.alertBskin .alert-code-fl img.alert-code{
    /* width: 90px;
    height: 90px; */
    width: 198px;
    height: 198px;
    display: block;
    margin-bottom: 4px;
}
.alertBskin .alert-code-fl p{
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 1;
    text-align: center;
}
.alertBskin .alert-info-main .alert-code-fl p{
    margin: auto;
    max-width: 152px;
    padding: 9px 19px 9px 48px;
    white-space: nowrap;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #1A56A8;
    background: url(./image/index4.0_alert-wx.png) no-repeat 19px center/22px 18px;
    background-color: #E9F6FD;
    line-height: 1;
}
.alertBskin .alert-time{
    font-size: 14px;
    padding-left: 21px;
    background: url(./image/icon-4-time.png) no-repeat left center / 13px 13px;
    font-weight: 400;
    color: #999999;
    line-height: 1;
}
.alertBskin .alert-tools > div{
    position: relative;
}
.alertBskin .alert-tools > div span{
    background: no-repeat left center / 13px 13px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    padding-left: 21px;
    line-height: 1;
    margin-left:31px;
    cursor: pointer;
}
.alertBskin .alert-tools > div.alert-tool-downl span{
    background-image: url(./image/icon-2-download.png);
}
.alertBskin .alert-tools > div.alert-tool-jc span{
    background-image: url(./image/icon-4-jc.png);
}
.alertBskin .alert-tools > div.alert-tool-col span{
    background-image: url(./image/icon-4-collect.png);
}
.alertBskin .alert-tools > div .alert-code-fl{
    opacity: 0;
    position: absolute;
    left: 8px;
    top: 30px;
    transform: translateY(-100px) scale(0);
    padding: 5px;
    width: 100px;
    height: 120px;
    border-radius: 4px;
}
.alertBskin .alert-tools > div .alert-code-fl img.alert-code{
    width: 90px;
    height: 90px;
}
.alertBskin .alert-tools > div .alert-code-fl p{
    font-size: 13px;
}
.alertBskin .alert-tools > div:hover .alert-code-fl{
    transform: translateY(0) scale(1);
    opacity: 1;
    z-index: 10;
}
.alertBskin .alert-top-cont{
    padding-right: 48px;

}
.alertBskin .alert-info-cont{
    margin-top: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #FAFAFA;
    line-height: 1;
    justify-content: space-between;
}
.alertBskin .alert-info-main{
    margin-top: 36px;
    /* position: relative; */
}
.alertBskin .alert-info-main >span{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 1;
}
.alertBskin .alert-desc{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 30px;
    height: 330px;
    padding-right: 48px;
    /* overflow: auto; */
    overflow: hidden;
    position: relative;
}
.alertBskin .alert-desc.af::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 1024px;
    height: 330px;
    background: url(./image/index_4.0_alertB_sd.png) no-repeat center/cover;
}
.alertBskin .alert-desc::-webkit-scrollbar {
    width: 6px;
    height: 0;
    background-color: #F5F5F5;
}
.alertBskin .alert-desc::-webkit-scrollbar-thumb {
    background-color: #666;
}
.alertBskin .alert-desc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.alertBskin .alert-info-main .alert-code-fl{
    position: absolute;
    bottom: 48px;
    left: 48px;
}
.alertBskin .alert-info-main .alert-btn-fr{
    position: absolute;
    bottom: 48px;
    left: 48px;
    width: 140px;
    height: 40px;
    background: #E9F6FD;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    color: #1A56A8;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    display: none;
}
.alertBskin .alert-info-main .alert-btn-fr:hover{
    color: #fff;
    background: #1A56A8;
}


.alertBskin .alert-info-content table{
    width: 100%;
    text-align: center;
    margin: 24px 0;
}
.alertBskin .alert-info-content table th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.alertBskin .alert-info-content table tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.alertBskin .alert-info-content table td, 
.alertBskin .alert-info-content table th{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    word-break: break-all;
    border: 1px solid #ddd;
}
/* å¼¹çª—--------------------E */

