
/*===========================
    1. Theme default css 
===========================*/

*{
	margin: 0px;
	padding: 0px;
}

body {
    font: normal 13px Microsoft Yahei,宋体,tahoma, arial, verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    min-width: 1300px;
    overflow-x: hidden;}


a:focus,
input:focus,
textarea:focus,button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover{
	text-decoration: none;
}

span,a{
    display: inline-block;
}


/*===========================
    2.NAVBAR css 
===========================*/

#navbar_con{
    width: 100%;
    max-width: 100%;
    padding: 0px 0px 0px 50px;    
}

.prev-icon,
.next-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.next-icon
{
	background-image: url(../images/next1.png);
}
.next-icon:hover{
	background-image: url(../images/next2.png);
}
.prev-icon
{
	background-image: url(../images/previous1.png);
}
.prev-icon:hover{
	background-image: url(../images/previous2.png);
}

.navbar {
    background-color: rgba(255, 255, 255, 1);
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 1020;    
	overflow: visible;
	box-shadow: 0px 8px 16px 0px rgba(153,153,153,0.3);
}

.navbar-brand{
    margin-right: 0px;
}


/*======= 下拉菜单========*/

.dropdown {
  position: absolute;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 200px;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.2);
  /*padding: 10px 1px;*/
  z-index: 1200;
}
.navbar-nav #navitemPro:hover .dropdown-content {
  display: block;
}

.dropdown-content a{
	/*width: 100%;*/
	width: 230px;
	text-align: left;
	color: #fff;
}

.dropdown-content a:hover{
/*	background-color:lightgray;*/
	color: #D9B059;
}

/*<<<<<<<下拉菜单<<<<<<<*/

.navbar a {
    color: #DBDBDB;
    font-size: 20px;    
}

.navbar-nav ul{
	float: left;
}

.navbar-nav li {
    margin-left: 40px;
    width: 100px;
	float: left;
	list-style: none;
	position: relative;
}

.navbar-nav #navitemPro{
    margin-left: 40px;
}


#navitemPro .dropdown-content a{
	padding: 0px 20px 0px 20px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
font-weight: 400;
color: #666;
}

#navitemPro .dropdown-content a:hover{
	color: #D9B059;
}

#navitemPro .dropdown-content a::before{
	width: 0%;
}

.navbar-nav li a {
    /*padding-bottom: 5px;*/
	height: 70px;
	line-height: 70px;
    color: #333333;
    font-size: 16px;
    /*text-transform: uppercase;*/
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
	text-decoration: none;
}

.navbar-nav li a::before{
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background-color: #D9B059;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


/*.navbar-nav li a::after{
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background-color: #ffffff;
    right: -30px;
    bottom: 12px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
	transform: rotate(180);
}*/

.navbar-nav li a.active,
.navbar-nav li:hover a{
    /*color: #1f8fff;*/
	color: #D9B059;
}
.navbar-nav li a.active::before,
.navbar-nav li:hover a::before{
    width: 100%;
}

/*.navbar-nav li a.active::after,
.navbar-nav li:hover a::after{
    width: 20px;
}*/

.navbar.sticky {
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    width: 100%;
	background-color: #242424;
	z-index: 99;
}

.navbar .navbar-toggler {
	padding: 2px 7px;
	border: 1px solid #fff;
}
.navbar .navbar-toggler .icon-bar {
	display: block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin: 6px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

/*==============================*/

/**普通页面的banner*/

.sx_banner {
    width: 100%;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    text-align: center;
}

.sx_banner_text {
    position: absolute;
    display: none;
    top: 100px;
    margin-left: 15%;
    color: #fff;
    text-align: left;
    overflow: hidden;
}

.sx_banner_title {
    font-size: 48px;
    margin-bottom: 40px;
}

.sx_banner_subtitle {
    font-size: 24px;
    font-weight: lighter;
}


/*==============================*/
/**页脚*/

.footer {
    background-color: #373737;    
    height: 600px;
}

#footer_con {
    width: 1540px;
    max-width: 100%;
    padding: 0px; 
    height: 100%;
	overflow: hidden;
}

.footer ul.link-list li a {
    color: #fff;
}

.footer .com_name {
    position: relative;
}

.com_name {
    width: 100%;
    padding: 0;
    /*font-weight: bold;*/
    font-size: 30px;
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
}

.footer .com_name_en {
    /*font-weight: normal;*/
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 54px;
}

.footer .com_tel {
    font-size: 16px;
    margin-bottom: 20px;
    height: 16px;
    line-height: 16px;    
}

.footer .com_email {
    font-size: 16px;
    margin-bottom: 20px;
    height: 16px;
    line-height: 16px;
}

.footer .com_addr {
    font-size: 16px;
    margin-bottom: 20px;
    height: 16px;
    line-height: 16px;
}

.footer .com_auth {
    font-size: 12px;
    margin-bottom: 40px;
    height: 12px;
    line-height: 12px;
    color: #999999;
    /*font-weight: lighter;*/
}

.footer .row, .row-fluid {
    /*margin-bottom: 40px;*/
    height: 100%;
}

.com_infos {
    color: #fff;
    padding-top: 40px;
}

.footditu{
    padding-top: 40px;
    /*margin-right: -15px;*/
    float: right;
}

#dituContent {
    width: 400px;
    height: 240px;
}

/*==============================*/

@media (max-width: 767px) {
    .navbar-brand {
        margin-right: 0px;
        padding-top: 14px;
        padding-bottom: 14px;
    }    

    .section-header {
        margin-bottom: 60px;
        text-align: center;
    }

    .navbar-toggler {
        border: 1px solid #fff;
    }

    .navbar-toggler .icon-bar {
        border-radius: 1px;
        display: block;
        height: 2px;
        width: 22px;
        background-color: #fff;
    }

    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: 0 0px 0 rgba(255, 255, 255, 0) inset;
    }

    /*.navbar {
        position: absolute;
        top: 70px;
    }*/


    .navbar .navbar-nav {
        float: none;
        padding: 0px 0;
    }

    .navbar .navbar-nav li {
        display: block;
        width: 100%;
        text-align: center;
        padding: 8px 10px;
        background: rgba(0, 0, 0, 0.65);
        margin-left: 0;
    }

    .navbar-brand img {
        margin: 0;
    }

    .navbar .navbar-nav li:last-child {
        margin-bottom: 0;
    }

    .navbar-nav #navitemPro {
        margin-left: 0;
    }

    .navbar-nav li a::before {        
        bottom: -10px;        
    }
}

@media (max-width:576px) {



/*.main_content .row {
    float: none;
    width: 100%;
}

.main_content .row:nth-child(2) {
    margin: 2em 0;
}

.main_content .row:nth-child(3) {
    margin-bottom: 2em;
}

.main_content .row:nth-child(4) {
    margin-bottom: 2em;
}*/
}

.dvlang{
	display: flex;
	width: 100px;
	height: 30px;
	margin-left: 80px;
	margin-top: 0px;
	margin-right: 360px;
}

.dvlang ul{
	list-style: none;
	display:inline-flex; 
}

.dvlang li{
	text-align: center;
	width: 14px;
}

.dvlang a{
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
	text-align: center;
	margin-top: -5px;
}


.navbar-collapse {
	
}



.content-intro {
	width: 1200px;
	height: 400px;
	margin: auto;
}

.intro-title {
	text-align: left;
	color: #333;
	font-size: 16px;
}
.intro-title a{
	font-size: 20px;
}
.intro-title p{
	margin-bottom: 10px;
}
.intro-title a::before{
	position: relative;
	display:block;
	content: "";
	background-color: #D9B059;
	width: 30px;
	height: 4px;
	top: 50px;
}



.intro-table {
	width: 100%;
	height: 100%;
	padding: 0px 20px 0px 20px;
}

.distribute-cont {
	margin: auto;
	width: 496px;
height: 48px;
background-color: rgba(215,155,21, 0.2);
box-shadow: 0px 0px 2px 2px rgba(144, 157, 172, 0.12);
	margin-bottom: 50px;

}
.distribute-cont p{
font-size: 24px;
font-weight: 400;
color: #CA8F11;
	text-align: center;
	line-height: 48px;

}

/* 分布地图开始 */

.map-content{
	position: relative;
	margin: auto;
	width: 1405px;
	height: 780px;
	/*background-color: darkgray;*/
	background: url(../images/map.png);
	margin-bottom: 80px;
}

.map-content .map-word{
	width: 80px;
	height: 80px;
	position: relative;
	/*background-color: #000;*/
}

.map-content .map-word .word-a{
	position: relative;
	width: 70%;
	top: 50%;
	transform: translate(22%,-50%);
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
}

.map-content #yanjiuyuan{
	left: 363px;
	top: 275px;
}

.map-content #boshijidi{
	left: 874px;
	top: 320px;
}

.map-content #zhengzhou{
	left: 925px;
	top: 48px;
}
.map-content #suzhoujidi{
	left: 1213px;
	top: 5px;
}

.map-content #suzhou{
	left: 1252px;
	top: 58px;
}

.map-content #zongbu{
	left: 1208px;
	top: 115px;
}
.map-content #jishu{
	left: 1188px;
	top: 145px;
}

.map-content #shenzhenjidi{
	left: 958px;
	top: 60px;
}

/* 气泡框 */
.map-content .tooltip {
  background: #fff;
  bottom: 100%;
  color: #333;
  display: block;
  left: -330px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 405px;
	height: 185px;
  border-radius: 10px;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.map-content .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.map-content .tooltip:after {
  border-left: solid transparent 30px;
  border-right: solid transparent 0px;
  border-top: solid #fff 40px;
  bottom: -30px;
  content: " ";
  height: 0;
  left: 350px;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.map-content :hover .tooltip{
	opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* 气泡框内容 */
.tooltip .tip-table{
	width: 100%;
	height: 100%;
}



.tip-table .img-container{
	width: 160px;
	height: 124px;
	margin-right: 10px;
}

.tip-table .img-container .tip-img{
	width:100%;
	height:100%;
	display:block;
}

/* 分布地图结束 */

/* 软件方案开始 */
.soft-content{
	width: 100%;
	height: auto;
	background-color: #f8f8f8;
	pacity: 0.66;
	position: relative;
}

.soft-table{
/*	width: 1200px;
	position: absolute;*/
	/*margin-left: 260px;
	margin-right: 260px;*/
	width: 1280px;
	margin: auto;
	padding-left: 20px;
	position: relative;
	height: 400px;
}

.soft-tr{
	position: absolute;
	transition: 1s all ease-in-out;
	top: 200px;
	opacity: 0;
}

.soft-table.active .soft-tr
{
	transform: translateY(-200px);
	opacity: 1;
}

.hardware-table{
/*	width: 1200px;
	position: absolute;*/
	/*margin-left: 260px;
	margin-right: 260px;*/
	width: 1400px;
	margin: auto;
	/*padding-left: 20px;*/
	position: relative;
	height: 600px;
}

.hardware-tr{
	position: absolute;
	transition: 1s all ease-in-out;
	top: 300px;
	opacity: 0;
}

/*.hardware-table.active .hardware-tr{*/
.hardware-table .hardware-tr{
	transform: translateY(-300px);
	opacity: 1;
}

/* 软件图列 */
.soft-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 80px 0 80px;
}

.card {
  width: 300px;
  margin: 10px;
height: 266px;
  background-color: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.card:hover .card__caption {
  /*top: 60%;*/
  transform: translateY(-40px);
}

.card:hover .card__image {
  transform: translateY(-10px);
}
.card:hover .card__text {
  transform: translateY(-10px);
}

.card:hover .card__thumb::after {
  /*top: 0;*/
	height:100%;
	background: linear-gradient(0deg, rgba(107, 211, 250, 0.15), rgba(107, 211, 250, 0));
}
.card:hover .card__snippet {
  margin: 10px 0;
}
.card__thumb {
  position: relative;
	height: 266px;
  max-height: 400px;
  overflow: hidden;
	text-align: center;
}
.card__thumb::after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 40%, rgba(255, 255, 255, 0) 100%);*/
  transition: .3s;
}
/*@media (min-width: 1024px) {
  .card__thumb::after {
    top: calc(100% - 140px);
  }
}*/
.card__image {
	margin-top: 40px;
  transition: .5s ease-in-out;
}
.card__caption {
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 1;
  padding: 20 20px;
  color: white;
  transform: translateY(-50%);
  text-align: center;
  transition: .3s;
	padding-top: 80px;
}
@media (min-width: 1024px) {
  .card__caption {
    top: calc(100% - 80px);
    transform: unset;
  }
}
.card__title {
  display: -webkit-box;
  max-height: 85px;
  overflow: hidden;
  font-size: 23px;
  line-height: 28px;
  text-shadow: 0px 1px 5px black;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card__text{
	font-size: 16px;
  line-height: 40px;
	color:#666;
	transition: .5s ease-in-out;
}
.card__snippet {
  display: -webkit-box;
  max-height: 150px;
  margin: 20px 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  text-overflow: ellipsis;
  transition: .5s ease-in-out;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
	
	color:#666;
}
@media (min-width: 1024px) {
  .card__snippet {
    margin: 60px 0;
  }
}
.card__button {
  display: inline-block;
	magin-top:0px;
  padding: 5px 20px;
	background-color: #D9B059;
  color: white;
  border: 1px solid white;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s;
}
.card__button:hover {
  color: black;
  background-color: white;
}

/* 软件检测流程外容器 */
.flow-content{
	width: 100%;
	height: auto;
	display: flex;
    justify-content: center;
    align-items: center;
}
.run_background{
	position: relative;
	width: 1920px;
	height: 957px;
}

/* 软件介绍导航 */
.softintro-container{
	width: 1440px;
	height: auto;
	margin: auto;
	margin-bottom: 100px;
	position: relative;
	/*background-color: whitesmoke;*/
}

.softintro-container0{
	width: 1440px;
	height: auto;
	margin: auto;
	margin-bottom: 100px;
	position: relative;
	/*background-color: whitesmoke;*/
}

.soft-nav{
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
}
.soft-nav.hardware{
	
	width: 1200px;
	margin: auto;
	padding-left: 220px;
}
.soft-nav ul{
	width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.soft-nav ul li{
	width: 20%;
    float: left;
    text-align: center;
    position: relative;
	list-style: none;
}

.soft-nav ul li p::before{
	position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background-color: #78550B;
    left: 0px;
    bottom: 0px;
}

.soft-nav ul li a.active p::before,
.soft-nav ul li:hover p::before
{
	width: 100%;
}

.soft-nav ul li a.active p,
.soft-nav ul li:hover p
{
	color: #78550B;
}

.soft-nav ul li p{
	color: #999;
	font-size: 24px;
	text-align: center;
	font-weight:bold;
}

.soft-nav ul li p.title {
	font-size: 14px;
    line-height: 0px;
	font-weight:300;
}

/* 软件介绍 */
.softintro-content{
	width:  100%;
	height: 400px;
	padding: 20px 20px;
}

.content-left{
	float: left;
	height: 100%;
	width: 45%;
	
	padding: 0px;
}
.content-right{
	margin-left: 45%;
	width: 55%;
	height: 100%;
	padding: 20px;
	padding-left: 50px;
}
.content-box{
	display: block;
	float: left;
	background-color: #D9B059;
	width: 100px;
	height: 30px;
	border-radius: 5px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
}
#s-contentbox{
	display: block;
	float: left;
	background-color: #D9B059;
	width: 170px;
	height: 30px;
	border-radius: 5px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
}
.adv-container{
	width: 1400px;
	height: auto;
	margin: auto;/*background-color: red;*/
}
/* 软件方案结束 */



#countdiv {
	
}
