/*----home page----*/
.swiper-container{
	position: relative;
	width: 100%;
	height: 100%;
}
.swiper-btn-next{
	cursor:pointer;
	width: 24px;
	height: 45px;
	position: absolute;
	right:20px;
	top: 50%;
	background: url(../img/zright.png);
	background-size: cover;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 20;
	outline: none;
	background-position: 0px 0px;
	animation: animatedBackgroundLeft 3s linear infinite;
	-moz-animation: animatedBackgroundLeft 3s linear infinite;
	-o-animation: animatedBackgroundLeft 3s linear infinite;
	-webkit-animation: animatedBackgroundLeft 3s linear infinite;
}
.swiper-btn-prev{
	cursor:pointer;
	width: 24px;
	height: 45px;
	position: absolute;
	background: url(../img/zleft.png);
	background-size: cover;
	left:20px;
	top: 50%;
	z-index: 20;
	outline: none;
	background-position: 0px 0px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	animation: animatedBackgroundRight 3s linear infinite;
	-moz-animation: animatedBackgroundRight 3s linear infinite;
	-o-animation: animatedBackgroundRight 3s linear infinite;
	-webkit-animation: animatedBackgroundRight 3s linear infinite;
}

/* 设置了浏览器宽度不大于900px时 abc 显示200px宽度 0.625*/ 
.home-header{
	width: 100%;
	height: 550px;
	background: url(../img/header1.jpg) center no-repeat;
	background-size: cover;
}
.home-left{
	float: left;
	margin-top: 20px;
	width: 464px;
	height: 330px;
}
.home-right{
	float: right;
	margin-top: 20px;
	width: 712px;
}
.home-imp{
	position: relative;
	width: 100%;
	height:100%;
	background: url(../img/imp.jpg) center no-repeat;
	background-size: cover;
}
.home-impTitle{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	font-size: 20px;
	color: #fff;
	text-indent: 1em;
	line-height: 50px;
	background-color:rgba(0,0,0,0.7); 

}
.home-zixun{	
	position: relative;
	width: 394px;
	height:306px;
	margin-top: 12px;
	background-color: #efeff0;
	padding: 20px 30px 0 40px;
}
.home-zixunHeaderBox{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #dadad9; 
}
.home-zixunHeader{
	font-size: 26px;
	font-weight: bold;
	line-height: 54px;
	color: #000;
}
.home-zixunMore{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 40px;
	height: 54px;
	font-size: 16px;
	color: #000;
	line-height: 54px;
}
.home-zixunCon{
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 38px;
	font-size: 15px;
	line-height: 38px;
	color: #000;
	border-bottom: 1px solid #dadad9; 
}
.home-zixunNew{
	position: absolute;
	right: 0;
	top: 8px;
	width: 58px;
	height: 23px;
	background: url(../img/new.png) center no-repeat;
	background-size: cover;
}
.home-zixunPage{
	position: absolute;
	left: -32px;
	bottom:0px;
	width: 100%;
	height: 50px;
}
.home-zixunLeft{
	cursor: pointer;
	float: right;
	width: 21px;
	height: 31px;
	margin-top: 6px;
	background: url(../img/left.png) center no-repeat;
	background-size: cover;
}
.home-zixunRight{
	cursor: pointer;
	float: right;
	width: 21px;
	height: 31px;
	margin-top: 6px;
	background: url(../img/right.png) center no-repeat;
	background-size: cover;
	margin-left:10px; 
}
.home-module{
	display: block;	
	width: 100%;
	height: 158px;
	margin-top: 12px;
	background-size: cover!important;
}
.home-module1{
	margin-top: 0!important;
	background: url(../img/module1.jpg) center no-repeat;
}
.home-module2{
	background: url(../img/module2.jpg) center no-repeat;
}
.home-module3{
	background: url(../img/module3.jpg) center no-repeat;
}
.home-module4{
	background: url(../img/module4.jpg) center no-repeat;
}
.home-line{
	width: 100%;
	min-width: 1200px;
	height: 28px;
	background-color: #f0effe;
}
.home-back{
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 416px;
	z-index: -1;
	background:url(../img/homeBack.png) center repeat-x; 
}
.home-anliTitle{
	width: 150px;
	height: 50px;
	margin: 48px auto 0;
	background: url(../img/anli.png) center  no-repeat;
	background-size: cover;
}
.home-anliText{
	width:100%;
	text-indent:2em;
	margin:30px auto 0;
	font-size: 16px;
	line-height: 2;
}
.home-anliConBox{
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.home-anliCon{
	position: relative;
	cursor: pointer;
	width: 298px;
	height: 194px;
	background: url(../img/demo1.jpg) center no-repeat;
	background-size: cover;
	margin-right: 2px;
	margin-bottom: 2px;
}
.home-anliName{
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	height: 30px;
	background-color: rgba(0,0,0,0.5);
	font-size: 15px;
	line-height: 30px;
	color:#fff;
	text-indent: 1em;
}
.home-more{
	display: block;
	cursor: pointer;
	width: 240px;
	height: 40px;
	margin: 30px auto 80px;
	background: url(../img/more.png) center no-repeat;
	background-size: cover;

}
.home-zizhi{
	margin-top: 50px;
}
.home-zizhiTitle{
	background: url(../img/zizhi.png) center  no-repeat;
	background-size: cover;
}
.home-zizhiText{
	width: 100%;
	text-indent:2em;
	margin:30px auto 0;
	font-size: 16px;
	text-align: center;
	line-height: 2;
}
.home-zizhiConBox{
	margin: 50px auto 0;
	width: 100%;
	position: relative;
}
.home-zizhiCon{
	width: 1132px;
    height: 390px;
    margin: 0 auto;
}
/*.home-zizhiPage{
	float: left;
	width: 246px;
	height: 350px;
	margin: 0 15px;
	background: url(../img/zizhi1.jpg) center no-repeat;
}*/
.home-zizhiPage{
	float: left;
	width: 546px;
	height: 400px;
	margin: 0 10px;
	background: url(../img/zizhi.jpg) center no-repeat;
}
.home-zizhiLeft{
	cursor: pointer;
	position: absolute;
	left: 0;
	width: 24px;
	height: 35px;
	top:140px;
	background:url(../img/zleft.png) center no-repeat;
	background-size: cover;
}
.home-zizhiRight{
	cursor: pointer;
	position: absolute;
	right: 0;
	width: 24px;
	height: 35px;
	top:140px;
	background:url(../img/zright.png) center no-repeat;
	background-size: cover;
}
.home-hezuo{
	margin-top: 70px;
}
.home-hezuoTitle{
	width: 150px;
	height: 50px;
	margin: 70px auto 0;
	background: url(../img/hezuo.png) center  no-repeat;
	background-size: cover;
}
.home-hezuoText{
	width: 100%;
	text-indent:2em;
	margin:45px auto 0;
	font-size: 16px;
	text-align: center;
	line-height: 2;
}
.home-hezuoConBox img{
	margin: 40px auto 0;
	width: 100%;
	height: auto;
}

/*----home page----*/
/*----about page----*/
.about-back1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;
	z-index: -1;
	background:url(../img/aboutBack1.png) center repeat-x; 
}
.about-back2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: -1;
	background:url(../img/aboutBack2.png) center repeat-x; 
}
.about-about{

}
.about-aboutTitle{
	background: url(../img/about.png) center  no-repeat;
	background-size: cover;
}
.about-conBox{
	width: 960px;
	margin:30px auto;
}
.about-con{
	position: relative;
	float: left;
	margin:0 10px 10px 0;
	width: 475px;
	height: 300px;
	background-color:#ebebeb; 
}
.about-con:nth-child(even){
	margin-right: 0;
}
.about-more{
	cursor: pointer;
	margin:40px auto;
	width: 44px;
	height: 22px;
	background: url(../img/more1.png) center no-repeat;
	background-size: cover;
}
.about-news{
	width: 960px;
	margin:0 auto;
}
.about-newsTitle{
	background: url(../img/news.png) center  no-repeat;
	background-size: cover;
}
.news-conBox{
	width: 100%;
	margin-top: 30px;
}
.news-con{
	position: relative;
	width: 100%;
	height: 210px;
	border-bottom:2px solid #f0f0f0; 
	border-top: 1px solid transparent;
}
.news-conPic{
	float: left;
	width: 300px;
	height: 170px;
	margin-top: 20px;
	background-color: #d0d0d0;
}
.news-conTitle{
	width: 600px;
	height:50px;
	line-height: 50px;
	margin-top: 20px;
	margin-left: 330px;
	font-size: 22px;
	color: #000;
	font-weight: bold;
}
.news-conDes{
	width: 638px;
	height:60px;
	line-height: 2;
	margin-left: 330px;
	margin-top: 14px;
	font-size: 14px;
	color: #000;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.news-share{
	position: absolute;
	top:32px;
	right: 0;
	width: 20px;
	height: 23px;
	background: url(../img/share.png) center no-repeat;
	background-size: cover;
	cursor: pointer;
}
.news-time{
	position: absolute;
	bottom:30px;
	right: 0;
	width: 120px;
	height: 16px;
	font-size: 14px;
	color: #000;
}
.news-pages{
	margin: 30px auto 40px;
	width: 100%;
	height: 12px;
}
.news-pageLeft{
	cursor: pointer;
	float: right;
	width: 10px;
	height: 11px;
	background: url(../img/pageLeft.png) center no-repeat;
	background-size: cover;
}
.news-pageRight{
	cursor: pointer;
	float: right;
	width: 10px;
	height: 11px;
	background: url(../img/pageRight.png) center no-repeat;
	background-size: cover;
}
.news-pageCon{
	float: right;
	height: 12px;
}
.news-pageMore{
	cursor: pointer;
	float: left;
	width: 10px;
	height: 11px;
	background: url(../img/pageMore.png) center no-repeat;
	background-size: cover;
	margin:0 12px;
}
.news-pageNum{
	cursor: pointer;
	float: left;
	height: 12px;
	color:#999999;
	font-size: 12px;
	line-height: 12px;
	margin:0 12px;
	font-weight: bold;
}
.news-pageNum-active{
	color:#000;
}
.about-address{
	width: 100%;
	margin: 50px auto 0;
}
.about-addressTitle{
	width:100%;
	height: 30px;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.about-addressDes{
	width: 100%;
	height: 20px;
	color:#666666;
	font-size: 20px;
	text-align: center;
	margin: 30px auto;
}
.about-tel{
	width: 100%;
	height: 26px;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.about-map{
	width: 100%;
	height: 726px;
	background: url(../img/map.jpg) center no-repeat;
	background-size: cover;
	margin-top: 60px;
}
/*----about page----*/

/*----example page-----*/
.example-header{
	width: 100%;
	height: 400px;
	background: url(../img/jpg2.jpg) center  no-repeat;
	background-size: cover;
}
.example-nav{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
.example-nav li{
	float: left;
	margin: 0 40px 0 0;
	font-size: 17px;
	color:#646464;
	line-height: 50px;
}
.example-liActive{
	font-weight: bold;
}
.example-nav li:nth-child(odd){
	cursor: pointer;
}
.example-back{
	width: 100%;
	background-color: #ededed;
}
.example-conBox{
	margin: 0 auto;
	width: 1200px;
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	padding-bottom: 100px;
}
.example-con{
	cursor: pointer;
	width: 290px;
	height: 300px;
	background-color: #fff;
	margin-right: 10px;
	margin-top: 10px;
}
.example-conPic{
	width: 100%;
	height: 194px;
	background-color: #707070;
}
.example-conTitle{
	width: 100%;
	height: 50px;
	font-size: 20px;
	border-bottom:1px solid #ededed;  
	line-height: 50px;
	padding: 0 24px;	
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.example-conTime{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 24px;	
	color:rgba(0,0,0,0.7);
	font-size: 14px;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.example-last{
	cursor: pointer;
	width: 100%;
	height: 45px;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	color:#fff;
	background-color: #0046f9;
	opacity: 0.7;
}
.example-next{
	cursor: pointer;
	width: 100%;
	height: 45px;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	margin-top:8px;
	color:#fff;
	background-color: #0046f9;
}
.example-right{
	position: absolute;
	right:-220px;
	top:0;
	width: 190px;
	background-color: #fcfcfc;
}
.example-rightHeader{
	width: 170px;
	height: 40px;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #000;
	line-height: 40px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.example-rightCon{
	display: block;
	cursor: pointer;
	width: 160px;
	height: 28px;
	border: 2px solid #d5d2d2;
	background-color: #e5e5e5;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: rgba(0,0,0,0.7);
	margin:0 auto;
	margin-top: 10px;
	border-radius: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;

}
/*----example page-----*/
/*----trave page-----*/
.trave-header{
	width: 100%;
	height: 400px;
	background: url(../img/jpg2.jpg) center no-repeat;
	background-size: cover;
}
.trave-navBox{
	margin: 0 auto;
	padding: 10px 0 90px 0; 
}
.trave-nav{
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	width: 960px;
	height: 260px;
}

.trave-details{
	display: block;
	cursor: pointer;
	position: absolute;
	top:174px;
	left:45px;
	width: 114px;
	height: 25px;
	background: url(../img/detailInfo.png) center no-repeat;
	background-size: cover;
}
.trave-navGyx{
	background: url(../img/gyx.jpg) center no-repeat;
	background-size: cover;
}
.trave-navJqsj{
	background: url(../img/jqsj.jpg) center no-repeat;
	background-size: cover;
}
.trave-anliHeader{
	font-size: 30px;
	color:#000;
	text-align: center;
	width: 100%;
	font-weight: bold;
	margin: 40px 0;
	padding-top: 10px;
}
.trave-anliBox{
	width: 100%;
	height: 240px;
	margin-bottom: 100px;
}
.trave-anli{
	float: left;
	/*margin-left:10px; */
	margin-left:3px; 
	width: 300px;
	height: 240px;
}
.trave-anliPic{
	width: 300px;
	height: 180px;
	background-color: #7ae084;
	border-radius: 4px;
}
.trave-anliTittle{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:rgba(0,0,0,0.7);
	font-size: 14px;
}
/*----trave page-----*/


/*----wisdom page-----*/
.wisdom-header{
	width: 100%;
	/*height: 810px;*/
	height: 550px;
	background: url(../img/zhihui.jpg) center no-repeat;
	background-size: cover;
}

.wisdom-rightTop{
	position: absolute;
	right: -240px;
	top:0px;
	width: 204px;
	height: 300px;
	background-color:#fff;
}
.wisdom-rightTopHeader{
	width: 100%;
	height: 42px;
	background-color: #f5f5f5;
	color: rgba(0,0,0,0.7);
	font-size: 18px;
	text-indent:1em;
	line-height: 42px;
}
.wisdom-rightTopConBox{
	width: 100%;
}
.wisdom-rightTopCon{
	cursor: pointer;
	width: 168px;
	height: 28px;
	border: 1px solid #d5d2d2;
	border-radius: 14px;
	background-color: #e5e5e5;
	line-height: 28px;
	margin: 10px auto;
	text-align: center;
	font-size: 14px;
	color:rgba(0,0,0,0.7);
}
.wisdom-serviceBox{
	width: 100%;
}
.wisdom-title{
	width: 200px;
	height: 54px;
	margin: 0 auto;
}
.wisdom-serviceTitle{
	background: url(../img/service.png) center no-repeat;
	background-size: cover;
}
.wisdom-manageTitle{
	background: url(../img/manage.png) center no-repeat;
	background-size: cover;
}
.wisdom-protectTitle{
	background: url(../img/protect.png) center no-repeat;
	background-size: cover;
}
.wisdom-des{
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #505050;
	margin: 20px auto;
}
.wisdom-serviceConBox{
	width: 100%;
	height: 247px;
}
.wisdom-serviceCon{
	float: left;
	width: 184px;
	height: 247px;
	margin-right: 10px;
	background-size: cover!important;
}
.wisdom-serviceCon-2{
	float: left;
	width: 232px;
	height: 260px;
	margin-top: 10px;
}
.wisdom-serviceCon:nth-child(6){
	margin-left: 120px;
}
.wisdom-serviceCon:last-child{
	margin-right:0; 
}
.wisdom-serviceCon1{
	background: url(../img/service1.png) center no-repeat;
}
.wisdom-serviceCon2{
	background: url(../img/service2.png) center no-repeat;
}
.wisdom-serviceCon3{
	background: url(../img/service3.png) center no-repeat;
}
.wisdom-serviceCon4{
	background: url(../img/service4.png) center no-repeat;
}
.wisdom-serviceCon5{
	background: url(../img/service5.png) center no-repeat;
}
.wisdom-more{
	display: block;
	cursor: pointer;
	width: 240px;
	height: 40px;
	background-color: #0046f9;
	border-radius:8px;
	color:#fff;
	line-height: 40px;
	text-align: center;
	font-size: 14px; 
	margin: 50px auto;
}

.wisdom-manageBox{
	width: 100%;
	margin-top: 50px;
}
.wisdom-manageConBox{
	width: 100%;
	height: 520px;
}
.wisdom-manageCon1{
	background: url(../img/manage1.png) center no-repeat;
}
.wisdom-manageCon2{
	background: url(../img/manage2.png) center no-repeat;
}
.wisdom-manageCon3{
	background: url(../img/manage3.png) center no-repeat;
}
.wisdom-manageCon4{
	background: url(../img/manage4.png) center no-repeat;
}
.wisdom-manageCon5{
	margin-right:0; 
	background: url(../img/manage5.png) center no-repeat;
}

.wisdom-manageCon6{
	background: url(../img/manage6.png) center no-repeat;
}
.wisdom-manageCon7{
	background: url(../img/manage7.png) center no-repeat;
}
.wisdom-manageCon8{
	background: url(../img/manage8.png) center no-repeat;
}
.wisdom-manageCon9{
	width: 232px;
	height: 260px;
	margin-top: 10px;
	background: url(../img/manage9.png) center no-repeat;
}
.wisdom-protectBox{
	width: 100%;
	margin-top: 50px;
}
.wisdom-protectConBox{
	width: 100%;
	height: 250px;
}
.wisdom-protectCon{
	float: left;
	width: 300px;
	height: 250px;
	margin-right: 30px;
	background-size: cover!important;
}
.wisdom-protectCon:last-child{
	margin-right:0; 
}
.wisdom-protectCon1{
	background: url(../img/protect1.png) center no-repeat;
}
.wisdom-protectCon2{
	background: url(../img/protect2.png) center no-repeat;
}
.wisdom-protectCon3{
	background: url(../img/protect3.png) center no-repeat;
}
.wisdom-anliNav{
	width: 100%;
	height: 35px;
	text-align: center;
	margin: 10px 0 40px 0
}
.wisdom-anliNavBox{
	display: inline-block;
	width: 140px;
	height:35px;
	cursor: pointer;
	background-color: #0046f9;
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	border-radius: 18px;
	border: 2px solid #4d7fff;
}
.wisdom-anliNavBox-notActive{
	opacity: 0.7
}
.wisdom-anliBox{
	width: 1240px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.wisdom-anli{
	cursor: pointer;
	width: 300px;
	height: 254px;
	margin-right:10px; 
}
.wisdom-anliPic{
	width: 300px;
	height: 200px;
	background-color: #d4d4d4;
}
.wisdom-anliTittle{
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	color: #707070;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
/*----wisdom page-----*/

/*-----service page-------*/
.service-title{
	width: 200px;
	height: 54px;
	margin: 50px auto 20px;
	background: url(../img/service.png) center no-repeat;
	background-size: cover;
}
.service-des{
	width: 424px;
	height: 50px;
	line-height: 2;
	font-size:14px;
	color:#505050;
	text-align: center;
	margin:0 auto;
}
.service-nav{
	width: 855px;
	margin: 30px auto 0;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #1074c3;
	overflow: hidden;
	border-right: 0;
}
.service-nav span{
	cursor: pointer;
	float: left;
	width: 170px;
	height: 50px;
	line-height: 50px;
	color:#fff;
	text-align: center;
	background-image: linear-gradient(#8accff,#348ce7);
	border-right: 1px solid #1074c3;
}
.service-nav span:hover{
	background-image: linear-gradient(#1074c3,#1679de);
}

.service-nav2{
	width: 639px;
	margin: 10px auto 0;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #1074c3;
	overflow: hidden;
	border-right: 0;
}
.service-nav2 span{
	cursor: pointer;
	float: left;
	width: 212px;
	height: 50px;
	line-height: 50px;
	color:#fff;
	text-align: center;
	background-image: linear-gradient(#8accff,#348ce7);
	border-right: 1px solid #1074c3;
}
.service-nav2 span:hover{
	background-image: linear-gradient(#1074c3,#1679de);
}
/*.service-nav span:last-child{
	border-right: 0;
}*/
.service-artificial{
	/*width: 960px;
	height: 728px;*/
	width: 672px;
	height: 510px;
	background: url(../img/artificial.jpg) center no-repeat;
	background-size: contain;
	margin: 50px auto;
}
.service-online{
	/*width:960px;
	height: 812px;*/
	width:672px;
	height: 568px;
	background: url(../img/online.jpg) center no-repeat;
	background-size: contain;
	margin: 35px auto;
}
.service-ticketBox{
	margin: 35px auto;
}
.service-ticekt{
	/*width:960px;
	height: 220px;*/
	width:672px;
	height: 154px;
	background: url(../img/ticket.jpg) center no-repeat;
	background-size: contain;
	margin: 35px auto 0px;
}
.service-ticektCon{
	width:672px;
	height: 441px;
	margin: 0 auto;
	margin-top: 21px;
	background: url(../img/ticket1.jpg) center no-repeat;
	background-size: cover;
}
.service-audioGuid{
	width: 672px;
	height: 622px;
	background: url(../img/audioGuid.jpg) center no-repeat;
	background-size: contain;
	margin: 35px auto;
}
.service-wenchuang{
	width:672px;
	height: 600px;
	background: url(../img/wenchuang.jpg) center no-repeat;
	background-size: contain;
	margin: 35px auto;
}
.service-More{
	cursor: pointer;
	width: 340px;
	height: 120px;
	line-height: 120px;
	color:#000;
	font-size: 28px;
	text-align: center;
	margin: 0 auto 100px;
}
.service-MoreColor{
	color: #0068b7;
}

/*-----service page-------*/

/*-----manage page-------*/
.manage-title{
	background: url(../img/manage.png) center no-repeat;
	background-size: cover;
}
.manage-anfangBox{
	width: 960px;
	margin: 35px auto 0;
	overflow: hidden;
}
.manage-anfang{
	width: 672px;
	height: 222px;
	margin: 0 auto 21px;
	background: url(../img/anfang.jpg) center no-repeat;
	background-size: contain;
}
.manage-anfangCon{
	width: 772px;
	height: 522px;
	background:url(../img/anfang1.jpg) center no-repeat;
	background-size: contain;
	margin: 0 auto 35px;
}
.manage-position{
	width: 385px;
	height: 160px;
	margin: 35px auto 14px;
	background: url(../img/position.jpg) center no-repeat;
	background-size: contain;
}
.manage-position1{
	width: 960px;
	height: 488px;
	margin: 0 auto 28px;
	background: url(../img/position1.jpg) center no-repeat;
	background-size: contain;
}
.manage-position2{
	width: 100%;
	height: 580px;
	margin: 0 auto 35px;
	background: url(../img/position2.jpg) center no-repeat;
	background-size: cover;
}
.manage-neibu{
	width: 370px;
	height: 143px;
	margin: 35px auto;
	background: url(../img/neibu.jpg) center no-repeat;
	background-size: contain;
}
.manage-bangong{
	width: 672px;
	height: 328px;
	margin: 14px auto 35px;
	background: url(../img/bangong.jpg) center no-repeat;
	background-size: contain;
}
.manage-cangku{
	width: 553px;
	height: 181px;
	margin:35px auto;
	background: url(../img/cangku.jpg) center no-repeat;
	background-size: contain;
}
.manage-more{
	display: block;
	cursor: pointer;
	width: 240px;
	height: 40px;
	border-radius: 5px;
	background-color: #0046f9;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin:32px auto;
}
.manage-cangpin{
	width: 556px;
	height: 287px;
	margin: 35px auto 14px;
	background: url(../img/cangpin.jpg) center no-repeat;
	background-size: contain;
}
.manage-shuju{
	width: 100%;
	height: 580px;
	margin: 0 auto 21px;
	background: url(../img/shuju.jpg) center no-repeat;
	background-size: cover;
}
.manage-info{
	width: 556px;
	height: 237px;
	margin: 35px auto;
	background: url(../img/info.jpg) center no-repeat;
	background-size: contain;
}
/*-----manage page-------*/

/*-----protect page-------*/
.protect-title{
	background: url(../img/protect.png) center no-repeat;
	background-size: cover;
}

.protect-nav{
	width: 598px;
	margin: 20px auto 0;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #1074c3;
	overflow: hidden;
	border-right: 0;
}
.protect-nav span{
	cursor: pointer;
	float: left;
	width: 198px;
	height: 50px;
	line-height: 50px;
	color:#fff;
	text-align: center;
	background-image: linear-gradient(#8accff,#348ce7);
	border-right: 1px solid #1074c3;
}
.protect-nav span:hover{
	background-image: linear-gradient(#1074c3,#1679de);
}
.protect-xiufu{
	width: 666px;
	height: 255px;
	margin: 35px auto;
	background: url(../img/xiufu.jpg) center no-repeat;
	background-size: contain;
}
.protect-saomianBox{
	margin: 35px auto;
}
.protect-saomian{
	width: 133px;
	height: 131px;
	margin: 0 auto;
	background: url(../img/saomiao.jpg) center no-repeat;
	background-size: contain;
}
.protect-saomianConBox{
	width: 746px;
	height: 199px;
	margin: 35px auto;
}
.protect-saomianCon{
	float: left;
	margin-right: 7px;
	width: 240px;
	height: 199px;
}
.protect-saomianConPic{
	width: 100%;
	height: 201px;
	background-color: #e5e4e4;
}
.protect-saomianConPic img{
	width: 100%;
	height: 100%;
}
.protect-saomianConDes{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align:center;
	font-size: 14px;
	color:#4c5050;
}

.protect-yufang{
	width: 663px;
	height: 220px;
	margin: 35px auto 14px;
	background: url(../img/yufang.jpg) center no-repeat;
	background-size: contain;
}
.protect-yufang1{
	width: 672px;
	height: 436px;
	margin: 0px auto 70px;
	background: url(../img/yufang1.jpg) center no-repeat;
	background-size: contain;
}
/*-----protect page-------*/

/*-----protect page-------*/
.technology-header{
	width: 100%;
	height: 400px;
	background: url(../img/jpg4.jpg) center no-repeat;
	background-size: cover;
}
.technology-Box{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.technology-conBox{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.technology-conTitle{
	position: absolute;
    left: 40px;
    top: 45px;
    width: 262px;
    height: 34px;
    font-weight: bold;
    font-size: 25px;
    color: #000;
}
.technology-conDes{
	position: absolute;
    left: 40px;
    top: 87px;
    width: 190px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-size: 12px;
    line-height: 1.4;
    color: #959595;
    text-align:justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.technology-conPic{
	position: absolute;
    right: 0px;
    top: 0px;
    width: 474px;
    height: 245px;
    font-weight: bold;
    font-size: 34px;
    color: #000;
    background-image: ;
    background-size:cover!important;
}
.technology-con{
	cursor: pointer;
	display: block;
	position: relative;
	width:737px;
	height: 245px;
	/*background: url(../img/hudong.jpg) center no-repeat;*/
	background-color: #fff;
	background-size: cover!important;
	margin-top:20px;
	overflow: hidden;
}
.technology-detials{
	display: block;
	cursor: pointer;
	position: absolute;
	top: 190px;
    left: 44px;
    width: 92px;
    height: 20px;
	background: url(../img/detailInfo.png) center no-repeat;
	background-size: cover;
}
.technology-rightTop{
	position: absolute;
	right: 0px;
	top:0px;
	width: 204px;
	max-height: 300px;
	background-color:#fff;
	padding-bottom: 10px;
}
.technology-rightTopHeader{
	width: 100%;
	height: 42px;
	background-color: #f5f5f5;
	color: rgba(0,0,0,0.7);
	font-size: 18px;
	text-indent:1em;
	line-height: 42px;
}
.technology-rightTopConBox{
	width: 100%;
}
.technology-rightTopConBox a{
	display: block;
}
.technology-rightBottomConBox a{
	display: block;
}
.technology-rightTopCon{
	cursor: pointer;
	width: 168px;
	height: 28px;
	border: 1px solid #d5d2d2;
	border-radius: 14px;
	background-color: #e5e5e5;
	line-height: 28px;
	margin: 10px auto;
	text-align: center;
	font-size: 14px;
	color:rgba(0,0,0,0.7);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.technology-rightBottom{
	position: absolute;
	right: 0px;
	top:310px;
	width: 204px;
	padding-bottom:10px;
	background-color:#fff;
}
.technology-rightBottomConBox{
	width: 100%;
}
.technology-rightBottomCon{
	cursor: pointer;
	width: 168px;
	height: 28px;
	line-height: 28px;
	text-indent:20px;
	font-size: 14px;
	color:rgba(0,0,0,0.7);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
/*-----protect page-------*/

/*-----movie page-------*/
.movie-header{
	width: 100%;
	height: 400px;
	background: url(../img/jpg5.jpg) center no-repeat;
	background-size: cover;
}
.movie-conBox{
	cursor: pointer;
	width: 1200px;
	margin: 9px auto 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	background-color: #ededed
}
.movie-con{
	width: 380px;
	height: 306px;
	margin: 9px;
	background-color:#fff; 
}
.movie-conPic{
	width: 100%;
	height: 223px;
	background-color: #e5e4e4;
	background-size: cover;
}
.movie-conTitle{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #e5e4e4;
	line-height: 50px;
	text-indent:40px;
	color: rgba(0,0,0,1);
	font-size: 18px;
}
.movie-conDes{
	width: 100%;
	height: 40px;
	line-height: 30px;
	text-indent:40px;
	color: rgba(0,0,0,0.7);
	font-size: 16px;
}
/*-----movie page-------*/

/*-----movie page-------*/
.warehouse-zhineng{
	width: 572px;
	height: 172px;
	background: url(../img/zhineng.jpg) center no-repeat;
	background-size: contain;
	margin: 35px auto;
}
.warehouse-zucheng{
	width: 654px;
	height: 885px;
	background: url(../img/zucheng.jpg) center no-repeat;
	background-size: contain;
	margin: 35px auto;
}
.warehouse-back{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 392px;
	width: 100%;
	background: url(../img/zhinengback.png) center repeat-x;
}
.warehouse-tedian{
	width: 669px;
	height: 192px;
	background: url(../img/tedian.jpg) center no-repeat;
	background-size: contain;
	margin: 35px auto;
}
.warehouse-xitong{
	width: 672px;
	height: 490px;
	background: url(../img/xitong.jpg) center no-repeat;
	background-size: contain;
	margin: 35px auto ;
}
.warehouse-xitong2{
	width: 672px;
	height: 487px;
	background: url(../img/xitong2.jpg) center no-repeat;
	background-size: contain;
	margin: 35px auto;
}
.warehouse-xitong3{
	width: 672px;
	height: 487px;
	background: url(../img/xitong3.jpg) center no-repeat;
	background-size: contain;
	margin: 35px auto;
}

/*-----movie page-------*/

/*-----collection page-------*/
.collection-cangpin{
	width: 574px;
	height: 160px;
	background: url(../img/cangpintitle.jpg) center no-repeat;
	background-size: contain;
	margin: 35px auto;
}
.collection-xitong{
	width: 672px;
	height: 623px;
	background: url(../img/xitongzucheng.jpg) center no-repeat;
	background-size: contain;
	margin: 35px auto;
}
.collection-xitongtedian{
	width: 555px;
	height: 193px;
	background: url(../img/xitongtedian.jpg) center no-repeat;
	background-size: contain;
	margin: 35px auto;
}
.collection-gongnengjieshao{
	width: 672px;
	height: 572px;
	background: url(../img/gongnengjieshao.jpg) center no-repeat;
	background-size: contain;
	margin:0px auto;
}
.collection-pda{
	width: 543px;
	height: 488px;
	background: url(../img/pda.jpg) center no-repeat;
	background-size: contain;
	margin: 35px auto;
}
.collection-pc{
	width: 594px;
	height: 568px;
	background: url(../img/pc.jpg) center no-repeat;
	background-size: contain;
	margin: 35px auto;
}
/*-----collection page-------*/

/*-----tickets page----------*/
.piaowu{
	width: 100%;
	width: 1200px;
    margin: 0 auto;
}
.piaowu img{
	width: 100%;
	display:block;
}
.anfang{
	width: 100%;
	width: 1366px;
    margin: 0 auto;
}
.anfang4,.anfang5{
	width: 960px;
}
.anfang img{
	width: 100%;
	display:block;
}
/*-----tickets page----------*/

/* css 注释说明：设置了浏览器宽度不小于1201px时 abc 显示1200px宽度 0.8*/ 
 @media screen and (max-width: 1600px) { 
	.page-body {width: 960px}  
	.home-left{
		width: 371px;
		height: 264px;
	}
	.home-right{
		width: 569px;
	}
	.home-zixun{	
		position: relative;
		width: 315px;
		height:244px;
		margin-top: 12px;
		background-color: #efeff0;
		padding: 16px 23px 0 33px;
	}
	.home-zixunHeader{
		font-size: 21px;
		font-weight: bold;
		line-height: 44px;
		color: #000;
	}
	.home-zixunMore{
		width: 32px;
		height: 44px;
		font-size: 13px;
		color: #000;
		line-height: 44px;
	}
	.home-zixunCon{
		width: 100%;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
	.home-zixunNew{
		right: 0;
		top: 6px;
		width: 46px;
		height: 18px;
	}
	.home-zixunLeft,.home-zixunRight{
		width: 17px;
		height: 25px;
		margin-top: 16px;
	}
	.home-module{
		height: 126px;
		margin-top: 10px;
	}
	.home-zizhiConBox{
		margin: 40px auto 0;
	}
	.home-zizhiCon{
		width: 906px;
	    height: 312px;
	}
	.home-zizhiPage{
		width: 437px;
		height: 320px;
		margin: 0 8px;
		background: url(../img/zizhi.jpg) center no-repeat;
	}
	.home-zizhiLeft,.home-zizhiRight{
		width: 19px;
		height: 28px;
		top:112px;
	}
	.home-anliCon{
		width: 238px;
		height: 155px;
	}
	.home-header{
		height: 440px;
	}
	.about-conBox{
		width: 768px;
		margin:24px auto;
	}
.about-con{
	position: relative;
	float: left;
	margin:0 8px 8px 0;
	width: 380px;
	height: 240px;
	background-color:#ebebeb; 
}
.about-news{
	width: 768px;
}
.news-conBox{
	margin-top: 24px;
}
.news-con{
	height: 168px;
}
.news-conPic{
	width: 240px;
	height: 136px;
	margin-top: 16px;
}
.news-conTitle{
	width: 480px;
	height:40px;
	line-height: 40px;
	margin-top: 16px;
	margin-left: 264px;
	font-size: 18px;
}
.news-conDes{
	width: 510px;
	height:48px;
	margin-left: 264px;
	margin-top: 11px;
	font-size: 12px;
}
.news-share{
	top:26px;
	width: 16px;
	height: 18px;
}
.news-time{
	font-family: 'Microsoft YaHei';
	bottom:24px;
	width: 96px;
	height: 13px;
	font-size: 12px;
}
.about-address{
	margin: 40px auto 0;
}
.about-map{
	height: 590px;
	margin-top: 48px;
}
.example-nav{
	width: 960px;
}
.example-conBox{
	width: 960px;
}
.example-con{
	width: 232px;
	height: 240px;
	margin-right: 8px;
	margin-top: 8px;
}
.example-conPic{
	height: 155px;
}
.example-conTitle{
	height: 40px;
	font-size: 16px;
	border-bottom:1px solid #ededed;  
	line-height: 40px;
	padding: 0 19px;	
}
.example-conTime{
	height: 40px;
	line-height: 40px;
	padding: 0 19px;	
	color:rgba(0,0,0,0.7);
	font-size: 14px;
}
.trave-nav{
	margin-top: 8px;
	width: 768px;
	height: 208px;
}

.trave-details{
	top:140px;
	left:36px;
	width: 91px;
	height: 20px;
}

.technology-Box{
	width: 768px;
}
.technology-conTitle{
	position: absolute;
    left: 32px;
    top: 36px;
    width: 210px;
    height: 27px;
    font-size: 20px;
}
.technology-conDes{
    left: 32px;
    top: 70px;
    width: 152px;
    height: 66px;
    -webkit-line-clamp: 4;
}
.technology-conPic{
    width: 379px;
    height: 203px;
    font-weight: bold;
    font-size: 27px;
}
.technology-con{
	width:590px;
	height: 196px;
	margin-top:16px;
}
.technology-detials{
	top: 152px;
    left: 35px;
    width: 74px;
    height: 16px;
}
.technology-rightTop{
	width: 163px;
	max-height: 240px;
	padding-bottom: 8px;
}
.technology-rightTopHeader{
	height: 34px;
	font-size: 15px;
	line-height: 34px;
}
.technology-rightTopCon{
	width: 134px;
	height: 22px;
	line-height: 22px;
	margin: 8px auto;
	font-size: 12px;
}
.technology-rightBottom{
	top:248px;
	width: 163px;
	padding-bottom:8px;8
}
.technology-rightBottomCon{
	width: 134px;
	height: 22px;
	line-height: 22px;
	text-indent:16px;
	font-size: 12px;
}

.movie-conBox{
	width: 960px;
}
.movie-con{
	width: 304px;
	height: 245px;
	margin: 7px;
}
.movie-conPic{
	height: 178px;
}
.movie-conTitle{
	height: 40px;
	line-height: 40px;
	text-indent:30px;
	font-size: 15px;
}
.movie-conDes{
	height: 32px;
	line-height: 24px;
	text-indent:30px;
	font-size: 12px;
}

.example-right{
	right:-176px;
	width: 152px;
}
.example-rightHeader{
	width: 136px;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	padding-left: 16px;
	margin-bottom: 16px;
}
.example-rightCon{
	width: 128px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	margin-top: 8px;

}


.service-artificial{
	/*width: 768px;
	height: 584px;
	margin: 40px auto;*/
	width: 614px;
	height: 467px;
	margin:32px auto;
}
.service-online{
	width:614px;
	height: 520px;
	margin: 32px auto;
}
.service-ticketBox{
	margin: 32px auto;
}
.service-ticekt{
	width: 614px;
	height: 141px;
	margin: 32px auto 0px;
}
.service-ticektCon{
	height: 403px;
	margin-top: 19px;
}
.service-audioGuid{
	width: 614px;
	height: 568px;
	margin: 32px auto;
}
.service-wenchuang{
	width:614px;
	height: 548px;
	margin: 32px auto;
}

.manage-anfangBox{
	width: 874px;
	margin: 32px auto 0;
}
.manage-anfang{
	width: 614px;
	height: 203px;
	margin: 0 auto 19px;
}
.manage-anfangCon{
	width: 699px;
	height: 472px;
	margin: 0 auto 32px;
    margin-left: 41px;
}
.manage-position{
	width: 328px;
	height: 146px;
	margin: 32px auto 13px;
}
.manage-position1{
	width: 874px;
	height: 446px;
	margin: 0 auto 32px;
}
.manage-position2{
	height: 513px;
	margin: 0 auto 32px;
}
.manage-neibu{
	width: 338px;
	height: 130px;
	margin: 32px auto;
}
.manage-bangong{
	width: 614px;
	height: 300px;
	margin: 12px auto 32px;
}
.manage-cangku{
	width: 506px;
	height: 166px;
	margin:32px auto;
}

.manage-cangpin{
	width: 508px;
	height: 262px;
	margin: 32px auto 12px;
}
.manage-shuju{
	height: 512px;
	margin: 0 auto 19px;
}
.manage-info{
	width: 507px;
	height: 216px;
	margin: 32px auto;
}

.protect-xiufu{
	width: 761px;
	height: 292px;
	margin: 40px auto;
}
.protect-saomian{
	width: 122px;
	height: 150px;
}
.protect-saomianConBox{
	width: 703px;
	height: 182px;
	margin: 32px auto;
}
.protect-saomianCon{
	margin-right: 8px;
	width: 226px;
	height: 182px;
}
.protect-saomianConPic{
	height: 182px;
}
.protect-saomianConDes{
	height: 46px;
	line-height: 46px;
	font-size: 14px;
}

.protect-yufang{
	width: 606px;
	height: 201px;
	margin: 32px auto 12px;
}
.protect-yufang1{
	width: 614px;
	height: 398px;
	margin: 0px auto 64px;
}

.warehouse-zhineng{
	width: 523px;
	height: 157px;
	margin: 32px auto;
}
.warehouse-zucheng{
	width: 609px;
	height: 809px;
	margin: 32px auto;
}
.warehouse-back{
	height: 450px;
}
.warehouse-tedian{
	width: 612px;
	height: 176px;
	margin: 32px auto;
}
.warehouse-xitong{
	width: 614px;
	height: 448px;
	margin: 32px auto ;
}
.warehouse-xitong2{
	width: 614px;
	height: 446px;
	margin: 32px auto;
}
.warehouse-xitong3{
	width: 614px;
	height: 446px;
	margin: 32px auto;
}

/*-----movie page-------*/

/*-----collection page-------*/
.collection-cangpin{
	width: 526px;
	height: 146px;
	margin: 32px auto;
}
.collection-xitong{
	width: 614px;
	height: 570px;
	margin: 32px auto;
}
.collection-xitongtedian{
	width: 634px;
	height: 220px;
	margin: 40px auto;
}
.collection-gongnengjieshao{
	width: 606px;
	height: 523px;
}
.collection-pda{
	width: 497px;
	height: 441px;
	margin: 32px auto;
}
.collection-pc{
	width: 543px;
	height: 520px;
	margin: 32px auto;
}


.wisdom-serviceConBox{
	height: 173px;
}
.wisdom-serviceCon{
	width: 128px;
	height: 173px;
	margin-right: 6px;
}
.wisdom-serviceCon-2{
	width: 162px;
	height: 182px;
	margin-top: 7px;
}
.wisdom-serviceCon:nth-child(6){
	margin-left: 84px;
}


.wisdom-manageBox{
	margin-top: 35px;
}
.wisdom-manageConBox{
	height:364px;
}
.wisdom-protectBox{
	margin-top: 35px;
}
.wisdom-protectConBox{
	height: 175px;
}
.wisdom-protectCon{
	width: 210px;
	height: 175px;
	margin-right: 21px;
}

.wisdom-anliBox{
	width: 868px;
}
.wisdom-anli{
	width: 210px;
	height: 178px;
	margin-right:7px; 
}
.wisdom-anliPic{
	width: 210px;
	height: 140px;
}
.wisdom-anliTittle{
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 14px;
}

.wisdom-header{
	height: 385px;
}
.wisdom-more{
	margin:20px auto;
}

.service-nav{
	width: 680px;
	margin: 24px auto 0;
	height: 40px;
}
.service-nav span{
	width: 135px;                                                                         
	height: 40px;
	line-height: 40px;
}
.service-nav2{
	width: 510px;
	margin: 8px auto 0;
	height: 40px;
}
.service-nav2 span{
	width: 169px;
	height: 40px;
	line-height: 40px;
}
.protect-nav{
	width: 478px;
	margin: 16px auto 0;
	height: 40px;
}
.protect-nav span{
	cursor: pointer;
	float: left;
	width: 158px;
	height: 40px;
	line-height: 40px;
}


}
/* css 注释说明：设置了浏览器宽度不小于1600px时 abc 显示1200px宽度 0.8*/ 
/*@media screen and (max-width: 1349px) { 
	.page-body {width: 844px}  
	.home-left{
		width: 371px;
		height: 264px;
	}
	.home-right{
		width: 569px;
	}
	.home-zixun{	
		position: relative;
		width: 315px;
		height:244px;
		margin-top: 12px;
		background-color: #efeff0;
		padding: 16px 23px 0 33px;
	}
	.home-zixunHeader{
		font-size: 21px;
		font-weight: bold;
		line-height: 44px;
		color: #000;
	}
	.home-zixunMore{
		width: 32px;
		height: 44px;
		font-size: 13px;
		color: #000;
		line-height: 44px;
	}
	.home-zixunCon{
		width: 100%;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
	.home-zixunNew{
		right: 0;
		top: 6px;
		width: 46px;
		height: 18px;
	}
	.home-zixunLeft,.home-zixunRight{
		width: 17px;
		height: 25px;
		margin-top: 16px;
	}
	.home-module{
		height: 126px;
		margin-top: 10px;
	}
	.home-zizhiConBox{
		margin: 40px auto 0;
	}
	.home-zizhiCon{
		width: 906px;
	    height: 312px;
	}
	.home-zizhiPage{
		width: 437px;
		height: 320px;
		margin: 0 8px;
		background: url(../img/zizhi.jpg) center no-repeat;
	}
	.home-zizhiLeft,.home-zizhiRight{
		width: 19px;
		height: 28px;
		top:112px;
	}
	.home-anliCon{
		width: 238px;
		height: 155px;
	}
	.home-header{
		height: 440px;
	}
}
*/
@media screen and (max-width: 1200px) { 
	.page-body {width: 750px;}  
	.home-left{
		width: 290px;
		height: 206px;
	}
	.home-right{
		width: 445px;
	} 
	.home-zixun{	
		position: relative;
		width: 246px;
		height:191px;
		margin-top: 12px;
		background-color: #efeff0;
		padding: 12px 17px 0 27px;
	}
	.home-zixunHeader{
		font-size: 17px;
		font-weight: bold;
		line-height: 34px;
		color: #000;
	}
	.home-zixunMore{
		width: 32px;
		height: 34px;
		font-size: 12px;
		color: #000;
		line-height: 34px;
	}
	.home-zixunCon{
		width: 100%;
		height: 24px;
		font-size: 12px;
		line-height: 24px;
	}
	.home-zixunNew{
		top: 4px;
		width: 36px;
		height: 14px;
	}
	.home-zixunLeft,.home-zixunRight{
		width: 13px;
		height: 19px;
		margin-top: 24px;
	}
	.home-module{
		height: 99px;
		margin-top: 8px;
	}
	.home-zizhiConBox{
		margin: 31px auto 0;
	}
	.home-zizhiCon{
		width: 708px;
	    height: 244px;
	}
	.home-zizhiPage{
		width: 341px;
		height: 250px;
		margin: 0 6px;
	}
	.home-zizhiLeft,.home-zizhiRight{
		width: 15px;
		height: 22px;
		top:88px;
	}
	.home-anliCon{
		width: 185px;
		height: 121px;
	}
	.home-header{
		height: 344px;
	}
	.about-conBox{
		width: 600px;
		margin:19px auto;
	}
.about-con{
	position: relative;
	float: left;
	margin:0 6px 6px 0;
	width: 297px;
	height: 188px;
	background-color:#ebebeb; 
}
.about-news{
	width: 600px;
}
.news-conBox{
	margin-top: 19px;
}
.news-con{
	height: 131px;
}
.news-conPic{
	float: left;
	width: 188px;
	height: 106px;
	margin-top: 13px;
}
.news-conTitle{
	width: 375px;
	height:31px;
	line-height: 31px;
	margin-top: 13px;
	margin-left: 206px;
	font-size: 12px;
}
.news-conDes{
	width: 400px;
	height:38px;
	margin-left: 206px;
	margin-top: 13px;
	font-size: 12px;
}
.news-share{
	position: absolute;
	top:20px;
	width: 12px;
	height: 14px;
}
.news-time{
	position: absolute;
	bottom:19px;
	width: 75px;
	height: 12px;
	font-size: 12px;
}
.about-address{
	margin: 32px auto 0;
}
.about-map{
	height: 454px;
	margin-top: 38px;
}
.example-nav{
	width: 750px;
}
.example-conBox{
	width: 750px;
}
.example-con{
	width: 181px;
	height: 188px;
	margin-right: 6px;
	margin-top: 6px;
}
.example-conPic{
	height: 121px;
}
.example-conTitle{
	height: 31px;
	font-size: 14px;
	border-bottom:1px solid #ededed;  
	line-height: 31px;
	padding: 0 15px;
}
.example-conTime{
	height: 31px;
	line-height: 31px;
	padding: 0 15px;	
	color:rgba(0,0,0,0.7);
	font-size: 12px;
}
.example-nav li{
	margin-right:25px;
}
.trave-nav{
	margin-top: 6px;
	width: 600px;
	height: 163px;
}

.trave-details{
	top:109px;
	left:28px;
	width: 71px;
	height: 16px;
}
.technology-Box{
	width: 600px;
}
.technology-conTitle{
    left: 25px;
    top: 28px;
    width: 164px;
    height: 21px;
    font-size: 16px;
}
.technology-conDes{
	position: absolute;
    left: 25px;
    top: 54px;
    width: 119px;
    height: 50px;
    -webkit-line-clamp: 3;
}
.technology-conPic{
    width: 296px;
    height: 153px;
    font-size: 21px;
}
.technology-con{
	width:460px;
	height: 153px;
	margin-top:13px;
}
.technology-detials{
	top: 119px;
    left: 28px;
    width: 74px;
    height: 16px;
}
.technology-rightTop{
	width: 128px;
	max-height: 187px;
	padding-bottom: 6px;
}
.technology-rightTopHeader{
	height: 26px;
	font-size: 12px;
	line-height: 26px;
}
.technology-rightTopCon{
	width: 105px;
	height: 18px;
	line-height: 18px;
	margin: 6px auto;
	font-size: 12px;
}
.technology-rightBottom{
	top:194px;
	width: 128px;
	padding-bottom:6px;
}
.technology-rightBottomCon{
	width: 105px;
	height: 18px;
	line-height: 18px;
	text-indent:18px;
	font-size: 12px;
}


.movie-conBox{
	width: 750px;
	margin: 6px auto 0;
}
.movie-con{
	width: 238px;
	height: 191px;
	margin: 6px;
}
.movie-conPic{
	height: 139px;
}
.movie-conTitle{
	height: 31px;
	line-height: 31px;
	text-indent:30px;
	font-size: 14px;
}
.movie-conDes{
	height: 25px;
	line-height: 19px;
	text-indent:30px;
	font-size: 12px;
}
.example-right{
	right:-138px;
	width: 119px;
}
.example-rightHeader{
	width: 106px;
	height: 25px;
	font-size: 12px;
	color: #000;
	line-height: 25px;
	padding-left: 13px;
	margin-bottom: 13px;
}
.example-rightCon{
	width: 100px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: rgba(0,0,0,0.7);

}


.service-artificial{
	width: 600px;
	height: 455px;
	margin: 31px auto;
}
.service-online{
	width:600px;
	height: 507px;
	margin: 31px auto;
}
.service-ticketBox{
	margin: 31px auto;
}
.service-ticekt{
	width: 600px;
    height: 136px;
	margin: 31px auto 0px;
}
.service-ticektCon{
	height: 394px;
	margin-top: 20px;
}
.service-ticektCon{
	width:470px;
	height:308px;
	margin-top: 15px;
}
.service-audioGuid{
	width: 600px;
	height: 555px;
	margin: 31px auto;
}
.service-wenchuang{
	width:600px;
	height: 535px;
	margin: 31px auto;
}

.manage-anfangBox{
	width: 853px;
	margin: 31px auto 0;
	overflow: hidden;
}
.manage-anfang{
	width: 600px;
	height: 200px;
	margin: 0 auto 19px;
}
.manage-anfangCon{
	width: 853px;
	height: 576px;
	margin: 0 auto 31px;
    margin-left: 41px;
}
.manage-position{
	width: 320px;
	height: 143px;
	margin: 31px auto 13px;
}
.manage-position1{
	width: 853px;
	height: 436px;
	margin: 0 auto 25px;
}
.manage-position2{
	height: 501px;
	margin: 0 auto 31px;
}
.manage-neibu{
	width: 330px;
	height: 127px;
	margin: 31px auto;
}
.manage-bangong{
	width: 600px;
	height: 293px;
	margin: 13px auto 31px;
}
.manage-cangku{
	width: 494px;
	height: 162px;
	margin:31px auto;
}
.manage-cangpin{
	width: 496px;
	height: 256px;
	margin: 31px auto 13px;
}
.manage-shuju{
	height: 500px;
	margin: 0 auto 19px;
}
.manage-info{
	width: 496px;
	height: 211px;
	margin: 31px auto;
}


.protect-xiufu{
	width: 594px;
	height: 228px;
	margin: 31px auto;
}
.protect-saomian{
	width: 119px;
	height: 117px;
}
.protect-saomianConBox{
	width: 666px;
	height: 178px;
	margin: 31px auto;
}
.protect-saomianCon{
	margin-right: 6px;
	width: 215px;
	height: 178px;
}
.protect-saomianConPic{
	height: 142px;
}
.protect-saomianConDes{
	height: 36px;
	line-height: 36px;
}

.protect-yufang{
	width: 592px;
	height: 196px;
	margin: 31px auto 13px;
}
.protect-yufang1{
	width: 600px;
	height: 389px;
	margin: 0px auto 62px;
}

.warehouse-zhineng{
	width: 511px;
	height: 154px;
	margin: 31px auto;
}
.warehouse-zucheng{
	width: 596px;
	height: 790px;
	margin: 40px auto;
}
.warehouse-back{
	height: 351px;
}
.warehouse-tedian{
	width: 603px;
	height: 172px;
	margin: 31px auto;
}
.warehouse-xitong{
	width: 600px;
	height: 437px;
	margin: 31px auto ;
}
.warehouse-xitong2{
	width: 600px;
	height: 435px;
	margin: 31px auto;
}
.warehouse-xitong3{
	width: 600px;
	height: 436px;
	margin: 31px auto;
}

/*-----movie page-------*/

/*-----collection page-------*/
.collection-cangpin{
	width: 513px;
	height: 143px;
	margin: 31px auto;
}
.collection-xitong{
	width: 480px;
	height: 446px;
	margin: 32px auto;
}
.collection-xitongtedian{
	width: 496px;
	height: 173px;
	margin: 31px auto;
}
.collection-gongnengjieshao{
	width: 600px;
	height: 511px;
}
.collection-pda{
	width: 485px;
	height: 431px;
	margin: 31px auto;
}
.collection-pc{
	width: 531px;
	height: 506px;
	margin: 31px auto;
}

.wisdom-serviceConBox{
	height: 154px;
}
.wisdom-serviceCon{
	width: 115px;
	height: 154px;
	margin-right: 5px;
}
.wisdom-manageBox{
	margin-top: 31px;
}
.wisdom-manageConBox{
	height: 325px;
}
.wisdom-anliBox{
	width: 775px;
}
.wisdom-anli{
	width: 187px;
	height: 158px;
	margin-right:6px; 
}
.wisdom-anliPic{
	width: 187px;
	height: 125px;
}
.wisdom-anliTittle{
	height: 34px;
	line-height: 34px;
	font-size: 12px;
}

.wisdom-protectConBox{
	height: 156px;
}
.wisdom-protectCon{
	width: 187px;
	height: 156px;
	margin-right: 19px;
}
.wisdom-header{
	height: 344px;
}
.wisdom-more{
	margin:31px auto;
}

.service-nav{
	width: 530px;
	margin: 19px auto 0;
	height: 31px;
}
.service-nav span{
	width: 105px;
	height: 31px;
	line-height: 31px;
	font-size: 12px;
}
.service-nav2{
	width: 399px;
	margin: 6px auto 0;
	height: 31px;
}
.service-nav2 span{
	width: 132px;
	height: 31px;
	line-height: 31px;
	font-size: 12px;
}

.protect-nav{
	width: 373px;
	margin: 12px auto 0;
	height: 31px;
}
.protect-nav span{
	width: 123px;
	height: 31px;
	line-height: 31px;
	font-size: 12px;
}
.wisdom-serviceCon-2{
	width: 145px;
	height: 163px;
	margin-top: 6px;
}
.wisdom-serviceCon:nth-child(6){
	margin-left: 75px;
}
} 
/* 设置了浏览器宽度不大于1200px时 abc 显示900px宽度 0.625*/ 
 
@media screen and (max-width: 992px) { 
	
} 



