* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
p {
    color: #3d3d3d;
}
li {
    list-style: none;
}
.neir {
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

/* head */
.head {
    height: 75px;
}
.head .neir {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head .logo img {
    height: 75px;
}
.head .menu,.menu ul {
    list-style:none;
    padding:0;
    margin:0;
}
.head .menu {
    height:75px;
}

.head .menu >li {
    display:block;
    float:left;
    position:relative;
}
.head .menu a {
    color:#808080;
    display:block;
    font-family:'Lucida Console';
    font-size:18px;
    line-height:75px;
    padding:0 20px;
    text-decoration:none;
    text-transform:uppercase;
    color: #fff;
}
.head .menu li:hover {
    background-color:#2d62a0;
}
.head .menu li:hover >a {
    color:#6AD4D1;
}
.head .submenu {
    left:0;
    max-height:0;
    position:absolute;
    top:100%;
    z-index:0;
    -webkit-perspective:400px;
    -moz-perspective:400px;
    -ms-perspective:400px;
    -o-perspective:400px;
    perspective:400px;
    box-shadow: 0 0 5px 0 #2d62a0;
    background-color:#1b436e;
}
.head .submenu li {
    opacity:0;
    -webkit-transform:rotateY(30deg);
    -moz-transform:rotateY(30deg);
    -ms-transform:rotateY(30deg);
    -o-transform:rotateY(30deg);
    transform:rotateY(30deg);
    -webkit-transition:opacity .4s,-webkit-transform .5s;
    -moz-transition:opacity .4s,-moz-transform .5s;
    -ms-transition:opacity .4s,-ms-transform .5s;
    -o-transition:opacity .4s,-o-transform .5s;
    transition:opacity .4s,transform .5s;
}
.head .menu .submenu li:hover a {
    border-radius:0;
    color:#6AD4D1;
}
.head .menu .submenu li a {
    height: 60px;
    line-height: 60px;
}
.head .menu >li:hover .submenu,.menu >li:focus .submenu {
    max-height:2000px;
    z-index:10;
}
.head .menu >li:hover .submenu li,.menu >li:focus .submenu li {
    opacity:1;
    -webkit-transform:none;
    -moz-transform:none;
    -ms-transform:none;
    -o-transform:none;
    transform:none;
}
.head .menu li:hover .submenu li {
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -ms-transition-delay:0s;
    -o-transition-delay:0s;
    transition-delay:0s;
}

.banner img {
    width: 100%;
    display: block;
}

.footer {
    padding: 20px 0;
    background-color: #2F2F31;
}
.footer .logo {
    width: 180px;
}
.footer .logo img {
    width: 100%;
}
.footer .neir {
    display: flex;
    justify-content: space-between;
}
.footer .neir .le {
    width: 180px;
    text-align: center;
}
.footer .neir .le1 {
    width: 420px;
}
.footer .neir .le2 {
    width: 120px;
}
.footer .neir .le5 {
    width: 170px;
}
.footer .neir .le ul li,
.footer .neir .le1 p,
.footer .neir .le2 .ewm {
    margin-top: 10px;
}
.footer .neir .le ul li a {
    color: #fff;
}
.footer .neir .le1 h3 {
    margin-top: 10px;
    color: #fff;
}
.footer .neir .le1 p {
    color: #fff;
}
.footer .neir .le2 h3 {
    color: #fff;
    margin-top: 10px;
}
.footer .neir .le2 .ewm img {
    width: 100%;
}
.footer .neir .le3 .dianh {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.footer .neir .le3 .dianh .dle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e11728;
    margin-right: 10px;
}
.footer .neir .le3 h3 {
    color: #fff;
    margin-top: 10px;
}
.footer .neir .le3 .dianh .dre p:nth-child(2) {
    margin-top: 5px;
}
.footer .neir .le3 .dianh .dre p {
    color: #fff;
}
.foot {
    padding: 20px 0;
    background-color: #28282a;
}
.foot p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.foot p:nth-child(2) {
    margin-top: 10px;
}


/* 产品中心页面 */
.myprod {
    padding: 20px 0 50px 0;
}
.myprod .neir {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.myprod .neir .n {
    box-shadow: 0 0 5px 0 #ccc;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    width: 380px;
    padding: 20px;
    margin-top: 30px;
    cursor: pointer;
}
.myprod .neir .n:hover {
    box-shadow: 0 10px 10px 10px #f6f6f6;
    transition-duration: 0.8s;
}
.myprod .neir .n img {
    width: 300px;
    margin-left: 20px;
    height: 262px;
}
.myprod .neir .n h3 {
    font-size: 18px;
    font-weight: 600;
    color: #3d3d3d;
}
.myprod .neir .n p {
    font-size: 14px;
    margin-top: 10px;
}
.myprod .neir .n a {
    float: right;
    font-size: 13px;
    color: #3d3d3d;
    margin-top: 10px;
}

/* 成功案例页面 */
.mygood {
    padding: 50px 0;
}
.mygood .go1 {
    width: 1200px;
    margin: 0 auto;
}
.mygood .go1 ul {
    display: flex;
    height: 450pxpx;
    /*border-bottom: 1px solid #3d3d3d;*/
    line-height: 45px;
}
.mygood .go1 ul li {
    margin-right: 20px;
    background: #f6f6f6;
}
.mygood .go1 ul li a {
    color: #3d3d3d;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 15px;
}
.mygood .go1 .active {
    background: #1b436e;
    color: #fff;
}
.mygood .neir {
    display: flex;
    flex-wrap: wrap;
}
.mygood .neir .n {
    width: 380px;
    margin:0 10px;
        margin-top: 30px;
}
.mygood .neir .n .img img {
    width: 380px;
    height: 527px;
}
.mygood .neir .n .tx {
    display: flex;
    padding: 10px 0;
}
.mygood .neir .n .tex h4 {
    width: 80px;
    height: 30px;
    border: 1px solid #696565;
    font-weight: 500;
    font-size: 14px;
    color: #3d3d3d;
    margin-right: 10px;
    text-align: center;
    line-height: 30px;
}

/* 解决方案 */
.mysolu {
    padding: 0 0 50px 0;
}
.mysolu .n {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.mysolu .n .le {
    width: 600px;
}
.mysolu .n .le img {
    width: 100%;
}
.mysolu .n .ri {
    width: 500px;
}
.mysolu .n .ri span {
    font-size: 40px;
    font-weight: 700;
}
.mysolu .n .ri h3 {
    font-size: 22px;
}
.mysolu .n .ri p {
    line-height: 35px;
    font-size: 16px;
}

/* 新闻中心 */
.mybt {
    width: 1200px;
    margin: 0 auto;
}
.mybt h3 {
    font-size: 22px;
    font-weight: 600;
}
.mybt p {
    font-size: 22px;
    font-weight: 600;
    margin-top: 5px;
    color: #34ccff;
}
.mynew {
    padding: 50px 0;
}
.mynew .n {
    padding: 15px;
    box-shadow: 0 0 5px 0 #ccc;
    border-radius: 5px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.mynew .n .le {
    width: 440px;
}
.mynew .n .ri {
    width: 660px;
}
.mynew .n .ri h4 {
    margin-top: 30px;
}
.mynew .n .ri span {
    margin: 20px 0;
    display: block;
}
.mynew .n .ri a {
    color: #136cf1;
}
.mynew .n .le img {
    width: 440px;
    height: 220px;
}

.mybt1 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    padding-bottom: 20px;
}
.mybt1 .le h3 {
    font-size: 22px;
    font-weight: 600;
}
.mybt1 .ri ul {
    display: flex;
}
.mybt1 .ri ul li {
    margin-left: 20px;
}
.mynew1 {
    padding-bottom: 50px;
}
.mynew1 .neir {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mynew1 .n {
    width: 580px;
    margin-top: 20px;
    display: flex;
}
.mynew1 .n .le {
    width: 250px;
    margin-right: 20px;
}
.mynew1 .n .le img {
    width: 250px;
    height: 143px;
}
.mynew1 .n .ri {
    width: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mynew1 .n .ri p {
    font-size: 14px;
    line-height: 25px;
}
.mynew1 .n .ri a {
    display: block;
    width: 80px;
    height: 30px;
    background-color: #009fef;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

/* 关于我们 */
.myabout {
    padding: 20px 0 50px 0;
}
.mybt {
    padding-bottom: 30px;
    padding-top: 50px;
}
.mybt h3 {
    display: flex;
    height: 28px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}
.mybt h3::before {
    content: '';
    display: block;
    width: 5px;
    height: 28px;
    background-color: #6DDADE;
    margin-right: 10px;
}
.mytd {
    display: flex;
    justify-content: space-between;
}
.mytd .n {
    width: 280px;
}
.mytd .n .img img {
    width: 280px;
    height: 331px;
}
.mytd .n h4 {
    padding:10px 0;
}
.mytd1 {
    display: flex;
    justify-content: space-between;
}
.mytd1 .n {
    width: 280px;
}
.mytd1 .n .img img {
    max-width: 280px;
    max-height: 336px;
}


/* index */
.inx_bt {
    text-align: center;
}
.inx_bt h3 {
    color: #1C90B0;
    font-size: 35px;
}
.inx_bt h4 {
    color: #3d3d3d;
    font-size: 18px;
}
.inx_wm {
    padding: 50px 0;
}
.inx_bt {
    padding-bottom: 30px;
}
.inx_wm .neir {
    display: flex;
    justify-content: space-between;
}
.inx_wm .neir .le {
    width: 700px;
}
.inx_wm .neir .ri {
    width: 400px;
}
.inx_wm .neir .le img {
    width: 700px;
}
.inx_wm .neir .ri p {
    line-height: 35px;
    margin-top: 25px;
}
.inx_wm .neir .ri a {
    display: block;
    width: 140px;
    height: 40px;
    background-color: #1C90B0;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    line-height: 40px;
}
.inx_wm .neir .ri a i {
    margin-left: 5px;
}
.inx_wm .tiaod {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.inx_wm .tiaod .t {
    text-align: center;
    margin: 0 50px;
}
.inx_wm .tiaod .t h2 {
    font-size: 36px;
    color: #1C90B0;
}
.inx_wm .tiaod .t p {
    margin-top: 5px;
    font-weight: 500;
    font-size: 20px;
}

.inx_xx {
    background-color: #f6f6f6;
    padding: 50px 0;
}
.inx_xx .neir {
    display: flex;
    justify-content: space-between;
}
.inx_xx .neir .le {
    width: 500px;
    height: 320px;
    background: url(../img/index3.png) no-repeat center center;
    background-size: 100% 100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box;
    padding: 50px 50px 20px;
}
.inx_xx .neir .le h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.inx_xx .neir .le h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
}
.inx_xx .neir .le p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 10px 0;
}
.inx_xx .neir .le a {
    width: 100px;
    height: 30px;
    border: 1px solid #fff;
    display: block;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.inx_xx .neir .ri {
    width: 680px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.inx_xx .neir .le img {
    width: 500px;
    height: 320px;
}
.inx_xx .neir .ri .n {
    display: flex;
}
.inx_xx .neir .ri .n .l {
    width: 220px;
    height: 150px;
    margin-right: 20px;
}
.inx_xx .neir .l img {
    width: 220px;
    height: 150px;
}
.inx_xx .neir .ri .n .r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.inx_xx .neir .ri .n .r .r1 h3 {
    padding: 5px 0;
    font-size: 18px;
}
.inx_xx .neir .ri .n .r .r1 h5 a {
    color: #3d3d3d;
}
.inx_xx .neir .ri .n .r .r1 span {
    color: #726E6E;
    font-size: 13px;
}

.inx_cs {
    padding: 50px 0;
}
.htmleaf-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
    background: #fff;
    overflow: hidden;
  }
  .scene {
    width: 1200px;
    display: flex;
    justify-content: space-between;
  }
  .scene .card {
    position: relative;
    width: 380px;
    height: 450px;
    color: white;
    cursor: pointer;
    transition: 1s ease-in-out;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  .scene .card:hover {
    -webkit-transform: rotateY(0.5turn);
            transform: rotateY(0.5turn);
  }
  .scene .card .card__face {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: 1s ease-in-out;
    -webkit-box-reflect: below 0 linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.4));
  }
  .scene .card .card__face img {
    width: 380px;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
.scene .card .card__face--back {
    -webkit-transform: rotateY(0.5turn);
    transform: rotateY(0.5turn);
}
.card__face--back {
    color: #fff;
    background: linear-gradient(270deg, #25A7A3 0%, #1782B7 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box;
    padding: 40px;
    align-items: center;
}
.card__face--back p {
    line-height: 30px;
    color: #fff;
}
.card__face--back span {
    font-weight: 700;
}


.rxtj2 .neir img { 
    width: 222px;
}
.rxtj2 {
    background-color: #f6f6f6;
    padding: 50px 0;
}


.inx_lx .basic-grey {
    margin-left:auto;
    margin-right:auto;
    max-width: 800px;
    background: #F7F7F7;
    padding: 25px 15px 25px 10px;
    font: 16px;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
}
.inx_lx .basic-grey .zy {
    display: flex;
    justify-content: space-between;
}
.inx_lx .basic-grey label {
    width: 49%;
}
.inx_lx .basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.inx_lx .basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.inx_lx .basic-grey label {
    display: block;
    margin: 0px;
}
.inx_lx .basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.inx_lx .basic-grey input[type="text"], 
.inx_lx .basic-grey input[type="email"], 
.inx_lx .basic-grey textarea, 
.inx_lx .basic-grey input[type="phone"] {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.inx_lx .basic-grey textarea{
    padding: 5PX;
}
.inx_lx .basic-grey textarea{
    height:100px;
}
.inx_lx .basic-grey .button {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.inx_lx .basic-grey .button:hover {
    background: #CF7A7A
}
.inx_lx {
    padding: 50px 0 100px 0;
    background: url(../img/banner.png);
}

/* 服务流程 */
.my_fwlc {
    padding: 50px 100px;
}
.my_fwlc .h3 {
    text-align: center;
    padding-bottom: 50px;
    font-size: 30px;
}
.timeline__item .timeline__content {
    cursor: pointer;
}
.timeline__item .timeline__content:hover {
    background-color: #009fef;
}
.timeline__item .timeline__content:hover h2,
.timeline__item .timeline__content:hover p {
    color: #fff;
}
.timeline__item .timeline__content:hover:after {
    border-top: 10px solid #009fef;
}
.timeline--horizontal 
.timeline__item:nth-child(even) 
.timeline__content:hover:after {
    border-bottom: 10px solid #009fef;
}

.my_fw1 {
    padding: 50px 0;
    background-color: #f6f6f6;
}
.my_fw1 .h3 {
    text-align: center;
    padding-bottom: 50px;
    font-size: 30px;
}
.my_fw1 .neir {
    display: flex;
    justify-content: space-between;
}
.my_fw1 .neir .n {
    width: 160px;
    background-color: #fff;
    padding: 30px 10px;
    text-align: center;
}
.my_fw1 .neir .n i {
    font-size: 30px;
    color: #30d9d9;
}
.my_fw1 .neir .n h3 {
    padding: 15px 0;
}
.my_fw1 .neir .n p {
    line-height: 30px;
}
.my_fw1 .neir .n span {
    margin-top: 30px;
    display: block;
}

.my_fw2 {
    padding: 50px 0;
    background-color: #fff;
}
.my_fw2 .h3 {
    text-align: center;
    font-size: 30px;
}
.my_fw2 .p1 {
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center;
}
.my_fw2 .basic-grey {
    margin-left:auto;
    margin-right:auto;
    max-width: 1200px;
    padding: 25px 15px 25px 10px;
    font: 16px;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
}
.my_fw2 .basic-grey .zy {
    display: flex;
    justify-content: space-between;
}
.my_fw2 .basic-grey label {
    width: 33%;
}
.my_fw2 .basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.my_fw2 .basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.my_fw2 .basic-grey label {
    display: block;
    margin: 0px;
}
.my_fw2 .basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.my_fw2 .basic-grey input[type="text"], 
.my_fw2 .basic-grey input[type="email"], 
.my_fw2 .basic-grey textarea, 
.my_fw2 .basic-grey input[type="phone"] {
    border: 1px solid #DADADA;
    color: #888;
    height: 40px;
    margin-bottom: 25px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
    background: #F7F7F7;
}
.my_fw2 .basic-grey textarea{
    padding: 5PX;
}
.my_fw2 .basic-grey textarea{
    height:100px;
}
.my_fw2 .basic-grey .button {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.my_fw2 .basic-grey .button:hover {
    background: #CF7A7A
}

/* index-banner */
.wk_banner .mySwiper11 {
    max-height: 700px;
    overflow: hidden;
}
.wk_banner img {
    width: 100%;
    max-height: 1500px;
}
.wk_banner .swiper-button-prev,
.wk_banner .swiper-button-next {
    background-color: rgba(255,255,255,0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.wk_banner .swiper-button-prev:after {
    content: '';
}
.wk_banner .swiper-button-next:after {
    content: '';
}
/* index-banner end */