.wrap {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}


/**header:start**/

.headerWrap {
    width: 100%;
    margin: 0px auto;
    position: fixed;
    z-index: 9;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
}

.white {
    background: #fff;
    
}

.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    overflow: visible;
    padding: 1% 0%;
}

.logo {
    width: 12%;
}

.logo a {
    display: block;
}

.logo a img {}

.logo a img:nth-child(1) {
    display: block;
}

.logo a img:nth-child(2) {
    display: none;
}

.white .logo a img:nth-child(1) {
    display: none;
}

.white .logo a img:nth-child(2) {
    display: block;
}

.white .menu .li a {
    color: #666;
}

.menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 62%;
    background: none;
}

.menu .li {
    width: 20%;
    position: relative;
}

.menu .li a {
    display: block;
    font-size: 18px;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0% 4%;
    text-decoration: none;
}

.menu > .li > a:hover{
    color:#0459aa;
}

.menu .li.on {
  /*   background: #0459aa;
    border-radius: 30px; */
}

.menu > .li.on > a {
    color: #0459aa;
}
.menu .li:nth-child(4){display: none;}
.menu_son {
    display: none;
    position: absolute;
    top: 66px;
    background: #fff;
    width: 100%;
}

.menu_son_on {
    display: block;
}

.menu_son li {
    margin-bottom: 0%;
    border-top: 1px solid #e0e0e0;
}

.menu_son li a {
    font-size: 16px!important;
    color: #333!important;
}

.menu_son li:hover {
    background: #0459aa;
}

.menu_son li:hover a {
    color: #fff!important;
}
.ver{margin-right: 30px;width: 10%;}
.ver ul li{float: left;padding:0 10px;}
.ver ul li a{font-size: 18px;color: #fff;}
.white .ver ul li a{color: #333;}
.ver ul li:hover a{}







.tel {
    width: 14%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.telLeft {
    text-align: center;
}

.teLeft img {}

.telLeft img:nth-child(1) {
    display: block;
}

.telLeft img:nth-child(2) {
    display: none;
}

.white .telLeft img:nth-child(1) {
    display: none;
}

.white .telLeft img:nth-child(2) {
    display: block;
}

.telRight {}

.white .telRight p {
    color: #333;
}

.telRight p {
    color: #fff;
    font-size: 18px;
    line-height: 48px;
}


/**banner:start**/

.bannerWrap {}

.banner {}

.banner img {
    width: 100%;
    height: auto;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    background-image: none;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    color: #ffffff;
    background-color: rgba(202, 202, 202, 0.5);
    transition: all .3s ease;
}

.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.3);
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    margin: 0 14px;
    opacity: 0.5;
    color: transparent;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    color: #ffffff;
}

.banner .swiper-pagination-bullet-active .rightcircle {
    -webkit-animation: circleProgressLoad_right 4s linear infinite;
    animation: circleProgressLoad_right 4s linear infinite;
}

.banner .swiper-pagination-bullet-active .leftcircle {
    -webkit-animation: circleProgressLoad_left 4s linear infinite;
    animation: circleProgressLoad_left 4s linear infinite;
}

.banner .swiper-pagination-bullet-active .wrapper_con {
    display: block;
}

.banner .swiper-pagination {
    font-size: 0;
}

.banner .swiper-pagination>span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
    left: calc(8.335% - 32px);
}

.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
    right: calc(8.335% - 32px);
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    top: 58%;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 8vh;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    font-size: 0px;
}

.f-22 {
    font-size: 22px;
}

.wrapper_con {
    width: 21px;
    height: 42px;
    position: absolute;
    top: -2px;
    overflow: hidden;
    display: none;
}

.right {
    right: -2px;
}

.left {
    left: -2px;
}

.circleProgress {
    width: 42px;
    height: 42px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-135deg);
}

.rightcircle {
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    right: 0;
}

.leftcircle {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    left: 0;
}

.f-14 {
    font-size: 14px;
}

@keyframes circleProgressLoad_right {
    0% {
        transform: rotate(45deg);
    }
    50%,
    100% {
        transform: rotate(225deg);
    }
}

@keyframes circleProgressLoad_left {
    0%,
    50% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(225deg);
    }
}


/**proWrap:start**/

.proWrap {}

.proContWrap {}

.proTitle {}

.proTitle h3 {
    text-align: center;
    line-height: 60px;
    font-size: 36px;
    margin: 1% auto;
}

.proCont {
    display: flex;
    flex-direction: column;
    margin-top: 2%;
}

.proContTop {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 1%;
}

.proContTop a {
    position: relative;
    display: block;
}
 



.proContTop a p {
    position: absolute;
    bottom: 5%;
    left: 2%;
    line-height: 32px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.proContTop a:nth-child(1) {
    width: 64%;
}

.proContTop a:nth-child(2) {
    width: 35%;
}

.proContBottom {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 4%;
}

.proContBottom a {
    position: relative;
}

.proImg {
    overflow: hidden;
}

.proImg img {
    width: 100%;
    height: 450px;
    transition: all 0.5s;
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}


.proImg:hover img{
    transform: scale(1.2);
}


.proContBottom a p {
    position: absolute;
    bottom: 5%;
    left: 2%;
    line-height: 32px;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}

.proContBottom a:nth-child(1) {
    width: 35%;
}

.proContBottom a:nth-child(2) {
    width: 64%;
}


/**aboutWrap:start**/

.aboutWrap {}

.aboutContWrap {
    display: flex;
    flex-direction: row;
    /* align-items: baseline; */
    justify-content: space-between;
}

.aboutCont {
    width: 50%;
    background: #0459aa;
    padding: 6%;
    padding-right: 1%;
    height: 770px;
}

.aboutCont h3 {
    font-size: 36px;
    line-height: 80px;
    color: #fff;
}

.aboutCont p {
    font-size: 18px;
    color: #fff;
    line-height: 48px;
}

.aboutCont a {
    display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    color: #333;
    background: #fff;
    margin-top: 6%;
    text-align: center;
    font-size: 16px;
}

.aboutCont a:hover {
    border: 1px solid #51c9fb;
    color: #fff;
    background: #51c9fb;
}

.aboutImg {
    width: 50%;
    overflow: hidden;
}

.aboutImg img {
    width: 100%;
    height: 770px;
    transition: all 0.5s;
}


 

.aboutImg:hover img{
    transform: scale(1.2);
}



/**pro2Wrap:start**/

.pro2Wrap {}

.pro2ContWrap {}

.pro2Title {
    width: 100%;
    margin: 0% auto;
    overflow: hidden;
}

.pro2Title h3 {
    text-align: center;
    line-height: 60px;
    font-size: 36px;
    margin: 4% auto;
    display: block;
    overflow: hidden;
}

.pro2Cont ul {   
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 6%;
    overflow: hidden;
    
}

 

.pro2Cont ul li {
    background: #f5f5f5;
    border-radius: 10px;
    width: 20%;
    height: auto;
    float: left;
    margin: 0% 3%;

}

.pro2Cont ul li a {
    display: flex;
    flex-direction: column;
    padding: 22% 0%;
}

.pro2Img {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro2Img img {
    display: block;
    text-align: center;
}

.pro2Img img:nth-child(1) {
    display: block;
}

.pro2Img img:nth-child(2) {
    display: none;
}

.pro2Cont ul li a h3 {
    color: #333;
    font-size: 26px;
    text-align: center;
    line-height: 48px;
    margin: 0% auto;
    margin-top: 6%;
}

.pro2Cont ul li a p {
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #666;
}

.pro2Cont ul li:hover {
    background: #0459aa;
}

.pro2Cont ul li:hover .pro2Img img:nth-child(1) {
    display: none;
}

.pro2Cont ul li:hover .pro2Img img:nth-child(2) {
    display: block;
}

.pro2Cont ul li:hover a h3 {
    color: #fff;
}

.pro2Cont ul li:hover a p {
    color: #fff;
}


/**fangan:start**/

.fanganWrap {}

.fanganContWrap {}

.fanganItem {
    display: block;
    position: relative;
    overflow: hidden;
}

.fanganItem img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}

.fanganItem:hover img{
    transform: scale(1.2);
}

.mask {}

.fanganItem p {
    position: absolute;
    top: 52%;
    left: 15%;
    color: #fff;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
}

.fanganItem p:after {
    content: "";
    display: block;
    position: absolute;
    top: 160%;
    left: 1%;
    width: 98%;
    height: 2px;
    z-index: 1;
    background-color: #fff;
    opacity: 1;
}


/**newsWrap:start**/

.newsWrap {}

.newsContWrap {}

.newsTitle {}

.newsTitle h3 {
    text-align: center;
    line-height: 60px;
    font-size: 36px;
    margin: 3% auto;
}

.newsCont {}

.newsCont ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.newsCont ul li {
    width: 31%;
    border: 1px solid #e9e9e9;
}

.newsCont ul li a {
    display: block;
}

.newsCont ul li a {}

.newsImg {
    overflow: hidden;
}

.newsImg img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.newsImg:hover img{
    transform: scale(1.2);
}

.newsInfo {
    padding: 4%;
}

.newsDate {
    line-height: 36px;
}

.newsTitleTwo {}

.newsTitleTwo p {
    line-height: 32px;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    height: 64px;
}

.newsMore {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.newsMore span {}

.newsMore img {}


/**hezuoWrap:start**/

.hezuoWrap {
    background: url(../img/hezuo_bg.jpg) no-repeat center bottom;
    background-size: cover;
    height: 380px;
}

.hezuoContWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2%;
}

.hezuoContWrap h3 {
    font-size: 40px;
    text-align: center;
    line-height: 22px;
    color: #fff;
}

.hezuoContWrap a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 25%;
    border: 2px solid #fff;
    line-height: 42px;
    margin-top: 2%;
}

.hezuoContWrap a img {
    margin-right: 5%;
}

.hezuoContWrap a span {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
}


/**cases:start**/

.casesWrap {}

.casesContWrap {
    padding: 2% 0%;
}

.casesTitle {}

.title {
    margin: 2% auto;
}

.title h3 {
    
    
    margin-bottom: 1%;
    text-align: center;
    margin:0px auto;
}

.title h3 span {
    font-size: 36px;
    font-weight: 100;
    text-align: center;
    display: block;
    margin: 0px auto;
}

.title h3 em {
    background: #0459aa;
    border-radius: 7px;
    width: 14px;
    height: 14px;
    display: block;
    margin: 0% 3%;
}

.title p {
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 32px;
}

.casesCont {
    margin: 4% auto;
}

.casesImg {
    overflow: hidden;
}

.casesImg img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.casesCont .swiper-slide:hover .casesImg img {
    transform: scale(1.2);
}

.casesCont p {
    text-align: center;
    line-height: 100px;
    font-size: 18px;
    text-align: center;
}

.casesCont .swiper-slide:hover p {
    color: #0459aa;
}


/**news:start**/

.newsWrap {
    /* border-top: 1px solid #e8e8e8; */
}

.newsContWrap {
    /* padding-top: 3%; */
}

.newsTitle {}

.newsCont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 4%;
    padding-top: 0%;
}

.newsItem {
    background: #f8f8f8;
    width: 31%;
}

.newsItem h3 {
    background: #434343;
    width: 120px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #f4f4f4;
}

.newsItem ul {
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.newsItem ul li {
    margin-bottom: 4%;
}

.newsItem ul li a {
    display: block;
}

.newsItem ul li:hover a p {
    color: #0459aa;
}

.newsItem ul li:hover a span {
    color: #0459aa;
}

.newsItem ul li a p {
    font-size: 18px;
    line-height: 30px;
    color: #666;
}

.newsItem ul li a span {
    font-size: 18px;
    line-height: 40px;
}

.newsItemCenter {
    width: 31%;
    position: relative;
    background: #f8f8f8;
}

.newsItemCenter h3 {
    background: #434343;
    width: 120px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #f4f4f4;
    position: absolute;
    top: 0px;
    left: 0px;
}

.newsItemCenter a {
    padding: 6% 0%;
}

.newsItemCenter a div {
    padding: 6%;
}

.newsItemCenter a div:hover * {
    color: #0459aa;
}

.newsItemCenter a img {
    width: 100%;
    height: auto;
}

.newsItemCenter a h2 {
    font-size: 18px;
    line-height: 30px;
    color: #666;
}

.newsItemCenter a p {
    font-size: 16px;
    line-height: 20px;
}

.newsDesc {
    margin: 4% auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px!important;
}

.newsDesc span {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-right: 10%;
    padding-left: 6%;
}

.newsAddr {
    background: url(../img/icon_address_news.png) no-repeat left center;
}

.newsDate {
    /* background: url(../img/icon_date_news.png) no-repeat left center; */
}


/**banner2Wrap:start**/

.banner2Wrap {}

.banner2 {}

.banner2 img {
    width: 100%;
    height: auto;
}


/**footer:start---new**/

.footerWap {
    background: #000c1f;
    width: 100%;
    padding: 2% 0%;
}

.footerContWrap {
    display: flex;
    flex-direction: row;
    /* align-items: baseline; */
    justify-content: space-between;
}

.footerLeft {
    width: 48%;
}

.footerInfo {
    margin-top: 4%;
}

.footerInfo p {
    line-height: 70px;
    color: #fff;
    font-size: 36px;
    position: relative;
}

/*.footerInfo p:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    top: 60%;
    left: 0;
    width: 65%;
    height: 8px;
    z-index: 1;
    background-color: #31b2e7;
    opacity: .8;
}*/

.footerItem {
    margin-top: 6%;
}

.footerItem ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footerItem ul li {
    width: 42%;
    margin-bottom: 6%;
}

.footerItem ul li:nth-child(2n+1) {
    border-right: 1px solid #a0a0a0;
}

.footerItem ul li a {
    display: block;
}

.footerItem ul li a img {}

.footerItem ul li a span {
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    margin-left: 4%;
}

.copyRight {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 4%;
}

.copyRight p {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}

.copyRight p a {
    color: #fff;
}

.footerRight {
    width: 35%;
}

.form {
    width: 100%;
}

.form ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.form ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
    margin: 2% auto;
    padding: 2% 0%;
}

.form ul li:last-child {
    border: none;
}

.form ul li span {
    font-size: 14px;
    line-height: 48px;
    color: #c1c1c1;
    display: block;
    margin-right: 2%;
}

.form ul li input {
    background: none;
    border: none;
    line-height: 40px;
    padding: 0% 2%;
    width: 80%;
    color: #c1c1c1;
    height: 40px;
}

.form ul li textarea {
    background: none;
    border: none;
    line-height: 38px;
    padding: 0% 2%;
    width: 80%;
    color: #c1c1c1;
    height: 76px;
}

.quyuWrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 97%;
    margin: 0px auto;
}

.quyuWrap select {
    width: 48%;
    background: none;
    color: #c1c1c1;
    display: block;
    line-height: 52px;
    height: 52px;
    padding: 2%;
    margin-bottom: 4%;
    border: none;
}

.submit_btn {
    line-height: 70px;
    background: #21ade5;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
}


/**other:start**/

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.swiper-container {
    padding-bottom: 1%;
}

.proHotItemLeft a:hover span {
    color: #0459aa;
    background: #fff;
    border: 1px solid #0459aa;
}

.proHotItemRight a:hover span {
    color: #0459aa;
    background: #fff;
    border: 1px solid #0459aa;
}


/**pro_list:start**/

.proListCont {
    padding-bottom: 6%;
}

.proListCont ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4%;
}

.proListCont ul li {
    width: 30%;
    width: 23%;
    margin-top: 2%;
    border: 1px solid #eee;
}

.proListCont ul li:hover p {
    color: #0459aa;
}

.proListCont ul li:hover a .proListImg img {
    transform: scale(1.2);
}

.proListCont ul li a {
    display: block;
}

.proListCont ul li a .proListTitle {
    min-height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.proListImg {
    overflow: hidden;
}

.proListImg img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.proListCont ul li a p {
    font-size: 18px;
    color: #373838;
    text-align: center;
    line-height: 32px;
    background: none;
    padding-top: 0%;
    font-weight: 600;
    margin: 4% auto;
    min-height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.subnav {
    padding: 1% 0%;
}

.subnav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0px auto;
}

.subnav ul li {
    width: 16.66%;
}

.subnav ul li.on a,
.subnav ul li:hover a {
    /* background: #fff; */
    color: #0459aa;
    /* border: 1px solid #0459aa; */
}

.subnav ul li a {
    /* border: 1px solid #0459aa; */
    /* background: #0459aa; */
    /* color: #fff; */
    border-radius: 30px;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 0% 1%;
    width: 82%;
    margin: 0px auto;
}


/**news_list:start**/

.newsListWrap {}

.newsListNav {}

.newsListNav ul {
    width: 40%;
}

.newsListNav ul li {
    width: 33.33%;
}

.newsListCont {
    padding-bottom: 6%;
}

.newsListCont ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4%;
}

.newsListCont ul li {
    width: 30%;
    width: 100%;
    margin-top: 2%;
    border: 1px solid #eee;
}

.newsListCont ul li:hover .newsListTitle {
    background: #0459aa;
}

.newsListCont ul li:hover p,
.newsListCont ul li:hover h3,
.newsListCont ul li:hover span {
    color: #fff;
}

.newsListCont ul li:hover a .newsListImg img {
    transform: scale(1.2);
}

.newsListCont ul li a {
    display: flex;
}

.newsListCont ul li a .newsListTitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    background: #f6f6f6;
    width: 70%;
    padding: 2%;
}

.newsListImg {
    overflow: hidden;
    width: 30%;
}

.newsListImg img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.newsListCont ul li a h3 {
    font-size: 20px;
    color: #333;
    text-align: left;
}

.newsListDate {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.newsListDate span {
    color: #666;
    font-size: 18px;
}

.newsListCont ul li a p {
    font-size: 14px;
    color: #999;
    text-align: left;
    line-height: 32px;
    background: none;
    padding-top: 0%;
    margin: 2% auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/**neiye:start**/


/**neiye:pro_show: start**/

.proShowWrap {
    margin: 1% auto;
}

.proShowContWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.proShowLeft {
    width: 20%;
    background: #f5f5f5;
    max-height: 40em;
}

.proShowLeft h3 {
    
    line-height: 32px;
    padding: 0 32px;
    box-sizing: border-box;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 4% auto;
}

.proShowLeft ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.proShowLeft ul li {
    width: 100%;
    border-top: 1px solid #e2e2e2;
}

.proShowLeft ul li.on {
    background: #0459aa;
}

.proShowLeft ul li:hover {
    background: #0459aa;
}

.proShowLeft ul li:hover a {
    color: #fff;
}

.proShowLeft ul li.on a {
    color: #fff;
}

.proShowLeft ul li a {
    font-size: 16px;
    line-height: 28px;
    margin: 4% auto;
    display: block;
}

.proShowRight {
    width: 77%;
}

.proShowItem {
    margin-bottom: 2%;
    padding: 0%;
}

.proShowTitle {
    background: whitesmoke;
    line-height: 60px;
    padding: 0% 2%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.proShowTitle em {
    width: 6px;
    height: 20px;
    background: #2cb0e6;
    margin-right: 1%;
}

.proShowTitle span {
    font-size: 18px;
}

.proShowCont {
    padding: 2%;
    overflow: hidden;
}

.proShowCont p {
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 1%;
}

.proShowCont img{
    max-width: 100%;
    height: auto;
}

/**neiye:shequWrap: start**/

.shequWrap {
    width: 80%;
    margin: 2% auto;
}

.shequ {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
}

.shequItem {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0%;
}

.shequTitle {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background: whitesmoke;
    padding: 1%;
}

.shequTitle em {
    width: 6px;
    height: 20px;
    background: #2cb0e6;
    margin-right: 1%;
}

.shequTitle span {
    font-size: 18px;
}

.shequItem ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.shequItem ul li {
    width: 50%;
    margin: 3% 0%;
    margin-top: 3%;
}

.shequItem ul li div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.shequItem ul li div span {
     
    font-size: 18px;
    width: 28%;
    padding-left: 0%;
    text-align: center;
}

.shequItem ul li div span em{
     
    color: red;
    font-size: 24px;
    line-height: 24px;
    vertical-align: sub;
}

.shequItem ul li div input {
    border: 2px solid #999;
    width: 70%;
    padding: 2%;
}

.shequ_btn {
    background: #2db0e6;
    color: #fff;
    line-height: 60px;
    margin: 3% auto;
    width: 300px;
    text-align: center;
    font-size: 18px;
    display: block;
}


/**neiye: start**/


/**neiye:cases_list:start**/

.casesListWrap {}

.casesListNav {}

.casesListNav ul {
    width: 50%;
}

.casesListNav ul li {
    width: 33.33%;
}

.casesListCont {
    padding-bottom: 6%;
}

.casesListCont ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4%;
}

.casesListCont ul li {
    width: 30%;
    width: 23%;
    margin-top: 2%;
    border: 1px solid #eee;
}

.casesListCont ul li:hover .casesListTitle {
    background: #0459aa;
}

.casesListCont ul li:hover p {
    color: #fff;
}

.casesListCont ul li:hover a .casesListImg img {
    transform: scale(1.2);
}

.casesListCont ul li a {
    display: block;
}

.casesListCont ul li a .casesListTitle {
    min-height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    background: #f6f6f6;
}

.casesListImg {
    overflow: hidden;
}

.casesListImg img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.casesListCont ul li a p {
    font-size: 18px;
    color: #373838;
    text-align: center;
    line-height: 32px;
    background: none;
    padding-top: 0%;
    /* font-weight: 600; */
    margin: 4% auto;
    min-height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/**neiye:cases_show:start**/

.casesDetailsWrap {}

.casesDetails {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.casesDetailsLeft {
    width: 65%;
}

.casesDetailsTitle {
    border-bottom: 1px solid #ddd;
}

.casesDetailsTitle h2 {
    line-height: 40px;
    font-size: 28px;
    /* font-weight: 600; */
    margin: 2% auto;
}

.casesDetailsTitle p {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    line-height: 50px;
    color: #7d7d7d;
}

.casesDetailsTitle p span {
    margin-right: 6%;
}

.casesDetailsCont {
    padding: 1% 0%;
    overflow: hidden;
}

.casesDetailsCont p {
    line-height: 32px;
    font-size: 16px;
    margin: 1% auto;
    color: #666;
}

.casesDetailsCont img {
    max-width: 100%;
    height: auto;
}

.casesDetailsRight {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    justify-items: center;
}

.casesDetailsRight h2 {
    line-height: 80px;
    font-size: 28px;
    /* font-weight: 600; */
    border-bottom: 1px solid #ddd;
}

.casesDetailsRight ul {
    display: flex;
    flex-direction: column;
    padding: 6% 4%;
}

.casesDetailsRight ul li {
    line-height: 50px;
    font-size: 18px;
    color: #b5b5b5;
    border: 1px solid #eee;
    margin-bottom: 8%;
}

.casesDetailsRight ul li a {
    display: block;
    line-height: 32px;
}

.casesDetailsRight ul li a:hover {
    color: #0076bf;
}

.casesDetailsRight ul li a .casesListTitle {
    min-height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    background: #f6f6f6;
    padding: 0% 2%;
}

.casesDetailsRight ul li a .casesListTitle p {
    font-size: 18px;
    color: #373838;
    text-align: center;
    line-height: 32px;
    background: none;
    padding-top: 0%;
    margin: 4% auto;
    min-height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.casesDetailsRight ul li:hover .casesListTitle {
    background: #0459aa;
}

.casesDetailsRight ul li:hover a .casesListTitle p {
    color: #fff;
}

.casesDetailsRight ul li:hover a .casesListImg img {
    transform: scale(1.2);
}

.pageUpDownNews {
    flex-direction: column;
}

.pageUpDownNews p {
    width: 100%;
    margin-bottom: 4%;
}

.pageUpDown {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0% 1%;
    margin-bottom: 4%;
}

.pageUpDown p {
    border: 1px solid #f2f2f2;
    line-height: 70px;
    font-size: 18px;
    padding: 0% 2%;
    width: 38%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pageUpDown p a {}

.pageUpDown p a:hover {
    color: #0459aa;
}

.pageUpDownNews {
    flex-direction: column;
}

.pageUpDownNews p {
    width: 100%;
    margin-bottom: 4%;
}

.pageContWrap {
    padding: 2%;
    margin: 2% auto;
}

.pageContWrap p {
    line-height: 32px;
    font-size: 16px;
    margin: 0% auto;
    color: #666;
}

.pageContWrap img {
    width: 100%;
    height: auto;
}


/**wap:start**/

.menuWrap {
    display: none;
}

.sp_header {
    height: 60px;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 8px;
    float: left;
    height: auto;
}

.sp_logo img {
    margin: auto;
    max-height: 52px;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 18px;
}

.sp_nav span {
    display: block;
    background: #2cb0e6;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s;
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 9;
    background: #f5f5f5;
    width: 100%;
    height: calc(100% - 50px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 60px;
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav>ul>li:nth-child(3){display: none;}



.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 16px;
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none;
    width: 100%;
}

.sjj_nav ul li a {
    color: #666;
    width: 80%
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 30px;
    height: 30px;
    fill: #2cb0e6;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #2cb0e6;
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
    background: #000;
    width: 60px;
    height: 180px;
    opacity: .8;
    color: #fff;
    font-size: 16px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 30px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
    background: #000;
    width: 60px;
    height: 180px;
    opacity: .8;
    color: #fff;
    font-size: 16px;
}

.pageSiteMapWrap {
    margin-top: 4%;
}


.casesList2Wrap{

}

.casesList2ContWrap{

}

.casesList2Title{

margin: 2% auto;
}

.casesList2Title h3{
    font-size: 36px;
    font-weight: 100;
    text-align: center;
    display: block;
    margin: 0px auto;
 
}

.casesList2{

display: flex;

flex-direction: row;

align-items: center;

justify-content: space-between;

flex-wrap: wrap;

margin-top: 4%;
}

.proList2::after{
    content: "";
    display: block;
    width: 22%;
    height: 0px;
}


.casesList2 li{

width: 22%;

margin-bottom: 4%;
}

.casesList2 li a {

display: block;
}

.casesList2 li a p{

text-align: center;

background: #f6f6f6;

line-height: 60px;

font-size: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.casesList2Img{

overflow: hidden;
}

.casesList2Img img{

width: 100%;

height: auto;
transition: all 0.5s;
}

.casesList2 li:hover p{
    background:#2cb0e6;
    color:#fff;
}

.casesList2 li:hover img{
    transform: scale(1.2);
}





.proList2{

    display: flex;
    
    flex-direction: row;
    
    align-items: center;
    
    justify-content: space-between;
    
    flex-wrap: wrap;
    
    margin-top: 0%;
    
    }

.proList2::after{
      content: "";
      display: block;
      width: 31%;
      height: 0px;
}
        
        .proList2 li{
        
    width: 32%;
        text-align: center;
    margin-bottom: 4%;
        }
        
        .proList2 li a {
        
        display: block;
        }
        
        .proList2 li a p{
        
        text-align: center;
        
        background: #f6f6f6;
        
        line-height: 60px;
        
        font-size: 16px;

        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        }
        
        .proList2Img{
        
        overflow: hidden;
        }
        
        .proList2Img img{
        
        max-width: 100%;
        
        height: auto;
        transition: all 0.5s;
        }
        
        .proList2 li:hover p{
            background:#2cb0e6;
            color:#fff;
        }
        
        .proList2 li:hover img{
            transform: scale(1.2);
        }
        .downloadListCont{padding: 2%;margin: 2% auto;}

        .downloadListCont ul{display: flex;flex-direction: column;align-items: flex-start;justify-content: space-between;width: 80%;margin: 0px auto;}
        
        .downloadListCont li{display: flex;flex-direction: row;align-items: center;justify-content: space-between;margin-bottom: 0%;width: 100%;border-bottom: 1px dotted #dfdfdf;}
        
        .downloadListCont li a{display: flex;flex-direction: row;align-items: center;justify-content: space-between;width: 100%;font-size: 16px;color: #333;}
        
        .downloadListCont li a span{display: block;width: 13%;text-align: center;}
        
        .downloadListCont li a span:nth-child(1){
            width: 69%;
            text-align: left;
        }

        .downloadListCont li a span:nth-child(4){
            
           display:none;
        }
        
        .downloadListCont li a span:nth-child(5){
            
            text-align: right;
        }

        .downloadTitle{
            font-weight: bold;
            line-height: 50px;
        }

        .downloadTitle span{

        }