* {
    margin: 0;
    padding: 0;
}
.wrapper {
	width: 1170px;
	margin: auto;
}
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    font-size: 12px;
	background-color: rgb(240, 251, 255);
}

a {
    color: #47b2e4;
    text-decoration: none;
}

a:hover {
    color: #73c5eb;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
}

ul,
ol li {
    list-style: none;
}

.transition {
    transition: all .4s ease;
}
.wrapper {
	width: 1170px;
	margin: auto;
}
.box {
    width: 100%;
}
.box {
    width: 100%;
}
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    background-color: #fff;
}
.nav {
    width: 60vw;
    height: 4vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav>.leftNav {
    width: 18vw;
    height: 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
img{
    display: inline-block;
	max-width: 100%;
	height: auto;

}
.nav>.leftNav>a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6vw;
}
.nav>.leftNav>a>img {
    width: 4vw;
}
.nav>.leftNav>p {
    font-size: 1vw;
    padding: 0 15px;
    border-left: 1px solid rgb(182, 182, 182);
}

.nav>.rightNav>ul {
    height: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8vw;
}

.nav>.rightNav>ul>li {
    height: 4vw;
    margin: 0 15px;
}

.nav>.rightNav>ul>li>a {
    display: inline-block;
    color: #444444;
    height: 3.5vw;
    line-height: 3.5vw;
}

.nav>.rightNav>ul>li>a:hover {
    color: #47b2e4;
}

.nav>.rightNav>ul>li>.line {
    width: 0;
    height: 3px;
    background-color: #47b2e4;
    transition: .4s ease;
    border-radius: 15px;
}
.nav>.rightNav>ul>li>.amthing{
    width: 100%;
}


/* 产品及解决方案 */

.nav>.rightNav>ul>li>.content {
    width: 100%;
    position: absolute;
    top: 4vw;
    left: 0;
    background-color: #fff;
    z-index: 25;
	padding: 28px 0;
	display: none;
}

.nav>.rightNav>ul>li>.content>.contentUl {
    width: 70vw;
    margin: 0 auto;
	display: flex;
    justify-content: center;
} 

.nav>.rightNav>ul>li:hover .content {
    display: block;
}

.nav>.rightNav>ul>li>.content>.contentUl>.contentlist {
    width: 17.5vw;
}
.nav>.rightNav>ul>li>.content>.contentUl>.contentlist h4{
    width: 170px;
	margin-bottom: 16px;
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 18px;
	border-bottom: 1px solid #eee;
}
.nav>.rightNav>ul>li>.content>.contentUl>.contentlist>p>a {
    position: relative;
	font-size: 16px;
	line-height: 32px;
	color: #333;
}

.nav>.rightNav>ul>li>.content>.contentUl>.contentlist>p>a:hover {
    color: #47b2e4;
}


/* 区域平台 */

.nav>.rightNav>ul>.list:nth-child(n+4) {
    position: relative;
}

.nav>.rightNav>ul>.list>.data {
    width: 100%;
    position: absolute;
    top: 4vw;
    left: 0;
    font-size: 0.73vw;
    text-align: center;
    line-height: 1.5vw;
    background-color: #ffffff;
    color: #444444;
    display: none;
	padding: 3px 5px;
	border: 1px solid #eee;
	border-top: 1px solid #fff;
	background-color: #fff;
    z-index: 25;    
}

.nav>.rightNav>ul>.list:nth-child(n+4):hover .data {
    display: block;
}

.nav>.rightNav>ul>.list>.data>p>a {
    color: #444444;
}

.nav>.rightNav>ul>.list>.data>p>a:hover {
    color: #47b2e4;
}


/* 线 */

.box>.aline {
    width: 100%;
    margin-top: -2px;
    height: 2px;
    background-color: #eee;
}



.join-us {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 112px;
	margin: 4vw auto;
	font-size: 0;
	overflow: hidden;
}
.breadcrumb {
	margin-top: 6vw;
	margin-bottom: 60px;
	font-size: 14px;
}
.breadcrumb a {
	color: #3a99f2;
}
.breadcrumb a:hover {
	color: #398bfc;
}
.case-list {
	margin-top: -40px;
	background-color: #fff;
}
.case-list .case-item {
	padding: 30px 0;
	border-bottom: 1px solid #eee;
    display: flex;
    justify-content: start;
	border-radius: 15px;
	margin-bottom: 15px;
}
.case-list .case-item:hover {
	background-color: #ebf0f6;
}
.case-list .case-item-image {
	width: 230px;
	height: 140px;
	margin-right: 40px;
	font-size: 0;
	overflow: hidden;
}
.case-list .case-item-text {
	position: relative;
	width: 900px;
	height: 140px;
}
.case-list .case-item-text h4 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
}
.case-list .case-item-text p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.case-list .case-item-text a {
	color: #333;
}
.case-list .case-item-text a:hover {
	color: #3a99f2;
}
.case-list .case-item-text .case-item-description {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 0;
	color: #999;
}
.case-list .case-item-text .case-item-description span {
	margin-right: 8px;
	font-size: 12px;
}
.page-turn {
	padding: 30px 0;
	text-align: center;
	font-size: 0;
}
.page-turn li {
	display: inline-block;
	margin: 0 4px 8px;
	height: 40px;
	border: 1px solid #eee;
}
.page-turn .thisclass {
	display: inline-block;
	height: 40px;
	margin: 0 4px;
	padding: 0 16px;
	font-size: 14px;
	line-height: 40px;
	color: #3a99f2;
	border: 1px solid #3a99f2;
}
.page-turn a {
	display: block;
	padding: 0 16px;
	color: #333;
	font-size: 14px;
	line-height: 40px;
}
.page-turn a:hover {
	color: #3a99f2;
}

.device-sale.device-sale-fixed {
	padding: 10px 0;
	padding-bottom: 10px;
	text-align: left;
	background-color: #f1f1f1;
  border-top: 1px solid #e0e0e0
}
.device-sale.device-sale-fixed .device-sale-title {
	display: block;
	height: 40px;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
}
.device-sale.device-sale-fixed .device-sale-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
}
.device-sale .device-sale-button a {
	font-size: 0;
}
.device-sale .device-sale-button a + a {
	margin-left: 16px;
}
.device-sale .device-sale-button img {
	width: auto;
	height: 40px;
}
.device-sale .device-sale-button .button {
	display: block;
	float: left;
	height: 40px;
	padding: 0 24px;
	font-size: 14px;
	line-height: 40px;
	background-color: #398bfc;
	color: #fff;
	border-radius: 4px;
}
.device-sale .device-sale-button .button:hover {
	background-color: #64acf1;
}

.index-title {
	width: 100%;
	height: 94px;
	margin-bottom: 40px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}
.index-title h4 {
	padding-top: 40px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
}
.index-title .index-title-line {
	width: 40px;
	height: 2px;
	margin: 10px auto;
	background-color: #3a99f2;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	-o-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
}



.index-device {
	margin-bottom: 60px;
	padding-top: 60px;
	background-color: #ecf1f6;
}
.index-device .index-device-list {
	padding-bottom: 60px;
    display: flex;
    justify-content: center;
}
.index-device .index-device-item {
	width: 281px;
	height: 370px;
	margin-left: -1px;
	background-color: #fff;
	border: 1px solid #e0e5eb;
	border-radius: 15px;
	margin-right: 20px;
}
.index-device .index-device-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 6px #ddd;
}
.index-device .index-device-images {
	width: 100%;
	height: 200px;
	font-size: 0;
	display: flex;
	align-items: center	;
}
.index-device .index-device-images img{
	width: 90%;
	height: 80%;
	margin: 0 auto;
}
.index-device .index-device-text h4 {
	color: #333;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}
.index-device .index-device-item:hover .index-device-text h4 {
	color: #3a99f2;
}
.index-device .index-device-text p {
	padding: 20px;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
	color: #999;
}
.index-device .index-device-item:hover .index-device-text p {
	color: #333;
}
.index-device .index-device-loading {
	position: relative;
}
.index-device .index-device-loading:hover {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.index-device .index-device-loading:hover .index-device-text h4 {
	color: #333;
}
.index-device .index-device-loading:hover .index-device-text p {
	color: #999;
}
.index-device .index-device-loading .index-loading-text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 281px;
	height: 368px;
	text-align: center;
	background-color: rgba(100,100,100,.6);
	line-height: 370px;
	color: #fff;
	border-radius: 15px;
}
.foot{
    width: 100%;
    height: 22vh;
    background-color: rgb(0, 23, 97);
    color: white;
    overflow: hidden;
}
.foot>.address{
    width: 40vw;
    margin: 50px auto 0;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 20px 0;
    font-size: 20px;
}
.foot>.address>.foot_p{
    /* padding: 15px 0; */
    width:15vw;
    font-size: 16px;
    list-style: none;
}
.foot>.address>.foot_p p{
    padding: 10px 0;
}
.foot>.address>div>div{
    padding: 10px 0;
    display: flex;
    justify-content: start;
    align-items: center;
}
.foot>.address>div>div>img{
    width: 25px;
    margin-right: 10px;
}
.imgList{
    width: 20vw;
}
.roof{
    padding: 1vw;
    border-radius: 10px;
    position: fixed;
    right: 5vw;
    bottom: 10vh;
    background-color: #fff;
}
.roof img{
    width: 30px;
    
}
.recordNo{
	width: 40vw;
	margin: 0 auto;
    color: rgb(212, 212, 212);
}
.recordNo span a{
    color: rgb(212, 212, 212);
}