@charset "utf-8";

/*** 
	首页样式表
	color: #ffa235;
	color: #4fcdc5;
	color: #376ae6;

 ***/

body {}


/* 首页板块 */

.index-column-box {
    padding: 80px 0;
    overflow: hidden;
}


/* 轮播图 */

.index-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* height: 100vh; */
}

.index-banner .swiper-slide {}

.swiper-button-next,
.swiper-button-prev {
    background-color: #fff;
    border-radius: 3px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
    left: 0px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
    right: 0px;
    left: auto;
}

.swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #4fcdc5;
    padding: 0 40px;
    transition: 0.5s;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
    opacity: 0.5;
    border-radius: 3px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 1%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 1%;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 5%;
}


/* 问题 */

.index-wenti-box {}
.index-wenti-boxs {
    background: #282828;
}

.index-wenti-bt {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.index-wenti-bt>div {
    font-size: 30px;
    color: #333;
    line-height: 3em;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    width: 40%;
    text-align: center;
    font-weight: bold;
}

.index-wenti-bt-left {
    margin-right: 20%;
}

.index-wenti {
    position: relative;
}

.index-wenti .index-wenti-pic {
    position: absolute;
    width: 420px;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -210px;
    z-index: 1;
    animation: picSX 5s infinite linear;
}

@keyframes picSX {
    0% {
        margin-top: -260px;
    }
    25% {
        margin-top: -250px;
    }
    50% {
        margin-top: -240px;
    }
    75% {
        margin-top: -250px;
    }
    100% {
        margin-top: -260px;
    }
}

.index-wenti .index-wenti-pic img {
    display: block;
    width: 100%;
}

.index-wenti .item {
    margin-top: 30px;
}

.index-wenti .item .box .pic {
    float: left;
    width: 70px;
    margin-right: 20px;
}

.index-wenti .item .box .pic img {
    display: block;
    width: 100%;
    transition: 0.5s;
}

.index-wenti .item .box:hover .pic img {
    transform: rotateY(180deg);
}

.index-wenti .item .box .text {
    text-align: left;
    float: left;
    font-size: 16px;
    color: #333;
    padding-top: 13px;
    width: calc(100% - 90px);
    transition: 0.5s;
}

.index-wenti .item .box:hover .title {
    color: #4fcdc5;
}

.index-wenti .item .box .info {
    font-size: 14px;
    opacity: 0.6;
    margin-top: 5px;
}

.index-wenti-left {
    float: left;
    width: 35%;
    position: relative;
    z-index: 2;
}

.index-wenti .index-wenti-left .item:nth-child(2) {
    margin-right: 60px;
}

.index-wenti .index-wenti-left .item:nth-child(3) {
    margin-right: 110px;
}

.index-wenti .index-wenti-left .item:nth-child(4) {
    margin-right: 110px;
}

.index-wenti .index-wenti-left .item:nth-child(5) {
    margin-right: 60px;
}

.index-wenti .index-wenti-left .item .box .pic {
    float: right;
    width: 70px;
    margin-left: 20px;
    margin-right: 0px;
}

.index-wenti .index-wenti-left .item .box .text {
    text-align: right;
}

.index-wenti .index-wenti-left .item:first-child {
    margin-top: 0;
}

.index-wenti-right {
    float: right;
    width: 35%;
    position: relative;
    z-index: 2;
}

.index-wenti .index-wenti-right .item:first-child {
    margin-top: 0;
}

.index-wenti .index-wenti-right .item {
    margin-top: 30px;
}

.index-wenti .index-wenti-right .item:nth-child(2) {
    margin-left: 60px;
}

.index-wenti .index-wenti-right .item:nth-child(3) {
    margin-left: 110px;
}

.index-wenti .index-wenti-right .item:nth-child(4) {
    margin-left: 110px;
}

.index-wenti .index-wenti-right .item:nth-child(5) {
    margin-left: 60px;
}


/* 服务 */

.index-fuwu-box {
    background: #4fcdc5 url(../img/fuwu-bg.png) no-repeat bottom center;
    padding-bottom: 160px;
}

.index-fuwu {}

.index-fuwu .item {
    float: left;
    width: 20%;
}

.index-fuwu .item:last-child {
    width: 20%;
}

.index-fuwu .item .box {
    position: relative;
    margin: 10px;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.index-fuwu .item .box .pic {
    position: relative;
    z-index: 1;
}

.index-fuwu .item .box .pic img {
    display: block;
    width: 100%;
}

.index-fuwu .item .box .text {
    position: absolute;
    width: 100%;
    padding: 22% 30px;
    z-index: 2;
    left: 0;
    top: 100%;
    color: #fff;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    transition: 0.5s;
    opacity: 0;
}


/*.index-fuwu .item:first-child .box .text {
	padding: 40% 30px;
}*/

.index-fuwu .item .box:hover .text {
    opacity: 1;
    top: 0%;
}

.index-fuwu .item .box .text .title {
    font-size: 18px;
    display: block;
    color: #fff;
}

.index-fuwu .item:first-child .box .text .title {
    font-size: 18px;
}

.index-fuwu .item .box:hover .text .title {}

.index-fuwu .item .box .text .info {
    font-size: 12px;
    opacity: 0.7;
    line-height: 2em;
    margin-top: 15px;
}

.index-fuwu .item:first-child .box .text .info {
    font-size: 12px;
    margin-top: 20px;
}


/* 团队 */

.index-tuandui-box {}

.index-tuandui {
    position: relative;
    height: 430px;
}

.index-tuandui .item {
    float: left;
    width: 300px;
    margin-right: 24px;
    overflow: visible !important;
}

.index-tuandui .item .box {
    display: block;
    position: relative;
    padding-bottom: 40px;
}

.index-tuandui .item .box .pic {
    padding-bottom: 120%;
    z-index: 1;
}

.index-tuandui .item .box .text {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 20px;
    bottom: 0;
    z-index: 2;
    font-size: 18px;
    text-align: center;
    color: #333;
    box-shadow: 0 3px 10px -5px #333;
    transition: 0.5s;
}

.index-tuandui .item .box:hover .text .title {
    color: #4fcdc5;
}

.index-tuandui .item .box .text .info {
    font-size: 14px;
    opacity: 0.6;
    margin-top: 10px;
}


/* 流程 */

.index-liucheng-box {
    padding-top: 0;
    background: url(../img/lc-bg.png) no-repeat center;
    background-size: contain;
}


/*.index-liucheng {
	padding-left: 400px;
}*/

.index-liucheng .item {
    margin-top: 130px;
    width: 16.5%;
    float: left;
}

.index-liucheng .item:nth-child(2n) {
    margin-top: 0;
}

.index-liucheng .item .box {
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 2em;
}

.index-liucheng .item .box .pic {
    width: 180px;
    display: block;
    margin: 0 auto;
}

.index-liucheng .item .box .pic img {
    display: block;
    transition: 0.5s;
}

.index-liucheng .item .box:hover .pic img {
    transform: rotateY(360deg);
}


/* 好评 */

.index-haoping-box {
    background: #f5f5f5;
}

.index-haoping-box::before {}

.index-haoping {
    position: relative;
    z-index: 1;
    height: 478px;
}

.index-haoping .item {
    width: 270px;
    float: left;
    margin-right: 20px;
}

.index-haoping .item .box {
    display: block;
    position: relative;
    overflow: hidden;
    background: #ccc;
    padding: 2px;
    transform: 0.5s;
}

.index-haoping .item .pic {
    padding-bottom: 178%;
    z-index: 1;
}

.index-haoping .item .box:hover {
    background-color: #ffa235;
}


/* 核心优势 */

.index-youshi-box {
    background: #d7f0ff;
}


/*
.index-youshi-list {
	float: left;
	width: 900px;
}*/

.index-youshi-list .item {
    font-size: 16px;
    float: left;
}

.index-youshi-list .item .box {
    padding: 15px;
    transition: 0.5s;
    color: #333;
    background: #fff;
    box-shadow: 0 3px 10px -5px #333;
    border-radius: 5px;
}

.index-youshi-list .item .box:hover {
    background: #ffa235;
    color: #fff;
}

.index-youshi-list .item .text {
    position: relative;
}

.index-youshi-list .item .text>p {
    height: 3px;
    background: #ffa235;
    width: 30px;
    margin-top: 10px;
}

.index-youshi-list .item .box:hover .text>p {
    background: #fff;
}

.index-youshi-list .item .text i {
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 40px;
    font-family: num2;
    opacity: 0.1;
}

.index-youshi-list .item .text .title {}

.index-youshi-list .item .text .info {
    font-size: 12px;
    line-height: 2em;
    margin-top: 10px;
    height: 10em;
    text-align: justify;
    opacity: 0.7;
}


/* 新闻资讯 */

.index-news-box {}


/* 新闻1 */

.index-news-1 {}

.index-news1-nav {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

    .index-news1-nav a {
        display: block;
        font-size: 18px;
        color: #fff;
        line-height: 3em;
        width: 180px;
        text-align: center;
        transition: 0.5s;
        background: #3970ae;
        position: relative;
        overflow: hidden;
        margin: 0 12px;
    }

        .index-news1-nav a.focus {
            background: #73a8e3;
            color: #fff;
        }

.index-news1-nav a.focus::before {
    left: 0;
}

.index-news1-nav a.focus::after {
    right: 0;
}

.index-news-1-cent {}

.index-news {}

.index-news-1-hot {
    float: left;
    width: 400px;
}

.index-news-1-hot .item {}

.index-news-1-hot .box {
    position: relative;
    overflow: hidden;
    display: block;
}

.index-news-1-hot .box .pic {
    padding-bottom: 75%;
}

.index-news-1-hot .box .text {
    transition: 0.5s;
    color: #000;
    font-size: 18px;
    padding: 20px;
    background: #fff;
    transition: 0.5s;
}

.index-news-1-hot .box .text .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
}

.index-news-1-hot .box .text .title span {
    width: 0;
    display: block;
    height: 2px;
    background: #fff;
    margin-right: 0;
    transition: 0.5s;
}

.index-news-1-hot .box:hover .text .title span {
    margin-right: 5px;
    width: 20px;
}

.index-news-1-hot .box .text .info {
    opacity: 0.6;
    font-size: 14px;
    line-height: 2em;
    margin-top: 15px;
}

.index-news-1-hot .box .text .time {
    font-size: 14px;
    opacity: 0.5;
    margin-top: 10px;
}

.index-news-1-list {
    float: left;
    width: 760px;
    margin-left: 40px;
}

.index-news-1-list .item:first-child {
    margin-top: 0;
    padding-top: 0px;
    border-top: none;
}

.index-news-1-list .item {
    margin-top: 24px;
    padding-top: 24px;
    margin-top: 21px;
    padding-top: 21px;
    border-top: solid 1px #ccc;
}

.index-news-1-list .item .box {
    display: block;
    position: relative;
    padding-left: 120px;
}

.index-news-1-list .item .box .time {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    border-right: solid 1px #ccc;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-family: num2;
    padding-top: 5px;
}

.index-news-1-list .item .box .time p {
    font-size: 40px;
    color: #ffa235;
}

.index-news-1-list .item .box .time div {}

.index-news-1-list .item .box .text {
    font-size: 18px;
    color: #333;
    transition: 0.5s;
}

.index-news-1-list .item .box .text .title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.index-news-1-list .item .box .text .title span {
    width: 0;
    display: block;
    height: 2px;
    background: #4fcdc5;
    margin-right: 0;
    transition: 0.5s;
}

.index-news-1-list .item .box:hover .title {
    color: #4fcdc5;
}

.index-news-1-list .item .box:hover .title span {
    margin-right: 5px;
    width: 20px;
}

.index-news-1-list .item .box .text .info {
    font-size: 14px;
    line-height: 2em;
    opacity: 0.5;
    margin-top: 10px;
}


/* 新闻样式3 */

.index-news-2-cent {}

.index-news-2-list {}

.index-news-2-list .item {}

.index-news-2-list .item .box {
    position: relative;
    border: solid 1px #f5f5f5;
    padding: 20px;
    display: block;
    transition: 0.5s;
}

.index-news-2-list .item .box:hover {
    border-color: #ffa235;
}

.index-news-2-list .item .box .pic {
    width: 30%;
    padding-bottom: 22.5%;
    float: left;
}

.index-news-2-list .item:nth-child(2n+1) .box .pic {
    float: right;
}

.index-news-2-list .item .box .text {
    float: left;
    width: 70%;
    font-size: 18px;
    color: #333;
    padding-left: 15px;
}

.index-news-2-list .item:nth-child(2n+1) .box .text {
    padding-right: 15px;
    padding-left: 0;
}

.index-news-2-list .item .box .text .time {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.index-news-2-list .item .box .text .time span {
    color: #ffa235;
}

.index-news-2-list .item .box .text .info {
    font-size: 14px;
    line-height: 1.7em;
    opacity: 0.6;
    margin-top: 15px;
}

.index-news-2-list .item .box:hover .title {
    color: #ffa235;
}


/* 左2右1 3个板块新闻 */

.index-news-3 {
    overflow: hidden;
}

.index-news-3-left {
    float: left;
    width: 800px;
    margin-right: 30px;
}

.index-news-3-left-box {
    background: #fcfcfc url(../img/newstype3-bg2.jpg) no-repeat left top / auto 100%;
    padding: 25px 50px 0px 240px;
    height: 220px;
}

.index-news-3-left-box:first-child {
    margin-bottom: 30px;
    background-image: url(../img/newstype3-bg1.jpg);
}

.index-news-3-left-box .item {}

.index-news-3-left-box .item .box {
    display: block;
}

.index-news-3-left-box .item .box .text {
    line-height: 35px;
    font-size: 14px;
    color: #333;
    transition: 0.5s;
}

.index-news-3-left-box .item .box:hover .text {
    color: #4fcdc5;
}

.index-news-3-left-box .item .box .title {
    position: relative;
    padding-right: 120px;
}

.index-news-3-left-box .item .box .title i {
    display: inline-block;
    vertical-align: top;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin-right: 10px;
    margin-top: 16px;
    background: #ccc;
    transition: 0.5s;
}

.index-news-3-left-box .item .box:hover .text i {
    background: #4fcdc5;
}

.index-news-3-left-box .item .box .title span {
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
}

.index-news-3-right {
    float: right;
    width: 370px;
    padding: 150px 30px 23px 30px;
    background: #fcfcfc url(../img/newstype3-bg3.jpg) no-repeat left top / 100%;
}

.index-news-3-right .h-item {
    margin-bottom: 15px;
    padding-bottom: 25px;
    border-bottom: dashed 1px #ccc;
}

.index-news-3-right .h-item .box {
    display: block;
}

.index-news-3-right .h-item .box .pic {
    float: left;
    width: 35%;
    padding-bottom: 25.9%;
}

.index-news-3-right .h-item .box .text {
    float: left;
    width: 65%;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    transition: 0.5s;
}

.index-news-3-right .h-item .box:hover .text .title {
    color: #4fcdc5;
}

.index-news-3-right .h-item .box .text .info {
    font-size: 12px;
    opacity: 0.6;
    margin-top: 10px;
    line-height: 1.7em;
    height: 3.4em;
}

.index-news-3-right .item {}

.index-news-3-right .item {}

.index-news-3-right .item .box {
    display: block;
}

.index-news-3-right .item .box .text {
    line-height: 35px;
    font-size: 14px;
    color: #333;
    transition: 0.5s;
}

.index-news-3-right .item .box:hover .text {
    color: #4fcdc5;
}

.index-news-3-right .item .box .title {
    position: relative;
}

.index-news-3-right .item .box .title i {
    display: inline-block;
    vertical-align: top;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin-right: 10px;
    margin-top: 16px;
    background: #ccc;
    transition: 0.5s;
}

.index-news-3-right .item .box:hover .text i {
    background: #4fcdc5;
}


/* 荣誉资质 */

.index-rongyu-box {}

.index-rongyu {}

.index-rongyu .gallery-ul {
    height: 186px;
    position: relative;
}

.index-rongyu .gallery-ul .item {
    float: left;
    width: 240px;
    margin-right: 30px;
    position: relative;
    padding: 20px 0;
}

.index-rongyu .gallery-ul .item .box {
    display: block;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    border-left: solid 2px #e3a72f;
    border-right: solid 2px #e3a72f;
}

.index-rongyu .gallery-ul .item::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20%;
    background: url(../img/item-bg1.png) no-repeat left top / 100% auto;
    z-index: 1;
}

.index-rongyu .gallery-ul .item::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background: url(../img/item-bg2.png) no-repeat left bottom / 100% auto;
    z-index: 1;
}

.index-rongyu .gallery-ul .item .box .pic {
    padding-bottom: 74%;
}

.index-rongyu .gallery-ul .item .box .pic img {
    transform: scale(1) !important;
}


.wenti1 {
    background: url(../img/11.jpg) no-repeat;
    height: 429px;
}
.wenti2 {
    background: url(../img/22.jpg) no-repeat;
    height: 590px;
}

.wenti3 {
    background:#464646  url(../img/33.jpg) no-repeat left top / 100%;
    height: 236px;
}

.wenti4 {
    background: url(../img/44.jpg) no-repeat;
    height: 635px;
}

.wenti5 {
    background: #f5f5f5  url(../img/55.jpg) no-repeat;
    height: 504px;
}
.wenti5s {
    background: #f5f5f5;
}
.wenti6 {
    background: url(../img/66.jpg) no-repeat;
    height:459px;
}

.wenti7 {
    background: url(../img/77.jpg) no-repeat;
    height: 301px;
}
.wenti7s {
    background: url(../img/77s.jpg);
}
.wenti8 {
    background: url(../img/88.jpg) no-repeat;
    height: 536px;
}

.wenti9 {
    background: url(../img/99.jpg) no-repeat;
    height: 460px;
}

.wenti10 {
    background: url(../img/1010.jpg) no-repeat;
    height: 332px;
}
.wenti10s {
    background: url(../img/1010s.jpg);
}
.wenti11 {
    background: url(../img/1111.jpg) no-repeat;
    height: 459px;
}

.wenti12 {
    background: url(../img/1212.jpg) no-repeat;
    height: 1568px;
}
.wenti12s {
    background: #f4f4f4;
}