@charset "utf-8";
/* CSS Document */
* {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: black;
}
a:hover{
	text-decoration: none;
}
img {
	border: 0;
}
input {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}
input::-webkit-input-placeholder {
 color: #555;
}
input::-moz-input-placeholder {
 color: #555;
}
input::-ms-input-placeholder {
 color: #555;
}
dl dd {
	padding: 0;
	margin: 0;
}
.clearfix {
	clear: both;
}
.pp{
	padding: 0;
}
.pr{
	padding-right: 0;
}
.pl{
	padding-left: 0;
}
/*---顶部导航---*/
.header .logo{
	margin: 15px 0;
}
.header .tel{
	text-align: right;
}
.header .tel h4{
	font-size: 32px;
	font-weight: bold;
	color: #e50012;
	display: inline-block;
	background: url(../images/icon_tel.png) no-repeat left center;
	padding-left: 50px;
	line-height: 40px;
	margin-top: 35px;
}
.headd{
	background: #0085c6;
}
.headd ul {
	line-height: 60px;
	overflow: hidden;
}
.headd ul li {
	float: left;
	width: 110px;
	text-align: center;
	font-size: 15px;
}
.headd ul li a {
	color: #fff;
	position: relative;
	display: block;
}
.sub_menu {
	position: absolute;
	top:160px;
	left: 0;
	width: 100%;
	background: #0085c6;
	padding: 0;
	height: 0px;
	transition: all ease 0.35s;
	overflow: hidden;
	z-index: 9999;
}
.sub_menu dl {
	width: 1140px;
	margin: auto;
}
.sub_menu dl dd {
	margin: 4px;
	width: 220px;
	float: left
}
.sub_menu dl dd h6 {
	background: #fff;
	line-height: 35px;
	color: #444
}
.headd ul li:hover .sub_menu {
	height: 260px;
	padding: 20px 5%;
	border-top: 1px solid rgba(255,255,255,.3);
}
.headd ul li:hover .sub_cp_menu {
	height: 470px
}
.headd ul li .sub_menu dl dd:hover h6 {
	background: #ff0f06;
	color: #fff
}
.headd ul li span {
	display: block;
	width: 0%;
	height: 3px;
	background: #ff0f06;
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: all ease 0.35s;
	transform: translateX(-50%)
}
.headd ul li:hover span {
	width: 100%
}
.sub_cp_menu dl dd {
	width: 220px;
	margin: 4px
}
.sub_menu img{
	width: 100%;
}







/*----页脚---*/
.footer {
	background: url(../images/footer_bg.jpg) no-repeat center left;
	background-size: cover;
	padding: 70px 0;
}
.footer dl {
	float: left;
	margin: 0 42px;
}
.footer dl a {
	color: white;
}
.footer dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 23px;
}
.footer dd {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	opacity: 0.7;
	line-height: 30px;
}
.footer .dl_first {
	margin-left: 15px;
}
.footer .dl_third {
	margin-left: 8px;
}
.footer .dl_last {
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0;
}
.footer .dl_last dt {
	float: left;
}
.footer .dl_last dd {
	float: left;
	margin-left: 20px;
}
.footer dl a:hover {
	color: #1cb4ff;
}
.friendship {
	text-align: center;
	color: #444;
	font-size: 14px;
}
.friendship a{
	display: inline-block;
	line-height: 50px;
	color: #444;
}
.friendship a:hover{
	color: #0276ae;
}
.copyright {
	background: url(../images/copyright_bg.png) no-repeat center left;
	background-size: 100% 100%;
	text-align: center;
}
.copyright p {
	float: left;
	color: #fff;
	line-height: 50px;
	font-weight: normal;
	margin-left: 240px;
}
.copyright a{
	color: #fff;
}
.copyright a:hover{
	color: #0276ae;
}
.bdsharebuttonbox{
	margin-top: 12px;
	margin-left: 10px;
	float: left;
}
/*---banner---*/
.banner {
	position: relative;
}
.banner img{
	width: 100%;
	display: block;
}
.banner h4{
	background: #ee000f;
	display: inline-block;
	padding: 20px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -140px;
	margin-top: -50px;
}
.banner h4 span{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	width: 260px;
	line-height: 80px;
	display: inline-block;
	border: 1px solid #fff;
}
.index .container{
	width: 1140px;
	padding: 0;
	border-bottom: 1px solid #e9e9e9;
}
.index a{
	display: inline-block;
	line-height: 40px;
	color: #444;
}
.index a:nth-child(1){
	background: url(../images/icon_home.png) no-repeat left center;
	padding-left: 30px;
}
.index a:hover{
	color: #ee000f;
}
.index .current{
	color: #ee000f;
}
@media(max-width:1200px){
	.index .container{
		width: 940px;
	}
	.banner h4{
		margin-left:  -105px;
		margin-top: -35px;
		padding: 10px;
	}
	.banner h4 span{
		font-size: 30px;
		width: 200px;
		line-height: 60px;
	}
}
@media(max-width:992px){
	.index .container{
		width: 720px;
	}
	.banner h4{
		display: none;
	}
}
@media(max-width:768px){
	.index .container{
		width: 100%;
		padding: 0 15px;
	}
}
.ym{
	text-align: center;
}
.ym a{
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	background: #b6b6b6;
	color: #fff;
	margin: 0 5px;
}
.ym a:hover{
	background: #ee000f;
}
.ym .current{
	background: #ee000f;
}
/*---资质荣誉---*/
.honor{
	padding: 50px 0;
}
.honor li {
	margin-bottom: 30px;
}
.honor li img{
	width: 100%;
	display: block;
}
@media(max-width:1200px){
	.honor{
		margin-bottom: 53px;
	}
}
@media(max-width:768px){
	.honor{
		padding: 30px 10px;
	}
	.honor ul{
		margin-bottom: 10px;
	}
	.honor li{
		padding: 0 5px;
		margin-bottom: 10px;
	}
}
/*--案例---*/
.case{
	padding: 50px 0;
}
.case .container{
	padding: 0 5px;
}
.case ul{
	margin-bottom: 10px;
}
.case li {
	padding: 0;
}
.case li a{
	display: block;
	margin: 0 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.case li img{
	width: 100%;
	display: block;
}
.case li:hover img{
	transform: scale(1.05);
	transition: all ease 0.5s;
}
.case li h4{
	line-height: 40px;
	width: 100%;
	text-align: center;
	color: #fff;
	background: #ee000f;
	font-size: 14px;
	position: relative;
	z-index: 1;
}
@media(max-width:1200px){
	.case{
		margin-bottom: 53px;
	}
}
@media(max-width:768px){
	.case {
		padding: 30px 0px;
	}
	.case li h4{
		font-size: 0.8em;
	}
}

/*---建筑知识---*/
.jzzs{
	padding: 50px 0;
}
.jzzs li{
	padding: 0;
}
.jzzs li a{
	display: block;
	margin: 0 15px;
	margin-bottom: 30px;
	border: 1px solid #e9e9e9;
	padding: 20px;
}
.jzzs li h4{
	font-size: 18px;
	color: #444;
}
.jzzs li h6{
	font-size: 13px;
	margin-top: 10px;
	color: #666;
}
.jzzs li:hover a{
	background: #ee000f;
	transition: all ease 0.5s;
}
.jzzs li:hover h4{
	color: #fff;
}
.jzzs li:hover h6{
	color: #fff;
}
@media(max-width:1200px){
	.jzzs{
		margin-bottom: 53px;
	}
}
@media(max-width:768px){
	.jzzs{
		padding: 30px 10px
	}
	.jzzs ul{
		margin-bottom: 5px;
	}
	.jzzs li a{
		margin: 0 5px;
		margin-bottom: 10px;
		padding: 10px;
	}
	.jzzs li h4{
		font-size: 1.0em;
	}
	.jzzs li h6{
		font-size: 0.8em;
		margin-top: 5px;
	}
}

/*---建筑知识终端展示---*/
.jzzs_show{
	padding: 50px 0;
}
.jzzs_show .top{
	width: 1100px;
	background: #efefef;
	padding: 30px;
	color: #333;
	position: relative;
	margin-bottom: 20px;
}
.jzzs_show .title{
	font-size: 24px;
	margin-bottom: 10px;
}
.jzzs_show .lll{
	padding-left: 30px;
	background: url(../images/icon_lll.png) no-repeat left center;
}
.jzzs_show .time{
	position: absolute;
	right: -40px;
	top: 40px;
	width: 192px;
	line-height: 42px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: url(../images/icon_sbx.png) no-repeat center;
	display: inline-block;
	background-size: cover;
}
.content{
	line-height: 30px;
}
.content img{
	margin: 10px 0;
}
.bottom1{
	line-height: 50px;
	background: #efefef;
	padding: 0 15px;
	margin-top: 30px;
}
.bottom1 a{
	color: #444;
}
.bottom1 a:hover{
	color: #ee000f;
}
.bottom1 a:nth-child(1){
	margin-right: 200px;
}
.bottom1 a:nth-child(3){
	float: right;
}
@media(max-width:1200px){
	.jzzs_show{
		margin-bottom: 53px;
	}
	.jzzs_show .top{
		width: 910px;
	}
	.jzzs_show .time{
		right: -30px;
	}
}
@media(max-width:992px){
	.jzzs_show .top{
		width: 100%;
	}
	.jzzs_show .time{
		top: 0;
		right: 0;
		background: #ee000f;
		line-height: 50px;
	}
}
@media(max-width:768px){
	.jzzs_show{
		padding: 30px 0;
	}
	.jzzs_show .top{
		margin-bottom: 10px;
	}
	.jzzs_show .time{
		position: inherit;
		margin-top: 10px;
		width: 140px;
		font-size: 16px;
		line-height: 40px;
	}
	.jzzs_show .title{
		font-size: 20px;
	}
	.content{
		font-size: 0.8em;
	}
	.content img{
		width: 100%;
	}
	.bottom1{
		padding: 10px 15px;
		margin-top: 15px;
	}
	.bottom1 a{
		display: block;
		line-height: 20px;
		padding: 5px 0;
	}
	.bottom1 a:nth-child(3){
		margin-top: -45px;
	}
	.bottom1 a{
		margin-right: 0!important;
	}
}

/*---联系我们----*/
.contact{
	padding: 50px 0;
}
.contact .top{
	background: url(../images/contact_bg.png) no-repeat center;
	background-size: cover;
}
.contact .title{
	font-size: 24px;
	color: #ee000f;
	margin-bottom: 10px;
	margin-top: 30px;
}
.contact p{
	line-height: 28px;
}
.iw_poi_title {
	color:#CC5522;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	padding-right:13px;
	white-space:nowrap
}
.iw_poi_content {
	font:12px arial,sans-serif;
	overflow:visible;
	padding-top:4px;
	white-space:-moz-pre-wrap;
	word-wrap:break-word
}
.contact .center,.contact .bottom{
	box-sizing: content-box;
}
.maps{
	margin-top: 30px;
	border-top: 5px solid #ee000f;
}
#dituContent{
	width: 100%;
	height: 400px;
}
@media(max-width:1200px){
	.contact{
		margin-bottom: 53px;
	}
}
@media(max-width:768px){
	.contact{
		padding: 30px 0;
	}
	.contact .top{
		background: none;
	}
	.contact .title{
		margin-top: 0;
	}
}
/*---售后服务---*/
.service{
	padding: 50px 0;
}
@media(max-width:1200px){
	.service{
		margin-bottom: 53px;
	}
}
@media(max-width:768px){
	.service{
		padding: 30px 0;
	}
}
/*---销售网络---*/
.xswl{
	padding: 50px 0;
}
.xswl .title{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 30px;
}
.xswl img{
	margin: 0 auto;
	display: block;
}

@media(max-width:1200px){
	.xswl{
		margin-bottom: 53px;
	}
	.xswl .title{
		font-size: 24px;
	}
}
@media(max-width:992px){
	.xswl .title{
		font-size: 20px;
	}
	.xswl img{
		width: 100%;
	}
}
@media(max-width:768px){
	.xswl{
		padding: 30px 0;
	}
	.xswl .title{
		font-weight: normal;
		font-size: 18px;
	}
}
/*---新闻资讯----*/
.news{
	padding: 50px 0;
}
.news ul{
	margin-bottom: 30px;
}
.news li{
	margin-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}
.news .time{
	background: #dcdcdc;
	color: #ee000f;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 25px 0;
}
.news .time span{
	font-size: 60px;
}
.news .wz{
	padding-left: 30px;
	padding-right: 0;
}
.news .wz h4{
	font-size: 22px;
	color: #111;
	margin-top: 15px;
	margin-bottom: 15px;
}
.news .wz h6{
	font-size: 14px;
	margin-bottom: 15px;
}
.news .wz h6 span{
	margin-right: 15px;
}
.news .wz h6 span:nth-child(3){
	display: none;
}
.news .wz p{
	text-align: justify;
	line-height: 24px;
	font-size: 14px;
}
.news li:hover{
	border-bottom-color: #ee000f;
}
.news li:hover .time{
	background: #ee000f;
	color: #fff;
	transition: all ease 0.5s;
}
.news li:hover h4{
	color: #ee000f;
}
@media(max-width:1200px){
	.news{
		margin-bottom: 53px;
	}
	.news .wz h4{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.news .wz h6{
		margin-bottom: 10px;
	}
}
@media(max-width:992px){
	.news .wz h4{
		margin-top: 0;
	}
	.news .wz{
		padding-left: 20px;
	}
}
@media(max-width:768px){
	.news{
		padding: 30px 0;
	}
	.news li{
		padding-bottom: 15px;
	}
	.news .wz h6 {
		font-size: 0.8em;
		line-height: 20px;
	}
	.news .wz p{
		font-size: 0.8em;
	}
}
@media(max-width:767px){
	.news .time{
		display: none;
	}
	.news .wz h6 span:nth-child(3){
		display: inline-block;
	}
	.news .wz{
		padding-left: 0;
	}
	.news .wz h4{
		font-weight: bold;
	}
}

/*---新闻终端----*/
.news_show{
	padding: 50px 0;
}
.news_show .left{
	background: #c4c4c4;
	font-size: 16px;
	color: #ee000f;
	font-weight: bold;
	text-align: center;
	padding: 25px 0;
}
.news_show .left .miao{
	font-size: 60px;
}
.news_show .right{
	padding-left: 30px;
}
.news_show .right .title{
	font-size: 20px;
	margin-bottom: 10px;
}
.news_show .time{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.news_show .right .ti{
	display: inline-block;
	margin-right: 15px;
}
.news_show .right .ti1{
	display: none;
}
@media(max-width:1200px){
	.news_show{
		margin-bottom: 53px;
	}
	.news_show .left{
		font-size: 15px;
	}
	.news_show .left .miao{
		font-size: 50px;
	}
}
@media(max-width:768px){
	.news_show{
		padding: 30px 0;
	}
}
@media(max-width:767px){
	.news_show .left{
		display: none;
	}
	.news_show .right{
		padding-left: 0;
	}
	.news_show .right .ti1{
		display: inline-block;
	}
	.news_show .title{
		font-weight: bold;
	}
}
/*----再线留言----*/
.message{
	background: url(../images/message_bg.jpg) no-repeat center;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 100px;
}
.message .index{
	margin-bottom: 80px;
	color: #fff;
}
.message .index .container{
	border: 0;
}
.message .index a{
	color: #fff;
}
.message .index a:hover{
	color: #ee000f;
}
.message .index .current{
	color: #ee000f;
}
.message .top{
	background: url(../images/feedback.png) no-repeat left top;
	padding-top: 50px;
	padding-left: 30px;
}
.message .top h4{
	font-size: 24px;
	color: #ee000f;
	margin-bottom: 10px;
}
.message .top p{
	width: 55%;
	color: #fff;
}
.message .bottom{
	background: rgba(0,0,0,0.5);
	padding: 50px;
	margin-top: 80px;
}
.message .bd{
	display: block;
	float: left;
	width: 48%;
	margin: 1%;
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
	background: #fff;
	padding-left: 10px;
}
.message .bd1{
	width: 98%;
	height: 180px;
}
.message .m_btn{
	width: 140px;
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
	color: #fff;
	margin-left: 1%;
	margin-top: 2%;
	background: #ee000f;
}
.message .m_btn1{
	background: #00acef;
}
.message .m_btn:hover{
	opacity: 0.85;
}
.message .right img{
	display: block;
	float: right;
}
@media(max-width:1200px){
	.message{
		margin-bottom: 53px;
	}
}
@media(max-width:992px){
	.message .right{
		display: none;
	}
	.message .index{
		margin-bottom: 50px;
	}
}
@media(max-width:768px){
	.message{
		padding-bottom: 50px;
	}
	.message .top{
		background: none;
		padding: 0;
	}
	.message .index{
		margin-bottom: 20px;
	}
	.message .top p{
		width: 100%;
	}
	.message .bottom{
		margin-top: 30px;
	}
}
@media(max-width:600px){
	.message .bottom{
		padding: 15px;
	}
	.message .top h4{
		font-size: 20px;
	}
	.message .top p{
		font-size: 0.8em;
	}
	.message .m_btn{
		width: 120px;
	}
}

/*---产品展示---*/
.product{
	padding: 50px 0;
}
.product .left dl{
	background: #efefef;
	margin-bottom: 0;
}
.product .left dt{
	background: #ee000f;
	padding: 15px 20px;
	margin-bottom: 20px;
}
.product .left .jt{
	width: 21px;
	height: 21px;
	margin-bottom: 10px;
	background: url(../images/icon_djt.png) no-repeat center;
}
.product .left dt h6{
	font-size: 20px;
	color: #fff;
	margin: 5px 0;
}
.product .left dt h4{
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}
.product .left dd{
	padding: 0 15px;
	line-height: 40px;
	font-size: 16px;
}
.product .left dd:hover{
	background: #ee000f;
	transition: all ease 0.5s;
}
.product .left dd:hover a{
	color: #fff;
}
.product .left .current{
	background: #ee000f;
}
.product .left .current a{
	color: #fff;
}
.product .right img{
	width: 100%;
	display: block;
}
.product .right ul{
	width: 858px;
	margin-bottom: 10px;
}
.product .right li{
	padding: 0 10px;
	margin-bottom: 20px;
}
.product .right li a{
	display: block;
	overflow:hidden;		
}
.product .right .wz{
	position: relative;
	margin-top: 10px;
}
.product .right li .wz h4{
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
}
.product .right li .wz a{
	float: right;
	background: #ee000f;
	color: #fff;
	text-align: center;
	width: 110px;
	line-height: 30px;
}
.product .right li .wz a:hover{
	opacity: 0.65;
}
.product .right li:hover img{
	transform: scale(1.05);
	transition: all ease 0.5s;
}
.table_pro{
	display: none;
	padding: 0 10px;
	margin-bottom: 20px;
}
.table_pro a{
	display: inline-block;
	padding: 5px 10px;
	color: #444;
	margin-bottom: 5px;
}
.table_pro a:hover{
	background: #ee000f;
	color: #fff;
}
.table_pro .current{
	background: #ee000f;
	color: #fff;
}
@media(max-width:1200px){
	.product{
		margin-bottom: 53px;
		padding-top: 30px; 
	}
	.product .left{
		display: none;
	}
	.product .right{
		padding: 0;
	}
	.product .right ul{
		width: 100%;
	}
	.table_pro{
		display: block;
	}
}
@media(max-width:768px){
	.product{
		padding: 30px 10px;
	}
	.table_pro{
		margin-bottom: 10px;
	}
	.product .right li{
		padding: 0 5px;
		margin-bottom: 10px;
	}
}
@media(max-width:600px){
	.product .right li h4{
		line-height: 30px;
		font-size: 0.8em;
	}
	.table_pro a{
		font-size: 0.8em;
	}
}
@media(max-width:767px){
	.product .right li .wz a{
		width: auto;
		padding: 0 15px;
	}
}
@media(max-width:380px){
	.product .right li .wz h4{
		display:block;
		margin-bottom:10px;
	}
	.product .right li .wz a{
		float:none;
		display:inline-block;
	}
}
/*---产品终端展示---*/
.product_show{
	padding: 50px 0;
}
.product_show .left img{
	width: 100%;
	display: block;
	border-radius: 10px;
	box-shadow: 1.5px 2.598px 7px 0px rgba(0, 0, 0, 0.35);
}
.table_js{
	margin-top: 30px;
	margin-bottom: 10px;
}
.table_js a{
	background: #00acef;
	color: #fff;
}
.table_js a:hover{
	background: #ee000f;
	transition: all ease 0.5s;
}
.table_js .current{
	background: #ee000f;
	transition: all ease 0.5s;
}
.pro_title{
	width: 110px;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	background: #ee000f;
	margin-bottom: 15px;
	display: inline-block;
	cursor: pointer;
}
.pro_js{
	background: url(../images/icon_logo.png) no-repeat bottom right,#eee;
	border-radius: 10px;
	padding: 10px 20px;
}
.pro_js li{
	line-height: 30px;
	text-align: justify;
}

@media(max-width:1200px){
	.product_show{
		margin-bottom: 53px;
	}
}
@media(max-width:992px){
	.product_show .left{
		padding: 0;
		margin-bottom: 30px;
	}
	.product_show .left img{
		width: auto;
	}
	.product_show .right{
		padding: 0;
	}
}
@media(max-width:768px){
	.product_show{
		padding: 30px 0;
	}
	.product_show .left img{
		width: 100%;
	}
	.product_show li{
		font-size: 0.8em;
	}
	.pro_title{
		width: 80px;
		line-height: 28px;
		margin-bottom: 5px;
	}
}

/*---关于我们---*/
.title1{
	text-align: center;
}
.title1 h2{
	font-size: 40px;
	color: #1f6aae;
}
.title1 h6{
	color: #7f7f7f;
	font-size: 20px;
	margin-top: 10px;
}
.title1 .line{
	width: 2px;
	height: 20px;
	margin: 10px auto 25px auto;
	background: url(../images/icon_about_line.png) no-repeat center;
}
.about0{
	padding: 50px 0;
}
.about0 .left .img_box{
	width: 100%;
	height: 443px;
	background: #5d5d5d;
	margin-left: 40px;
}
.about0 .left img{
	width: 100%;
	margin-top: 15px;
	margin-left: 15px;
}
.about0 .left .wz{
	line-height: 40px;
	width: 150px;
	color: #fff;
	text-align: center;
	background: #ee000f;
	position: absolute;
	bottom: 0px;
	left: 0;
	font-size: 16px;
}
.about0 .right{
	padding-left: 70px;
	line-height: 30px;
	text-align: justify;
}

.about1{
	padding: 50px 0 30px 0;
	background: #eeeeee;
}
.about1 .top1{
	margin-bottom: 20px;
}
.about1 .top1 img{
	width: 100%;
	display: block;
}


.about2{
	padding: 50px 0;
}
#timeline {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px auto 0 auto;
	position: relative;
	background: url('../images/licbg.png') left top 20px no-repeat;
	background-size: contain;
}
#timeline .wy{
	margin-left: -530px;
}
#dates {
	width: 10000px !important;
	padding-top: 50px;
}
#dates li span{
	position: absolute;
	top: -49px;
	left: 50%;
	margin-left: -1px;
	display: block;
	width: 2px;
	height: 24px;
	background: #1d1d1d;
}
#dates li {
	float: left;
}
#dates a {
	display: block;
	width: 75px;
	line-height: 25px;
	font-size: 16px;
	color: #fff;
	background: #2f2f2f;
	text-align: center;
	border-radius: 13px;
	position: relative;
	margin: 0 10px;
}
#dates .selected {
	border-radius: 13px;
	background: #ee000f;
	text-decoration: none;
}
#issues {
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}
#issues li {
	width: 1140px;
	height: auto;
	background: #ee000f;
	list-style: none;
	float: left;
}
#issues li a{
	width: 1130px;
	margin-bottom: 10px;
	display: block;
	background: #eeeeee;
	padding: 10px;
}
#issues li img {
	width: 100%;
	display: block;
}
#issues li .right{
	padding: 30px 30px 30px 40px;
}
#issues li h4{
	font-size: 24px;
	margin-bottom: 20px;
	color: #00acef;
}
#issues li p{
	line-height: 24px;
	text-align: justify;
	color: #444;
}
#next, #prev {
	position: absolute;
	bottom: 0px;
	font-size: 40px;
	font-family: "宋体";
	width: 50px;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
	color: #fff;
	background: #2f2f2f;
	text-decoration: none;
}
#next:hover{
	background: #1f6aae;
}
#prev:hover{
	background: #1f6aae;
}
#next {
	right: 0;
}
#prev {
	left: 0;
}
#next.disabled, #prev.disabled {
	opacity: 0.2;
}


@media(max-width:1200px){
	.about2{
		margin-bottom: 53px;
	}
	.about0 .right{
		line-height: 28px;
		font-size: 13px;
	}
	.about0 .left .img_box{
		height: 363px;
	}
	.about0 .left .wz{
		line-height: 36px;
		width: 120px;
		font-size: 15px;
	}
	#timeline .wy{
		margin-left: -425px;
	}
	#issues li{
		width: 940px;
	}
	#issues li a{
		width: 930px;
	}
}

@media(max-width:992px){
	.about0 .left{
		padding: 0;
		margin-bottom: 20px;
	}
	.about0 .right{
		padding: 0;
	}
	.about0 .left .img_box{
		height: auto;
		margin: 0;
		background: none;
	}
	.about0 .left .img_box img{
		margin: 0;
	}
	.about0 .left .wz{
		display: none;
	}
	#timeline .wy{
		margin-left: -320px;
	}
	#dates a{
		margin: 0 8px;
	}
	#issues li{
		width: 720px;
	}
	#issues li a{
		width: 710px;
	}
	#issues li h4{
		font-size: 20px;
		line-height: 28px;
	}
}

@media(max-width:768px){
	.about0{
		padding: 30px 0;
	}
	.about0 .left{
		margin-bottom: 10px;
	}
	.about2{
		padding: 30px 0;
	}
	.about1{
		padding: 30px 0 10px 0;
	}
	.title1 h2{
		font-size: 30px;
	}
	.title1 h6{
		font-size: 16px;
	}
	.title1 .line{
		margin-bottom: 15px;
		height: 20px;
	}
	#timeline .wy{
		margin-left: -300px;
	}
	.about0 .right{
		font-size: 0.8em;
	}
	#dates a{
		font-size: 0.8em;
	}
	#issues{
		margin-top: 50px;
	}
}













