
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select{margin: 0;padding: 0;border: 0;}
table{ border-collapse:collapse;}
body{
	font-size:14px;
	color:#333;
	font-family:"微软雅黑";
	min-width: 1200px;
}
img,a{border:0; text-decoration:none;}
ol, ul {list-style: none; }
.clears{ clear:both;}
a{color:#333;}
a:hover{color:#F00;}
img{ max-width:100%;}

.hide{
	display: none;
}
.width1108{
	width:1108px;
	margin:0 auto;
	position: relative;
}
.width1200{
	width:1200px;
	margin:0 auto;
}

/*header*/
.header{
	width: 100%;
	height:90px;
	background: rgb(255,255,255);
	position: fixed;
	z-index: 999;
}
.menu{
	width: 900px;
	margin: 0 auto;
}
.logo{
	float:left;
	/*width:324px;*/
	height:100px;
}
.phone{
	float:right;
	width:322px;
	height:37px;
	line-height:37px;
	padding-left:40px;
	background:url(../image/tx.png) left center no-repeat;
	margin:25px 0 0 0;
}
.phone span{
	display:inline-block;
	font-size:18px;
	padding-right:15px;
	height:25px;
	line-height:25px;
	border-right:#333 1px solid;
}
.phone strong{
	display:inline-block;
	font-size:30px;
	position:relative;
	top:5px;
	margin:0 0 0 12px;
}

/*nav*/
.nav{
	/*border-top:#181818 1px solid;*/
	height:61px;
	float: right;
}
.nav li{
	float:left;
	width:130px;
}
.nav li a{
	float:left;
	width:130px;
	line-height:20px;
	text-align:center;
	font-size:14px;
	color:#000;
	/*height:80px;*/
	padding: 20px 0 10px;
	margin: 10px auto;
}
.nav li a span{
	font-size:10px;
}
.nav li.navCur a{
	/*background:#2923ba;*/
	color:#000;
}
.nav li a:hover{
	background:#4F4ACB;
	color:#fff;
}
.nav li.deactive{
	pointer-events: none;

}
.nav li.deactive a{
	font-size: 16px;
}
.nav li.deactive a span{
	font-size:12px;
}

/*焦点图*/

#ban {
	width:100%;
	height:300px;
	overflow: hidden;
	position:relative;
}
#slides {
	display:block;
	width:100%;
	overflow: hidden;
	/*height:920px;*/
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}
#slides li {
	display:block;
	width:100%;
	/*height:100%;*/
	list-style:none;
	padding:0;
	margin:0;
	float: left;
	position: relative;
	/*position:absolute;*/
}
#slides li a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
#pagination {
	display:block;
	list-style:none;
	position:absolute;
	left:50%;
	bottom:94px;
	z-index:910;
	padding:5px 15px 5px 0;
	margin:0;
}
#pagination li{
	display:block;
	list-style:none;
	width:14px;
	height:14px;
	float:left;
	margin-left:15px;
	border-radius:7px;
	background:#FFF
}
#pagination li a {
	display:block;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	text-indent:-9999px;
}

#pagination .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #fff;
	opacity: 1;
}
#pagination  .swiper-pagination-bullet-active{
	background: #0092CE;
}
.bg-bar{
	width:100%;
	height: 90px;
	background: rgba(0,0,0,0.4);
	position: absolute;
	/*bottom: 0;*/
	z-index: 900;
}
.bg-bar ul {
	width: 1108px;
	height: 90px;
	overflow:hidden;
	margin: 7px auto 0;
}
.bg-bar ul li{
	float: left;
	width: 270px;
	height: 100%;
	position: relative;
	color: #fff;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	line-height: 24px;
}
.bg-bar ul li a{
	color: #fff;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	line-height: 24px;
	/*filter: grayscale(0.5);*/
}
.bg-bar ul li a:hover{
	color: #0092ce;
	/*filter: grayscale(0);*/
}
.bg-bar ul li img{
	float: left;
	margin-right: 10px;
	border-radius: 5px;
	padding: 4px;
}
.bg-bar ul li a:hover img{
	box-shadow: inset #999 0px 0px 14px 7px;
}
.bg-bar ul li strong{
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 4px;
	word-spacing: 4px;
	text-align: center;
	border: 1px #fff solid;
	border-radius: 20px;
	padding-left: 4px;
	margin-right: 10px;
	margin-top: 3px;

}
.bg-bar ul li:nth-child(2){
	width: 350px;
	margin: 0 170px 0 150px;
}
.bg-bar ul li:last-child{
	width: 160px;
}
.bg-bar ul li:last-child img{
	padding: 0;
}
	/*cont*/
.cont{
	padding:0 0 30px ;
	background-color: #fff;

}

.contText{
	padding:20px 0;
	text-align:center;
	line-height:24px;
	background:url(../image/yin.gif) center bottom no-repeat;
}
.contText strong{
	font-weight:400;
	font-size:20px;
}
.contText span{
	color:#B5B5B5;
	font-size:12px;
}

/*Title*/
.Title{
	text-align:center;
	padding-top: 20px;
}
.Title h2{
	font-size:30px;
	font-weight:400;
	color:#686868;
}
.Title h3{
	display:inline-block;
	font-size:18px;
	height:35px;
	line-height:35px;
	color:#686868;
	font-weight:400;
	border-bottom:#4F4ACB 2px solid;
}

/*works*/
.works{
	padding:30px 0;
}
.works dl{
	float:left;
	width:219px;
	margin:0 3px 0 0;
}
.works dt a{
	display:block;
	border:#fff 1px solid;
}
.works dt a:hover{
	opacity:0.8;
	border:#03F 1px solid;
}

.workEq{
	padding:25px 0;
	text-align:center;
}
.workEq a{
	display:inline-block;
	width:118px;
	height:38px;
	text-align:center;
	line-height:38px;
	border:#d6d6d6 1px solid;
	margin:0 6px;
	font-size:16px;
}
.workEq a.workCur{
	background:#4d48cb;
	color:#fff;
}

/*workList*/
.workList{}
.workList li{
	float:left;
	width:369px;
	height:179px;
}
.workList li:hover img{
	position:relative;
	top:2px;
	left:2px;
	z-index:9;
	box-shadow:#999 3px 3px 3px;
}
.workList img{
	width:369px;
	height:179px;
}
.projectList{
	margin: 20px  0;
}
.projectList .tabs{
	margin: 20px auto;
	/*width: 530px;*/
	width: 924px;
}
.tabs .swiper-pagination-bullet{
	display: inline-block;
	width: 118px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border: #d6d6d6 1px solid;
	margin: 0 6px;
	font-size: 16px;
	border-radius: 0;
	color: #000;
	opacity: 1;
	background: #fff;
}
.tabs .swiper-pagination-bullet:hover{
	cursor: pointer;
	background: #4d48cb;
	color: #fff;
}
.tabs .swiper-pagination-bullet-active{
	background: #4d48cb;
	color: #fff;
}

.projectList .project-box{
	width: 1108px;
}
.projectList .project-box ul {
	/*overflow: hidden;*/
}
.projectList .project-box ul li a{
	float: left;
	width: 340px;
	margin-right: 42px;
	position: relative;
}
.projectList .project-box ul li a:nth-child(3n){
	margin-right: 0;
}
.projectList .project-box ul li a img{
	width: 100%;
}

.projectList .project-box ul li a p{
	text-align: center;
	width: 100%;
	line-height: 28px;
}
.projectList .project-box ul li a:hover img{
	position:relative;
	top:2px;
	left:2px;
	z-index:9;
	box-shadow:#999 4px 4px 4px;
}
.projectList .project-box ul li a span{
	position: absolute;
	display: block;
	top:0;
	width: 100%;
	height: 190px;
	z-index:10;
	background: url(../image/btn-play.png) center center no-repeat;
	opacity: 0.5;
}
.projectList .project-box ul li a:hover span{
	top:2px;
	left:2px;
	opacity: 1;
}
.white{
	background:#f2f2f2;
}

/*aboutList*/
.aboutList{
	padding:25px 0;
}
.aboutList dl{
	float:left;
	width:255px;
	text-align:center;
	margin:0 28px 0 0;
	filter: grayscale(1);
}
.aboutList dl:hover{
	filter: grayscale(0);
}
.aboutList dt{
	width: 50px;
	height: 50px;
	margin: 20px  auto;
	padding: 30px;
	border: 1px solid #4F4ACB;
	border-radius: 50%;
	position: relative;
}
.aboutList img{
	margin: 5px auto;
}
.companyList{
	width: 1108px;
	margin: 20px auto;
}
.companyList .company{
	width: 50%;
	float: left;
}
.companyList .company h2{
	text-align: center;
}
.companys{
	position: relative;
	width: 1200px;

	margin: 0 auto;
}
.next-prev{
	width: 100%;
	height: 58px;
	position: absolute;
	z-index: 999;
	top:40%;
}
.next-prev span{
	display: block;
	width: 36px;
	height: 58px;
	position: absolute;
	opacity: 0.5;
}
.next-prev span:hover{
	cursor: pointer;
	opacity: 1;
}
.next-prev .next{
	background: url(../image/next.png) center top no-repeat ;
	right: 0;
}
.next-prev .prev{
	background: url(../image/prev.png) center top no-repeat ;
	left: 0;
}
.aboutTitle{
	font-size:16px;
	font-weight:bold;
	color: #4F4ACB;
}
.abPar{
	line-height:20px;
	font-size:14px;
	color:#999;
}
.abs{
	height:2px;
	background:#4F4ACB;
	width:50px;
	margin:10px auto;
}
.about-company{
	display: block;
	width: 1108px;
	margin: 20px auto 0;
}
.about-company .comp-left{
	 width: 50%;
	float: left;

 }
.about-company .comp-left p{
	text-align: justify;
	text-indent: 2em;
	line-height: 28px;
	font-size: 16px;
	padding: 20px 30px 0 ;
}
.about-company .comp-right{
	width: 50%;
	float: right;
}
.about-company .comp-right ul{
	overflow: hidden;
}
.about-company .comp-right ul li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 270px;
}
.about-company .comp-right ul li:nth-child(2n){
	margin-right: 0;
}
/*图片切换*/
.scrolllist{
	width:1108px;
	height:179px;
	margin:20px auto 0;
	padding:10px 0;
	position:relative;
}
.scrolllist a.abtn{display:block;height:33px;width:33px;overflow:hidden; position:absolute;}
.scrolllist a.aleft{left:-43px; top:90px; z-index:9;}
.scrolllist a.agrayleft{cursor:default;background-position:2px 50%;}
.scrolllist a.aright{right:-43px; top:90px; z-index:9;}
.scrolllist a.agrayright{cursor:default;background-position:-51px 50%;}

.scrolllist .imglist_w{width:1108px;height:179px;overflow:hidden;float:left;position:relative;/*必要元素*/}
.scrolllist .imglist_w ul{width:20000px;position:absolute;left:0px;top:0px;}
.scrolllist .imglist_w li{width:260px;float:left;height:171px;margin-left:8px; background:url(../image/bg.png) left top no-repeat;padding:8px 0 0 8px;}
.scrolllist .imglist_w li img{width:255px;height:171px;}
.scrolllist .imglist_w li a{ display:block;width:255px;height:171px; border-radius:0 10px 10px 0; overflow:hidden;}
.scrolllist .imglist_w li a:hover img{filter:alpha(opacity=86);-moz-opacity:0.86;opacity:0.86;}
.bor{
	border-bottom:#ccc 1px solid;
}

/*scenes*/
.scenes{
	padding:25px 0;
	width: 1050px;
	margin: 0 auto;
}
.scenes dl{
	float:left;
	width:342px;
	margin:0 38px 0 0;
}
.scenes dt a{
	display:block;
}
.scenes dt a:hover img,.news dt a:hover img,.product dt a:hover img,.newsList dt a:hover img{
	position:relative;
	left:1px;
	top:1px;
	box-shadow:#999 -1px -1px 10px;
}
.scenes dd{
	padding:10px;
	background:#f2f2f2;
	position:relative;
}
.scenes dd strong{
	font-size:14px;
	font-weight:400;
}
.scenes dd span{
	color:#666;
	font-size:12px;
}
.xin{
	position:absolute;
	right:10px;
	top:20px;
	padding-left:20px;
	background:url(../image/xin.gif) left center no-repeat;
	widows:50px;
}
.scenes p{
	text-indent: 2em;
	line-height: 28px;
	font-size: 16px;
	text-align: justify;
	padding-bottom: 20px;
}
.scenes ul{
	margin-bottom: 30px;
}
.scenes ul li{
	width: 100%;
	height: 120px;
	background: url(../image/process-arr.png) bottom center no-repeat;
	position: relative;
}
.scenes ul li:last-child{
	background:none;
	height: 72px;
}
.scenes ul li span{
	width: 70px;
	height: 70px;
	display: block;
	border: 1px solid #2923ba;
	border-radius: 50%;
	margin: 0 auto;
}
.scenes ul li span h4{
	width: 50px;
	height: 50px;
	background: #2923ba;
	border-radius: 50%;
	margin: 10px auto;
	color: #fff;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
}
.scenes ul li label{
	width: 50%;
	position: absolute;
	right: 0;
	top:0;
}
.scenes ul li label h2{
	padding-left: 50px;
	line-height: 42px;
}
.scenes ul li label p{
	padding-left: 18px;
	line-height: 20px;
}
.scenes ul li.scenes-left label{
	left: 0;
}
.scenes ul li.scenes-left label h2{
	text-align: right;
	padding-right: 50px;
	line-height: 42px;
}
.scenes ul li.scenes-left label p{
	text-align: right;
	padding-right: 50px;
	line-height: 20px;
}
	/*news*/
.news{
	padding:25px 0;
}
.news dl{
	float:left;
	width:350px;
	margin: 0 28px 0 0;
}
.newTitle{
	height:45px;
	line-height:45px;
	font-size:18px;
	font-weight:bold;
}
.newsText{
	font-size:14px;
	line-height:19px;
	color:#777;
	text-align: justify;
}
.newsMore{
	padding:5px 0 0 0;
	height:25px;
	line-height:25px;
	font-size:14px;
}
.newsMore a{
	color:#4A46BD;
}

/*contacts*/
.contacts{
	padding:0;
	height: 120px;
	position: relative;
}
.Address{
	float:left;
	width:350px;
	line-height:26px;
	font-size:16px;
}
.Address:nth-child(2){
	/*width:348px;*/
	margin: 0 30px 0 28px;
}

.Address span{
	font-size:18px;
}
.Address p{
	line-height: 31px;
	margin-left: 70px;
}
.Address img{
	/*width: 50px;*/
	/*height: 50px;*/
	float: left;
	padding: 10px;
	border: 1px solid #4f4acb;
	border-radius: 50%;
}
.messages{
	float:left;
	width:295px;
	margin:0 0 0 80px;
}
.messages label{
	display:block;
	font-size:16px;
	color:#777780;
	font-weight:bold;
	height:30px;
	line-height:30px;
}
.messages input{
	border:0;
	margin:0;
	padding:0;
	background:none;
	margin:0 0 15px 0;
}
.messages textarea{
	width:290px;
	padding-left:5px;
	height:130px;
	background:#f2f2f2;
	border:0;
}
.messages .messLen{
	background:#EDEDED;
	height:37px;
	line-height:37px;
	width:290px;
	padding-left:5px;
}
.messages .messSub{
	width:135px;
	height:45px;
	background:#4945c1;
	font-size:20px;
	color:#fff;
	letter-spacing:3px;
	margin-top:15px;
	cursor:pointer;
}
.messages.mright{
	margin:0;
	float:right;
}
.gdmap{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.gdmap .map-content{
	width: 1108px;
	position: relative;
	margin: 0 auto;

}
.gdmap iframe{
	border: 1px solid #c3c3c3;
}
.partner{
	padding: 25px 0;
	height: 100px;
}
.partner ul li{
	float: left;
	height: 100px;
	margin-right: 29px;
}
.partner ul li:last-child{
	margin-right: 0;
}
.cooperation{
	position: relative;
}
.cooperation .line{
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	top:210px;
}
.cooperation-list{
	padding:60px 0 20px;
	width: 1108px;
	margin: 0 auto;
}
.cooperation-list ul li{
	width: 90px;
	float: left;
	position: relative;
	margin-right: 37px;
}
.cooperation-list ul li:last-child{
	margin-right: 0;
}
.cooperation-list ul li h2{
	text-align: center;

}
.cooperation-list ul li span{
	background: #504BCB;
	width: 12px;
	height: 12px;
	display: block;
	margin: 20px auto;
}
	/*footNav*/
.footNav{
	text-align:center;
	padding: 0 0 28px;
	margin-bottom: 20px;
	font-size:14px;
	/*border-top:#504BCB 2px solid;*/
	border-bottom:#333 1px solid;
}
.footNav a{
	display:inline-block;
	margin:0 10px;
}

/*footer*/
.footer{
	padding:28px 0 20px;
	border-top:#504BCB 2px solid;
	/*border-top:#333 1px solid;*/
}
.footwx{
	float:left;
	width:68px;
	height:68px;
}
.copy{
	margin: 20px auto 0;
	/*width: 1200px;*/
	border-top: #33333338 1px solid;
}
.copy p{
	line-height: 50px;
	text-align: center;
}
.ftContent{
	width: 40.5%;
	/*float: left;*/
	margin: 0 auto;
}
.ftContent.right{
	width: 50%;
}
.ftCompany{
	float:left;
}
.ftPhone,.ftEmail,.ftAddress{
	float:left;
	width:370px;
}

.ftCompany{

	padding-left:30px;
	/*background:url(../image/footer-phone.png) 10px center no-repeat;*/
}
.ftPhone{

	background:url(../image/footer-phone.png) 10px center no-repeat;
}
.ftPhone.gd {
	background:url(../image/footer-gphone.png) 10px center no-repeat;
}
.ftEmail{

	background:url(../image/footer-email.png) 10px center no-repeat;
}
.ftAddress{

	background:url(../image/footer-localtion.png) 10px 3px no-repeat;
}
.ftAddress span,.ftPhone span,.ftEmail span{
	text-align: left;
	display: block;
	margin-left: 30px;
}
.ftLink{
	float: left;
	margin-top: 20px;
	display: block;

}

/*Title2*/
.Title2{
	padding-top: 100px;
}
.Title2 h2{
	height:100px;
	line-height:100px;
	font-size:24px;
	font-weight:400;
	/*border:#f00 1px solid;*/
}

.Title2 h2 span{
	font-size:20px;
}
.contText i{
	font-size:14px;
	font-style:normal;
}

/*Title3*/
.Title3{
	color:#fff;
	background:url(../image/abouttitle.jpg) left center no-repeat;
	height:48px;
}
.Title3 h3{
	line-height:40px;
	font-size:14px;
	font-weight:400;
	width: 166px;
	display: block;
	text-align: center;
}
.aboutText{
	text-align:center;
}
.at1{
	font-size:48px;
	color:#2923ba;
	font-weight:bold;
	margin:2px 0;
}
.at2{
	font-size:48px;
	font-weight:bold;
	margin:2px 0;
}
.at3{
	font-size:24px;
	font-family:"宋体";
	font-weight:bold;
	text-transform:Uppercase;
	margin:2px 0;
}
.at4{
	font-size:12px;
	text-transform:Uppercase;
	margin:2px 0;
}
.equipment-content{
	width: 1050px;
	margin-bottom: 20px;
}
.equipment-content p{
	font-size:16px;
	line-height: 28px;
	text-indent: 2em;
	text-align: justify;
}

/*Title4*/
.Title4{
	height:20px;
	line-height:20px;
	margin:20px auto;
	width:550px;
	text-align:center;
	background:url(../image/xian.jpg) center center repeat-x;
}
.Title4 span{
	display: inline-block;
	color: #A4A2A2;
	padding: 0 15px;
	background: #fff;
	font-weight: 400;
	font-size: 16px;
}
.aboutPar{
	width:1050px;
	margin:0 auto;
	padding:10px 0;
	line-height:28px;
	font-size:16px;
}
.Title5{
	height:50px;
	line-height:50px;
	font-size:22px;
	text-align:center;
}
.aboutPar p{
	text-align: justify;
	text-indent: 2em;
	padding-bottom: 20px;
}

.audio{
	font-size:14px;
}
.audio td{
	padding:0 30px;
}
.scenes.sscenes dl{
	margin:10px;
}
.scenes.sscenes{
	padding-bottom: 0;
}
/*newsList*/
.newsList dl{
	float:left;
	width:348px;
	margin:20px 10px;
}
.newsTitel{
	font-size:16px;
	height:32px;
	line-height:32px;
	padding-top:3px;
}
.time{
	height:30px;
	line-height:30px;
	color:#999;
	font-size:14px;
}
.newListPar{
	font-size:14px;
	line-height:23px;
}

.partners ul{
	overflow:hidden;
	margin: 20px 0;
}
.partners ul li{
	float: left;
	border: #9e999987 solid 1px;
	overflow: hidden;
	margin-right: -1px;
	width: 220px;
}
.partners ul li:nth-child(5n){
	margin-right: 0;
}
.partners ul li img{
	display: block;
	margin: 0 auto;
}
/*css manu style pagination*/
.manu{padding:3px;margin:20px 0;text-align:center; font-size:14px;}
.manu a{border:#eee 1px solid;padding:2px 5px;margin:2px;color:#036cb4;text-decoration:none;}
.manu a:hover{border:#999 1px solid;color:#666;}
.manu a:active{border:#999 1px solid;color:#666;}
.manu .current{border:#036cb4 1px solid;padding:2px 5px;font-weight:bold;margin:2px;color:#fff;background-color:#036cb4;}
.manu .disabled{border:#eee 1px solid;padding:2px 5px;margin:2px;color:#ddd;}

/*Article*/
.Article{
	padding:20px;
	line-height:20px;
	font-size:14px;
}
.Article h3{
	font-size:18px;
	color:#f00;
	font-weight:400;
	height:35px;
	line-height:35px;
	text-align:center;
}
.Article time{
	font-size:14px;
	display:block;
	text-align:center;
	height:30px;
	line-height:30px;
}

/*product*/
.product{
	padding-bottom: 40px;
}
.product dl{
	float:left;
	width:260px;
	margin:8px;
}
.product dd{
	height:25px;
	line-height:25px;
	padding:5px 0;
	text-align:center;
}

/*contLeft*/
.contLeft{
	float:left;
	width:240px;
}
.leftNav li{
	height:47px;
	line-height:47px;
	border-bottom:#E5E5E5 1px solid;
	font-size:14px;
}
.leftNav li a{
	color:#666;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
	width:97%;
}
.contLeft dl{
	padding:10px 0;
	border-bottom:#ddd 1px solid;
}
.leftNav li a:hover{
	color:#f00;
}
.leftTitle{
	height:40px;
	line-height:40px;
	font-size:20px;
	margin:20px 0 10px 0;
}
.lefttitle2{
	padding:10px 0;
	line-height:20px;
	font-weight:bold;
	font-size:16px;
}
.leftPar{
	font-size:14px;
	line-height:24px;
}

/*contRight*/
.contRight{
	float:right;
	width:770px;
}
.rightPar{
	line-height:25px;
	padding:15px 0;
}
.hopTitle{
	height:45px;
	line-height:45px;
	border-top:#ddd 1px solid;
	font-size:18px;
}
.hopPro dl{
	float:left;
	width:174px;
	margin:8px;
}
.hopPro dd{
	height:25px;
	line-height:25px;
	font-size:14px;
}

/*kefu*/
.kefu{
	position:fixed;
	right:0;
	top:170px;
	z-index:999;
	width:185px;
	background:#f1f1f1;
	text-align:center;
}
.kefu h3{
	font-size:14px;
	height:35px;
	line-height:35px;
	color:#fff;
	background:#2923BA;
	position:relative;
}
.close{
	position:absolute;
	right:0;
	top:0;
	display:block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	font-size:16px;
	border:#fff 1px solid;
	cursor:pointer;
	display:none;
}
.kefu ul{
	padding:0 5px;
	background:#fff;
}
.kefu li{
	padding:7px 0;
	line-height:20px;
	font-size:14px;
	border-bottom:#ddd 1px solid;
	font-weight:bold;
}
.eierma{
	padding:3px 0 10px 0;
	text-align:center;
}
#newBridge .nb-icon-right-center{
	top: auto!important;
	bottom: 20%!important;
}
#newBridge{
	display: none!important;
}
.bg-bigbox{
	padding-top: 90px;
	position: relative;
}
.bg-bigbox img{
	width: 100%;
	height: 100%;
}
.video-box{
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:90px;
}
.video-box video {
	height: 100%;
	width: 100%;
	margin: 0;
	visibility: visible;
	object-fit: fill;
}
.containt{
	/*background-color:rgba(0,0,0,0.3);*/
	/*margin-bottom: 20px;*/
	height: 100px;
}

@media only screen and (max-width: 640px) {
	/**
     * Break strings if their length exceeds the width of their container
     */
	body {
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}
@media screen and (max-width: 1100px){
	.layui-layer-iframe {
		width: 100% !important;
		left: 0!important;
		top:25%!important;
	}
}
