/*首页*/
.index-intro img {
    max-width: 100%;
}
#banner {
    padding: .2rem .2rem 0;
}
.news-swiper-container {
    width: 100%;
    text-align: right;
    overflow: hidden;
    position: relative;
}
.news-swiper-container .swiper-pagination {
    text-align: right;
    padding-right: .2rem;
    box-sizing: border-box;
}
.news-swiper-container img{
    width: 100%;
}
.my-bullet {
    width: .11rem;
    height: .11rem;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin-right: .05rem;
}
.my-bullet-active{
    background: #cc0917;
    width: .11rem;
    height: .11rem;
    opacity: 1;
}

.news-swiper-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: .6rem;
    background-color: rgba(51,51,51,.8);
    color: #fff;
    font-size: .24rem;
    text-align: left;
    line-height: .6rem;
    padding-left: .3rem;
    padding-right: 1rem;
    box-sizing: border-box;
}
/*tab*/
.tabs {
    box-sizing: border-box;
    display: flex;
}
#news .tabs .tab {
    width: 25%;
    height: .88rem;
    line-height: .88rem;
    font-size: .3rem;
    box-sizing: border-box;
}
#news .tabs .tab.active{
    font-weight: bold;
    color: #f8292e;
    position: relative;
}
#news .tabs .tab.active::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.2rem;
    height: .06rem;
    border-radius: 5px;
    background-color: #f8292e;
}
#news .tab-content-wrap ul li p:first-child {
    width: 70%;
}
.my-title {
    text-align: center;
    line-height: .88rem;
    color: #f8292e;
    font-size: 17px;
    font-weight: bold;
    position: relative;
}
.my-title::after,.my-title::before {
    content: '';
    position: absolute;
    width: .3rem;
    height: 2px;
    background-color: #f8292e;
    top: 50%;

}
.my-title::after{
    right: -.5rem;
}
.my-title::before {
    left: -.5rem;
}
#platform ul li img{
    flex-shrink: 0;
    width: 2.84rem;
    height: 2.84rem;
}
#platform ul li {
    box-shadow: 1px 3px 3px #d2d2d2;
    margin-bottom: .2rem;

}
#platform ul li:nth-child(even){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.bgcBlue {
    background-color: #1F4FAC;
}
.look-more{
    width: 1.6rem;
    height: .6rem;
    line-height: .62rem;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    border: solid 1px #ffffff;
}
.look-more a {
    color: #fff;
}
/*首页*/
/*公司概况*/
ul.platform {
    width: 100%;
    padding-left: .2rem;
    padding-right: .2rem;
    box-sizing: border-box;
}
ul.platform li {
    width: 100%;
    height: 3rem;
    color: #fff;
    margin-bottom: .2rem;
}

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;
}

.platform-icon {
    width: .28rem;
    height: .28rem;

}
.tab-content-wrap.platform .subtabs li {
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    margin-top: .15rem;
    margin-right: .2rem;
    padding:  0 .2rem;
    background-color: #efebec;
    border-radius: 50px;
}
.tab-content-wrap.platform .subtabs li.active {

    background-color: #ccd4e7;
}
.tab-content {
    padding-bottom: .2rem;
}
.tab-content-wrap.platform .subtabs li.active a {
    color: #2152b1;
}
.tab-content-wrap.platform .subtabs li a {
    font-size: 14px;
    color: #333;
    text-align: center;
}
/*公司概况*/
/*资讯中心*/
.information-news li {

}
.information-news .information-news-left {
    width: 2.5rem;
    height: 1.5rem;
    display: block;
}
.information-news .information-news-right {
    width: calc(100% - 2.6rem);
}
.information-news .information-news-right .title {
    font-size: 14px;
    line-height: .36rem;
    min-height: .72rem;
}
/*资讯中心*/
.page {
    width: 100%;
    height: .8rem;
}
/*文化*/
.culture-items li {
    width: calc(50% - .1rem);
    position: relative;
    margin-bottom: .2rem;
}
.culture-items li img{
    width: 100%;
    display: block;
}
.culture-items li .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #fff;
    line-height: .48rem;
    padding: 0 .1rem;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.5);
}
/*文化*/
/*人力资源*/
.tab-content-wrap .human-resource-itmes li {
    padding: .2rem .3rem;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: .2rem;
}
.tab-content-wrap .human-resource-itmes li .tags span{
    padding-right: .1rem;
    margin-left: .1rem;
    border-right: 1px solid #666;
}
.tab-content-wrap .human-resource-itmes li .tags span:first-child{
    margin-left: 0;
}
.tab-content-wrap .human-resource-itmes li .tags span:last-child{
    border: none;
}
/*人力资源*/
/*联系我们*/
.contact-main {

}
.contact-main li img{
    width: .4rem;
    height: .4rem;
}
.contact-main li .vam-img-span span {
    display: inline-block;
    border-left: 1px solid #999;
}
.contact-btn{
    height: .88rem;
    line-height: .88rem;
    border-radius: 50px;
    text-align: center;
    margin-top: .3rem;
    margin-bottom: .3rem;
    background-color: #eff4ff;
}
.contact-btn img{
    width: .34rem;
    height: .34rem;
    margin-right: .05rem;
    vertical-align: middle;
}
.contact-btn span {
    font-size: 15px;
    vertical-align: middle;
    color: #2150ad;

}
.contact-alert {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 99;
    padding-left: .3rem;
    padding-right: .3rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.hidden{
    display: none;
}
.contact-alert-content {
    width: 100%;
    border-radius: 5px;
    padding-left: .45rem;
    padding-right: .45rem;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;

}
.close-icon {
    position: absolute;
    top: 50%;
    right: -.17rem;
    width: .34rem;
    height: .34rem;
    margin-top: -.17rem;
}
.input-wrap {
    padding-left: .2rem ;
    height: .6rem;
    margin-bottom: .1rem;
    box-sizing: border-box;
    border: solid 1px #d2d2d2;
}
.input-wrap input {
    width: 100%;
    height: 100%;
    background:none;
    outline:none;
    border:0px;
    font-size: 12px;
}
.textarea-wrap {
    padding: .15rem .25rem ;
    height: 1.8rem;
    margin-bottom: .1rem;
    box-sizing: border-box;
    border: solid 1px #d2d2d2;
}
.textarea-wrap textarea {
    width: 100%;
    height: 100%;
    background:none;
    outline:none;
    border:0px;
    resize:none
}
::placeholder {
    color: #999;
    font-size: 12px;
}
.cotact-submit-btn {
    display: block;
    border: none;
    outline: none;
    width: 2rem;
    height: .8rem;
    color: #fff;
    margin: .3rem auto;
    font-size: 15px;
    line-height: .8rem;
    text-align: center;
    background-color: #2150ad;
}
/*联系我们*/
