﻿@charset "UTF-8";

.wrap {
    width: 1440px;
    margin: 0 auto;
}

.head {
    height: 100px;
    position: relative;
    z-index: 5;
}

.head .logo {
    float: left;
    display: inline-block;
    margin-top: 20px;
}

.head .head_nav {
    float: right;
    height: 100%;
    padding-right: 20px;
    position: relative;
}

.head .head_nav::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    content: '';
    width: 2px;
    height: 20px;
    background-color: #bbbbbb;
}

.head .head_nav li {
    float: left;
    height: 100%;
}

.head .head_nav li a {
    display: inline-block;
    position: relative;
    height: 100%;
    font-size: 16px;
    line-height: 100px;
    color: #000000;
    padding: 0 30px;
}

.head .head_nav li a img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.head .head_nav li.on a,
.head .head_nav li:hover a {
    color: #279eb6;
    font-weight: bold;
}

.head .head_nav li.on a img,
.head .head_nav li:hover a img {
    display: block;
}

.head .language {
    float: right;
    margin-top: 20px;
    margin-left: 30px;
    width: 71px;
    position: relative;
    text-align: center;
}

.head .language img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.head .language .viewshow {
    height: 60px;
    cursor: pointer;
}

.head .language .viewshow span {
    font-size: 16px;
    color: #279eb6;
    display: inline-block;
    line-height: 60px;
}

.head .language .viewhide {
    display: inline-block;
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    border: 1px solid #999;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 0;
    display: none;
    background-color: #fff;
}

.head .language .viewhide::after {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: #999;
    position: absolute;
    left: 50%;
    top: -7px;
    transform: translateX(-50%);
    z-index: 4;
}

.head .language .viewhide::before {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%);
    z-index: 5;
}

.head .language .viewhide a {
    font-size: 16px;
    color: #000000;
    display: inline-block;
    line-height: 27px;
    width: 100%;
}

.head .language .viewhide a:hover {
    color: #279eb6;
}

/*��ҳ�ֲ�*/
.indexswi .swiper-pagination-bullet {
    width: 32px;
    height: 5px;
    border-radius: 2.5px;
    opacity: 1;
    background: #000;
    margin: 0 5px !important;
}

.indexswi .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.indexswi img {
    width: 100%;
    height: auto;
}

/*��ҳ��Ʒ*/
.indexpro {
    background-color: #f1f1f1;
}

.indexpro .top {
    padding-top: 70px;
}

.indexpro .top .tit {
    float: left;
    font-size: 32px;
    color: #2c2c2c;
    line-height: 1;
    display: inline-block;
}

.indexpro .top .tab {
    float: left;
    width: 1120px;
    height: 43px;
    overflow: hidden;
}

.indexpro .top .tab a {
    font-size: 16px;
    color: #999999;
    line-height: 43px;
    display: inline-block;
    float: left;
    margin-left: 48px;
}

.indexpro .top .tab a.on,
.indexpro .top .tab a:hover {
    color: #279eb6;
    position: relative;
}

.indexpro .top .tab a.on::after,
.indexpro .top .tab a:hover::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 1.5px;
    font-size: 0;
    content: '';
    background-color: #279eb6;
}

.indexpro .top .more {
    float: right;
    font-size: 18px;
    color: #666666;
    line-height: 43px;
    display: inline-block;
    float: right;
    position: relative;
    padding-right: 27px;
}

.indexpro .top .more img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.indexpro .top .more img.img2 {
    display: none;
}

.indexpro .top .more:hover {
    color: #279eb6;
}

.indexpro .top .more:hover img.img1 {
    display: none;
}

.indexpro .top .more:hover img.img2 {
    display: inline-block;
}

.indexpro .group {
    padding-bottom: 35px;
    margin-top: 50px;
}

.indexpro .group .list {
    margin-right: 36px;
    float: left;
    border-radius: 10px;
    height: 204px;
    width: calc(33.33% - 24px);
    background-color: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.indexpro .group .list:nth-child(3n) {
    margin-right: 0;
}

.indexpro .group .list::after {
    font-size: 0;
    content: '';
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
    bottom: -10px;
    background-color: #279eb6;
    border-radius: 10px;
    height: 50px;
    display: none;
    z-index: 0;
}

.indexpro .group .list::before {
    font-size: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 10px;
    z-index: 1;
}

.indexpro .group .list img {
    width: 164px;
    height: 164px;
    position: relative;
    z-index: 2;
}

.indexpro .group .list .text {
    width: calc(100% - 260px);
    left: 234px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.indexpro .group .list .text h2 {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    word-wrap: break-word;
    margin-bottom: 10px;
}

.indexpro .group .list .text a {
    font-size: 16px;
    color: #999999;
    line-height: 36px;
    display: inline-block;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.indexpro .group .list .text a em {
    color: #222222;
    font-size: 12px;
    margin-left: 10px;
    line-height: 36px;
}

.indexpro .group .list .text a::after {
    position: absolute;
    width: 64px;
    height: 0;
    border-bottom: 1px dashed #dadada;
    font-size: 0;
    content: '';
    right: 26px;
    bottom: 0;
}

.indexpro .group .list:hover::after {
    display: block;
}

.indexpro .group .list:hover .text a {
    color: #279eb6;
}

.indexpro .group .list:hover .text a em {
    color: #279eb6;
}

.indexpro .group .list:hover .text a::after {
    border-bottom: 1px dashed #279eb6;
}

/*��ҳ����*/
.indexabo {
    background-color: #f1f1f1;
    position: relative;
    padding-bottom: 70px;
}

.indexabo .bg {
    height: 360px;
    width: 100%;
    background: url(/public/static/home/images/img5.jpg) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.indexabo .tit {
    position: relative;
    font-size: 32px;
    color: #2c2c2c;
    font-weight: bold;
    color: #2c2c2c;
    z-index: 2;
    line-height: 1;
    padding: 70px 0 50px 0;
}

.indexabo .cont {
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.indexabo .cont .left {
    width: calc(100% - 200px);
    padding: 50px;
    box-sizing: border-box;
    display: inline-block;
}

.indexabo .cont .left .item {
    display: none;
}

.indexabo .cont .left .item.on {
    display: block;
}

.indexabo .cont .left .img {
    position: relative;
    width: 500px;
    height: 354px;
    float: left;
}

.indexabo .cont .left .img img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.indexabo .cont .left .img::after {
    position: absolute;
    left: -15px;
    bottom: -15px;
    width: 200px;
    height: 112px;
    background-color: #279eb6;
    z-index: 1;
    font-size: 0;
    content: "";
}

.indexabo .cont .left .text {
    width: calc(100% - 636px);
    float: left;
    margin-left: 40px;
    /*p {

                    font-size: 14px;

                    color: #666666;

                    line-height: 28px;

                    margin-top: 20px;

                    max-height: 196px;

                    overflow: hidden;

                    text-overflow: ellipsis;

                    display: -webkit-box;

                    -webkit-line-clamp: 7;

                    -webkit-box-orient: vertical;

                }*/
}

.indexabo .cont .left .text h2 {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    line-height: 1;
    margin-top: 29px;
}

.indexabo .cont .left .text .index_gsjj,
.indexabo .cont .left .text .index_qywh,
.indexabo .cont .left .text .index_gssj,
.indexabo .cont .left .text .index_sjxx {
    margin-top: 20px;
    max-height: 196px;
    height: 196px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.indexabo .cont .left .text .index_gsjj p,
.indexabo .cont .left .text .index_qywh p,
.indexabo .cont .left .text .index_gssj p,
.indexabo .cont .left .text .index_sjxx p {
    font-size: 14px !important;
    color: #666666 !important;
    line-height: 28px !important;
}

.indexabo .cont .left .text a {
    display: inline-block;
    width: 106px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #279eb6;
    font-size: 15px;
    color: #333333;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 35px;
}

.indexabo .cont .left .text a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.indexabo .cont .left .text a img.img2 {
    display: none;
}

.indexabo .cont .left .text a:hover {
    color: #fff;
    background-color: #279eb6;
}

.indexabo .cont .left .text a:hover img.img1 {
    display: none;
}

.indexabo .cont .left .text a:hover img.img2 {
    display: inline-block;
}

.indexabo .cont .right {
    width: 200px;
    float: right;
}

.indexabo .cont .right li {
    width: 100%;
    height: 112px;
    margin-bottom: 2px;
    text-align: center;
    background-color: #333333;
    cursor: default;
}

.indexabo .cont .right li.on {
    background-color: #279eb6;
}

.indexabo .cont .right li:nth-last-child(1) {
    margin-bottom: 0;
}

.indexabo .cont .right li img {
    margin-top: 26px;
}

.indexabo .cont .right li span {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    margin-top: 7px;
}

/*��ҳӦ��*/
.indexappl {
    padding-bottom: 70px;
}

.indexappl .tit {
    padding: 70px 0 50px 0;
}

.indexappl .tit span {
    color: #2c2c2c;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    float: left;
}

.indexappl .tit .more {
    float: right;
    font-size: 18px;
    color: #666666;
    line-height: 43px;
    display: inline-block;
    float: right;
    position: relative;
    padding-right: 27px;
}

.indexappl .tit .more img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.indexappl .tit .more img.img2 {
    display: none;
}

.indexappl .tit .more:hover {
    color: #279eb6;
}

.indexappl .tit .more:hover img.img1 {
    display: none;
}

.indexappl .tit .more:hover img.img2 {
    display: inline-block;
}

.indexappl .group .item {
    float: left;
    margin-right: 4px;
    width: calc(25% - 3px);
    background-color: #e9ecf0;
    box-sizing: border-box;
    padding: 45px 20px 20px 20px;
}

.indexappl .group .item:nth-last-child(1) {
    margin-right: 0;
}

.indexappl .group .item h2 {
    font-size: 20px;
    color: #333333;
    line-height: 1;
    margin-bottom: 30px;
}

.indexappl .group .item .img1 {
    width: 17px;
    display: block;
    padding: 9.5px 0;
}

.indexappl .group .item .link {
    display: none;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #fff;
    position: relative;
    padding-right: 37px;
    padding-left: 10px;
}

.indexappl .group .item .link img {
    width: 17px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.indexappl .group .item p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 20px;
}

.indexappl .group .item .img2 {
    margin-top: 30px;
    width: 318px;
    height: 266px;
}

.indexappl .group .item:hover {
    background-color: #279eb6;
}

.indexappl .group .item:hover p,
.indexappl .group .item:hover h2 {
    color: #fff;
}

.indexappl .group .item:hover .img1 {
    display: none;
}

.indexappl .group .item:hover .link {
    display: inline-block;
}

/*��ҳ��Ѷ*/
.indexnew {
    padding-bottom: 70px;
    background-color: #f1f1f1;
}

.indexnew .tit {
    padding: 70px 0 50px 0;
}

.indexnew .tit span {
    color: #2c2c2c;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    float: left;
}

.indexnew .tit .more {
    float: right;
    font-size: 18px;
    color: #666666;
    line-height: 43px;
    display: inline-block;
    float: right;
    position: relative;
    padding-right: 27px;
}

.indexnew .tit .more img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.indexnew .tit .more img.img2 {
    display: none;
}

.indexnew .tit .more:hover {
    color: #279eb6;
}

.indexnew .tit .more:hover img.img1 {
    display: none;
}

.indexnew .tit .more:hover img.img2 {
    display: inline-block;
}

.indexnew .cont .big {
    display: inline-block;
    float: left;
    width: 582px;
    margin-right: 20px;
}

.indexnew .cont .big .img {
    width: 582px;
    height: 380px;
}

.indexnew .cont .big .text {
    background-color: #fff;
    padding: 23px 30px;
}

.indexnew .cont .big .text span {
    display: inline-block;
    float: left;
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    max-width: calc(100% - 50px);
}

.indexnew .cont .big .text img {
    float: right;
    width: 17px;
    margin-top: 14px;
}

.indexnew .cont .big .text img.img2 {
    display: none;
}

.indexnew .cont .big:hover {
    box-shadow: 0 0 15px 2px rgba(102, 102, 102, 0.2);
}

.indexnew .cont .big:hover .text span {
    color: #279eb6;
}

.indexnew .cont .big:hover .text img.img1 {
    display: none;
}

.indexnew .cont .big:hover .text img.img2 {
    display: block;
}

.indexnew .cont .group {
    width: calc(100% - 602px);
    float: right;
}

.indexnew .cont .group .list {
    display: inline-block;
    width: 100%;
    float: left;
    background-color: #fff;
    margin-bottom: 23px;
    height: 140px;
    box-sizing: border-box;
    padding: 25px 0;
}

.indexnew .cont .group .list:nth-last-child(1) {
    margin-bottom: 0;
}

.indexnew .cont .group .list .date {
    display: inline-block;
    width: 134px;
    text-align: center;
    float: left;
    padding-top: 9.5px;
    position: relative;
}

.indexnew .cont .group .list .date::after {
    position: absolute;
    height: 90px;
    width: 1px;
    background-color: #d1d3d6;
    top: 0;
    right: -1px;
    font-size: 0;
    content: '';
}

.indexnew .cont .group .list .date i {
    display: inline-block;
    width: 100%;
    font-size: 48px;
    color: #279eb6;
    font-weight: bold;
    line-height: 1;
    float: left;
}

.indexnew .cont .group .list .date em {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #666666;
    line-height: 1;
    float: left;
    margin-top: 5px;
}

.indexnew .cont .group .list .txet {
    float: left;
    margin-left: 24px;
    width: calc(100% - 215px);
}

.indexnew .cont .group .list .txet h2 {
    font-size: 18px;
    color: #333333;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.indexnew .cont .group .list .txet p {
    font-size: 14px;
    color: #666666;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.indexnew .cont .group .list .txet img {
    width: 17px;
    display: block;
    float: left;
}

.indexnew .cont .group .list:hover {
    box-shadow: 0 0 15px 2px rgba(102, 102, 102, 0.2);
}

.footer {
    background-color: #27282d;
}

.footer .cont {
    padding: 70px 0;
}

.footer .cont .baseinfo {
    float: left;
    display: inline-block;
    width: 440px;
}

.footer .cont .baseinfo .logo {
    width: 164px;
    height: 60px;
}

.footer .cont .baseinfo .info {
    margin-top: 40px;
    width: 100%;
    position: relative;
}

.footer .cont .baseinfo .info .wechat {
    width: 158px;
    height: 158px;
    display: block;
}

.footer .cont .baseinfo .info .txet {
    position: absolute;
    top: 50%;
    left: 178px;
    transform: translateY(-50%);
    display: inline-block;
    width: calc(100% - 178px);
}

.footer .cont .baseinfo .info .txet h3 {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.footer .cont .baseinfo .info .txet h2 {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer .cont .baseinfo .info .txet h2 i {
    display: inline-block;
    font-size: 24px;
    margin-top: 3px;
}

.footer .cont .linkgroup {
    float: right;
    display: inline-block;
}

.footer .cont .linkgroup .item {
    float: left;
    width: 135px;
    margin-right: 30px;
    padding-top: 10px;
}

.footer .cont .linkgroup .item:nth-last-child(1) {
    margin-right: 0;
    width: auto;
    min-width: unset;
}

.footer .cont .linkgroup .item h2 {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 27px;
}

.footer .cont .linkgroup .item .link {
    width: 100%;
}

.footer .cont .linkgroup .item .link a {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #bbbbbb;
    line-height: 24px;
    margin-bottom: 4px;
}

.footer .cont .linkgroup .item .link a:nth-last-child(1) {
    margin-bottom: 0;
}

.footer .copy {
    border-top: 1px solid #3d3e42;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding: 35px 0;
}

/*��ҳ��banner*/
.banner {
    width: 100%;
    height: 380px;
    position: relative;
}

.banner img {
    width: 100%;
    /* width: auto; */
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
}

.banner .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

.banner .text h2 {
    color: #fff;
    font-size: 32px;
    line-height: 1.5;
}

.banner .text h3 {
    margin-top: 15px;
    color: #fff;
    font-size: 26px;
    line-height: 1.5;
}

/*��ҳ������м����*/
.crumbs {
    box-sizing: border-box;
    position: relative;
    padding: 15px 0 15px 20px;
}

.crumbs::before {
    font-size: 0;
    content: '';
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 20px;
    background-color: #222222;
}

.crumbs span,
.crumbs a {
    float: left;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    color: #444444;
    margin-right: 5px;
}

.crumbs .last {
    color: #279eb6;
}

.crumbs .addtips {
    display: inline-block;
    /*background-color: #4f81bd;*/
    color: #444444;
    font-size: 15px;
    /*border: 3px solid #385d8a;*/
    border-radius: 1px;
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    padding-left: 0;
    /*margin-left: 20px;*/
}

/*��ҳ��ͨ�ñ���*/
.currencytit {
    position: relative;
    margin-top: 20px;
    margin-bottom: 35px;
}

.currencytit h2 {
    font-size: 100px;
    line-height: 1;
    color: #f4f4f4;
    font-family: '.PingFang SC';
    text-align: center;
}

.currencytit h3 {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    font-size: 30px;
    color: #222222;
    line-height: 1;
}

.currencytit h3::after {
    font-size: 0;
    content: '';
    left: 50%;
    position: absolute;
    top: -15px;
    transform: translateX(-50%);
    width: 62px;
    height: 5px;
    background-color: #279eb6;
}

/*��ҳ��ͨ��ҳ��tab*/
.currencytab {
    margin-bottom: 20px;
}

.currencytab a {
    display: inline-block;
    position: relative;
    float: left;
    font-size: 15px;
    color: #666666;
    line-height: 55px;
    background-color: #f4f4f4;
    min-width: 158px;
    text-align: center;
    margin-right: 2px;
    margin-bottom: 5px;
}

.currencytab a:nth-last-child(1) {
    margin-right: 0;
}

.currencytab a img {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.currencytab a.on,
.currencytab a:hover {
    color: #fff;
    background-color: #279eb6;
}

.currencytab a.on img,
.currencytab a:hover img {
    display: block;
}

/*��ҵӦ���б�*/
.application {
    padding-bottom: 40px;
    padding-top: 13px;
}

.application .group .item {
    float: left;
    margin-right: 4px;
    width: calc(25% - 3px);
    background-color: #e9ecf0;
    box-sizing: border-box;
    padding: 45px 20px 20px 20px;
    margin-bottom: 60px;
}

.application .group .item:nth-child(4n) {
    margin-right: 0;
}

.application .group .item h2 {
    font-size: 20px;
    color: #333333;
    line-height: 1;
    margin-bottom: 30px;
}

.application .group .item .img1 {
    width: 17px;
    display: block;
    padding: 9.5px 0;
}

.application .group .item .link {
    display: none;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #fff;
    position: relative;
    padding-right: 37px;
    padding-left: 10px;
}

.application .group .item .link img {
    width: 17px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.application .group .item p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 20px;
}

.application .group .item .img2 {
    margin-top: 30px;
    width: 318px;
    height: 266px;
}

.application .group .item:hover {
    background-color: #279eb6;
}

.application .group .item:hover p,
.application .group .item:hover h2 {
    color: #fff;
}

.application .group .item:hover .img1 {
    display: none;
}

.application .group .item:hover .link {
    display: inline-block;
}

/*��ҳ��ͨ�÷�ҳ*/
.currencypage {
    padding-top: 40px;
}

.currencypage .pagination {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.currencypage .pagination li {
    float: left;
    margin-right: 20px;
    box-shadow: 3px 3px 3px 0px rgba(235, 235, 235, 0.75);
}

.currencypage .pagination li:nth-last-child(1) {
    margin-right: 0;
}

.currencypage .pagination li a,
.currencypage .pagination li span {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    line-height: 60px;
    min-width: 60px;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
}

.currencypage .pagination li.active a,
.currencypage .pagination li.active span,
.currencypage .pagination li:hover a,
.currencypage .pagination li:hover span {
    color: #fff;
    background-color: #279eb6;
}

/*��������*/
.news {
    padding-bottom: 60px;
}

.news .group .list {
    padding: 25px 30px 25px 40px;
    background-color: #f4f4f4;
    margin-bottom: 20px;
}

.news .group .list .text {
    width: calc(100% - 365px);
    float: left;
}

.news .group .list .text h2 {
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    padding-top: 20px;
    margin-bottom: 10px;
}

.news .group .list .text p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 17px;
}

.news .group .list .text .detail {
    float: right;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    display: inline-block;
    float: left;
    position: relative;
    padding-right: 27px;
}

.news .group .list .text .detail img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news .group .list .text .detail img.img2 {
    display: none;
}

.news .group .list .text .date {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    float: right;
}

.news .group .list .img {
    width: 306px;
    height: 200px;
    float: right;
}

.news .group .list:hover {
    box-shadow: 0 0 15px 2px rgba(102, 102, 102, 0.2);
    background-color: #fff;
}

.news .group .list:hover .text h2 {
    color: #279eb6;
}

.news .group .list:hover .text .detail {
    color: #279eb6;
}

.news .group .list:hover .text .detail img.img1 {
    display: none;
}

.news .group .list:hover .text .detail img.img2 {
    display: inline-block;
}

/*��������(��ҵӦ��)----����*/
.newsdetail,
.application_detail {
    padding: 0 95px;
    box-sizing: border-box;
    padding-bottom: 75px;
}

.newsdetail .top,
.application_detail .top {
    text-align: center;
    padding-top: 25px;
}

.newsdetail .top h2,
.application_detail .top h2 {
    font-size: 26px;
    color: #000000;
    line-height: 36px;
    margin-bottom: 10px;
}

.newsdetail .top h3,
.application_detail .top h3 {
    font-size: 16px;
    color: #bbbbbb;
    line-height: 24px;
    margin-bottom: 15px;
}

.newsdetail .top img,
.application_detail .top img {
    display: block;
}

.newsdetail .cont,
.application_detail .cont {
    padding-top: 35px;
}

.newsdetail .cont p,
.application_detail .cont p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 30px;
}

.newsdetail .cont img,
.application_detail .cont img {
    display: block;
    margin-bottom: 45px;
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.newsdetail .link,
.application_detail .link {
    padding-top: 30px;
}

.newsdetail .link a,
.application_detail .link a {
    display: inline-block;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    position: relative;
}

.newsdetail .link a.fl,
.application_detail .link a.fl {
    padding-left: 27px;
}

.newsdetail .link a.fl img,
.application_detail .link a.fl img {
    left: 0;
}

.newsdetail .link a.fr,
.application_detail .link a.fr {
    padding-right: 27px;
}

.newsdetail .link a.fr img,
.application_detail .link a.fr img {
    right: 0;
}

.newsdetail .link a img,
.application_detail .link a img {
    width: 17px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.newsdetail .link a img.img2,
.application_detail .link a img.img2 {
    display: none;
}

.newsdetail .link a:hover,
.application_detail .link a:hover {
    color: #279eb6;
}

.newsdetail .link a:hover img.img2,
.application_detail .link a:hover img.img2 {
    display: block;
}

.newsdetail .link a:hover img.img1,
.application_detail .link a:hover img.img1 {
    display: none;
}

/*����ϣ��ʢ*/
.aboutus .top {
    padding-bottom: 60px;
    padding-top: 40px;
}

.aboutus .top .left {
    width: 598px;
    height: 448px;
    float: left;
}

.aboutus .top .right {
    width: calc(100% - 640px);
    float: right;
}

.aboutus .top .right .cont {
    width: 100%;
}

.aboutus .top .right .cont .currencytit {
    width: 100%;
    margin-top: -13px;
    margin-bottom: 15px;
}

.aboutus .top .right .cont .currencytit h2 {
    text-align: left;
}

.aboutus .top .right .cont .currencytit h3 {
    left: 0;
    transform: unset;
}

.aboutus .top .right .cont .currencytit h3::after {
    left: 0;
    transform: unset;
}

.aboutus .top .right .text p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 22px;
}

.aboutus .top .right .text p:nth-last-child(1) {
    margin-bottom: 0;
}

.aboutus .bottom {
    padding-top: 55px;
    background-color: #f1f1f1;
    padding-bottom: 70px;
}

.aboutus .bottom .cont .currencytit {
    margin-top: 0;
    margin-bottom: 0;
}

.aboutus .bottom .cont .currencytit h2 {
    color: #f9f9f9;
}

.aboutus .bottom .cont .group {
    margin-top: 60px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.aboutus .bottom .cont .group img {
    float: left;
    width: 269px;
    height: 348px;
    margin-right: 80px;
    display: block;
}

.aboutus .bottom .cont .group img:nth-last-child(1) {
    margin-right: 0;
}

/*����ϣ��ʢ----��������*/
.cooperate {
    padding-top: 20px;
    padding-bottom: 70px;
}

.cooperate .currencytit {
    margin-top: 0;
}

.cooperate .group {
    padding: 0 20px;
}

.cooperate .group img {
    float: left;
    width: 329px;
    height: 150px;
    margin-right: 28px;
    margin-bottom: 28px;
    display: block;
}

.cooperate .group img:nth-child(4n) {
    margin-right: 0;
}

/*����ϣ��ʢ----�̻���Ϣ*/
.information {
    padding-top: 20px;
    padding-bottom: 90px;
}

.information .currencytit {
    margin-top: 0;
}

.information .group {
    padding: 0 160px;
}

.information .group li {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 28px;
}

.information .group li:nth-last-child(1) {
    margin-bottom: 0;
}

/*����ϣ��ʢ----��ҵ�Ļ�*/
.culture {
    padding-top: 20px;
    padding-bottom: 55px;
}

.culture .currencytit {
    margin-top: 0;
}

.culture .top {
    padding-top: 25px;
}

.culture .top .list {
    float: left;
    width: 33.33%;
    text-align: center;
}

.culture .top .list img {
    width: 129px;
    height: 129px;
    margin-bottom: 50px;
}

.culture .top .list h2 {
    color: #222222;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
}

.culture .top .list h3 {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.culture .bottom {
    margin-top: 75px;
    padding: 0 47px;
}

.culture .bottom img {
    display: block;
    float: left;
    width: 422px;
    height: 269px;
    margin-right: 40px;
    margin-bottom: 40px;
}

.culture .bottom img:nth-child(3n) {
    margin-right: 0;
}

/*����ϣ��ʢ----��˾ʵ��*/
.photo {
    padding-top: 20px;
    padding-bottom: 80px;
}

.photo .currencytit {
    margin-top: 0;
}

.photo .group {
    padding-top: 20px;
}

.photo .group .list {
    cursor: pointer;
    float: left;
    padding: 10px;
    width: 325px;
    background-color: #f4f4f4;
    margin-right: 20px;
    margin-bottom: 20px;
}

.photo .group .list:nth-child(4n) {
    margin-right: 0;
}

.photo .group .list .img {
    width: 325px;
    height: 270px;
}

.photo .group .list .text {
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 15px 20px;
    padding-right: 60px;
}

.photo .group .list .text span {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
}

.photo .group .list .text .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 17px;
    transform: translateY(-50%);
}

/*����ϣ��ʢ----��˾ʵ��----ͼƬ����*/
.photopopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.photopopup .popupmask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.photopopup .cont {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 700px;
    box-sizing: border-box;
    padding: 0 150px;
}

.photopopup .cont .close {
    position: absolute;
    width: 40px;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

.photopopup .cont h2 {
    font-size: 24px;
    line-height: 26px;
    color: #222222;
    text-align: center;
    padding: 60px 0 50px 0;
}

.photopopup .cont .img {
    width: 600px;
    height: 448px;
}

.photopopup .cont .link {
    margin-top: 25px;
}

.photopopup .cont .link .fl,
.photopopup .cont .link .fr {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.photopopup .cont .link .fl span,
.photopopup .cont .link .fr span {
    display: inline-block;
    font-size: 18px;
    color: #999999;
    line-height: 40px;
}

.photopopup .cont .link .fl .icon,
.photopopup .cont .link .fr .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
}

.photopopup .cont .link .fl .icon.icon2,
.photopopup .cont .link .fr .icon.icon2 {
    display: none;
}

.photopopup .cont .link .fl:hover span,
.photopopup .cont .link .fr:hover span {
    color: #279eb6;
}

.photopopup .cont .link .fl:hover .icon.icon2,
.photopopup .cont .link .fr:hover .icon.icon2 {
    display: block;
}

.photopopup .cont .link .fl:hover .icon.icon1,
.photopopup .cont .link .fr:hover .icon.icon1 {
    display: none;
}

.photopopup .cont .link .fl {
    padding-left: 27px;
}

.photopopup .cont .link .fl .icon {
    left: 0;
}

.photopopup .cont .link .fr {
    padding-right: 27px;
}

.photopopup .cont .link .fr .icon {
    right: 0;
}

/*��Ʒ����*/
.product {
    padding-top: 20px;
    padding-bottom: 80px;
}

.product .currencytit {
    margin-top: 0;
}

.product .group {
    padding-bottom: 0;
    margin-top: 45px;
}

.product .group .list {
    margin-right: 36px;
    float: left;
    border-radius: 10px;
    height: 204px;
    width: calc(33.33% - 24px);
    background-color: #f4f4f4;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.product .group .list:nth-child(3n) {
    margin-right: 0;
}

.product .group .list::after {
    font-size: 0;
    content: '';
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
    bottom: -10px;
    background-color: #279eb6;
    border-radius: 10px;
    height: 50px;
    display: none;
    z-index: 0;
}

.product .group .list::before {
    font-size: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f4f4f4;
    border-radius: 10px;
    z-index: 1;
}

.product .group .list img {
    width: 164px;
    height: 164px;
    position: relative;
    z-index: 2;
}

.product .group .list .text {
    width: calc(100% - 260px);
    left: 234px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.product .group .list .text h2 {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    word-wrap: break-word;
    margin-bottom: 10px;
}

.product .group .list .text a {
    font-size: 16px;
    color: #999999;
    line-height: 36px;
    display: inline-block;
    position: relative;
}

.product .group .list .text a em {
    color: #222222;
    font-size: 12px;
    margin-left: 10px;
    line-height: 36px;
}

.product .group .list .text a::after {
    position: absolute;
    width: 64px;
    height: 0;
    border-bottom: 1px dashed #dadada;
    font-size: 0;
    content: '';
    left: 0;
    bottom: 0;
}

.product .group .list:hover::after {
    display: block;
}

.product .group .list:hover .text a {
    color: #279eb6;
}

.product .group .list:hover .text a em {
    color: #279eb6;
}

.product .group .list:hover .text a::after {
    border-bottom: 1px dashed #279eb6;
}

.product .currencypage {
    padding-top: 25px;
}

/*������ʿ*/
.recruitment {
    padding-bottom: 80px;
    padding-top: 13px;
}

.recruitment .group .list {
    margin-bottom: 30px;
}

.recruitment .group .list:nth-last-child(1) {
    margin-bottom: 0;
}

.recruitment .group .list .tit {
    background-color: #f4f4f4;
    padding: 20px 30px;
    position: relative;
    height: 80px;
    box-sizing: border-box;
    cursor: pointer;
}

.recruitment .group .list .tit span {
    display: inline-block;
    line-height: 40px;
    width: calc(100% - 60px);
    font-size: 18px;
    color: #222222;
}

.recruitment .group .list .tit img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 32px;
    height: 32px;
}

.recruitment .group .list .tit img.icon2 {
    display: none;
}

.recruitment .group .list .cont {
    padding: 0 60px;
    padding-top: 25px;
    display: none;
}

.recruitment .group .list .cont .text {
    margin-bottom: 15px;
}

.recruitment .group .list .cont .text:nth-last-child(1) {
    margin-bottom: 0;
}

.recruitment .group .list .cont .text h3 {
    font-size: 16px;
    font-weight: bold;
    color: #555555;
    line-height: 48px;
    margin-bottom: 8px;
}

.recruitment .group .list .cont .text p {
    font-size: 14px;
    color: #555555;
    line-height: 30px;
}

.recruitment .group .list.on .tit span {
    color: #279eb6;
}

.recruitment .group .list.on .tit img.icon1 {
    display: none;
}

.recruitment .group .list.on .tit img.icon2 {
    display: block;
}

.recruitment .group .list.on .cont {
    /*display: block;*/
}

/*��������*/
.contact {
    padding-bottom: 80px;
    padding-top: 13px;
}

.contact .group .list {
    float: left;
    width: 329px;
    height: 200px;
    margin-right: 41px;
    margin-bottom: 41px;
    background-color: #f4f4f4;
    text-align: center;
    box-sizing: border-box;
}

.contact .group .list:nth-child(4n) {
    margin-right: 0;
}

.contact .group .list .img {
    display: inline-block;
    width: 52px;
    height: 52px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 50px;
}

.contact .group .list .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contact .group .list span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #222222;
    line-height: 32px;
}

.contact .group .code {
    position: relative;
    text-align: left;
}

.contact .group .code img {
    width: 140px;
    height: 143px;
    margin-left: 48px;
    margin-top: 28px;
}

.contact .group .code span {
    font-size: 18px;
    color: #444444;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 218px;
    transform: translateY(-50%);
}

.contact .group .last {
    text-align: left;
    padding-left: 37px;
}

.contact .group .last h2 {
    font-size: 16px;
    line-height: 36px;
    color: #222222;
    font-weight: bold;
    margin-top: 35px;
}

.contact .group .last p {
    font-size: 14px;
    color: #222222;
    line-height: 24px;
}

.contact #map {
    width: 100%;
    height: 500px;
}

.prodetail {
    padding-top: 32px;
    padding-bottom: 100px;
    /*.baseinfo {

        box-sizing: border-box;

        padding: 40px;

        padding-bottom: 30px;

        background-color: #f4f4f4;



        .proimg {

            float: left;



            .swiper-container {

                width: 600px;

                padding-bottom: 52px;

            }



            .swiper-slide {

                width: 100%;



                img {

                    width: 100%;

                    height: 418px;

                }

            }



            .swiper-pagination-bullet {

                margin: 0 7.5px;

                width: 20px;

                height: 20px;

                display: inline-block;

                border-radius: 100%;

                opacity: 1;

                background: url(../images/img25.png) no-repeat center center;

            }



            .swiper-pagination-bullet-active {

                background: url(../images/img24.png) no-repeat center center;

            }



            .swiper-pagination-bullets {

                bottom: 0px;

                left: 0;

                width: 100%;

                height: 22px !important;

            }

        }



        .protext {

            width: calc(100% - 660px);

            float: right;



            h2 {

                font-size: 36px;

                color: #000000;

                padding-top: 25px;

                margin-bottom: 20px;

            }



            p {

                font-size: 16px;

                color: #666666;

                line-height: 36px;

            }



            .download {

                margin-top: 30px;



                .downloaditem {

                    width: 198px;

                    height: 55px;

                    float: left;

                    margin-right: 4px;

                    position: relative;

                    cursor: pointer;



                    &::after {

                        font-size: 0;

                        content: '';

                        position: absolute;

                        left: 0;

                        bottom: -7px;

                        width: 100%;

                        height: 7px;

                    }



                    &:nth-last-child(1) {

                        margin-right: 0;

                    }



                    &.color1 {

                        background-color: #1c58a2;



                        &::after {

                            background-color: #0c4487;

                        }

                    }



                    &.color2 {

                        background-color: #24b291;



                        &::after {

                            background-color: #088e6e;

                        }

                    }



                    &.color3 {

                        background-color: #6fafd7;



                        &::after {

                            background-color: #5a9dbe;

                        }

                    }



                    .text {

                        position: absolute;

                        left: 50%;

                        transform: translateX(-50%);

                        top: 0;

                        display: inline-block;

                        font-size: 18px;

                        color: #ffffff;

                        line-height: 55px;

                        position: relative;

                        padding-right: 51px;

                        color: #fff;



                        img {

                            position: absolute;

                            top: 50%;

                            transform: translateY(-50%);

                            right: 0;

                        }

                    }

                }

            }

        }

    }*/
    /*.cont {

        margin-top: 30px;



        .tips {

            width: 100%;

            box-sizing: border-box;

            padding: 0 40px;

            background-color: #f4f4f4;

            font-size: 16px;

            color: #666666;

            line-height: 55px;

        }



        .text {

            padding: 40px;



            h2 {

                font-size: 18px;

                color: #222222;

                font-weight: bold;

                line-height: 36px;

            }



            p {

                font-size: 16px;

                color: #666666;

                line-height: 36px;

            }



            table {

                width: 100%;

                border: 1px solid #bbbbbb;



                thead {

                    border-bottom: 1px solid #bbbbbb;



                    tr {

                        th {

                            font-size: 16px;

                            color: #222222;

                            font-weight: bold;

                            padding: 20px;

                            line-height: 30px;

                            text-align: center;

                            border-right: 1px solid #bbbbbb;



                            &:nth-last-child(1) {

                                border-right: none;

                            }

                        }

                    }

                }



                tbody {

                    tr {

                        border-bottom: 1px solid #bbbbbb;



                        &:nth-last-child(1) {

                            border-bottom: none;

                        }



                        td {

                            font-size: 16px;

                            color: #666666;

                            padding: 20px;

                            line-height: 30px;

                            text-align: center;

                            border-right: 1px solid #bbbbbb;



                            &:nth-last-child(1) {

                                border-right: none;

                            }

                        }

                    }

                }

            }

        }

    }*/
}

.prodetail .changepro .protit {
    background-color: #279eb6;
    padding: 10px 30px;
    padding-bottom: 13px;
}

.prodetail .changepro .protit h2 {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    padding-left: 10px;
    position: relative;
}

.prodetail .changepro .protit h2::after {
    position: absolute;
    width: 4px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    content: '';
    background-color: #fff;
}

.prodetail .changepro .protit h3 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.prodetail .changepro .proinfo {
    margin-top: 40px;
}

.prodetail .changepro .proinfo .img {
    float: left;
    width: 300px;
    height: 300px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
}

.prodetail .changepro .proinfo .img .swiper-pagination-bullet {
    margin: 0 4px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
    background-color: #b8e2ea;
}

.prodetail .changepro .proinfo .img .swiper-pagination-bullet-active {
    background-color: #279eb6;
}

.prodetail .changepro .proinfo .img .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.prodetail .changepro .proinfo .img img {
    width: 100%;
    height: 100%;
}

.prodetail .changepro .proinfo .baseinfo {
    float: left;
    width: calc(100% - 375px);
    box-sizing: border-box;
    padding-left: 100px;
}

.prodetail .changepro .proinfo .baseinfo .listtit {
    position: relative;
    color: #279eb6;
    font-size: 20px;
    line-height: 28px;
    padding-left: 15px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.prodetail .changepro .proinfo .baseinfo .listtit:nth-child(1) {
    margin-top: 0;
}

.prodetail .changepro .proinfo .baseinfo .listtit::after {
    position: absolute;
    font-size: 0;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #279eb6;
    width: 4px;
    height: 20px;
}

.prodetail .changepro .proinfo .baseinfo p {
    font-size: 16px;
    line-height: 30px;
}

.prodetail .changepro .proinfo .baseinfo .link {
    display: inline-block;
    width: 140px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    border-radius: 10px;
    background-color: #279eb6;
    margin-top: 30px;
}

.prodetail .changepro .down {
    background-color: #279eb6;
    padding: 20px 0;
    margin-top: 60px;
    padding-bottom: 30px;
    position: relative;
}

.prodetail .changepro .down .tips {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin: 0 auto;
}

.prodetail .changepro .down .tips:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #fff;
    font-size: 0;
    content: '';
    width: 100%;
    height: 3px;
}

.prodetail .changepro .down .downgroup {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
}

.prodetail .changepro .down .downgroup .dowenlist {
    float: left;
    margin-right: 30px;
    cursor: pointer;
    text-align: center;
}

.prodetail .changepro .down .downgroup .dowenlist:nth-last-child(1) {
    margin-right: 0;
}

.prodetail .changepro .down .downgroup .dowenlist .icon {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
}

.prodetail .changepro .down .downgroup .dowenlist .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
}

.prodetail .changepro .down .downgroup .dowenlist span {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    line-height: 20px;
    width: auto;
    margin-top: 10px;
}

.prodetail .changepro .choosedown {
    width: 100%;
    padding: 50px;
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #969696;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.prodetail .changepro .choosedown.choose_show {
    z-index: 10 !important;
    opacity: 1 !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.prodetail .changepro .choosedown .close {
    width: 27px;
    height: 27px;
    position: absolute;
    top: -13px;
    right: 50%;
    margin-right: -13px;
    background: #464646;
    cursor: pointer;
    border-radius: 50px;
}

.prodetail .changepro .choosedown .close::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: 0 0;
}

.prodetail .changepro .choosedown .close::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg) translate(-50%, -50%);
    transform-origin: 0 0;
}

.prodetail .changepro .choosedown .tit {
    color: #279eb6;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.prodetail .changepro .choosedown .linkgroup {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.prodetail .changepro .choosedown .linkgroup a {
    color: #000000;
    font-size: 14px;
    background: #949494;
    width: auto;
    min-width: 30px;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    margin: 5px;
}

.downpopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.downpopup .popupmask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.downpopup .cont {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    width: 1080px;
    /*height: 700px;*/
    height: 70%;
    box-sizing: border-box;
    padding: 0 80px;
    overflow-y: auto;
    z-index: 2;
}

.downpopup .cont .close {
    position: absolute;
    width: 40px;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

.downpopup .cont h2 {
    font-size: 24px;
    line-height: 26px;
    color: #222222;
    text-align: center;
    padding: 60px 0 50px 0;
}

.downpopup .cont .tab {
    display: inline-block;
    overflow-x: auto;
    position: relative;
    left: 50%;
    max-width: 100%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.downpopup .cont .tab .tablist {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #666666;
    line-height: 55px;
    padding: 0 54px;
    min-width: 260px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.downpopup .cont .tab .tablist img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: none;
}

.downpopup .cont .tab .tablist.on,
.downpopup .cont .tab .tablist:hover {
    background-color: #279eb6;
    color: #fff;
}

.downpopup .cont .tab .tablist.on img,
.downpopup .cont .tab .tablist:hover img {
    display: block;
}

.downpopup .cont .group {
    display: block;
    margin-top: 35px;
}

.downpopup .cont .group .list {
    display: inline-block;
    width: 115px;
    margin-right: 40px;
    margin-bottom: 23px;
}

.downpopup .cont .group .list:nth-child(6n) {
    margin-right: 0;
}

.downpopup .cont .group .list .img {
    position: relative;
    width: 100%;
    height: 115px;
    background-color: #f4f4f4;
    float: left;
    margin-bottom: 8px;
}

.downpopup .cont .group .list .img img {
    width: 46px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.downpopup .cont .group .list .text {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #444444;
    line-height: 36px;
}

.sousuo {
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 1px 1px 5px 0 #c8c8c8;
}

.sousuo input {
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    color: #000;
    float: left;
    min-width: 250px;
    padding: 0 20px;
}

.sousuo .btn {
    float: left;
    background-color: #279eb6;
    color: #fff;
    padding-left: 40px;
    position: relative;
    padding-right: 15px;
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.sousuo .btn img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
}