input {-webkit-appearance:none; /*去除input默认样式*/}
.wide{width: 1200px;margin:0 auto;overflow: hidden;}
/*浏览器低版本提示*/
#brower-max {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); z-index: 1000; display: none;}
#brower-max.cur00 {display: block;}
#brower {position: fixed; width: 400px; height: 200px; background-color: #fff; text-align: center; top: 50%; left: 50%; margin-left: -200px; margin-top: -100px; padding-top: 50px; z-index: 1000; display: none;}
#brower.cur00 {display: block;}
#brower p {margin-top: 20px;}
#brower p a {color: #ff9c00;}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  #brower-max {background-color:#000000; filter:Alpha(opacity=50); *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */}
  #brower {filter:Alpha(opacity=100);}
}
/*返回顶部*/
.go-top{position: fixed;bottom: 30px;right: 30px;height: 60px;background-size: 100%;cursor: pointer;z-index: 101;background-color: #ccc;text-align: center;width:60px;color: #fff;padding-top:5px;padding-bottom: 5px;font-size: 12px;visibility: hidden;}
.go-top img{display: block;margin: 0 auto;height:80%;margin-bottom: 3px;}
/*共用样式*/
.trantime{transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;-webkit-transition: all .5s;}
.ss-scale{transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;-webkit-transition: all .5s;}
.ss-scaleli:hover .ss-scale{transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);-webkit-transform:scale(1.05);}

.ellipselist{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;overflow:hidden;}

.more-active span{position:relative;right: 0px;}
.more-active:hover span{animation: mysecond .8s linear infinite ;-moz-animation: mysecond .8s linear infinite ;	-webkit-animation: mysecond .8s linear infinite ;-o-animation: mysecond .8s linear infinite ;}
@keyframes mysecond{
	0%{right:0;}
	50%{right:-5px;}
	100%{right:0;}
}

/*
	本项目公共样式
*/
/*头部样式*/
.topnav{
	width: 100%;
	height: 97px;
	position: fixed;
	top: 0;
	z-index: 99;
	background-color: rgba(255,255,255,0.95);
	/* overflow: hidden; */
}
.nav{
	height: 97px;
	z-index: 100;
	/* position: relative; */
	width: 1200px;
	margin: 0 auto;
	/*border: 1px solid red;*/
}
.logo{
	margin-top: 25px;
}
.nav-bar{
	/*margin-left: 100px;*/
	/*width: 917px;*/
	height: 100%;
}
.nav-bar ul{
	/*width: 100%;*/
	height: 100%;
	overflow: hidden;
}
.nav-bar ul li{
	display: block;
	float: left;
	padding: 0 24px;
	color: #666666;
	font-size: 18px;
	line-height: 97px;
	height: 100%;
}
.nav-bar ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.slide-tow-box{
	display: none;
	width: 100%;
	margin-top: 97px;
	padding-top: 5px;
	position: absolute;
	top: 97px;
	width: 100%;
    min-width: 1180px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    color: #B88627;
}
.slide-tow-box .slide-tow{
	/* width: 100%; */
}
.slide-tow-box .slide-tow dl{
	float: left;
    width: 250px;
    margin-right: 44px;
    overflow: hidden;
}
.slide-tow-box .slide-tow dt{
	padding: 0 0 10px 10px;
    margin-bottom: 8px;
    border-bottom: 2px solid #c7c7c7;
    font: 18px/20px Microsoft YaHei;
}
.slide-tow-box .slide-tow dd{
	margin-bottom: 8px;
    overflow: hidden;
    zoom: 1;
    height: 120px;
}
.slide-tow-box .slide-tow dd a{
	float: left;
    padding: 2px 10px;
    margin: 0 0 10px -1px;
    border-left: 1px solid #ddd;
    font: 14px/16px simsun;
    color: #242424;
    white-space: nowrap;
}
.slide-tow-box .slide-tow dd a:hover{
	background-color: #dd3131;
    color: #fff;
    text-decoration: none;
}
.hightlight a{
	color: #ae0b01;
	position: relative;
}
.hightlight a:after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ae0b01;
	position: absolute;
	top:76px;
	left: 0;
}
/*.nav-bar ul li:hover a{
	color: #ae0b01;
}*/

/**/
.meetingBanner{
	width: 100%;
	height: 256px;
	/*background-image: url('../images/meeting/banner1.jpg');*/
}
.meetingBanner li{
	width: 100%;
	height: 256px;
	background-position: center center;
	background-repeat: no-repeat;
}
/*头部样式部分结束*/
.ground{
	overflow: hidden;
	width: 100%;
	background: #f6f6f6;
	padding-bottom: 60px;
}
.filla{
	display: block;
	width: 100%;
	height: 100%;
}
/*底部公共样式*/
.footer{
	width: 100%;
	height: 303px;
	padding-top: 60px;
	background-color: #2f2f2f;
	overflow: hidden;
}
.footer-content{
	height: 196px;
}
.footer-content .scan{
	margin-right: 170px;
}
.footer-content .scan img{
	margin-right: 20px;
}
.footer-content .consult{
	width: 272px;
	height: 118px;
	margin-right: 119px;
}
.footer-content .consult ul{
	height: 62px;
}
.footer-content .consult li{
	position: relative;
	float: left;
	width: 82px;
	height: 62px;
	text-align: center;
}
.footer-content .consult li a{
	width: 82px;
	height: 62px;
	font-size: 12px;
	color: #ffffff;
}
.footer-content .consult li a i{
	display: block;
	color: #ae0b01;
	/*width: 50px;*/
	/*height: 40px;*/
	font-size: 30px;
}
.consult li a .code{
	position: absolute;
	display: none;
	/*visibility: hidden;*/
	bottom: -120px;
	left: -20px;
	width: 120px;
	height: 120px;
}
.consult li a .qqcode{
	background-image: url('../images/scan1.jpg');
}
.consult li .weibocode{
	background-image: url('../images/scan2.jpg');
}
.footer-content .consult li:hover .code{
	display: block;
	/*visibility: visible;*/
}
.footer-content .consult p{
	color: #ffffff;
	line-height: 25px;
	font-size: 12px;
}
.footer-content .consult h2{
	color: #ffffff;
	font-size: 18px;
}
.footer-content .contackway{
	width: 350px;
}
.footer-content .contackway i{
	padding: 10px;
	color: #999999;
}
.footer-content .contackway a{
	display: block;
	color: #ffffff;
	font-size: 12px;
	line-height: 24px;
}
.footer .copyright{
	width: 100%;
	margin: auto;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
/*.copyright .copyright-text{
	min-width: 
}*/
.footer .copyright .hr{
	width: 35%;
	margin-top: 8px;
	border-top: 1px dashed #1d1d1d;
	border-bottom: 1px dashed #404040;
}
.footer .copyright a{
	color: #666666;
}
/*首页栏目标题样式*/
.titlt-box{
	width: 100%;
	height: 110px;
	text-align: center;
}
.titlt-box .title{
	position: relative;
	box-sizing: content-box;
	height: 45px;
	font-size: 30px;
	color: #333333;
	padding-bottom: 18px;
	border-bottom: solid 1px #999999;
}
.titlt-box .title:after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #ae0b01;
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	/*margin-left: -50%;*/
	top: 60.5px;
}
.titlt-box .ico{
	width: 6px;
	height: 6px;
	background: #ae0b01;
	display: block;
}
.titlt-box .text{
	font-size: 18px;
	line-height: 40px;
	color: #999999;
	margin-bottom: 25px;
}
/*自定义分页器*/
.swiper-pagination-customs{
	width: 56px;
	height: 3px;
	border-radius: 1px;
	background-color: #ffffff;
	display: inline-block;
	opacity: .3;
	margin: 0 5px;
}
.swiper-pagination-customs-activ{
	opacity: 1;
	background-color: #ae0b01;
}
#ani-prev{
	width: 51px;
	left: 0;
	height: 51px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	/*background-size: 100% 100%;*/
	background-size: 7px 13px;
	background-image: url('../images/leftxiaojiantou.png')
}
#ani-next{
	width: 51px;
	height: 51px;
	left: 51px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 7px 13px;
	background-image: url('../images/rightxiaojiantou.png')
}
/*分页器样式*/
.pagination{
	margin-top: 6px;
}
.pagination>*{
	display: inline-block;
	overflow: hidden;
	text-align: center;
	height: 100%;
	line-height: 39px;
	background-color: #dcdddf;
}
.pagination>*:hover{
	background-color: #ae0b01;

}
.pagination a{
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 5px;
}
.pagination dd.active{
	background-color: #ae0b01;
}
.pagination dd.active a{
	color: #fff;
}
.pagination>*:hover a{
	color: #fff;

}

.pagination>dt{
	padding: 0 16px;
}
.pagination>dd{
	padding: 0 7px;
}
.rebbackground{
background-color: #ae0b01;
}