/*必备样式*/
@charset "utf-8";
/*html::-webkit-scrollbar{ display: none; }*/
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static}
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
address,caption,cite,code,dfn,em,th,var,i{font-style:normal;font-weight:normal}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
h1,h2,h3,h4,h5,h6,b{font-size:100%; font-weight:normal;}
a{display: block;}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a:focus,a:hover,a:active{outline:none;blr:expression(this.onFocus=this.blur())}
sub,sup{vertical-align:baseline}
table{border-collapse:collapse;border-spacing:0}
textarea { resize:none} 
input[type="submit"],input[type="button"]{ cursor:pointer;}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}
/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
a{text-decoration:none;cursor: pointer;}
a:hover{text-decoration:none;}
body,th,td,button,input,select,textarea{ font-family: Microsoft Yahei,Arial,Helvetica,sans-serif;font-size:14px;color:#000;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased}
.fl{ float:left}
.fr{ float:right}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height: 0;font-size: 0;}
.clearfix{*zoom:1}
.ib{display:inline-block;*display:inline;*zoom:1; vertical-align:middle}
.clear{clear: both;}
/*******************************************/
@font-face{
	font-family: 'bahnschrift'; 
	src: url('../../font/bahnschrift.ttf');
}
@font-face {
  font-family: 'icomoon';
  src:  url('../../font/icomoon.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face{
	font-family: 'syht'; 
	src: url('../../font/SourceLight.otf');
}
.bg{background:#FFF;}
/*.wrap{width: 1920px; margin: 0 auto;}*/
.wrap{width: 100%; margin: 0 auto;}
.wrap2{width: 1400px; margin: 0 auto;}
.big-box{position: relative; z-index: 10;}
/*首页*/
.of{overflow: hidden;}
.w1200{width: 1200px; margin: 0 auto;}

/* 头部 */
.top{
	width: 1776px;
	margin: 0 auto;
}
.logo,.search{
	display: table-cell;
	/*width: 429px;*/
	width: 354px;
	vertical-align: middle;
}
.search{
	text-align: right;
}
.top>ul{
	display: table-cell;
	position: relative;
	z-index: 10;
}
.top>ul>li.current{border-bottom: 4px solid #ff4f08; box-sizing: border-box;/*background: #ff4f08;*/}
.top>ul>li.current a{/*color: #FFF;*/}
/*.top>ul>li.current a:hover{color: #FFF;}*/
.top>ul>li{
	float: left;
	width: 152px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 14px;
}
.top>ul>li a{	
	display: block;
	color: #696c75;
}
.top>ul>li:hover{
	/*background: #ff4f08;*/	
}
.top>ul>li:hover a{
	/*color: #fff;*/
	color: #ff4f08;
}
.top>ul .submenu{
	width: 252px;
	height: 184px;
	background: #33333c;
	display: none;
	padding: 10px;
	opacity: 0.9;
}
.top>ul .submenu>li{
	float: left;	
	text-align: center;
	width: 84px;
	height: 46px;
}
.top>ul .submenu>li:nth-child(3n) a{
	border-right: none;
}
.top>ul .submenu>li:nth-child(10n){
	width: 100px;
}
.top>ul .submenu>li:last-child{
	width: 138px;
	text-align: right;
}
.top>ul .submenu>li:last-child a{
	border-right: none;
}
.top>ul .submenu li a{
	color: #a7adbd;
    border-right: 1px solid #505460;
    height: 18px;
    line-height: 18px;
    margin-top: 14px;
}
.top>ul .submenu li a:hover{
	color: #ff4f08;
}
.top>ul>li:hover .submenu{
	display: block;
}
/*联系我们*/
.gywmxl{
	background: #33333c;
	display: none;
	opacity: 0.9;
}
.top>ul .gywmxl li a:hover{
	color: #ff4f08;
}
.top>ul>li:hover .gywmxl{
	display: block;
}
.top>ul .gywmxl li a{
	color: #a7adbd;
    border-right: 0px solid #505460;    
}


.bannerdiv{overflow: hidden;}
.bannerdiv .swiper-container1{height: 800px;}
.bannerdiv ul{
	font-size: 0;
}
.bannerdiv img{
	max-width: 1920px;
}
.swiper-container1{
	position: relative;
}
.swiper-container1 .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #FFF;
    background: none;
    opacity: 1;
}
.swiper-container1 .swiper-pagination-bullet-active{
	background: #FFF;
}
.swiper-button-next2,.swiper-button-prev2{display: none;}
.swiper-container1:hover .swiper-button-next2{display: block;}
.swiper-container1:hover .swiper-button-prev2{display: block;}
.swiper-container1>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 78px!important;}
.swiper-button-next2, .swiper-button-prev2{
	position: absolute;
    top: 50%;
    width: 44px;
    height: 114px;
    margin-top: -57px;
    z-index: 10;
    cursor: pointer;
    background-size: 44px 114px;
    background-position: center;
    background-repeat: no-repeat;
    left: 130px;
}
.swiper-button-next2{
	right: 130px;
    left: auto;
}
.swiper-button-disabled{
	opacity: .2;
    cursor: auto;
    pointer-events: none;
}
/*首页*/
/*公司简介*/
.mainone{
	width: 1200px;
	margin: 0 auto;
	/*overflow: hidden;*/
}
.mainoneleft,.mainoneright{
	float: left;
}
.mainoneleft{
	width: 654px;
	margin-right: 60px;
	position: absolute;
	left: 0;
	top: 305px;
	opacity: 0;
	transition: 1s;
}
.mainoneright{
	position: absolute;
	right: 0;
	top: 305px;
	width: 486px;
	opacity: 0;
	transition: 1s;
}
.mainoneright img{
	margin-top: 28px;
	width: 488px;
	height: 277px;
}
.mainonetopFontE{
	font-size: 36px;
	line-height: 49px;
	color: #303038;
	font-family: "bahnschrift";
}
.mainonetopFontC{
	font-size: 23px;
	margin-bottom: 27px;
}
.henggang{
	width: 43px;
	height: 3px;
	background:#ff4f08;
}
.mainonetopFontP{
	margin-top:28px;
	text-align: justify;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 33px;
	color: #696c75;
}
.learnmore{
	margin-top: 37px;
	width: 113px;
	height: 28px;
}
.mainonetop{
	margin-top: 100px;
	overflow: hidden;
}
#mainonetop{
	height: 305px;
	position: relative;
}
.mainonebottom{
	margin-top: 82px;
	margin-bottom: 46px;
	overflow: hidden;
}
#mainonebottom{
	opacity: 0;
	border-bottom: 1px solid #dbdbdb;
	transition: 1s;
}
.mainonebottom ul li{
	float: left;
	width: 300px;
	text-align: center;
	margin-bottom: 50px;
}
.mainonebottom ul li img{
	margin-bottom: 30px;
}
.mainonebottomHg{
	width: 43px;
	height: 3px;
	background:#ff4f08;
	margin: 20px auto;
}
.mainonebottomTit{
	font-weight: bold;
	font-size: 16px;
	color: #303038;
}
.mainonebottomE{
	font-size: 11px;
	color: #9b9ba3;
}
.mainonebottomCon{
	color: #696c75;
}

/*数字展馆*/
.digital{
	overflow: hidden;
	margin-top: 100px;
}
.digitalTitle{
	float: left;
	font-size: 36px;
	color: #303038;
	font-family: "bahnschrift";
	text-transform: uppercase;
}
.digitalImg{
	float: right;
	margin-top: 19px;
}
.szzg{
	clear: both;
	font-size: 24px;
	color: #303038;
}
.digitalUl{
	overflow: hidden;
}
.digitalUl ul{
	margin-top: 20px;
	display: table-cell;
}
.digitalUl ul li{
	float: left;
	font-size: 16px;	
	margin-right: 80px;
	height: 64px;
	line-height: 64px;	
}
.digitalUl ul li a{
	color: #303038;
}
.digitalLiBot{
	border-bottom: 4px solid #ff4f08;
}
.digitalUlOne{
	float: left;
}
.jiantou{
	float: right;
	width: 90px;
	margin-top: 20px;
	height: 64px;
	overflow: hidden;
	display: table;
}
.zuo{
	text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.you{
	text-align: right;
    display: table-cell;
    vertical-align: middle;
}
.digitalImgUl{
	margin-bottom: 100px;
	position: relative;
	height: 708px;
}
.digitalImgUl ul{
	overflow: hidden;
	margin-top: 68px;
	opacity: 1;
	position: absolute;
	top: 0;
	display: none;
	z-index: 99;
}
.digitalImgUl ul li{
	float: left;
	width: 25%;
	/*height: 450px;*/
	line-height: 0px;
	position: relative;
}
.digitalImgUl ul li a{color: #FFF;}
.digitalImgUl ul li:hover>div{display: block;}
.digitalImgUl ul li>div{
	width: 100%;
	height: 140px;
	background: #ff4f08;
	padding: 90px 0;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.digitalImgUl ul li img{
	width: 100%;
	height: 320px;
}
.digitalImgUl ul li h3{
	width: 140px;
	margin: 0 auto;
	height: 40px;
	padding-left: 22px;
	line-height: 44px;
	font-family: "bahnschrift";
	background: url(../../images/mige/shijian.png) no-repeat 0 center ;
	font-size: 22px;
	text-align: center;
}
.digitalImgUl ul li p{
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	text-align: center;
}
.digitalImgUl .henggang{
	width: 30px;
	height: 3px;
	margin: 11px auto 0;
	background-color: #FFF;
}
.digitalPosition{
	line-height: 30px;
    text-align: center;
    font-size: 20px;
    margin-top: 16px;
    width: 280px;
    margin: 16px auto 0
}

/*关于米格*/
.aboutmige{
	overflow: hidden;
}
.maintwoLeft{
	width: 784px;
	height: 649px;
	margin-right: 4px;
}
.maintwoleft b{
	font-size: 36px;
	color: #ff4f08;
	line-height: 36px;
	float: left;
	font-family: "bahnschrift";
}
.maintwoleft i{
	font-size: 24px;
	float: left;
	margin-bottom: 38px;
}
.maintwoleft p{
	clear: both;
	font-size: 16px;
	line-height: 36px;
	width: 714px;
	color: #696c75;
	text-align: justify;
	letter-spacing: 1.1px;
}
.maintwoLeft ul{
	overflow: hidden;
	margin-top: 36px;
}
.maintwoLeft ul li{
	float: left;
	width: 25%;
}
.maintwoLeft ul li div{
	font-size: 73px;
	color: #ff4f08;
	font-family: "syht";
}
.maintwoLeft ul li span{
	font-size: 16px;
	color: #696c75;
}
.maintwoRight{
	width: 412px;
	height: 569px;
	margin-top: 80px;
}
.maintwoLeft,.maintwoRight{
	float: left;
}
.business{
	margin-top: 66px;
}
.business ul{
	/*overflow: hidden;*/
	margin-top: 50px;
}
.business ul li{
	float: left;
	width: 282px;
	height: 396px;
	margin-right: 24px;
}
.business ul li:last-child{
	margin-right:0;
}
.business ul li .position-img-box{
	width: 100%;
	height: 254px;
	position: relative;
	overflow: hidden;
}
.business ul li .position-img-box:hover .zhegai,.business ul li .position-img-box:hover .zhegai2{top: 0;}
.business ul li img{width: 100%; height: 100%;}
.businessBottom{
	width: 100%;
}
.businessBottom ul{
	width: 1200px;
	margin: 0 auto;
	height: 476px;
}
.businessBottom ul li{
	float: left;
	width: 282px;
	background: #fff;
	margin-right: 24px;
	text-align: center;
}
.businessBottom ul li:last-child{
	margin-right:0;
}
.businessHenggang{
	width: 28px;
	height: 3px;
	background:#ff4f08;
	margin: 18px auto 0;
}
.business .swiper-container{
	position: relative;
	height: 476px;
}
.business .swiper-wrapper{
	position: absolute;
	top: 476px;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: 1.5s;
}
.videoBox{
	width: 100%;
	height: 920px;
	position: relative;
}
.videoBg{
	position: absolute;
	z-index: 3;
	top: 0;
	height: 100%;
}
.video-bg-img-box{
	height: 100%;
}
.video-bg-img-box img{
	width: 100%;
	height: 100%;
}
.videoButArea{
	position: absolute;
	top: 470px;
	left: 50%;
	width: 564px;
	margin-left: -282px;
}
.videoButArea a{
	display: inline-block;
	width: 230px;
	height: 60px;
	line-height: 60px;
	border: 3px solid #FFF;
	border-radius: 30px;
	margin: 0 23px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
}
.videoButArea a:last-child{
	border: 3px solid #ff4f08;
	background: #ff4f08 url("../../images/mige/play-w.png") no-repeat 50px center;
}
.videoButArea a span{display: inline-block; margin-right: 30px;}
.businessBottom ul li b{
	font-size: 24px;
	color: #303038;
	display: inline-block;
	margin-top: 26px;
}
.businessBottom ul li p{
	margin-top: 10px;
	font-family: "bahnschrift";
	font-size: 14px;
	text-transform: uppercase;
	color: #6f6f76;
}
.bussinessBottomBg{
	height: 287px;
	background: #f5f5f5;
	margin-top: -222px;
}
.businessBottom ul li:hover{
	box-shadow: 0px 0px 30px -11px;;
}
.business .szzg{margin-bottom: 60px;}

.maintwo{
	width: 1200px;
	margin: 100px auto 48px;
	padding-bottom: 70px;
	overflow: hidden;
	border-bottom: 2px solid #d0d0d0;
}
.newsUl{
	width: 1200px;
	margin: 0 auto 70px;
	overflow: hidden;
}
.newsUl li{
	height: 164px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 40px;
}
.newsleft,.newsright{
	float: left;
}
.newsleft{
	width: 289px;
	height: 164px;
	margin-right: 35px;
	padding-left: 16px;
}
.newsleft .position-img-box{
	position: relative;
	width: 288px; 
	height: 162px;
	overflow: hidden;
}
/*.newsleft .position-img-box:hover .zhegai,.newsleft .position-img-box:hover .zhegai2{top: 0;}*/
.newsleft img{width: 100%; height: 100%;}
.newsright{
	width: 836px;
	height: 164px;
	padding-right: 16px;
}
.newsright div{
	font-size: 20px;
	color: #303038;
	margin-top: 12px;
}
.newsright>div>a{color: #303038; display: inline;}
.newsright>div>a:hover{color: #ff4f08;}
.newsright i{
	float: left;
	margin-right: 24px;
	font-size: 18px;
	color: #ff4f08;
	margin-top: 18px;
	font-weight: bold;
}
.newsright b{
	float: left;
	margin-top: 20px;
	color: #808080;
}
.newsright p{
	clear: both;
	font-size: 16px;
	color: #808080;
	margin-top: 56px;
	line-height: 30px;
}
.newsBottom{
	width: 100%;
	height: 460px;
	background: #f5f5f5;
}
.newsBottom div{
	width: 15px;
	height: 3px;
	background: #ff4f08;
	margin-top: 16px;
	margin-right: 9px;
}
.newsBottom p{
	font-size: 24px;
	margin-bottom: 28px;
	color: #34343c;
}
.newsBottom p span{font-weight: bold; display: inline;}
.newsBottom h1{
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
}
.newsBottom i{
	font-size: 16px;
	display: block;
	clear: both;
	line-height: 36px;
	color: #696c75;
	text-align-last: justify;
}
.newsBottom div,.newsBottom p{
	float: left;
}
.newsBottom img{
	width: 100%;
}
.two{
	margin-bottom: 30px;
}
/* 底部 */
.copyright a{display: inline; color: #808089;}
.footer{
	overflow: hidden;
	background: #1d1d1f;
	position: relative;
	z-index: 99;
}
.footer-left,.footer-right{
	float: left;
	width: 50%;
	position: relative;
	z-index: 0;
}
.footer-left{
	overflow: hidden;
}
.footer-left div{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: #1d1d1f;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.footer-left img{
	width: 100%;
}
.footer-right{

	color: #FFF;
}
.footer-right .footer-right-box{
	padding: 80px 0 60px 98px;
}
.footer-right-title-en{
	font-size: 30px;
	padding-left: 13px;
}
.footer-right-title-cn{
	padding-left: 13px;
	font-size: 20px;
	color: #808089;
}
.footer-right ul{
	margin-top: 20px;
}
.footer-right ul li{
	width: 558px;
	line-height: 52px;
	border-bottom: 1px solid #525258;
	background-position: 13px center;
	background-repeat: no-repeat;
}
.footer-right ul li span{
	margin: 0 33px 0 60px;
	color: #808089;
	display: inline-block;
    width: 50px;
}
.footer-right ul li i{
	color: #e9e9e9;
	font-size: 16px;
}
.footer-right .footer-right-intro-cn{
	margin-top: 50px;
	padding-left: 13px;
	line-height: 28px;
	color: #808089;
}
.footer-right .footer-right-intro-en{
	margin-top: 33px;
    padding-left: 13px;
    line-height: 23px;
    font-size: 14px;
    color: #808089;
    font-family: "syht";
}
.footer-right-bottom{
	overflow: hidden;
	margin-top: 55px;
}
.footer-right-bottom .logo-b{
	padding-left: 13px;
	margin-right: 15px;
	width: 230px;
	height: 32px;
	float: left;
}
.footer-right-bottom .copyright{
	padding-left: 15px;
	height: 32px;
	line-height: 16px;
	font-size: 12px;
	float: left;
	border-left: 1px solid #7a7a85;
	color: #808089;
}
.footer-right-bottom .copyright h4,.footer-right-bottom .copyright h5{
	height: 12px;
	line-height: 12px;
}
.footer-right-bottom .copyright h4{margin-bottom: 7px;}

/* 内页面包屑 */
.catpos{
	height: 50px;
	line-height: 50px;
	background: #fafafa;
	color: #696c75;
	font-size: 14px;
}
.catpos a{
	padding: 0 2px;
	color: #696c75;
}
.catpos a:last-child{
	color: #ff4f08;
}
.catpos a:hover{text-decoration: underline;}
.position{
	float: left;
	padding-left: 14px;
	width: 1066px;
	background: url("../../images/mige/position.png") no-repeat 0 18px;
}
.position a{display: inline;}
.back{
	float: right;
	padding-left: 20px;
	background: url("../../images/mige/fanhui.png") no-repeat 0 center;
	cursor: pointer;
	background-size: 14px 14px;
}
/* 项目案例面包屑 */
.catpos1{
	height: 56px;
	line-height: 56px;
	background: #f4f4f4;
	color: #80838a;
	font-size: 16px;
	position: absolute;
	width: 100%;
	top: 64px;
	z-index: 1;
}
.catpos1 a{
	padding: 0 2px;
	color: #FFF;
}
.catpos1 a:hover{text-decoration: underline;}
.position1{
	font-size: 12px;
	float: left;
	padding-left: 24px;
	width: 1006px;
	background: url("../../images/mige/dqwz.png") no-repeat 0 center;
}
.position1 span{
	color: #fe6d43;
}
.position1 a{
	display: inline;
	font-size: 12px;
	color: #757880;
}
.back1{
	float: right;
	width: 60px;
	padding-left: 28px;
	background: url("../../images/mige/fanhui.png") no-repeat 0 center;
	cursor: pointer;
	font-size: 12px;
}


/* 内页底部 */
.inner-footer{
	padding: 40px 0;
	text-align: center;
	background: #1d1d1f;
	color: #7e7e88;
}
.inner-footer .copyright {font-size: 12px;}
.inner-footer .copyright a{color: #7e7e88;}
.inner-footer .logo-b{
	margin-bottom: 24px;
}

/* 分页 */
.page{
	margin: 50px 0 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
}
.page a{
	margin: 0 20px;
	color: #a6a6a6;
}
.page .a1{
	color: #ff5c38;
}
.page span{
	padding: 4px 10px;
	margin: 0 8px;
	color: #ff5c38;
	border: 1px solid #ff5c38;
}

/* 列表页 */
/* 数字展馆 */
.szzg-warp .szzg-list{
	overflow: hidden;
	margin-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #d9d9d9;
}
.szzg-warp .szzg-list li{
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 16px 32px;
	border-radius: 3px;
}
.szzg-warp .szzg-list li:nth-child(4n+1){
	margin-left: 0;
}
.szzg-warp .szzg-list li:nth-child(4n){
	margin-right: 0;
}
.zhegai{
	position: absolute;
	top: -100%;
	z-index: 1;
	width:  100%;
	height: 100%;
	background-color: #303038;
	opacity: .8;
	transition: 0s;
}
.zhegai2{
	position: absolute;
	top: -100%;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url(../../images/mige/datouzhen.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0s;
}
.szzg-warp .szzg-list li:hover .zhegai,.szzg-warp .szzg-list li:hover .zhegai2{
	top: 0;
}
.szzg-warp .szzg-list li:hover .szzg-list-box{background: #292931}
.szzg-warp .szzg-list li:hover .szzg-list-box span{color: #FFF;}
.szzg-list-box{
	width: 276px;
	height: 230px;
	background-color: #f0f0f0;
	transition: 0s;
}
.szzg-list-box-img-box{
	position: relative;
	width: 100%;
	height: 155px;
}
.szzg-list-box img{
	width: 100%;
	height: 155px;
}
.szzg-list-box-img-box img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.szzg-list-box p{
	padding: 10.5px 30px 15.5px;
}
.szzg-list-box p span{
	display: block;
	line-height: 32px;
	color: #52525a;
	transition: 0s;
}
.szzg-list-box p b,.szzg-list-box p i{
	display: inline-block;
	line-height: 17px;
	padding-left: 18px;
	font-size: 12px;
	color: #8b8b96;
}
.szzg-list-box p b{
	background: url("../../images/mige/rili.png") no-repeat 0px center;
}
.szzg-list-box p i{
	margin-left: 6px;
	background: url("../../images/mige/weizhi.png") no-repeat 3px center;
}

/* 数字展馆详情 */
.inner-case{}
.inner-case2 .show-case-wrap ul li{
	max-width: 1200px;
	width: 1200px;
	height: 775px;
	margin: 0;
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	/*transition: .3s;*/
}
.inner-case .show-case-wrap ul li.current{
	opacity: 1;
	/*transition: 1s;*/
}
.show-case-wrap #prev{
	position: absolute;
	z-index: 10;
	height: 675px;
	width: 50%;
	left: 0;
	top: 0;
}
.show-case-wrap #next{
	position: absolute;
	z-index: 10;
	height: 675px;
	width: 50%;
	right: 0;
	top: 0;
}
.show-case-wrap #next:hover{
	cursor: url("../../images/mige/szzgjt.png"),auto;
}
.show-case-wrap #prev:hover{
	cursor: url("../../images/mige/szzgzjt.png"),auto;
}
.inner-case2 .show-case-wrap ul li img{width: 100%; height: 675px;}
.inner-case .show-case-wrap ul li .images-intro{width: 96%; padding: 20px 2%; line-height: 30px; font-size: 14px; background: #000; color: #FFF; text-indent: 2em; text-align: justify; height: 60px;}
.case ul li .szzg-img-page{width: 10%; height: 60px; line-height: 60px; font-size: 22px; color: #FFF; border-right: 1px solid #696969;}
.case ul li .szzg-img-alt{width: 85%; padding: 0 2%; height: 60px;}
.case ul li .szzg-img-page .active{font-size: 30px; color: #ff4f08; margin-right: 2px;}
.case ul li .szzg-img-page .totalImg{margin-left: 2px;}
.show-case{width: 1200px; margin: 0 auto;}
.szzg-warp .show-title{ margin: 80px 0 50px; }
.szzg-warp .show-title div{line-height: 30px;}
.szzg-warp .show-title div img{float: left; margin-right: 10px;}
.szzg-warp .show-title .posi{font-size: 22px; color: #707070;}
.szzg-warp .show-title .posi b{font-size: 20px; font-family: "bahnschrift";}
.szzg-warp .show-title .posi i{font-weight: bold;}
.szzg-warp .show-title p{margin-top: 18px;}
.szzg-warp .show-title p b,.szzg-warp .show-title p i{height: 31px; line-height: 31px; font-size: 16px; color: #303038;}
.szzg-warp .show-title p b{line-height: 31px; height: 31px; background: url("../../images/mige/rili2.png") no-repeat 0px center; background-size: 20px 20px; padding-left: 29px;}
.szzg-warp .show-title p i{line-height: 31px; height: 31px; background: url("../../images/mige/weizhi2.png") no-repeat 0px center; background-size: 16px 20px; margin-left: 26px; padding-left: 23px;}


.show-video{position: absolute; top: 0; left: 0; z-index: 2;}
.show-video #play{position: absolute; left: 50%; top: 50%; z-index: 2; color: #FFF; cursor: pointer; width: 54px; height: 54px; margin-left: -27px; margin-top: -27px;}
.Dvideo-content .Dvideo-ctrl .Dvideo-detail .Dvideo-menu-right-content .Dvideo-playbackRate .Dvideo-playbackRateText{line-height: 18px;}
.show-img-box{ overflow: hidden; position: absolute; top: 0; left: 0; z-index: 1; width: 1200px; height: 675px; overflow: hidden;}
.show-img-box .show-img-box-right{padding: 0;}
/*.show-img-box-right{width: 100%; height: 100%;}*/
.show-img-box-left img{width: 100%; height: 100%; margin}
.szzg-warp .show-img-box-right li{width: 295px; height: 165.9375px; margin: 0 7px 0 0; float: left;}
.szzg-warp .show-img-box-right li.big{width: 597px; height: 336px;}
.szzg-warp .show-img-box-right li.verybig{width: 1200px; height: 675px; position: relative;}
.szzg-warp .show-img-box-right li img{width: 100%; height: 100%; cursor: -webkit-zoom-in; cursor: zoom-in;}
.szzg-warp .show-img-box-right li.verybig img{position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-width: 100%; max-height: 100%; width: auto; height: auto;}
.show-case-wrap{position: relative; height: 835px; width: 100%;}
.show-case-wrap2{height: auto;}
.show-case .show-title p{overflow: hidden; margin: 26px 0 0 0;}
.content{ margin: 60px 0; text-indent: 2em; line-height: 24px; font-size: 14px;}
.more{
	text-align: center;
    padding-top: 50px;
    background: #f8f8f8;
}
.back-to-top{text-align: center; cursor: pointer; width: 144px; margin: 80px auto 56px;}
.bx-wrapper{padding: 0!important;}
.slide{height: 77px!important; overflow: hidden;}
.zhanguan-slider {margin-left: 6px;}
.zhanguan-slider .slide{height: 162px!important;}
.news-warp{margin-top: 60px;padding-bottom: 36px; border-bottom: 1px solid #eee;}
.news-tab{
	overflow: hidden; 
	width: 502px;
	margin: 0 auto 90px;
	background: url(../../images/mige/newstabbg.png) no-repeat 250px center;
}
.news-tab a{
	display: inline-block;
	height: 70px;
	font-size: 24px;
	color: #83838a;
}
.news-tab a.current{
	color: #292931;
	border-bottom: 4px solid #ff5c38;
}
.news-tab-left,.news-tab-right{
	float: left; 
	width: 250px;
	height: 74px;
	line-height: 74px;
	text-align: center;
}
.news-tab-right{margin-left: 2px;}
.news-list{

}
.news-list li{
	margin-bottom: 24px;
	background: #fbfafb;
}
.news-list li:hover .news-list-date{
	color: #FFF;
	background-color: #ff4f08;
}
.news-list li:hover .zhegai,.news-list li:hover .zhegai2{
	top: 0;
}
/*.news-list li:hover p{text-decoration: underline;}*/
.news-list-box{
	height: 167px;
	overflow: hidden;
}
.news-list-img-box{
	margin: 25px;
	width: 208px;
	height: 117px;
	float: left;
}
.news-list-img-box2{
	width: 208px;
	height: 117px;
	overflow: hidden;
	position: relative;
}
.news-list-img-box img{
	height: 100%;
	width: 100%;
}
.news-list-content{
	width: 718px;
	float: left;
	margin: 25px 0 0 10px;
}
.news-list-content h2{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #303038;
	font-weight: bold;
}
.news-list-content h2 span{
	float: right;
	margin-top: ;
	font-size: 14px;
	font-weight: normal;
}
.news-list-content p{
	line-height: 24px;
	margin-top: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #808080;
}
.news-list-date{
	width: 168px;
	height: 91px;
	padding: 38px 0;
	float: right;
	text-align: center;
	background: #f1eff0;
	color: #b0aeaf;
	font-family: "bahnschrift";
}
.news-list-date .big-num{
	font-size: 66px;
	line-height: 66px;
}
.news-list-date .little-num{
	font-size: 22px;
	line-height: 22px;
}
.news-list li .zhegai,.news-list li .zhegai2{
	width: 208px;
	height: 117px;
	top: -117px;
	top: ;
}

/*新闻详情页*/
.news-content{
	
}
.news-title{
	height: 70px;
	line-height: 70px;
	color: #84848a;
}
.news-title-left{
	float: left;
	width: 1034px;
	padding-left: 36px;
	background: url(../../images/mige/rili1.png) no-repeat 16px center;
	background-size: 16px 17px;
}
.news-title-right{
	padding-left: 26px;
	width: 104px;
	float: left;
	background: url(../../images/mige/eye.png) no-repeat 2px center;
	background-size: 19px 11px;
}
.news-content .news-content-main{
	background: #fbfafb;
	padding: 90px 100px;
	border: 1px solid #ededed;
	line-height: 30px;
}
.news-content-main blockquote{margin-bottom: 20px;}
.show-news{
	padding-bottom: 0;
	border-bottom: 0;
}
.trun-page{
	height: 58px;
	line-height: 58px;
	border: 1px solid #ededed;
	overflow: hidden;
	text-align: center;
	border-top: 0;
}
.trun-page a{
	color: #84848a;
}
.prev{
	float: left;
	width: 188px;
	border-right: 1px solid #ededed;
}
.next{
	float: right;
	width: 188px;
	border-left: 1px solid #ededed;
}
.prev span{margin-right: 6px;}
.next span{margin-left: 6px;}
.trun-page span{
	color: #ff5c38;
}

/* 业务介绍 */
.ywjs-tab{
	position: relative;
	z-index: 2;
	margin-top: 50px;
}
.ywjs-tab1{
	border: 1px solid #e5e5e5;
	color: #93969e;
	background: #ffffff;
}
.ywjs-tab1 li{
	width: 100px;
	height: 50px;
	padding-left: 58px;
	line-height: 50px;
	text-align: left;
	cursor: default;
	position: relative;
	border-bottom: 1px dashed #e5e5e5;
	color: #696c75;
}
.ywjs-tab1 li.current{
	background: #292931;
	color: #ff4f08;
}
.ywjs-tab1 li span{
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-right: 4px;
	background: url('../../images/mige/jhkf.png') no-repeat;
	background-size: 20px 20px;
	vertical-align: middle;
}
.ywjs-tab2{
	position: absolute;
    top: 0;
    left: 159px;
	width: 1020px;
	padding-left: 20px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	border-bottom: 1px dashed #e5e5e5;
}
.ywjs-tab2 li{
	float: left;
	width: auto;
	height: 50px;
	margin-top: 0;
	padding-left: 0;
	background: unset;
}
.ywjs-tab2 li a{
	width: auto;
	padding: 0 22px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	color: #9b9ba2;
	/*border: 1px solid #292931;*/
}
.ywjs-tab2 li a:hover{
	color: #ff4f08;
}
.ywjs-tab2 li.active a{color: #ff4f08;}
.ywjs-tab1>li{
	background: #f5f5f5 url('../../images/mige/jhkf-c.png') no-repeat 26px center;
}
.ywjs-tab1>li:nth-child(2){
	background-image: url('../../images/mige/xkj-c.png');
}
.ywjs-tab1>li:nth-child(3){
	background-image: url('../../images/mige/swsm-c.png');
	background-position: 25px center;
}
.ywjs-tab1>li:nth-child(4){
	background-image: url('../../images/mige/dpxs-c.png');
}
.ywjs-tab1>li:nth-child(5){
	background-image: url('../../images/mige/jcl-c.png');
}
.ywjs-tab1>li:nth-child(6){
	background-image: url('../../images/mige/ysdh-c.png');
}
.ywjs-tab1>li:nth-child(7){
	background-image: url('../../images/mige/szyy-c.png');
}
.ywjs-tab1>li:nth-child(8){
	background-image: url('../../images/mige/hdty-c.png');
	background-position: 24px center;
}
.ywjs-tab1>li:nth-child(9){
	background-image: url('../../images/mige/qxzs-c.png');
	background-position: 23px center;
}
.ywjs-tab1>li:nth-child(10){
	background-image: url('../../images/mige/vrar-c.png');
}
.ywjs-tab1>li:nth-child(11){
	background-image: url('../../images/mige/zhwhcp-c.png');
	background-position: 27px center;
}
#controlBut{
	width: 1198px;
	height: 51px; 
	background:#f5f5f5;
	display: flex;
	align-items: center;
	line-height: 51px;
	justify-content: center;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	cursor: pointer;
}
#controlBut img{
	width: 15px;
	height: 15px;
	margin-left: 5px;
	align-items: center;
}
.ywjs-title{
	margin-top: 56px;
	overflow: hidden;
}
.ywjs-title-left{
	margin-right: 20px;
}
.ywjs-title-left h2{
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	color: #ff4f08;
	text-transform: uppercase;
	font-family: "bahnschrift";
}
.ywjs-title-left span{
	font-size: 24px;
	color: #303038;
	font-weight: bold;
	display: inline-block;
	line-height: 32px;
}
.ywjs-title-left i{font-family: "bahnschrift";}
.ywjs-title-left b{
	width: 15px;
	height: 3px;
	background: #ff4f08;	
	display: inline-block;
	transform:rotate(114deg);			/*旋转成斜杠*/
    -webkit-transform:rotate(114deg);
    -moz-transform:rotate(114deg);
    margin: 0 0 4px 4px;
}
.ywjs-title-right{
	border-left: 1px solid #d2d2d2;
	padding-left: 20px;
	height: 71px;
	line-height: 71px;
	color: #898989;
}
.ywjs-title-right-desc{
	display: table-cell;
	height: 71px;
	line-height: 24px;
	vertical-align: middle;
}

	/*案例*/
	.case{overflow: hidden; text-transform: uppercase;}
	.title{height: 70px; line-height: 70px; border-bottom: 1px solid #e5e5e5; color: #ff6b01;}
	.title span{font-size: 30px;font-weight: bold; float: left; font-family: 'bahnschrift'; height: 66px; line-height: 66px; margin-top: 4px;}
	.title i{font-size: 24px; margin-left: 12px; color: #4f4e53;}
	.title b{font-size: 14px;font-weight: bold;}
	.title a{color: #ff6b01; font-family: 'bahnschrift';}
	.title item{font-size: 30px; float: right; margin: 29px 20px 0 12px;}
	#case{margin: 51px auto 90px;}
	#case ul{height: 736px;}
	#case ul::-webkit-scrollbar {
		/*滚动条整体样式*/
		width : 18px;  /*高宽分别对应横竖滚动条的尺寸*/
		height: 1px;
	}
	#case ul::-webkit-scrollbar-thumb {
		/*滚动条里面小方块*/
		border-radius: 9px;
		box-shadow   : inset 0 0 4px rgba(0, 0, 0, 0.6);
		background   : #ff6b01;
	}
	#case ul::-webkit-scrollbar-track {
		/*滚动条里面轨道*/
		box-shadow   : inset 0 0 15px rgba(0, 0, 0, 0.8);
		border-radius: 10px;
		background   : #ededed;
	}
	.case ul{padding-top: 16px; overflow: hidden;}
	.case ul li{width: 448px; height: 336px; float: left; margin: 30px 28px 0 0;}
	.case ul li:nth-child(3n){margin-right: 0;}
	.case ul li div{overflow: hidden; width: 448px;height: 252px;position: relative;}
	#case ul li img{cursor: pointer; transition: all 0.6s; position: absolute; top: 0; bottom: 0; right: 0; left: 0; max-height: 100%; max-width: 100%;  margin: auto;}
	#case ul li div img:hover{transform: scale(1.2);}
	.case ul li p{height: 60px;margin-top: 20px; text-transform: uppercase;}
	.case ul li p span{display: inline-block; color: #000; height: 18px; line-height: 18px; padding: 6px 0;}
	.case ul li p span img{margin-right: 6px; width: 10px; float: left; margin-top: 1px;}
	.case ul li p b{display: block; color: #999;margin-left: 16px; line-height: 30px; font-size: 12px;}
	.case button,.business button{display: block; border: 1px solid #ff6b01; background-color: #FFF; width: 202px; height: 52px; margin: 64px auto 0; color: #ff6b01; cursor: pointer;}
	#case #indexCaseList li span img{position: static; margin-right: 5px;}
	/*业务*/
	.business .case{margin: 0 auto;} 
	.business .bus-img-box li{ overflow: hidden; width: 328px !important;}
	.business .bus-img-box li a{position: relative;}
	.business .bus-img-box li:nth-child(3n){margin-right: 40px;}
	.business .bus-img-box li:nth-child(4n){margin-right: 0;}
	.business .bus-img-box li:hover p{transition: all 0.2s ease-in; top: 173px; opacity: 1;}
	.business .bus-img-box li p{top: -80px; position: absolute; height: 80px; margin: 0; width: 100%; z-index: 1; opacity: 0;}
	.business .bus-img-box li p span{display: block; padding: 0; color: #FFF; height: 40px; line-height: 40px; width: 100%; text-align: center; font-size: 24px;}
	.business .bus-img-box li p b{display: block; color: #FFF; opacity: .6; width: 100%; text-align: center; margin: 0; font-family: 'bahnschrift'; height: 20px; line-height: 20px;}
	.business .bus-img-box li p i{display: block; margin: 18px auto 0; width: 30px; height: 2px; background: #ff6b01;}
	.business .bus-img-box li .mb{display: none; position: absolute; z-index: 0; top: 0; width: 328px; height: 446px; background: #4f4e53; opacity: .9;}
	.business .bus-img-box li:hover .mb{display: block;}
	/*去掉轮播小点*/
	.bx-wrapper .bx-pager{display: none;}

	.about{padding: 90px 0 110px; background: #f8f8f8;}
	.abo-left{width: 684px; height: 348px; overflow: hidden; margin-top: 78px;}
	.abo-left-box{padding-left: 14px;}
	.abo-left-box h3{line-height: 76px; font-size: 36px; color: #ff6b01; font-weight: bold;}
	.abo-left-box h4{display: inline-block; width: 42px; height: 2px; background-color: #ff6b01}
	.abo-left-box p{margin-top: 23px; line-height: 30px; font-size: 16px; color: #4f4e53; letter-spacing: -.2px; text-align: justify;}
	.abo-right{width: 660px; height: 348px; margin-top: 78px; position: relative;}
	.abo-right #play{position: absolute; left: 303px; top: 147px; z-index: 222; color: #FFF; cursor: pointer; width: 54px; height: 54px;}
	.play-mb{position: absolute; z-index: 221; background: #000; opacity: .6; width: 660px; height: 348px;}

	.layout{margin-top: 110px; padding-bottom: 10px; }
	.bj-title{height: 40px; line-height: 40px; width: 332px; background: url(../../images/mige/bjbg.png) center center no-repeat; font-size: 24px; margin: 0 auto; text-align: center; color: #4f4e53;}
	.bj-e-title{ text-transform: uppercase; letter-spacing: 10px; font-family: "bahnschrift"; color: #ff6b01; text-align: center; line-height: 56px; font-size: 18px;}
	.map{margin: 30px 0 64px 50px;}
	.map img{margin-top: -110px;}
	.animate-num{overflow: hidden; text-align: center;}
	.layout .animate-num li{float: left; width: 25%; height: auto; margin: 0;}
	.layout .animate-num li div{ border-right: 1px solid #e2e2e2; width: 100%; height: auto;}
	.layout .animate-num li:last-child div{border: none;}
	.layout .animate-num li span{display: inline-block; width: auto;font-size: 100px; font-family: "bahnschrift"; color: #ff6b01;}
	.layout .animate-num li p{text-align: left; color: #898989; font-size: 18px; height: auto; width: auto!important; text-align: center;}
	.layout .animate-num li:first-child p{width: 184px; margin: 0 auto;}
	.layout .animate-num li:nth-child(2) p{width: 184px; margin: 0 auto;}
	.layout .animate-num li:nth-child(3) p{width: 160px; margin: 0 auto;}
	.layout .animate-num li:last-child p{width: 100px; margin: 0 auto;}

	.intro{margin-top: 130px; overflow: hidden; color: #FFF; background: #ff6b01; padding: 106px 0;}
	.intro-l{width: 700px; height: 564px; position: relative;}
	.intro-l img{position: absolute; left: 0; right: 0; top: 0; bottom: 0; max-height: 100%; max-width: 100%; margin: auto;}
	.intro-r{width: 620px; line-height: 30px; font-size: 16px;}
	.intro-r h4{font-family: "bahnschrift";font-size: 24px; color: #FFF; line-height: 44px;}
	.intro-r intro{text-transform: uppercase; line-height: 76px;font-family: "bahnschrift"; font-size: 48px; letter-spacing: -2px; font-weight: bold; margin-bottom: 15px;}
	.intro-r span{display: block; width: 36px; height: 3px; background: #FFF; margin: 5px 0 30px 0;}
	.intro-r a{width: 108px; height: 34px; line-height: 34px; background: #FFF; color: #ff6b01; text-align: center; margin-top: 44px;}
	.intro-r a i{text-transform: uppercase;}

	.friend{margin-top: 120px; line-height: 56px;}
	.friend .friend-title{ border-bottom: 1px solid #e2e2e2; text-align: center; font-size: 24px; color: #4f4e53; margin-top: 24px;}
	.friend .friend-title span{display: inline-block; border-bottom: 5px solid #ff6b01;}
	.pinpai-list,.fri-list{overflow: hidden;}
	.fri-list li{ float: left; padding: 0 22px;}
	.fri-list li a{color: #999; cursor: auto;}
	.pinpai-list{display: table; margin: 0 auto;}
	.pinpai-list li{line-height: 80px;width: auto; height: 80px; text-align: center; padding: 0 18px; display: table-cell; vertical-align: middle;}
	.pinpai-list li a{cursor: auto;}

	.joinus{width: 100%; height: 814px; background: url(../../images/mige/joinus-bg.png) repeat; margin-top: 90px;}
	.jo-img-box{text-align: center; padding-top: 120px;}
	.jo-img-box img{padding-bottom: 40px; border-bottom: 1px dashed #ff6b01;}
	.phone-box{text-align: center; margin-top: 32px; line-height: 30px; font-size: 18px; color: #ff6b01;}


	.footer{/*height: 190px;*/ background:#1b1b1b; margin: 0 auto; /*padding-top: 72px;*/ color: #FFF;}
	.wrap3{width: 820px; margin: 0 auto; line-height: 30px;}
	.footer-l{}
	.footer-l img{width: 260px; margin-top: 14px; padding-right: 23px}
	.footer-r{padding-left: 23px; border-left: 1px solid #606060; margin-top: 3px;}
	.footer-r img{vertical-align: middle; margin-right: 10px; margin-top: -4px;}
	.footer-bot{margin-top: 60px; font-size: 12px; color: #7d7d7d; text-align: center;}

	#backTop{position: fixed; bottom: 100px; right: 110px; height: 110px; width: 55px; cursor: pointer; display: none;}
/*首页END*/

/*内页*/
/*案例*/
.inner-case{/*background: #f8f8f8; margin-top: 81px;*/}
.caselist{width: 1662px; margin: 100px auto 0;}
.caselist .title{ margin: 50px 0 20px; border-bottom: none; letter-spacing: 20px;}
.caselist .title span{font-size: 36px;}
.caselist .tab{font-size: 16px; border-bottom: 1px solid #dcdcdc;}
.caselist .tab a{display: inline-block;}
.caselist .tab span{display: inline-block; margin: 0px 15px; padding: 10px 5px; color: #bebebe;}
.caselist .tab .current{border-bottom: 3px solid #ff6b01; color: #626262;}
.caselist .caselist-box{overflow: hidden; padding-top: 10px; margin-bottom: 160px;}
.caselist .caselist-box li{position: relative; width: 524px; height: 295px; background: #4f4e53; margin: 45px 45px 0 0; overflow: hidden;}
.caselist .caselist-box li a{width: 100%; height: 100%;}
.caselist .caselist-box li a:hover .mb{display: block;}
.caselist .caselist-box li img{position: absolute; z-index: 2; top: 0; bottom: 0; right: 0; left: 0; margin: auto; max-width: 100%; max-height: 100%;}
.caselist .caselist-box li .mb{position: absolute; z-index: 3; top: 0; left: 0;width: 100%; height: 100%; background: #000; opacity: .5; display: none;}
.caselist .caselist-box li p{position: absolute; z-index: 4; top: -50px; width: 100%; margin: 0; display: none; height: 50px; font-size: 14px; text-align: center;}
.caselist .caselist-box li a:hover p{ display: block; top: 120px;}
.caselist .caselist-box li p span{color: #FFF;}
.caselist .caselist-box li p b{font-size: 12px; color: #FFF;}
.page a,.caselist .caselist-box .page span{display: inline-block; padding: 0 3px;}
.page .a1{color: #ff6b01;}
.page .a1:hover{text-decoration: underline;}
.page .a2{color: #AAA;}

/*案例详情*/
.show-case{width: 1290px; margin: 0 auto;}
.caselist .show-title{ margin: 80px 0 50px; }
.caselist .show-title div{line-height: 30px;}
.caselist .show-title div img{float: left; margin-right: 10px;}
.caselist .show-title .posi{font-size: 22px; color: #707070;}
.caselist .show-title p{font-size: 14px; color: #AAA; margin: 8px 0 0 28px;}
.show-video{position: absolute; top: 0; left: 0; z-index: 2;}
.show-video #play{position: absolute; left: 50%; top: 50%; z-index: 2; color: #FFF; cursor: pointer; width: 54px; height: 54px; margin-left: -27px; margin-top: -27px;}
.Dvideo-content .Dvideo-ctrl .Dvideo-detail .Dvideo-menu-right-content .Dvideo-playbackRate .Dvideo-playbackRateText{line-height: 18px;}
.show-img-box{ overflow: hidden; position: absolute; top: 0; left: 0; z-index: 1; width: 1200px; height: 675px; overflow: hidden;}
.show-img-box .show-img-box-right{padding: 0;}
/*.show-img-box-right{width: 100%; height: 100%;}*/
.show-img-box-left img{width: 100%; height: 100%; margin}
.caselist .show-img-box-right li{width: 315px; height: 177.1875px; margin: 10px 10px 0 0;}
.caselist .show-img-box-right li.big{width: 640px; height: 360px;}
.caselist .show-img-box-right li.verybig{width: 1290px; height: 675px; position: relative;}
.caselist .show-img-box-right li img{width: 100%; height: 100%; cursor: -webkit-zoom-in; cursor: zoom-in;}
.caselist .show-img-box-right li.verybig img{position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-width: 100%; max-height: 100%; width: auto; height: auto;}
.show-case .show-title p{overflow: hidden; margin: 26px 0 0 0;}

/*业务*/
.inner-busi{text-transform: uppercase; background: #F8F8F8; margin-top: 61px;}
.inner-busi .title{ border-bottom: none; letter-spacing: 14px; height: 40px; line-height: 40px; margin-bottom: 30px;}
.inner-busi .title span{font-size: 36px; margin: 0; height: 40px; line-height: 40px;}
.business-wrap{width: 1580px; margin: 0 auto; padding: 60px 0; overflow: hidden;}
.business-l{width: 370px; float: left;}
.business-r{width: 1210px; float: left;}
.business-l .current{color: #FFF; background: #ff6b01;}
.business-category,.business-list{ line-height: 50px;}
.business-category{width: 168px;padding-left: 32px; margin-bottom: 20px;}
.business-list{width: 200px;}
.business-list a{width: 78%; padding-left: 6%; margin: 0 auto; border-bottom: 1px solid #e5e5e5; color: #626262; font-size: 14px;}
.business-list{background: #FFF;}
.business-list li.current,.business-list li:hover{background: #ff6b01;}
.business-list li.current a,.business-list li:hover a{ color: #FFF;}
.business-bigImg{width: 100%; height: 175px; background: #4f4e53;}
.business-imgLists{
	overflow: hidden;
	margin-top: 60px;
}
.business-imgLists li{
	float: left;
	width: 368px;
	height: 208px;
	margin: 0 34.5px 40px 0;
    position: relative;
    overflow: hidden;
}
.business-imgLists li:nth-child(3n){margin-right: 0;/* background: #dcdcdc;*/}
.business-imgLists li a{
    width: 100%;
    height: 100%;
    color: #FFF;
}
.business-imgLists li img{
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.business-imgLists li p{
    position: absolute;
    z-index: 4;
    top: -50px;
    width: 60%;
    margin: 0;
    left: 20%;
    display: none;
    height: 50px;
    font-size: 14px;
    text-align: center;	
    line-height: 32px;
}
.business-imgLists li p b{display: block;}
.business-imgLists li:hover p{display: block; top: 50%; margin-top: -32px;}
.business-imgLists li:hover .mb{display: block;}
.business-imgLists li .mb{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    display: none;	
}

/*点击查看大图 css*/
.viewer-zoom-in::before,
.viewer-zoom-out::before,
.viewer-one-to-one::before,
.viewer-reset::before,
.viewer-prev::before,
.viewer-play::before,
.viewer-next::before,
.viewer-rotate-left::before,
.viewer-rotate-right::before,
.viewer-flip-horizontal::before,
.viewer-flip-vertical::before,
.viewer-fullscreen::before,
.viewer-fullscreen-exit::before,
.viewer-close::before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-size: 280px;
  color: transparent;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  width: 20px;
}

.viewer-zoom-in::before {
  background-position: 0 0;
  content: 'Zoom In';
}

.viewer-zoom-out::before {
  background-position: -20px 0;
  content: 'Zoom Out';
}

.viewer-one-to-one::before {
  background-position: -40px 0;
  content: 'One to One';
}

.viewer-reset::before {
  background-position: -60px 0;
  content: 'Reset';
}

.viewer-prev::before {
  background-position: -80px 0;
  content: 'Previous';
}

.viewer-play::before {
  background-position: -100px 0;
  content: 'Play';
}

.viewer-next::before {
  background-position: -120px 0;
  content: 'Next';
}

.viewer-rotate-left::before {
  background-position: -140px 0;
  content: 'Rotate Left';
}

.viewer-rotate-right::before {
  background-position: -160px 0;
  content: 'Rotate Right';
}

.viewer-flip-horizontal::before {
  background-position: -180px 0;
  content: 'Flip Horizontal';
}

.viewer-flip-vertical::before {
  background-position: -200px 0;
  content: 'Flip Vertical';
}

.viewer-fullscreen::before {
  background-position: -220px 0;
  content: 'Enter Full Screen';
}

.viewer-fullscreen-exit::before {
  background-position: -240px 0;
  content: 'Exit Full Screen';
}

.viewer-close::before {
  background-position: -260px 0;
  content: 'Close';
}

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.viewer-container::-moz-selection,
.viewer-container *::-moz-selection {
  background-color: transparent;
}

.viewer-container::selection,
.viewer-container *::selection {
  background-color: transparent;
}

.viewer-container img {
  display: block;
  height: auto;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-canvas > img {
  height: auto;
  margin: 15px auto;
  max-width: 90% !important;
  width: auto;
}

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}

.viewer-list > li {
  color: transparent;
  cursor: pointer;
  float: left;
  font-size: 0;
  height: 50px;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  width: 75px;
}

.viewer-list > li:hover {
  opacity: 0.75;
}

.viewer-list > li + li {
  margin-left: 1px;
}

.viewer-list > .viewer-loading {
  position: relative;
}

.viewer-list > .viewer-loading::after {
  border-width: 2px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
}

.viewer-list > .viewer-active,
.viewer-list > .viewer-active:hover {
  opacity: 1;
}

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-player > img {
  left: 0;
  position: absolute;
  top: 0;
}

.viewer-toolbar > ul {
  display: inline-block;
  margin: 0 auto 5px;
  overflow: hidden;
  padding: 3px 0;
}

.viewer-toolbar > ul > li {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 24px;
  overflow: hidden;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 24px;
}

.viewer-toolbar > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-toolbar > ul > li::before {
  margin: 2px;
}

.viewer-toolbar > ul > li + li {
  margin-left: 1px;
}

.viewer-toolbar > ul > .viewer-small {
  height: 18px;
  margin-bottom: 3px;
  margin-top: 3px;
  width: 18px;
}

.viewer-toolbar > ul > .viewer-small::before {
  margin: -1px;
}

.viewer-toolbar > ul > .viewer-large {
  height: 30px;
  margin-bottom: -3px;
  margin-top: -3px;
  width: 30px;
}

.viewer-toolbar > ul > .viewer-large::before {
  margin: 5px;
}

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 0 5% 5px;
  max-width: 90%;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.viewer-title:hover {
  opacity: 1;
}

.viewer-button {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 80px;
}

.viewer-button:focus,
.viewer-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-button::before {
  bottom: 15px;
  left: 15px;
  position: absolute;
}

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@-webkit-keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.viewer-loading::after {
  -webkit-animation: viewer-spinner 1s linear infinite;
  animation: viewer-spinner 1s linear infinite;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1;
}

/*关于米格*/
.aboutmigo{
	width: 1200px;
	margin: 124px auto 48px;
	position: relative;
}
.aboutleft,.aboutright{
	float: left;
}
.aboutleft{
	width: 660px;
	margin-right: 52px;
}
.aboutleft img{
	position: absolute;
	z-index: -1;
	left: -58px;
	top: -42px;
}
.aboutleft b{
	font-size: 24px;
	font-weight: bold;
	color: #303038;
}
.aboutleft span{
	width: 15px;
	height: 3px;
	background: #ff4f08;	
	display: inline-block;
	transform:rotate(114deg);			/*旋转成斜杠*/
    -webkit-transform:rotate(114deg);
    -moz-transform:rotate(114deg);
    margin-bottom: 4px;
}
.aboutleft i{
	font-size: 14px;
	color: #292931;
}
.aboutleft p{
	font-size: 14px;
	color: #696c75;
	line-height: 28px;
    text-align: justify;
}
.aboutleft .aboutp{
	font-size: 16px;
	color: #696c75;
	line-height: 32px;
}
.aboutright{
	margin-top: 142px;
}
.aboutcompany{
	font-size: 36px;
	font-weight: bold;
	color: #ff4f08;
	line-height: 60px;
	margin-bottom: 29px;
	font-family: "bahnschrift";
}
.abouthenggang{
	width: 41px;
	height: 2px;
	background:#ff4f08;
	margin-bottom: 31px;
}
.aboutmigomiddlebanner{
	width: 100%;
    margin-top: 40px
}
.aboutmigoback{
	background: #f8f7f8;
	margin-bottom: 120px;
}
.aboutmigoicon{
	width: 1200px;
	margin: 0 auto;
	border-bottom: none;
}
.aboutmigoicon ul{
	margin-top: 54px;
}
.youshi{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.youshileft,.youshiright{
	float: left;
}
.youshileft{
	width: 519px;
	height: 707px;
	margin-right: 48px;
	text-align: center;
}
.youshiright{
	width: 633px;
	height: 707px;
}
.youshirtop{
	width: 633px;
	/*height: 363px;*/
	margin-bottom: 30px;
	text-align: justify;
}
.youshirtop p{
	font-size: 16px;
	color: #696c75;
	line-height: 32px;
}
.youshirtop b{
	color: #696c75;
	line-height: 32px;
}
.youshirbottom ul li{
	float: left;
	width: 292px;
	height: 292px;
}
.youshirbottomli{
	margin-right: 44px;
}
.tablebox{
	display: table;
	width: 100%;
	height: 1026px;
	background: #f8f7f8;
	text-align: center;
}
.yewumap{
	display: table-cell;
	vertical-align: middle;
}
.yewunum{
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 110px;
	padding-bottom: 60px;
	font-family: "bahnschrift";
}
.yewunum ul{
	overflow: hidden;
}
.yewunum ul li{
	float: left;
	width: 24%;
	height: 114px;
	border-right: 1px solid #e2e2e2;	
}
.yewunum li:last-child{
	text-align: center;	
	border-right: none;
}
.yewunum ul li div{
	font-size: 80px;
	color: #ff4f08;
	line-height: 80px;
	padding: 0 58px;
	letter-spacing: -2px;
}
.yewunum ul li span{
	font-size: 18px;
	line-height: 38px;
	display: block;
	color: #8c8a93;
	margin-bottom: 60px;
	letter-spacing: 1px;
	margin-left: 5px;
	font-family: "微软雅黑";
}
.yewucontent{
	width: 1200px;
	margin: 64px auto 68px;
	overflow: hidden;
	text-align: justify;
	color: #696c75;
}
.yewucontent li{
	float: left;
}
.yewuchinese{
	width: 630px;
	margin-right: 42px;
	font-size: 16px;
	line-height: 32px;
}
.yewuenglish{
	width: 528px;
	line-height: 24px;
	letter-spacing: 0.6px;
}
.ypfs-title{
	margin: 90px auto 70px;
}
.ypfs-warp{
	padding: 75px 0 120px;
	background-color: #f8f7f8;
}
.lianxiwomendianhua{
	margin-top: 0px;	
}
.dianhua{
	height: 148px;
	width: 100%;
	margin-top: 80px;
	background: #ff4f08;
	display: none;
}
.lianxidianhua{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.dianhua span{
	font-weight: bold;
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	float: right;
	margin-right: 28%;
}

/*联系我们*/
.contact .ywjs-title-left h2{
	margin: 10px 0 30px
}
.contact-join{overflow: hidden;}
.contact-join-left{
	width: 634px;
	font-size: 16px;
	line-height: 36px;
	color: #696c75;
	margin-right: 54px;
	text-align: justify;
}
.contact-join-left-en{
	margin-top: 30px;
	font-size: 14px;
	line-height: 30px;
}
.contact-hf{
	margin: 130px 0 0;
}
.contact-hf,.rencaizhengce{overflow: hidden;text-align: center;}
.zhaopingangwei{
	padding-top: 92px;
}
.zhaopin-box .zhaopin-intro{
	overflow: hidden;
	border-bottom: 1px solid #d0d0d0;
	color: #303038;
	font-size: 18px;
}
.zhaopin-box .zhaopin-intro span{
	float: left;
	width: 390px;
	margin-left: 15px;
	text-align: left;
	height: 64px;
	line-height: 64px;
}
.zhaopin-box .zhaopin-intro span:nth-child(2){
	text-align: center;
	margin: 0;
	color: #ff4f08;
}
.zhaopin-box .zhaopin-intro span:last-child{
	text-align: right;
	margin: 0;
}
.zhaopin-box .inactive .zhaopin-intro span:last-child{background: url(../../images/mige/xiajiantou.png) no-repeat 95.5% center;}
.zhaopin-box .active .zhaopin-intro span:last-child{background: url(../../images/mige/youjiantou.png) no-repeat 95.5% center;}
.zhaopin-box .active .zhaopin-intro{
	border-bottom-color: transparent;
}
.zhaopin-box .zhaopin-title{
	margin-top: 30px;
	font-size: 20px;
	color: #303038;
}
.zhaopin-box .zhaopin-title b{
	margin-right: 8px;
	color: #ff4f08;
}
.zhaopin-box2{
	padding-left: 8px;
}
.zhaopin-yaoqiu{
	margin-top: 20px;
	line-height: 30px;
	color: #696c75;
	font-size: 16px;
	margin-bottom: 30px;
}
/*搜索页*/
.sr_body{background: #f8f8f8; height: 744px;}
.sr_main{padding: 120px 0 60px; width: 1170px; margin: auto;}
#q{    
	width: 55%;
	padding-left: 1%;
    margin: 0 auto;
    display: block;
    border-radius: 3px;
    border: 2px solid #dcdcdc;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
}
.sr_frm_box{height: 52px;}
#sr_infos{
    width: 50px;
    height: 50px;
    margin-top: -51px;
    margin-right: 22.4%;
}
#sr_infos img{
    width: 22px;
    height: 22px;
    padding: 14px;
    cursor: pointer;
}
.sr_tips{
	margin: 50px auto 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 14px;
}
.sr_result{
	overflow: hidden;
	margin-top: 60px;
}
.sr_result li{
	float: left;
	width: 367px;
	height: 260px;
	margin: 0 34.5px 40px 0;
    position: relative;
    overflow: hidden;
}
.sr_result li:nth-child(3n){margin-right: 0; background: #dcdcdc;}
.sr_result li a{
    width: 100%;
    height: 100%;
    color: #FFF;
}
.sr_result li img{
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.sr_result li p{
    position: absolute;
    z-index: 4;
    top: -50px;
    width: 60%;
    margin: 0;
    left: 20%;
    display: none;
    height: 50px;
    font-size: 14px;
    text-align: center;	
}
.sr_result li:hover p{display: block; top: 50%; margin-top: -25px;}
.sr_result li:hover .mb{display: block;}
.sr_result li .mb{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    display: none;	
}
.wapshow{display: none;}

@media (max-width: 1600px) {
	.top {
		width: 100%;
	}
	.logo,.search{
		width: 324px;
	}
	.digitalImgUl ul{
		margin-top: 1rem;
	}
	.digitalImgUl ul li img{
		height: 8rem;
	}
	.footer-right .footer-right-box{

	}
}

/*移动端样式*/
@media screen and (max-width: 768px) {
	/*头部*/
	#go{
		display: none;
	}
	.top{
		height: 4rem;
		position: fixed;
		background: #fff;
		z-index: 999;
		border-bottom: 1px solid #dbdbdb;

	}
	.top ul{
		display: none;
		height: 50rem;
		margin-top: -12rem;
		padding-top: 6rem;
	}
	.logo a{
		margin-top: 1.2rem;
		margin-left: 1rem;
	}
	.search a{
		margin-top: 1.2rem;
		margin-right: 1rem;
	}
	.sr_main{
		width: 90%;
	}
	.sr_body{
		margin-top: 0px;
	}
	.sr_tips{
		text-align: center;
	}
	.sr_result{
		width: 100%;
	}
	.sr_result li{
		width: 99%;
		border: 1px solid #dcdcdc;
	}
	.bg{
		background: #f8f8f8;
	}


	/*分页*/
	.page{
		margin: 1rem auto 1rem;
	}
	.page a{
		padding: 0 0.5rem;
		margin: 0;
	}
	.w1200{
		text-align: center;
		width: 90%;
	}
	.show-case-wrap video{
		width: 100% !important;
		height: 100% !important;
	}
	.bannerdiv img{
		max-width: 100%;
		margin-top: 4rem;
	}


	/*底部*/
	.copyright{
		padding: 0 1rem;
	}


	/*面包屑*/
	.position{
		font-size: 0.4rem;
		padding-left: 0;
		width: 100%;
	}
	.back{
		display: none !important;
	}
	.more img{
		max-width: 100%;
	}
	.bx-wrapper{
		overflow: hidden;
	}
	#controlBut{
		width: 100%;
	}
	.ywjs-title-left{
		float: none;
		margin-right: 0;
	}
	.szzg-warp .szzg-list li{
		float: none;
		margin: 0.6rem auto;
	}
	.szzg-list-box{
		width: 90%;
		margin: 0 auto;
	}
	.szzg-list-box img{
		width: 90%;
		margin-top: 0.5rem;
	}


	/*新闻资讯*/
	.news-tab{
		width: 100%;
		background: url(../../images/mige/newstabbg.png) no-repeat 50% center;
		margin: 0 auto 30px;
	}
	.news-tab-left, .news-tab-right{
		width: 50%;
	}
	.news-tab-right{
		margin-left: 0;
	}
	.news-list-box{
		height: auto;
	}
	.news-list-img-box,.news-list-content,.news-list-date{
		float: none;
	}
	.news-list-img-box{
		margin: 1rem auto !important;
	}
	.news-list-content{
		width: auto;
		margin: 0 auto;
	}
	.news-list-content h2{
		height: auto;
		line-height: 2rem;
	}
	.news-list-content h2 span{
		float: none;
		display: block;
	}
	.news-list-date{
		margin: 1rem auto;
	}


	/*新闻资讯详情页*/
	.news-title{
		height: 8rem;
		line-height: normal;
	}
	.news-title-left{
		width: auto;
		padding-top: 1rem;
		padding-left: 4rem;
	}
	.news-title-right{
		background: url(../../images/mige/eye.png) no-repeat 15px center;
		padding-left: 3rem;
		margin-top: 0.5rem;
	}
	.news-content .news-content-main{
		padding: 0.5rem 0;
	}
	.news-content .news-content-main div{
		margin-bottom: 1rem !important;
	}
	.news-content-main img{
		width: 100% !important;
		height: auto !important;
	}
	.prev,.next{
		width: 49%;
	}


	/*数字展馆*/
	.inner-case .show-case-wrap ul li{
		width: 100%;
	}
	.inner-case .show-case-wrap ul li img{
		height: auto !important;
	}
	.show-case-wrap{
		height: 24rem;
	}
	#next,#prev{
		height: 180px !important;
	}
	.inner-case .show-case-wrap ul li .images-intro{
		font-size: 0.2rem;
		height: auto;
	}
	.case ul li .szzg-img-alt{
		height: auto !important;
		line-height: normal !important;
		width: 70%;
	}
	.case ul li .szzg-img-page{
		width: 25%;
	}

	/*项目案例*/
	.ywjs-tab1{
		overflow-x: auto;
	}
	.submenu{
		display: none;
	}

	/*关于米格*/
	.aboutmigo{
		width: 90%;
		margin: 0 auto;
	}
	.aboutleft{
		width: 100%;
		margin-right: 0;
	}
	.aboutleft img{
		left: -0.4rem !important;
	}
	.mainonetopdiv{
		margin-top: 2rem !important;
		width: 100% !important;
		height: 200px !important;
	}
	.mainonetopdiv video{
		width: 100% !important;
	}
	.play-but img:last-child{
		width: 100%;
	}
	#Video{
		height: 190px !important;
	}
	.play-but img:first-child{
		margin: 66px 0 0 150px !important;
	}
	.aboutmigoicon{
		width: 100%;
	}
	.aboutmigoicon ul{
		overflow: hidden;
	}
	.aboutmigoicon ul li{
		height: 16rem;
		width: 50%;
	}
	.aboutmigoicon ul li:nth-child(2) img{
		margin-bottom:40px;
	}
	.aboutmigoback{
		margin-bottom: 2rem !important;
	}
	.youshi{
		width: 90%;
	}
	.youshileft, .youshiright{
		float: none;
		width: 100%;
	}
	.youshileft{		
		height: auto;
		margin-right: 0;
	}
	.youshileft img{
		max-width: 100%;
	}
	.youshiright{
		height: auto;
	}
	.youshirtop{
		width: 100%;
	}
	.youshirbottom ul{
		overflow: hidden;
	}
	.youshirbottom ul li{
		width: 50%;
		height: auto;
		margin-right: 0;
	}
	.youshirbottom ul li img{
		max-width: 100%;
	}
	.tablebox{
		height: 24rem;
	}
	.tablebox img{
		max-width: 100%;
	}
	.yewunum{
		width: 100% !important;
		margin-top: 4rem;
		padding-bottom: 0;
	}
	.yewunum ul{
		text-align: center;
		background: #f5f5f5;
		overflow: visible;
		padding: 2rem 0;
	}
	.yewunum ul li{
		float: none;
		width: 100%;
		margin: 2rem 0;
	}
	.yewunum ul li span{
		line-height: 1rem;
	}
	.yewucontent{
		width: 90%;
		margin: 2rem auto;
	}
	.yewucontent li{
		float: none;
	}
	.yewuchinese{
		margin-right: 0;
		margin: 0 auto 1rem;
	}
	.lianxidianhua img{
		max-width: 90%;
	}
	.back-to-top{
		margin: 4rem auto;
	}

	/*联系我们*/
	.contact-join-left{
		width: 100%;
		margin-right: 0;
	}
	.contact-join-right{
		float: none;
	}
	.contact-join-right img{
		max-width: 100%;
	}
	.contact-hf{
		margin: 2rem 0 0;
	}
	.contact-hf img{
		max-width: 100%;
	}
	.rencaizhengce img{
		max-width: 100%;
	}
	.zhaopingangwei{
		padding-top: 2rem;
	}
	.zhaopingangwei img{
		max-width: 100%;
	}
	.zhaopin-box .zhaopin-intro{
		font-size: 0.6rem;
	}
	.zhaopin-box .zhaopin-intro span{
		width: 31%;
	}	
	.ypfs-box img{
		max-width: 100%;
	}
	.ypfs-warp{
		padding: 2rem 0 2rem;
	}

	/*首页*/
	.swiper-container1>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 0.5rem !important;
	}
	.bannerdiv .swiper-container1{
		height: auto;
	}
	.swiper-wrapper{
		height: auto !important;
	}
	.swiper-slide{
		height: auto !important;
	}
	.swiper-button-next2,.swiper-button-prev2{
		display: none;
	}
	.mainone{
		width: 90%;
	}
	#mainonetop{
		position: static;
		height: auto;
		margin-top: 1rem;
	}
	.mainoneleft{
		position: static;
		width: 100%;
		margin-right: 0;
	}
	.mainoneright{
		position: static;
		width: 100%;
	}
	.mainoneright img{
		max-width: 100%;
	}
	.mainonebottom{
		margin-top: 2rem;
	}
	.mainonebottom ul{
		overflow: hidden;
		width: 100%;
	}
	.mainonebottom ul li{
		width: 50%;
		height: 15rem;
	}
	.mainonebottom ul li:nth-child(2) img{
		margin-bottom:40px;
	}
	.digitalTitle{
		font-size: 1.6rem;
	}
	.szzg{
		font-size: 1.2rem;
	}
	.digital{
		margin-top: auto;
	}
	.digitalImgUl{
		height: 34rem;
	}
	.digitalImgUl ul li{
		width: 49%;
		margin-right: 2%;
		margin-top: 2%;
	}
	.digitalImgUl ul li:nth-child(2n){
		margin-right: 0px;
	}
	.digitalImgUl ul li>div{
		height: 6rem;
		padding: 1rem 0;
	}
	.digitalPosition{
		width: auto;
		margin-top: -1rem;
		line-height: 1.2rem;
		font-size: 1.2rem;
	}
	.digitalImgUl .henggang{
		display: none;
	}
	.digitalImgUl ul li h3{
		height: 24px;
		line-height: 20px;
		font-size: 1.4rem;
	}
	.digitalImgUl ul li p{
		height: 60px;
		line-height: 1.4rem;
		font-size: 1.2rem;
	}
	.business{
		margin-top: 0;
	}
	.maintwoLeft{
		height: auto;
		width: 100%;
	}
	.maintwoleft p{
		width: 100%;
	}
	.maintwoLeft ul{
		width: 100%;
	}
	.maintwoLeft ul li{
		width: 50%;
		text-align: center;
	}
	.maintwoLeft, .maintwoRight{
		float: none;
	}
	.maintwoRight{
		width: 100%;
	}
	.maintwoRight img{
		max-width: 100%;
	}
/*	.businessBottom ul li{
		width: 20% !important;
	}*/
	.video-bg-img-box img{
		height: auto;
	}
	.videoButArea{
		top:7.5rem;
		width: 22rem;
		margin-left: -11rem;
	}
	.videoButArea a{
		width: 7rem;
		height: 2rem;
		line-height: 2rem;
		font-size: 12px;
	}
	.videoButArea a:last-child{
		background:#ff4f08 url("../../images/mige/play-w.png") no-repeat 16px center;
	}
	.videoBox{
		height: 10rem;
	}
	.maintwo{
		width: 90%;
	}
	.newsUl{
		width: 90%;
		margin: 0 auto;
	}
	.newsleft{
		margin-right: 0;
		padding-left: 0;
		margin: 0 auto;
	}
	.newsright{
		width: 100%;
		height: auto;
		padding-right: 0;
	}
	.newsleft, .newsright{
		float: none;
	}
	.newsUl li{
		height: auto;
	}
	.newsBottom h1{
		width: 90%;
		padding-top: 1rem;
	}
	.newsBottom p{
		font-size: 1.1rem;
	}
	.newsBottom div{
		margin-top: 0.8rem;
	}
	/*底部*/
	.footer-left, .footer-right{
		float: none;
		width: 100%;
	}
	.footer-right .footer-right-box{
		padding: 0;
	}
	.footer-right ul li i{
		font-size: 12px;
	}
	.footer-right .footer-right-intro-cn,.footer-right .footer-right-intro-en{
		width: 90%;
		margin: 1rem auto;
		padding-left: 0;
	}
	.footer-right .footer-right-box{
		margin-top: 1rem;
	}
	.footer-right-bottom{
		margin-top: 0;
		width: 90%;
		margin: 1rem auto 2rem;
	}
	.swiper-button-prev2{
		left: 10%;
	}
	.swiper-button-next2{
		right: 10%;
	}
	.maintwoleft b{
		font-size: 34px;
	}

	/*导航栏*/
	.logo,.search,.indexmenu{
		display: table-cell;
		/*width: 429px;*/
		vertical-align: middle;
		text-align: center;
	}
	.indexmenu img{
		width: 2rem;
		margin-top: 1rem;
		margin-right: 2rem;
	}
	.index-nav{
	    width: 100%;
	    position: absolute;
	    /*left: 0%;*/
	    left: 100%;        
	    top: 6rem;
	    z-index: 10050;
	    margin-left: 0;
	    overflow: hidden;
	    float: left;
	    background: url('../../images/mige/notice_bg.jpg') repeat;
	    transition: left;
	    display: none;
	  }
	  .index-nav li{
	    float: none !important;
	    width: 14rem !important;
	    margin: 1rem auto 2rem !important;
	    height: 3.6rem;
	    line-height: 3.6rem;
	    text-align: center;
	    background: url('../../images/mige/nav_bg.png') no-repeat center;
	    background-size: 100% 100%;
	  }
	  .index-nav li a{
	    display: block;
	    padding: 0;
	    color: #FFF !important;
	  }
	  .top .indexmenu {
	  	display: block;
	  	display: table-cell !important;
	  }
	  .top>ul>li.current{
	  	background: url('../../images/mige/nav_bg.png') no-repeat center;
	  }
	.wapshow{
		display: block;
	}
	.pcshow,.swiper-container{display: none;}
	.swiper-container2{
	    height: 476px;
	    margin-left: auto;
	    margin-right: auto;
	    position: relative;
	    overflow: hidden;
	    list-style: none;
	    padding: 0;
	    z-index: 1;		
	}
	.swiper-container2 .swiper-wrapper,.mainoneleft,.mainoneright,.mainonebottom{
		opacity: 1!important;
		top: 0!important;
	}
	.mainonetopFontE{
		font-size: 1.6rem;
	}.mainonetopFontC{
		font-size: 1.2rem;
	}
	.digitalImgUl{
		margin-bottom: 3rem;
	}
	.szzg-warp .szzg-list{
		margin-top: 1rem;
	}
	.top>ul>li:hover .submenu{
		display: none;
	}
	.bussinessBottomBg{
		height: 10rem;
	}
	.swiper-container3{
		display: block;
	}
	.swiper-container3 img{
		width: 100%;
	}


}