/*首页*/
#banner .swiper-wrapper img{
    width: 100%;
    min-width: 1200px;
    display: block;
}

.news-swiper-container {
    width: 546px;
    height: 328px;
    text-align: right;
    overflow: hidden;
    position: relative;
}
.news-swiper-container .swiper-pagination {
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}
.news-swiper-container img{
    width: 100%;
}
.my-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin-right: 5px;
}
.my-bullet-active{
    background: #cc0917;
    width: 11px;
    height: 11px;
    opacity: 1;
}

.news-swiper-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(51,51,51,.8);
    color: #fff;
    text-align: left;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 100px;
    box-sizing: border-box;

}
.index-news-list {
    width: 580px;
    box-sizing: border-box;
}
.index-news-list-title {
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
#news ul li {
    line-height: 40px;
}
#news ul li a{

}
#news ul li a:hover p {
    color: #cc0917;
    font-size: 20px;
}
#news ul li a p{
    color: #333;
}
#news ul li a p:first-child {
    width: 65%;
}
#platform {
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
}
#platform  .title span{
    font-size: 30px;
    font-weight: normal;
    line-height: 105px;
    text-align: center;
    color: #f8373c;
    font-weight: bold;
    position: relative;
}
#platform  .title span::after {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    display: inline-block;
    background-color: #F8373C;
    right: -65px;
    top:50%;
}
#platform  .title span::before {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    display: inline-block;
    background-color: #F8373C;
    left: -65px;
    top:50%;
}

#platform .platform {
    width: 100%;
    height: 360px;
    overflow: hidden;
}
#platform .platform-item {
    width: 380px;
    height: 360px;
    /*position: absolute;*/
    cursor: pointer;
}

.platform-part1 img,.platform-part2 img,.platform-part3 img{
    display: block;
}
.mask {
    position: absolute;
    z-index: 9;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    /*display: none;*/
}
ul.platform li {
    cursor: pointer;
}
.platform-item:first-child .mask{
    /*display: none;*/
}
.platform-content {
    padding: 20px 40px 40px;
    color: #fff;
}
.platform-content-wrap {
    width: 1000px;
}
.platform .more-btn {
    width: 100px;
    height: 38px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    cursor: pointer;
}
.box-shadow::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    z-index: 100;
    box-shadow: 0 5px 5px #d2d2d2;
}
.look-more {
    width: 200px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    border: solid 1px #333333;
    text-align: center;
    cursor: pointer;
}
.look-more a {
    color: #333333;
}
#company-profile {
    height: 580px;
}
.company-profile-left {
    width: 540px;
    height: 100%;
    padding: 0 45px;
    box-sizing: border-box;
}
.indet2 {
    text-indent: 2em;
}
.company-profile-right {
    width: 640px;
}
.company-profile-right img {
    width: 396px;
    display: block;
}
.blogroll {
    height: 60px;
    font-size: 14px;
    box-sizing: border-box;

}
.blogroll ul li {
    margin-left: 30px;
}
.blogroll ul li a {
    color: #333;
}
/*首页*/
/*业务平台*/
ul.platform {
    width: 100%;
}
ul.platform li {
    width: 1200px;
    height: 360px;
    color: #fff;
    margin-bottom: 20px;
}
ul.platform li .banner {
    width: 750px;
    height: 360px;
}
ul.platform li:nth-child(even) {
    /*-webkit-box-orient: row-reverse;*/
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
ul.platform li .platform-title {
    position: relative;
}
ul.platform li .platform-title::after {
    content: '';
    width: 80px;
    height: 4px;
    border-radius: 50px;
    background-color: #fff;
    position: absolute;
    bottom: -8px;
    left: 0;

}
ul.platform li:last-child .platform-title::after {
    background-color: #1f4fac;
}
.platform-icon {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
/*业务平台*/
/*业务平台详情页*/
.platform-detail-left {
    width: 230px;
    max-height: 600px;
    margin-right: 30px;
    background-color: #f5f5f5;
}
.platform-detail-left ul{
    padding-left: 20px;
    box-sizing: border-box;
    padding-bottom: 10px;
    max-height: 1300px;
}
.platform-detail-left ul li a{
    display: block;
    width: 100%;
    height: 57px;
    color: #1a1a1a;
    font-size: 20px;
    line-height: 57px;
    text-align: center;
    margin-top: 10px;
    background-color: #eeebeb;
}
.platform-detail-left ul li a:hover {
    position: relative;
    color: #2151b1;
    background-color: rgba(33,81,177,.2);
}
.platform-detail-left ul li a:hover::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -10px;
    border: 10px solid rgba(33,81,177,.2);
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -20px;
}
/*业务平台详情页*/
/*资讯中心*/
ul.information-left {
    width: 750px;
}
.information-left li {
    cursor: pointer;
    margin-bottom: 20px;
}
.information-left li img.good{
    width: 250px;
    height: 150px;
    display: block;
    margin-right: 15px;
}
.information-right {
    width: 380px;
}
.information-right ul{
    padding-left: 10px;
    padding-right: 10px;
}
.information-right ul li {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}
.information-right .title {
    position: relative;
}
.information-right .title::after,.information-right .title::before {
    content: '';
    width: 16px;
    height: 1px;
    background-color: #2150ad;
    position: absolute;
    top: 50%;

}
.information-right .title::after {
    right: -20px;
}
.information-right .title::before {
    left: -20px;
}
.culture-item {
    width: 590px;
    height: 300px;
    display: block;
    object-fit:cover;
}
.culture-items {

}
.culture-items li {
    position: relative;
    width: 590px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}
.culture-items li .info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
}
/*资讯中心*/
/*人力资源*/
.human-items {

}
.human-items li {
    height: 100px;
    cursor: pointer;
}
.human-items li .red {
    color: #f6262d;
}
.sign-info {
    margin-top: 10px;
}
.sign-info-list {
    position: relative;
    color: #666;
    font-size: 16px;
    line-height: 18px;
    border-right: 1px solid #666;
    padding:0 15px;
}
.sign-info-list:first-child{
    padding-left: 0;
}
.sign-info-list:last-child{
    border: 0;
}
/*人力资源*/
/*联系我们*/
.contact-title {
    height: 130px;
    line-height: 130px;
}
.map-img {
    width: 780px;
    height: 472px;
    object-fit: cover;
    margin-left: 35px;
}
.map-img img {
    width: 100%;
    height: 100%;
}
.message-btn {
    width: 140px;
    height: 40px;
    margin-top: 5px;
    line-height: 40px;
    color: #2150ad;
    cursor: pointer;
    text-align: center;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #2150ad;
}
.contact-wrap p{
    line-height: 24px;
}
.contact-wrap .vam-img-span img {
    width: 28px;
    height: 28px;
}
.contact-alert {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.5);
}
.contact-alert-content{
    width: 900px;
    height: 550px;
    background-color: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 28px 28px;
}
.contact-alert-center {
    border-radius: 10px;
    background-color: #f8f8f8;
}
.contact-alert-input-wrap {
    padding: 30px 25px;
}
.contact-alert-input-wrap .input-wrap {
    width: 180px;
    height: 36px;
    padding-left: 15px;
    overflow: hidden;
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
    box-sizing: border-box;
}
.contact-alert-input-wrap .input-wrap input {
    width: 100%;
    height: 100%;
    background:none;
    outline:none;
    border:0px;
}
.textarea-wrap {
    width: 600px;
    height: 180px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 15px;
    border: solid 1px #d2d2d2;
    background-color: #fff;
}
.textarea-wrap textarea {
    resize: none;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
.cotact-submit {
    display: block;
    border: none;
    outline: none;
    width: 132px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 30px auto 0;
    cursor: pointer;
    background-color: #2150ad;
}
::placeholder {
    color: #999;
    font-size: 14px;
}
.close-icon {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}
.code-img {
    width: 150px;
    height: 150px;
}
.code-img img{
    width: 100%;
    height: 100%;
}
/*联系我们*/
