﻿@charset "UTF-8";
/* CSS Document */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body, div, p, span, h1, h2, h3, h4, h5, h6, dd, dl, dt, ul, ol, li, input, textarea, select {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000;
	vertical-align: middle;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
	color: #000;
}

a:hover {
	text-decoration: none;
}

ul, ol, li {
    list-style: none;
}

img {
	-ms-interpolation-mode: bicubic; 
}

::-webkit-input-placeholder { /* WebKit browsers */ 
color: #999; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #999; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #999; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #999; 
} 

/*****************首页-头部*****************/
.head-wrap { width: 100%; position: relative;}
.head-nav { width: 100%; overflow: hidden; position: absolute; z-index: 999; padding: 20px 0;}
.head-nav-inner { 
	width: 1200px; 
	overflow: hidden;
	margin: 0 auto; 
	display: flex; 
	align-items: center; 
	justify-content:space-between; 
}
.head-logo { width: 180px; overflow: hidden;}
.head-logo i { display: inline-block; background: url(../images/logo.png) no-repeat; width: 176px; height: 46px; background-size: 100%;}

.head-nav-main { width:840px; overflow: hidden;}
.head-nav-main ul li { float: left; width:120px; text-align: center;}
.head-nav-main ul li a { font-size: 16px; color: #fff; border-bottom: 2px solid rgba(255,255,255,0); display: inline-block; padding-bottom: 5px;}
.head-nav-main ul li:hover a { border-bottom: 2px solid #fff;}
.head-nav-main ul li.active a { border-bottom: 2px solid #fff;}


/*****************BANNER*****************/
#container {
	width: 100%;
	height: 850px;
	overflow: hidden;
	z-index: 9!important;
	position: relative;
}
#container2 {
	width: 100%;
	height: 700px;
	overflow: hidden;
	z-index: 9!important;
	position: relative;
}
.sections,.section {
	height:100%;
}
#container,.sections {
	position: relative;
}
#container2,.sections {
	position: relative;
}
.section {
	background-color: #CCDCE5;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center; 
	color: #f00;
}
#section0 {
	background-image:url(../images/banner.jpg);
}
#section1 {
	background-image:url(../images/banner2.jpg);
}
#section2 {
	background-image:url(../images/banner3.jpg);
}

/*****************首页-解决方案*****************/
.index-solution-wrap { width: 100%; overflow: hidden; padding: 40px 0;}
.index-solution { width: 1200px; overflow: hidden; margin: 0 auto;}
.index-solution h3 { font-size: 34px; color: #333; text-align: center; font-weight: normal;}
.index-solution-main { width: auto; overflow: hidden; margin-top: 30px;}
.index-solution-main ul li { float: left; width: 300px; position: relative; height: 400px;}
.index-solution-background { width: auto; overflow: hidden;}
.index-solution-background img { 
	width: 100%; 
	display: block;
}
.index-solution-backgroundfilter { 
	width:100%; 
	height: 100%; 
	background-color: rgba(27,154,201,.8); 
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 2;
	transition:all .3s ease-in-out;
}
.index-solution-info { 
	width: 90%; 
	height: 150px;
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	z-index: 9;
	margin: auto;
	transition:all .4s ease-in-out;
}
.index-solution-img { width: auto; overflow: hidden; height: 90px; position: relative;}
.index-solution-img img { width: auto; display:block; margin: auto; top: 0; right: 0; bottom: 0; left: 0; position: absolute;}
.index-solution-info h3 { font-size: 20px; color: #fff; font-weight: normal; margin-top: 20px;}
.index-solution-text { width: auto; overflow: hidden; font-size: 16px; color: #fff; margin-top: 20px; line-height: 1.8; display: none; height: 100px;}

.index-solution-main ul li:hover .index-solution-backgroundfilter {
	background-color: rgba(73,102,225,.8);
	box-shadow: 0px 0px 10.79px 2.21px rgba(81, 109, 222, 0.39);
}
.index-solution-main ul li:hover .index-solution-info { height: 250px;}
.index-solution-main ul li:hover .index-solution-text { display: block;}

/*****************物联网卡*****************/
.index-card-wrap { width: 100%; overflow:hidden; background: url(../images/card_background.png) no-repeat; background-size: 100% 100%; padding: 40px 0;}
.index-card-inner { width: 1200px; overflow: hidden; margin: 0 auto;}
.index-card-inner h3 { font-size: 34px; color: #fff; font-weight: normal; text-align: center;}
.index-card-main { width: auto; overflow:hidden; margin-top: 30px; font-size: 18px; color: #fff; line-height: 2.2; text-indent: 2em;}

/*****************首页-app下载*****************/
.index-download-wrap { width: 100%; overflow: hidden; padding: 50px 0; background: #f3f5f6;}
.index-download-inner { width: 1200px; overflow: hidden; margin: 0 auto; display: flex; align-items: center; justify-content: space-around;}
.index-download-img { width: 300px; overflow: hidden;}
.index-download-info { width: 550px; overflow: hidden;}
.index-download-info h3 { font-size: 40px; color: #333; font-weight: normal; padding-bottom: 15px;}
.index-download-info span { font-size: 20px; color: #555; line-height: 1.8;}

.index-download-link { width: auto; overflow: hidden; margin-top: 30px;}
.index-download-link ul li { 
	float: left;
	width: 230px;
	border-radius: 8px;
	background-image: -moz-linear-gradient( 73deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
	background-image: -webkit-linear-gradient( 73deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
	background-image: -ms-linear-gradient( 73deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-left: 50px;
	overflow: hidden;
	height: 70px;
}
.index-download-link ul li:first-child { margin-left: 0;}
.index-download-link ul li a { display: block; padding: 10px 0; }
.index-download-icon { width: 40px; overflow: hidden; float: left; margin-left: 20px;}
.index-download-icon img { width: auto; display: block; margin: 0 auto;}
.index-download-text { width: 140px; overflow: hidden; float: left; text-align: center;}
.index-download-text span { font-size: 24px; color: #fff;}


/*****************首页-新闻中心*****************/
.index-news-wrap { width: 100%; overflow: hidden; padding: 40px 0;}
.index-news { width: 1200px; overflow: hidden; margin: 0 auto;}
.index-news h2 { font-size: 34px; color: #333; text-align: center; font-weight: normal;}
.index-news-main { width: auto; overflow: hidden; margin-top: 30px;}
.index-news-main ul li { 
	float: left;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 9.4px 0.6px rgba(169, 169, 169, 0.39);
	width: 380px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.index-news-main ul li:first-child { margin-left: 10px;}
.index-news-main ul li:last-child { margin-right: 10px;}
.index-news-pic { width: auto; overflow: hidden;}
.index-news-pic img { 
	width: 100%; 
	display: block;
	height: 240px;

	overflow-x: hidden;
	overflow-y: hidden;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	
	-ms-transition-delay: 0s;
	-ms-transition-duration: 1s;
	-ms-transition-property: all;
	
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
}
.index-news-info { width: auto; overflow: hidden; padding: 15px;}
.index-news-info h3 { font-size: 20px; color: #333; font-weight: normal; padding-bottom: 3px;}
.index-news-info span { font-size: 15px; color: #888;}
.index-news-text { 
	width: auto;
	overflow: hidden;
	font-size: 15px; 
	color: #555; 
	line-height: 1.7;
	margin-top: 5px;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.index-news-more { width: auto; overflow: hidden; text-align: center; margin-top: 30px;}
.index-news-more a {
	font-size: 17px;
	color: #fff; 
	display: inline-block;
	padding: 10px 35px;
	border-radius: 20px;
	background-image: -moz-linear-gradient( 63deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
	background-image: -webkit-linear-gradient( 63deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
	background-image: -ms-linear-gradient( 63deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
}
.index-news-main ul li:hover h3 { color: #3ccde4;}
.index-news-main ul li:hover .index-news-pic img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

/*****************FOOT*****************/
.foot-wrap { width: 100%; overflow: hidden; background: #35414d; padding: 15px 0 0;}
.foot-main { width: 1200px; overflow: hidden; margin: 0 auto;}
.foot-nav { width: auto; overflow: hidden; display: flex; align-items: center; justify-content: space-around; padding: 15px 0 20px; border-bottom: 1px solid #2e3944;}
.foot-logo { width: 350px; overflow: hidden; }
.foot-logo img { width: auto; display: block;}
.foot-nav-main { width: 700px; overflow: hidden;}
.foot-nav-main ul li { float: left; width: 170px;}
.foot-nav-main ul li h3 { font-size: 17px; color: #fff; padding-bottom: 7px;}
.foot-nav-main ul li a { font-size: 15px; color: rgba(255,255,255,.8); display: block; padding: 3px 0; line-height: 1.8}
.foot-contact { width: 300px!important; margin-left: 60px!important;}
.foot-contact-address { line-height: 2!important;}
.foot-nav-main ul li a:hover { color: #fff;}
.foot-copyright { 
	width: auto; 
	overflow: hidden;
	padding: 15px 0 7px; 
	border-top: 1px solid #3b4753;
	font-size: 14px;
	color: rgba(255,255,255,.8);
}
.foot-copyright span { font-size: 14px; color: rgba(255,255,255,.8); display: block;text-align: center}

.innerbanner img { width: auto; display: block; max-width: 100%;}

/*****************解决方案*****************/
.solution-wrap { width: 100%; overflow: hidden; background: #f3f5f6; padding: 30px 0;}
.solution-main { width: 1200px; overflow: hidden; margin: 0 auto; display: flex; align-items:flex-start; justify-content: space-between;}

/*****************解决方案-左侧*****************/
.solution-left { width: 260px; overflow: hidden;}
.solution-classification { width: auto; overflow: hidden; border-radius: 5px;}
.solution-classification-title { width: auto; overflow: hidden; background: #3ccde4; text-align: center; padding: 15px 0;}
.solution-classification-title i { display: inline-block; background: url(../images/solution-icon.png)no-repeat; width: 27px; height: 35px; background-size: 100%;}
.solution-classification-title h3 { font-size: 24px; color: #fff; display: inline-block; margin: 0 15px; font-weight: normal;}
.solution-classification-title span { font-size: 20px; color: #fff;}
.solution-classification-title i,.solution-classification-title h3,.solution-classification-title span { vertical-align: middle;}

.solution-classificatino-main { width: auto; overflow: hidden;}
.solution-classificatino-main ul li { overflow: hidden; background: #fff; border-bottom: 1px solid #ddd;}
.solution-classificatino-main ul li:last-child { border-bottom: none;}
.solution-classificatino-main ul li a { display: block; padding: 15px 0;}
.solution-classificatino-main ul li span { display: inline-block; width: 10px; height: 10px; border: 1px solid #ddd; border-radius: 50%; margin-left: 15px; background: #fff;}
.solution-classificatino-main ul li h5 { font-size: 15px; color: #555; font-weight: normal; display: inline-block; margin-left: 10px;}
.solution-classificatino-main ul li:hover span { border: 1px solid #3ccde4; background: #3ccde4;}
.solution-classificatino-main ul li:hover h5 { color: #3ccde4;}
.solution-classificatino-main ul li.active span { border: 1px solid #3ccde4; background: #3ccde4;}
.solution-classificatino-main ul li.active h5 { color: #3ccde4;}

.solution-left-contact { width: auto; overflow: hidden; background: #fff; border-top:5px solid #3ccde4; margin-top: 30px; padding: 20px 15px 15px;}
.solution-left-contact h3 { font-size: 20px; color: #333; font-weight: normal; padding-bottom: 8px;}
.solution-left-contact span { font-size: 15px; color: #555; display: block; line-height: 2.5;}

.solution-left-download { width: auto; overflow: hidden; text-align: center; margin-top: 10px;}
.solution-left-download a {
	border-radius: 10px;
	background-image: -moz-linear-gradient( 73deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
	background-image: -webkit-linear-gradient( 73deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
	background-image: -ms-linear-gradient( 73deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
	width: 240px;
	display: inline-block;
	margin-top:30px;
	height: 70px;
	line-height: 3;
}
.solution-left-download h5 { font-size: 24px; color: #fff; font-weight: normal; display: inline-block;}
.solution-left-download i { margin-right: 20px;}
.ios-icon { display: inline-block; background: url(../images/mac_icon.png) no-repeat; width: 26px; height: 37px; background-size: 100%;}
.android-icon { display: inline-block; background: url(../images/android_icon.png) no-repeat; width: 26px; height: 37px; background-size: 100%;}
.solution-left-download i,.solution-left-download h5 { vertical-align: middle;}

.solution-right { width: 900px; overflow: hidden; background: #fff;}
.solution-right-inner { width: auto; overflow: hidden; padding: 20px;}

.location-wrap { width: auto; overflow: hidden; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ddd; padding-bottom: 12px;}
.location-title { width: 300px; overflow: hidden; }
.location-title span { display: inline-block; width: 4px; height: 23px; background: #3ccde4;}
.location-title h4 { font-size: 20px; color: #3ccde4; display: inline-block; font-weight: normal; margin-left: 15px;}

.location-main { width:550px; overflow: hidden; text-align: right;}
.location-main span { font-size: 14px; color: #666;}
.location-main a { font-size: 14px; color: #666;}
.location-main span,.location-main a { vertical-align: middle;}
.location-main a:hover { color: #3ccde4;}
.location-main a.active { color: #3ccde4;}

.solution-info { width: auto; overflow: hidden; font-size: 15px; color: #444; line-height: 2; margin-top: 15px;}
.solution-info span { font-size: 15px; color: #444; line-height: 2;}
.solution-info p { font-size: 15px; color: #444; line-height: 2;}
.solution-info p span { font-size: 15px; color: #444; line-height: 2;}
.solution-info img { width: auto; display: block; margin: 0 auto; max-width: 100%;}

/*****************app下载*****************/
.download-wrap { width: 100%; overflow: hidden; background: #f3f5f6; padding: 30px 0;}
.download-main { width: 1200px; overflow: hidden; margin: 0 auto; display: flex; align-items:center; justify-content: space-between;}

.download-model { width: 550px; overflow: hidden;}
.download-model img { width: auto; display: block;}

.download-info { width: 500px; overflow: hidden;}
.download-name { width: auto; overflow: hidden; display: flex; align-items: center; justify-content: space-between;}
.download-logo { width: 130px; overflow: hidden;}
.download-text { width: 350px; overflow: hidden;}
.download-text h3 { font-size: 24px; color: #3ccde4; font-weight: normal; padding-bottom: 6px}
.download-text span { font-size:18px; color: #777; line-height: 1.7;}

.download-applink { width: auto; overflow: hidden; margin-top: 30px; text-align: center;}
.download-applink a {
	border-radius: 10px;
	background-image: -moz-linear-gradient( 73deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
	background-image: -webkit-linear-gradient( 73deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
	background-image: -ms-linear-gradient( 73deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
	width: 220px;
	display: inline-block;
	margin-top:30px;
	height: 70px;
	line-height: 3;
	margin-left: 20px;
}
.download-applink a:first-child { margin-left: 0;}
.download-applink h5 { font-size: 24px; color: #fff; font-weight: normal; display: inline-block;}
.download-applink i { margin-right: 20px;}
.download-applink i,.download-applink h5 { vertical-align: middle;}

.download-qrcode { width: auto; overflow: hidden; display: flex; align-items: center; justify-content: space-around; margin-top: 50px;}
.download-qricon { width: 220px; overflow: hidden;}
.download-qricon img { width: auto; display: block;}
.download-qrcodeimg { width: 200px; overflow: hidden;}
.download-qrcodeimg img { width: auto; display:block;}

/*****************联系我们*****************/
.contactbanner { width: auto; overflow: hidden; position: relative!important;}
.contactbanner img { width: auto; display: block; max-width: 100%;}

.contact-nav { width: 100%; overflow: hidden; background: rgba(255,255,255,.6); position: absolute; bottom: 0; left: 0;}
.contact-nav-inner { width: 1200px; overflow: hidden; margin: 0 auto; display: flex; align-items: center; justify-content: flex-end;}
.contact-nav-inner ul li { float: left; width: 130px; text-align: center; padding: 10px 0 0;}
.contact-nav-inner ul li a { font-size: 18px; color: #333; display: inline-block; border-bottom: 3px solid rgba(255,255,255,0); padding: 12px 0 15px;}
.contact-nav-inner ul li:hover a { color: #24a2b6; border-bottom: 3px solid #24a2b6;}
.contact-nav-inner ul li.active a { color: #24a2b6; border-bottom: 3px solid #24a2b6;}

.contact-wrap { width: 100%; overflow: hidden; background: #f3f5f6; padding: 30px 0;}
.contact-main { width: 1200px; overflow: hidden; margin: 0 auto;}

.contact-map { width: auto; overflow: hidden;}

.contact-info { width: auto; overflow: hidden; background: #fff; padding: 30px 20px;}
.contact-info ul li { width: 386px; float: left; text-align: center; border-right: 1px solid #ddd; height: 100px;}
.contact-info ul li:last-child { border-right: none;}
.contact-info ul li h3 { font-size: 20px; color: #333; font-weight: normal; padding-bottom:10px;}
.contact-info ul li span { font-size: 16px; color: #555; line-height:1.8; margin-top: 15px; display: block;}
.contact-address { width: 80%; margin: 0 auto; margin-top: 0!important;}

/*****************新闻列表*****************/
.newslist-wrap { width: 100%; overflow: hidden; padding: 30px 0;}
.newslist-main { width: 1200px; overflow: hidden; margin: 0 auto;}

.newslist { width: auto; overflow: hidden;}
.newslist ul li { overflow: hidden; border-bottom: 1px solid #ddd; padding-bottom: 25px; margin-top: 25px;}
.newslist ul li a { display: block; display: flex; align-items: center; justify-content: space-between;}
.newslist-pic { width: 380px; overflow: hidden;}
.newslist-pic img { 
	width:100%;
	display: block;
	height: 250px;
	
	overflow-x: hidden;
	overflow-y: hidden;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	
	-ms-transition-delay: 0s;
	-ms-transition-duration: 1s;
	-ms-transition-property: all;
	
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
}
.newslist-info { width: 780px; overflow: hidden;}
.newslist-info h5 { font-size: 24px; color: #333; font-weight: normal; padding-bottom: 7px;}
.newslist-text { 
	width: auto;
	overflow: hidden; 
	font-size: 16px;
	color: #555;
	line-height: 1.9;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.newslist-bottom { width: auto; overflow: hidden; display: flex; align-items: center; justify-content: space-between; margin-top: 30px;}
.newslist-data { width: 300px; overflow: hidden;}
.newslist-data i { display: inline-block; background: url(../images/data_icon.png) no-repeat; width: 18px; height: 18px; margin-right: 10px;}
.newslist-data span { font-size: 15px; color: #777;}
.newslist-data i,.newslist span { vertical-align: middle;}

.newslist-enter { width: 50px; overflow: hidden;}
.newslist-enter img { width: auto; display: block; margin: 0 auto;}
.newslist-enter-highlight { display: none;}

.newslist ul li:hover .newslist-enter-default { display: none}
.newslist ul li:hover .newslist-enter-highlight { display: block}
.newslist ul li:hover .newslist-info h5 { color: #3ccde4;}
.newslist ul li:hover .newslist-pic img {	
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.page-wrap { width: auto; overflow: hidden; border: 1px solid #ddd; margin-top: 30px; padding: 15px 20px; display: flex; align-items: center; justify-content: space-between;}
.page-total { width: 300px; overflow: hidden;}
.page-total span { font-size: 15px; color: #555;}
.page-main {}
.page-main ul li { float: left; margin-left: 10px;}
.page-main ul li a { font-size: 15px; color: #555; display: inline-block; border: 1px solid #ddd; padding: 7px 15px;}
.page-main ul li:hover a { border: 1px solid #3ccde4; background: #3ccde4; color: #fff;}
.page-main ul li.active a { border: 1px solid #3ccde4; background: #3ccde4; color: #fff;}

.newsinfo-location-wrap { width: auto; overflow: hidden;}
.newsinfo-location-wrap span { font-size: 14px; color: #666;}
.newsinfo-location-wrap a { font-size: 14px; color: #666;}
.newsinfo-location-wrap span,.newsinfo-location-wrap a { vertical-align: middle;}
.newsinfo-location-wrap a:hover { color: #3ccde4;}
.newsinfo-location-wrap a.active { color: #3ccde4;}

.news-info { width: auto; overflow: hidden; margin-top: 20px;}
.news-info-title { width: auto; overflow: hidden; text-align: center; border-bottom: 1px dashed #ddd; padding-bottom: 10px;}
.news-info-title h2 { font-size: 24px; color: #333; font-weight:normal; padding-bottom: 7px;}
.news-info-title span { font-size: 16px; color: #888; display: inline-block; margin-left: 20px;}
.news-info-title span:nth-child(1) { margin-left: 0;}

.news-info-text { width: auto; overflow: hidden; margin-top: 20px; font-size: 15px; color: #555; line-height: 2;}
.news-info-text span { font-size: 15px; color: #555; line-height: 2;}
.news-info-text p { font-size: 15px; color: #555; line-height: 2;}
.news-info-text p span { font-size: 15px; color: #555; line-height: 2;}
.news-info-text img { width: auto; display: block; margin: 0 auto; max-width: 100%}

.news-next { width: auto; overflow: hidden;}
.news-next div { width: auto; overflow: hidden; background: #f3f5f6; margin-top: 20px; padding: 12px 20px;}
.news-next div span { font-size: 15px; color: #444;}
.news-next div a { font-size: 15px; color: #444;}
.news-next div span,.news-next div a { vertical-align: middle;}
.news-next div a:hover { color: #3ccde4;}

/*****************公司简介*****************/
.about-wrap { width: 100%; overflow: hidden; padding: 30px 0;}
.about-main { width: 1200px; overflow: hidden; margin: 0 auto; font-size: 15px; color: #444; line-height: 2.2;}
.about-main span { font-size: 15px; color: #444; line-height: 2.2;}
.about-main p { font-size: 15px; color: #444; line-height: 2.2;}
.about-main p span { font-size: 15px; color: #444; line-height: 2.2;}

/*****************代理加盟*****************/
.join-wrap { width: 100%; overflow: hidden; padding: 30px 0; background: #fff;}
.join-main { width: 1200px; overflow: hidden; margin: 0 auto;}
.join-main-inner { 
	width: 90%; 
	overflow: hidden; 
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 26.19px 0.81px rgba(217, 217, 217, 0.8);
	padding: 30px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 20px;
}
.join-main-inner h3 { font-size: 20px; color: #222; font-family: myFirstFont; font-weight: normal; margin-bottom: 7px;}
.join-main-inner span { font-size: 15px; color: #777;}

.consult-content { width: 60%; overflow: hidden; margin:  0 auto;}
.consult-content ul li { overflow: hidden; margin-top: 30px;}
.consult-name { width: 90px; overflow: hidden; float: left; margin-top: 12px;}
.consult-name span { font-size: 17px; color: #333!important; font-family: myFirstFont; font-style:normal;}
.consult-input { width: 79%; overflow: hidden; float: right;}
.consult-input input { width: 96%; height: 45px; border: 1px solid #ddd; padding-left: 10px; outline: none;}
.consult-name span,.consult-input input { vertical-align: middle;}
.consult-input textarea { width: 93%; height: 100px; padding:10px; border: 1px solid #ddd; outline: none;}
.consult-input button { width: 43.2%; margin-left: 40px; border: none; background: #3ccde4; height: 45px; color: #fff; font-size: 15px;}
.consult-input button:nth-child(1) { margin-left: 0;}
.consult-input select { width: 99%; height: 45px; border: 1px solid #ddd; outline: none; padding-left: 2%;}

/*****************流量卡Wi-Fi*****************/
.wifi-wrap { width: 100%; overflow: hidden; padding: 30px 0; background: #f3f5f6;}
.wifi-main { width: 1200px; overflow: hidden; margin: 0 auto; display: flex; align-items:flex-start; justify-content:space-between}

.wifi-info { width: auto; overflow: hidden; margin-top: 15px; font-size: 15px; color: #444; line-height: 2.2;}
.wifi-info span { font-size: 15px; color: #444; line-height: 2.2;}
.wifi-info p { font-size: 15px; color: #444; line-height: 2.2;}
.wifi-info p span { font-size: 15px; color: #444; line-height: 2.2;}
.wifi-info img { width: auto; display: block; margin: 0 auto; max-width: 100%;}

/*****************物联网卡*****************/
.card-wrap { width: 100%; overflow: hidden; padding: 30px 0; background: #f3f5f6;}
.card-main { width: 1200px; overflow: hidden; margin: 0 auto; display: flex; align-items:flex-start; justify-content:space-between}

.card-info { width: auto; overflow: hidden; margin-top: 15px; font-size: 15px; color: #444; line-height: 2.2;}
.card-info span { font-size: 15px; color: #444; line-height: 2.2;}
.card-info p { font-size: 15px; color: #444; line-height: 2.2;}
.card-info p span { font-size: 15px; color: #444; line-height: 2.2;}
.card-info strong { font-size: 16px; color: #333; display: block; padding-top: 10px;}
.card-info img { width: auto; display: block; margin: 0 auto; max-width: 100%;}

/*****************产品中心*****************/
.productlist { width: auto; overflow: hidden;}
.productlist ul li { float: left; margin-left: 20px; width: 273px; margin-top: 20px;}
.productlist ul li:nth-of-type(3n+1) { margin-left: 0;}
.productlist-pic { width: auto; overflow: hidden;}
.productlist-pic img { width: 100%; display: block; margin: 0 auto;}
.productlist-info { width: auto; overflow: hidden; margin-top: 10px; height: 80px;}
.productlist-info h3 { 
	width:100%;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	font-size: 14px;
	color: #444;
	font-weight: normal;
	margin-top: 5px;
}
.productlist-info span { font-size: 22px; color: #EF0C0C; font-weight: normal;}
.productlist ul li:hover .productlist-info h3 { color: #3ccde4;}

.productinfo { width: auto; overflow: hidden; margin-top: 20px;}
.productinfo-title { width: auto; overflow: hidden; border-bottom: 1px dashed #ddd; padding-bottom: 10px;}
.productinfo-name { width: auto; overflow: hidden; display: flex; justify-content: space-between; align-items: center;}
.productinfo-name h3 { width: 85%; font-size: 18px; color: #333; font-weight: normal;}
.productinfo-name h4 { font-size: 20px; color: #EB1111; font-weight: bold;}
.productinfo-title span { font-size: 13px; color: #777; display: inline-block; margin-right: 20px; margin-top:5px;}

.productinfo-img { width: auto; overflow: hidden; margin-top: 20px;}
.productinfo-img img { width: auto; max-width: 100%; margin: 0 auto; display: block;}

/*****************首页产品中心*****************/
.index-product { width: 100%; overflow: hidden; padding: 30px 0px; background: #f3f5f6;}
.index-product h4 { font-size: 34px; color: #333; font-weight: normal; text-align: center; padding-bottom: 0px;}
.index-productlist { width: 1200px; overflow: hidden; margin: 0 auto;}
.index-productlist ul li { float: left; margin-left: 20px; width: 285px; margin-top: 20px;}
.index-productlist ul li:first-child { margin-left: 0;}
.index-productlist-pic { width: auto; overflow: hidden;}
.index-productlist-pic img { width: 100%; display: block; margin: 0 auto;}
.index-productlist-info { width: auto; overflow: hidden; margin-top: 10px;}
.index-productlist-info h3 { 
	width:100%;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	font-size: 14px;
	color: #444;
	font-weight: normal;
	margin-top: 5px;
}
.index-productlist-info span { font-size: 22px; color: #EF0C0C; font-weight: normal;}
.index-productlist ul li:hover .index-productlist-info h3 { color: #3ccde4;}




@media only screen and (max-width:800px)
{
	/*****************首页-头部*****************/
	.head-wrap { width: 100%; position: relative;}
	.head-nav { 
		width: 100%; 
		overflow: inherit; 
		position: absolute; 
		z-index:999;
		padding: 0;
		height: 50px;

	}
	.head-nav-inner { 
		width: auto; 
		margin: 0 auto; 
		display: flex; 
		align-items: center; 
		justify-content:space-between; 
		
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;

		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal;
			
	}
	.head-nav-inner.active { background: #fff;}
	.head-logo { width: 40%; overflow: inherit; margin-left: 10px; margin-top: 7px;}
	.head-logo i { display: inline-block; background: url(../images/logo.png) no-repeat; width: 130px; height: 40px; background-size: 100%;}
	.head-logo.active1 i { display: inline-block; background: url(../images/logo_highlight.png) no-repeat; width: 130px; height: 40px; background-size: 100%;}


	.nav { display: block; width: 24%; background:none; height: auto; float: right;}
	
	.mobile-inner-header{ width: 50px; height: auto;}
	.mobile-inner-header-icon{
		color: #333;
		height: 50px;
		font-size:25px;
		text-align: center;
		float:right;
		width: 50px;
		position: relative;
		-webkit-transition: background 0.5s;
		-moz-transition: background 0.5s;
		-o-transition: background 0.5s;
		transition: background 0.5s;
	}
	.mobile-inner-header-icon:hover{
		cursor: pointer;
	}
	.mobile-inner-header-icon span{
		position: absolute;
		left: calc((100% - 25px) / 2);
		top: calc((100% - 1px) / 2);
		width: 25px;
		height: 1px;
		background-color: #fff;
	}
	.mobile-inner-header-icon.active2 span { background: #3ccde4;}
	.mobile-inner-header-icon span:nth-child(1){
	transform: translateY(4px) rotate(0deg);
	}
	.mobile-inner-header-icon span:nth-child(2){
	transform: translateY(-4px) rotate(0deg);
	}	
	
	.mobile-inner-header-icon-click span:nth-child(1){
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: clickfirst;
	}		
	.mobile-inner-header-icon-click span:nth-child(2){
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: clicksecond;
	}

	@keyframes clickfirst {
	  0% {transform: translateY(4px) rotate(0deg);}

	  100% {transform: translateY(0) rotate(45deg);}
	}	

	@keyframes clicksecond {
	  0% {transform: translateY(-4px) rotate(0deg);}

	  100% {transform: translateY(0) rotate(-45deg);}
	}	

	.mobile-inner-header-icon-out span:nth-child(1){
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: outfirst;
	}		
	.mobile-inner-header-icon-out span:nth-child(2){
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: outsecond;
	}

	.head-nav-main{
		width: 100%;
		position: absolute;
		top: 50px;
		left: 0px;
		padding-bottom: 20px;
		display: none;
		background: #fff;
		height: calc(100vh - 70px);
		overflow: inherit;
	}
	.head-nav-main ul li {	
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;
		margin-top: 15px;
	}

	.head-nav-main ul li a{
		display:block;
		text-decoration: none;
		color: #333!important;
		font-size: 15px;
		font-weight:300;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;

		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal;

		padding-bottom: 0;
		border-bottom: none;

	}
	.head-nav-main ul li a:hover{
		color: #3ccde4!important;
	}
	.head-nav-main ul li:hover a { border-bottom: none; color: #3ccde4!important;}
	.head-nav-main ul li.active a { border-bottom: none; color: #3ccde4!important;}
/*	@-webkit-keyframes returnToNormal {
		0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);}

		100% { opacity: 1; -webkit-transform: none; transform: none;}
	}
	@keyframes returnToNormal {
		0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);}

		100% { opacity: 1; -webkit-transform: none; transform: none;}
	}
*/	
	/*****************首页-解决方案*****************/
	.index-solution-wrap { width: 100%; overflow: hidden; padding: 20px 0;}
	.index-solution { width: 96%; overflow: hidden; margin: 0 auto;}
	.index-solution h3 { font-size: 24px; color: #333; text-align: center; font-weight: normal;}
	.index-solution-main { width: auto; overflow: hidden; margin-top: 15px;}
	.index-solution-main ul li { float: left; width: 49%; position: relative; height: 260px; margin-left: 2%; margin-top: 2%;}
	.index-solution-main ul li:nth-of-type(odd) { margin-left: 0;}
	.index-solution-info { 
		width: 90%; 
		height: 170px;
		position: absolute; 
		top: 0; 
		left: 0; 
		right: 0; 
		bottom: 0; 
		z-index: 9;
		margin: auto;
		transition:all .4s ease-in-out;
	}
	.index-solution-img { width: auto; overflow: hidden; height: 70px; position: relative;}
	.index-solution-img img { width: 30%; display:block; margin: auto; top: 0; right: 0; bottom: 0; left: 0; position: absolute;}
	.index-solution-info h3 { font-size: 16px; color: #fff; font-weight: bold; margin-top: 10px;}
	.index-solution-text { width: auto; overflow: hidden; font-size: 13px; color: rgba(255,255,255,.9); margin-top: 10px; line-height: 1.5; display: block; height: 60px;}

	.index-solution-main ul li:hover .index-solution-info { height: 170px;}

	/*****************物联网卡*****************/
	.index-card-wrap { width: 100%; overflow:hidden; background: url(../images/card_background.png) no-repeat; background-size: 100% 100%; padding: 20px 0;}
	.index-card-inner { width: 96%; overflow: hidden; margin: 0 auto;}
	.index-card-inner h3 { font-size: 24px; color: #fff; font-weight: normal; text-align: center;}
	.index-card-main { width: auto; overflow:hidden; margin-top: 10px; font-size: 14px; color: #fff; line-height:1.8; text-indent: 2em;}

	/*****************首页-app下载*****************/
	.index-download-wrap { width: 100%; overflow: hidden; padding: 30px 0; background: #f3f5f6;}
	.index-download-inner { width: 96%; overflow: hidden; margin: 0 auto; display: inherit; align-items: center; justify-content: space-around;}
	.index-download-img { width: auto; overflow: hidden; text-align: center;}
	.index-download-info { width: auto; overflow: hidden; margin-top: 20px;}
	.index-download-info h3 { font-size: 24px; color: #333; font-weight: normal; padding-bottom:0px;}
	.index-download-info span { font-size: 16px; color: #555; line-height: 1.8;}

	.index-download-link { width: auto; overflow: hidden; margin-top: 20px;}
	.index-download-link ul li { 
		float: left;
		width: 49%;
		border-radius: 8px;
		background-image: -moz-linear-gradient( 73deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
		background-image: -webkit-linear-gradient( 73deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
		background-image: -ms-linear-gradient( 73deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
		display: flex;
		align-items: center;
		justify-content: space-around;
		margin-left: 2%;
		overflow: hidden;
		height: 50px;
	}
	.index-download-icon { width: 15%; overflow: hidden; float: left; margin-left: 10px;}
	.index-download-icon img { width: 100%; display: block; margin: 0 auto;}
	.index-download-text { width: 57%; overflow: hidden; float: left; text-align: center; margin-left: 20px;}
	.index-download-text span { font-size: 16px; color: #fff;}


	/*****************首页-新闻中心*****************/
	.index-news-wrap { width: 100%; overflow: hidden; padding: 20px 0;}
	.index-news { width: auto; overflow: hidden; margin: 0 auto;}
	.index-news h2 { font-size: 24px; color: #333; text-align: center; font-weight: normal;}
	.index-news-main { width: auto; overflow: hidden; margin-top: 20px;}
	.index-news-main ul li { 
		float: none;
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 9.4px 0.6px rgba(169, 169, 169, 0.39);
		width: auto;
		margin-left: 2%;
		margin-bottom: 13px;
		margin-right: 2%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.index-news-main ul li:first-child { margin-left: 2%; margin-top: 2%;}
	.index-news-main ul li:last-child { margin-right: 2%;}
	.index-news-pic { width: 40%; overflow: hidden;}
	.index-news-pic img { 
		width: 100%; 
		display: block;
		height: 120px;

		overflow-x: hidden;
		overflow-y: hidden;
		transition-delay: 0s;
		transition-duration: 1s;
		transition-property: all;

		-ms-transition-delay: 0s;
		-ms-transition-duration: 1s;
		-ms-transition-property: all;

		-moz-transition-delay: 0s;
		-moz-transition-duration: 1s;
		-moz-transition-property: all;

		-webkit-transition-delay: 0s;
		-webkit-transition-duration: 1s;
		-webkit-transition-property: all;

		-o-transition-delay: 0s;
		-o-transition-duration: 1s;
		-o-transition-property: all;
	}
	.index-news-info { width: 60%; overflow: hidden; padding: 10px;}
	.index-news-info h3 { 
		font-size: 16px;
		color: #333; 
		font-weight: normal;
		padding-bottom: 3px;
		display: inline-block;
		white-space: nowrap; 
		width: 100%; 
		overflow: hidden;
		text-overflow:ellipsis;
	}
	.index-news-info span { font-size: 13px; color: #888;}
	.index-news-text { 
		width: auto;
		overflow: hidden;
		font-size: 14px; 
		color: #555; 
		line-height: 1.7;
		margin-top: 0px;
		word-break:break-all;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
	}
	.index-news-more { width: auto; overflow: hidden; text-align: center; margin-top:10px;}
	.index-news-more a {
		font-size: 15px;
		color: #fff; 
		display: inline-block;
		padding: 8px 30px;
		border-radius: 20px;
		background-image: -moz-linear-gradient( 63deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
		background-image: -webkit-linear-gradient( 63deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
		background-image: -ms-linear-gradient( 63deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
	}
	.index-news-main ul li:hover h3 { color: #3ccde4;}
	.index-news-main ul li:hover .index-news-pic img {
		transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
	}

	/*****************FOOT*****************/
	.foot-wrap { width: 100%; overflow: hidden; background: #35414d; padding: 10px 0 0;}
	.foot-main { width: 96%; overflow: hidden; margin: 0 auto;}
	.foot-nav { width: auto; overflow: hidden; display: flex; align-items: center; justify-content: space-around; padding: 10px 0 0px; border-bottom: 1px solid #2e3944;}
	.foot-logo { width: 350px; overflow: hidden; display: none;}
	.foot-nav-main ul li { float: none; width:auto; margin-bottom: 12px;}
	.foot-nav-main ul li h3 { font-size: 16px; color: #fff; padding-bottom: 5px;}
	.foot-nav-main ul li a { font-size: 14px; color: rgba(255,255,255,.8); display: inline-block; padding: 3px 0; line-height: 1.8; margin-right: 12px;}
	.foot-contact { width: auto!important; margin-left: 0px!important;}
	.foot-contact-address { line-height: 1.7!important;}
	.foot-copyright { 
		width: auto; 
		overflow: hidden;
		padding: 10px 0 7px; 
		border-top: 1px solid #3b4753;
		font-size: 12px;
		color: rgba(255,255,255,.8);
	}
	.foot-copyright span { font-size: 12px; color: rgba(255,255,255,.8); display: inline-block;}
	
	
	/*****************解决方案*****************/
	.solution-wrap { width: 100%; overflow: hidden; background: #f3f5f6; padding: 20px 0;}
	.solution-main { width: 96%; overflow: hidden; margin: 0 auto; display:inherit; align-items:flex-start; justify-content: space-between;}

	/*****************解决方案-左侧*****************/
	.solution-left { width: auto; overflow: hidden;}
	.solution-classification { width: auto; overflow: hidden; border-radius: 0px;}
	.solution-classification-title { width: auto; overflow: hidden; background: #3ccde4; text-align: center; padding: 15px 0; display: none;}

	.solution-classificatino-main { width: auto; overflow: hidden;}
	.solution-classificatino-main ul li { overflow: hidden; background: #fff; border-bottom:none; width: 49.8%; float: left; margin-left: 1px; margin-top: 1px; text-align: center;}
	.solution-classificatino-main ul li:nth-child(odd) { margin-left: 0;}
	.solution-classificatino-main ul li a { display: block; padding: 12px 0;}
	.solution-classificatino-main ul li span { display: none; width: 10px; height: 10px; border: 1px solid #ddd; border-radius: 50%; margin-left: 15px; background: #fff;}
	.solution-classificatino-main ul li h5 { font-size: 14px; color: #555; font-weight: normal; display: inline-block; margin-left: 10px;}

	.solution-left-contact {display: none;}

	.solution-left-download {display: none;}

	.solution-right { width: auto; overflow: hidden; background: #fff; margin-top: 20px;}
	.solution-right-inner { width: auto; overflow: hidden; padding: 10px;}

	.location-wrap { width: auto; overflow: hidden; display: inherit; align-items: center; justify-content: space-between; border-bottom: 1px solid #ddd; padding-bottom: 12px;}
	.location-title { width: 300px; overflow: hidden; display: none;}

	.location-main { 
		width: auto;
		max-width:94%; 
		overflow: hidden;
		text-align: right; 
		display: inline-block;
		white-space: nowrap; 
		text-overflow:ellipsis;
		float: right;
	}
	
	/*****************app下载*****************/
	.download-wrap { width: 100%; overflow: hidden; background: #f3f5f6; padding: 20px 0;}
	.download-main { width: 96%; overflow: hidden; margin: 0 auto; display: inherit; align-items:center; justify-content: space-between;}

	.download-model { width: auto; overflow: hidden;}
	.download-model img { width: 60%; display: block; margin: 0 auto;}

	.download-info { width: auto; overflow: hidden; margin-top: 30px;}
	.download-name { width: auto; overflow: hidden; display: flex; align-items: center; justify-content: space-around;}
	.download-logo { width: 20%; overflow: hidden;}
	.download-logo img { width: 100%; display: block; margin: 0 auto;}
	.download-text { width: 70%; overflow: hidden;}
	.download-text h3 { font-size: 18px; color: #3ccde4; font-weight: normal; padding-bottom: 0px}
	.download-text span { font-size:14px; color: #777; line-height: 1.7;}

	.download-applink { width: auto; overflow: hidden; margin-top: 30px; text-align: center;}
	.download-applink a {
		border-radius: 10px;
		background-image: -moz-linear-gradient( 73deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
		background-image: -webkit-linear-gradient( 73deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
		background-image: -ms-linear-gradient( 73deg, rgb(60,205,228) 0%, rgb(102,190,231) 100%);
		width: 48%;
		display: inline-block;
		margin-top:0px;
		height: 50px;
		line-height: 3;
		margin-left: 2%;
	}
	.download-applink a:first-child { margin-left: 0;}
	.download-applink h5 { font-size: 18px; color: #fff; font-weight: normal; display: inline-block;}
	.download-applink i { margin-right: 15px;}

	.download-qrcode { width: auto; overflow: hidden; display: flex; align-items: center; justify-content: space-around; margin-top: 20px;}
	.download-qricon { width: 50%; overflow: hidden;}
	.download-qricon img { width:80%; display: block; margin: 0 auto;}
	.download-qrcodeimg { width: 50%; overflow: hidden;}
	.download-qrcodeimg img { width:80%; display:block; margin: 0 auto;}
	
	/*****************联系我们*****************/
	.contact-nav { width: 100%; overflow: hidden; background: rgba(255,255,255,.6); position: absolute; bottom: 0; left: 0;}
	.contact-nav-inner { width: 96%; overflow: hidden; margin: 0 auto; display: inherit; align-items: center; justify-content: flex-end;}
	.contact-nav-inner ul li { float: left; width: 33.333%; text-align: center; padding: 4px 0 0;}
	.contact-nav-inner ul li a { font-size: 14px; color: #333; display: inline-block; border-bottom: 3px solid rgba(255,255,255,0); padding: 8px 0 8px;}

	.contact-wrap { width: 100%; overflow: hidden; background: #f3f5f6; padding: 20px 0;}
	.contact-main { width: 96%; overflow: hidden; margin: 0 auto;}

	.contact-info { width: auto; overflow: hidden; background: #fff; padding: 10px 15px;}
	.contact-info ul li { width: auto; float: none; text-align: center; border-right: none; height: auto; margin-top: 20px;}
	.contact-info ul li:first-child { margin-top: 0;}
	.contact-info ul li:last-child { border-right: none;}
	.contact-info ul li h3 { font-size: 20px; color: #333; font-weight: normal; padding-bottom:5px;}
	.contact-info ul li span { font-size: 14px; color: #555; line-height:1.8; margin-top: 0px; display: block;}
	.contact-address { width: 90%; margin: 0 auto; margin-top: 0!important;}

	/*****************新闻列表*****************/
	.newslist-wrap { width: 100%; overflow: hidden; padding: 20px 0;}
	.newslist-main { width: 96%; overflow: hidden; margin: 0 auto;}

	.newslist { width: auto; overflow: hidden;}
	.newslist ul li { 
		overflow: hidden; 
		border-bottom: 1px solid #ddd; 
		padding-bottom: 4%;
		margin-top: 4%;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.newslist ul li:first-child { margin-top: 0;}
	.newslist ul li a { display: block; display: flex; align-items: center; justify-content: space-between;}
	.newslist-pic { width: 40%; overflow: hidden;}
	.newslist-pic img { 
		width:100%;
		display: block;
		height: 120px;

		overflow-x: hidden;
		overflow-y: hidden;
		transition-delay: 0s;
		transition-duration: 1s;
		transition-property: all;

		-ms-transition-delay: 0s;
		-ms-transition-duration: 1s;
		-ms-transition-property: all;

		-moz-transition-delay: 0s;
		-moz-transition-duration: 1s;
		-moz-transition-property: all;

		-webkit-transition-delay: 0s;
		-webkit-transition-duration: 1s;
		-webkit-transition-property: all;

		-o-transition-delay: 0s;
		-o-transition-duration: 1s;
		-o-transition-property: all;
	}
	.newslist-info { width: 55%; overflow: hidden;}
	.newslist-info h5 { 
		font-size: 16px;
		color: #333;
		font-weight: normal;
		padding-bottom: 5px;
		display: inline-block;
		white-space: nowrap; 
		width: 100%; 
		overflow: hidden;
		text-overflow:ellipsis;
	}
	.newslist-text { 
		width: auto;
		overflow: hidden; 
		font-size: 14px;
		color: #555;
		line-height: 1.6;
		word-break:break-all;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
	}
	.newslist-bottom { width: auto; overflow: hidden; display: flex; align-items: center; justify-content: space-between; margin-top: 20px;}
	.newslist-data { width: 80%; overflow: hidden;}

	.page-wrap { width: auto; overflow: hidden; border: 1px solid #ddd; margin-top: 20px; padding: 10px 10px; display: flex; align-items: center; justify-content: space-between;}
	.page-total { width: 15%; overflow: hidden;}
	.page-total span { font-size: 15px; color: #555;}
	.page-main { max-width: 83%; overflow: hidden;}
	.page-main ul li { float: left; margin-left: 5px;}
	.page-main ul li a { font-size: 14px; color: #555; display: inline-block; border: 1px solid #ddd; padding: 2px 7px;}

	.newsinfo-location-wrap { 
		width: auto; 
		overflow: hidden;
		display: inline-block;
		white-space: nowrap; 
		max-width: 98%; 
		text-overflow:ellipsis;
	}

	.news-info-title h2 { font-size: 22px; color: #333; font-weight:normal; padding-bottom: 7px;}
	.news-info-title span { font-size: 14px; color: #888; display: inline-block; margin-left: 20px;}

	.news-info-text { width: auto; overflow: hidden; margin-top: 10px; font-size: 15px; color: #555; line-height: 2;}

	.news-next div { width: auto; overflow: hidden; background: #f3f5f6; margin-top: 10px; padding: 12px 10px;}
	.news-next div span { font-size: 14px; color: #444;}
	.news-next div a { font-size: 14px; color: #444;}

	/*****************公司简介*****************/
	.about-main { width: 96%; overflow: hidden; margin: 0 auto; font-size: 15px; color: #444; line-height: 2.2;}
	
	/*****************代理加盟*****************/
	.join-wrap { width: 100%; overflow: hidden; padding: 20px 0; background: #f3f5f6;}
	.join-main { width: 94%; overflow: hidden; margin: 0 auto;}
	.join-main-inner { 
		width: auto; 
		overflow: hidden; 
		background-color: rgb(255, 255, 255);
		box-shadow:none;
		padding: 20px;
		margin: 0 auto;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.join-main-inner h3 { font-size: 20px; color: #222; font-family: myFirstFont; font-weight: normal; margin-bottom: 7px;}
	.join-main-inner span { font-size: 15px; color: #777;}

	.consult-content { width: auto; overflow: hidden; margin:  0 auto;}
	.consult-content ul li { overflow: hidden; margin-top: 20px;}
	.consult-name { width: 22%; overflow: hidden; float: left; margin-top: 12px;}
	.consult-name span { font-size: 15px; color: #333!important; font-family: myFirstFont; font-style:normal;}
	.consult-input { width: 75%; overflow: hidden; float: right;}
	.consult-input input { width: 92%; height: 45px; border: 1px solid #ddd; padding-left: 10px; outline: none;}
	.consult-name span,.consult-input input { vertical-align: middle;}
	.consult-input textarea { width: 88.5%; height: 100px; padding:10px; border: 1px solid #ddd; outline: none;}
	.consult-input button { width: 45.5%; margin-left: 5%; border: none; background: #3ccde4; height: 45px; color: #fff; font-size: 15px;}
	.consult-input button:nth-child(1) { margin-left: 0;}
	.consult-input select { width: 98%; height: 45px; padding-left: 2%;}
	
	/*****************wifi*****************/
	.wifi-wrap { width: 100%; overflow: hidden; background: #fff; padding: 0px 0;}
	.wifi-main { width: 96%; overflow: hidden; margin: 0 auto; display:inherit; align-items:flex-start; justify-content: space-between;}
	
	.wifi-classification { display: none;}
	.wifi-right { margin-top: 15px; padding-bottom: 15px;}
	.wifi-right-inner { padding: 0;}
	
	/*****************card*****************/
	.card-wrap { width: 100%; overflow: hidden; background: #fff; padding: 0px 0;}
	.card-main { width: 96%; overflow: hidden; margin: 0 auto; display:inherit; align-items:flex-start; justify-content: space-between;}
	
	.card-classification { display: none;}
	.card-right { margin-top: 15px; padding-bottom: 15px;}
	.card-right-inner { padding: 0;}
	.card-info { margin-top: 0px;}
	
	
	/*****************产品中心*****************/
	.productlist ul li { float: left; margin-left: 2%; width: 49%; margin-top: 5%; overflow: hidden;}
	.productlist ul li:nth-of-type(3n+1) { margin-left: 2%;}
	.productlist ul li:nth-of-type(odd) { margin-left: 0;}
	.productlist-info h3 { 
		width:100%;
		word-break:break-all;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		overflow:hidden;
		font-size: 13px;
		color: #444;
		font-weight: normal;
		margin-top: 5px;
	}
	.productlist-info span { font-size: 20px; color: #EF0C0C; font-weight: normal;}

	.productinfo { width: auto; overflow: hidden; margin-top: 10px;}
	.productinfo-name { width: auto; overflow: hidden; display:inherit; justify-content: space-between; align-items: center;}
	.productinfo-name h3 { width: auto; font-size: 16px; color: #333; font-weight: normal;}
	.productinfo-name h4 { font-size: 20px; color: #EB1111; font-weight: bold; margin-top: 5px;}
	.productinfo-title span { font-size: 12px; color: #777; display: inline-block; margin-right: 13px; margin-top:5px;}
	.productinfo-title span:nth-child(4) { margin-right: 0;}

	.productinfo-img { width: auto; overflow: hidden; margin-top: 10px;}
	
	/*****************首页产品中心*****************/
	.index-product { width: 100%; overflow: hidden; padding: 20px 0px; background: #f3f5f6;}
	.index-product h4 { font-size: 24px; color: #333; font-weight: normal; text-align: center; padding-bottom: 0px;}
	.index-productlist { width: 96%; overflow: hidden; margin: 0 auto;}
	.index-productlist ul li { float: left; margin-left: 2%; width: 49%; margin-top: 20px;}
	.index-productlist ul li:first-child { margin-left: 0;}
	.index-productlist ul li:nth-of-type(odd) { margin-left: 0;}
	.index-productlist-info h3 { 
		width:100%;
		word-break:break-all;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		overflow:hidden;
		font-size: 13px;
		color: #444;
		font-weight: normal;
		margin-top: 5px;
	}
	.index-productlist-info span { font-size: 20px; color: #EF0C0C; font-weight: normal;}
	
}




