
.head_bg {
    width: 100%;
    height: 36px;
    background: #ECECEC;
}

.head_bg .h_nav {
    float: left;
}

.head_bg .h_nav li {
    margin-right: 20px;
    font-size: 12px;
    line-height: 36px;
    float: left;
    color: #7E7E7E;
}

.head_bg .h_nav li a {
    color: #7E7E7E;
}

.head_bg .h_nav li a:hover {
    color: #3FA2D0;
}

.head_bg .h_nav li a.btn {
    padding: 5px 10px;
    background: #83B528;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
}

.head_bg .h_nav li.erTxt {
    position: relative;
    cursor: pointer;
}

.head_bg .h_nav li.erTxt .erBox {
    display: none;
    z-index: 102;
    padding: 10px 5px;
    position: absolute;
    background: #ECECEC;
    box-shadow: 0px 6px 16px 0px rgba(4, 0, 0, 0.2);
    border-radius: 0px 0px 8px 8px;
}

.head_bg .h_nav li.erTxt .erBox div {
    width: 110px;
    padding: 8px;
    background: linear-gradient(0deg, #1579D7, #84B528);
    border-radius: 8px;
    line-height: 0;
    text-align: center;
    margin: 0 5px;
}

.head_bg .h_nav li.erTxt .erBox div img {
    display: block;
}

.head_bg .h_nav li.erTxt .erBox div i {
    font-style: normal;
    color: #fff;
    line-height: 16px;
    display: block;
    margin-top: 5px;
}

.topv4 .noticeBox {
    float: right;
    width: 370px;
    height: 40px;
    line-height: 40px;
    margin-top: 9px;
    display: inline-flex;
}

.topv4 .noticeBox b {
    margin-right: 10px;
}

.topv4 .noticeBox b i {
    color: #83B528;
    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

.topv4 .noticeBox .notice {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: #E5E5E5;
    border-radius: 14px;
}

.topv4 .noticeBox .notice ul {
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    left: 0;
    animation: move 50s 1s infinite linear normal;
    display: table;
}

.topv4 .noticeBox .notice ul li {
    height: 40px;
    line-height: 40px;
    color: #C90000;
    display: table-cell;
    padding-right: 20px;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-1200px);
    }
}

.banner img {
    width: 100%;
    display: block;
}

.nav {
    background: #1579D7;
    height: 46px;
    white-space: nowrap;
}

.nav ul {
    white-space: nowrap;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav ul li {
    height: 46px;
    line-height: 46px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav ul li.shangcheng {
    position: relative;
}

.nav ul li.shangcheng::after {
    content: "技术设备";
    position: absolute;
    right: -14px;
    top: -12px;
    display: block;
    width: 76px;
    height: 20px;
    background-size: contain;
    background-image: -webkit-linear-gradient(0deg, #C90000 0%, #FF6D02 100%);
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px 10px 10px 0px;
}

.nav ul li a {
    padding: 0 20px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

.nav ul li a i {
    display: inline-block;
}

.nav ul li.active a {
    background: #83B528;
}

.nav ul li a:hover {
    background: #83B528;
}

.nav ul li a:hover i {
    -webkit-animation: jello-vertical 0.7s;
    animation: jello-vertical 0.7s;
}

.part_con1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pc_left {
    width: 50%;
    background: #f7f7f7;
}

.part_con1 .pc_left img {
    width: 100%;
    display: block;
}

.part_con1 .pc_left .con_warp {
    background: #F7F7F7;
    padding: 16px;
}

.part_con1 .pc_left .con_warp h3 {
    margin: 0;
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.part_con1 .pc_left .con_warp .item_con {
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #494949;
}

.part_con1 .pc_left .con_warp .item_con a {
    text-align: right;
    color: #333;
}

.part_con1 .pc_left .con_warp .item_con a .iconf {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/btn.png) no-repeat;
    background-size: cover;
    vertical-align: sub;
    margin-left: 3px;
}

.part_con1 .pc_center {
    width: calc(50% - 140px);
    margin: 0 20px;
}

.part_con1 .pc_center.news_box .news_nav {
    display: flex;
    line-height: 32px;
    font-size: 14px;
    background: #F7F7F7;
}

.part_con1 .pc_center.news_box .news_nav a {
    width: 20%;
    text-align: center;
    color: #333;
    box-sizing: border-box;
    display: block;
    height: 32px;
}

.part_con1 .pc_center.news_box .news_nav a.focus {
    color: #83B528;
    background: #fff;
    font-weight: bold;
    border-top: 3px solid #83B528;
}

.part_con1 .pc_center.news_box .news_nav a:hover {
    color: #83B528;
    background: #fff;
    font-weight: bold;
    border-top: 3px solid #83B528;
}

.part_con1 .pc_center.news_box .news_itembox {
    display: none;
}

.part_con1 .pc_center.news_box .news_itembox .n_item {
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}

.part_con1 .pc_center.news_box .news_itembox .n_item img {
    float: left;
    width: 140px;
    height: 78px;
    border: 1px solid #ebebeb;
}

.part_con1 .pc_center.news_box .news_itembox .n_item .itemText {
    overflow: hidden;
    width: calc(100% - 152px);
    padding-left: 10px;
}

.part_con1 .pc_center.news_box .news_itembox .n_item .itemText a{
    font-size: 14px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #333;
}

.part_con1 .pc_center.news_box .news_itembox .n_item .itemText p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #494949;
    margin: 0;
    line-height: 20px;
    height: 40px;
}

.part_con1 .pc_center.news_box .news_itembox .n_item .itemText div i {
    color: #fff;
    background: #B4D595;
    font-size: 12px;
    font-style: normal;
    border-radius: 4px;
    padding: 0 8px;
    margin-right: 8px;
}

.part_con1 .pc_center.news_box .news_itembox .n_item .itemText div span {
    float: right;
    color: #bdbdbd;
}

.part_con1 .pc_center.news_box .news_itembox .itemlist {
    height: 150px;
    margin-top: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.part_con1 .pc_center.news_box .news_itembox .itemlist a {
    color: #494949;
    height: 30px;
    line-height: 30px;
    float: left;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 16px;
    box-sizing: border-box;
}

.part_con1 .pc_right {
    width: 100px;
    background: #1579d7;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.part_con1 .pc_right b {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    color: #333;
}

.part_con1 .pc_right b::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    bottom: -8px;
    left: calc(50% - 8px);
}

.part_con1 .pc_right a {
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.part_con1 .pc_right a:hover {
    color: #333;
    background: #F7F7F7;
}

.part_con2 {
    position: relative;
}

.part_con2 .mySwiper {
    width: 100%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    position: unset;
}

.part_con2 .mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #589E6B;
    height: calc((100% - 30px) / 4);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.part_con2 .mySwiper .swiper-slide a {
    height: 100%;
    width: 100%;
}

.part_con2 .mySwiper .swiper-slide a img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.part_con2 .mySwiper .swiper-button-next {
    right: -35px;
}

.part_con2 .mySwiper .swiper-button-next::after {
    content: "";
}

.part_con2 .mySwiper .swiper-button-next .iconfont {
    color: #BDBDBD;
    font-size: 30px;
    transform: rotate(180deg);
}

.part_con2 .mySwiper .swiper-button-prev {
    left: -35px;
}

.part_con2 .mySwiper .swiper-button-prev::after {
    content: "";
}

.part_con2 .mySwiper .swiper-button-prev .iconfont {
    color: #BDBDBD;
    font-size: 30px;
}

.part_con3 {
    background: url(images/videoBg.jpg) no-repeat;
    background-size: cover;
    padding: 10px 0;
}

.part_con3 .part3_nav {
    display: block;
    height: 50px;
}

.part_con3 .part3_nav a {
    line-height: 50px;
    color: #ffffff;
    font-weight: bold;
    margin-right: 24px;
    font-size: 24px;
}

.part_con3 .part3_nav a i {
    font-size: 28px;
    margin-right: 5px;
}

.part_con3 .part3_nav a.focus {
    color: #83B528;
}

.part_con3 .part3_nav a:hover {
    color: #83B528;
}

.part_con3 .part3_nav .linkMore {
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.part_con3 .part3_nav .linkMore a {
    font-size: 14px;
    font-weight: normal;
}

.part_con3 .part3_nav .linkMore a .iconfont {
    height: 14px;
    width: 14px;
    font-size: 14px;
    background-color: #83B528;
    color: #fff;
    border-radius: 50%;
}

.part_con3 .part3_list {
    display: none;
    position: relative;
}

.part_con3 .part3_list .linkMore {
    position: absolute;
    right: 5px;
    top: -25px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.part_con3 .part3_list .linkMore .iconf {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/btn.png) no-repeat;
    background-size: cover;
    vertical-align: sub;
    margin-left: 3px;
}

.part_con3 .part3_list .l_box {
    float: left;
    width: calc(50% - 10px);
    margin: 5px 10px 5px 0;
}

.part_con3 .part3_list .l_box a.imgbox {
    /* height: 260px; */
    display: block;
}

.part_con3 .part3_list .l_box a.imgbox img {
    width: 100%;
    border-radius: 5px;
}

.part_con3 .part3_list .l_box .con_warp a {
    display: block;
    width: 100%;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.part_con3 .part3_list .l_box .con_warp p {
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.part_con3 .part3_list .r_box {
    float: left;
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.part_con3 .part3_list .r_box .imgbox {
    width: calc(33.33% - 10px);
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin: 5px;
}

.part_con3 .part3_list .r_box .imgbox a img {
    height: 100%;
}

.part_con3 .part3_list .r_box .imgbox a p {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0px;
    right: 0px;
    padding: 15px 10px 6px 10px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
    border-radius: 0 0 5px 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#1e1e1e));
    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), #1e1e1e);
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), #1e1e1e);
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), #1e1e1e);
    background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), #1e1e1e);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), #1e1e1e);
}

.part_con4 .part4_top a {
    display: block;
    float: left;
    width: calc(50% - 10px);
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 15px;
    color: #ffffff;
    background-color: #1579D7;
    font-size: 20px;
    font-weight: bold;
}

.part_con4 .part4_top a i {
    display: inline-block;
    margin-right: 8px;
    font-size: 30px;
    vertical-align: bottom;
}

.part_con4 .part4_top a:nth-child(1) {
    background-color: #83B528;
    margin-right: 20px;
}

.part_con4 .part4_top a:hover {
    color: #FFD07F;
}

.part_con4 .member_top {
    display: block;
    background-color: #F7F7F7;
    margin-top: 30px;
    height: 40px;
}

.part_con4 .member_top .member_nav a {
    padding: 0 20px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    display: block;
    float: left;
    position: relative;
}

.part_con4 .member_top .member_nav a i {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #FFD07F;
    display: none;
}

.part_con4 .member_top .member_nav a b {
    display: block;
    line-height: 40px;
    font-size: 24px;
}

.part_con4 .member_top .member_nav a.focus {
    background-color: #1579D7;
    height: 50px;
    margin-top: -10px;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    box-shadow: 0px 1px 6px 0 rgba(21, 121, 215, 0.4);
}

.part_con4 .member_top .member_nav a.focus i {
    display: block;
}

.part_con4 .member_top .member_nav a.focus b {
    margin-top: 10px;
}

.part_con4 .member_top a.btn {
    display: inline-block;
    float: right;
    margin-right: 5px;
    color: #ffffff;
    background-color: #83B528;
    padding: 0px 6px 0 10px;
    border-radius: 20px;
    line-height: 26px;
    margin-top: 7px;
}

.part_con4 .member_top a.btn i {
    margin-left: 5px;
    vertical-align: middle;
}

.part_con4 .member_list {
    padding: 15px;
    overflow: hidden;
    background-color: #1579D7;
    display: none;
}

.part_con4 .member_list .member_item {
    width: 25%;
    float: left;
    padding: 0 8px;
    box-sizing: border-box;
    color: #fff;
}

.part_con4 .member_list .member_item p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.part_con4 .member_list .member_item p::after {
    content: " ";
    height: 1px;
    width: 100%;
    display: block;
    background-image: linear-gradient(to right, #1471C8 0%, #68B6FF 30%, #68B6FF 50%, #68B6FF 70%, #1471C8 100%);
}

.part_con4 .member_list .member_item p span {
    border-radius: 5px 0px 5px 5px;
    background: #FFD07F;
    padding: 0 3px;
    color: #333;
    margin-right: 3px;
}

.part_con4 .member_list .member_item p a {
    color: #ffffff;
    display: inline-block;
    width: calc(100% - 45px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.part_con4 .member_list .member_item p a:hover {
    color: #FF0000;
}

.part_con4 .member_list ul li {
    width: 25%;
    float: left;
    padding: 0 25px;
    box-sizing: border-box;
    color: #fff;
}

.part_con4 .member_list ul li span {
    display: inline-block;
    border-radius: 5px 0px 5px 5px;
    background: #FFD07F;
    padding: 0 3px;
    color: #333;
    margin-right: 5px;
}

.part_con5 .part_title {
    display: block;
    text-align: center;
    height: 55px;
    position: relative;
}

.part_con5 .part_title strong {
    font-size: 46px;
    color: #F7F7F7;
}

.part_con5 .part_title b {
    color: #333;
    font-size: 40px;
    letter-spacing: 5px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.part_con5 .part_title b i {
    color: #1E5B94;
    font-style: normal;
}

.part_con5 .pro_nav {
    display: block;
    background-color: #F7F7F7;
    height: 40px;
    line-height: 40px;
    margin-bottom: 18px;
    margin-top: 24px;
}

.part_con5 .pro_nav a.btn {
    display: inline-block;
    float: right;
    margin-right: 5px;
    color: #ffffff;
    background-color: #83B528;
    padding: 0px 6px 0 10px;
    border-radius: 20px;
    line-height: 26px;
    margin-top: 7px;
}

.part_con5 .pro_nav a.btn i {
    margin-left: 5px;
    vertical-align: middle;
}

.part_con5 .pro_nav .pro_navList {
    display: inline-block;
}

.part_con5 .pro_nav .pro_navList a {
    padding: 0 20px;
    color: #333;
    height: 40px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    font-size: 16px;
}

.part_con5 .pro_nav .pro_navList a .icon_d {
    display: none;
}

.part_con5 .pro_nav .pro_navList a.focus {
    border-top: 3px solid #83B528;
}

.part_con5 .pro_nav .pro_navList a.focus .icon_d {
    display: inline;
    font-size: 8px;
    color: #FFD07F;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
}

.part_con5 .pro_list {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.part_con5 .pro_list .pro_item {
    box-sizing: border-box;
    width: calc(20% - 16px);
    margin-right: 18px;

}

.part_con5 .pro_list .pro_item:nth-child(5n) {
    margin-right: 0 !important;
}

.part_con5 .pro_list .pro_item a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1px solid hsla(0, 0%, 100%, 0);
    display: block;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 18px;
    overflow: hidden;
    text-decoration: none !important;
    -webkit-transition: width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
    transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s, -webkit-transform 0.5s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.part_con5 .pro_list .pro_item .imgbox {
    height: 223px;
    background: #f7f7f7;
    position: relative;
  }
.part_con5 .pro_list .pro_item .imgbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
.part_con5 .pro_list .pro_item a .item_title {
    display: block;
    background-color: #F7F7F7;
}

.part_con5 .pro_list .pro_item a .item_title strong {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    padding: 10px 8px 0;
}

.part_con5 .pro_list .pro_item a .item_title span {
    display: block;
    color: #BDBDBD;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 22px;
    padding: 0 8px;
    font-size: 12px;
}

.part_con5 .pro_list .pro_item a .item_title .price_box {
    color: #ffffff;
    background: linear-gradient(-90deg, #1579D7, #83B528);
    padding: 5px 8px;
}

.part_con5 .pro_list .pro_item a .item_title .price_box div {
    display: block;
}

.part_con5 .pro_list .pro_item a .item_title .price_box div span {
    float: right;
    display: block;
    font-size: 12px;
    color: #FF0000;
}

.part_con5 .pro_list .pro_item a .item_title .price_box div i {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.part_con6 {
    background-color: #E6F3FF;
    padding: 44px 0;
    margin-top: 24px;
}

.part_con6 .pro_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.part_con6 .pro_list .pro_item {
    box-sizing: border-box;
    width: calc(16.66% - 25px);
    margin-right: 30px;
}

.part_con6 .pro_list .pro_item:nth-child(6n) {
    margin-right: 0;
}

.part_con6 .pro_list .pro_item a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1px solid hsla(0, 0%, 100%, 0);
    display: block;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    text-decoration: none !important;
    -webkit-transition: width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
    transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s, -webkit-transform 0.5s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.part_con6 .pro_list .pro_item a img {
    width: 100%;
}

.part_con6 .pro_list .pro_item a .item_title {
    display: block;
    background-color: #1579D7;
}

.part_con6 .pro_list .pro_item a .item_title .price_box {
    color: #ffffff;
    background-color: #1579D7;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 8px;
}

.part_con6 .pro_list .pro_item a .item_title .price_box span:nth-child(1) {
    font-weight: bold;
    font-size: 16px;
}

.part_con6 .pro_list .pro_item a .item_title .price_box span i {
    padding: 0 5px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 0px;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    margin-left: 5px;
    vertical-align: text-top;
    font-style: normal;
}

.part_con6 .btn {
    color: #ffffff;
    background-color: #83B528;
    padding: 5px 10px;
    border-radius: 20px;
}

.part_con6 .btn i {
    margin-left: 5px;
}

.part_con7 .adv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.part_con7 .adv .adv_item {
    box-sizing: border-box;
    width: calc(50% - 7px);
    margin-right: 14px;
}

.part_con7 .adv .adv_item:nth-child(2n) {
    margin-right: 0 !important;
}

.part_con7 .adv .adv_item a {
    display: block;
    margin-bottom: 14px;
}

.part_con7 .ceBox .ceTop {
    height: 32px;
    border-top: 1px solid #F7F7F7;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.part_con7 .ceBox .ceTop span {
    color: #1579D7;
    border-top: 5px solid #1579D7;
    display: inline-block;
    line-height: 32px;
    width: 120px;
    font-size: 16px;
    font-weight: bold;
}

.part_con7 .ceBox .ceTop a {
    float: right;
    color: #C90000;
    line-height: 32px;
    font-size: 12px;
}

.part_con7 .ceBox .ceTop a i {
    vertical-align: bottom;
}

.part_con7 .ceBox .ceList {
    display: flex;
    margin-bottom: 12px;
}

.part_con7 .ceBox .ceList a {
    background-color: #F7F7F7;
    color: #333;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    width: 33.33%;
    margin-right: 12px;
    cursor: pointer;
}

.part_con7 .ceBox .ceList a:hover {
    color: #fff;
    background-color: #1579D7;
}

.part_con7 .ceBox .ceList a:last-child {
    margin-right: 0;
}

.part_con7 .ceBox .ceList a i {
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
}