@charset "UTF-8";

/* CSS Document */
/***************index广告*****************/
.in-banner-bj {
    width: 100%;
    max-height: 540px;
    /*background-color: rgb(16, 29, 61);*/
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 8px 0 rgba(16, 29, 61, .13);
}

.in-banner {
    width: 100%;
    /*max-width: 1440px;*/
    height: 100%;
    max-height: 540px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.in-banner img {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    height: 100%;
}

/*************标题****************/
.index-content h2 {
    font-size: 32px;
    color: rgb(16, 16, 16);
    text-align: center;
    margin: 80px auto 20px;
}

.index-content h2 span {
    font-size: 18px;
    color: rgb(187, 187, 187);
    display: block;
}

.index-content .more {
    display: inline-block;
    margin: 50px auto 60px;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    color: rgb(29, 134, 255);
    border: 1px solid rgb(29, 134, 255);
    border-radius: 8px;
}

/***********公用弹性盒子************/
.box-flex-b-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(234, 234, 234);
}

.box-flex-b-bottom .one-more {
    width: 100%;
    text-align: center;

}

/***********产品展示************/
.product-list {
    justify-content: left;
}

.product-list div {
    width: 410px;
    /*border: 1px solid rgb(187, 187, 187);*/
    margin-top: 25px;
    margin-right: 25px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .13);
    border-radius: 8px;
    overflow: hidden;
}

.product-list div:nth-child(3n) {
    margin-right: 0px;
}

.product-list div p.product-img {
    width: 100%;
    height: 299px;
    background: center no-repeat url(../images/logo.png) rgb(187, 187, 187);
    background-size: 205px auto;
    overflow: hidden;
}

.product-list div p.product-img img {
    width: 100%;
}

.product-list div h4 {
    margin: 20px 20px 10px 40px;
    font-size: 24px;
    color: rgb(16, 16, 16);
    font-weight: bold;
}

.product-list div p.product-txt {
    margin: 0 10px 0 40px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.product-list div a {
    display: block;
    margin: 30px auto;
    color: rgb(255, 255, 255);
    width: 181px;
    height: 46px;
    background-color: rgb(29, 134, 255);
    border-radius: 8px;
    text-align: center;
    line-height: 46px;
}

/***********案例展示************/
.case-list {
    padding-top: 20px;
}

.case-list .case-list-nav {
    width: 333px;
    height: 366px;
    overflow: hidden;
    border-right: 1px solid rgb(234, 234, 234);
}

.case-list .case-list-nav a {
    display: block;
    width: 286px;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    color: rgb(123, 123, 123);
    border: 1px solid rgb(217, 217, 217);
    border-radius: 5px;
}

.case-list .case-list-nav a.active,
.case-list .case-list-nav a:active,
.case-list .case-list-nav a:after,
.case-list .case-list-nav a:hover {
    background-color: rgb(11, 111, 222);
    border-color: rgb(11, 111, 222);
    color: rgb(255, 255, 255);
}

.case-list .case-list-content-all {
    width: 897px;
    height: 366px;
    overflow: hidden;
}

.case-list .case-list-content {
    width: 897px;
    height: 366px;
    overflow: hidden;
    display: block;
    z-index: 0;
    position: relative;
}

.case-list .case-list-content-all .active {
    z-index: 1;
    display: block;
}

.case-list .case-list-content h4 {
    font-size: 24px;
    color: rgb(16, 16, 16);
    font-weight: bold;
    background: linear-gradient(to left, transparent 0%, transparent 50%, rgb(234, 234, 234) 50%, rgb(234, 234, 234) 100%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 16px;
}

.case-list .case-list-content>p {
    text-indent: 2rem;
    margin: 8px auto 14px;
    height: 72px;
    overflow: hidden;
    line-height: 24px;
}

.case-list .case-list-content a {
    display: block;
    width: 136px;
    height: 37px;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
    color: rgb(29, 134, 255);
    border: 1px solid rgb(29, 134, 255);
    border-radius: 5px;
}

.case-list .case-list-content div {
    margin-top: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
    /*background: linear-gradient(to left, transparent 0%, transparent 50%, rgb(234, 234, 234) 50%, rgb(234, 234, 234) 100%);
    background-size: 10px 1px;
    background-repeat: repeat-x;*/
    padding: 10px 35px 0;
}

.case-list .case-list-content div p {
    width: 373px;
    height: 247px;
    overflow: hidden;
    margin-right: 30px;
    background: center no-repeat url(../images/logo.png) rgb(187, 187, 187);
    background-size: 150px auto;
    overflow: hidden;
    border-radius: 8px;
}

.case-list .case-list-content div p:nth-child(4n) {
    margin-right: 0px;
}

.case-list .case-list-content div p img {
    width: 100%;
    height: 100%;
}

.case-list .case-list-content span {
    display: block;
    width: 35px;
    height: 250px;
    background: url(../images/arrow.png) no-repeat center center rgb(255, 255, 255);
    background-size: 12px auto;
    cursor: pointer;
    position: absolute;
    margin-left: -10px;
    top: 32%;
}

.case-list .case-list-content span:hover {
    background-image: url(../images/arrow-blue.png);
}

.case-list .case-list-content .img-small-prev {
    transform: rotate(180deg);
}

.case-list .case-list-content .img-small-next {
    margin-right: -10px;
}

/***********新闻中心************/
.news-list div {
    width: 610px;
    height: 104px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 10px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .13);
    margin-top: 16px;
    padding: 17px 30px;
}

.news-list div>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-list div h4 {
    font-size: 20px;
    font-weight: bold;
    color: rgb(16, 16, 16);
    width: 80%;
    height: 29px;
    overflow: hidden;
}

.news-list div time {
    color: rgb(187, 187, 187);
    font-weight: bold;
    width: 16%;
    line-height: 24px;
    margin-top: 5px;
}

.news-list div p {
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

/**************产品介绍二级页***********************/
.product-content-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.product-content-list div {
    width: 410px;
    margin-top: 40px;
    margin-right: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 8px;
    padding-bottom: 10px;
    overflow: hidden;
}

.product-content-list div:hover {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .13);
}

.product-content-list div:nth-child(3n) {
    margin-right: 0px;
}

.product-content-list div p {
    width: 100%;
    height: 299px;
    background: center no-repeat url(../images/logo.png) rgb(187, 187, 187);
    background-size: 205px auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-content-list div p img {
    width: 100%;
}

.product-content-list div h4 {
    font-size: 20px;
    font-weight: bold;
    color: rgb(16, 16, 16);
    margin-left: 10px;
    line-height: 39px;
    height: 39px;
    width: 60%;
    overflow: hidden;
}

.product-content-list div a {
    display: block;
    color: rgb(11, 111, 222);
    height: 39px;
    width: 127px;
    line-height: 39px;
    text-align: center;
    border: 1px solid rgb(11, 111, 222);
    border-radius: 5px;
    margin-right: 10px;
}

/***************产品介绍详情页***************************/
.product-details-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-details-top>p {
    width: 600px;
    height: 438px;
    overflow: hidden;
    background: center no-repeat url(../images/logo.png) rgb(187, 187, 187);
    background-size: 205px auto;
}

.product-details-top>p img {
    width: 100%;
}

.product-details-top>div {
    width: 640px;
}

.product-details-top>div h3 {
    font-size: 24px;
    font-weight: bold;
    color: rgb(16, 16, 16);
}

.product-details-top>div span {
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 5px;
    cursor: pointer;
    /*background: url(../image/arrow.png) no-repeat center center;
    transform: rotate(180deg);*/
}

.product-details-top>div span a {
    display: block;
    width: 100%;
    height: 20px;
    margin: 12px auto;
    background: url(../images/arrow.png) no-repeat center center;
    transform: rotate(90deg);
}

.product-details-top>div span a.active {
    background: url(../images/arrow.png) no-repeat center center;
    transform: rotate(-90deg);
}

.product-details-top>div .product-details-top-txt {
    margin: 10px auto;
    height: 337px;
    overflow: hidden;
    /*text-indent: 2rem;*/
}

.product-details-body {
    max-width: 1280px;
    overflow: hidden;
    margin: 30px auto 80px;
}

.product-details-body img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

/******************行业案例二级页******************************/
.case-content-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.case-c-nav {
    padding: 0 13% !important;
}

.case-content-list div {
    width: 391px;
    margin-top: 40px;
    margin-right: 53px;
    background-color: rgb(250, 250, 252);
    border-radius: 8px;
    overflow: hidden;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
}

.case-content-list div:hover {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .13);
}

.case-content-list div:nth-child(3n) {
    margin-right: 0px;
}

.case-content-list div p.case-img {
    width: 100%;
    height: 258px;
    background: center no-repeat url(../images/logo.png) rgb(187, 187, 187);
    background-size: 205px auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.case-content-list div p.case-img img {
    width: 100%;
}

.case-content-list div h4 {
    font-size: 24px;
    font-weight: bold;
    color: rgb(16, 16, 16);
    margin: 0 10px;
    line-height: 39px;
    height: 39px;
    text-align: center;
    overflow: hidden;
}

.case-content-list div p.case-txt {
    height: 60px;
    overflow: hidden;
    margin: 22px 30px 0;
    font-size: 14px;
}

.case-content-list div a {
    display: block;
    color: rgb(11, 111, 222);
    height: 46px;
    width: 181px;
    line-height: 46px;
    text-align: center;
    border: 1px solid rgb(29, 134, 255);
    /*background-color: rgb(29, 134, 255);*/
    border-radius: 8px;
    margin: 24px auto 40px;
}

/***************行业案例详情页***************************/
.case-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.case-details>h3 {
    font-size: 24px;
    font-weight: bold;
    color: rgb(16, 16, 16);
    width: 100%;
    margin: 5px auto 35px;
}

.case-details .case-details-img {
    width: 823px;
    height: 544px;
    overflow: hidden;
    background: center no-repeat url(../images/logo.png) rgb(187, 187, 187);
    background-size: 205px auto;

}

.case-details .case-details-img p {
    overflow-y: auto;
    overflow-x: hidden;
}

.case-details .case-details-img img {
    width: 100%;
    height: auto;
}

.case-details .case-details-img-1 {
    width: 960px;
    min-height: 640px;
    overflow: hidden;
    background: center no-repeat url(../images/logo.png) rgb(187, 187, 187);
    background-size: 225px auto;

}

.case-details .case-details-img-1 p {
    overflow: hidden;
    height: 100%;
}

.case-details .case-details-img-1 img {
    width: 100%;
    height: 100%;
}

.case-details .case-details-list {
    width: 410px;
}

.case-details .case-details-list h3 {
    font-size: 24px;
    font-weight: bold;
    color: rgb(16, 16, 16);
}

.case-details .case-details-list .case-details-txt {
    margin: 10px auto;
    height: 292px;
    overflow: hidden;
    text-indent: 2rem;
}

.case-details-img-small {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 436px;
    height: 102px;
    overflow: hidden;
    background-color: rgb(250, 250, 252);
    border-radius: 10px;
    padding: 12px 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.case-details-img-small span {
    display: block;
    width: 22px;
    height: 154px;
    background: url(../images/arrow.png) no-repeat center center rgb(250, 250, 252);
    cursor: pointer;
    margin-left: -10px;
    top: 0
}

.case-details-img-small span:hover {
    background-image: url(../images/arrow-blue.png);
}

.case-details-img-small .img-small-prev {
    transform: rotate(180deg);
}

.case-details-img-small .img-small-next {
    margin-right: -10px;
}

.case-details-img-small p {
    width: 119px;
    height: 77px;
    overflow: hidden;
    background: center no-repeat url(../images/logo.png) rgb(187, 187, 187);
    background-size: 85px auto;
    cursor: pointer;
}

.case-details-img-small p img {
    width: 100%;
    height: 100%;
}

.case-details-img-small p.active,
.case-details-img-small p:hover {
    border: 3px solid rgb(11, 111, 222);
}

.case-details-img-small-1 {
    width: 282px;
    height: 640px;
    overflow: hidden;
    background-color: rgb(250, 250, 252);
    border-radius: 10px;
    padding: 40px 25px;
    position: relative;
}

.case-details-img-small-1 span {
    display: block;
    position: absolute;
    width: 35px;
    height: 100%;
    background: url(../images/arrow.png) no-repeat center center rgb(250, 250, 252);
    background-size: 12px auto;
    cursor: pointer;
}

.case-details-img-small-1 span:hover {
    background-image: url(../images/arrow-blue.png);
}

.case-details-img-small-1 .img-small-prev {
    transform: rotate(-90deg);
    top: -44%;
    left: 46%;
}

.case-details-img-small-1 .img-small-next {
    transform: rotate(90deg);
    margin-top: -13px;
    bottom: 0;
    right: 42%;
}

.case-details-img-small-1 p {
    width: 230px;
    height: 150px;
    overflow: hidden;
    background: center no-repeat url(../images/logo.png) rgb(187, 187, 187);
    background-size: 85px auto;
    cursor: pointer;
}

.case-details-img-small-1 p img {
    width: 100%;
    height: 100%;
}

.case-details-img-small-1 p.active,
.case-details-img-small-1 p:hover {
    border: 3px solid rgb(11, 111, 222);
}

.case-details-close {
    margin: 70px auto 140px;
    text-align: center;
}

.case-details-close a {
    display: block;
    width: 201px;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    font-size: 20px;
    color: rgb(29, 134, 255);
    border: 1px solid rgb(29, 134, 255);
    border-radius: 8px;
}

/*************新闻中心详情页******************************/
.news-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.news-content>div {
    /*height: 805px;*/
    border-radius: 10px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, .13);
}

.news-content>div img {
    max-width: 100%;
}

.news-content .news-content-details {
    width: 853px;
    min-height: 805px !important;
    padding: 50px 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    vertical-align: -webkit-baseline-middle;
    vertical-align: baseline;
}

.news-content .news-content-details h4 {
    width: 85%;
    font-size: 24px;
    font-weight: bold;
    color: rgb(16, 16, 16);
}

.news-content .news-content-details time {
    width: 11%;
    color: rgb(187, 187, 187);
    line-height: 35px;
}

.news-content .news-content-details div {
    margin: 20px auto 0;
}

.news-content .news-content-details div p {
    text-indent: 2rem;
    line-height: 28px;
}

.news-content .news-content-details div img {
    margin: 10px auto;
}

.news-content .news-content-list {
    width: 401px;
    height: 805px;
    padding: 29px 29px 50px 0;
    overflow: hidden;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
}

.news-content .news-content-list div {
    box-sizing: content-box;
    width: 100%;
    height: 90px;
    overflow: hidden;
    padding-left: 25px;
    margin-bottom: 24px;
}

.news-content .news-content-list div.active,
.news-content .news-content-list div:hover {
    border-left: 4px solid rgb(11, 111, 222);
    padding-left: 21px;
}

.news-content .news-content-list div>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    border-bottom: 1px solid rgb(234, 234, 234);
    padding-bottom: 24px;
    padding-right: 29px;
}

.news-content .news-content-list div h4 {
    font-size: 20px;
    font-weight: bold;
    color: rgb(16, 16, 16);
    width: 75%;
    height: 29px;
    overflow: hidden;
}

.news-content .news-content-list div time {
    color: rgb(187, 187, 187);
    /*width: 15%;*/
    line-height: 30px;
}

.news-content .news-content-list div p {
    margin-top: 10px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: rgb(92, 92, 92);
    overflow: hidden;
}

/*******************联系我们************************/
.contact-us {
    position: relative;

    padding-top: 5px;
    margin-bottom: 80px;
}

.contact-us-bj {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("../images/cmap.png") no-repeat top 60px center;
    background-size: 835px auto;
    /*设置透明度   blur还可以改变照片的模糊度*/
    -webkit-filter: opacity(.46);
    filter: opacity(.46);
}

.contact-range {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 140px auto 20px;
}

.contact-range li {
    width: 210px;
    height: 210px;
    /*line-height: 210px;*/
    border: 1px solid rgb(201, 255, 255);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .62);
    font-size: 28px;
    color: rgb(61, 61, 61);
    text-align: center;
}

.contact-range li a {
    display: block;
    margin-top: 50px;
    font-size: 48px;
    color: rgb(11, 111, 222);
}

.contact-range li a span {
    font-size: 28px;
}

.contact-information {
    height: 414px;
    overflow: hidden;
    margin: 45px auto 0px;
    padding: 40px 50px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.13);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.contact-information .contact-mess {
    width: 527px;
}

.contact-information .contact-mess h3 {
    font-size: 24px;
    color: rgb(11, 111, 222);
    font-weight: bold;
}

.contact-information .contact-mess ul {
    margin-top: 25px;
    font-size: 18px;
    color: rgb(16, 16, 16);
}

.contact-information .contact-mess ul li {
    margin-bottom: 20px;
    line-height: 32px;
}

.contact-information .contact-map {
    width: 504px;
    height: 337px;
    overflow: hidden;
}

.contact-information .contact-map img {
    width: 100%;
}

/***************公司简介详情页*************************/
.company-profile article {
    margin: 25px auto 35px;
    padding: 25px 150px;
    text-align: center;
    font-size: 20px;
    color: rgb(16, 16, 16);
    line-height: 40px;
    background-color: rgb(250, 250, 252);
    border-bottom: 2px solid rgb(11, 111, 222);
}

.company-profile p {
    text-indent: 2rem;
    line-height: 32px;
}

.service-purpose {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -25px;
}

.service-purpose li {
    width: 337px;
    height: 118px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgb(201, 225, 255);
    background-color: rgb(250, 250, 252);
    margin-top: 50px;
    font-size: 28px;
    color: rgb(11, 111, 222);
    text-align: center;
    padding-left: 60px;
    line-height: 118px;
    background: url(../images/service-li.png) no-repeat 23% -6%;
    background-size: 58px auto;
}

.service-purpose li:nth-child(2) {
    background: url(../images/service-li.png) no-repeat 23% 14%;
}

.service-purpose li:nth-child(3) {
    background: url(../images/service-li.png) no-repeat 23% 35%;
}

.service-purpose li:nth-child(4) {
    background: url(../images/service-li.png) no-repeat 23% 58%;
}

.service-purpose li:nth-child(5) {
    background: url(../images/service-li.png) no-repeat 23% 82%;
}

.service-purpose li:last-child {
    background: url(../images/service-li.png) no-repeat 23% 105%;
}

.covering-area {
    overflow: hidden;
    margin: 45px auto 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.covering-area>ul {
    height: 300px;
    width: 310px;
    overflow: hidden;
    padding: 20px;
    margin-top: 105px;
}

.covering-area>ul li {
    width: 190px;
    height: 50px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.13);
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 50px;
    font-size: 18px;
    color: rgb(16, 16, 16);
}

.covering-area>ul.covering-area-l {
    margin-left: 50px;
    background: url("../images/area.png") no-repeat right -20%;
}

.covering-area>ul.covering-area-r {
    margin-right: 50px;
    background: url("../images/area.png") no-repeat left 125%;
    padding-left: 90px;
}

.out-circle {
    margin: auto;
    width: 490px;
    height: 490px;
    border-radius: 50%;
    border: 2px dashed rgba(187, 187, 187, .5);
    position: relative;
    box-sizing: content-box;
}

.out-circle-li {
    width: 490px;
    height: 490px;
    border-radius: 50%;
    /*overflow: hidden;*/
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
}

.out-circle-li li {
    width: 96px;
    color: rgb(16, 16, 16);
    text-align: center;
    position: absolute;
}

.out-circle-li li p {
    margin-bottom: 10px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.13);
    background: rgb(255, 255, 255) url("../images/covering-bj.png") no-repeat;
    background-size: 58px auto;
}

.out-circle-li li:first-child {
    top: 3%;
    left: 40%;
}

.out-circle-li li:first-child p {
    background-position: 45% -7%;
}

.out-circle-li li:nth-child(2) {
    top: 30%;
    left: 5%;
}

.out-circle-li li:nth-child(2) p {
    background-position: 45% 56%;
}

.out-circle-li li:nth-child(3) {
    top: 30%;
    right: 5%;
}

.out-circle-li li:nth-child(3) p {
    background-position: 47% 14%;
}

.out-circle-li li:nth-child(4) {
    bottom: 6%;
    left: 17%;
}

.out-circle-li li:nth-child(4) p {
    background-position: 49% 34%;
}

.out-circle-li li:last-child {
    bottom: 6%;
    right: 17%;
}

.out-circle-li li:last-child p {
    background-position: 48% 77%;
}

.in-circle-1 {
    margin: 70px auto;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 2px solid rgba(187, 187, 187, .5);
}

.in-circle-2 {
    margin: 70px auto;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 2px dashed rgba(187, 187, 187, .5);
}

.in-circle-3 {
    margin: 25px auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px solid rgba(11, 111, 222);
    background: rgb(11, 111, 222) url("../images/covering-bj.png") no-repeat 50% 109%;
    background-size: 77px auto;
}

/***************资质荣誉详情页***************************/
.w310 {
    width: 310px !important;
    height: 218px !important;
}

.w155 {
    width: 155px !important;
    height: 218px !important;
}

.w238 {
    width: 238px !important;
    height: 325px !important;
}

.honors-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.honors-content>img {
    width: 100%;
    margin-top: 20px;
}

.honors-content p {
    width: 198px;
    height: 269px;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid rgb(234, 234, 234);
    padding: 5px;
}

.honors-content p img {
    width: 100%;
    height: 100%;
}