
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, fieldset, input, img {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Arial";
}

.size-h3{
    font-size: 26px;
}

.banner-bg{
    background: #977B6D;
    background-size: cover;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}

.banner-bg>div >h1{
    color: #DADDE1;
}

.banner-bg>div >h2{
    color: #DE752D;
}

.banner-bg>div >p{
	color:#fff;}




/*button*/

.button_box{
    display: flex;
    flex-direction: row;
    justify-content:center;
}

.tel{
    position: relative;
    margin:20px 10px ;
}

.button_class1{
    display: block;
    border:1px solid #fff;
    color: white;
    overflow: hidden;
    font-size: 25px;
    padding: 3px  10px  0 10px;
}


.button_class1>p{
    font-size: 10px;
    padding: 0;
    margin: 0;
}


.tel>ul{
    position: absolute;
    padding: 0px;
    left: 0px;
    display: none;
    text-align: left;
    background: #fff;
    z-index: 999;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    list-style: none;
}

.tel:hover.tel>ul{
    display: block;
}

.tel>ul>li>a{
    width: 100%;
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #CCCCCC;
    color: #DE752D;
    white-space:nowrap;
}

.button_class2{
    display: block;
    overflow: hidden;
    font-size: 25px;
    padding: 9px  10px  9px 10px;
    border: 2px solid #F07E2E;
    border-radius: 5px;
    color: #F07E2E;

}


.border >video{
    width: 100%;
}

.border>p{
	font-size:18px;
	margin-top:15px;

}


.lis>div{
	cursor:pointer;
	}


/* title */

.mat30{
    margin-top: 30px;
}

.title-border{
    overflow: hidden;
    border-bottom: 1px solid #EFEFEF;
}


.font-size{
    font-size: 25px;
}

.list-box{
    overflow: hidden;
    list-style: inside none none;
    margin-top: 20px;
    margin-bottom: 0;
}

.list-box>li{
    float: left;
    margin:  0 4px ;
}

.list-box>li>a{
    width: 80px;
    font-size: 12px;
    color: #000;
    display: inline-block;
    text-align: center;
    padding-top: 13px;
    height: 37px;
}

.list-box>li>a:hover{
    color: #0069d9;
}

.on{
    background: url(../img/pro_title_tab.png) no-repeat
}
.on2{
    background: #CCC;
}

.list-box>li:hover{
    background: url(../img/pro_title_tab.png) no-repeat
}

.list-box>li:nth-child(5)>a{
    padding-top: 8px;
}

.list-box>li:nth-child(5):hover{
  background: #FAFAFA;
}


.text>h1{
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0;
    line-height: 38px;
}

.text>p{
    font-size: 18px;
    line-height: 1.5;
}

.pro_download {
    height: 100px;
    clear: both;
    background-image: url(../img/click-here.png);
    background-repeat: no-repeat;
    background-position: 100px 60px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.p-top{
    margin-top: 30px;
    display: inline-block;
    padding-top: 30px;
}

.bg{
    background: #187DBC;
    padding: 30px 0;
    margin: 30px 0;
}

.lis>div{
    margin-top: 10px;
}
.lis>h3{
  margin:30px 0;
}

.qiuqiu{
    display: flex;
    align-content: center;
    padding: 7px 0;
}

.qiuqiu a{
	color:#fff;
	}

.bg h5{
    display: inline;
    padding: 15px 20px;
    border: 1px solid #fff;
    color: white;
    font-size: 25px;
}

.box{
    position: relative;
    margin: 15px 0;
    padding:10px 0;
    min-height: 134px;
    overflow: hidden;
    border: 1px solid #fff;
    background: #fff;
    /*transform: rotate(20deg);*/
    transform-origin: center top;
    animation: ani1 1000ms linear infinite both;
}

.box:hover {
    -webkit-animation:ani1 0s;
}

.active{
	position:relative;
	}

.active>label{
	position:absolute;
	top:50%;
	left:50%;
	background:rgba(0,0,0,.3);
	color:#fff;
	display:block;
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	transform:translate(-50%,-50%);
	border-radius:50%;
	font-size:40px;
	font-weight:500;
	display:none;
	cursor:pointer;
	}
.active:hover.active>label{
	display:block;
	}


@-webkit-keyframes ani1 {
    0% {  transform:rotate(0deg);}
    100% {  transform:rotate(0deg);}
}


@keyframes ani1 {
    0% {  transform:rotate(0deg);}
    100% {  transform:rotate(0deg);}
}

@keyframes ani1 {
    0% {
        transform:rotate(0deg);
    }
    25% {
        transform:rotate(2deg);
    }
    50% {
        transform:rotate(0deg);
    }
    75%{
        transform:rotate(-2deg);
    }
    100% {
        transform:rotate(0deg);
    }
}

.box p{
    position: absolute;
    top: 140px;
    transition: all .7s;
    width: 100%;
    height: 70px;
    color: #fff;
    padding:  10px;
}


.box:hover{
    /*border:1px solid #58a7d9;*/
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.box:hover.box h6{
    color: #f08d47;
    margin-left: 15px;
}

.box:hover.box p{
    top: 70px;

    background: rgba(238,112,46,0.8);
}


.huai {
    margin-bottom: 10px;
    padding: 0 10px;
}

.huai >h6{
    display: inline;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 30px;
    color: #58a7d9;
    transition: all 1s;
}

.huai >img{
    display: inline;
    vertical-align: middle;
}

.box>img{
    box-sizing: border-box;
    float: left;
    padding: 10px 20px ;
}


.kua{
    box-sizing: border-box;
    border: 1px solid #E2E2E2;
    padding: 20px ;
    line-height: 1.5;
    overflow: hidden;
    margin-top: 20px;
}

.list{
    border: 1px solid #DADADA;

}

.list ul{
    list-style: inside none none;
    box-sizing: border-box;
    padding: 0 30px;
}

.list ul>li:nth-child(1){
    font-size: 30px;
}

.list ul>li {
    text-align: center;
    border-bottom: 1px solid #DADADA;
    padding: 10px ;
    font-size: 12px;
}

.list ul li a{
    color: #000;
    font-size: 12px;
}

.bg-color  ul li a{
    color: #fff;
    font-size: 12px;
}

.mal39{
    margin-left: 39px;
}

.color1{
    color: #2B8DD6;
    font-size: 30px;
}

.mat50{
    margin-top: 50px;
}
.mat20{
    margin-top: 20px;
}
#bt1{
    border: 0 none;
    margin: 20px   0;
    box-sizing: border-box;
}

#bt1>a {
    padding: 10px 10px;
    border: 1px solid #1E71A1;
}

#bt2{
    border: 0 none;
    margin: 20px   0;
}

#bt2>a {
    padding: 10px 10px;
    border: 1px solid #1E71A1;
}

#bt3 {
    border: 0 none;
    margin: 20px 0;
}

#bt3>a {
    padding: 10px 10px;
    border: 1px solid #1E71A1;
}


.bg-color{
    background: #2B8DD6;
    color: #fff;
    margin: 0;
}

.bg-color ul li a:hover{
    text-decoration: underline;
}

.list ul li a:hover{
    text-decoration: underline;
}

#bt{
    border:  0 none;
    margin: 70px   0;
}

#bt>a {
    color: #fff;
    padding: 10px 10px;
    border: 1px solid #fff;
}



#bt>a:hover{
    background: #fff;
    color: #000;
}

#bt3{
    border: 0 none;
    margin: 20px   0;
}

#bt3>a {
    padding: 10px 10px;
    border: 1px solid #1E71A1;
}

#bt3>a:hover{
    background: #2B8DD6;
    color: #fff;
}

#bt1>a:hover{
    background: #2B8DD6;
    color: #fff;
    position: relative;
}

#bt2>a:hover{
    background: #2B8DD6;
    color: #fff;
}

.list-tp>img{
    float: left;
}

.list-tp{
    display: flex;
    flex-direction: row;
}

.text p{
    margin: 0;
}

.ul-bg p,.rel_say_cont p{
    margin: 0;
}

.list>div>ul:nth-child(1)>li{
   /* font-size: 25px;*/
}

.hides{
    margin:  50px 0;
    cursor: pointer;
}

.hide0{
    display: none;
}

/* 预览 */

.yulan-box{
    display: none;
}

.aiya{
    position: fixed;
	top:0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lis span{
    display: inline-block;
    margin-top: 30px;
}


/*a6 added from index.css to change home index*/
.list-li{
    list-style: inside none none;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 26px;
}
.title-box {
    border-bottom: 1px solid #ccc;
}
.title-box h2{
    font-size: 25px;
}

.list-li >li{
    float: left;
    margin:  0 4px ;
}

.list-li>li>a{
    width: 80px;
    font-size: 12px;
    padding-top: 13px;
    height: 37px;
    display: inline-block;
    text-align: center;
    color: #000;
}

.on{
    color: #0062cc;
    background: url(../img/pro_title_tab.png) no-repeat;
}
.on2{
    color: #0062cc;
    /*background: url(../img/pro_title_tab.png) no-repeat;*/
}
.list-li2{
    list-style: inside none none;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 26px;
}

.list-li2 >li{
    float: left;
    margin:  0 4px ;
}

.list-li2>li>a{
    width: 80px;
    font-size: 12px;
    padding-top: 13px;
    height: 37px;
    display: inline-block;
    text-align: center;
    color: #000;
}
.list-li2>li:hover{
    background: #CCC;
}
.list-li>li:hover{
    background: url(../img/pro_title_tab.png) no-repeat
}
.border_p {
    /* margin-top: 130px; */
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}
.tops {
    margin-top: 25px;
    border: 2px #9bd860 dashed;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.bg-wi{
    background: #907566;
    color: #FFFFFF;
    text-align: center;
}

.bg-wi>h2{
    padding: 15px 0;
    font-size: 24px;
    margin: 50px 0;
}
.ul-s{
    list-style: none;
    padding-left: 45px;
}

.kuangkuang{
    border: 1px solid #CCCCCC;
    padding: 10px 0;
}

.ul-s>li{
    padding-bottom: 10px;
    overflow: hidden;

}

.ul-s>li>span>img{
    display: inline;
    padding:0 3px 0 15px;
    vertical-align: middle;
}

.ul-s>li>span{
    color: #555;
}
.videol-bg {
    display: flex;
    justify-content: center;
}
.ul-bg{
    background: url(../img/rel_line.png) no-repeat right center;
}


.rel_tips ul{
    list-style: none;
}

.rel_tips ul li {

    background: url(../img/point.gif) no-repeat left center;
    padding: 2px 0 2px 10px;
    color: #444;
    line-height: 180%;
}
.rel_tips ul li a{
	font-size:13px !important;
	color: #CCC !important;
	 }

.ul-bg{
    height: 250px;
}

.ul-bg h6{
	    font-size:20px;
	}


.ul-bg p, .ul-bg a {
    padding: 0;
    margin: 0;
	font-size:13px;
    color: #CCC !important;
}

.rel_say_cont p,.rel_say_cont a {
    padding: 3px 0px;
    margin: 3px 0px;
	font-size:13px;
    color: #CCC !important;
}
.xian{
    border-bottom: 1px solid #fff;
    padding-bottom: 40px !important;
	margin-top:10px;
}
.bg-list{
    background: #3592D7;
    color: #fff;
}

.bg-list ul li:nth-child(1){
    color: #fff;
}

.bg-list ul li a:hover{
    border-bottom: 1px solid #ffffff;
}

.bg-list ul li span a {
    color: #fff;
    display: block;
    padding: 10px 10px;
    border: 1px solid #fff;
    margin-top: 10px;
}

.bg-list ul li span a:hover{
    background: #fff;
    color: #000;
}

.bg-list ul li a {
    color: #fff;
}

.top-bg{ border: 1px solid #ccc;
    overflow: hidden;
    padding: 10px ;
    min-height: 356px;
}

.top-bg img{
    height: 123px;
}
.list_top1{ border-top: 5px solid #69e5c5;}

.list_top2{ border-top: 5px solid #4cade8;}


.list_top3{ border-top: 5px solid #3d3567;}

.list_top4{ border-top: 5px solid #72e4c7;}

.title-h3{
    font-size: 18px;
    margin: 20px 0;
}

/*end of a6*/

/* 媒体查询*/

@media (max-width: 780px) {
    .button_box{
        display: block;
    }

    .bg{
        margin: 10px 0;
    }

    .banner-bg > div > h1 ,.but1{
        font-size: 25px;
    }

    .but1 > p ,.banner-bg>div >h2,.but2{
        font-size: 16px;
    }

    .but1>span{
        font-size: 22px;
    }

    .but1>p,.but1,.but2{
        font-size: 12px;
    }
    .but2{
        padding: 0 15px;
    }
    .banner-bg>div>h2{
        margin: 0 ;
    }

}

@media (max-width: 320px) {
    .huai {
        width: 190px;
    }
}


/*  technician */

.list_tu{
    list-style: none;
}

#tech{
    color: #000;
}

.list1{
    background: url("../img/datasecurity.jpg") no-repeat center right;
    height: 410px;
    margin: 30px 0;
}

.list_border1{
    border: 2px solid #FFC90F;
    padding: 70px 30px;
    border-radius: 10px;
}

.list_border2{
    border: 2px solid #fff;
    background: #E2E3DB;
    padding: 30px;
}

.list_border2>h1{
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}

.list_border2>p{
    font-size: 18px;
}

.list2{
    background: url("../img/technician-service.jpg") no-repeat;
    height:418px;
    margin: 30px 0;
}

.list_ma{
    margin: 70px 0 ;
    background: rgba(0,0,0, .3);
}

.list2 h1{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}

.list2 p{
    color: #fff;
    font-size: 18px;
}

.list3{
    border: 2px  solid #1D468B;
    border-radius: 10px;
    overflow: hidden;
    margin: 30px 0;
    padding: 30px 0;
}

.list3 h1{
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}

.list3 p{
    font-size: 18px;
}

.with{
    width: 300px;
    margin:  0 auto;
}


#bt1:hover#bt1>ul{
    display: block;
}

#bt1>ul{
    padding: 0px;
    width: 100%;
    background: #fff;
    border: 1px solid #CCCCCC;
    position: absolute;
    left: 0px;
    margin-top: 10px;
    display: none;
    z-index: 999;
}

#bt1>ul>li{
    margin: 0;
    padding: 5px;
    font-size: 14px;
}

#bt1>ul>li>a{
    color: #DE752D;
}


#bt2:hover#bt2>ul{
    display: block;
}

#bt2>ul{
    padding: 0px;
    width: 100%;
    background: #fff;
    border: 1px solid #CCCCCC;
    position: absolute;
    left: 0px;
    background: #fff;
    margin-top: 10px;
    display: none;
    z-index: 999;
}

#bt2>ul>li{
    margin: 0;
    padding: 5px;
    font-size: 14px;

}
#bt2>ul>li>a{
    color: #DE752D;
}


.border_top{
    padding: 20px 0;
    background: #f5f5f5;
}

.ul-icon{
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: static;
    color: #fff;
    margin-top: 15px;
}

.tel .tel2{
    left: 35px;
}

.tel .tel2 a{
    background: #fff;
}
/* company added on 2021/8/25*/

.row1{
    height: 61px ;
    border-bottom: 1px solid #E2E2E2;
}
.row1>div>h2{
    height: 61px;
    line-height: 60px;
}
.com-ul1>li{
    padding: 0;
    float: left;
    width: 39%;
    height: 60px;
    line-height: 60px;
    text-align: center;
	list-style:none !important;
	font-size:13px;
}

.on1{
    background: #F0F0F0;
    color: #000;
}

.com-ul1>li:hover{
    background: #F0F0F0;
}

.com-ul1>li:hover>a{
    color: #000;
}

.row2{
    margin-top: 30px;
}
.row2 h2{
    margin-bottom: 30px;
}
.row2 div{
    margin-bottom: 30px;
}

.company_txt{
    margin-top: 30px;
}

.company_txt>p{
    font-size: 18px;
    line-height: 200%;
}

/*company*/

@media (max-width: 780px) {
    .list_ma{
        margin: 0;
    }

    .list_border1{
        padding: 0;
    }
}
