﻿.g-page a {
    background: #333;
    color: #fff;
}

.news_list_2 {
    width: 93.75%;
    margin: 0 auto;
}

.news_list_2 dl {
    background: #fff;
    margin-bottom: 1.5rem;
    padding: 1.5rem 4%;
}

.news_list_2 dt {
    position: relative;
}

.news_list_2 dt h3 {
    width: 73.87%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    height: 3.6rem;
    color: #333;
}

.news_list_2 dt em {
    display: block;
    width: 5.4rem;
    background: #14AE93;
    text-align: center;
    font-size: 2.6rem;
    color: #fff;
    position: absolute;
    top: -1.5rem;
    right: 0;
}

.news_list_2 dt em i {
    display: block;
    font-size: 1rem;
    position: relative;
    margin-top: -0.2rem;
    padding-bottom: 0.6rem;
}

.news_list_2 dd {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 0.8rem;
    color: #999;
}

/*新闻列表--图片+标题+简介*/
.news_list_4 {
    margin-top: 1rem;
}

.news_list_4-content {
    height: 9.49rem;
    /*box-shadow: 0 0.1rem 0.5rem #dedede;*/
    margin-bottom: 1.71rem;
}

.news_list_4 dl {
    margin: 0rem 1.28rem;
    position: relative;
    display: flex;
    flex-shrink: 1;
}
.news_list_4 .xw-line {
    width: 32.05rem;
    height: 0.04rem;
    background: #E5E5E5;
}
.news_list_4 dt {
    display: block;
    margin: 0 0.55rem;
    box-sizing: border-box;
    align-self: center;
    height: 9.4rem;
}

.news_list_4 dt img {
    margin-right: 1.27rem;
    display: block;
    width: 10.3rem;
    height: 7.65rem;
}

.news_list_4 dd {
    margin-top: 1rem;
}

.news_list_4 .look-detail {
    color: #EE952F;
}

.news_list_4 a {
    font-size: 0.85rem;
    color: #666666;
    line-height: 1.11rem;
    font-weight: 300;
}

.news_list_4 .bar {
    margin-left: 1rem;
    width: 16.92rem;
    height: 0.04rem;
    background-color: #BFBFBF;
    margin-bottom: 0.77rem;
    margin-top: 0.77rem
}

.news_list_4 h3 {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 1.37rem;
    line-height: 1.37rem;
    color: #051B28;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 16rem;
    white-space: nowrap;
}

.news_list_4 p {
    font-size: 1.2rem;
    color: #666666;
    line-height: 1.79rem;
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list_4 .xw-info {
    display: flex;
    justify-content: space-between;
}
.news_list_4 .xw-info h3 {
    margin-top: 0.4rem;
     font-size: 1.11rem;
 }
.news_list_4 .news-xq {
    margin-top: 0.1rem;
    font-size: 1.11rem;
    color: #1364A3;
    font-weight: bold;
}
.news_list_4 span {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: calc(50% - 0.4rem);
    right: 1rem;
}

/*切换下面列表箭头样式*/
.news_list_4 span:before {
    content: "";
    position: absolute;
    background: #999;
    width: 100%;
    height: 100%;
    right: -0.3rem;
    top: 0;
    z-indx: 10;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.news_list_4 span:after {
    content: "";
    position: absolute;
    background: #f2f3f8;
    background: #fff;
    width: 100%;
    height: 100%;
    right: -0.2rem;
    top: 0;
    z-indx: 11;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*新闻列表---图片+标题 */
.content-list2 {
    padding-top: 1rem;
}

.content-list2 a:nth-child(2n+2) .content-info3 {
    margin-right: 0;
}

.content-list2 .content-info3 {
    margin-bottom: 3rem;
    float: left;
    margin-right: 0.8rem;
    border: 1px solid #DBDBDB;
}

.content-list2 .content-img {
    width: 14.15rem;
}

.content-list2 .content-title {
    font-size: 1.2rem;
    line-height: 3rem;
    color: #dab159;
    margin: 0 1.3rem;
    border-bottom: 1px solid #DBDBDB;
}

.content-list2 .content-desc {
    color: #666666;
    width: 11.33rem;
    height: 3rem;
    margin: 0.82rem 0 1.71rem 0;
    padding: 0 1.2rem;
    text-align: justify;
    overflow: hidden;
}

.content-list2 .content-bottom-btn {
    display: flex;
}

.content-list2 .content-bottom-btn .btn-left {
    width: 50%;
    height: 2.4rem;
    line-height: 2.4rem;
    background-color: #BB0300;
    text-align: center;
    font-weight: bold;
    color: white;
}

.content-list2 .content-bottom-btn .btn-right {
    width: 50%;
    height: 2.4rem;
    line-height: 2.4rem;
    background-color: #E9AB53;
    text-align: center;
    font-weight: bold;
    color: #333333;
}

/*案例列表---图片+标题 */
.content-list-case {
    padding-top: 1rem;
}

.content-list-case a:nth-child(2n+2) .content-info3 {
    margin-right: 0;
}

.content-list-case .content-info3 {
    float: left;
    margin-bottom: 3rem;
    margin-right: 0.6rem;
    border: 1px solid #DBDBDB;
    width: 14.2rem;
    background-color: #F7F7F7;
}

.content-list-case .content-info3 p {
    color: #333333;
    line-height: 2rem;
}

.content-list-case .content-info3 p span {
    color: #dab159;
}

.content-list-case .content-img {
    width: 100%;
}

.content-list-case .content-title {
    line-height: 3rem;
    color: #333333;
    border-bottom: 1px solid #E9AC54;
    font-weight: bold;
    margin: 0 1.45rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-list-case .content-info3 .content-sub {
    padding: 0.5rem 1.45rem;
}

.content-list-case .content-info3 .content-desc {
    height: 6rem;
    overflow: hidden;
    padding: 0 1.45rem;
    text-align: justify;
}

/*新闻列表---图片+标题 */
.news_list_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem;
}

.news_list_3 a {
    width: 14.5rem;
    text-align: center;
    font-size: 1.2rem;
}

.news_list_3 a img {
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0.05rem;
    height: 10rem;
    display: block;
}

.news_list_3 a span {
    height: 3rem;
    line-height: 1.5rem;
    overflow: hidden;
    text-align: center;
    padding: 0 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_list_3 h1 {
    width: 100%;
    font-size: 1.3rem;
    color: #b91125;
    font-weight: bold;
    text-indent: 1rem;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}


/*图片列表---图片+标题 */
.news_list_img {
    margin-top: 1rem;
}

.news_list_img dl {
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    margin-right: 0.7rem;
    width: 14.32rem;
    float: left;
}

.news_list_img dl:nth-child(2n+2) {
    margin-right: 0;
}

.news_list_img dt img {
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.news_list_img dd {
    height: 2.1rem;
    display: inline-block;
    line-height: 2.1rem;
    margin: 1rem 0;
}

.news_list_img dd span {
    text-align: left;
    line-height: 1rem;
    padding: 0 0.5rem;
}

/*新闻列表---纯图片 */
.news_list_5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.news_list_5 a {
    width: 43.25%;
    margin: 0 3% 4% 3%;
    text-align: center;
    line-height: 150%;
    font-size: 1.16rem;
}

.news_list_5 a img {
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0.05rem;
    min-height: 8rem;
    height: auto;
    display: block;
}

.news_list_5 a span {
    height: 3rem;
    line-height: 1.5rem;
    overflow: hidden;
    text-align: center;
}

/*导师列表*/
/*资深实战导师全程保驾护航*/
.senior {
    width: 100%;
    position: relative;
    padding-bottom: 2rem;
}

.senior .title {
    text-align: center;
    font-size: 1.71rem;
    color: #333333;
    font-weight: bold;
    margin-top: 1.67rem;
}

.senior .senior-content {
    display: flex;
    justify-content: space-between;
}

.senior .wangchong {
    margin-top: 2.05rem;
    margin-right: 1.58rem;
    margin-left: -6rem;
    width: 100%;
}

.senior .senior-info .info-title {
    margin-top: 2.05rem;
    margin-right: 1.58rem;
    margin-left: -1.24rem;
}

.senior .senior-info .info-title .info-title-l {
    font-size: 2.48rem;
    color: #dab159;
    font-weight: bold;
    letter-spacing: 0.2rem;
}

.senior .senior-info .info-title .info-title-r {
    margin-top: 0.5rem;
    margin-left: 1.24rem;
    font-size: 1.03rem;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.2rem;

}

.senior .senior-info .senior-list {
    margin-top: 1.62rem;
}

.senior .team-info {
    background: url(../img/sanjiao.png) no-repeat;
    background-size: 0.3rem;
}

.senior .team-info p {
    color: #333333;
    margin-left: 0.50rem;
    margin-bottom: 0.6rem;
}

.senior .senior-info .senior-desc {
    display: flex;
    justify-content: flex-end;
    margin-right: 1.41rem;
}

.senior .senior-info .senior-desc p {
    text-indent: 2em;
    color: #333333;
    margin-top: 1.03rem;
    line-height: 1.15rem;
    letter-spacing: 0.04rem;
    text-align: justify;
}

.senior .senior-info .senior-detial {
    display: flex;
    justify-content: flex-start;
}

.senior .senior-info .senior-detial button {
    width: 4.27rem;
    height: 1.07rem;
    background-color: #EEEEEE;
    line-height: 1.07rem;
    border: none;
    color: #333333;
    margin-top: 1.28rem;
    font-size: 0.6rem;
}

.team {
    width: 100%;
    background-color: #F0F0F0;
}

.team-list {
    padding-top: 2.18rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.team-list .team-info {
    margin-bottom: 2.18rem;
    display: flex;
    flex-direction: column;
}

.team-list .team-info .info-img {
    width: 13.76rem;
    height: 13.79rem;
}

.team-list .team-info img {
    width: 100%;
    height: 100%;
}

.team-list .team-info .info-desc {
    width: 13.76rem;
    height: 10rem;
    background-color: #fff;
    text-align: center;
}

.team-list .team-info .info-desc .desc-title {
    font-size: 1.03rem;
    color: #333333;
    margin-top: 1.58rem;
}

.team-list .team-info .info-desc span {
    display: block;
    background-color: #dab159;
    width: 2.26rem;
    height: 0.11rem;
    margin-top: 0.77rem;
    margin-left: 5.81rem;
    margin-bottom: 1.11rem;
}

.team-list .team-info .info-desc p {
    color: #666666;
    line-height: 1.2rem;
}

.team-list .team-info .info-desc button {
    width: 5.5rem;
    border: none;
    padding: 0.2rem;
    font-size: 1rem;
    background-color: #F0F0F0;
    color: #666666;
    margin-top: 1.1rem;
}

/*------------------新闻详情模块----------------------*/
/* 新闻详情模式  一*/
.g-news-info {
    padding: 1rem;
    margin: auto;
    font-size: 1rem;
    line-height: 1.8rem;
    color: #333;
    overflow-x: hidden;
}

.g-news-info #v1, .g-news-info #v2, .g-news-info #v3 {
    display: none;
}

.g-news-info video, .g-news-info #v1, .g-news-info #v2, .g-news-info #v3 {
    max-width: 100%;
    height: 20rem !important;
}

/*视频*/
.g-news-info img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.g-news-info .xtitle {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.4rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #dadbe2;
    margin-bottom: 2rem;
}

.g-news-info .xtitle em {
    display: block;
    font-size: 1rem;
    color: #999;
    font-weight: normal;
    padding-top: 0.3rem;
}

.g-news-info p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    color: #333;
    text-align: justify;
}

.g-news-info h5 img {
    display: block;
    width: 100%;
    margin-top: 1.2rem;
}

.g-news-info h4 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #0056b6;
    margin-top: 1.2rem;
}


/*帮助列表*/
.g-help a span {
    text-align: center;
}

/*联系表单*/
h2.big_title {
    text-align: center
}

h2.big_title a {
    display: block;
    font-size: 2.3rem;
    color: #0d0d0d;
    line-height: 100%;
    text-transform: capitalize;
    font-weight: 900
}

h2.big_title a:hover {
    color: #0d0d0d
}

h2.big_title span {
    display: block;
    margin: .95rem auto 0;
    width: 87.6%;
    font-size: .9rem;
    color: #8c8c8c;
    line-height: 1.3rem;
    font-weight: 400;
    letter-spacing: .05rem
}

/*（图片+标题）一排2个*/
.help_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.help_con .list_p4 {
    width: 43.25%;
    margin: 0 3% 4% 3%;
    text-align: center;
    line-height: 150%;
    font-size: 1.16rem;
}

.help_con .list_p4 img {
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0.05rem;
    min-height: 8rem;
    height: auto;
    display: block;
}

.help_con .list_p4 dd {
    padding: 5px;
}

.help_con .list_p4 dd a {
    height: 3rem;
    line-height: 1.5rem;
    overflow: hidden;
    text-align: center;
}

/*联系我们*/
.caigou-content {
    margin-top: 1rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    font-size: 1.4rem;
}

.caigou-content li {
    line-height: 3rem;
    margin-bottom: 0.8rem;
    display: block;
}

.caigou-content li span {
    width: 10rem;
    text-align: right;
    display: inline-block;
    letter-spacing: 3px;
    vertical-align: top;
}

.caigou-content li input {
    line-height: 3rem;
    height: 3rem;
    border: 1px solid #dedede;
    text-indent: 0.4rem;
    box-sizing: border-box;
    border-radius: 4px;
    width: 20rem;
    padding: 0 0.8rem;
}

.caigou-content li textarea {
    height: 10rem;
    border: 1px solid #dedede;
    text-indent: 0.4rem;
    box-sizing: border-box;
    border-radius: 4px;
    width: 20rem;
    padding: 0.8rem;
}

.caigou-content li span em {
    color: red;
    padding-right: 3px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.caigou-content .caigou-tips {
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: justify;
    letter-spacing: 0.2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.caigou-content .caigou-tips span {
    color: #B91125;
}

.caigou-content .btn_submit {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.caigou-content .btn_submit input {
    border: none;
    cursor: pointer;
    margin-right: 1.2rem;
    width: auto;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    background: #c0182e;
    letter-spacing: 0.3rem;
    transition: all 0.6s linear;
}

.caigou-content .btn_submit .btn1 {
    color: #fff;
}

.caigou-content .btn_submit .btn2 {
    color: #666;
    background: #dedede;
}

.caigou-content .caigou-code {
    text-align: center;
}

.caigou-content .caigou-code img {
    width: 20rem;
}

/*下级分类*/
.pro-tags ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pro-tags li {
    display: block;
    background-color: #E6E6E6;
    padding: 0.3rem 1rem;
    margin-top: 1rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.pro-tags li a {
    color: #333333;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.pro-tags .cur {
    background-color: #dab159;
    color: #FFFFFF;
}

.pro-tags .cur a {
    color: #FFFFFF;
}

/*同级分类*/
.inside-nav ul {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.inside-nav ul li {
    margin: 0 0.1rem;
    display: block;
    background: url("../img/xw-nav-w.png") no-repeat;
    background-size: 100% 100%;
    padding: 0 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: 2rem;
    text-align: center;
}

.inside-nav ul li a {
    color: #333333;
    letter-spacing: 1px;
    font-size: 1.2rem;
}

.inside-nav ul li.cur {
    background: url("../img/xw-nav-b.png") no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
}

.inside-nav ul li.cur a {
    color: #FFFFFF;
}

/*浮动二维码购买*/
.tag-buy-img {
    position: fixed;
    bottom: 15rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
}

/*商品简介*/
.pro-info-desc {
    margin-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

.pro-info-desc .pleft {
    width: 100%;
}

.pro-info-desc .pleft .bd ul li img {
    width: 100%;
}

.pro-info-desc .pright {
    width: 100%;
}

.pro-info-desc .pright .corange {
    color: #333333;
    padding-bottom: 0.3rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
}

.pro-info-desc .pright .pd_short {
    margin-top: 0.5rem;
    color: #666666;
    line-height: 1.5rem;
    font-size: 1.2rem;
}

.pro-info-desc .pright .product-detail-contact {
    margin-top: 1rem;
    text-align: center;
}

.pro-info-desc .pright .product-detail-contact p {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #CF0000;
    font-weight: bold;
}

.pro-info-desc .pright .product-detail-contact .product-detail-btn-list {
    display: flex;
    justify-content: center;
    margin: 1.6rem 0;
}

.pro-info-desc .pright .product-detail-contact .product-detail-btn-list button {
    margin: 0 0.4rem;
    width: 7.7rem;
    height: 2.15rem;
    line-height: 2.15rem;
    text-align: center;
    font-size: 1.2rem;
    color: white;
    border: none;
}

.pro-info-desc .pright .product-detail-contact .product-detail-btn-list .contact-btn-left {
    background-color: #C19B50;
}

.pro-info-desc .pright .product-detail-contact .product-detail-btn-list .contact-btn-right {
    background-color: #CF0000;
}

/* 产品详情 */

/* 我要定制 */
::-webkit-input-placeholder {
    font-size: 1.02rem;
    color: #999999;
    line-height: 2.13rem;
}

.us {
    margin: 3rem 1.28rem;
    background-color: #F9F9F9;
}

.us h2 {
    padding-top: 0.9rem;
    margin-bottom: 0.9rem;
    margin-left: 1.28rem;
    font-size: 1.36rem;
    font-weight: bold;
    color: #333333;
}

.us .us_line {
    margin-bottom: 1.2rem;
    width: 29.36rem;
    height: 0.04rem;
    background: #C19B50;
}

.us form {
    margin-left: 1.3rem;
}

.us label {
    vertical-align: top;
    line-height: 2rem;
    margin-left: 1.3rem;
}

.us textarea {
    width: 23rem;
    height: 5.6rem;
    line-height: 2rem;
    padding-left: 1rem;
}

.us input {
    width: 23rem;
    height: 2.13rem;
    margin-bottom: 0.8rem;
    padding-left: 1rem;
}

.us .us_btn {
    text-align: center;
}

.us button {
    margin-top: 1.6rem;
    margin-bottom: 2.1rem;
    width: 8.3rem;
    height: 2.13rem;
    background: #FFFFFF;
    border: 0.04rem solid #E0E0E0;
    border-radius: 1rem;
    font-size: 1.11rem;
    color: #333333;
    line-height: 2.13rem;
}

/* 相关推荐 */
.recommend {
    padding: 1rem;
    margin-bottom: 3.3rem;
}

.recommend .recommend_list .recommend_item .reco2 {
    margin-left: 0.64rem;
    margin-right: 0.64rem;
}

.recommend h2 {
    margin-left: 1.51rem;
    margin-bottom: 0.9rem;
    font-size: 1.45rem;
    font-weight: bold;
    color: #333333;
}

.recommend .line {
    width: 29.46rem;
    height: 0.06rem;
    background: #C19B50;
    margin-bottom: 1.1rem;
}

.recommend .recommend_list .recommend_item {
    margin: 0 0.2rem;
    display: inline-block;
    border: 0.04rem solid #F0F0F0;
    text-align: center;
}

.recommend .recommend_list .recommend_item img {
    width: 9.36rem;
    height: 6.98rem;
    vertical-align: bottom;
}

.recommend .recommend_list .recommend_item h3 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.11rem;
    color: #333333;
}

/*PCBA定制*/
.-title h2 {
    font-size: 1.56rem;
    font-weight: bold;
    color: #1364A3;
    line-height: 1.56rem;
    text-align: center;
}
.-title h2 span {
    color: #333333;
}
.made {
    margin: 3rem 1.28rem 0;
}
.made img {
    display: block;
    margin-bottom: 1.67rem;
    width: 100%;
    height: 22.14rem;
}
.made h3 {
    margin-bottom: 1rem;
    font-size: 1.37rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.37rem;
}
.made p {
    width: 29.4rem;
    font-size: 1.2rem;
    color: #666666;
    line-height: 1.79rem;
    text-align: justify;
}

/*服务内容*/
.serve {
    margin: 3rem 1.28rem 0;
}
.serve .on {
    width: 0.92rem !important;
    height: 0.92rem !important;
    border: 1px solid #1364A3 !important;
}
.serve .on span {
    display: block !important;
}
.serve .-title {
    margin-bottom: 2rem;
}
.serve .serve-content {
    display: flex;
    justify-content: space-between;
}
.serve .serve-content .item img {
    display: block;
    width: 14.44rem;
    height: 11.97rem;
}
.serve .serve-content  .item-all {
    display: flex;
    justify-content: space-between;
}
.serve .serve-content .item p {
    margin-top: 1.03rem;
    margin-bottom: 2.26rem;
    font-size: 1.2rem;
    color: #333333;
    text-align: center;
}
.serve .nav-b {
    display: flex;
    justify-content: center;
    align-items: center;
}
.serve .nav-b .sub {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.6rem;
    width: 0.72rem;
    height: 0.72rem;
    border: 1px solid #666666;
    border-radius: 50%;
}
.serve .nav-b .sub span {
    display: none;
    width: 0.39rem;
    height: 0.39rem;
    background: #1364A3;
    border-radius: 50%;
}
.serve .item-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*定制服务*/
.make {
    width: 100%;
    margin: 3rem 0;
}
.make .on h4{
    color: #ffffff !important;
    background: #1364A3 !important;
    border-radius: 8px;
}
.title-t h2 .dz {
    color: #1364A3;
}
.make .make-nav {
    width: 100%;
    margin-top: 1.45rem;
    margin-bottom: 2.09rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.make .make-nav .item {
    margin-top: 0.68rem;
    width: 9.36rem;
    height: 2.74rem;
    background: #E6E6E6;
    border-radius: 8px;
    line-height: 2.74rem;
    text-align: center;

}
.make .make-nav .item h4 {
    font-size: 1.2rem;
    color: #666666;
}
.make .make-content {
    width: 100%;
}
.make .make-content img {
    width: 100%;
}
.make .desc {
    width: 100%;
    height: 13.16rem;
    background: #F5F5F5;
}
.make .desc h5 {
    padding-top: 2rem;
    margin-left: 1.71rem;
    margin-bottom: 1.2rem;
    font-size: 1.37rem;
    font-weight: bold;
    color: #333333;
}
.make .desc p {
    margin-left: 1.3rem;
    margin-right: 1rem;
    font-size: 1.2rem;
    color: #666666;
    line-height: 1.79rem;
    text-align: justify;
}
.make .desc p span {
    font-size: 1.2rem;
    color: #1364A3;
    line-height: 1.79rem;
}

/*合作案例*/
.progress {
    margin: 1rem 0;
    padding: 2rem 0;
    background-color: #F9F9F9;
}
.progress img {
    max-width: 100%;
    margin-top: 2rem;
}


/*合作案例*/
.dz-case {
    margin: 3rem 1.28rem 3rem;
}
.dz-case .on {
    width: 0.92rem !important;
    height: 0.92rem !important;
    border: 1px solid #1364A3 !important;
}
.dz-case .on span {
    display: block !important;
}
.dz-case .-title {
    margin-bottom: 2rem;
}
.dz-case .dz-case-content {
    display: flex;
    justify-content: space-between;
}
.dz-case .dz-case-content .item-all {
    display: flex;
    justify-content: space-between;
}
.dz-case .dz-case-content .item img {
    display: block;
    width: 14.44rem;
    height: 11.97rem;
}
.dz-case .dz-case-content .item p {
    margin-top: 1.03rem;
    margin-bottom: 2.26rem;
    font-size: 1.2rem;
    color: #333333;
    text-align: center;
}
.dz-case .nav-b {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dz-case .nav-b .sub {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.6rem;
    width: 0.72rem;
    height: 0.72rem;
    border: 1px solid #666666;
    border-radius: 50%;
}
.dz-case .nav-b .sub span {
    display: none;
    width: 0.39rem;
    height: 0.39rem;
    background: #1364A3;
    border-radius: 50%;
}
.dz-case .item-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}