@charset "UTF-8";

/* @index */
header{
	border-bottom: #642828 2px solid;
}
.container{
	width: 100%;
}

.title-line{
	width: 720px;
}
.title-line:before{
	content: "";
	float: left;
	display: inline-block;
	border-bottom: #9D9D9D 1px solid;
	width: 120px;
	margin-top: 20px;
}
.title-line:after{
	content: "";
	float: right;
	display: inline-block;
	border-bottom: #9D9D9D 1px solid;
	width: 120px;
	margin-top: 20px;
}

.exhibition-nav{
	height: 180px;
	background-color: #fcfcfc;
}
.exhibition-nav>ul{
	display: flex;
	width: 1200px;
	margin: 0 auto;
}
.exhibition-nav>ul>li{
	flex: 1;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.exhibition-nav>ul>li:hover img{
	border: #c30000 5px solid;
}
.exhibition-nav>ul>li:hover span{
	color: #c30000;
}
.exhibition-nav>ul>li img{
	width: 100px;
	height: 100px;
	border-radius: 70px;
	border: #b8b8b8 5px solid;
}
.exhibition-nav>ul>li span{
	display: block;
	margin-top: 10px;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}

.fuwuxm{
	width: 100%;
	overflow: hidden;
}
.fuwuxm-title{
	margin-top: 50px;
	text-align: center;
}
.fuwuxm-title h2{
	margin: 0 auto;
	font-size: 34px;
}
.fuwuxm-title span{
	color: #666666;
}

.fuwuxm-con{
	width: 1200px;
	height: 800px;
	margin:0 auto;
	margin-top: 40px;
	overflow: hidden;
}
.fuwuxm-con-lfup{
	width: 900px;
	height: 480px;
	float: left;
}
.fuwuxm-con-rtup{
	width: 300px;
	height: 480px;
	float: right;
}
.fuwuxm-con-lfupup{
	width: 900px;
	height: 240px;
}
.fuwuxm-con-lfupupbox1,.fuwuxm-con-lfupupbox2{
	width: 435px;
	height: 220px;
	float: left;
}
.fuwuxm-con-lfupupbox1{margin-right: 20px;}
.fuwuxm-con-lfupupbox2{}
.fuwuxm-con-lfbmbox1,.fuwuxm-con-lfbmbox2,.fuwuxm-con-lfbmbox3{
	width: 283px;
	height: 220px;
	float: left;
}
.fuwuxm-con-lfbmbox1,.fuwuxm-con-lfbmbox2{margin-right: 20px;}
.fuwuxm-con-lfbmbox1{
}
.fuwuxm-con-rtupbox1{
	width: 283px;
	height: 460px;
	float: right;
	margin-right: 10px;
}
.fuwuxm-con-bottombox1,.fuwuxm-con-bottombox2{
	width: 585px;
	height: 220px;
	float: left;
}
.fuwuxm-con-bottombox1{margin-right: 20px;}
.fuwuxm-con-box{
	background-color: #55ffff;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0 #666666;
}

.fuwuxm-con-box img{
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 0;
}

.fuwuxm-con-box a{
	display: block;
	width: 100%;
	height: 100%;
}
.fuwuxm-con-box i{
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,.1);
	transition: all 0.3s linear;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.fuwuxm-con-box a:hover i{
	background-color: rgba(0,0,0,.0);
	transition: all 0.3s linear;
}
.fuwuxm-con-box a:hover span{
	left: -200px;
	transition: all 0.3s linear;
	
}
.fuwuxm-con-box a:hover img{
	transform: scale(1.2);
}
.fuwuxm-con-box span{
	font-size: 18px;
	display: block;
	margin: 0 auto;
	position: absolute;
	color: #FFFFFF;
	z-index: 3;
	top: 20px;
	left: 0px;
	background-color: rgba(0,0,0,.4);
	line-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0 45px 45px 0;
}

.exhibition-case{
	padding-bottom: 60px;
}
.exhibition-case{
	width: 100%;
	overflow: hidden;
}
.case-title{
	margin-top: 50px;
	text-align: center;
}
.case-title h2{
	margin: 0 auto;
	font-size: 34px;
}
.case-title span{
	color: #666666;
}



/* 展馆展厅 */
.zgzt .header{
	height: 600px;
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
}
.zgzt .header-bg{
	width: 1920px;
	height: 450px;
	background: #e2e2e2;
	position: absolute;
	left: -360px;
	top: 120px;
}
.zgzt .header-con{
    float: left;
    border: #a6a6a6 8px solid;
    width: 780px;
    height: 450px;
    position: relative;
}

.zgzt .header-main{
	position: absolute;
    top: 80px;
    left: 290px;
    background: rgba(250, 250, 250, 0.8);
    height: 450px;
    width: 900px;
	box-shadow:10px 10px 10px 0 rgba(0,0,0,.4);
}
.zgzt .header-main h1{
	display: block;
	font-size: 40px;
	color: #642828;
	font-weight: 600;
	width:400px;
	margin-top: 60px;
	margin-left: 550px;
}
.zgzt .header-main p{
	display: block;
	font-size: 16px;
	color: #999999;
	width:400px;
	margin-left: 550px;
	margin-top: 10px;
}
.zgzt .header-main ul{
	font-size: 21px;
	margin-top: 50px;
	margin-left: 550px;	
}
.zgzt .header-main ul li{
	line-height: 50px;
	word-spacing:18px;
}
.zgzt .header-main ul li::before{
	display: block;
	float: left;
	content: "";
	background-color: #a6a6a6;
	width: 12px;
	height: 12px;
	margin-top: 20px;
	margin-right: 15px;
	border-radius: 15px;
	word-spacing:40px;
}
.zgzt .header-img {
	position: absolute;
	width: 780px;
	height: 450px;
    top: 30px;
    left: 30px;
	box-shadow:10px 10px 10px 0 rgba(0,0,0,.4);
}

.zgzt .header-img img{
	
}

.zgzt .exhibition-case .case-con>ul{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.zgzt .exhibition-case .case-con>ul>li{
    display: inline-block;
    margin: 0 30px 30px 30px;
    width: 337px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0 #dedede;
    border-radius: 8px;
    border: #dedede 1px solid;
}
.zgzt .exhibition-case .case-con .case-img img{
	width: 100%;
}
.zgzt .exhibition-case .case-con>ul>li span{
	display: block;
	text-align: center;
	line-height: 55px;
	font-size: 20px;
	color: #666666;
	background-color: #FFFFFF;
}

.zgzt .exhibition-case .more{
	width: 200px;
	margin: 0 auto;
	border: #666666 1px solid;
	border-radius: 6px;
	line-height: 30px;
	text-align: center;
}
.zgzt .exhibition-case .more a{
	display: block;
	width: 100%;
	height: 100%;
	color: #666666;
	font-size: 16px;
}
.zgzt .exhibition-case .more a:hover{
	background-color: #666666;
	color: #FFFFFF;
}

/* 博物馆 */
.bwg .container{
	background: url(../images/sjtdbj.jpg)0 50px no-repeat,url(../images/sjtdbj.jpg)0 900px no-repeat,url(../images/yzbj.jpg)0 1800px no-repeat,url(../images/foot.jpg)0 2300px no-repeat;
}
.bwg .case-con{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 15px;
}
.bwg .case-con li{
	border: #dedede 1px solid;
}


/* 企业馆 */

.qyg .header{
	height: 600px;
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
	
}
.qyg .header-bg{
	width: 1920px;
	height: 450px;
	background: #e2e2e2;
	position: absolute;
	left: -360px;
	top: 120px;
}
.qyg .header-con{
    float: left;
    border: #a6a6a6 8px solid;
    width: 780px;
    height: 450px;
    position: relative;
}

.qyg .header-main{
	position: absolute;
    top: 80px;
    left: 290px;
    background: rgba(250, 250, 250, 0.8);
    height: 450px;
    width: 900px;
	box-shadow:10px 10px 10px 0 rgba(0,0,0,.4);
}
.qyg .header-main h1{
	display: block;
	font-size: 40px;
	color: #642828;
	font-weight: 600;
	width:400px;
	margin-top: 60px;
	margin-left: 550px;
}
.qyg .header-main p{
	display: block;
	font-size: 16px;
	color: #999999;
	width:400px;
	margin-left: 550px;
	margin-top: 10px;
}
.qyg .header-main ul{
	font-size: 21px;
	margin-top: 50px;
	margin-left: 550px;	
}
.qyg .header-main ul li{
	line-height: 50px;
	word-spacing:18px;
}
.qyg .header-main ul li::before{
	display: block;
	float: left;
	content: "";
	background-color: #a6a6a6;
	width: 12px;
	height: 12px;
	margin-top: 20px;
	margin-right: 15px;
	border-radius: 15px;
	word-spacing:40px;
}
.qyg .header-img {
	position: absolute;
	width: 780px;
	height: 450px;
    top: 30px;
    left: 30px;
	box-shadow:10px 10px 10px 0 rgba(0,0,0,.4);
}
.qyg .exhibition-case .case-con>ul{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.qyg .exhibition-case .case-con>ul>li{
    display: inline-block;
    margin: 0 30px 30px 30px;
    width: 337px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0 #dedede;
    border-radius: 8px;
    border: #dedede 1px solid;
}
.qyg .exhibition-case .case-con .case-img img{
	width: 100%;
}
.qyg .exhibition-case .case-con>ul>li span{
	display: block;
	text-align: center;
	line-height: 55px;
	font-size: 20px;
	color: #666666;
	background-color: #FFFFFF;
}

.qyg .exhibition-case .more{
	width: 200px;
	margin: 0 auto;
	border: #666666 1px solid;
	border-radius: 6px;
	line-height: 30px;
	text-align: center;
}
.qyg .exhibition-case .more a{
	display: block;
	width: 100%;
	height: 100%;
	color: #666666;
	font-size: 16px;
}
.qyg .exhibition-case .more a:hover{
	background-color: #666666;
	color: #FFFFFF;
}


/* 红色展馆 */
.hszg h2{
	color: #bf0009!important;
	font-weight: 600;
}

.hszg .title-line{
	width: 720px;
}
.hszg .title-line:before{
	content: "";
	float: left;
	display: inline-block;
	border-bottom: #bf0009 1px solid;
	width: 120px;
	margin-top: 20px;
}
.hszg .title-line:after{
	content: "";
	float: right;
	display: inline-block;
	border-bottom: #bf0009 1px solid;
	width: 120px;
	margin-top: 20px;
}

.row-banner {
    height: 370px;
    max-width: 1920px;
    background: url(../images/banner-bg.jpg) center top no-repeat;
    position: relative;
    overflow: hidden;
    margin-left: auto !important;
    margin-right: auto !important;
}

.banner-cloud {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/cloud.png) no-repeat center;
    background-size: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 1;
}
.cloud1 {
    opacity: 0.8;
    -webkit-animation: bannerCloud 35s linear 0s infinite normal;
    animation: bannerCloud 35s linear 0s infinite normal;
}
.cloud2 {
	left: -120px;
    opacity: 0.6;
    -webkit-animation: bannerCloud 35s linear 20s infinite normal;
    animation: bannerCloud 35s linear 20s infinite normal;
}
.banner-title{
	position: absolute;
	width: 100%;
	z-index: 1;
}
.banner-title img{
	display: block;
	margin: 0 auto;
	margin-top: 35px;
}
@keyframes bannerCloud
{
from {transform: scale(1);}
to {transform: scale(1.8);}
}
@keyframes bannerCloud2
{
from {transform: scale(1);}
to {transform: scale(1.6);}
}

.hszg .header{
	height: 600px;
	background: url(../images/leader-bg.png) no-repeat;
	position: relative;
	overflow: hidden;
}
.hszg .header>div{
	width: 1200px;
	margin: 0 auto;
	margin-top: 90px;
}

.hszg .header-con{
	border: #bf0009 2px solid;
    width: 1200px;
    margin-top: 20px;
    background-color: #bf0009;
}

.hszg .header-main{
    float: right;
    background: rgba(255, 255, 255, 1);
    height: 450px;
    width: 414px;
}
.hszg .header-main h1{
	display: block;
	font-size: 40px;
	color: #bf0009;
	font-weight: 600;
	width: 400px;
	margin-top: 60px;
	margin-left: 50px;
}
.hszg .header-main p{
	display: block;
	font-size: 16px;
	color: #999999;
	width: 400px;
	margin-left: 50px;
	margin-top: 10px;
}
.hszg .header-main ul{
	font-size: 21px;
	margin-top: 50px;
	margin-left: 50px;
}
.hszg .header-main ul li{
	line-height: 50px;
	word-spacing:18px;
	color: #bf0009;
}
.hszg .header-main ul li::before{
	display: block;
	float: left;
	content: "";
	background-color: #bf0009;
	width: 12px;
	height: 12px;
	margin-top: 20px;
	margin-right: 15px;
	border-radius: 15px;
	word-spacing:40px;
}
.hszg .header-img {
	width: 780px;
	height: 450px;
}
.hszg .exhibition-case .case-con{
	background: url(../images/red_bg.png)no-repeat;
	background-size: 100% auto;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	
}
.hszg .exhibition-case .case-con>ul{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.hszg .exhibition-case .case-con>ul>li{
	display: inline-block;
    margin: 0px 50px 10px 50px;
    width: 297px;
    overflow: hidden;
}
.hszg .exhibition-case .case-con .case-img{
	padding-bottom: 12px;
	background: url(../images/special_plan_line.png)bottom right no-repeat;
	background-size:100% 100%;
	
}
.hszg .exhibition-case .case-con .case-img img{
	width: 96%;
	
}
.hszg .exhibition-case .case-con>ul>li span{
	display: block;
	text-align: center;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #FFFFFF;
}

.hszg .exhibition-case .more{
	width: 200px;
	margin: 0 auto;
	border: #FFFFFF 2px solid;
	border-radius: 6px;
	line-height: 30px;
	text-align: center;
}
.hszg .exhibition-case .more a{
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-size: 16px;
}
.hszg .exhibition-case .more a:hover{
	color: #aaff00;
}
.hszg .exhibition-case{
	padding-bottom: 0!important;
}


/* 数字多媒体 */
.dmt{
	padding-top: 60px;
}
.dmt h1{
	margin: 0 auto;
	text-align: center;
}
.dmt .dmt-con{
	width: 1200px;
	margin: 0 auto;
	margin-top: 120px;
}
.dmt-con-odd,.dmt-con-even{
	height: 400px;
	margin-bottom: 100px;
	position: relative;
}
.dmt .dmt-con .dmt-con-odd .bg{
	position: absolute;
	width: 800px;
	height: 300px;
	border: #b9b9b9 5px solid;
	top:90px;
	right: 0;
}
.dmt .dmt-con .dmt-con-odd .bg b{
	display: block;
    background-color: #f3f2f8;
    width: 535px;
    height: 250px;
    margin-top: 25px;
    margin-left: -400px;
}
.dmt .dmt-con .odd-right{
	float: right;
	padding: 10px 20px 10px 10px;
	position: relative;
}
.dmt .dmt-con .odd-right video{
}
.dmt .dmt-con .odd-left{
	float: left;
}
.dmt .dmt-con h3{
	margin-top: 70px;
	font-size: 28px;
	padding-left: 20px;
}
.dmt .dmt-con .odd-txt{
	width: 520px;
	height: 250px;
	position: absolute;
	/* background-color: #f3f2f8; */
	top: 120px;
	left: 20px;
	text-indent: 2em;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 1;
}

.dmt .dmt-con .even-right{
	float: right;
	width: 530px;
	
}

.dmt .dmt-con .even-left{
	float: left;
	width: 600px;
	padding: 10px 10px 10px 20px;
	position: relative;
}

.dmt .dmt-con .dmt-con-even .bg{
	position: absolute;
	width: 800px;
	height: 300px;
	border: #b9b9b9 5px solid;
	top:90px;
	left: 0;
}
.dmt .dmt-con .dmt-con-even .bg b{
	display: block;
    background-color: #f3f2f8;
    width: 535px;
    height: 250px;
    margin-top: 25px;
    margin-left: 655px;
}
.dmt .dmt-con .dmt-con-even h3{
	float: right;
	padding-right: 60px;
}
.dmt .dmt-con .even-txt{
	width: 520px;
	height: 250px;
	position: absolute;
	/* background-color: #f3f2f8; */
    top: 125px;
    right: 20px;
	text-indent: 2em;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 1;
}