﻿/**顶部工具条**/


@import "base.css";
@import "https://at.alicdn.com/t/font_2397675_7aelgetk1ge.css"; /*阿里图标库-智控*/

@media screen and (max-width:640px){html{font-size:10px}}
@media screen and (max-width:1024px){html{font-size:12px}}
@media screen and (min-width:1024px){html{font-size:14px}}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}


body{position:relative;color:#181818;line-height: 1.5;font-family: "Poppins-Regular";font-weight:400;overflow-x: hidden}
a{color:#181818;}

li{cursor: pointer}

/*图片*/
.img_bg{background-position: center;background-size: cover;background-repeat: no-repeat}
.img_scale{overflow: hidden;-webkit-transition: .3s;transition: .3s;}
.img_scale img{transform: scale(1);-webkit-transition: .3s;transition: .3s;}
.img_scale:hover img{transform: scale(1.02);-webkit-transition: .3s;transition: .3s;}
/**/
/*按钮*/
.btn_style1,.btn_style2{padding: 0 25px;font-size: 14px;line-height:36px;display: inline-block;border-radius: 1px;-webkit-transition: .3s;transition: .3s;text-align: center;cursor: pointer;font-weight: 400 !important;font-family: "Noto Sans SC"}
.btn_style1:hover,.btn_style2:hover{-webkit-transition: .3s;transition: .3s;}

.btn_style1{background: #0096f6;color: #ffffff;}
.btn_style1:hover{background: #0fa0fd;color: #ffffff;}

.btn_style2{border: 1px solid #0096f6;color: #0096f6;}
.btn_style2:hover{background: #0096f6;color: #ffffff;}
/*按钮*/



.bg_style1{background: #F8F9FA;}

/*标题大小*/
.font_20{font-size: 20px;}

/**/

.padding_top{padding-top: 7vh}
.padding_bottom{padding-bottom: 7vh}
.margin_bottom{margin-bottom: 7vh}

@media only screen and (max-width : 1200px) {
    .font_20{font-size: 18px;}
}
@media only screen and (max-width : 812px) {
    .font_20{font-size: 16px;}
    .padding_top{padding-top: 5vh}
    .padding_bottom{padding-bottom: 5vh}
}


@media only screen and (max-width :640px) {
    .padding_top{padding-top: 3vh}
    .padding_bottom{padding-bottom: 3vh}
}


.header{position: fixed;width: 100%;left: 0;top: 0;border-bottom: 1px solid rgba(255,255,255,0.3);z-index: 99;color: #ffffff;}
.header .main{width:90%;padding:0 5%;}
.header a{color: #ffffff;}
.header .logo{float: left;width: 144px;padding:29px 0}

.href_post{height: 100px;margin-top: -100px;}

.menu-button{position: fixed;width: 25px;right:2%;top:19px;cursor: pointer;display: none;z-index: 101;}
.menu-button span{width:100%;display: block;height: 2px;background: #ffffff;border-radius: 10px;-webkit-transition: .3s;transition: .3s;position: relative}
.menu-button span:nth-child(2){margin: 7px 0}

.menu-button.cross span:nth-of-type(1) {-webkit-transform: translateY(9px) rotate(-45deg);-ms-transform: translateY(9px) rotate(-45deg);transform: translateY(9px) rotate(-45deg);}
.menu-button.cross span:nth-of-type(2) {opacity: 0;}
.menu-button.cross span:nth-of-type(3) {-webkit-transform: translateY(-9px) rotate(45deg);-ms-transform: translateY(-9px) rotate(45deg);transform: translateY(-9px) rotate(45deg);}



.header .nav{float: right;line-height:96px;}
.header .nav ul {float: left;position: relative}
.header .nav ul li{display: inline-block;margin-right: 32px;position: relative}
.header .arrow,.nav_mobile .arrow{ transform: rotate(0deg);width:16px;height:16px;line-height: 16px;transition: all 0.5s;display: inline-block;margin-left: 5px;}
.header .nav ul li:last-child a{
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 2px 5px;
}
/*.header .nav ul:before{position: absolute;content: '';width: 1px;height:18px;background: #ffffff;top: 50%;right: 0;transform: translateY(-50%)}*/
.header .nav ul li dl,.header .header_r .language dl{width: 180px;left: 50%;top: 100%;position: absolute;background: rgba(0,0,0,0.2);text-align: center;line-height: 40px;transform: translateX(-50%);display: none}
.header .nav ul li dl dd a,.header .header_r .language dl dd a{display: block}
.header .nav ul li dl dd:hover,.header .header_r .language dl dd:hover{background: rgb(25, 25, 25);}
.header .nav ul li dl dd:hover a{color: #0096f6}
.header .nav ul li:hover dl,.header .header_r .language:hover dl{display: block}

.nav_mobile{position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 100;display: none;background: #191919;color: #ffffff}
.nav_mobile a{color: #ffffff}
.nav_mobile.open{display: block}
.nav_mobile ul{margin: 5vh 0}
.nav_mobile ul li:first-child{margin-top: 5vh}
.nav_mobile ul li{width: 100%;line-height: 3.5;text-align: center}
.nav_mobile ul li:hover{background: rgba(0,0,0,0.1)}
.nav_mobile ul li dl{display: none;background: #3c3c3c}
.nav_mobile ul li.open dl{display: block}
.nav_mobile ul li:hover{background: rgba(0,0,0,0.1)}

.nav_mobile .language{text-align: center;width: 90%;margin: auto;max-width: 300px;}
.nav_mobile .language dd{width: 33.3%;float: left;text-align: center;line-height: 20px;}
.nav_mobile .language dd img{width:20px;display: inline-block;margin-right: 5px; }

.header .header_r{float: right;}
.header .header_r .language{margin: 0 25px;padding: 0 10px;float: left;position: relative}
.header .header_r .language .arrow{ transform: rotate(0deg);width: 0;height: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-top:8px solid #fff;transition: all 0.5s;display: inline-block;margin-left: 5px;}
.header .header_r .language img{width: 20px;margin-right: 15px;}
.header .header_r .language dl{width: 100%;text-align: left}
.header .header_r .language dl dd a{text-indent: 15px;}

.header .header_r .tel{float: right;text-align: right;margin-top:32px;line-height:14px;background: url("../images/ico_tel.png") no-repeat right center;;padding-right: 30px;font-size: 12px;background-size: 20px;}
.header .header_r .tel h3{font-size: 14px;font-weight: 500;color: #ffffff;}


.banner{width: 100%;position: relative}
.banner ul li{width: 100%;color: #ffffff;position: relative;text-align: center;overflow: hidden}
.banner ul li.text_align_left{text-align: left !important}
.banner ul li.text_align_center{text-align: center !important}
.banner ul li.text_align_right{text-align: right !important}

.mask{width: 100%;height: 100%;background:rgba(0,0,0,0.35);text-align: center;position: absolute;left: 0;top: 0;z-index: 2}
.mask.mask_video{background:url("../images/grid.png") repeat rgba(0,0,0,0.65);}

.banner ul li .video,.banner_page .video,.banner_about .video{width: 100%;height: 100%;position: absolute;z-index: 1}
.banner ul li .video video,.banner_page .video video,.banner_about .video video{position: absolute;top:0;left:0;min-width: 100%;min-height: 100%;width: auto;height: auto;z-index: 0;}



.banner .text{z-index:10;line-height: 1.8;width: 80vw;margin: 0 auto;padding-top: 35vh;position: relative}
.banner .text p{font-size: 26px;font-weight: 300}
.banner .text h3{font-size: 52px;}
.banner .text .btn{margin-top: 5vh;}

.banner dl{position: absolute;bottom:0;left: 50%;transform:translateX(-50%);width: 100%;z-index: 10;color: #ffffff;}
.banner dl dd{width: 33.3%;float: left;margin:3vh 0;font-size: 18px;display: inline-block;position: relative;line-height: 1}
.banner dl dd:before{position: absolute;content: '';width: 2px;height: 40px;right: 0;top:10px;background:rgba(255,255,255,0.61)}
.banner dl dd:last-child:before{display: none}
.banner dl dd h3{font-size: 30px;color: #ffffff;margin-bottom: 5px;}
.banner dl dd span{font-size: 23px;transform: translateY(-7px);display: inline-block;}

.pageprogress {position: absolute;display: flex;z-index: 2;bottom: 23%;left: 50%;transform: translateX(-50%);}
.pageprogress .lineprogress {cursor: pointer;position: relative;width: 36px;height: 5px;background-color: rgba(255, 255, 255, 0.6);;margin-right: 18px;}
.pageprogress .lineprogress i {content: "";position: absolute;z-index: 1;height: 100%;top: 0;left: 0;background: rgba(52, 149, 239, 1);}


@media only screen and (max-width : 1200px) {
    .header.mobile{background: #191919;border-bottom:0;box-shadow:0 2px 4px rgba(0,0,0,0.4);}
    .header.mobile .main{width: 96%;padding: 0 2%}
    .header .logo{width: 100px;float: none;padding: 15px 0;}

    .href_post{height:70px;margin-top: -70px;}

    .menu-button{display: block}
    .header .nav{display: none !important}
    .header .nav.open{display: block;width: 100%;padding-bottom: 5vh}



    .header .nav ul {float: none;position: relative;width: 100%;padding-top: 5vh}
    .header .nav ul li{display:block;margin: 0;text-align: center;line-height: 3.5;cursor: pointer}
    .header .nav ul li:hover{background: rgba(0,0,0,0.1)}
    /*.header .nav ul li a{display: block}*/
    .header .nav ul li .arrow{display: none}
    .header .nav ul li:hover dl{display: none}
    /*.header .nav ul li:hover dl.open{display: block}*/


    .header .nav ul:before{width:100%;height:1px;background:rgba(0,0,0,0.5);top:0;}
    .header .nav ul li dl{transform: translate(0);position: initial;text-align: center;width: 100%;background: #3c3c3c;line-height: 3.5}

    .header .header_r{float: none;width: 100%}
    .header .header_r .language{display: none}
    .header .header_r .tel{float: none;width: 115px;margin:20px auto 0}


    .banner .text{padding-top: 30vh;}
    .banner .text p{font-size: 20px;}
    .banner .text h3{font-size:48px;}
    .banner .text .btn{width: 116px;line-height: 36px;margin-top: 5vh;}


    .banner dl dd h3{font-size:26px;}
    .banner dl dd span{font-size:20px;transform: translateY(-7px);}

    .pageprogress .lineprogress {cursor: pointer;position: relative;width: 36px;height: 5px;background-color: rgba(255, 255, 255, 0.6);;margin-right: 18px;}
    .pageprogress .lineprogress i {content: "";position: absolute;z-index: 1;height: 100%;top: 0;left: 0;background: rgba(52, 149, 239, 1);}

}
@media only screen and (max-width : 812px) {
    .btn_style1,.btn_style2{padding: 0 25px;font-size: 12px;}
}
@media only screen and (max-width : 640px) {
    .banner .text{padding-top: 24vh;}
    .banner .text p{font-size: 16px;}
    .banner .text h3{font-size:26px;line-height: 1.3;margin-top: 10px;}
    .banner .text .btn{width: 116px;line-height: 36px;margin-top: 5vh;}


    .banner dl dd{display: none}
    .banner dl dd h3{font-size:18px;color: #ffffff;}
    .banner dl dd span{font-size:12px;transform: translateY(-7px);}

    .pageprogress {display: none}
}
@media only screen and (max-width : 412px) {
    .banner .text{padding-top: 30vh;}
}

.container{width: 96%;max-width: 1200px;margin: auto;}


/*左右结构*/
ul.list_style1 li{position: relative;cursor: pointer}
ul.list_style1 .img{width: 50%;height: 100%;position: absolute;top: 0;}
ul.list_style1 .con{width:50%;position: relative;z-index: 2;}
ul.list_style1 li:nth-child(odd) .img{left: 0;}
ul.list_style1 li:nth-child(odd) .con{float: right;}
ul.list_style1 li:nth-child(even) .img{right: 0;}

/**/
ul.list_style2 li{width: calc( (100% - 40px) /3 );float: left;margin-right:20px;margin-bottom: 20px;}
ul.list_style2 li:nth-child(3n){margin-right: 0;}

ul.list_style3 li{width: calc( (100% - 60px) /4);float: left;margin-right:20px;margin-bottom: 20px;}
ul.list_style3 li:nth-child(4n){margin-right: 0;}


@media only screen and (max-width : 812px) {
    ul.list_style1 .img {width: 100%;position: initial;height: 200px;}
    ul.list_style1 .con {width: 100%;float: none}

    ul.list_style2 li{width: calc( (100% - 20px)/2);}
    ul.list_style2 li:nth-child(3n){margin-right: 20px;}
    ul.list_style2 li:nth-child(2n){margin-right:0;}


}

@media only screen and (max-width : 640px) {
    ul.list_style2 li{width: 100%;float: none;margin: 0 0 10px;}

    ul.list_style3 li{width: calc( (100% - 20px) /2);float: none;margin: 0 0 10px;}
    ul.list_style3 li:nth-child(2n){margin-right: 0;}
}


/*index_info*/
.index_info .tab{margin: 60px 0;border-bottom: 1px solid rgba(0,0,0,0.1)}
.index_info .tab .swiper-wrapper{display: block;text-align: center}
.index_info .tab ul li{display: inline-block;font-size: 22px;line-height: 3;text-align: center;color: #181818;cursor: pointer;width: 300px !important;}
.index_info .tab ul li a{display: inline-block;position: relative;padding: 0 10px;}
.index_info .tab ul li a:before{content: '';background:#3495EF;width:0;height: 1px;left:0;bottom:0;position: absolute;-webkit-transition: .3s;transition: .3s;}
.index_info .tab ul li.swiper-slide-thumb-active{color:#3495EF;position: relative;}
.index_info .tab ul li.swiper-slide-thumb-active a:before{width:100%;-webkit-transition: .3s;transition: .3s;}
.index_info .tab ul li .img{width: 100%;max-width: 107px;margin: auto}

.index_info .tab_con{margin-bottom: 50px;}
.index_info .box .box_l{float: left;}
.index_info .box .box_r{float: right;}

.index_info .box .img{width: 56%;position: relative}
.index_info .box .img img{width: 100%}
.index_info .box:nth-child(2) .img{width: 50%;}
.index_info .box .text{width: 44%;}
.index_info .box .text .text_con{padding:3vh 4vw 4vh;font-size: 18px;color: #5e5e5e;line-height:2}
.index_info .box .text .text_con .more{margin-top:4vh;}

.index_info .rno-map-dot,.index_info .rno-map-dot:after{width: 50px;height: 50px;}
.index_info .rno-map-dot-layer{width: 1px;height: 1px;margin: -5px}
.index_info .rno-map-dot-layer:after{width: 15px;height: 15px;}

.index_info .dot1 {top: 20%;left: 40%;}
.index_info .dot2 {top: 22%;right: 20%;}
.index_info .dot3 {bottom: 30%;right: 35%;}

.index_info .dot4 {top: 24%;left: 16%;}
.index_info .dot5 {top: 21%;right: 35%;}



.title{padding: 6vh 0;text-align: center;color: #181818;line-height: 2;width: 100%;margin: auto}
.title.solution{max-width:830px;}
.title h3{font-size: 28px;color: #181818;}
.title p{opacity: 0.7;}
.title .more{margin-top: 40px;}



@media only screen and (max-width : 1200px) {
    .index_info .tab{margin: 50px 0;}
    .index_info .tab ul li{font-size: 18px;margin: 0 50px;width: auto !important;}
    .index_info .tab_con{margin-bottom: 30px;}
    .index_info .box .img{width: 50%;}
    .index_info .box:nth-child(2) .img{width:45%;}
    .index_info .box .text{width: 50%;}
    .index_info .box .text .text_con{font-size: 16px;}

    .title{padding: 6vh 0;font-size: 14px;}
    .title h3{font-size: 24px;}
}
@media only screen and (max-width : 812px) {
    .index_info .tab{margin: 30px 0;)}
    .index_info .tab ul li{font-size: 16px;margin: 0 20px;}
    .index_info .tab ul li .img{max-width:80px;}
    .index_info .tab_con{margin-bottom: 0;}

    .index_info .box .img{width: 82%;margin: auto;float: none}
    .index_info .box .text{width: 92%;margin: auto;float: none}

    .index_info .box:nth-child(2) .img{width:45%;}

    .index_info .box .text .text_con{padding:20px 0 0;font-size: 14px;}
    .index_info .box .text .text_con .more{margin: 20px 0;}

    .ani_rb{display: none}

    .title{padding:4vh 0;font-size: 12px;}
    .title h3{font-size:20px;}
}
@media only screen and (max-width : 640px) {

    .index_info .tab ul li {margin:0;width: 33.3% !important;float: left}
    .index_info .tab ul li a{display: block}
    .index_info .tab ul li p{padding: 5px 0 8px;line-height: 1.3}
    .index_info .rno-map-dot, .index_info .rno-map-dot:after{display: none}
}
@media only screen and (max-width : 412px) {
    .title h3{font-size:16px;}

}


.index_news .btn_more{padding: 6vh 0;display: inline-block;color: rgba(24,24,24,0.7)}
.index_news .btn_more:hover{color: #0096f6}

.index_news .index_news_hot{width: 32.5%;float: left;height: 420px;overflow: hidden;position: relative}

.index_news .img{width: 100%;height: 100%;position: absolute;z-index: 1;}
.index_news .img:before{position: absolute;content: '';width: 100%;height: 100%;left: 0;top: 0;background:rgba(0,0,0,0.45);z-index: 0}

.index_news .box{height: 100%;padding: 0 30px;display: table;position: relative;z-index: 2;color: #ffffff}
.index_news .box .text {display: table-cell;vertical-align: middle;position: relative;z-index: 1;}
.index_news .box .text .con{transition: .2s;}
.index_news .box .text p{opacity: 0.7;font-size: 12px;}
.index_news .box .text h3{font-size: 18px;margin: 10px 0;}
.index_news .box .more{opacity: 0;font-size: 12px;}

.index_news .index_news_con{width: 67.5%;float: left;}
.index_news .index_news_con li{height: 210px;width: 33.334%;float: left;overflow: hidden;position: relative;background: #fff;}
.index_news .index_news_con li:first-child{width:66.66%;}

/*白色框的灰色阴影*/
.index_news .index_news_con li:nth-child(1), .index_news .index_news_con li:nth-child(5){box-shadow: 3px 3px 13px -3px rgba(120,120,120,0.50);}
.index_news .index_news_con li:nth-child(1) .img, .index_news .index_news_con li:nth-child(5) .img{display: none}
.index_news .index_news_con li:nth-child(1) .box, .index_news .index_news_con li:nth-child(5) .box{color: #181818;}

/*2个蓝色框*/
.index_news .index_news_con li:nth-child(2) .box, .index_news .index_news_con li:nth-child(3) .box{background: linear-gradient(45deg,#007bca, #2fa5ff) !important;}
.index_news .box:hover .more {opacity: 1;}
.index_news .box:hover .text .con{-ms-transform: translate(0, -10px);transform: translate(0, -10px);transition: .2s;}
.index_news .index_news_hot .box .text{vertical-align: bottom;padding-bottom: 30px;}

@media only screen and (max-width : 1200px) {
    .index_news .box{padding: 0 20px;width: calc(100% - 40px);}
    .index_news .index_news_hot .box .text{padding-bottom: 30px;}
}
@media only screen and (max-width :812px) {
    .index_news .index_news_hot{width:100%;float: none;height: 210px;}
    .index_news .box .text h3{font-size: 16px;}

    .index_news .index_news_con{width:100%;float: none}
    .index_news .btn_more{padding: 5vh 0;}

}
@media only screen and (max-width :640px) {
    .index_news .index_news_con li{width: 100% !important;float: none;height:60px;border-bottom:1px solid #d9d9d9;}
    .index_news .index_news_con li .box,.index_news .index_news_con li:nth-child(2) .box, .index_news .index_news_con li:nth-child(3) .box{background: #ffffff !important;color: #181818 !important; }

    .index_news .index_news_con li .img{display: none}
    .index_news .box:hover .text .con{-ms-transform: translate(0);transform: translate(0);}

    .index_news .box .text h3{font-size: 14px;}
    .index_news .box .text p{display: none}
    .index_news .box .more{display: none}
    .index_news .btn_more{padding: 4vh 0;}

}

.ico_left,.ico_right{width: 40px;height: 40px;line-height: 40px;opacity: 0.2;background: #252525;border-radius: 50%;position: absolute;top: 50%;transform: translateY(-50%);color: #ffffff;cursor: pointer;text-align: center;z-index: 9;}
.ico_left:hover,.ico_right:hover{opacity: 0.3}
.ico_left{left: -60px;}
.ico_right{right: -60px;}

.index_partner .box,.about_honor .box{position: relative}
.index_partner .box ul li{width: 33.3%;float: left;height: 100px;line-height: 100px;text-align: center}
/*.index_partner .box ul li a{display: block}*/
.index_partner .box ul li a img{max-width:85px;max-height: 100%;}
/*.index_partner .box ul li:hover a{box-shadow: 3px 0 10px -3px inset rgba(120,120,120,0.15); }*/

.index_partner .pagination{padding: 6vh 0;}
.swiper-pagination-bullet{background:#8F939E;opacity: 1;margin: 0 3px;}
.swiper-pagination-bullet-active{background: #252B3A}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 0;}

@media only screen and (max-width : 1200px) {
    .index_partner .box .swiper-container{padding-bottom:40px;}
    .index_partner .pagination{padding:0 0 5vh;}
}
@media only screen and (max-width : 640px) {
    .index_partner .box ul li{height:80px;line-height: 80px;}

    .index_partner .box .swiper-container{padding-bottom:20px;}
}




.index_foot{position: relative;padding: 55px 0;}
.index_foot:before{position: absolute;width: 50%;content: '';height: 100%;background: url("../images/index_foot.png") no-repeat right bottom #181818;left: 0;top: 0;background-size: 30%;}
.index_foot .container{position: relative;z-index: 1}

.index_foot .l_nav,.index_foot .r_msg{width: 50%;float: left}
.index_foot h3{font-size: 28px;margin-bottom: 40px;}

.index_foot .l_nav{color: #ffffff;}
.index_foot .l_nav ul li{width:50%;float: left;}
.index_foot .l_nav ul li .box{padding-right: 5vw}
.index_foot .l_nav ul li .box .text{margin-bottom: 25px;opacity: 0.85;font-size: 14px;line-height: 1.7}

.index_foot .r_msg form{padding-left: 7vw;}
.index_foot .r_msg #agree{display: block}
.index_foot .r_msg .layui-form-checkbox{display: none}
.index_foot .r_msg .input{line-height: 36px;background: #ffffff;border-radius: 1px;border: 0;width: 100%;margin-bottom: 18px;text-indent: 2em}
.index_foot .r_msg input[type=checkbox]{width: 20px;height: 20px;background: #ffffff;border: 1px solid #d2d2d2;border-radius: 4px;float: left;margin-right: 10px;margin-top: 5px;}
.index_foot .r_msg .checkbox .text{width: calc(100% - 30px);float: right}
.index_foot .r_msg .btn_sure{margin-top: 45px;border: 0;}


.footer{background: #252525;color: #ffffff;font-size: 12px;}
.footer h3{font-size: 16px;}

.foot_top{padding: 60px 0;font-weight: 100; }
.foot_top ul li h3{display: block;position: relative }
.foot_top ul li .foot_ico{display: none;position: absolute;width: 12px;height:12px;right:0;top:50%;cursor: pointer;z-index: 1;transform: translateY(-50%); }
.foot_top ul li .foot_ico span{background: #ffffff;display: block;-webkit-transition: .3s;transition: .3s;position: absolute}
.foot_top ul li .foot_ico span:nth-child(1){width:100%;height: 2px;left: 0;top: 50%;transform: translateY(-50%);}
.foot_top ul li .foot_ico span:nth-child(2){width:2px;height: 100%;top: 0;left: 50%;transform: translateX(-50%);}
.foot_top ul li.open .foot_ico span:nth-child(1) {transform: translateY(-50%) rotate(45deg);}
.foot_top ul li.open .foot_ico span:nth-child(2) {transform: translateX(-50%) rotate(45deg);}
.foot_top ul li.open .box{-webkit-transition: .3s;transition: .3s;display: block}


.foot_top .tel{float: right;width: 250px;text-align: center;line-height: 1}
.foot_top .tel .phone{font-size: 36px;font-weight: 500;text-align: center;margin: 15px 0;color: #ffffff}
.foot_top .tel p{margin-bottom: 30px;}

.foot_top ul li{float:left;width: 25%;}
.foot_top ul li h3{margin-bottom: 15px;}
.foot_top ul li a{display: block;color:rgba(255,255,255,0.7);margin-bottom: 15px;font-weight: 100;}


.foot_b{border-top:1px solid #505050;padding: 30px 0;background: #252525;color:rgba(255,255,255,0.7);}
.foot_b a{color:rgba(255,255,255,0.7);}

@media only screen and (max-width : 812px) {
    .index_foot{padding:0;}
    .index_foot:before{display: none}
    .index_foot .l_nav{background: url("../images/index_foot.png") no-repeat right bottom #181818;background-size: 30%;}
    .index_foot .l_nav,.index_foot .r_msg{width: 100%;float: none;padding: 30px 0;}

    .index_foot h3{font-size: 20px;margin-bottom: 30px;}
    .index_foot .l_nav ul li .box .text{font-size: 12px;}


    .index_foot .l_nav ul li .box{padding:0 30px;}


    .index_foot .r_msg form{padding-left:0;}
    .index_foot .r_msg .input{margin-bottom: 10px;}
    .index_foot .r_msg input[type=checkbox]{width: 15px;height:15px;margin-right:5px;margin-top: 3px;}
    .index_foot .r_msg .checkbox .text{width: calc(100% - 20px);}


    .foot_top{padding:40px 0 10px; }
    .foot_top .tel{float: none;width: 100%;}
    .foot_top .tel .phone{font-size: 26px;margin: 15px 0}
    .foot_top .tel p{margin-bottom: 20px;}

    .foot_top ul{float:none;width:100%;margin-bottom: 20px;}
    .foot_top ul li{width: 100%;border-bottom: 1px solid #3e3e3e;padding: 15px 0;line-height: 2.4}
    .foot_top ul li h3{margin-bottom:0;}
    .foot_top ul li .box{-webkit-transition: .3s;transition: .3s;display: none;margin-top: 10px;}
    .foot_top ul li .box a{margin:0;}
    .foot_top ul li h3 .foot_ico{display: block}

    .index_foot .r_msg .btn_sure{font-size: 12px;margin-top: 10px;}
    .foot_b{padding: 15px 0;}
}
@media only screen and (max-width : 640px) {
    .index_foot .l_nav ul li{width: 100%;float: none;text-align: center;}
    .index_foot .l_nav ul li:first-child{padding-bottom: 30px;}
    .index_foot .l_nav ul li .box .text{margin-bottom: 15px;}
    .index_foot h3{font-size: 16px;margin-bottom: 15px;}
    .foot_top{padding: 15px 0}
    .foot_top ul li{padding: 12px 0}
    .foot_top ul li h3{font-size: 14px;}

}


/*page*/
.banner_about{overflow: hidden;color: #ffffff;position: relative}
.banner_about .btn_down{width: 108px;line-height: 32px;border: 1px solid rgba(255,255,255,0.45);display: block;margin: auto;position: absolute;left: 50%;bottom:30px;z-index: 10;text-align: center;cursor: pointer;transform: translateX(-50%);}
.banner_about .btn_down .iconfont{font-size: 26px;color: rgba(255,255,255,0.45); position: relative; display: inline-block; animation:mymove 1.5s infinite; -moz-animation:mymove 1.5s infinite; /* Firefox */ -webkit-animation:mymove 1.5s infinite; /* Safari and Chrome */ -o-animation:mymove 1.5s infinite; /* Opera */}

.banner_about .btn_down:hover{background: #0096f6;}
.banner_about .btn_down:hover .iconfont{color: #ffffff;
    /*animation:mymove_no 1.5s infinite; -moz-animation:mymove_no 1.5s infinite; !* Firefox *! -webkit-animation:mymove_no 1.5s infinite; !* Safari and Chrome *! -o-animation:mymove_no 1.5s infinite; !* Opera *!*/
}
@-webkit-keyframes mymove{
    0%{ top:0px; }
    60%{ top:3px; }
    100%{ top:0px; }
}
@-webkit-keyframes mymove_no{
    0%{ top:0px; }
    60%{ top:0; }
    100%{ top:0px; }
}


.banner_page.bg{background-color: #252525;}
.banner_page{height: 500px;color: #ffffff;position: relative;background-repeat: no-repeat;background-position: center;overflow: hidden}
.banner_page>.container,.banner_about>.container{position: relative;height: 100%;z-index: 10}
.banner_page .text,.banner_about .text{text-align: left;max-width: 680px;position: absolute;top: 50%;left:0;transform: translateY(-60%);line-height: 1.7}
.banner_page .text h3,.banner_about .text h3{font-size: 36px;}
.banner_page .text .text_con,.banner_about .text .text_con{margin-bottom:50px;}


.banner_category{width: 100%;background: rgba(24,24,24,0.75);position: absolute;left: 0;bottom: 0;z-index: 11}
/*.banner_category.fixd{position: fixed;bottom: auto;top: 105px}*/
.banner_category a{font-size: 18px;line-height: 64px;padding: 0 40px;margin: 0 30px;display: inline-block;color: #ffffff;position: relative}
.banner_category a:hover,.banner_category a.current{color: #0096f6;}
.banner_category a.current:before{position: absolute;width: 100%;height: 2px;background: #3495ef;content: '';left: 0;bottom: 0;}

.solution_video .title{padding-bottom: 0;}
.solution_video .video_box{height: 540px;}

.solution_box{background: rgba(243,245,247,0.61);}
.gallery-thumbs {margin-bottom: 50px;position: relative;border-bottom: 1px solid rgba(0,0,0,0.1); }
.gallery-thumbs ul li{position: relative;line-height: 40px;cursor: pointer;text-align: center;font-size:1.15rem;padding: 10px 0;}
.gallery-thumbs ul li:before{position: absolute;left: 0;bottom: -2px;width:0;height: 4px;background: #3495ef;content: '';-webkit-transition: .3s;transition: .3s;}
.gallery-thumbs ul li:hover,.gallery-thumbs ul li.swiper-slide-thumb-active{color: #3495ef;}
.gallery-thumbs ul li.swiper-slide-thumb-active:before{width: 100%;-webkit-transition: .3s;transition: .3s;}

/*.gallery-thumbs ul li.swiper-slide-thumb-active:before{position: absolute;left: 0;bottom: -2px;width: 100%;height: 4px;background: #3495ef;content: ''}*/

.solution_tab{margin-bottom: 30px;padding:0 1px;text-align: center}
.solution_tab a{margin-right: 20px;margin-bottom: 20px;width: 110px;padding: 0;line-height:38px;border: 1px solid #e4e4e4;border-radius: 2px;color: rgba(24,24,24,0.85);display: inline-block;cursor: pointer;float: left}
.solution_tab a.current,.solution_tab a:hover{background: #0096f6;color: #ffffff}
.solution_tab a.more{border: 1px solid #0096f6;color: #0096f6;}
.solution_tab a.more:hover{color: #ffffff}
.solution_tab_con{margin:1px;}
.solution_tab_con li{border: 1px solid #e4e4e4;position: relative;display: none}
.solution_tab_con li.current{display: block}
.solution_tab_con li:before{position: absolute;width: 1px;height: 100%;left: 50%;top: 0;content: '';background: #e4e4e4}
.solution_tab_con li .img{width: 50%;position: absolute;height: 100%;left: 0;top: 0;overflow: hidden;  }
.solution_tab_con li .img>a{display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 80%;}
.solution_tab_con li .img>a img{max-width: 100%;max-height:350px;}



.solution_tab_con li .text{width: 50%;float: right;background: #f8f9fa}
.solution_tab_con li .text .text_con{padding: 4vh 4vw 8vh;text-align: left;color:rgba(24,24,24,0.7);line-height: 2}
.solution_tab_con li .text .text_con h3{font-weight: 500;color: #181818;line-height:1.5;margin: 5px 0 10px;}
.solution_tab_con li .text .text_con .icon_img{margin: 35px 0;}
.solution_tab_con li .text .text_con .icon_img img{margin-right: 20px;float: left;max-width: 60px;margin-bottom: 10px;}
.solution_tab_con li .text .text_con p{}


.solution_wifi{padding-bottom: 4vh}
.solution_wifi ul li .img{width: 50%;float: left}
.solution_wifi ul li .img img{max-width: 330px;width: 90%;}

.solution_wifi ul li .text{width: 50%;float: left;line-height: 2;}
.solution_wifi ul li .text .text_con{text-align: left;padding-left: 120px;}
.solution_wifi ul li .text h3{font-weight: 500;color: #181818;}
.solution_wifi ul li .text p{color:rgba(24,24,24,0.7);}
.solution_wifi ul li .text .text_info{ margin-top: 35px;}


.solution_list ul li{background: #ffffff;box-shadow: 6px 5px 15px 1px rgba(0,0,0,0.06);cursor: pointer }
.solution_list ul li .text{padding:15px 20px;color: #252b3a;line-height: 1.7}
.solution_list ul li p{opacity: 0.7;}
.solution_list ul li:hover .text{color: #3495ef;}



@media only screen and (max-width : 1200px) {
    .ico_left{left:0}
    .ico_right{right:0;}

    .gallery-thumbs {margin-bottom: 40px;}
    .gallery-thumbs ul li{line-height: 40px;padding: 10px 0;}
    .gallery-thumbs .ico_left,.gallery-thumbs .ico_right{width: 30px;height: 30px;line-height:30px;}
    .solution_tab_con li .text .text_con .icon_img img{margin-right: 15px;margin-bottom: 5px;}


    .banner_category a{font-size: 16px;line-height: 64px;padding: 0 20px;margin: 0 10px;}


}

@media only screen and (max-width : 812px) {
    .banner_page .text{padding: 6vh 3vw;position: inherit;transform: translate(0);}
    .banner_page .text h3{font-size:26px;}


    .banner_category{background: rgba(24,24,24,1);}
    .banner_category a{font-size: 12px;line-height: 42px;padding: 0 10px;margin: 0;}

    .solution_tab a {margin-bottom: 10px;width: 100px;}

    .solution_tab_con li:before{left: 43%;}
    .solution_tab_con li .img{width: 43%;border-bottom: 1px solid #e4e4e4}
    .solution_tab_con li .text{width: 57%;}
    .solution_tab_con li .text .text_con{padding: 4vh 3vw;}



}

@media only screen and (max-width : 640px) {
    .ico_left,.ico_right{display: none}

    .banner_page .text h3{font-size:20px;}
    .banner_page .text .text_con{margin-bottom: 20px;}

    .banner_category a{padding: 0 5px;}

    /*.gallery-thumbs ul li{padding: 10px 35px;width: auto;}*/
    .solution_tab a {width: 30%;margin: 0 1% 10px;}
    .solution_tab_con li:before{display: none}
    .solution_tab_con li .img{width:100%;position: initial;padding: 15px 0;}
    .solution_tab_con li .img>a{position: initial;transform: translate(0);margin: auto;}
    .solution_tab_con li .img>a img{max-height: 280px;}
    .solution_tab_con li .text{width:100%;float: none}
    .solution_tab_con li .text .text_con{padding:20px 15px 40px;}
    .solution_tab_con li .text .text_con .icon_img{margin: 20px 0;}
    .solution_tab_con li .text .text_con .icon_img img{margin-right: 6px;}

    .solution_wifi ul li .img,.solution_wifi ul li .text{width: 100%;float:none}
    .solution_wifi ul li .text .text_info{ margin-top: 20px;}
    .solution_wifi ul li .text .text_con{padding-left: 20px;}


    .solution_video .video_box{height:300px;}

}


.foot_msg{background: #181818;margin-top:110px;}
.foot_msg .container{padding:13vh 0;background:url("../images/index_foot.png") no-repeat right bottom #181818;}
.foot_msg .con{width: 96%;max-width: 640px;margin: auto}
.foot_msg .text{    font-size: 28px;
    margin-bottom: 3vh;color: #ffffff;}
.foot_msg .text h3{font-size:28px;}

.foot_msg .con ul li{margin-bottom: 20px;}

.foot_msg .con ul li:nth-child(1) input{width: 48%;float: left;}
.foot_msg .con ul li:nth-child(1) input:nth-child(2){float: right}

.foot_msg .con ul li input{height: 56px;opacity: 0.9;background: #ffffff;border-radius: 1px;}

.foot_msg .con .btn_footMsg{width: 100%;border: 0;line-height: 56px;}


.foot_msg_contacts{background: #181818;margin-top:0px;}
.foot_msg_contacts .container{padding:13vh 0;background:url("../images/index_foot.png") no-repeat right bottom #181818;}
.foot_msg_contacts .con{width: 96%;max-width: 640px;margin: auto}
.foot_msg_contacts .text{    font-size: 28px;
    margin-bottom: 3vh;color: #ffffff;}
.foot_msg_contacts .text h3{font-size:28px;}

.foot_msg_contacts .con ul li{margin-bottom: 20px;}

.foot_msg_contacts .con ul li:nth-child(1) input{width: 48%;float: left;}
.foot_msg_contacts .con ul li:nth-child(1) input:nth-child(2){float: right}

.foot_msg_contacts .con ul li input{height: 56px;opacity: 0.9;background: #ffffff;border-radius: 1px;}

.foot_msg_contacts .con .btn_footMsg{width: 100%;border: 0;line-height: 56px;}



.case_box .con{background: #ffffff;}
.case_box .text {margin: 0 80px;}
.case_box .text_con h3{font-size: 23px;color: #252b3a;padding: 20px 0;}
.case_box .text_con .description{font-size: 14px;color: rgba(24,24,24,0.7);line-height: 2;text-align: justify}

.case_box .swiper{margin: 50px 0;position: relative;text-align: center}
.case_box .swiper .swiper_con{padding: 30px 10px;margin: 1px;background: #ffffff;border: 1px solid #e4e4e4;border-radius: 2px; color: #252b3a; text-align: center;font-size: 18px;}
.case_box .swiper .swiper_con .img_box{width:90%;height:85px;line-height: 85px;margin:0 auto 20px;overflow: hidden}
.case_box .swiper .swiper_con .img_box img{display: inline-block;max-width: 100%;max-height: 100%;}
/*.case_box .swiper .swiper_con .img_box:hover img{transform: scale(1.02)}*/


.case_info .info_title{font-size: 28px;color: #181818;padding:65px 0 50px;}
.case_info .info_text{font-size: 14px;font-weight: 500;color:rgba(24,24,24,0.7);line-height: 2}
.case_info .info_text span{color: rgba(0,150,246,0.7);}
.case_info .info_text h3{font-size: 20px;font-weight: 500;text-align: left;color: #252b3a;line-height:1;border-left:6px solid #0096f6;padding-left: 13px;margin-bottom: 10px;}


.info_newCase li .img{height: 188px;line-height: 188px;border-left: 5px solid #0096f6;background: #f8f9fa;text-align: center;}
.info_newCase li .img img{max-width: 100%;max-height: 100%;}
.info_newCase li h3{font-size: 20px;margin: 15px 0;font-weight: 500;color: #252b3a;}
.info_newCase li .description{opacity: 0.7;margin-bottom: 15px;line-height: 2;color: #181818;}


@media only screen and (max-width : 1200px) {

    .foot_msg .container{padding:6vh 0 ;}
    .foot_msg .text h3{font-size:24px;}

    .foot_msg .con ul li{margin-bottom: 15px;}
    .foot_msg .con ul li:nth-child(1) input{width: 48%;float: left;}
    .foot_msg .con ul li:nth-child(1) input:nth-child(2){float: right}
    .foot_msg .con ul li input{height: 34px;}
    .foot_msg .con .btn_footMsg{line-height: 34px;}

    .foot_msg_contacts .container{padding:6vh 0 ;}
    .foot_msg_contacts .text h3{font-size:24px;}

    .foot_msg_contacts .con ul li{margin-bottom: 15px;}
    .foot_msg_contacts .con ul li:nth-child(1) input{width: 48%;float: left;}
    .foot_msg_contacts .con ul li:nth-child(1) input:nth-child(2){float: right}
    .foot_msg_contacts .con ul li input{height: 34px;}
    .foot_msg_contacts .con .btn_footMsg{line-height: 34px;}



    .case_box .text {margin: 0 30px;}
    .case_box .text_con h3{padding: 15px 0;}
    .case_box .text_con  p{line-height:1.8}


    .case_box .swiper{margin: 30px 20px;}
    .case_box .swiper .ico_left,.case_box .swiper .ico_right {width:30px;height: 30px;line-height: 30px;}
    .case_box .swiper .ico_left{left: -35px;}
    .case_box .swiper .ico_right {right: -35px;}

    .case_box .swiper .swiper_con{padding:20px 10px;font-size: 14px;}


    .case_info .info_title{font-size: 24px;padding:45px 0 30px;}
    .case_info .info_text{font-size: 14px;}
    .case_info .info_text h3{font-size:18px;}

    .info_newCase li .img{height: 188px;line-height: 188px;border-left: 3px solid #0096f6;}
    .info_newCase li h3{font-size:18px;margin: 10px 0;}

}

@media only screen and (max-width : 812px) {

    .foot_msg{margin-top:80px;}
    .foot_msg .container{padding:4vh 0 ;background-size: contain;}
    .foot_msg .text h3{font-size:20px;}

    .foot_msg .con ul li{margin-bottom: 10px;}
    .foot_msg .con ul li:nth-child(1) input{width: 100%;float: none!important;}
    .foot_msg .con ul li:nth-child(1) input:first-child{margin-bottom: 10px;}



    .foot_msg_contacts{margin-top:0px;}
    .foot_msg_contacts .container{padding:4vh 0 ;background-size: contain;}
    .foot_msg_contacts .text h3{font-size:20px;}

    .foot_msg_contacts .con ul li{margin-bottom: 10px;}
    .foot_msg_contacts .con ul li:nth-child(1) input{width: 100%;float: none!important;}
    .foot_msg_contacts .con ul li:nth-child(1) input:first-child{margin-bottom: 10px;}


    .case_box .text {margin: 0 4% 20px;}
    .case_box .text_con h3{font-size: 16px}
    .case_box .text_con  p{font-size: 12px}


    .case_box .swiper{margin:20px;}
    .case_box .swiper .swiper_con{font-size: 12px;padding: 15px 8px}
    .case_box .swiper .swiper_con .img_box{margin-bottom: 10px;}


    .case_info .info_title{font-size: 20px;padding:35px 15px 25px;}
    .case_info .info_text{font-size: 12px;}
    .case_info .info_text h3{font-size:14px;line-height: 1.3;border-left: 4px solid #0096f6;}

    .info_newCase li .img{height: 120px;line-height: 120px;border-left:2px solid #0096f6;}
    .info_newCase li .img img{max-width: 80%;}
    .info_newCase li h3{font-size:18px;margin: 10px 0;}
}

@media only screen and (max-width : 640px) {
    .case_box .swiper{margin: 20px 0;}


    .foot_msg{margin-top:60px;}
    .foot_msg .text h3{font-size:18px;}

    .foot_msg_contacts{margin-top:0px;}
    .foot_msg_contacts .text h3{font-size:18px;}

    .info_newCase li{width:100%;margin: 0 0 20px !important}
    .info_newCase li .img{height: 120px;line-height: 120px;border-left:2px solid #0096f6;}
    .info_newCase li h3{font-size:14px;margin:5px 0;text-align: center}
    .info_newCase li .more{display: none}
}


/*news*/
.news_focus .img{width: 50%;position: absolute;left: 0;top: 0;height: 100%;z-index: 1}
.news_focus .text{width:calc(50% - 40px);float: right;position: relative;z-index: 2;background: #ffffff;padding-left: 40px;color: rgba(24,24,24,0.7);}
.news_focus .text h3{font-weight: 500;color: #252b3a;line-height: 1;}
.news_focus .text h4{margin: 10px 0;}
.news_focus .text .con{line-height: 1.7;margin:50px 0 ;height:160px;overflow: hidden}
.news_focus .text .more{}


.newsList ul li{width:calc( (100% - 60px) /4);float: left;margin-bottom: 25px;margin-right: 20px;background: #ffffff;}
.newsList ul li:nth-child(4n){margin-right: 0;}
.newsList ul li .img{height: 184px;position: relative;overflow: hidden}
.newsList ul li .text{padding:25px 20px;line-height: 1.8}
.newsList ul li h3{font-size: 16px;font-weight: 700;color: #252b3a;}
.newsList ul li h4{color:rgba(24,24,24,0.7);}
.newsList ul li:hover{box-shadow: 0 5px 5px rgba(132,132,132,0.3)}

.pages{margin-top: 5vh}
.pages a{display: inline-block;padding: 0 11px;margin: 0 6px;line-height:28px;background: #ffffff;border: 1px solid #d2d2d2;border-radius: 2px;font-family: Roboto, Roboto-Regular;}
.pages a:hover,.pages a.current{background: #0096f6;color: #ffffff}

.news_info{ max-width: 790px;margin: auto;}
.news_info .info_title{font-size: 28px;color: #181818;padding: 5vh 0 4vh}
.news_info .info_time{text-align: center;color: #666a75;border-bottom: 2px solid rgba(102,106,117,0.5);}
.news_info .info_time span{padding: 10px 20px;display: inline-block}
.news_info .info_text{color: rgba(24,24,24,0.7);text-align: justify;line-height: 2}


.service_step{padding-bottom: 10vh;text-align: center}
.service_step ul li{width:calc((100% - 75px)/4) ;margin-right: 25px;margin-bottom: 25px;float: left;background: #ffffff;box-shadow: 6px 5px 15px 1px rgba(0,0,0,0.06);cursor: pointer }
.service_step ul li:nth-child(4n){margin-right: 0}
.service_step ul li .text{padding:5vh 0 4vh;border: 1px solid transparent}
.service_step ul li .ico{width: 66px;margin: auto;}
.service_step ul li h3{padding:15px 0;margin-bottom:20px;font-weight: 500;color: #252b3a;position: relative}
.service_step ul li h3:before{width: 38px;height: 2px;background: #3495ef;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);content: ''}
.service_step ul li p{height: 110px;color: #666a75;line-height:2;overflow: hidden}



.service_custom ul li{background: #ffffff;font-weight: 500;color: #252b3a;}
.service_custom ul li .text{border: 1px solid #e4e4e4;padding: 45px 16%;}
.service_custom ul li .ico{width: 63px;float: left;margin-right: 23px;}


.service_order_title{padding-left: 20px;color: #666a75;}
.service_order_title h3{line-height: 1;font-weight: 500;color: #252b3a;position: relative}
.service_order_title h3:before{width: 6px;height:100%;content: '';position: absolute;background: #0096f6;top: 0;left: -14px;}
.service_order_title p{line-height: 30px;}

.service_order ul li{width: calc(80% / 3);margin-right: 10%;float: left;margin-bottom: 50px;margin-top: 50px;color: #252b3a;}
.service_order ul li:nth-child(3n){margin-right: 0;}
.service_order ul li .img{height: 274px;line-height: 274px;overflow: hidden;margin-bottom: 10px;}
.service_order ul li .img img{max-height: 100%;max-width: 100%;}

.service_map{background: #252525;}
.service_map .title h3{color: #ffffff;}
.service_map .map_box{position: relative}
.service_map .map_box .rno-map-dot-list{position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.service_map .map_text{text-align: center}
.service_map .map_text li{width: 20%;float: left;line-height: 28px;font-size: 14px;color: #ffffff;}
.service_map .map_text li img{width: 28px;display: inline-block;margin-right: 20px;}



.map_box .dot_style1{right: 19%;top: 45%;}
.map_box .dot_style2{top: 40%;right: 13%;}
.map_box .dot_style3{top: 28%;left: 49%;}
.map_box .dot_style4{top: 31%;left: 47%;}

.map_box .dot_style5{top: 19%;left: 4%;}
.map_box .dot_style6{top: 23%;left: 18%;}
.map_box .dot_style7{top: 2%;left: 33%;}
.map_box .dot_style8{top: 65%;left: 31%;}
.map_box .dot_style9{top: 76%;left: 29%;}
.map_box .dot_style10{top: 19%;left: 51%;}
.map_box .dot_style11{top: 25%;left: 54%;}
.map_box .dot_style12{top: 30%;left: 56%;}
.map_box .dot_style13{top: 33%;left: 52%;}
.map_box .dot_style14{top: 15%;left: 73%;}
.map_box .dot_style15{top: 45%;left: 66%;}
.map_box .dot_style16{top: 75%;left: 83%;}


.dot_style1, .dot_style1:after,.dot_style1 .rno-map-dot-layer:after {box-shadow: inset #ff0000 0 0 10px;}
.dot_style1 .rno-map-dot-layer {background-color: #ff0000;}

.dot_style2, .dot_style2:after,.dot_style2 .rno-map-dot-layer:after {box-shadow: inset #85bf23 0 0 10px;}
.dot_style2 .rno-map-dot-layer {background-color: #85bf23;}

.dot_style3, .dot_style3:after,.dot_style3 .rno-map-dot-layer:after {box-shadow: inset #0096f6 0 0 10px;}
.dot_style3 .rno-map-dot-layer {background-color: #0096f6;}

.dot_style4, .dot_style4:after,.dot_style4 .rno-map-dot-layer:after {box-shadow: inset #ff7802 0 0 10px;}
.dot_style4 .rno-map-dot-layer {background-color: #ff7802;}

.dot_style55, .dot_style55:after,.dot_style55 .rno-map-dot-layer:after {box-shadow: inset #ffff00 0 0 10px;}
.dot_style55 .rno-map-dot-layer {background-color: #ffff00;}








@media only screen and (max-width : 1200px) {
    .service_custom ul li .text{padding: 45px 15%;}

    .service_order ul li{margin-bottom: 30px;margin-top:30px;}
    .service_order ul li .img{height: 220px;line-height: 220px;}

}

@media only screen and (max-width : 812px) {


    /*news*/
    .news_focus .img{width: 50%;}
    .news_focus .text{width:calc(50% - 20px);padding-left: 20px;}
    .news_focus .text h4{margin: 10px 0;}
    .news_focus .text .con{margin:20px 0 ;height:auto}


    .newsList{padding: 50px 0}
    .newsList ul li{width:calc( (100% - 20px) /2);}
    .newsList ul li:nth-child(2n){margin-right: 0;}
    .newsList ul li .text{padding:20px ;}
    .newsList ul li h3{font-size: 14px}



    .news_info .info_title{font-size: 20px;padding: 4vh 0 3vh}
    .news_info .info_time span{padding:10px;}
    .news_info .info_text{line-height: 1.65}

    .service_step{padding-bottom:6vh;}
    .service_step ul li{width:calc((100% - 25px)/2) ;margin-right: 25px;margin-bottom: 25px; }
    .service_step ul li:nth-child(2n){margin-right: 0}
    .service_step ul li p{height: 46px;line-height: 1.8}


    .service_custom ul li .text {padding: 30px 10%;}

    .service_map{display: none;}

}
@media only screen and (max-width : 640px) {
    /*news*/
    .news_focus .img{width: 100%;height: 180px;position: initial;margin-bottom: 10px;}
    .news_focus .text{width:100%;padding-left:0;}
    .news_focus .text h4{margin: 5px 0;}
    .news_focus .text .con{margin:20px 0 ;height:auto}
    .news_focus .text .more{display: block;margin: auto;width: 100px;}


    .news_info .info_title{font-size: 16px;}
    .news_info .info_time span{display: none}

    .service_step{padding-bottom:3vh;}
    .service_step ul li{width:100%;margin-right:0;margin-bottom: 20px;float: none }
    .service_step ul li h3{padding: 10px 0;margin-bottom: 10px;}


    .service_custom ul li .text {padding: 30px 15px 20px;}
    .service_custom ul li .ico{float: none;margin:0 auto 10px;}
    .service_custom ul li .text p{height: 42px;overflow: hidden;text-align: center}



    .service_order_title h3{margin-bottom: 10px;}
    .service_order_title p{line-height:1.5;}
    .service_order ul li{width:31.3%;margin:20px 1% 40px;}
    .service_order ul li .img{height: 120px;line-height: 120px}


    .service_map .map_text li{width:40%;line-height: 28px;font-size: 12px;padding: 0 5%;text-align: left}
    .service_map .map_text li img{width: 20px;margin-right: 10px;}

    .newsList ul li{width: 100%;float: none;margin-bottom: 20px;}
    .newsList ul li .img{height: 130px;}
    .newsList ul li .img img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%}


}


/*about*/
.about_introduce{position: relative;}
.about_introduce .img{width: 50%;height: 100%;position: absolute;left: 0;top: 0;}
.about_introduce .img img{display: none}
.about_introduce .text{width: 50%;float: right;}
.about_introduce .text .text_con{padding: 3.5vh 4vh;color:rgba(24,24,24,0.7);line-height: 2;text-align: justify}

.about_count_up{background: linear-gradient(45deg,#0096f6, #00ffce);}
.about_count_up ul li{width: 25%;float: left;font-weight: 500;text-align: center;color: #ffffff;position: relative}
.about_count_up ul li:before{width: 1px;height: 100%;position: absolute;content: '';left: 0;top: 0;background: rgba(255,255,255,0.6)}
.about_count_up ul li:first-child:before{display: none}
.about_count_up ul li h3{font-size: 40px;}
.about_count_up ul li p{opacity: 0.85}


.about_advantage ul li{color: #ffffff;text-align: center}
.about_advantage ul li .con{padding: 2vh 1.5vw;}
.about_advantage ul li:hover .con img{transform: scale(1.02);}
.about_advantage ul li .ico{width: 70%;max-width: 91px;margin: 5vh auto 3vh; }
.about_advantage ul li h3{font-size: 26px;margin-bottom: 1vh;}
.about_advantage ul li p{line-height: 2;height: 140px; overflow: hidden;}


.about_honor{text-align: center}
.about_honor ul li .con{width:100%;margin-bottom: 10px;cursor: pointer}
.about_honor ul li .img_box{height: 110px;overflow: hidden;position: relative}
.about_honor ul li .img_box img{max-width: 100%;max-height: 100%;position: absolute;left:50%;top: 50%;transform: translate(-50%,-50%)}
.about_honor ul li .img_box img.img_hover{display: none}
.about_honor ul li:hover .img_box img.img{display: none}
.about_honor ul li:hover .img_box img.img_hover{display: block}


.time_list ul{}
.time_list ul li{background: url("../images/about_time_bg.png") repeat-y left;padding-left: 60px;position: relative}
.time_list ul li.hide{display: none}
.time_list ul li .con{padding: 25px 35px;border: 1px solid transparent;position: relative}
.time_list ul li h3{font-size: 28px;color: #181818;}
.time_list ul li .con>div{opacity: 0.7;line-height: 1.75;font-size: 16px;color: #181818;position: relative;
    /*padding-left: 8px;*/
}

/*.time_list ul li p:before{width:3px;height:3px;border-radius: 50%;content: '';background: rgba(24,24,24,0.7);position: absolute;left: 0;top: 10px}*/

.time_list ul li:hover:before{width: 22px;height: 22px;left: -13px;z-index: 1;opacity: 1;background: #ffffff;border: 1px solid #0096f6;border-radius: 50%;position: absolute;top: 50%;transform: translateY(-50%);content: ''}
.time_list ul li:hover:after{width: 10px;height: 10px;left: -6px;z-index: 2;background: #0096f6;border-radius: 50%;position: absolute;top: 50%;transform: translateY(-50%);content: ''}

.time_list ul li:hover .con{border: 1px solid #ededed;}
.time_list ul li:hover .con:before{width: 6px;height: 100%;background:#0096f6;position: absolute;left: 0;top: 0;content: ''}

.about_time_box .time_more{line-height: 60px;font-size: 16px;width: 340px;background: #eeeeee;border: 1px solid #cccccc;display: block;color: #5d5d5d;margin: auto;cursor: pointer}
.about_time_box .time_more span{display: block;width: 100%;height: 100%;}
.about_time_box .time_more i{margin-left: 10px;}



@media only screen and (max-width : 1200px) {
    .about_introduce .text .text_con{padding:2.5vh 3vh;}

    .about_count_up ul li h3{font-size:36px;}

    .about_advantage ul li h3{font-size: 24px;}


    .time_list ul li h3{font-size: 24px;}
    .time_list ul li .con>div{font-size: 14px;}

    .time_list ul li:hover:before{width: 18px;height:18px;left: -11px;}
    .time_list ul li:hover:after{left: -6px;}
    .time_list ul li:hover .con:before{width: 6px;}


}
@media only screen and (max-width : 812px) {
    .about_advantage ul li h3 {font-size: 20px;}
    .about_advantage ul li .ico {margin: 3vh auto 2vh;}
    .about_advantage ul li p{height: 160px}

    .time_list .layui-flow-more{padding-top: 2vh;line-height: 36px;font-size: 12px;}
    .time_list .layui-flow-more a{width: 280px;line-height: 36px;}
    .time_list .layui-flow-more a i{font-size: 14px;line-height: 36px;}

    .time_list{padding-left: 20px;padding-right: 20px;}
    .time_list ul li {padding-left: 40px;}
    .time_list ul li .con {padding: 20px 25px;}
    .time_list ul li h3 {font-size: 20px;}

    .about_time_box .time_more{line-height: 40px;font-size: 14px;width: 280px;}

}
@media only screen and (max-width : 640px) {
    .about_introduce .img {width: 100%;height: 200px;position: initial;}
    .about_introduce .text {width: 100%;float: none;}
    .about_introduce .text .text_con{line-height: 1.7}
    .about_count_up{display: none}

    .about_advantage ul li h3 {font-size: 16px;}
    .about_advantage ul li p {height: auto;}

    .time_list ul li {padding-left: 20px;}
    .about_time_box .time_more{width: 200px;}
}


/*contact*/
.msg_box ul li{width:calc(50% - 20px);margin-right: 40px;margin-bottom: 25px;float:left;font-size: 16px;color: #181818;}
.msg_box ul li:nth-child(2n){margin-right: 0;}
.msg_box ul li p{padding:5px 0 15px;}
.msg_box ul li input{height: 46px;border: 1px solid #d6d6d6;color: rgba(24,24,24,0.7)}

.msg_box ul li input::-webkit-input-placeholder { /* WebKit, Blink, Edge */text-align: center }
.msg_box ul li input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  text-align: center }
.msg_box ul li input::-moz-placeholder { /* Mozilla Firefox 19+ */  text-align: center }
.msg_box ul li input:-ms-input-placeholder { /* Internet Explorer 10-11 */ text-align: center }



/*.msg_box ul li input::-webkit-input-placeholder,.msg_box ul li input:-moz-placeholder ,.msg_box ul li input::-moz-placeholder ,.msg_box ul li input:-ms-input-placeholder {}*/

.msg_box .btn_sure{padding: 0 70px;line-height: 46px;margin:30px auto 0;border: 0;font-size: 16px;display: block;}


.success_box{padding:50px 0;line-height: 1.8;text-align: center}
.success_box h2{font-size:36px;font-weight: bold}

.contact_box{padding:7.5vh 0;background: linear-gradient(45deg,#0096f6, #00ffce);color: #3e3e3e;line-height: 1}
.contact_box h3{font-size: 22px;color: #181818;margin-bottom: 10px;}
.contact_box strong{font-size: 28px;color: #181818;margin: 17px 0;}
.contact_box p{margin-top: 10px;line-height: 1.6}

.contact_box .contact_link{float: right;width: 192px;}
.contact_box .contact_link .img{width: 34px;margin-right: 15px;display: inline-block}
.contact_box .contact_link .img:last-child{margin-right: 0;}

.contact_box .info{width: calc(100% - 200px);}
.contact_box .info .con{background-size: 22px;padding:0 40px;margin-right: 40px;float: left;background-position: left 4px;position: relative;height: 90px;background-repeat: no-repeat;}
.contact_box .info .con:before{position: absolute;width: 1px;height:100%;right: 0;top: 50%;transform: translateY(-50%);content: '';background: #16a4a3;}
.contact_box .info .con:first-child{max-width: 210px;}
.contact_box .info .con:last-child{margin-right: 0;}


.contact_map{width: 100%;height: 550px;}


.contact_office ul li .con{border: 1px solid #e4e4e4;padding:45px 30px;}
.contact_office ul li h3{margin-bottom: 20px;padding-left: 18px;color: #252b3a;border-left: 6px solid #0096f6;line-height: 1;}
.contact_office ul li .text{opacity: 0.7;color: #181818;line-height:1.8;height: 132px;overflow: hidden}
.contact_office ul li .btn_more{color: #0096f6;}



@media only screen and (max-width : 1200px) {
    .contact_box h3{font-size: 18px;}
    .contact_box strong{font-size: 22px;}
    .contact_box .info .con{padding:0 20px 0 40px;margin-right: 20px;}

    .success_box{padding:30px 0;}
    .success_box h2{font-size:24px;}

}
@media only screen and (max-width : 812px) {
    .msg_box ul li{width:100%;margin-right:0;margin-bottom: 25px;font-size: 14px;}
    .msg_box ul li p{padding:5px 0;}
    .msg_box ul li input{height: 40px}
    .msg_box .btn_sure{font-size: 14px;}

    .success_box{padding:30px 0;}
    .success_box h2{font-size:20px;}

    .contact_box{padding: 5vh 0}
    .contact_box h3 {font-size: 16px;}
    .contact_box strong{font-size: 20px;}
    .contact_box .contact_link{float: none;margin:0  auto 3vh}

    .contact_box .info{width: 100%;position: initial;transform: translateY(0);}
    .contact_box .info .con{width: 180px;margin:20px auto !important;padding:0 0 10px 30px;float: none;}
    .contact_box .info .con:before{width: 100%;height: 1px;left: 0;top:100%;transform: translateY(0)}

    .contact_office ul li .con{padding:25px 20px;}
    .contact_map{height: 300px;}
}
@media only screen and (max-width : 640px) {

}


/*advantage_*/
.advantage_pain ul li{float: left;margin-right: 30px;width: calc((100% - 90px)/4);background: #ffffff;box-shadow: 6px 5px 15px 1px rgba(0,0,0,0.05);text-align: center }
.advantage_pain ul li:nth-child(4n){margin-right: 0;}
.advantage_pain ul li .con{width: 90%;margin: 30px auto}
.advantage_pain ul li h3{padding-bottom: 20px;margin-bottom: 15px;color: #252b3a;position: relative}
.advantage_pain ul li h3:after{position: absolute;width: 38px;height: 2px;background: #0096f6;left: 50%;bottom: 0;transform: translateX(-50%);content: ''}
.advantage_pain ul li p{line-height: 1.8;height: 90px;}





.advantage_box{background: rgba(243,245,247,0.61)}
.advantage_box .con{background: #ffffff;}
.advantage_box .con .con_box{padding:20px }
.advantage_box .con h3{padding: 18px 0 18px 20px;font-weight: 500;color: #252b3a;line-height: 1;}
.advantage_box .con dl dd{width: calc((100% - 15px)/2);margin-bottom: 20px;color:rgba(24,24,24,0.7);background: #f8f9fa;float: left;}
.advantage_box .con dl dd:nth-child(odd){margin-right: 15px;}
.advantage_box .con dl dd .text{margin: 20px 12px 20px 12px;height: 80px;position: relative;padding-left: 15px;}
.advantage_box .con dl dd .text:before{position: absolute;width: 5px;height:5px;border-radius: 50%;content: '';background: #5d5d5d;left: 0;top:6px;}




.advantage_core ul li .con{border: 1px solid #e4e4e4;padding: 35px 30px 0;text-align: center}
.advantage_core ul li .icon_img{height: 50px;line-height: 50px;}
.advantage_core ul li .icon_img img{max-height: 100%;}
.advantage_core ul li h3{padding: 15px 0;margin-bottom: 25px;font-weight: 500;color: #252b3a;position: relative;display: block}
.advantage_core ul li h3:before{width: 38px;height: 2px;background: #3495ef;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);content: ''}
.advantage_core ul li .text{height: 230px;color: #181818;opacity: 0.7;line-height: 2;}


.yun_list ul li{width:calc(50% - 10px);margin-bottom: 20px;float: left;text-align: center;cursor: pointer}
.yun_list ul li:nth-child(odd){margin-right: 20px;}
.yun_list ul li .con{border: 1px solid #e4e4e4;padding: 10px;}
.yun_list ul li .con .img_box{padding: 30px 0;font-weight: 500;color: #ffffff;}
.yun_list ul li .con .img_box .icon_img{width: 38px;margin:0 auto 15px;padding-bottom: 15px;border-bottom: 2px solid #0096f6;}
.yun_list ul li .con .img_box .icon_img img{height: 30px;}
.yun_list ul li .con .tag{background: #fbfbfc;padding: 10px;}
.yun_list ul li .con .tag span{line-height: 40px;margin:10px 1% 0;width: calc(48% - 2px);;display: inline-block;color:rgba(24,24,24,0.7);border: 1px solid #e7e7e7;float: left}

.yun_list ul li .con .text{color: rgba(24,24,24,0.7);line-height:2;padding: 35px;}

.yun_add ul li .con{background: #f8f9fa;}
.bus_box .yun_add ul li .con{background: #ffffff;}
.yun_add ul li .con_box{padding:50px 45px 0;}
.yun_add ul li .con_box h3{color: #252b3a;}
.yun_add ul li .con_box .text{color: #181818;height: 150px;margin-top: 20px;color: rgba(24,24,24,0.7);line-height: 1.7}


.solution_page img,.solution_page_mobile img{width: 100%;}
.solution_page_mobile{max-width: 812px;margin: auto;}
.solution_page_mobile.mobile{display: none;}



@media only screen and (max-width : 1200px) {
    .advantage_pain ul li .con {width: 86%;margin: 20px auto;}

    .advantage_box .con dl dd{margin-bottom: 10px;}
    .advantage_box .con dl dd:nth-child(odd) {margin-right: 10px;}
    .advantage_box .con dl dd .text {margin: 15px 10px 15px 15px;padding-left: 15px;}
    .advantage_box .con dl dd .text:before{width: 6px;height: 6px;}

    .advantage_core ul li .con{padding: 25px 20px 0;}
}
@media only screen and (max-width : 812px) {

    .advantage_pain ul li {margin-right: 20px;width: calc((100% - 20px) / 2);margin-bottom: 20px;}
    .advantage_pain ul li:nth-child(2n) {margin-right:0}
    .advantage_pain ul li p {height: 70px;}
    .advantage_pain ul li h3{padding-bottom: 10px;}


    .yun_list ul li{width:100%;margin:0 0 10px !important;float: none}
    .yun_list ul li .con .tag{height:auto;}
    .yun_list ul li .con .text{padding: 15px 10px;}
    .yun_add ul li .con_box{padding: 20px 3%;}
    .yun_add ul li .con_box .text{height: auto;margin-top: 15px;}

    .solution_page.pc{display: none}
    .solution_page_mobile.mobile{display: block}

}

@media only screen and (max-width : 640px) {
    .advantage_pain ul li{width: 100%;margin: 0 0 10px !important}
    .advantage_box .con dl dd{width: 100%;margin-right: 0;}
    .advantage_box .con dl dd .text{height: auto}

    .advantage_core ul li .con{padding: 20px}
    .advantage_core ul li .text{height: auto}

    .yun_list ul li .con .tag span{width: auto;display: block;float: none;margin: 10px 0 0}
}


.bus_box{margin-top: 4vh}




.yun_list ul li:hover .con h3,.yun_add ul li:hover .con_box h3,.service_step ul li:hover h3,.service_custom ul li:hover,.newsList ul li:hover h3,.info_newCase li:hover h3,
.index_info .tab ul li:hover p,.foot_top ul li a:hover,.solution_tab_con li .text .text_con h3:hover,.solution_wifi ul li .text h3:hover,.case_box .text_con:hover h3,
.case_box .swiper .swiper_con:hover p{color: #0096f6}

.function_con {
    padding-bottom: 20px;
}
.function_con_iteml {
    width: calc(18% - 20px);
    padding-right: 20px;
    border-right:2px solid #E9EBEC;
}
.function_con_item2 .function_con_iteml {
    width: calc(15% - 20px);
    padding-right: 0;
    padding-left: 20px;
    border-right:none;
    border-left:2px solid #E9EBEC;
}
.function_con_item2 .function_con_iteml li {
    text-align: right;
}
.function_con_item2 .function_con_iteml .on:after {
    content: '';
    position: absolute;
    left: -22px;
    top: 0;
    width: 2px;
    height: 50px;
    background: #3495EF;
}
.function_con_item,.function_con_item2 {
    margin-bottom: 67px;
}
.function_con_iteml li{
    font-weight: 500;
    font-family: Poppins-Medium;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #A6A9A5;
    text-align: left;
    margin-bottom: 50px;
}
.function_con_item2 li {
    margin-bottom: 20px;
}
.function_con_iteml .on {
    color: #191919;
}
.function_con_iteml .on:after {
    content: '';
    position: absolute;
    right: -22px;
    top: 0;
    width: 2px;
    height: 50px;
    background: #3495EF;
}
.function_con_iteml li:nth-child(4) {
    margin-bottom: 0;
}
.function_con_item2 li:nth-child(4) {
    margin-bottom: 20px;
}
.function_con_item2 li:nth-child(5) {
    margin-bottom: 0;
}
.function_con_itemr {
    width:calc(82% - 40px);
}
.function_con_itemr_box {
    position: relative;
    display: none;
}
.function_con_item2 .function_con_itemr {
    width:calc(85% - 40px);
}
.function_con_item2 .function_con_itemr_box .txt {
    width: 34%;
}
.function_con_itemr_box .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    color: #181818;
    opacity: 0.7;
    font-size: 14px;
    line-height: 25px;
}

.function_con_item2 .function_con_itemr_box .txt{
    right: 0;
    left: inherit;
}
.function_con_itemr_box .img  {
    width: 62%;
}
.function_con_itemr_box .img img {
    width: 100%;
}
.function_con_itemr .function_con_itemr_box:nth-child(2) .txt{
    top: 100px;
}
.function_con_itemr .function_con_itemr_box:nth-child(3) .txt{
    top: 170px;
}
.function_con_itemr .function_con_itemr_box:nth-child(4) .txt{
    top:85%;
}
.function_con_itemr .function_con_itemr_box:nth-child(5) .txt{
    top: 120%;
}

.function_con_item2 .function_con_itemr_box:nth-child(2) .txt{
    top: 70px;
}
.function_con_item2 .function_con_itemr_box:nth-child(3) .txt{
    top: 150px;
}
.function_con_item2 .function_con_itemr_box:nth-child(4) .txt{
    top: 220px;
}

.function_con_item2 .function_con_itemr_box:nth-child(5) .txt{
    top: 300px;
}

.function_con_item3 .function_con_itemr .function_con_itemr_box:nth-child(3) .txt{
    top: 100%;
    transform: translateY(-67%);
}
.solution_list2 {
    width: 98%;
    margin: 0 auto;
    position: relative;
}
.solution_list2 li .img {
    position: relative;
}
.solution_list2 li .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    opacity: .5;
    font-size: 28px;
    color: #000000;
    text-align: center;
    padding-top: 58%;
}

.solution_list2 .ico_left, .solution_list2 .ico_right {
    left: 10px;
    background: url("../images/lt.png") no-repeat;
    opacity: 1;
    display: none;
}

.solution_list2 .ico_right {
    right: 10px;
    left: inherit;
    background: url("../images/rt.png") no-repeat;
}
/*.solution_list2 li:hover .txt{
    background: transparent;
    opacity: 1;
    color: #fff;
}*/
.solution_list2:hover .ico_right, .solution_list2:hover .ico_left{
    display: block!important;
}

.solution_list2 .swiper-slide-active .txt,.solution_list2 .swiper-slide-duplicate-active .txt{
    background: transparent;
    opacity: 1;
    color: #fff;
}
.accessory_con_item {
    background: #fff;
    margin-bottom: 25px;
    position: relative;
}
.accessory_con_item .ico_left {
    display: none;
}
.accessory_con_item .ico_right {
    right: 10px;
    left: inherit;
    background: url(../images/rt.png) no-repeat;
    opacity: 1;
}
.accessory_con_item4 .ico_left{
    display: block;
    left: 10px;
    background: url(../images/lt.png) no-repeat;
    opacity: 1;
}
.accessory_con_item4 .ico_right{
    display: none;
}
.accessory_con_iteml {
    width: 16%;
    height: 322px;
    background-image: linear-gradient(270deg, #00C7FB 0%, #0096F6 100%);
}
.accessory_con_itemr {
    width: 84%;
    height: 322px;
}
.accessory_con_iteml .txt {
    margin-top: 60%;
    margin-left: 23px;
}
.accessory_con_item2 .txt {
    margin-top: 40px;
    text-align: right;
    padding-right: 23px;
}
.accessory_con_item4 .txt {
    margin-top: 50%;
    text-align: right;
    margin-right: 23px;
    margin-left: inherit;
}
.accessory_con_iteml .txt h3{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
}
.accessory_con_iteml .txt p{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 10px;
}
.accessory_con_item2 .txt .h3 {
    margin-top: 50px;
}
.accessory_con_item4 .txt h3 {
    font-size: 23px;
}
.accessory_con_itemr ul li {
    width: calc(100% / 4);
    float: left;
    position: relative;
}
.accessory_con_itemr ul li .img {
    height: 202px;
    line-height: 202px;
    width: 140px;
    margin: 100px auto 0;
}
.accessory_con_itemr ul li .img img {
    max-height: 100%;

}
.accli_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 322px;
    background: #000000a6;
    opacity: 0;
    transition: .5s;
}
.accessory_con_itemr ul li:hover .accli_bg {
    opacity: 1;
}
.accessory_con_itemr ul li:hover .img1 img{
    display: none;
}
.accessory_con_itemr ul li .accli_bg .img {
    text-align: center;
    margin: 50px auto 0;
}
.accli_bg p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 35px;
}

@media screen and (max-width: 768px){
    .solution_list2 li .txt {
        font-size: 16px;
    }
    .function_con_iteml {
        width: 100%;
        padding-right: 0;
        border-right: none;
        border-bottom: 2px solid #E9EBEC;
    }
    .function_con_iteml .on:after {
        content: none;
    }
    .function_con_iteml li {
        float: left;
        font-size: 16px;
        width: 33%;
        height: 60px;
        margin-bottom:0px;
        overflow: hidden;
        line-height: 1.2;
    }
    .function_con_itemr {
        width: 100%;
    }
    .function_con_itemr_box .txt {
        width: 100%;
        position: static;
    }
    .function_con_itemr .function_con_itemr_box:nth-child(2) .txt{
        top: 0;
        transform: inherit;
    }
    .function_con_itemr .function_con_itemr_box:nth-child(3) .txt{
        top: 0;
        transform: inherit;
    }
    .function_con_item3 .function_con_itemr .function_con_itemr_box:nth-child(3) .txt{
        top: 0;
        transform: inherit;
    }
    .function_con_itemr_box .img {
        width: 100%;
    }
    .function_con_item2 .function_con_itemr {
        width: 100%;
    }
    .function_con_item2 .function_con_itemr_box .txt {
        width: 100%;
    }
    .function_con_item2 .function_con_iteml {
        width: 100%;
        border-left: none;
        margin-top: 10px;
    }
    .function_con_item2 .function_con_iteml li {
        text-align: center;
    }
    .function_con_item, .function_con_item2 {
        margin-bottom: 30px;
    }
    .accessory_con_iteml {
        width: 100%;
        height: auto;
    }
    .accessory_con_iteml .txt {
        margin-top: 15px;
        padding-bottom: 10px;
    }
    .accessory_con_itemr {
        width: 100%;
    }
    .accessory_con_itemr {
        height: auto;
    }
    .accessory_con_itemr ul li {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
}








@-webkit-keyframes pulsate {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0.45;
        transform: scale(3);
    }
}

@keyframes pulsate {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0.45;
        transform: scale(3);
    }
}



.banner_page .my_addr{
    font-size: large;
}
.banner_page .my_addr a{color: #0fa0fd; text-decoration: underline;}

.contacts-btn, .contactstextarea, .contacts-upload-button {
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}

@media only screen and (max-width: 1200px){
    .clearfix select {
        height: 34px;
    }
}

.contacts-input {
    border-color: #e6e6e6;
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;

    height: 56px;
    line-height: 1.3;
    line-height: 38px \9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 30px;
    cursor: pointer;
}

.contacts-input::-webkit-input-placeholder {
    line-height: 1.3;
}

.contacts-input:hover {
    border-color: #D2D2D2 !important;
}

.contacts-input:focus {
    border-color: #C9C9C9 !important;
}

.clearfix select{
    color: black;
}

.clearfix select option{
    color: black;
}

.clearfix select:required:invalid {
    color: grey;
}

.my_grow {
    flex-grow: 1;
}

.text_con ul {
    padding-left: 3vh;
}
.text_con ul li{
    list-style-type: disc;
}


.foot_msg .con ul li:nth-child(1) select{width: 48%;float: left;}
.foot_msg .con ul li:nth-child(1) select:nth-child(2){float: right}

.foot_msg_contacts .con ul li:nth-child(1) select{width: 48%;float: left;}
.foot_msg_contacts .con ul li:nth-child(1) select:nth-child(2){float: right}