/* ================== 首页 start ================== */
.background {
    height: 240px;
    background-image: url(../images/ershidabg.jpg);
    background-position: center top;
}
/* 首页轮播图 */
.banner {
    height: 632px;
    margin-top: 112px;
}
div#slide {
    
    margin: auto;
}
.banner .swiper-container1 {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.banner .swiper-pagination1 {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    cursor: default;
}
.banner .swiper-pagination-switch {
    display: inline-block;
    width: 50px;
    height: 6px;
    background: rgba(255, 255, 255, .2);
    cursor: pointer;
}
.banner .swiper-active-switch {
    background-color: rgb(221, 89, 89);
}
.img-box {
    height: 632px;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*cursor: default; */
    overflow: hidden;
}
.banner .img-box h4 {
    font-size: 88px;
    font-family: "Microsoft YaHei";
    color: #FFF;
    text-align: center;
    margin-top: 227px;
    text-shadow: 4px 4px 3px #333;
}
.banner .img-box p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #FFF;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 3px 3px 3px #333;
}
.sytzgk-box {
    background-color: rgb(242, 242, 242);
}
.sytzgk>div {
    float: left;
    height: 50px;
    line-height: 50px;;
}
.sytzgk>div:nth-child(1) {
    background-color: rgba(181, 44, 39, .8);
    width: 140px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
}
.sytzgk>div:nth-child(2) {
    width: 1000px;
    background-color: rgba(255, 255, 255, .6);
}
.sytzgk>div:nth-child(3) {
    text-align: center;
    width: 60px;
    background-color: rgba(255, 255, 255, .6);
}
.sytzgk>div:nth-child(3) a {
    display: inline-block;
    background-color: rgba(181, 44, 39, .8);
    padding: 5px 10px;
    line-height: 14px;
    color: #FFF;
    border-radius: 6px;
}
/* 首页新闻中心 */
.ind-news {
    padding: 60px 0 75px 0;
}
.module-title {
    text-align: center;
}
.module-title .en-title {
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
}
.module-title .en-title a {
    color: #D7D7D7;
}
.module-title .ch-title {
    font-weight: 900;
    font-style: normal;
    font-size: 32px;
    margin-top: -25px;
}
.module-title .ch-title a {
    color: #C4161C;
}
/*  */
.news-box {
    overflow: hidden;
    position: relative;
    height: 500px;
}
.news-swiper {
    position: absolute;
    top: 0;
    left: 1300px;
    width: 100%;
}
.news-swiper.current {
    left: 0;
}
.news-swiper .swiper-container {
    width: 600px;
    height: 360px;
    overflow: hidden;
}
.news-swiper .swiper-pagination {
    position: absolute;
    right: 20px;
    text-align: right;
    bottom: 5px;
    cursor: default;
}
.news-swiper .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
    border: 1px solid #FFF;
    cursor: pointer;
}
.news-swiper .swiper-img {
    height: 100%;
    display: flex;
    align-items: center;
    background:rgb(242, 242, 242);
    position:relative;
}
.news-swiper .swiper-img img {
    display: block;
    width: 100%;
    height: auto;
}
.news-swiper .swiper-img .swiper-img-title{
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    padding-right: 120px;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 300;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-swiper .swiper-active-switch {
    background: #FFFFFF;
}
/*  */
.news-box .news-content {
    width: 590px;
    height: 337px;
}
.ind-news .news-item {
    /*height: 66px;*/
    padding: 4.7px 20px;
    box-sizing: border-box;
    /*margin-bottom: 6px;*/
    font-weight: 700;
    border-bottom: 1px solid #DFDFDF;
}
.ind-news .news-item.current {
    background-color: rgba(224, 224, 224, 1);
}
.ind-news .news-item:last-child {
    margin-bottom: 0;
}
.ind-news .news-item h6 {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ind-news .news-item .time {
    float: right;
    color: #999;
    font-size: 14px;
    font-weight:400;
    margin-left: auto;
}
.ind-news .news-item .new-mark {
    display: inline-block;
    width: 33px;
    height: 16px;
    margin-left: 5px;
    background-color: rgba(255, 0, 0, 1);
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    text-align: center;
    font-weight: 400;
    vertical-align: middle;
}
.ind-news .news-item>p {
    /* text-indent: 2em; */
    margin-top: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
/* 首页重点专题 */
.ind-key-point {
    height: 734px;
    padding-top: 60px;
    background-image: url(../images/u0.png);
}
.wrap{
    width: 1200px;
    margin: 30px auto;
    margin-bottom: 0;
}
.slide {
    height:500px;
    position: relative;
}
.slide li{
    position: absolute;
    left:200px;
    top:0;
}
.slide li img{
    width:100%;
    height: 100%;
    border-radius: 10px;
}
/* .arrow{
    opacity: 0;
}
.prev,.next{
    width:76px;
    height:112px;
    position: absolute;
    top:50%;
    margin-top:-56px;
    background: url(images/images3/prev.png) no-repeat;
    z-index: 99;
}
.next{
    right:0;
    background-image: url(images/images3/next.png);
} */
#carousel-text {
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}
/* 首页业务中心 */
.ind-business {
    margin-top: 40px;
    height: 610px;
    background-image: url(../images/u35.png);
    background-size: auto;
}
.business-item {
    float: left;
    width: calc(1199px/7);
    height: 610px;
    background-color: rgba(0, 0, 0, 0.149019607843137); 
    position: relative;
    font-family: '华文宋体 Regular', '华文宋体', sans-serif;
    overflow: hidden;
}
.business-item>div {
    width: 300px;
    height: 610px;
    position: absolute;
    color: #FFFFFF;
}
.business-item.item2 {
    background-color: rgba(0, 0, 0, 0.247058823529412);
}
.business-item>div div {
    position: absolute;
    left: 37px;
    top: 25px;
    width: 36px;
    height: 240px;
    font-size: 28px;
    line-height: 30px;
}
.business-item>div p {
    position: absolute;
    left: 70px;
    top: 17px;
    transform-origin: left bottom;
    transform: rotate(90deg);
    font-size: 10px;
    white-space:nowrap;
}
.business-item>.li {
    color: #333;
    background-color:rgba(255, 255, 255, .9);
    top: -610px;
}
.business-item>.li img {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.business-item.item2>.li {
    top: 610px;
}
.business-item.item2>div div
{
    top: 348px;
}
.business-item.item2>div p {
    top: 340px;
}
.business-item.item2>.li img {
    top: 0px;
}

/* 首页专家风采 */
.expert {
    padding: 100px 0;
    background: #FFF;
}
.expert-box {
    margin-top: 40px;
    position: relative;
}
#swiper-container3 {
    width: 1105px;
    height: 514px;
    margin: 0 auto;
    overflow: hidden;
}
.perv-btn3 {
    left: 10px;
}
.next-btn3 {
    right: 10px;
}
.outborder {
    display: block;
    width: 350px;
    height: 514px;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 auto;
    border: 1px solid rgba(188, 188, 188, .5);
}
.outborder:hover{
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.149019607843137);
}
.expert-item {
    background-color: rgb(244, 244, 244);
    height: 100%;
}
.expert-item div {
    background-color: rgb(249, 249, 249);
    height: 205px;
    overflow: hidden;
}
.expert-item div img {
    display: block;
    margin: 0 auto;
    height: 172px;
    margin-top: 33px;
}
.outborder:hover .expert-item div img {
    transform: scale(1.2);
    transition: all .2s;
}
.expert-item h6 {
    font-size: 16px;
    line-height: 16px;
    margin: 30px 0;
    color: #000;
    text-align: center;
}
.expert-item p {
    padding: 0 30px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
}
/* 企业站群 */
.enterprise {
    padding-bottom: 80px;
    background: #FFF;
}
.enterprise-box {
    margin-top: 35px;
    position: relative;
}
#swiper-container4 {
    width: 930px;
    height: 127px;
    margin: 0 auto;
    overflow: hidden;
}
#swiper-container4 .swiper-slide {
    position: relative;
}
#swiper-container4 .slide-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 0;
}
#swiper-container4 .slide-img:hover img {
    transform: scale(1.2);
    transition: all .2s;
}

.perv-btn4 {
    left: 100px;
}
.next-btn4 {
    right: 100px;
}
/* ================== 首页 end ================== */
