﻿*{box-sizing: border-box;}
.header{background:none;
    -webkit-box-shadow:none;
     box-shadow:none;}
.header .logo { display:none;  }
.header .logo-white{display:block;}
.header ul.parent li a { color:#f0f0f0; }
.header ul.parent li:hover a { color:#fff; }
.header .telphone p {color: #f0f0f0; }
.header .telphone span {  color: #f0f0f0; }
.header_home{background:#fff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    shadow: 0 5px 5px rgba(0, 0, 0, 0.1);}
.header_home  .logo { display:block;  }
.header_home .logo-white{display:none;}
.header_home ul.parent li a { color:#333; }
.header_home ul.parent li:hover a { color:#1472FF; }
.header_home .telphone p {color: #333; }
.header_home .telphone span {  color: #333; }
.ptb-50 {
    padding: 50px 0;
}
/*hero two*/
.hero-slider-section-two{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    background: #58c3ff;
    background: linear-gradient(-50deg,#58c3ff 0,#004de6 40%,#003bb1 100%);
}

.slider-content-two{
    height: 80vh;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
.hero-image{
    height: 80vh;
    position: relative;
    display: flex;
    justify-content: center;
    text-align:right;
    flex-direction: column;
}
/*.hero-image img{
    width:400px;
}*/
.slider-content h1{
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 500;
}
.slider-content h1, .slider-content p{
    color: #fff;
}
.slider-content p{
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin-bottom: 30px;
}

.slider-action-btn{
    display: block;
    margin-bottom: 20px;
}

.slider-action-btn a.softo-solid-btn{
    background: #fff;
    color: #1461ff;
    border: 2px solid #fff;
}
.slider-action-btn a.softo-solid-btn:hover{
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}

.slider-action-btn a.video {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px;
    padding-left: 40px;
    color: #fff;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}
.slider-action-btn a.video:hover span{
    background: #fff;
    color: #1461ff;
}
.slider-action-btn a.video span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease-in;
}

.slider-action-btn a.video span:before{
    font-size: 18px;
    line-height: 28px;
    margin-left: 2px;
}
.softo-solid-btn {
    padding: 4px 30px;
    border: 2px solid #1461ff;
    text-transform: uppercase;
    background-color: #1461ff;
    color: #fff;
    font: 500 16px/29px 'Roboto', sans-serif;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    letter-spacing: 0.5px;
}

.softo-solid-btn:hover {
    border: 2px solid #1461ff;
    background: transparent;
    color: #000;
    text-decoration: none;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
 .jysys_tab {
     margin-top:-50px;
     z-index:888;padding: 0 24px;
    position: relative;
     -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 66px;
    background: white;
    -webkit-box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 8px;
    display: flex;
}
  .jysys_tab h1{
      font-size:20px;
      margin-left:20px;
      border-right: 1px #ccc solid;
    padding-right: 30px;
  }
 .jysys_tab .item {
    min-width: 116px;
    text-align: center;
    line-height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: black;
    line-height: 44px;
    margin-left: 30px;
    cursor: pointer;
}
 .jysys_tab .tab-active {
    height: 44px;
    background: rgba(0,76,255,0.05) !important;
    border-radius: 4px;
    font-weight: 500;
    color: #004cff;
}
.sys_content {
}
.dingzhi{
    padding: 0 0 80px 0;
}
.dingzhi:before, .dingzhi:after {
    display: table;
    content: "";
}
.dingzhi h2 {
    font-size: 30px;
    line-height: 48px;
    color: #333;
    margin: 80px 0 40px 0;
    text-align: center;
}
.dingzhi .group {
    text-align: center;
}
.dingzhi .group .p {
    margin: 40px 0 20px;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.dingzhi .group button {
    width: 160px;
    height: 38px;
    margin-top: 20px;
    background: #2468F2;
    outline: none;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 26px;
}
.dingzhi .primary-button {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    -webkit-appearance: button;
    cursor: pointer;
}
.dingzhi .primary-button:hover {
    cursor: pointer;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 10px rgb(36 104 242 / 20%);
    -moz-box-shadow: 0 5px 10px rgba(36, 104, 242, 0.2);
    box-shadow: 0 5px 10px rgb(36 104 242 / 20%);
}
.container:before, .container:after {
    display: table;
    content: "";
}
.section h1 {
    font-size: 30px;
    line-height: 48px;
    color: #333;
    margin: 60px 0 40px 0;
    text-align: center;
    font-weight: 600;
}
.section h2 {
    font-size: 30px;
    line-height: 48px;
    color: #333;
    margin: 60px 0 40px 0;
    text-align: center;
    font-weight: 600;
}
.section .pre{
        margin: -20px 100px 40px;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-align:center;
}
.jy_m1{
    padding-bottom:10px;
}
.jy_m1 .f-list {
        width: 1200px;
        height: 102px;
        margin: 50px auto 46px;
    }

    .jy_m1 .f-list li {
        float: left;
        width: 180px;
        margin: 0 30px;
        text-align: center;
    }

    .jy_m1 .f-list li img{
        width: 66px;
        height: 66px;
    }
    
    .jy_m1 .f-list li p{
        color: #333333;
        font-size: 16px;
        margin-top: 10px;
    }
.jy_m8{
    padding: 0 0 80px 0;
}

.jy_m8 img{max-width:100%;}
.jy_m9{
    background: #F6F8FB;padding: 0 0 80px 0;
}
.jy_m9:before, .jy_m9:after {
    display: table;
    content: "";
}

.jy_m9 .group{
    *zoom: 1;
    width: 1200px;
    margin-left: -20px;
}
.jy_m9 .group:before, .jy_m9 .group:after{
    display: table;
    content: "";
}
.jy_m9 article{
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
.jy_m9 article{
    background: #FFF;
    width:380px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin: 0 0 0 20px;
    padding: 30px;
    -webkit-transition: -webkit-box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: -moz-box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: -ms-box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: -o-box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 5%);
    max-width: 580px !important;
}
.jy_m9 article:hover {
    -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
}
.jy_m9 article .img-wrap{
    position: relative;
    background-color: #F4F4F4;
    height: 160px;width: 320px;
}
.jy_m9 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.jy_m9 h3 {
    font-size: 18px;
    color: #333;
    line-height: 32px;
    margin: 20px 0 0;
    text-align: center;font-weight: normal;
}
.jy_m9 .pre {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #999;
    margin: 10px 0 0;
}
.why-us-contents {
    margin-top: 80px;margin-bottom: 30px;
}
.why-us-contents h6 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
}
.heghtlight-detail li{
	list-style: inside;
	font-size: 16px;
	line-height: 30px;
}
/*==================================
       COUNTER
====================================*/
.counter-section{
    padding:60px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}


.counter-content-wrap h3{
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 35px;
}
.singl-counter{
    display: block;
    margin-bottom: 30px;
}
.singl-counter p {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.singl-counter h4{
    color: #1461ff;
    font-weight: 700;font-size: 25px;
    line-height: 33px;margin: 0 0 10px;
}

.counter-text p{
    color: #1461ff;
    font-weight: 400;    color: #7f8c8d;font-size: 16px;
}

/*start customers css*/
.customers-section{padding-bottom:50px;}
.customers-content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: transparent;
    width: 210px;
    float: left;
    margin:15px 15px;
}
.customers-content .item img {
    display: block;max-width: 100%;
    width: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.3s ease-in;
}
.customers-content .item img:hover{   
    filter: none;
    -webkit-filter: grayscale(0%);
}
    /*end customers css*/
 .jy_m10{padding:50px 0;height: 314px; background: url(../images/jy/jy_bg1.jpg),#4647bb;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0; text-align:center;   }
 .jy_m10 strong{font-size: 34px;
    color: #fff;
    padding-top: 50px;
    display: block;}
  .jy_m10 p{font-size: 20px;
    color: #fff;
    display: block;
    margin-top: 40px;}
  
  /*zizhi css*/
.iso27001-box {
	position: relative;
	width: 100%;
	height: 230px;
	background: #fafafb;
	overflow: hidden
}

.iso27001-box .ui.container {
	height: 230px;
    width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iso27001-box .desc {
	position: relative;
	left: 70px;
	width: 640px;
	height: 66px;
	font-size: 20px;
	font-weight: 600;
	color:#666;
}

.iso27001-box .show-img {
	position: relative;
	left: 0px;
	bottom: -25px;
	width: 345px;
	height: 270px
}
/*硬件支持*/
.pro {
    width: 100%;
    position: relative;
    background: #fff;
    padding:40px 0;
}
.pro-ban { width: 1000px; margin: 0 auto;  text-align:center;padding:40px 0; border-bottom:1px dotted #dfdfdf;}
.pro-img { width: 160px; height: 160px; background-position: center center; background-size: 100% 100%; background-repeat: no-repeat; }
.pro-name { font-size: 28px;
    color: #333;
    margin-bottom: 30px; }
.pro-txt { width: 840px; }
.pro-txt .p1 { font-size: 14px; color: #666; line-height: 28px; 
    padding-top: 30px; text-align:left;padding-left:40px;}
/*系统价格*/
.msjiyunprice {
	-webkit-box-shadow: 0px 1px 5px 1px rgba(191, 191, 191, 0.3);
	box-shadow: 0px 1px 5px 1px rgba(191, 191, 191, 0.3)
}

.msjiyunprice thead {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	background: linear-gradient(268deg, #565ed6, #5996ff)
}

.msjiyunprice thead tr {
	height: 58px
}

.msjiyunprice thead th {
	border-right: 1px solid #FFF;
    text-align:center;
}

.msjiyunprice thead th:last-child {
	border-right: 0
}

.msjiyunprice tbody tr {
	height: 40px
}

.msjiyunprice tbody tr td {
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size:16px;
}

.msjiyunprice tbody tr td:first-child {
	padding-left: 32px;
	text-align: left;
	/* color:#787878; */
}

.msjiyunprice tbody tr td:last-child {
	border-right: 0
}

.msjiyunprice tbody tr td:empty:before {
	content: '-';
	color: #8c92a4;
	font-size: 24px
}

.msjiyunprice tbody tr.sub-title {
	height: 46px;
	font-weight: bold;
	background: #F9F9F9
}

.msjiyunprice tbody tr.sub-title td {
	padding-left: 16px
}

.msjiyunprice tbody tr .fa-check-circle {
	color: #00B400;
	font-size: 16px
}

.msjiyunprice tr:first-child th:first-child {
	border-top-left-radius: 4px
}

.msjiyunprice tr:first-child th:last-child {
	border-top-right-radius: 4px
}
.jysyspriceps{
    margin-top: 24px !important;
    color: #40485b;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom:70px;
}
.jysyspriceps p:first-child {
    margin-bottom: 1em;
}
.jysyspriceps p:last-child {
    margin-bottom: 0em;
}
.jysyspriceps .fa
{
    color: #fe7300;
    font-size: 18px;
}