.main .main-slider {
    position: relative;
    background: #003b69;
    text-align: center;
}
.main-slider img{
    max-width: 1920px;
	width: 100%;
	height: auto;
}
.main-slider .slider-text {
	position: absolute;
	z-index: 10;
	bottom: 20%;
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: center;
	color: #fff;
}
.slider-text p:nth-child(1) {
	font-size: 48px;
	font-weight: bold;
	 /*text-shadow: 2px 0px 100px rgba(30, 32, 34, 0.22), -2px 0px 10px rgba(0, 0, 0, 0.1), 0px 2px 80px rgba(30, 32, 34, 0.23), 0px -2px 897px rgba(0, 0, 0, 0.23);*/
}
.slider-text p:nth-child(2) {
	font-size: 26px;
	font-weight: 500;
	padding-top: 8px;
	 /*text-shadow: 2px 0px 20px rgba(0, 0, 0, 0.13), -2px 0px 30px rgba(0, 0, 0, 0.22), 0px 2px 80px rgba(0, 0, 0, 0.19), 0px -2px 60px rgba(0, 0, 0, 0.52);*/
}
.main-about {
	width: 100%;
	text-align: center;
	background: url(../images/about_bg.jpg) no-repeat center;
}
.main-about h1{
	padding-top: 60px;
	font-weight: bold;
	font-size: 36px;
	color: #484848;
	margin-bottom: 20px;
}
.main-about h1 a{
	color: #484848;
}
.main-about p{
	display: block;
	width: 35%;
	color: #8f93a3;
	font-size: 16px;
	white-space: normal;
	text-align: center;
	margin: 0 auto;
	line-height: 30px;
}
.about-wrap {
	padding: 20px 0 60px;
}
.main-logo {
	margin-top: 50px;
	margin-bottom: 12px;

}
.main-logo a {
	width: 80%;
	height: auto;
}
.main-logo a img {
	height: 50px;
	width:auto;
}
/*.wa-text {
	padding-bottom: 24px
}*/
.main-text p {
	line-height: 30px;
	text-align: center;
	width: 35%;
	margin: 0 auto;
	color: #8f93a3;
	font-size: 16px;
}
.wa-detail {
	height: 35px;
	width: 126px;
	border-radius: 	5px;
	background-color: #ff5d5e;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	margin-top: 20px;
}
.wa-detail-placeholder {
	height: 0px;
	width: 126px;
	font-size: 0.8rem;
	line-height: 20px;
	margin-top: 20px;
}
.main-mos {
	display: flex;
	flex-direction: column;
	justify-content: initial;
	align-items: center;
	height: 700px;
	color: #8f93a3;
	background: url(../images/mos.png) center no-repeat;
}
.mos-logo {
	margin-top: 100px;
}
.mos-text {
	text-align: center;
	margin-top: 18px;
	color: #8f93a3;
	margin-bottom: 50px;
	font-size: 16px;
}
.mos-img {
	text-align: center;
}
.mos-img img {
	width: 100%;
	height: auto;
}
.main-parner {
	/* display: flex;
	flex-direction: column;
	justify-content: initial;
	align-items: center; */
	overflow: hidden;
	text-align: center;
	background-color: #f7f7f7;
	max-height: 470px;
	padding-bottom: 50px;
}
.main-parner h1 {
	font-size: 36px;
	color: #484848;
}
.parner-text {
	margin-top: 60px;
	margin-bottom: 20px;
}
.parner-link {
	width: 962px;
	margin: 50px auto;
	text-align: center;
	clear: both;
	overflow: hidden;
}
.parner-link li {
	float: left;
	width: 160px;
	height: auto;
}
.parner-link img {
	width: 100%;
	height: auto
}
.main-hardware {
	/* display: flex;
	flex-direction: column;
	justify-content: initial;
	align-items: center; */
	overflow: hidden;
	text-align: center;
	background-color: #f7f7f7;
	padding: 60px 0;
}
.main-hardware h1 {
	font-size: 36px;
	color: #484848;
	margin-bottom: 20px;
}
.hardware-title {
	/*margin-top: 60px;*/
}
.hardware-txt p {
	display: block;
	padding-top: 20px;
	font-size: 16px;
    width: 35%;
	color: #8f93a3;
	white-space: normal;
	text-align: center;
	margin: 0 auto;
	line-height: 30px;
}
.MosTV{
	/* display: flex;
	flex-direction: column;
	justify-content: initial;
	align-items: center; */
	height: 700px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: url(../images/MosTV_bg.jpg) center 100% no-repeat #031134;
}
.waVideo{
	/* display: flex;
	flex-direction: column;
	justify-content: initial;
	align-items: center; */
	height: 700px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	background: center 100% no-repeat #f7f7f7;
	background-position-y: 220px;
}
.waVideo>img {
	width: 100%;
}
.huanggang{
	/* display: flex;
	flex-direction: column;
	justify-content: initial;
	align-items: center; */
	height: 700px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: url(../images/huanggang_bg.jpg) center 100% repeat-x ;
	background-color: -moz-linear-gradient(left, #8d1ffc, #df43ff);
	background-color: -webkit-gradient(linear,left,from(#8d1ffc),to(#df43ff));
	background-color: -webkit-linear-gradient(left, #8d1ffc, #df43ff);
	background-color: -o-linear-gradient(left, #8d1ffc, #df43ff);
}

.maotouying{
	/* display: flex;
	flex-direction: column;
	justify-content: initial;
	align-items: center; */
	height: 700px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: url(../images/maotouying_bg.png) center 100% no-repeat #bbeaff;
}

.weilai{
	/* display: flex;
	flex-direction: column;
	justify-content: initial;
	align-items: center; */
	height: 700px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: url(../images/weilai_bg.jpg) center 100% no-repeat #010006;
}

.haohuimai{
	/* display: flex;
	flex-direction: column;
	justify-content: initial;
	align-items: center; */
	height: 700px;
	width: 100%;
	overflow-y: hidden;
	text-align: center;
	background: url(../images/haohuimai_bg.png) center 100% no-repeat #f7f7f7;
}


.voice{
	/* display: flex;
	flex-direction: column;
	justify-content: initial;
	align-items: center; */
	height: 700px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: url(../images/voice_bg.jpg) center 100% no-repeat  #0f2442;
}
.voice>img {
	height: 490px;
}
.main-logo,.main-text{
	opacity: 0;
}
.hardware-wrap {
	margin: 60px 0 0px;
	width: 100%;
}
.hardware-list {
	height: 458px;
    width: 1150px;
    margin: 0 auto;
    padding: 0;
	list-style-type: none;
}
.hardware-item {
	width: 280px;
    position: relative;
    float: left;
    background: #fff;
    margin-left: 10px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.hardware-item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -8px, 0);
}
.hardware-item>img {
	width: 100%;
}
.hardware-item:first-child, .content-item-first {
    margin-left: 0;
}
.item-wrap {
	overflow: hidden;
	position: relative;
}
.hardware-item:last-child .item-list {
	width: 560px;
}
.hardware-item .item-list {
	list-style-type: none;
    text-align: center;
    color: #333;
    height: 180px;
    width: 1120px;
    transition: margin-left 0.5s ease 0s;
}
.hardware-item .item-list li {
	float: left;
    width: 280px;
    display: list-item;
    text-align: -webkit-match-parent;
    height: 180px;
}
.item-list .detail {
	width: 180px;
	height: auto;
	display: block;
	margin: 10px auto 0px;
}
.item-list p {
	font-size: 18px;
}
.item-pages-wrap {

}
.item-pages {

}
.item-pages .page {
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 20px 2px;
    margin: 0 2px;
    cursor: pointer;
}
.item-pages .page-active {
    cursor: default;
}
.item-pages .page-active .dot {
	border-color: #FF304B;
    background-color: #f5f5f5;
    background-color: transparent;
}
.item-pages .dot {
	display: block;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    border-radius: 6px;
    text-align: left;
    text-indent: -9999em;
    overflow: hidden;
    background-color: #b0b0b0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.page:hover .dot {
    background: #FF304B;
}
.page-active:hover .dot {
	background: #fff;
}
.page-controls {
	margin: auto;
	color: #fff;
	bottom: 0;
	right: 0;
	left: 0;
	width: 28px;
	height: 28px;
}
.page-controls img {
	width: 100%;
}
.page-controls .control-prev {
	left: 10px;
}
.page-controls .control-next {
	right: 10px;
}
.page-controls .control {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-top: -14px;
	background: #fff;
	line-height: 28px;
	font-size: 20px;
    -webkit-transition: all .6s;
    transition: all .6s;
    opacity: 0;
}
.hardware-item:hover .page-controls .control {
    opacity: 1;
    filter: alpha(opacity=100)\9;
}
.page-controls .control:hover {
    /*background-color: #757575;*/
    cursor: pointer;
}




