body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin:0;
}

/* 头部 */
.fly-header{width: 100%;height:100px;}

.fly-logo {float:left;height:100%;margin-top:16px;}
@media (max-width: 992px) {
	.fly-logo {display:inline-block;text-align:left; }
	.fly-logo img{transform:scale(.8);
            -webkit-transform:scale(.8);  /*兼容-webkit-引擎浏览器*/
            -moz-transform:scale(.8);}
}
/* 菜单 */
.fly-nav {display:inline-block;}
.fly-nav .layui-nav{background-color:transparent;float:right;}
.fly-nav .layui-nav .layui-nav-item{height:100px; line-height:100px;}
.fly-nav .layui-nav .layui-nav-item:hover a{background-color:#00ae69;color:#fff;text-decoration:none}
.fly-nav .layui-nav .layui-nav-item a{font-size:2rm;color:#000;}
.fly-nav .layui-nav .layui-nav-child a {color:#000;}
.fly-nav .layui-nav .layui-nav-child dd.layui-this a {background-color:#a11109;}
.fly-nav .layui-nav .layui-nav-bar{display:none;}

@media (max-width: 992px) {
	.fly-nav .layui-nav{float:left;width:100%;height:60px;overflow:hidden;padding:0;}
	.fly-nav .layui-nav .layui-nav-item{height:60px; line-height:60px;}
	.fly-nav .layui-nav .layui-nav-item a{font-size:1rm; padding:0 10px;}
}
/* BANNER */

.fly-banner{
	position:relative;
	width:100%;
	background-color:#666;
	display:inline-block;
}

.fly-banner a>div {
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
	background-size:cover;
}
.fly-banner .swiper-slide {
		line-height: 500px;
		color: #fff;
	}
.fly-banner #banner span{display:block;position:absolute;width:570px;margin-left:-285px;height:100%;text-align:center; background-image:url(../images/zmgx/logop1.png);
	left:50%;    background-size:contain; background-repeat:no-repeat;
	top:50%;margin-top:-150px; z-index: 4;}
	
.fly-banner img {
display: block;
text-align: center;
margin:0 auto;
}
	
.fly-banner em {
    display: block;
width: 100%; height: 500px; 
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
	
.fly-banner .swiper-button-next,.fly-banner .swiper-button-prev{
	top:50%;
	width:calc(5%);height:calc(30%);
	background-color:#ccc;
	opacity:0.6;
}
.fly-banner .slide{
	height:100%;
	width:100%;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}
.fly-banner .layui-icon {
z-index:10;
}

@media (max-width: 992px) {
	.fly-banner #banner {
		height:200px !important;
	}
	.fly-banner #banner span{width:360px;margin-left:-180px;margin-top:-80px;}
}
/* about */



/* news */

.fly-news{
	padding-top: 30px; padding-bottom: 50px; 
}

.fly-news .title{
	margin-bottom:50px;
}
	
.fly-news .title h4 {
    text-align: center;
    font-size: 2.5rem;
    color: #111111;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
	margin-bottom:20px;
}

.fly-news .title .line {
	position: relative;
	width: 132px;
	height: 2px;
	text-align: center;
	margin: 25px auto;
	height: 2px;
	background: #0095FF;
	margin-bottom:30px;
}

.fly-news{
	width: 100%;
	background: url(../images/zmgx/newsbg.jpg);
	overflow:hidden;
}

.fly-news .fly-focus{
	  display: inline-block;height:380px;overflow:hidden;margin-top:10px;
}
.fly-news .fly-focus img{
	  width:100%;
	  height:100%;
}
.fly-news .fly-list{
	  display: inline-block;overflow:hidden;
	
}

.fly-news .fly-list li {
	float:left;
	width:100%;
    overflow: hidden;
    margin: 10px 0;
    padding-bottom: 10px;
    list-style: none;
    border-bottom: 1px dotted #dbd4cd;
    list-style: none;
	clear:both;
}

.fly-news .fly-list .date {
    display: inline-block;
	background: #198ede;
    width: 10%;
    float: left;
    text-align: center;
    margin-left: 10px;
    color: #fff;
	border-radius:3px
}

.fly-news .fly-list .date span.d {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
	width:100%;
	margin-top:8px;
    line-height: 24px;
	height:24px;
}

.fly-news .fly-list .date span.ym {
    display: block;
	width:100%;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
}

.fly-news .fly-list div.cont {
	float:left;
	height:64px;
    margin-left: 20px;
	width:calc(90% - 60px);
	display: inline-block;
	
}

.fly-news .fly-list .cont p {
    color: #999;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}
.fly-news .fly-list .cont p.tit a {
    display: inline-block;
	height:26px;
	margin-top:2px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    color: #5A5A5A;
    font-weight: normal;
    text-decoration: none;
}
.fly-news .fly-list .cont p.desc {
    height:36px;
	width:100%;
    overflow: hidden;
    word-wrap: break-word;
}

@media (max-width: 992px) {
	.fly-news .title{
		margin-bottom:50px;
	}
	.fly-news .title h4 {
		font-size: 2rem;
		margin-bottom:8px;
	}
	.fly-news .title .line {
		position: relative;
		margin: 10px auto;
	}
}

/* */

.ticket { width: 100%; height: 311px; overflow: hidden; background: url(../images/zmgx/ticket-bg3.jpg) no-repeat center center; position: relative;  }
.ticket2 { background: url(../images/zmgx/ticket-bg1.jpg) no-repeat center center; }
.ticket.ticket2 em {
    background: rgba(0,0,0,.7);

}
.ticket em {
    display: block;
width: 100%; height: 311px; 
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.ticket i {
    display: block;
width: 100%; height: 311px; 
    background: url(../images/zmgx/ab_bg.png) 0 0 repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.ticket-word { position: absolute; top: 82px; left: 50%; margin: 0 0 0 -401px; opacity: 0;  z-index: 5;
	/*-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-ms-transform: scale(5);
	-o-transform: scale(5);
	transform: scale(5);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;*/
}

.ticket-word.move {
	/*opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);*/
}

.ticket-btn { position: absolute; bottom: 60px; left: 50%; margin: 0 0 0 -129px;}

.ticket img {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.ticket.move img {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}


	
/* about */
.index-about{
	position: relative;
	max-height:600px;
}
	
.index-about .title{
	margin-bottom:50px;
}
	
.index-about .title h4 {
    text-align: center;
    font-size: 34px;
    color: #111111;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
	margin-bottom:20px;
}

.aboutbg{
	max-height:600px;
	overflow:hidden;
}

.aboutbg img{
	width:100%;
}
.index-about .text{
	position:relative;
	overflow:hidden;
	min-height:600px;
	background: #00ae69;
}
.index-about .text .tit{
	left: 132px;
    top: 44px;
    position: absolute;
	overflow:hidden;
    z-index: 100;
	max-height:100px;
    width: 70%;
	font-size: 2rem;
    font-family: 微软雅黑;
    color: rgb(255, 255, 255);
}

.index-about .text .titen{
	left: 131px;
    top: 103px;
    position: absolute;
    z-index: 101;
    width: 100%;

	line-height:48px;
	font-family: 微软雅黑;
    text-transform: uppercase;
    font-size: 36px;
	letter-spacing:10px;
    color: rgb(255, 255, 255);
	opacity: 0.2;
}
.index-about .text .cont{
	left: 133px;
    top: 142px;
	overflow:hidden;
    position: absolute;
    z-index: 132;
    width: 70%;
    max-height: 320px;
	overflow:hidden;
	font-family: 微软雅黑;
    font-size: 16px;
    line-height: 40px;
    color: rgb(255, 255, 255);
}
.index-about .text .btn{
	left: 133px;
    bottom: 80px;
    position: absolute;
    z-index: 103;
    width: 100%;
    height: 50px;

}
.index-about .text .btn .layui-btn{
	width: 150px;
    height: 50px;
	background-color:rgba(50,196,98,1);
    color: #fff;
}


.index-about .text .btn .layui-btn:hover {
	background-color:#fff;
    color: rgba(0,174,104,1);
}
@media (max-width: 992px) {
.aboutbg img{
	width:100%;
display: block;
	background-position:center bottom;
    background-repeat:no-repeat;
	background-size:contain;
}
.index-about .text {
	min-height:650px;
	}
.index-about .text .tit{
	left: 60px;
    top: 44px;
	width:calc(100% - 120px);
	}

.index-about .text .titen{
	left: 60px;
    top: 103px;
	right:60px;
    position: absolute;
	}
.index-about .text .cont{
	left: 60px;
	width:calc(100% - 120px);
    top: 172px;
	}
.index-about .text .btn{
	left: 50%;
	margin-left:-75px;
	}
}
/* show */
.fly-show{
	padding-top: 50px; padding-bottom: 130px; 
	clear:both;
	position:relative;
}
.fly-show .swiper-button-next,.fly-show .swiper-button-prev{
	top:52%;
	width:54px;height:88px;
	background-color:#ccc;
	opacity:0.6;
}

	.fly-show .title{
		margin-bottom:90px;
	}
	
.fly-show .title h4 {
    text-align: center;
    font-size: 2.5rem;
    color: #111111;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
	margin-bottom:20px;
}

.fly-show .title .line {
	position: relative;
	width: 132px;
	height: 2px;
	text-align: center;
	margin: 25px auto;
	height: 2px;
	background: #0095FF;
}

@media (max-width: 992px) {
	.fly-show .title{
		margin-bottom:50px;
	}
	.fly-show .title h4 {
		font-size: 2rem;
		margin-bottom:8px;
	}
	.fly-show .title .line {
		position: relative;
		margin: 10px auto;
	}
}
.nex_casebds {
}

.nex_casetab {
}

	.nexpicturebx{width:1400px;text-align:center;}
	.nexpicturebx .picmain{ width:1200px; padding:10px 100px; position:relative; text-align:center; overflow:hidden;   }
	.nexpicturebx .prev,.nexpicturebx .next{ background:url(../images/slider-arrow.png) no-repeat; width:60px; height:400px; position:absolute; left:0px; top:40px; background-position:-120px 30px;filter:alpha(opacity=60);opacity:0.6; }
	.nexpicturebx .next{ left:auto; right:0px; background-position:0px 30px; }
	.nexpicturebx .prev:hover{ filter:alpha(opacity=100);opacity:1; }
	.nexpicturebx .next:hover{ filter:alpha(opacity=100);opacity:1; }
	.nexpicturebx .slide{ width:1200px; overflow:hidden;    }
	.nexpicturebx ul{ overflow:hidden; zoom:1; }
	.nexpicturebx li{ margin:0 5px 50px 5px; display:inline; float:left; line-height:20px;   }
	.nexpicturebx li img{ display:block; border:1px solid #e6e6e6;  }
	.nexpicturebx li a:hover img{ border-color:#888;  }
	.nexpicturebx .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; }
	.nexpicturebx .hd ul{display:inline-block; text-align:center; height:30px;overflow:hidden; }
	.nexpicturebx .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:42px; height:11px; margin:1px; overflow:hidden; background:#000;
		filter:alpha(opacity=50);opacity:0.5;  line-height:999px; 
	}
	.nexpicturebx .hd ul .on{ background:#f00;  }

.nex_casetab ul {
	display: table;
	margin: 0 auto;
}

.nex_casetab ul li {
	float: left;
	font-size: 14px;
	color: #666;
	font-weight: 300;
	cursor: pointer;
	letter-spacing: 2px;
}

.nex_casetab ul li:hover {
	color: #0095FF;
}

.nex_casetab ul em {
	display: block;
	float: left;
	margin: 0 15px;
	font-size: 14px;
	color: #999;
	font-weight: 300;
}

.nex_casetab ul li.ons {
	color: #0095FF;
	font-weight: 300;
}

.nex_cases_contents {
	margin-top: 30px;
}

.nex_cases_contents ul li {
	display: none;
}


.nexcases dl {
	width: 1220px;
}

.nexcases dl dd {
	float: left;
	margin: 0 20px 50px 0;
	width: 280px;
}


.nex_case_pic {
	overflow: hidden;
	position: relative;
	border: 5px solid #fff;
	border-radius: 5px;
}

.nex_case_pic img {
	width: 100%;
    height: 100%;
	transform: scale(1.1,1.1);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 5px;
}

.nex_case_pic:hover img {
	transform: scale(1,1);
}


.nexoverlaystyle_one {
	position: absolute;
	background: rgba(0,0,0,0.6);
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-moz-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	-o-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.nexinter_box {
	display: table;
	height: 100%;
	width: 100%;
}

.nexover_content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.nexover_content a {
	opacity: 1;
	border: 1px solid #0095FF;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	font-size: 15px;
	line-height: 40px;
	transition: all 500ms ease;
	background: #0095FF;
}
.nexover_content a:hover {
	border-radius: 3px;
}

.nexover_content a i {
	display: block;
	width: 40px;
	height: 40px;
	background: #0095FF url(../images/link.png) center no-repeat;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nexover_content a i:hover {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	border-radius: 3px;
}

.nex_case_pic:hover .nexoverlaystyle_one {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

/*footer*/


.footer{  width:100%; position:relative; z-index:10;}
.ft-bt{ background: #00ae69; width:100%; height:223px;}
.ftb-ct{ width:100%; height:100%; position:relative;margin: 0 auto;}
.ftbc-lt{ width:100%;}
.ftbcl-logo{display: inline-block;  padding:20px 0 10px;text-align:center;overflow:hidden;}
.ftbcl-logo img{width:100%;height:100%;}
.ftbcl-tx p{ width:100%; height:24px; line-height:24px; display:block; overflow:hidden; color:#fff;}
.ftbcl-tx p i{ padding-left:25px;}
.ftbc-cu{ width:100%; padding-top:100px;}
.ftbcc-tx{ width:100%; height:24px; line-height:24px; overflow:hidden; font-size:15px; color:#fff;}
.ftbcc-ns{ width:100%; height:65px; overflow:hidden; position:relative; margin-top:19px;}
.ftbc-wh{ width:197px; overflow:hidden;float:right;}
.ftbc-wh img{ margin:30px auto 10px; display:block; width:117px; height:117px;}
.ftbc-wh p{ width:100%; height:30px; line-height:30px; overflow:hidden; display:block; text-align:center; color:#fff;}
@media (max-width: 768px) {
	.ftbcl-logo{display: inline-block; width:100%; padding:20px 0 10px;text-align:center;overflow:hidden;}
	.ftbcl-logo img {transform:scale(.8);
            -webkit-transform:scale(.8);  /*兼容-webkit-引擎浏览器*/
            -moz-transform:scale(.8);}
	.ftbcl-tx p{ width:100%; height:24px; line-height:24px; display:block; text-align:center; overflow:hidden; color:#fff; font-size:12px;}
}

/*list*/

.mycrumb {display:block;line-height:40px;height:40px;margin-top:20px;}
.about-ti { padding: 50px 0 35px; text-align: center;}
.about-ti h3 { font-size: 30px; color: #97a9b7;}
.about-ti p { font-size: 26px; color: #0061ad; background: url(../images/ti-bar.png) no-repeat center center;}
.about-ti span { padding: 0 15px; }

.mychildnav { width:100%; height:46px; position:relative; z-index:70;border-bottom:1px solid #eaeaea;}
.mychildnav .navbtn {float:right;width: auto;line-height:46px;}
.mychildnav .navbtn span{margin:0 30px !important;}
.mychildnav .navbtn a{display: inline-block;font-size:16px;line-height:46px;padding:0 10px;}
.mychildnav .navbtn a:hover{border-bottom:1px solid #ee800a;color:#999 !important;;}
.mychildnav .navbtn a.current{border-bottom:1px solid #ee800a;}


.banner.news{background: url(../images/nav_img3.jpg) no-repeat center top; background-size: cover; height:260px;}
.banner .title{padding-top: 170px;}
.banner .title.active{padding-top: 120px; transition: 1.5s;}
.banner .title p{color: #606060; font-size: 36px; text-align: center; line-height: 50px; letter-spacing: 5px;}
.banner .title p.en{font-size: 20px; letter-spacing: 3px;}
.main-news{padding: 0px 0 80px 0;}
.main-news .content > div{padding-bottom: 20px; border-bottom: 1px dashed #eaeaea; position: relative;}
.main-news .content{padding-top:20px;padding-left:50px;}
.main-news .content .news-img{display: inline-block;width:200px;height:135px; vertical-align: top;}
.main-news .content .news-img img{width:200px;height:135px;}
.main-news .content .news-panel{display: inline-block; width: 70%; vertical-align: top; padding-left: 20px; box-sizing: border-box;}
.main-news .content .news-panel strong a{display: block; color: #555; font-size: 20px; line-height: 42px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.main-news .content .news-panel p.detail{color: #777; line-height: 24px;}
.main-news .content .news-panel p.read-push{color: #AAA; padding-top: 5px;}
.main-news #newsPage .layui-laypage{display: block; text-align: center; margin-top: 70px;}
.main-news #newsPage .layui-laypage a,.main-news #newsPage .layui-laypage span{font-size: 18px; line-height: 40px; height: 40px; margin-right: 20px; border-radius: 3px; color: #666666}
.main-news #newsPage .layui-laypage span{background-color:#009688;color:#FFF;}


/*show*/
.main-newsdate{margin-top: 80px; text-align: center;}
.main-newsdate .news{text-align: left; line-height: 104px;}
.main-newsdate h1{padding-top: 6px;}
.main-newsdate .pushtime{color: #686868; font-size: 18px; line-height: 42px;padding: 10px 0;border-bottom:1px dashed #c9c9c9}
.main-newsdate .news-content{padding: 60px 0 100px 0; font-size: 16px; line-height: 42px;text-align: justify; text-align: left;}
.main-newsdate .news-content .image figcaption{text-align:center;color:#999;}
.main-newsdate .news-content .image{text-align:center;}
.main-newsdate .news-content div{ margin-bottom:20px;}
.main-newsdate .news-content span{padding: 0px;margin: 0px;overflow:hidden;font-family: Microsoft Yahei;}
.main-newsdate .news-content p{padding: 0px;font-family: Microsoft Yahei;margin:10px 0px;text-indent: 2em;font-size:16px;}
.main-newsdate .news-content p:empty{display: none;}
.main-newsdate .news-content img{max-width: 100%;}


/*pages*/


.pageshow{  margin: 0px auto; height:40px; clear: both; margin-top:40px;text-align:center;}
.pageshow span{ background:#00933D;color:#FFFFFF;padding:9px 17px; margin-left: 5px;}
.pageshow a{height:40px; width: 50px; background:#E6E6E6; color:#666666;padding: 9px 17px; margin-left:5px; }