/*main------------*/
.top-ad {
    height: 90px;
    width: 1200px;
    background-color: #0059aa;
    margin-bottom: 20px;
}

.top-con > .left {
    width: 795px;
    height: 645px;
    background-color: #ffffff;
}

.top-con > .left > .aside-1 {
    box-sizing: border-box;
}

.top-con > .left > .aside-1 > .title {
    font-weight: bold;
    font-size: 18px;
    padding-left: 20px;
    height: 70px;
    line-height: 70px;
}

.top-con > .left > .aside-1 > .divider {
    width: 795px;
    height: 1px;
    background-color: #f0f3f5;
}

.top-con > .left > .aside-1 > .tab_menu {
    padding-right: 20px;
}

.top-con > .left > .aside-1 > .tab_menu > li {
    display: inline-block;
    font-size: 14px;
    height: 70px;
    line-height: 70px;
}

.top-con > .left > .aside-1 > .tab_menu > li a {
    color: #666666;
}

.top-con > .left > .aside-1 > .tab_menu > .divider {
    height: 20px;
    width: 1px;
    background: #d2d2d2;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.top-con > .left > .aside-1 > .tab_menu > .current a {
    color: #0059aa;
    font-weight: bold;
}

.top-con > .left > .aside-1 > .tab_box {
    height: 545px;
    width: 755px;
    padding: 10px 20px;
    overflow-y: auto;
}

.top-con > .left > .aside-1 > .tab_box > div > .title {
    background: #f0f3f5;
    height: 40px;
    line-height: 40px;
}

.top-con > .left > .aside-1 > .tab_box > div > .btn-box {
    text-align: center;
    height: 45px;
    line-height: 45px;
}

.top-con > .left > .aside-1 > .tab_box > div > .title > ul > li {
    float: left;
    text-align: center;
}

.top-con > .right {
    background-color: #ffffff;
}

.top-con > .right > .title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    border-bottom: 1px solid #f0f3f5;
}

.top-con > .right > .content {
    padding: 0 20px;
}

.top-con > .right > .content > ul > li {
    font-size: 14px;
    border-bottom: 1px solid #f0f3f5;
    padding: 10px 0;
}

.top-con > .right > .content > ul > li > .title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.top-con > .right > .content li .title:hover {
    color: #0059aa;
    cursor: pointer;
}

.top-con > .right > .content .btn-box {
    text-align: center;
    height: 70px;
    line-height: 70px;
}


.top-con > .left > .aside-1 > .tab_box > div > .list > .item {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #e0e0e0;
}

.top-con > .left > .aside-1 > .tab_box > div > .list > .item:hover {
    cursor: pointer;
    background-color: #eeeeee;
}

.top-con > .left > .aside-1 > .tab_box > div > .list > ul > li {
    float: left;
    text-align: center;
}

.tab_box > .hide {
    display: none;
}

.top-con > .right {
    width: 390px;
}

.middle-ads {
    margin: 15px 0;
    height: 90px;
}

.middle-ads .ad-item {
    float: left;
    width: 390px;
    height: 90px;
    background-color: #0059aa;
}

.second-con > .left {
    width: 795px;
    height: 461px;
    background-color: #ffffff;
}

.second-con > .left > .aside-2 {
    box-sizing: border-box;
}

.second-con > .left > .aside-2 > .title {
    font-weight: bold;
    font-size: 18px;
    padding-left: 20px;
    height: 70px;
    line-height: 70px;
}

.second-con > .left > .aside-2 > .divider {
    width: 795px;
    height: 1px;
    background-color: #f0f3f5;
}

.second-con > .left > .aside-2 > .tab_menu {
    padding-right: 20px;
}

.second-con > .left > .aside-2 > .tab_menu > li {
    display: inline-block;
    font-size: 14px;
    height: 70px;
    line-height: 70px;
}

.second-con > .left > .aside-2 > .tab_menu > li a {
    color: #666666;
}

.second-con > .left > .aside-2 > .tab_menu > .divider {
    height: 20px;
    width: 1px;
    background: #d2d2d2;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.second-con > .left > .aside-2 > .tab_menu > .current a {
    color: #0059aa;
    font-weight: bold;
}

.second-con > .left > .aside-2 > .tab_box {
    height: 410px;
    width: 755px;
    padding: 0 20px;
    overflow-y: auto;
}

.second-con > .left > .aside-2 > .tab_box > div > .content > div > .item {
    width: 50%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.second-con > .left > .aside-2 > .tab_box > div > .content > div > .item > .icon {
    width: 6px;
    height: 6px;
    background-color: #94bdfe;
    border-radius: 6px;
    float: left;
    margin-right: 4px;
    margin-top: 16px;
}

.second-con > .left > .aside-2 > .tab_box > div > .content > div > .item > .desc {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    float: left;
    width: 285px;
}

.second-con > .left > .aside-2 > .tab_box > div > .content > div > .item > .desc > a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.second-con > .left > .aside-2 > .tab_box > div > .content > div > .item > .time {
    height: 40px;
    line-height: 40px;
    float: right;
    font-size: 14px;
    color: #666;
}

.second-con > .left > .aside-2 > .tab_box > div > .content > .btn-box {
    width: 100%;
    text-align: center;
    height: 70px;
    line-height: 70px;
}

.second-con > .right {
    background-color: #ffffff;
    width: 390px;
}

.second-con > .right > .title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    border-bottom: 1px solid #f0f3f5;
}

.second-con > .right > .content {
    padding: 0 20px;
}

.second-con > .right > .content > ul > li {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.second-con > .right > .content > ul > li > .title {
    width: 290px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.second-con > .right > .content > ul > li > .desc {
    float: right;
}

.second-con > .right > .content li .title:hover {
    color: #0059aa;
    cursor: pointer;
}

.second-con > .right > .content .btn-box {
    text-align: center;
    height: 70px;
    line-height: 70px;
}

.second-con > .left > .aside-2 > .tab_box > div > .list > .item {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #e0e0e0;
}

.second-con > .left > .aside-2 > .tab_box > div > .list > .item:hover {
    cursor: pointer;
    background-color: #eeeeee;
}

.second-con > .left > .aside-2 > .tab_box > div > .list > .item {
    display: flex;
    height: 40px;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
}

.second-con > .left > .aside-2 > .tab_box > div > .list > .item > .icon {
    width: 6px;
    height: 6px;
    background-color: #94bcff;
    border-radius: 6px;
    margin-right: 10px;
}

.second-con > .left > .aside-2 > .tab_box > div > .list > .item > .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    display: flex;
    align-items: center;
}

.second-con > .left > .aside-2 > .tab_box > div > .list > .item > .desc a {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.third-con > .left {
    float: left;
    background-color: #ffffff;
    width: 390px;
    height: 380px;
}


.third-con > .left > .title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #f0f3f5;
}

.third-con > .left > .content {
    padding: 0 15px;
}

.third-con > .left > .content > ul > li {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 6px;
}

.third-con > .left > .content > ul > li > .left {
    float: left;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    overflow: hidden;
}

.third-con > .left > .content > ul > li > .left > img {
    width: 100px;
}

.third-con > .left > .content > ul > li > .right {
    float: left;
    width: 200px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
    line-height: 52px;
    margin-right: 10px;

    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
}

.third-con > .left > .content > ul > li > .right > .desc {
    float: right;
    font-size: 14px;
    color: #999999;
}

.third-con > .left > .content .btn-box {
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.third-con > .aside-3 {
    float: left;
    background-color: #ffffff;
    width: 390px;
    height: 380px;
    margin: 0 15px;
}

.third-con > .aside-3 > .tab_menu {
    border-bottom: 1px solid #f0f3f5;
}

.third-con > .aside-3 > .tab_menu > li {
    float: left;
}

.third-con > .aside-3 > .tab_menu > li a {
    font-weight: bold;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
    border-top: 2px solid #ffffff;
    color: #999999;
}

.third-con > .aside-3 > .tab_menu > .current a {
    color: #333333;
}

.third-con > .aside-3 > .tab_box > div,
.third-con > .left > .tab_box > div {
    padding: 0 15px;
}

.third-con > .aside-3 > .tab_box > div > .list > .item,
.third-con > .left > .content .item {
    height: 36px;
    line-height: 36px;
}

.third-con > .aside-3 > .tab_box > div > .list > .item > .desc a,
.third-con > .left > .content .item > .desc a {
    float: left;
    width: 290px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.third-con > .aside-3 > .tab_box > div > .list > .item > .time,
.third-con > .left > .content .item > .time {
    float: right;
    font-size: 14px;
    color: #666;
}

.third-con > .aside-3 > .tab_box > div > .btn-box,
.third-con > .left > .content .btn-box {
    text-align: center;
    height: 35px;
    line-height: 35px;
}


.third-con > .right {
    float: right;
    background-color: #ffffff;
    width: 390px;
    height: 380px;
}

.third-con > .right > .head {
    border-bottom: 1px solid #f0f3f5;
    height: 50px;
    line-height: 50px;
}

.third-con > .right > .head > .title {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
}

.third-con > .right > .aside-4 {
    width: 390px;
    height: 320px;
    padding: 10px 15px;
    font-size: 14px;
    box-sizing: border-box;
}

.third-con > .right > .aside-4 > .tab_menu {
    width: 80px;
    box-sizing: border-box;
    border: 1px solid #f0f3f5;
    float: left;
}

.third-con > .right > .aside-4 > .tab_menu > li {
    text-align: center;
    height: 36px;
    line-height: 36px;
}

.third-con > .right > .aside-4 > .tab_menu > li:hover, .third-con > .right > .aside-4 > .tab_menu > .current {
    background-color: #0059aa;
}

.third-con > .right > .aside-4 > .tab_menu > li:hover a, .third-con > .right > .aside-4 > .tab_menu > .current a {
    color: #ffffff;
}

.third-con > .right > .aside-4 > .tab_box {
    width: 270px;
    box-sizing: border-box;
    float: right;
}

.third-con > .right > .aside-4 > .tab_box > div > .title {
    width: 270px;
    height: 30px;
    line-height: 30px;
    background-color: #f0f3f5;
    color: #999999;
    box-sizing: border-box;
}

.third-con > .right > .aside-4 > .tab_box > div > .title > .name {
    width: 120px;
    text-align: center;
    float: left;
}

.third-con > .right > .aside-4 > .tab_box > div > .title > .number {
    width: 70px;
    text-align: center;
    float: left;
}

.third-con > .right > .aside-4 > .tab_box > div > .title > .diff {
    width: 80px;
    text-align: center;
    float: left;
}

.third-con > .right > .aside-4 > .tab_box > div > .list > .item {
    height: 28px;
    line-height: 28px;
    border-bottom: 1px dashed #f0f3f5;
}

.third-con > .right > .aside-4 > .tab_box > div > .list > .item:hover {
    cursor: pointer;
    background-color: #f0f3f5;
}

.third-con > .right > .aside-4 > .tab_box > div > .list > .item > .name {
    width: 120px;
    text-align: center;
    float: left;
}

.third-con > .right > .aside-4 > .tab_box > div > .list > .item > .number {
    width: 70px;
    text-align: center;
    float: left;
}

.third-con > .right > .aside-4 > .tab_box > div > .list > .item > .diff {
    width: 80px;
    text-align: center;
    float: left;
}

.fourth-con > .left {
    float: left;
    background-color: #ffffff;
    width: 592.5px;
    height: 400px;
}

.fourth-con > .left > .content {
    padding: 0 15px;
}

.fourth-con > .left > .head {
    border-bottom: 1px solid #f0f3f5;
    height: 50px;
    line-height: 50px;
}

.fourth-con > .left > .head > .title {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}

.fourth-con > .left > .content {
    padding: 0 15px;
}

.fourth-con > .left > .content > ul > li {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 6px;
}

.fourth-con > .left > .content > ul > li > .left {
    float: left;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    overflow: hidden;
}

.fourth-con > .left > .content > ul > li > .left > img {
    width: 100px;
}

.fourth-con > .left > .content > ul > li > .right {
    float: left;
    width: 400px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
    line-height: 52px;
    margin-right: 10px;
}

.fourth-con > .left > .content > ul > li > .right > .desc {
    float: right;
    font-size: 14px;
    color: #999999;
}

.fourth-con > .left > .content .btn-box {
    text-align: center;
    height: 35px;
    line-height: 70px;
}

.section-product {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-product > .section-title {
    text-align: center;
    margin: 0 0 10px 0;
    position: relative;
}

.section-product > .section-title > .title-topic {
    line-height: 48px;
}

/* img {
  vertical-align: middle;
  padding: 0 13px;
  background: #efefef;
  position: relative;
  z-index: 1;
} */
.line {
    border-top: 1px solid #dfdfdf;
    position: absolute;
    top: 50%;
    width: 100%;
}

.section-product > .product-description {
    width: 1200px;
}

.section-product > .product-description > .des1 {
    background-image: url("../img/fbzx.jpg");
}

.section-product > .product-description > .des2 {
    background-image: url("../img/gzh.jpg");
}

.section-product > .product-description > .des4 {
    background-image: url("../img/dyimg.jpg");
}

.section-product > .product-description > .des5 {
    background-image: url("../img/hy.jpg");
}

.product-news {
    overflow: hidden;
    margin: 20px 0;
    background: #ffffff;
}

.section-product > .product-description > .item {
    cursor: pointer;
    float: left;
    width: 287px;
    height: 330px;
    margin-right: 17.3px;
    white-space: nowrap;
    position: relative;
    transition: all 1s;
    background-size: 100% 100%;
}

.section-product > .product-description > .item:hover .des-hover {
    top: 0;
}

.section-product > .product-description > .item:hover .des-inner {
    display: none;
}

.section-product > .product-description > .item > .des-inner {
    width: 100%;
    height: 100%;
    background-image: url("../img/hexagon.png");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    flex-direction: column;
}

.section-product > .product-description > .item > .des-inner > .name {
    font-size: 22px;
    margin-bottom: 20px;
}

.section-product > .product-description > .item > .des-inner > .text {
    font-size: 14px;
    text-align: center;
}

.section-product > .product-description > .item > .des-hover {
    position: absolute;
    top: 330px;
    background-color: #2e6bde;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s linear;
    color: #ffffff;
}

.section-product > .product-description > .item > .des-hover > .name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
}

.section-product > .product-description > .item > .des-hover > .text {
    font-size: 16px;
    margin-bottom: 20px;
}

.btn {
    margin-bottom: 12px;
    font-size: 16px;
    width: 130px;
    height: 36px;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 36px;
    border-radius: 36px;
}

.qr-code {
    width: 200px;
    vertical-align: middle;
    padding: 10px;
    background: #fff;
    position: relative;
    z-index: 1;
}
