body{
	max-width: 1920px;
	min-width: 1900px;
	margin:0 auto; 
}
a:hover{
	cursor:pointer;
	color: #ff6000;
}
.cont{
	width: 1200px;
	margin: 0 auto;
}
/* banner */
.banner{
	width: 100%;
	height: 520px;
	position: relative;
	overflow: hidden;
}
.banner video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    position: absolute;
    top:-200px;
    /*background-size: auto 600px;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
}
.banner .twomin{
	position: absolute;
	top: 166px;
	left: 595px;
}
.banner .twomin h2{
	color: #fff;
	font-size: 42px;
	line-height: 1;
	width: 672px;
}

span.play{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	display: block;
	background: url(/static/city/img/index/play.png) center no-repeat;
	background-size: 20px 25px;
	border-radius: 50%;
	border: 1px solid #fff;
}

span.play:hover{
	cursor:pointer;
	background:url(/static/city/img/index/play.png) center no-repeat;
	background-size: 15px 20px;
}

.banner span.play{
	position: relative;
	/*top:40px;*/
	margin-top: 50px;
	width: 90px;
	height: 90px;
	display: block;
	background: url(/static/city/img/index/play.png) center no-repeat;
	background-size: 26px 30px;
	border-radius: 50%;
	border: 4px solid #fff;
}

.banner span.play:hover{
	cursor:pointer;
	background:url(/static/city/img/index/play.png) center no-repeat;
	background-size: 20px 25px;
}

.banner .twomin p{
	position: relative;
	color: #fff;
	font-size: 16px;
	/*top:175px;*/
	/*left: 0;*/
	/*right: 0;*/
	/*margin: auto;*/
	margin-top: 10px;
	/*width: 70px;*/
	/*height: 70px;*/
	text-align: center;
}

/*智和家数据展示*/
.zhj_info{
	background-color: #fff;
	padding-top:40px; 
	padding-bottom: 40px;
}
.zhj_info ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 1200px;
	margin:0 auto; 
}
.zhj_info li{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	box-sizing: border-box;
	width: 228px;
	height: 124px;
	border:1px #eee solid; 
	padding: 20px 15px;
}
.zhj_info li img{
	height: 37px;
	margin-top:25px; 
}
.zhj_info li h5{
	width: 130px;
	font-size: 22px;
	color: #333;
	line-height: 1;
	margin-top:6px; 
}
.zhj_info li p{
	width: 150px;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	margin-top:12px; 
}

.h2-title{
	font-size: 36px;
	color: #333;
	text-align: center;
	font-weight: bold;
	margin-top: 100px;
	line-height: 1;
}
.h2-title::after{
	content: '';
	display: block;
	width: 92px;
	height: 8px;
	background:url(/static/city/img/index/h2title_bg.png);
	background-size: 100% 100%;
	margin: 20px auto 0;
}

.video-bg{
	overflow: hidden;
	width: 100%;
	max-width:1920px; 
	background:url(/static/city/img/index/bg_001.png) no-repeat;
	background-color: #fff;
	background-size: 1920px 915px;
}

/*看视频 体验智能家居魅力*/
.index_video ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 1200px;
	margin:0 auto; 
	margin-top:60px;
	padding-bottom: 28px;
}
.index_video li{
	position: relative;
}
.index_video li>div{
	position: relative;
}
.index_video li>div:hover div.svg{
	/*display: block;*/
	cursor:pointer;
	background: rgba(255,255,255,0.4);
}
.index_video li>div:hover span.play{
	/*background-color: #ff6000;*/
}
.index_video li p{
	font-size: 12px;
	line-height: 1;
	color: #333;
	margin-top:10px;
	margin-bottom: 19px; 
}
.index_video div.svg{
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	/*z-index: 10;*/
}
/*提交详细需求*/
.message-cont{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	/*margin-top:60px; */
	/*margin-bottom:60px; */
	width: 1200px;
	margin: 60px auto; 
	box-shadow: #f0f0f0 0 0 25px 15px;
}
.message-cont form{
	width: 680px;
	height: 390px;
	box-sizing: border-box;
	border:1px #eee solid; 
	padding: 0 19px;
}
.message-cont form h3{
	font-size: 28px;
	color: #333;
	line-height: 1;
	margin-top: 29px;
	margin-bottom: 8px;
	display: inline-block;
}
.message-cont form>p{
	font-size: 16px;
	color: #666;
	display: inline-block;
}
.message-cont form>p span{
	color: #FF6001;
}
.message-cont .item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.message-cont .select{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 310px;
}
.message-cont .select>div{
    position: relative;
}
.message-cont .select img{
    position: absolute;
    width: 8px;
    top: 34px;
    right: 8px;
}
.message-cont #sup{
	position: relative;
}
.message-cont #sup span{
    position: absolute;
    top: 29px;
    right: 8px;
    color: #666;
}
.message-cont form input[type='text']{
	box-sizing: border-box;
	border:1px #eee solid;
	border-radius: 5px;
	width: 310px;
	height: 44px;
	padding: 0 10px;
	background-color: #f9f9f9;
	margin-top: 15px;
	font-size: 14px;
}
.message-cont form input[name='Content']{
	width: 640px;
}
.message-cont form input[type='button']{
	width: 640px;
	box-sizing: border-box;
	border:1px #eee solid;
	border-radius: 5px;
	height: 44px;
	padding: 0 10px;
	background-color: #ff6000;
	color: #fff;
	margin-top: 35px;
	font-size: 16px;
}

.message-cont form select{
	box-sizing: border-box;
	border:1px #eee solid;
	border-radius: 5px;
	width: 150px;
	height: 44px;
	padding: 0 10px;
	background-color: #f9f9f9;
	margin-top: 15px;
	color: #666;
	font-size: 14px;
}
.message-cont .checkbox{
	margin-top: 22px;
}
.message-cont .checkbox p{
	font-size: 14px;
	line-height: 1;
	color: #666;
	margin-right:40px; 
}
.message-cont .checkbox p:nth-child(1){
	color: #333;
	margin-right:18px; 
}
.message-cont .checkbox p:nth-child(2){
	margin-right:30px; 
}
.message-cont .checkbox span{
	box-sizing: border-box;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px #eee solid;
	margin-right: 8px;
    vertical-align: top;
}
.message-cont .checkbox span.checked{
	background-image:url(/static/city/img/duihao.png); 
	background-size:cover;
	border: 0;
}

.message-cont ul{
	width: 510px;
	height: 390px;
	/*box-sizing: border-box;*/
	display: flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content: space-between;
	align-content:space-between;
	/*border:1px #eee solid; */
}
.message-cont ul li{
	width: 250px;
	height: 190px;
	border:1px #eee solid; 
	/*margin-bottom:10px;*/
}
.message-cont ul li:nth-child(1){
	background-image: url(/static/city/img/index/messageright01.jpg);
	background-size:cover;
}
.message-cont ul li:nth-child(2){
	background-image: url(/static/city/img/index/messageright02.jpg);
	background-size:cover;
}
.message-cont ul li:nth-child(3){
	background-image: url(/static/city/img/index/messageright03.jpg);
	background-size:cover;
}
.message-cont ul li:nth-child(4){
	background-image: url(/static/city/img/index/messageright04.jpg);
	background-size:auto 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.message-cont ul li h3{
	color: #333;
	font-size: 23px;
	line-height: 1;
	margin-top:39px; 
	margin-left: 14px;
}
.message-cont ul li p{
	color: #999;
	font-size: 14px;
	line-height: 22px;
	margin-left: 14px;
	margin-top:10px;
}

/*产品品类齐全*/
.index-produ{
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
.index-produ>p{
	color: #666;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	margin-top: 40px;
}
.index-produ>ul{
	/*margin-top: 80px;*/
	box-sizing: border-box;
	padding: 0 130px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-produ>ul li{
	margin-bottom: 40px;
}
.index-produ>ul li p{
	font-size: 12px;
	color: #666;
	line-height: 1; 
	margin-top: 11px;
	text-align: center; 
}
.index-produ>ul li img{
	width: 120px;
	height: 100px;
}

/*好用的方案*/
.index-fangan{
	/*width: 1200px;*/
	background-color: #fff;
	overflow: hidden;
}
.index-fangan .cont>p{
	color: #666;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	margin-top: 40px;
}
.index-fangan .con1{
	margin-top: 80px;
	background-image: url(/static/city/img/index/fangan-bg.png);
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 37px 0;
	display: flex;
	justify-content: left;
}
.index-fangan .con1>div{
	box-sizing: border-box;
	padding: 0 50px;
	width: 420px;
}
.index-fangan .con1>div:first-child{
	border-right: 1px #25262b solid;
}

.index-fangan .con1 h3{
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
}
.index-fangan .con1 p{
	font-size: 14px;
	color: #bbb;
	line-height: 24px;
	margin-top: 19px;
}
.mt50{
	margin-top: 50px;
}
.index-fangan .con2{
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	background-image: url(/static/city/img/index/fangan-bg2.png);
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 20px 60px;
}
.index-fangan .con2 li{
	width: 540px;
	height: 145px;
	box-sizing: border-box;
}
.index-fangan .con2 li.pr{
	padding-right: 215px;
}
.index-fangan .con2 li.pl{
	padding-left: 220px;
}
.index-fangan .con2 h3{
	font-size: 18px;
	width: 140px;
	color: #fff;
	border-radius: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 36px;
	background-image: linear-gradient(to right, #e12d09 , #f77740);
}
.index-fangan .con2 p{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 15px;
}

/*好服务带来好口碑*/
.index-serve{
	/*width: 1200px;*/
	background-color: #fff;
	overflow: hidden;
	background-color: #f5f5f5;
	padding-bottom: 100px;
}
.index-serve .cont>p{
	color: #666;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	margin-top: 40px;
}
.index-serve ul{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.index-serve li {
	width: 285px;
	background-color: #fff;
}
.index-serve li h3{
	font-size: 18px;
	line-height: 1;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
.index-serve li div{
	box-sizing: border-box;
	padding: 3px 50px 40px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-serve li div p{
	margin-top: 21px;
	font-size: 14px;
	color: #666;
	line-height: 1;
}
.index-serve li div p:first-letter{
	color: #fe6000;
}



/*体验馆*/
.index-store{
	background-color: #fff;
	box-sizing: border-box;
	padding: 80px 0 0 360px;  
	/*width: 1200*/
	position: relative;
	/*margin-top: 3rem;*/
}
.index-store img{
	width: 520px;
	height: 260px;
	position: absolute;
	top: 100px;
}
.index-store div{
	background-image: url(/static/city/img/index/store-bg.png);
	background-size:100% 100%; 
	width: 1260px;
	height: 300px;
	box-sizing: border-box;
	padding: 44px 0 0 280px;
}
.index-store div h2{
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #333;
}
.index-store div p{
	padding-left: 26px;
	font-size: 16px;
	color: #666;
	line-height: 1;
}
.index-store div .address{
	margin-top: 40px;
	background-image: url(/static/city/img/index/location.png);
	background-repeat: no-repeat;
	background-size: 13px 16px;
}
.index-store div .phone{
	margin-top: 25px;
	background-image: url(/static/city/img/index/phone.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
}
.index-store div button{
	margin-top: 40px;
	width: 180px;
	height: 48px;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-image: linear-gradient(to right,#e02803, #f7753b)
}

.index-store div > a{
	display: inline-block;
	margin-top: 40px;
	margin-left: 10px;
	width: 110px;
	height: 48px;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	background-image: linear-gradient(to right,#999, #ccc);
}



/*智能家居消费攻略*/
.index_buy{
	background-color: #fff;
	overflow: hidden;
}
.index_buy h2{
	font-size: 36px;
	color: #333;
	text-align: center;
	margin-top:100px;  
}
.index_buy .cont{
	margin-top: 40px;
}
.index_buy .cont>ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.index_buy .cont table{
	width: 224px;
	height:224px;
	border:1px solid #eee;
}
.index_buy .cont table td{
	width: 113px;
	height: 113px;
	border:1px solid #eee;
	text-align: center;
}
.index_buy img{
	width: 27px;
	height: 27px;
	filter: contrast(0%);
	/*opacity:0;*/
    transition: all 0.5s ease;
}
.index_buy img:hover{

     transform: rotate(45deg); 
	-webkit-transform: rotate(45deg);

/*	-webkit-transform: translateY(5px);
	transform: translateY(5px);*/

    -webkit-transform-origin: 100% 0 0; 
    transform-origin: 100% 0 0; 

	/*filter: contrast(100%);*/
    /*transform: rotate(360deg);*/
    transition: all 0.5s ease;
}
.index_buy .cont table p{
	font-size: 16px;
	color: #666;
	line-height: 1;
	margin-top:17px;
}

.index_buy li>div{
	width: 224px;
	height: 112px;
	overflow: hidden;
}
.index_buy li h3{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 27px;
}
.index_buy li:nth-child(1)>div{
	background-image: url(/static/city/img/index/indexbuy_01.jpg);
	background-size:cover;
}
.index_buy li:nth-child(2)>div{
	background-image: url(/static/city/img/index/indexbuy_02.jpg);
	background-size:cover;
}
.index_buy li:nth-child(3)>div{
	background-image: url(/static/city/img/index/indexbuy_03.jpg);
	background-size:cover;
}
.index_buy li:nth-child(4)>div{
	background-image: url(/static/city/img/index/indexbuy_04.jpg);
	background-size:cover;
}
.index_buy li:nth-child(5)>div{
	background-image: url(/static/city/img/index/indexbuy_05.jpg);
	background-size:cover;
}

/*新闻资讯*/
.index_news{
	background-color: #fff;
	overflow: hidden;
}
.index_news .cont{
	margin-top: 27px;
}
.index_news .cont>ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.index_news .cont>ul>li{
	width: 285px;
	height:292px;
	box-sizing: border-box;
	border:1px solid #eee;
	padding: 28px 20px;
}
.index_news h3.fl{
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #333;
	position: relative;
}
.index_news h3.fl::after{
	content: "";
	display: inline-block;
	width: 34px;
	height: 4px;
	background-color: #ff6000;
	position: absolute;
	left: 0;
	top: 36px;
}
.index_news a.fr{
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.index_news .cont>ul>li ul{
	margin-top:49px; 
}
.index_news .cont>ul>li li{
	font-size: 14px;
	color: #666;
	line-height: 1;
	margin-top:24px; 
}
.index_news .cont>ul>li li span{
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #666;
	vertical-align: middle;
	margin-right: 5px;
}


/*视频弹框*/
.v_box{
    display: none;
    position: fixed;
    bottom: 0;
    max-width: 1920px;
    min-width: 1900px;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 400;
}
.v_box ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.v_box ul .icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 2;
    cursor: pointer;
}
.v_box ul .icon img {
    display: block;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    transition: all 0.5s ease;
}
.v_box ul .icon img:hover {
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

.v_box ul .v_url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0;
    z-index: 1;
}
.v_box ul .v_url video {
    display: block;
    width: 100%;
    height: 100%;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


