/*【展会模块】*/
#expo-top{
	height:70px; 
	background:rgba(255,255,255,0.8);
	box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.5);
	line-height: 70px;
}
#expo-top .logo{
	width: 300px;
	float: left;
	margin-right: 20px;
}
#expo-top .logo img{
	display: inline-block;
	vertical-align: middle;
}
#expo-top .nav{
	float: left;
}
#expo-top .nav a{
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
	color: #333;
}
#expo-top .nav a:hover{
	color: #04935f;
}
#expo-top .expo-topr{
	float: right;
	font-size: 14px;
}
#expo-top .expo-topr span{
	color: #999;
}
#expo-top .expo-topr b{
	color: #04935F;
	font-size: 16px;
	margin-right: 8px;
}
#expo-top .expo-topr a{
	margin: 0 12px;
}
#expo-top .expo-topr a.cGreen{
	color: #04935f;
}
#expo-top .expo-topr a.cGreen:hover{
	color: #00704A;
}
#expo-ban{
	height: 350px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#expo-ban .wp-i{
	position: relative;
	height: 100%;
}
#expo-ban .box{
	float: right;
	width:400px;
	height:270px; 
	background:rgba(0,0,0,.5);
	margin-top: 40px;
	padding: 30px 39px;
	margin-right: 180px;

}
#expo-ban .box h5{
	font-size:16px;
	color:#fff;
	letter-spacing: 6px;
	text-align:justify;
	opacity: .5;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 50)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	width: 110%;
}
#expo-ban .box h3{
	font-size:54px;
	color:#fff;
	line-height:71px;
	font-weight: bold;
	margin-top: 12px;
	letter-spacing: 26px;
	margin-bottom: 2px;
}

#expo-ban .box h4{
	font-size: 14px;
	color: #fff;
	line-height: 21px;
	filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
	-moz-opacity:0.8; /*Firefox私有，透明度50%*/
	opacity:0.8;/*其他，透明度50%*/
}
#expo-ban .box .btn a{
	display: inline-block;
	width:150px;
	height:40px; 
	margin-top: 24px;
	border-radius: 2px; 
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	border: 1px solid #fff;
	background:rgba(255,255,255,0.1);
	color: #fff;
}
#expo-ban .box .btn a:hover{
	background:#fff;
	color: #333;
	/*border-color: #32F188;*/
}
#expo-ban .box .btn .s2{
}
.expo-nav{
	overflow: hidden;
	width: 1210px;
	background: #fff;
}
.expo-nav ul{
	margin: 0 -1px;
	overflow: hidden;
}
.expo-nav li{
	float: left;
	padding: 0 1px;
	width: 16.66%;
}
.expo-nav li a{
	display: block;
	height:50px; 
	background:#E1E2EB;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #333;
}
.expo-nav li.current a{
	background: #06A76D;
	color: #fff;
}
.tit-expo{
	text-align: center;
	position: relative;
	padding-top: 50px;
	padding-bottom: 40px;
}
.tit-expo a.more{
	position: absolute;
	right: 0;
	top: 62px;
	font-size: 14px;
	color: #999;
}
.tit-expo a.more:hover{
	color: #04935f;
}
.tit-expo h3{
	font-size: 30px;
	color: #000;
	font-weight: bold;
}
.tit-expo h5{
	font-size: 14px;
	color: #ccc;
	letter-spacing: 2px;
	text-transform: capitalize;
}
.ul-active{
	margin: 0 -10px;
	overflow: hidden;
	margin-bottom: 22px;
}
.ul-active img {
	height: 216px;
}
.ul-active li{
	float: left;
	width: 25%;
	padding: 0 10px;
}
.ul-active li a{
	display: block;
}
.ul-active li .pic{
	display: block;
	height: 216px;
	width: 287px;
	-webkit-transition: all .25s ease-in-out;
	    -moz-transition: all .25s ease-in-out;
	    transition: all .25s ease-in-out;
}
.ul-active li .pic img{
	display: block;
	width: 100%;
	height: 216px;
}
.ul-active li .tit{
	padding: 8px 0;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ul-active li a:hover .pic,
.expo-ads a:hover img{
	-webkit-transform: translateY(-4px);
	    -moz-transform: translateY(-4px);
	    -ms-transform: translateY(-4px);
	    /*transform: translateY(-4px);*/
}
.expo-ads{
	margin: 0 -10px;
	margin-bottom: 50px;
	/*overflow: hidden;*/
}
.expo-ads a{
	float: left;
	width: 50%;
	padding: 0 10px;
}
.expo-ads a img{
	display: block;
	width: 100%;
	height: 80px;
	-webkit-transition: all .25s ease-in-out;
	    -moz-transition: all .25s ease-in-out;
	    transition: all .25s ease-in-out;
}

.Brand-exhibition{
	background-color: #F4F5FA;
	overflow: hidden;
}
.tab-hd{
	text-align: center;
}
.tab-hd li{
	display: inline-block;
	margin: 0 55px;
}
.tab-hd li a{
	display: block;
	padding-bottom: 10px;
	border-bottom: 3px solid #F4F5FA;
	font-size: 16px;
	border-radius: 2px ;
}
.tab-hd li a:hover,
.tab-hd li.hover a{
	border-color: #04935F;
	color: #04935F;
}
.ul-list1{
	margin: 0 -15px;
	overflow: hidden;
}
.ul-list1 li{
	float: left;
	width: 12.5%;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 13px;
}
.ul-list1 li a{
	display: block;
}
.ul-list1 li a img{
	width: 110px;
	height: 110px;
	display: block;
	-webkit-transition: all .25s ease-in-out;
	    -moz-transition: all .25s ease-in-out;
	    transition: all .25s ease-in-out;
}
.ul-list1 li span{
	background: url(../img/expo/icon_address.png) left center no-repeat;
	-webkit-background-size: 11px;
	background-size: 11px;
	padding-left: 15px;
}
.ul-list1 li p{
	padding: 10px 0;
	height: 44px;
	overflow: hidden;
}
.ul-list1 li a:hover img{
	-webkit-transform: translateY(-4px);
	    -moz-transform: translateY(-4px);
	    -ms-transform: translateY(-4px);
	    transform: translateY(-4px);
}
.more-logos{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
.more-logos a{
	color: #39F;
	font-size: 16px;
}

.exhibition-guide{
	background: #F4F5FA;
	padding-bottom: 50px;
	overflow: hidden;
}
.guide-ads img{
	display: block;
	width: 100%;
	height: 80px;
}
.guide-slide li{
	float: left;
	width: 241px;
	height:350px; 
	background:rgba(239,240,245,1);
	color: #6D7188;
	border-right: 1px solid #fff;
}
.guide-slide li .txt-top{
	text-align: center;
	padding-bottom: 24px;
}
.guide-slide li .num span{
	width:60px;
	height:60px;
	background: #E1E2EB;
	display: inline-block;
	line-height: 60px;
	font-size: 36px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.guide-slide li h3{
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 14px;
}
.guide-slide li .txt-top p{
	color: #9195AC;
	font-size: 12px;
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.guide-slide li .icon img{
	display: inline-block;	
	vertical-align: middle;
	margin-top: 24px;
}
.guide-slide li .hover{
	display:table-cell;
	vertical-align:middle;
	width:463px;
	height:160px; 
	background:#fff;
	padding: 20px 27px 0 30px;
	margin-left: 10px;
	color: #333;
	line-height: 24px;
	display: none;

}
.guide-slide li .hover h5{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
}
.guide-slide li .hover em{
	color: #E64A4C;
	font-size: 18px;
}
.guide-slide li .hover span{
	color: #878787;
}
.guide-slide li .hover .btn{
	width:141px;
	height:30px; 
	background: #ED625E;
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
	line-height: 30px;
	margin-top: 12px;
}
.guide-slide li .hover .btn:hover{
	background: #E65450;
}
.guide-slide li .hover .txt{
	overflow: hidden;
	margin-top:10px;
}
.guide-slide li .hover .code{
	float: right;
	width: 100px;
	color: #888C8E;
	font-size: 12px;
	text-align: center;
}
.guide-slide li .hover .code img{
	margin-top: 0;
	margin-bottom: 4px;
}
.guide-slide li.li-hover .txt-top p{
	color: #fff;
}
.guide-slide li .icon .icon3,
.guide-slide li .icon .icon4{
	background: url(../img/expo/3@2x.png) no-repeat;
	width: 121px;
	height: 116px;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin: 0 auto;
	margin-top: 24px;
}
.guide-slide li .icon .icon4{
	background-image: url(../img/expo/4@2x.png);
	width: 110px;
}
.guide-slide li .more{
	color: #2A83FF;
}
.guide-slide li.li-hover{
	width:483px;
	height:350px; 
	background:#BFAA6E;
	color: #fff;
}
.guide-slide li.li-hover .hover{
	display: block;
}
.guide-slide li.li-hover .num span{
	background: #AE9A5F;
}
.guide-slide li.li-hover .icon .tc img{
	display: none;	
}
.guide-slide02 li.hover .icon .icon3{
	background-image: url(../img/expo/3-2@2x.png);
}
.guide-slide02 li.hover .icon .icon4{
	background-image: url(../img/expo/4-2@2x.png);
}
.guide-slide02 li.hover{
	background: #E1E2EB;
}

.scenePhoto{
	background: #fff;
	overflow: hidden;
	padding-bottom: 50px;
}
.scenePhoto .photo img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.video-box{
	width: 472px;
	height: 326px;
	float: left;
	color: #999;
	font-size: 14px;
	position: relative;
}
.video-box em{
	position: absolute;
	left: 50%;
	top: 94px;
	background: url(../img/expo/icon_begin@2x.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	width: 58px;
	height: 58px;
	display: block;
	margin-left: -29px;
	cursor: pointer;
	z-index: 100;
}
.video-box h3{
	font-size: 14px;
	padding: 4px 0;
}
.video-box_phone{
	width: 95%;
	height: 500px;
	color: #999;
	font-size: 14px;
	position: relative;
    margin: 0 auto;
}
.video-box_phone em{
	position: absolute;
	left: 50%;
	top: 94px;
	background: url(../img/expo/icon_begin@2x.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	width: 58px;
	height: 58px;
	display: block;
	margin-left: -29px;
	cursor: pointer;
	z-index: 100;
}
.video-box_phone h3{
	font-size: 14px;
	padding: 4px 0;
}
.ul-video li,
.ul-video .li{
	float: left;
	width: 226px;
	margin-left: 20px;
	margin-bottom: 5px;
}
.ul-video .li{
	margin-left: 0;
	padding: 0 10px;
}
.video-slider .ul-video{
	margin: 0 -10px;
}
.ul-video .li .pic,
.ul-video li .pic{
	position: relative;
	display: block;
}
.ul-video .li .pic img,
.ul-video li .pic img{
	display: block;
	height: 127px;
	width: 100%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.ul-video .li a:hover .pic img,
.ul-video li a:hover .pic img{
	-webkit-transform: translateY(-4px);
	    -moz-transform: translateY(-4px);
	    -ms-transform: translateY(-4px);
	    transform: translateY(-4px);
}
.ul-video .li .pic em,
.ul-video li .pic em{
	background: url(/images/ally_live/icon_begin@2x.png) no-repeat;
	-webkit-background-size: 40px;
	background-size: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
}
.ul-video .li a,
.ul-video li a{
	color: #333;
	line-height: 30px;
}
.ul-video-1 li.first,
.ul-video-1 .li.first,
.ul-video-1 .li:first-child,
.ul-video-1 li:first-child{
	margin-left: 0;
}
.video-slider .li:first-child{
	margin-left: 0;
}
.video-slider .slick-arrow{
	position: absolute;
	top: 50%;
	width: 16px;
	height: 32px;
	margin-top: -30px;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-color: transparent;
	cursor: pointer;
}
.video-slider .slick-prev{
	background-image: url(../img/expo/arrL@2x.png);
	left: -36px;
}
.video-slider .slick-prev:hover{
	background-image: url(../img/expo/arrL_h@2x.png);
}
.video-slider .slick-next{
	background-image: url(../img/expo/arrR@2x.png);
	right: -36px;
}
.video-slider .slick-next:hover{
	background-image: url(../img/expo/arrR_h@2x.png);
}
.expo-video{
	background: #F4F5FA;
	padding-bottom: 45px;
	overflow: hidden;
}

.about-special{
	/*background: #F4F5FA;*/
	padding-top: 50px;
	padding-bottom: 55px;
	overflow: hidden;
}
.about-special .about-video{
	width: 605px;
	float: left;
	position: relative;
}
.about-special .about-txt{
	overflow: hidden;
	height: 338px;
	background: #fff;
	padding: 30px 40px;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
.about-special .about-txt h3{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.about-special .about-txt table th,
.exh-row1 .about-txt table th{
	font-size: 16px;
	color: #333;
}
.about-special .about-txt table{
	width: 100%;
}
.about-special .about-txt .btn{
	margin-top: 25px;
	font-size: 0;
}
.about-special .about-txt .btn a{
	display: inline-block;
	width:160px;
	height:44px; 
	border-radius: 2px; 
	text-align: center;
	line-height: 44px;
	margin-right: 20px;
	font-size: 14px;
}
.about-special .about-txt .btn .s1{
	color: #049350;
	border: 1px solid #04935F;
}
.about-special .about-txt .btn .s2{
	color: #A0875A;
	border: 1px solid #A0875A;
}
.about-special .about-txt .btn .s1:hover{
	background: #06A76D;
	color: #fff;
}
.about-special .about-txt .btn .s2:hover{
	background: #BCA35B;
	color: #fff;
}
.ul-list-expo{
	margin: 0 -14px;
	overflow: hidden;
}
.ul-list-expo li{
	float: left;
	width: 20%;
	padding: 0 14px;
}
.ul-list-expo li img{
	width: 226px;
	height: 170px;
	display: block;
}
.ul-list-expo li .pad{
	position: relative;
}
.ul-list-expo_phone{
	margin: 0;
	overflow: hidden;
}
.ul-list-expo_phone li{
	float: left;
	width: 20%;
	padding: 0 14px;
}
.ul-list-expo_phone li img{
	width: 226px;
	height: 170px;
	display: block;
}
.ul-list-expo_phone li .pad{
	position: relative;
}
.pad-bg{
	width:219px;
	height:170px;
	/*background: rgba(0,0,0,.1);*/
	position:absolute;
	left:0px;
	top:0px;
}
.ul-list-expo li .txt0{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: rgba(0,0,0,.4);
	color: #EC0E3A;
	padding-left: 15px;
	line-height: 23px;
}
.ul-list-expo li .txt1{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: rgba(0,0,0,.4);
	color: #4435BB;
	padding-left: 15px;
	line-height: 23px;
}
.ul-list-expo li .txt2{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: rgba(0,0,0,.4);
	color: #04935F;
	padding-left: 15px;
	line-height: 23px;
}
.ul-list-expo li .txt3{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: rgba(0,0,0,.4);
	color: #DE7407;
	padding-left: 15px;
	line-height: 23px;
}
.ul-list-expo li .txt4{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: rgba(0,0,0,.4);
	color: #024EC5;
	padding-left: 15px;
	line-height: 23px;
}
.ul-list-expo li .txt0 h3{
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
}
.ul-list-expo li .txt1 h3{
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
}
.ul-list-expo li .txt2 h3{
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
}
.ul-list-expo li .txt3 h3{
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
}
.ul-list-expo li .txt4 h3{
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
}
.ul-list-expo li .more0{
	width:88px;
	height:34px;
	background:rgba(255,255,255,0.1);
	border-radius: 2px ;
	color: #EC0E3A;
	border: 1px solid #EC0E3A;
	display: block;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	margin-top: 13px;
}
.ul-list-expo li .more0:hover{
	background: #EC0E3A;
	color: #fff;
}
.ul-list-expo li .more1{
	width:88px;
	height:34px;
	background:rgba(255,255,255,0.1);
	border-radius: 2px ;
	color: #4435BB;
	border: 1px solid #4435BB;
	display: block;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	margin-top: 13px;
}
.ul-list-expo li .more1:hover{
	background: #4435BB;
	color: #fff;
}
.ul-list-expo li .more2{
	width:88px;
	height:34px;
	background:rgba(255,255,255,0.1);
	border-radius: 2px ;
	color: #04935F;
	border: 1px solid #04935F;
	display: block;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	margin-top: 13px;
}
.ul-list-expo li .more2:hover{
	background: #04935F;
	color: #fff;
}
.ul-list-expo li .more3{
	width:88px;
	height:34px;
	background:rgba(255,255,255,0.1);
	border-radius: 2px ;
	color: #DE7407;
	border: 1px solid #DE7407;
	display: block;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	margin-top: 13px;
}
.ul-list-expo li .more3:hover{
	background: #DE7407;
	color: #fff;
}
.ul-list-expo li .more4{
	width:88px;
	height:34px;
	background:rgba(255,255,255,0.1);
	border-radius: 2px ;
	color: #024EC5;
	border: 1px solid #024EC5;
	display: block;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	margin-top: 13px;
}
.ul-list-expo li .more4:hover{
	background: #024EC5;
	color: #fff;
}

.fd-gray{
	background: #F4F5FA;
	height: 224px;
	padding-top: 50px;
}
.fd-gray dl{
	float: left;
	width: 25%;
	text-align: center;
	color: #333;
	font-weight: bold;
}
.fd-gray dl dt{
	margin-bottom: 20px;
}
.fd-gray dl h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.fd-expo .fd-info{
	width: 430px;
	float: left;
	position: relative;
}
.fd-expo .fd-info li{
	float: left;
	width: 112px;
	font-size: 14px;
	line-height: 38px;
}
.fd-expo .fd-info li a{
	color: #75797B;
	font-size: 14px;
}
.fd-expo .fd-info .link{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #75797B;
	font-size: 14px;
	line-height: 38px;
}
.fd-expo .fd-info li a:hover,
.fd-expo .fd-info .link:hover{
	text-decoration: underline;	
	color: #fff;
}

.right-fixed .rush-buy a{
	background-image: url(../img/expo/buy@2x.png);
	width: 36px;
	height: 130px;
	margin-bottom: 2px;
}
.right-fixed .rush-buy a:hover{
	background-image: url(../img/expo/buy_h@2x.png);
}
.right-fixed .apply a{
	background-image: url(../img/expo/apply@2x.png);
	width: 36px;
	height: 130px;
	margin-bottom: 2px;
}
.right-fixed .apply a:hover{
	background-image: url(../img/expo/apply_h@2x.png);
}

.pop-apply{
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -260px;
	margin-top: -267px;
	width:520px;
	/*height:534px; */
	background:#fff;
	border-radius: 4px ; 
	display: none;
	z-index: 200;
}
.pop-apply .pad{
	padding: 30px;
	
}
.pop-apply .apply h3{
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
}
.pop-apply .apply h5{
	color: #06A76D;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.pop-apply .inp{
	width:460px;
	height:50px; 
	background:#fff;
	border-radius: 3px; 
	border: 1px solid #DFDFDF;
	font-family:"微软雅黑","Microsoft Yahei";
	padding: 0 20px;
	font-size: 14px;
}
.pop-apply .high-light .inp{
	border-color: #06A76D;
}
.pop-apply .error-li .inp{
	border-color: #ED625E;
}
.pop-apply .inp-box{
	position: relative;
	height: 50px;
	margin-bottom: 24px;
}
.pop-apply .inp-box b{
	position: absolute;
	right: 16px;
	top: 50%;
	color: #ED625E;
	font-size: 14px;
	margin-top: -9px;
}
.pop-apply .inp-box em{
	position: absolute;
	left: 0;
	top: 50px;
	color: #ED625E;
	font-size: 12px;
	padding-left: 15px;
	display: block;
	display: none;
}
.pop-apply .inp-box .btn-yz{
	background: #F4F5F6;
	width:161px;
	height:48px;
	position: absolute;
	right: 1px;
	top: 1px;
	border: 0;
	border-left: 1px solid #DFDFDF;
	display: block;
	text-align: center;
	line-height: 50px;
	color: #999;
	border-radius: 0 3px 3px 0; 
	cursor: pointer;
}
.pop-apply .inp-box .btn-yz-60{
	background: #FFFFFF;
}
.pop-apply .sub{
	width:230px;
	height:38px; 
	background:#06A76D;
	border-radius: 3px ; 
	border: 0;
	font-family:"微软雅黑","Microsoft Yahei";
	line-height: 38px;
	color: #fff;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 14px;
}
.pop-apply .sub:hover{
	background: #04935F;
}
.pop-apply .close{
	position: absolute;
    right: 30px;
    top: 30px;
    background: url(../img/close.png) no-repeat;
    width: 14px;
    height: 14px;
    -webkit-background-size: 14px;
    background-size: 14px;
    display: block;
}
.pop-apply .close:hover{
	background-image: url(../img/close2_h.png);
}
.pop-success h3{
	height: 59px;
	line-height: 59px;
	font-size: 16px;
	color: #333;
	padding: 0 30px;
	font-weight: bold;
}
.pop-success .success{
	height:191px; 
	background: #EEF2F4;
	text-align: center;
	padding-top: 50px;
	font-size: 12px;
	color: #666;
}
.pop-success .success img{
	width: 40px;
	display: inline-block;
}
.pop-success .success h2{
	font-size: 20px;
	color: #06A76D;
	font-weight: bold;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 4px;
}
.pop-success .know{
	width:520px;
	height:50px; 
	background:#06A76D;
	border-radius: 0px 0px 4px 4px ;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
.pop-success .close{
	top: 20px;
}



.col-l{
	width:905px;
	background: #fff;
	overflow: hidden;
}
.col-r{
	width: 275px;
}
.left-ads{
	width: 100%;
	height: 210px;
	margin-bottom: 22px;
}
.left-ads img{
	display: block;
	width: 100%;
	height: 100%;
}
.left-menu{
	width: 275px;
}
.left-menu a,
.left-menu span.s3{
	display: block;
	margin-bottom: 6px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background-color: #34C675;
	font-size: 16px;
	font-weight: bold;
	border-radius: 2px ;
	cursor: pointer;
}
.left-menu a:hover,
.left-menu li.current a{
	background-color: #06A76D;
}
.left-menu a.s3,
.left-menu span.s3,
.left-menu li.current .s3{
	background-color: #BFAA6E;
}
.left-menu a.s3:hover,
.left-menu span.s3:hover,
.left-menu li.current .s3:hover{
	background-color: #BCA35B;
}
.left-contact{
	margin-top: 14px;
}
.left-contact dt{
	height: 60px;
	line-height: 60px;
	color: #fff;
	background-color: #999999;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.left-contact dd{
	border: 1px solid #999999;
	/*height: 120px;*/
	padding-bottom: 14px;
	font-size: 16px;
	line-height: 32px;
	padding-top: 10px;
	background: #fff;
}
.left-contact dd span{
	float: left;
	display: inline-block;
	width: 118px;
	text-align: right;
}
.left-contact dd .ovh{
	color: #262626;
	font-weight: bold;
}


.tit-left{

	padding: 25px 40px 19px 40px;
	position: relative;
}
.tit-left span{
	width:6px;
	height:22px; 
	background:#04935F;
	position: absolute;
	left: 0;
	top: 30px;
}
.tit-left strong{
	font-size:22px;
	color:#333;
	line-height:29px;
	display: inline-block;
}
.why-exhibition{
	padding: 0 40px;
}
.why-exhibition .bd,
.how-exhibition .bd{
	border-top: 1px solid #DFDFDF;
}
.why-exhibition .bd-in{
	margin: 0 -22.5px;
	color: #999;
	font-size: 12px;
	line-height: 24px;
}
.tit-ex{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 13px;
	padding-top: 28px;
}

.why-exhibition dl{
	float: left;
	width: 50%;
	padding: 0 22.5px;
}
.ul-mess li{
	background: #F4F5FA;
	overflow: hidden;
	padding: 24px 33px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.ul-mess li img{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
}
.ul-mess li span{
	float: right;
	color: #04935F;
}
.how-exhibition{
	padding: 0 40px;
}
.how-exhibition dd{
	font-size: 12px;
	color: #666;
	line-height: 24px;
}



/*展会*/
.exh-body{
	background: #F4F5FA;
}
#exh-hd{
	position: fixed;
	left: 0;
	top: 0;
	width:100%;
	height:70px; 
	background:rgba(255,255,255,0.9);
	box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.5);
	z-index: 1000;
}
#exh-hd .logo{
	float: left;
}
#exh-hd .logo a{
	display: block;
	line-height: 70px;
}
#exh-hd .logo a img{
	display: inline-block;
	vertical-align: middle;
}
#exh-nav{
	float: right;
}
#exh-nav ul{
	display: inline-block;
	font-size: 0;
	line-height: 70px;
}
#exh-nav li{
	display: inline-block;
	padding: 0 19px;
	font-size: 16px;
}
#exh-nav li a{
	color: #333;
}
#exh-nav li a:hover,
#exh-nav li.on a{
	color: #06A76D;
}
#exh-nav .link{
	display: inline-block;
	width: 130px;
	margin-left: 33px;
}
#exh-nav .link a{
	display: block;
	text-align: center;
	line-height: 36px;
	border: 1px solid #06A76D;
	color: #06A76D;
	font-size: 16px;
	height: 38px;
	
}
#exh-nav .link a:hover{
	background: #06A76D;
	color: #fff;
}
#exh-ban{
	height: 420px;
	overflow: hidden;
}
#exh-ban .slick-dots{
	position: absolute;
	left: 0;
	bottom: 46px;
	width: 100%;
	text-align: center;
}
#exh-ban .slick-dots li{
	display: inline-block;
	width:8px;
	height:8px; 
	background:rgba(255,255,255,0.5);
	margin: 0 5px;
	border-radius: 4px;
	cursor: pointer;
}
#exh-ban .slick-dots li button{
	display: none;
}
#exh-ban .slick-dots li.slick-active{
	width: 26px;
}
#exh-ban .slick-arrow{
	position: absolute;
	top: 50%;
	width: 26px;
	height: 50px;
	margin-top: -25px;
	background: url(../img/expo/arrL2@2x.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	z-index: 100;
	font-size: 0;
	border: 0;
	cursor: pointer;
}
#exh-ban .slick-prev{
	left: 50%;
	margin-left: -605px;
}
#exh-ban .slick-prev:hover{
	background-image: url(../img/content/pic_slider_prev_h.png);
}
#exh-ban .slick-next{
	background-image: url(../img/expo/arrR2@2x.png);
	margin-right: -605px;
	right: 50%;
}
#exh-ban .slick-next:hover{
	background-image: url(../img/content/pic_slider_next_h.png);
}
#exh-ban img{
	display: block;
	width: 100%;
	height: 420px;
}
.exh-row1{
	margin-top: -30px;
	position: relative;
	z-index: 10;
}
.exh-row1 .exh-video{
	float: left;
	width:960px;
	background: #fff;
	height:300px; 
	box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.5); 
	border-radius: 6px ; 
	padding: 20px;
}
.exh-row1 .exh-video .video-box{
	width: 450px;
	height: 260px;
	margin-right: 20px;
}
.exh-row1 .exh-video_phone{
	float: left;
	width:100%;
	background: #fff;
	box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.5); 
	border-radius: 6px ; 
	padding: 20px;
}
.exh-row1 .exh-video_phone .video-box{
	width: 450px;
	height: 260px;
	margin-right: 20px;
}
.exh-row1 .about-txt{
	overflow: hidden;
	font-size: 12px;
	color: #666;
	line-height: 18px;
}
.exh-row1 .about-txt h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
}
.exh-row1 .about-txt{
}
.exh-row1 .about-txt table{
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #333;
}
.count-down{
	background: url(/images/ally_live/djs_bg@2x.png) no-repeat;
	-webkit-background-size: 450px 80px;
	background-size: 450px 80px;
	width: 450px;
	height: 80px;
	overflow: hidden;
	margin-top: 3px;
	padding-left: 80px;
	margin-bottom: 15px;
	padding-top: 9px;
}
.count-down .txt{
	float: left;
	width: 120px;
	color: #fff;
	margin-right: 10px;
}
.count-down .txt h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 29px;
}
.count-down .txt h5{
	line-height: 18px;
}
.count-down .count h4{
	color: #50E3C2;
	font-size: 14px;
	line-height: 21px;
}
.count-down .count .date-tiem{
	width:30px;
	height:30px; 
	background: #fff;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin: 0 6px;
	color: #4e38dd;
	font-weight: bold;
}
.count-down .count .date-tiem.d{
	margin-left: 0;
}
.count-down .count .data-box{
	color: #B5AAFF;
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
}
.exh-row1 .exh-btn-box{
	float: right;
	width:240px;
	height:300px; 
	background:rgba(255,255,255,1);
	box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.5);
	border-radius: 6px; 
	padding: 20px;
}
.exh-row1 .exh-btn-box a{
	display: block;
	width:200px;
	height:57px; 
	border-radius: 2px; 
	text-align: center;
	line-height: 60px;
	background: #34C675;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
.exh-row1 .exh-btn-box a.s1{
	background: #06A76D;
}
.exh-row1 .exh-btn-box a:hover{
	background: #06A76D;
}
.exh-row1 .exh-btn-box a.s3{
	background: #BFAA6E;
}
.exh-row1 .exh-btn-box a.s4,
.exh-row1 .exh-btn-box a.s5{
	border: 1px solid #06A76D;
	background: transparent;
	color: #049350;
	font-size: 14px;
	width: 94px;
	height: 44px;
	line-height: 44px;
	float: left;
	font-weight: normal;
}
.exh-row1 .exh-btn-box a.s5{
	float: right;
	border-color: #BDA35B;
	color: #A0875A;
}
.exh-row1 .exh-btn-box a.s1:hover{
	background: #04935F;
}
.exh-row1 .exh-btn-box a.s3:hover{
	background: #BDA35B;
}
.exh-row1 .exh-btn-box a.s4:hover,
.exh-row1 .exh-btn-box a.s5:hover{
	color: #fff;
}
.exh-row1 .exh-btn-box a.s4:hover{
	background: #06A76D;
}
.exh-row1 .exh-btn-box a.s5:hover{
	background: #BDA35B;
}
.ul-list-expo2{
	margin: 0 -10px;
}
.ul-list-expo2 li{
	padding: 0 10px;
}
.ul-list-expo2 li .txt{
	background: rgba(0,0,0,.2);
}
.ul-list-expo2 li .info{
	width:226px;
	height:132px;
	background: #fff;
	padding: 20px 0 20px 0;
	font-size: 14px;
	line-height: 23px;
	color: #333;
	text-align: center;
	color: #333;
}
.ul-list-expo2 li .btn{
	margin-top: 15px;
}
.ul-list-expo2 li .btn a{
	display: inline-block;
	width:88px;
	height:34px; 
	border-radius: 2px ;
	border: 1px solid #06A76D;
	color: #06A76D;
	font-size: 14px;
	line-height: 34px;
	margin: 0 5px;
}
.ul-list-expo2 li .btn a:hover{
	background: #06A76D;
	color: #fff;
}
.ul-list-expo2 li span,
.ul-list-expo2 li a.link{
	width: 70px;
	height: 24px;
	line-height: 23px;
	background: linear-gradient(-90deg,rgba(0,0,0,0),rgba(5,5,5,0.4));
	position: absolute;
	right: 0;
	top: 15px;
	display: inline-block;
	color: #fff;
	padding-left: 8px;
	z-index: 100;
}
.ul-list-expo2 li .txt h3{
	line-height: 31px;
}
.ul-list-expo2 li a.link{
	color: #fff;
}
.ul-list-expo2 li a.link em{
	background: url(../img/expo/CombinedShape@2x.png) right center no-repeat;
	-webkit-background-size: 14px;
	background-size: 14px;
	padding-right: 20px;
	display: inline-block;	
}
.ul-list-expo2 li a.link:hover em{
	background-image: url(../img/expo/CombinedShape_h@2x.png);
}
.ul-list-expo2 li a.link:hover{
	background: linear-gradient(-90deg,rgba(0,0,0,0),rgba(5,5,5,0.8));
	color: #fff;
}
.ul-list-expo2 li .btn2{
	margin-top: 12px;
}

.ul-list-expo2 li .btn2 .a0{
	width:88px;
	height:34px;
	border-radius: 2px ;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	border: 1px solid #EC0E3A;
	color: #EC0E3A;
	margin: 0 5px;
}
.ul-list-expo2 li .btn2 .a1{
	width:88px;
	height:34px;
	border-radius: 2px ;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	border: 1px solid #4435BB;
	color: #4435BB;
	margin: 0 5px;
}
.ul-list-expo2 li .btn2 .a2{
	width:88px;
	height:34px;
	border-radius: 2px ;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	border: 1px solid #04935F;
	color: #04935F;
	margin: 0 5px;
}
.ul-list-expo2 li .btn2 .a3{
	width:88px;
	height:34px;
	border-radius: 2px ;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	border: 1px solid #DE7407;
	color: #DE7407;
	margin: 0 5px;
}
.ul-list-expo2 li .btn2 .a4{
	width:88px;
	height:34px;
	border-radius: 2px ;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	border: 1px solid #024EC5;
	color: #024EC5;
	margin: 0 5px;
}

.ul-list-expo2 li .btn2 .a0:hover{
	background: #EC0E3A;
	color: #fff;
}
.ul-list-expo2 li .btn2 .a1:hover{
	background: #4435BB;
	color: #fff;
}
.ul-list-expo2 li .btn2 .a2:hover{
	background: #04935F;
	color: #fff;
}
.ul-list-expo2 li .btn2 .a3:hover{
	background: #DE7407;
	color: #fff;
}
.ul-list-expo2 li .btn2 .a4:hover{
	background: #024EC5;
	color: #fff;
}
.ul-list-expo2_phone{
	margin: 0;
}
.ul-list-expo2_phone li{
	padding: 0 10px;
}
.ul-list-expo2_phone li .txt{
	background: rgba(0,0,0,.2);
}
.ul-list-expo2_phone li .info{
	width:226px;
	height:132px;
	background: #fff;
	padding: 20px 0 20px 0;
	font-size: 14px;
	line-height: 23px;
	color: #333;
	text-align: center;
	color: #333;
}
.ul-list-expo2_phone li .btn{
	margin-top: 15px;
}
.ul-list-expo2_phone li .btn a{
	display: inline-block;
	width:88px;
	height:34px; 
	border-radius: 2px ;
	border: 1px solid #06A76D;
	color: #06A76D;
	font-size: 14px;
	line-height: 34px;
	margin: 0 5px;
}
.ul-list-expo2_phone li .btn a:hover{
	background: #06A76D;
	color: #fff;
}
.ul-list-expo2_phone li span,
.ul-list-expo2_phone li a.link{
	width: 70px;
	height: 24px;
	line-height: 23px;
	background: linear-gradient(-90deg,rgba(0,0,0,0),rgba(5,5,5,0.4));
	position: absolute;
	right: 0;
	top: 15px;
	display: inline-block;
	color: #fff;
	padding-left: 8px;
	z-index: 100;
}
.ul-list-expo2_phone li .txt h3{
	line-height: 31px;
}
.ul-list-expo2_phone li a.link{
	color: #fff;
}
.ul-list-expo2_phone li a.link em{
	background: url(../img/expo/CombinedShape@2x.png) right center no-repeat;
	-webkit-background-size: 14px;
	background-size: 14px;
	padding-right: 20px;
	display: inline-block;	
}
.ul-list-expo2_phone li a.link:hover em{
	background-image: url(../img/expo/CombinedShape_h@2x.png);
}
.ul-list-expo2_phone li a.link:hover{
	background: linear-gradient(-90deg,rgba(0,0,0,0),rgba(5,5,5,0.8));
	color: #fff;
}
.ul-list-expo2_phone li .btn2{
	margin-top: 12px;
}

.ul-list-expo2_phone li .btn2 .a0{
	width:88px;
	height:34px;
	border-radius: 2px ;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	border: 1px solid #EC0E3A;
	color: #EC0E3A;
	margin: 0 5px;
}
.ul-list-expo2_phone li .btn2 .a1{
	width:88px;
	height:34px;
	border-radius: 2px ;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	border: 1px solid #4435BB;
	color: #4435BB;
	margin: 0 5px;
}
.ul-list-expo2_phone li .btn2 .a2{
	width:88px;
	height:34px;
	border-radius: 2px ;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	border: 1px solid #04935F;
	color: #04935F;
	margin: 0 5px;
}
.ul-list-expo2_phone li .btn2 .a3{
	width:88px;
	height:34px;
	border-radius: 2px ;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	border: 1px solid #DE7407;
	color: #DE7407;
	margin: 0 5px;
}
.ul-list-expo2_phone li .btn2 .a4{
	width:88px;
	height:34px;
	border-radius: 2px ;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	border: 1px solid #024EC5;
	color: #024EC5;
	margin: 0 5px;
}

.ul-list-expo2_phone li .btn2 .a0:hover{
	background: #EC0E3A;
	color: #fff;
}
.ul-list-expo2_phone li .btn2 .a1:hover{
	background: #4435BB;
	color: #fff;
}
.ul-list-expo2_phone li .btn2 .a2:hover{
	background: #04935F;
	color: #fff;
}
.ul-list-expo2_phone li .btn2 .a3:hover{
	background: #DE7407;
	color: #fff;
}
.ul-list-expo2_phone li .btn2 .a4:hover{
	background: #024EC5;
	color: #fff;
}
.current-events{
	background: #fff;
	overflow: hidden;
}
.ul-active li .pic{
	position: relative;
}
.ul-active li em{
	width:80px;
	height:16px; 
	background:rgba(0,0,0,0.5);
	border-radius: 100px ; 
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	color: #fff;
}
.current-events{
	padding-bottom: 50px;
}



/**/
/****************/
.m3 {
	padding-top: 50px;
}
.m3 h2 {
	color: #4ADE8C;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
.m3 h3{
	text-align: center;
	opacity: .5;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 50)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 25px;
}
.m3 .item-wp{
	overflow: hidden;
	position: relative;
}
.m3 .item-wp .line{
	width:153px;
	height:1px; 
	background:rgba(255,255,255,.2);
	position: absolute;
	left: 154px;
	top: 77px;
}
.m3 .item {
	float: left;
	width: 14.29%;
	text-align: center;
	position: relative;
}
.m3 .item:nth-child(1) {
	margin-left: -5%;
}
.m3 .item:nth-child(3)｛
	margin-left: 20px;
}
.m3 .item:nth-child(6){
	margin-left: 62px;
}
.m3 .item:nth-child(7) {
	
}
.m3 .item:nth-child(8) {
	margin-left: -2%;
}
.m3 .item:nth-child(4)｛

｝
.m3 .item:nth-child(9) {
	margin-left: 1%;
}
.m3 .item:nth-child(5)｛

｝
.m3 .item:nth-child(10) {
	margin-left: 6%;
}
.m3 .item>div {
	width: 286px;
	margin: 0px auto;
	overflow: hidden;
}
.m3 .item>div>div {
	padding-bottom: 60%;
	position: relative;
}
.m3 .item>div>div>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.m3 .item>div>div>div div {
	font-size: 11px;
	text-align: center;
	transform: scale(0.9);
	-ms-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
}
.m3 .item span {
	display: inline-block;
	text-align: center;
	font-size: 13px;
}
.m3 .item font {
	font-size: 36px;
	height: 66px;
	display: inline-block;
	line-height: 66px;
}
.m3 .item font.f2 {
	font-size: 40px;
}
.m3 .item b {
	/*font-size: 18px;*/
	font-weight: normal;
}
.m3 .item b.b2 {
	line-height: 1;
	position: relative;
	top: 0px;
}
.m3 .item b.b1 {
	font-size: 30px;
}
.m3 .item b.b3 {
	font-size: 24px;
}
.m3 .item i {
	display: block;
	/*width: 12%;*/
	height: 24px;
	margin: 0px auto;
	margin-bottom: 13px;
}



/* 大会总览 */
.waterflow-header {
    width: 100%;
    display: table;
    margin: 70px 0;
}

.waterflow-header-title {
    width: 14%;
    text-align: center;
    display: table-cell;
}
.header-title {
    font-size: 34px;
    font-weight: 900;
    color: #525252;
}
.year-review{
	background: url("/images/ally_live/history_bg.jpg") no-repeat center top;
	height: 720px;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.year-review .shaw-top{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 43%;
	background:rgba(0,0,0,0.7);
}
.year-review .shaw-bottom{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 57%;
	background:rgba(0,0,0,0.75);
}
.year-review .wpb_raw_code{
	position: relative;
	z-index: 100;
	color: #fff;
}
.year-review .txt-en{
	width:272px;
	height:38px; 
	font-size:14px;
	color:rgba(255,255,255,.6);
	line-height:19px;
	letter-spacing: 2px;
	margin-top: 10px;
}
.year-review .btn{
	float: left;
	margin-left: 30px;
	font-size: 0;
}
.year-review .btn a{
	display: inline-block;
	width:180px;
	height:56px; 
	border-radius: 2px ; 
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #06A76D;
	text-align: center;
	line-height: 56px;
	margin: 0 15px;
}
.year-review .btn .s2{
	background: #BFAA6E;
}
.year-review .btn a:hover{
	background: #04935F;
}
.year-review .btn .s2:hover{
	background: #BCA35B;
}

.exh-news{
	padding: 50px 0;
	overflow: hidden;
}
.exh-tit{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	padding-bottom: 20px;
}
.exh-tit a.r{
	float: right;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin-right: 10px;
	margin-top: 5px;
}
.exh-tit a.r:hover{
	color: #04935f;
}
.exh-tit_phone{
	font-size: 62px;
	color: #333;
	font-weight: bold;
	padding-bottom: 20px;
    margin-bottom: 30px;
}
.exh-tit_phone a.r{
	float: right;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin-right: 10px;
	margin-top: 5px;
}
.exh-tit_phone a.r:hover{
	color: #04935f;
}
.exh-news-slider{
	float: left;
	width:490px;
}
.exh-news-slider .slider-box{
	box-shadow: 0px 0px 4px 0px rgba(204,204,204,0.5); 
	padding: 20px;
	height:428px; 
	background: #fff;
}
.exh-news-slider .slider{
	overflow: hidden;
	height: 388px;
	
}
.exh-news-slider .imgtxt{
	float: left;
	width: 50%;
	border-bottom: 1px dashed #DFDFDF;
	padding-bottom: 10px;
	margin-bottom: 9px;
}
.exh-news-slider .imgtxt .pic{
	float: left;
	width: 120px;
	margin-right: -20px;
}
.exh-news-slider .imgtxt .pic img{
	display: block;
	width: 90px;
	height: 65px;
}
.exh-news-slider .imgtxt .txt{
	overflow: hidden;
	line-height: 20px;
	padding-top: 8px;
	color: #535353;
	font-size: 12px;
}
.exh-news-slider .imgtxt .txt b{
	display: block;
	color: #262626;
}
.exh-news-slider .imgtxt .txt a{
	color: #13834D;
	text-decoration: underline;
}
.exh-news-imgtxt{
	float: left;
	width:48%;
	margin-left: 20px;

}
.exh-news-imgtxt .news-box{
	height:428px; 
	background:#fff;
	box-shadow: 0px 0px 4px 0px rgba(204,204,204,0.5);
	padding: 20px 16px 20px 20px;
}
.exh-news-imgtxt_phone{
	width:100%;
	margin-left: 20px;

}
.exh-news-imgtxt_phone .news-box{
	background:#fff;
	box-shadow: 0px 0px 4px 0px rgba(204,204,204,0.5);
	padding: 20px 16px 20px 20px;
}
.exh-news-imgtxt_phone .news-box_phone{
	background:#fff;
	box-shadow: 0px 0px 4px 0px rgba(204,204,204,0.5);
	padding: 30px;
}
.ul-imgxt li{
	overflow: hidden;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px dashed #DFDFDF;
}
.ul-imgxt li .pic{
	float: left;
	width: 128px;
	margin-right: 10px;
}
.ul-imgxt li .pic img{
	display: block;
	width: 100%;
	height: 80px;
}
.ul-imgxt li .pic_phone{
	float: left;
	width: 50%;
	margin-right: 20px;
}
.ul-imgxt li .pic_phone img{
	display: block;
	width: 100%;
}
.ul-imgxt li .txt{
	overflow: hidden;
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.ul-imgxt li .txt_phone{
	overflow: hidden;
	font-size: 25px;
	color: #999;
	line-height: 35px;
}
.ul-imgxt li .txt h3{
	font-size: 14px;
	font-weight: bold;
}
.ul-imgxt li .txt h3 a{
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    height: 20px;
    margin-bottom: 13px;
}
.ul-imgxt li .txt h3 a:hover{
	color: #04935F;
}
.ul-imgxt li .txt span{
	float: right;
}
.ul-news-list li{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
	height: 29px;
	line-height: 29px;
	font-size: 12px;
}
.ul-news-list li em{
	width:3px;
	height:3px; 
	background-color: #04935F;
	margin-right: 6px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
}
.ul-news-list li a{
	color: #333;
}
.ul-news-list li a:hover{
	color: #04935F;
}

.exh-message{
	padding-top: 50px;
	padding-bottom: 40px;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% top;
	background-repeat: no-repeat;
}
.message-slider{
	width: 568px;
	position: relative;
}
.message-slider h3{
	font-size: 22px;
	color: #fff;
	margin-bottom: 40px;
	font-weight: bold;
}
.message-slider .line{
	position: absolute;
	left: 83px;
	top: 69px;
	width: 2px;
	height: 410px;
	background: #B6BBCD
}
.message-slider .photo{
	float: left;
	width: 56px;
	margin-right: 50px;
}
.message-slider .photo img{
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 100%;
}
.message-slider .txt{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	width:460px;
	height:66px; 
	background:#B6BBCD;
	border-radius: 2px ; 
	padding: 6px 14px;
	font-size: 12px;

}
.message-slider .item em{
	display: inline-block;
	width:8px;
	height:8px; 
	background:#B6BBCD;
	border-radius: 100%;
	position: absolute;
	left: 79px;
	top: 30px;
}
.message-slider .item{
	position: relative;
	height: 66px;
	overflow: hidden;
	margin-bottom: 20px;
}
.message-slider .item span{
	width: 9px;
    height: 11px;
    background: url(../img/sanjiao_gray.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: block;
    position: absolute;
    left: 98px;
    top: 28px;
}
.message-slider .item:hover .txt{
	background: #fff;
}
.message-slider .item:hover span{
	background-image: url(../img/sanjiao_white.png);
}
.message-slider .slick-arrow{
	position: absolute;
	right: 0;
	width: 24px;
	height: 12px;
	background-color: transparent;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	font-size: 0;
	border: 0;
	cursor: pointer;
	z-index: 30;
}
.message-slider .slick-prev{
	top: -32px;
	background-image: url(../img/arr_top2.png);
}
.message-slider .slick-next{
	bottom: -12px;
	background-image: url(../img/arr_down2.png);
}
.message-slider .slick-prev:hover{
	background-image: url(../img/arr_top2_h.png);
}
.message-slider .slick-next:hover{
	background-image: url(../img/arr_down2_h.png);
}
.diary h3{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.diary h3 a{
	float: right;
	font-size: 14px;
	opacity: .5;
	color: #fff;
	font-weight: normal;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 50)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.diary h3 a:hover{
	color: #13834D;
	opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.diary .pictxt{
	width: 395px;
	float: left;
	margin-right: 38px;
}
.diary .pictxt .pic{
	float: left;
	width: 180px;
	height: 135px;
	margin-right: 14px;
}
.diary .pictxt .pic img{
	width: 100%;
	height: 100%;
	display: block;
}
.diary .pictxt .txt{
	overflow: hidden;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}
.diary .pictxt .txt p{
	opacity: .5;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 50)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.diary .pictxt .txt h5{
	font-size: 14px;
	margin-bottom: 12px;
}
.diary .pictxt .txt h5 a{
	color: #fff;
}
.diary .pictxt .txt h5 a:hover{
	color: #13834D;
}
.diary .pictxt .author img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	position: relative;
	top: -2px;
}
.diary .pictxt .author .add{
	float: right;
}
.diary .pictxt .author{
	opacity: .5;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 50)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	margin-top: 5px;
}
.ul-diary{
	float: right;
	width: 338px;
}
.ul-diary li{
	line-height: 23px;
	overflow: hidden;
}
.ul-diary li em{
	width:3px;
	height:3px; 
	background: #fff;
	border-radius: 100%;
	margin-right: 6px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -8px;
}
.ul-diary li a{
	width: 249px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	opacity: .5;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 50)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.ul-diary li span{
	float: right;
	color: #fff;
	opacity: .5;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 50)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.ul-diary li span img{
	margin-right: 6px;
	position: relative;
	top: 3px;
}
.ul-diary li a:hover{
	opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.brand-fair{
	padding: 50px 0;
	overflow: hidden;
	background: #fff;
}
.brand-fair .brand-fair-hd{
	width: 220px;
	float: left;
	border-right: 10px solid #fff;
}
.brand-fair .brand-fair-hd h3{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 40px;
	padding-top: 20px;
}
.brand-fair .brand-fair-hd h5{
	text-align: center;
	color: #ccc;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 28px;
	margin-top: 6px;
}
.brand-fair .brand-fair-hd img{
	display: block;
	width: 100%;
}
.brand-fair .brand-fair-bd{
	overflow: hidden;
}


.pic-slider2 .left-pic{
	width:800px; height:450px;
	float: left;overflow: hidden;
	text-align: center;
}
.pic-slider2 .left-pic img{
	width: 800px;
	height: 450px;
}
.pic-slider2 .item{
	position: relative;
}
.pic-slider2 .left-pic span{
	position: absolute;
	width: 110px;
	height: 28px;
	line-height: 28px;
	background: rgba(0,0,0,0.5);
	border-radius: 100px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	right: 14px;
	bottom: 14px;
}
.pic-slider2 .right-pic span{
	display: none;
}

.pic-slider2 .right-pic{
	width:180px;
	height: 450px;
	float: right;
	overflow: hidden;
}
.pic-slider2 .right-pic .slick-list{
	height: 450px !important;
	overflow: hidden;
}
.pic-slider2 .right-pic .item{
	width:180px; height:101px; margin-bottom:16px; cursor:pointer; 
	position: relative;
	
}
.pic-slider2 .right-pic .item:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 101px;
	background: rgba(0,0,0,.4);
}
.pic-slider2 .right-pic .item a{
	display: block;height: 100%;
}
.pic-slider2 .right-pic .item a img{width:100%; height:101px;display: block;}
.pic-slider2 .right-pic .slick-current:after{
	background: rgba(255,255,255,.5);
}
.pic-slider2 .right-pic .con{
	position: relative;
}
.pic-slider2 .right-pic em{
	display: inline-block;
}
.pic-slider2 .right-pic .slick-arrow,
.pic-slider2 .right-pic em{
	width: 180px;
	height: 26px;
	border: 0;
	font-size: 0;
	background: url(../img/expo/arrL3@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	outline: none;
	cursor: pointer;
	left: 0;
	z-index: 100;	
}
.pic-slider2 .right-pic .slick-arrow{
	z-index: 99;
}
.pic-slider2 .right-pic .slick-prev,
.pic-slider2 .right-pic em.prev{
	position: absolute;
	top: 0;
}
.pic-slider2 .right-pic .slick-prev:hover{
	background-image: url(../img/expo/arrL3_h@2x.png);
}
.pic-slider2 .right-pic .slick-next,
.pic-slider2 .right-pic em.next{
	background-image: url(../img/expo/arrR3@2x.png);
	position: absolute;
	bottom: 0;
}
.pic-slider2 .right-pic .slick-next:hover{
	background-image: url(../img/expo/arrR3_h@2x.png);
}
.wonderful-video{
	padding-bottom: 50px;
}
.wonderful-video-l-l{
	width: 472px;
	float: left;
}
.out-links{
	padding-bottom: 50px;
}
.ul-out-links{
	margin: 0 -10px;
	overflow: hidden;
}
.ul-out-links li{
	float: left;
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.ul-out-links li img{
	width: 287px;
	height: 90px;
	display: block;
}
.ul-out-links li a:hover img{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.ul-out-links2 li a{
	
}

.about-video em {
	position: absolute;
	left: 50%;
	top: 138px;
	background: url(../img/expo/icon_begin@2x.png) no-repeat;
	background-size: auto auto;
	background-size: auto auto;
	-webkit-background-size: 100%;
	background-size: 100%;
	width: 58px;
	height: 58px;
	display: block;
	margin-left: -29px;
	cursor: pointer;
	z-index: 100;
}