* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "å¾®è½¯é›…é»‘";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}
.title {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: 700;
    margin-top: 40px;
}

.conter_img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.conter_img img{
    width: 46px;
    height: 5px;
}
.titleWarp{
    font-size: 24px;
    letter-spacing: 3px;
    margin-top: 10px;
    text-align: center;
    word-wrap: break-word;
}
.headbg{
    background-color: #fff !important;
}

.mobile-inner-header {
    background-color: rgba(243, 243, 245, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: left;
    color: #333;
    font-weight: bold;
    font-size: 22px;
}

.mobile-inner-header-icon {
    color: #333;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(51, 51, 51, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 65%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(243, 243, 245, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(51, 51, 51, 0.4);
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}
.banner {
    position: relative;
}
.banner img {
    width: 100%;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 40px;
}

.banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #074590;
    border-radius: 10px;
}

.banner .swiper-pagination-bullet-active {
    background: red;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 13px;
}

.head {
    width: 100%;
    height: 100px;
    background: #ebebed;
    box-shadow: 0 0 10px #ddd;
}
.head2 {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
    /* background-color: #333333; */
}
.keydown {
    width: 100%;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 3%;
    z-index: 999;
    pointer-events: none;
    padding-right: 50px;
}
.keydown img {
    margin-right: 20px;
    -webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

.keydown p {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
}

.heads {
    max-width: 1700px;
    margin: auto;
}
.heads2 {
    height: 107px;
    max-width: 1700px;
    margin: auto;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 5.64px 0.36px rgba(0, 0, 0, 0.06);
    padding: 0 20px;
}
  

 .logo {
    float: left;
    height: 100px;
    line-height: 100px;
    width: 10%;
}

 .logo img {
    width: 100%;
}


.tel {
    float: right;
    height: 100px;
    line-height: 100px;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: #000;
}

.nav {
    float: left;
    width: 72.6%;
    margin-left: 1%;
}

.nav ul {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.nav ul li {
    width: 100%;
    text-align: center;
    height: 100px;
    line-height: 100px;
    position: relative;
}

.nav ul li a {
    display: block;
    font-size: 18px;
    color: #000;
}

.nav ul li .detailnav {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
}

.nav ul li .detailnav li {
    height: 41px;
    line-height: 40px;
    width: 100%;
    border-top: 1px solid #ddd;
    background: #fff;
}

.nav ul li .detailnav li a {
    font-size: 15px;
}

.nav ul li:hover .detailnav {
    display: block;
}
.product {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background-color: #fafafa;
}

.products {
    width: 80%;
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.products div{
    text-align: center;
}
.products div p {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    line-height: 2;
    margin-top: 10px;
}
.pro_top_swiper{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.bot{
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #1a4699;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #fff;
    padding: 10px 0;
    white-space: nowrap;
    border-radius: 30px;
    cursor: pointer;
}
  
.bot1{
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    padding: 10px 0;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(21, 21, 21);
    border: 1px solid #f4f4f4;
    white-space: nowrap;
    border-radius: 30px;
    cursor: pointer;
}

.case-wrapper {
    width: 100%;
}

.case-wrapper .swiper-slide img {
    display: block;
    margin: 0 auto;
    max-width: 99%;
    height: auto;
}

.pro_list_swiper {
    width: 100%;
    margin: 30px auto 0;
}

.pro_list_swiper a {
    /* display: block; */
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    width: 100%;
    /* margin-right: calc(5% / 5); */
    margin-bottom: 12px;
}

.pro_list_swiper a .prodimg {
    width: 100%;
}
.pro_list_swiper a p:nth-child(2){
    width: 100%;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro_list_swiper a p:nth-child(3) {
    display: flex;
    align-items: center;
    width: 120px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #1a4699;
    background-color: #fff;
    border-radius: 30px;
    padding: 0px 15px;
}

.pro_list_swiper a p:nth-child(3) img {
    width: 15px;
    margin-left: 10px;
}
/* .product {
    width: 100%;
    overflow: hidden;
}
.products {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 80px;
} */
.duct_top{
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.duct_top div{
    line-height: 2.188;
    background-color: rgb(26, 70, 153);
    border-radius: 30px;
    padding: 0px 20px;
    margin: 10px 15px;
    width: 120px;
    text-align: center;
    white-space: nowrap;
}
.duct_top div a{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
}
.duct_list{
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.duct_list div{
    width: 19%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.duct_list div .produimg{
    width: 100%;
}

.duct_list2{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}
.duct_list2 div{
    width: 23.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 5px;
}
.duct_list2 div a{
    width: 100%;
}
.duct_list2 div .produimg{
    width: 100%;
}
.product_p1 {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51) !important;
    line-height: 2.7;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  
.product_p2 {
    height: 33px;
    line-height: 33px;
    background-color: #fff;
    border-radius: 30px;
    padding: 0px 15px;
}

.product_p2 a{
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #1a4699;
}
.product_p2 img {
    width: 15px;
    margin-left: 10px;
}

.inproductShow {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.productDetail {
    width: 70%;
    margin: auto;
    display: flex;
    background-color: #fff;
}
.productDetail .pbg{
    width: 50%;
}
.pro_de{
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 2.188;
}
.pro_de p{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 2.188;
}
.pro_de p:nth-child(1) {
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    line-height: 1.591;
    margin-top: 60px;
}
.pro_btm{
    display: flex;
    margin-top: 30px;
}    
.pbtn1,.pbtn2{
    width: 125px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: rgb(26, 70, 153);
    white-space: nowrap;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
}
.pbtn2{
    width: 125px;
    height: 33px;
    background-color: rgb(26, 70, 153);
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    margin-left: 60px;
    text-align: center;
}
.pbtn1 a,.pbtn2 a{
    color: #fff;
}
.pbtn1 a img{
    margin-left: 10px;
}
.pro_label {
    width: 70%;
    height: 48px;
    display: flex;
    align-items: center;
    border-width: 1px;
    border-color: rgb(233, 233, 233);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    margin: 30px 0;
  }
.pro_label div{
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    background-color: #f5f5f5;
    margin-left: 1px;
    padding: 0 10px;
    cursor: pointer;
}
.pro_label .active{
    color: #fff;
    background-color: #1a4699;
}
.detailImg {
    width: 70%;
    display: none;
}
.detailImg img{
    width: 100%;
}
.proswiper{
    width: 90%;
    margin-top: 50px;
}
.proswiper .swiper-slide{
    display: flex;
    align-items: center;
}

.proswiper.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0px;
}

.proswiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #074590;
    border-radius: 10px;
}

.proswiper .swiper-pagination-bullet-active {
    background: red;
}

.proswiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 13px;
}

.pro {
    width: 100%;
    text-align: center;
    /* margin: 0 10px; */
}

.pro img {
    width: 100%;
}

.pro p {
    line-height: 50px;
    font-size: 18px;
    color: #000;
    background-color: #fff;
}
.pro div{
    height: 100px;
}
/* 应用方案 */
.ranges{
    width: 100%;
    margin-top: 30px;
}
.range{
    display: flex;
    margin: auto;
    width: 90%;
}
.range .ran{
    position: relative;
    padding: 0 5px;
}
.range .ran img{
    width: 100%;
}
.range .ran .rge{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.range .ran .rge p{
    font-size: 22px;
    color: #fff;
    margin-top: 10%;
}
.range .ran .rge img{
    width: 44px;
    height: auto;
}



.hover-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    text-align: center;
    background: #2f318b;
    transition: all 0.36s ease;
}
.son-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hover-content span {
    color: rgb(255, 255, 255);
    margin-top: -40px;
    font-size: 52px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.hover-content .content-title {
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    opacity: 0.6;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}
.line {
    width: 1px;
    height: 36px;
    background: rgb(242, 242, 242);
    margin: 12px auto 16px;
}

.hover-content .content-desc {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
    opacity: 0.3;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}


.ran:hover .hover-content {
    opacity: 1;
}

.ran:hover .hover-content span{
    font-size: 32px;
    margin-top: -20px;
}

.ran:hover .hover-content .content-title{
    margin-top: 4px;
    opacity: 1;
}

.ran:hover .hover-content .content-desc{
    margin-top: 22px;
    opacity: 1;
}


/* 关于35222葡京集团 */
.about{
    width: 100%;
    background: url(../images/aboutbg.png) center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10%;
}
  
.abtext {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(49, 49, 49);
    line-height: 2.5;
    text-align: center;
    margin: 20px 0 10px 0;
    width: 60%;
}
.abcont{
    width: 70%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    box-shadow: 0px 2px 14.4px 3.6px rgba(0, 0, 0, 0.13);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}
.abcont_top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.abcont_p span:nth-child(1){
    font-size: 48px;
    font-family: "Microsoft YaHei";
    color: rgb(56, 56, 56);
    line-height: 1.375;
}
.abcont_p span:nth-child(2){
    font-size: 48px;
    font-family: "Microsoft YaHei";
    color: rgb(56, 56, 56);
    line-height: 1.375;
}
.abcont_p span:nth-child(3){
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: rgb(56, 56, 56);
    line-height: 1.375;
}
.abcont_b{
    font-size: 32px;
    font-family: "Microsoft YaHei";
    color: rgb(56, 56, 56) !important;
    line-height: 1.375;
}
.videotitle {
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: rgb(49, 49, 49);
    line-height: 2.361;
  }
  
  .lookmore {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .lookmore a{
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    background-color: #1a4699;
    border-radius: 30px;
    padding: 0 15px;
    margin: auto;
  }
  .lookmore a img{
    width: 15px;
    margin-left: 10px;
  }

  .videos {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.444);
}

.video-box {
    position: absolute;
    top: 20%;
    left: 20%;
    bottom: 20%;
    right: 20%;
    background-color: #000;
}

.video-box video {
    width: 100%;
    height: 100%;
}

.video-back {
    width: 100%;
    margin: 0 auto;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
}







#product {
    margin-top: 50px;
}

#certify {
    position: relative;
    width: 100%;
    margin: 30px auto 0;
}

#certify .swiper-container {
    max-width: 1700px;
    margin: auto;
}

#certify .swiper-slide {
    width: 469px;
    text-align: center;
}

#certify .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}

#certify .swiper-slide a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#certify .swiper-slide p {
    font-size: 20px;
    color: #000;
    margin-top: 10px;
    display: none;
}

#certify .swiper-slide.swiper-slide-active p {
    display: block;
}

#honor {
    margin-top: 50px;
}
.phone_honor{
    display: none;
}

/* 合作单位 */

.cooperate{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../images/cooperatebg.png) center no-repeat;
    background-size: cover;
    padding: 5% 0;
}
.cooper{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.cooper a{
    width: 12%;
}
.cooper img{
    width: 100%;
    padding: 10px;
}
/*  */
#news {
    width: 100%;
    overflow: hidden;
    margin-top: 85px;

}
.news_right {
    width: 100%;
}
.solutions {
    width: 100%;
    height: 990px;
    position: relative;
    background: url(../images/news_bg.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.soswiper{
    float: right;
    width: 75%;
    margin-right: 5%;
}
.news_left{
    position: absolute;
    left: 0;
    top: 260px;
    z-index: 99;
    width: 20%;
    height: 400px;
    background-color: rgb(255, 255, 255,0);
}
.news_btm{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 200px;
}
/* .soswiper .swiper-button-prev {
    width: 201px;
    height: 81px;
    background: url(../images/image_15.png) center no-repeat;
    left: 0;
    top: 90%;
    background-color: #fafafa;
}

.soswiper .swiper-button-next {
    width: 183px;
    height: 81px;
    background: url(../images/image_16.png) center no-repeat;
    left: 11%;
    top: 90%;
    background-color: #fafafa;
} */

.right_so {
    width: 100%;
    background-color: #f4f4f4;
    padding: 20px;
}
.right_so img{
    width: 100%;
}
.so_etitle {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    line-height: 1.5;
}
.so_etitle span:nth-child(2){
    color: red;
    font-size: 16px;
}

.so_ctitle {
    height: 50px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    /* line-height: 3.667; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
  
.so_con {
    height: 80px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(91, 91, 91);
    line-height: 2.571;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  
/* .newslist {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20%;
} */

.news_bot{
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}
.news_bot a{
    width: 100%;
}

/* 留言 */
.message{
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding-top: 130px;
}
.msg_left{
    width: 40%;
}
.msg_left p:nth-child(1) {
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 3.091;
}

.msg_left p:nth-child(2) {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 2.429;
    margin-top: 20px;
}

.msg_left p:nth-child(3) {
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 1.308;
    margin-top: 50px;
}
  
.msg_right {
    float: right;
    width: 53%;
}
.fromtitle {
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 3.091;
  }
  
.msg_right div {
    width: 100%;
    overflow: hidden;
}

.msg_right div:nth-child(1) input,
.msg_right div:nth-child(2) input {
    width: 32.3%;
    margin-right: 1%;
    padding-left: 15px;
    background: rgb(255, 255, 255,0);
    height: 30px;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #9e9e9f;
    color: #fff;
}

.msg_right div:nth-child(1) input:nth-child(3),
.msg_right div:nth-child(2) input:nth-child(3),
.msg_right div:nth-child(3) input:nth-child(2) {
    margin-right: 0;
}

.msg_right div:nth-child(3) input {
    width: 49%;
    padding-left: 15px;
    background: rgb(255, 255, 255,0);
    height: 30px;
    margin-bottom: 20px;
    border: 1px solid #9e9e9f;
    color: #fff;
}
.msg_right div:nth-child(4) input {
    width: 99%;
    padding-left: 15px;
    background: rgb(255, 255, 255,0);
    height: 60px;
    margin-bottom: 20px;
    border: 1px solid #9e9e9f;
    color: #fff;
}

.msg_right input[type=submit] {
    width: 50%;
    background-color: rgb(26, 70, 153,1) !important;
    height: 30px;
    color: #fff;
    border: 1px solid #9e9e9f;
}
















.footbtm{
    background-color: rgb(10, 30, 69,0.9);
}
#foot {
}
  
.foot {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    padding-top: 50px;
}

.foots {
    max-width: 1700px;
    margin: auto;
}

.fnav {
    float: left;
}

.fnav a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 2.389;
}
.fnav a:nth-child(1){
    font-weight: bold;
}

.fn1{
    margin-left: 0;
}
.fn2{
    margin-left: 8%;
}
.fn3{
    margin-left: 8%;
}
.fn4{
    margin-left: 8%;
}


.copy {
    text-align: center;
    height: 99px;
    line-height: 99px;
    font-size: 16px;
    color: #fff;
}

.copy a {
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
}

.fcontact {
    float: left;
    margin-left: 8%;
}

.fcontact p {
    font-size: 18px;
    color: #fff;
    line-height: 2.389;
}

.fcontact p:nth-child(1){
    font-weight: bold;
}
.copy.incopy {
    background: #014bb4;
}

.insidebanner img {
    width: 100%;
}

.rexian{
    font-size: 26px;
    font-weight: bold;
}
.fcode{
    float: right;
    margin-right: 0%;
}
.fcode p:nth-child(1){
    font-size: 18px;
    color: #fff;
    line-height: 2.389;
    font-weight: bold;
    padding-left: 15px;
}
.fcode_cod{
    display: flex;
}
.fcode_cod div{
    margin: 15px;
}
.fcode_cod div p{
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 3.778;
    text-align: center;
}

 .inabout{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 .inabt_top{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
 }
 .inabt_top div{
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 .inabt_top p {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(56, 56, 56);
    line-height: 2.75;
    text-align: center;
  }
  
.inabcont{
    width: 70%;
    display: flex;
    align-items: center;
    padding: 30px 0;
    margin-top: 60px;
}
.inabcont .abtext{
    padding-right: 20px;
}

.inabright{
    width: 50%;
}
.inabright img{
    width: 100%;
}

.cor_img{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}
.cor_bot img{
    width: 80%;
    height: auto;
    transition: transform 0.3s ease;
}
.cor_bot img:hover {
    transform: scale(1.1);
  }
.cor_bot{
    text-align: center;
}
.cor_bot p:nth-child(2) {
    font-size: 25px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 2.32;
    margin-top: 20px;
}

/* 发展历程 */
.development{
    width: 100%;
    height: 637px;
    background-image: url(../images/development_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.cases {
    width: 70%;
    margin: 40px auto 0;
    position: relative;
}

.casebot {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding: 10px 80px;
}

.casetitle {
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 2.7;
}
.casetitle span{
    font-size: 20px;
}
.casecon {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.895;
    text-align: left;
    margin-top: 15px;
}
  

.cases .swiper-button-prev {
    width: 60px;
    height: 71px;
    background: url(../images/prev-case.png) center no-repeat;
    left: 0;
    top: 30%;
    margin-top: 0;
}

.cases .swiper-button-next {
    width: 60px;
    height: 71px;
    background: url(../images/next-case.png) center no-repeat;
    right: 0;
    top: 30%;
    margin-top: 0;
}

.cases .swiper-slide .casebot {
    border-left: 1px solid rgb(119, 120, 121,0);
    border-right: 1px solid rgb(119, 120, 121,0);
}

.cases .swiper-slide.swiper-slide-active .casebot {
    border-left: 1px solid rgb(119, 120, 121,1);
    border-right: 1px solid rgb(119, 120, 121,1);
}

.incase {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.incases {
    max-width: 1595px;
    margin: 20px auto 0;
}

.incases a {
    display: block;
    float: left;
    width: 24.5%;
    margin-right: calc(2% / 3);
    margin-bottom: 12px;
}
.incases a p{
    font-size: 24px;
    text-align: center;
    padding: 5px 0;
}

.incases a img {
    width: 100%;
}

.incases a:nth-child(4n) {
    margin-right: 0;
}




/*  */
.gonggaos{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gong_bot{
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.gong_bot .left{
    width: 48%;
    background-color: #ffffff;
}
.gong_bot .left img{
    width: 100%;
    height: auto;
}
.gong_text{
    width: 100%;
    padding: 10px 15px;
}
.gong_text .p1 {
    width: 100%;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
}

.gong_text .p2 {
    width: 100%;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height: 2.5;
}
.gong_botm{
    width: 100%;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d0d0d0;
}
.gong_botm .right {
    width: 98px;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    background-color: rgb(235, 235, 235);
    box-shadow: 0px 2px 0.98px 0.02px rgba(0, 0, 0, 0.07);
}
.newlist{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.new_bots{
    position: relative;
    padding: 20px;
    width: 80%;
    border-radius: 20px;
    background-color: #ffffff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
    margin-top: 20px;
}
.new_bots .rightt{
    width: 90%;
}
.new_bots .rightt .tilts {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.556;
}
.new_bots .rightt .texts {
    font-size: 14px;
    text-align: left;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height: 2.5;
    margin-top: 10px;
}

.new_bots .rightt .btm {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.new_bots .rightt .btm .bottoms{
    width: 98px;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    background-color: rgb(235, 235, 235);
    box-shadow: 0px 2px 0.98px 0.02px rgba(0, 0, 0, 0.07);
}
.new_bots .left{
    width: 10%;
}
.new_bots .left a{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}



/* 联系我么 */
.gywm{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.gmap{
    width: 75%;
}
.map1{
    height: 400px;
}
.red_us{
    width: 100%;
    padding-bottom: 20px;
    margin-top: 20px;
}
.concact_us{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.concact_us div{
    width: 335px;
    height: 240px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 13.12px 2.88px rgba(0, 0, 0, 0.13);
    margin: 10px 10px;
    padding: 20px 0;
}
.concact_us div img{
    width: 44px;
    height: auto;
}
.concact_us div p:nth-child(2) {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 1.532;
    margin-top: 10px;
}
.contmsg {
    width: 100%;
    background-image: url(../images/concat_bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10% 0;
    margin-top: 20px;
}
.contmsg div {
    font-size: 25px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 2.56;
    background-color: #fff;
    text-align: left;
    border-radius: 20px;
    padding: 50px 30px;
    margin: 10px 20px;
  }
  
/* 在线留言 */

.listcontacts {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.listcontacts>div {
    width: 80%;
    /* margin: 5rem auto; */
    overflow: hidden;
}



.listcontactsTitle {
    overflow: hidden;
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.listcontactsTitle input {
    height: 58px;
    display: block;
    float: left;
    padding-left: 47px;
    box-sizing: border-box;
    width: 48%;
    font-size: 16px;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    outline: none;
}

.listcontactsTitle input:nth-child(1) {
    background: url(../image/122.png)left 0 no-repeat #fff;
    background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
    /* float: right; */
    background: url(../image/123.png)left 0 no-repeat #fff;
    background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
    background: url(../image/124.png)left 0 no-repeat #fff;
    background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
    /* float: right; */
    background: url(../image/125.png)left 0 no-repeat #fff;
    background-position: 12px;
}


.listcontactsTextarea {
    width: 100%;
    border: 1px solid #ccc;
    background: url(../image/126.png)left 0 no-repeat #fff;
    background-position: 12px 16px;
    padding-left: 47px;
    font-size: 16px;
    padding-top: 18px;
    height: 174px;
    outline: none;
}

.listcontactsubmit {
    text-align: center;
    margin-top: 3rem;
}

.listcontactsubmit input {
    background: #0059c6;
    color: #fff;
    border: 1px solid #0059c6;
    width: 50%;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
    float: left;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}


/* 下载中心 */

.download{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dow_top{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.dow_title{
    width: 22%;
    font-size: 32px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.766;
}

.dow_label {
    background-color: rgb(26, 70, 153);
    width: 241px;
    height: 57px;
    font-size: 32px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 57px;
    text-align: center;
    border-radius: 30px;
    margin: 10px 0;
}
.dow_seach form {
    display: flex;
    align-items: center;
    justify-content: center;
}
#search_input1 {
    width: 240px;
    height: 48px;
    border: 1px solid #fff;
    background-color: rgb(255, 255, 255);
    padding-left: 20px;
}

.dow_seach div {
    width: 90px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background-color: #1a4699;
    padding: 0 15px;
    position: relative;
    text-align: left;
}
#search-input {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #1a4699 url(../images/dow_seach.png) top 15px center no-repeat;
    border: none;
  }
.dow_cont{
    width: 70%;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    margin-top: 30px;
    padding: 3% 0;
}
.dlabel{
    width: 198px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f2f2f2;
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: #000;
}

  
.dow_cont .active{
    border: 1px solid rgb(26, 70, 153);
    color: rgb(26, 70, 153);
}
.dlabel img{
    margin-right: 15px;
}

.dow_list{
    width: 70%;
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}
.dow_list_top{
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    background-color: rgb(26, 70, 153);
    padding:  0 30px 0 20px;
}

.dow_list_down{
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #000;
    background-color: #fff;
    border-top: 1px solid #f7f7f7;
    padding:  0 30px 0 20px;
}
.dow_list_down a{
    display: flex;
    align-items: center;
}
.dow_list_down a img{
    margin-right: 10px;
}
.dow_list_down div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dow_list_down div:nth-child(1){
    width: 47%;
}
.dow_list_down div:nth-child(2){
    width: 40%;
}
.dow_list_down a{
    width: 13%;
}

/* 应用方案 */
.solution {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.solution_us{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
}
.solution_us div{
    width: 234px;
    height: 190px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 13.12px 2.88px rgba(0, 0, 0, 0.13);
    margin: 10px 10px;
    padding: 20px 0;
}
  
.solution_us div img{
    width: 44px;
    height: auto;
}
.solution_us div p:nth-child(2) {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    margin-top: 20px;
}
.solution_us div p a {
    color: #000;
}
.solution_us div:hover{
    color: #fff;
    background-color: #1a4699;
}
.solution_us div:hover p a{
    color: #fff;
}
  
.solution_us .active{
    color: #fff;
    /* background-color: #1a4699; */
}
/* .active p{
    color: #fff;
} */
.solution_cont{
    width: 80%;
    margin: auto;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}
.solution_cont img{
    width: 50%;
    float: left;
    left: 0;
    top: 0;
}
.solution_cont .s_right{
    width: 50%;
    height: 452px;
    position: absolute;
    top: 30px;
    right: 2%;
    background-color: #fff;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.s_right p:nth-child(1){
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
}
.s_right p:nth-child(2) {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    line-height: 2.438;
}
  
  
  
.s_right_btm{
    width: 125px;
    height: 33px;
    background-color: rgb(26, 70, 153);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
}
.s_right_btm img{
    width: 20px;
    margin-left: 10px;
}


/* 客户案例哦 */
.study {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.studys {
    width: 100%;
    margin: 20px auto 0;
}

.studys a {
    display: block;
    float: left;
    width: 16%;
    margin-right: calc(2% / 3);
    margin-bottom: 12px;
    background-color: #eeeeee;
}

.studys img {
    width: 100%;
}
.studys a img {
    width: 100%;
}
/* 新闻资讯详情 */
.news_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.news_info .info{
    width: 80%;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 2.563;
    border-radius: 20px;
    background-color: #fff;
    padding: 0 20px;
    margin: 20px 0;
}
.news_info .info table {
	margin: 1em auto;
}
.news_info .info .title2{
    text-align: center;
}

.news_info .info div div{
    width: 100%;
    margin: auto;
}
/* .news_info .info div div img{
    width: 100%;
} */
/*.news_info .info div p img{
    width: 100%;
}
/* .news_info .info div img{
    width: 100%;
} */

.draggable{
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 70px;
    height: 70px;
    z-index: 9999999;
    display: none;
}
.draggable img{
    width: 100%;
}