@charset "gb2312";
/* CSS Document */
.banner_wrap {
	width: 100%;
	height: 74px;
	position: relative;
}
.ch_head {
	width: 100%;
	height: 74px;
	background: url(../images/ch_head_bg.png) repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}
.ch_head .ch_con {
	width: 1000px;
	height: 43px;
	padding: 15px 0;
	margin: 0 auto;
}
.ch_head .ch_con .ch_logo {
	width: 160px;
	height: 43px;
	float: left;
	margin-right: 40px;
}
.ch_head .ch_con .ch_nav {
	width: 800px;
	height: 43px;
	line-height: 43px;
	float: left;
}
.ch_head .ch_con .ch_nav a {
	line-height: 43px;
	color: #fff;
	font-size: 15px;
	padding: 0 15px;
}
.ch_head .ch_con .ch_nav a:hover {
	color: #84bfff;
}
.ch_head .ch_con .ch_nav a.hover {
	color: #84bfff;
	font-size: 18px;
}
.ch_head .ch_con .ch_nav span {
	padding: 0 7px;
	background: url(../images/xiexian.png) no-repeat center center;
}
.back_top_wrap {
	width: 940px;
	height: 0;
	margin: 0 auto;
	position: relative;
}
.back_top_wrap .back_top {
	width: 64px;
	height: 64px;
	cursor: pointer;
	position: absolute;
	display: none;
}
.back_top_wrap .back_top a {
	background: url(../images/back_to_top.png) no-repeat center center;
	width: 64px;
	height: 64px;
	display: block;
}
.side_bar {
	width: 940px;
	height: 0;
	margin: 0 auto;
	position: relative;
}
.side_bar ul {
	width: 42px;
	height: auto;
	position: absolute;
	right: -62px;
	top: 20px;
}
.side_bar ul li {
	width: 42px;
	height: 42px;
	margin-bottom: 10px;
	position: relative;
}
.side_bar ul li .hide_ewm {
	width: 100px;
	height: 100px;
	position: absolute;
	right: -110px;
	top: 0;
	display: none;
}
.side_bar ul li .now_ewm {
	width: 90px;
	height: 90px;
        background:#fff;
	position: absolute;
	right: -110px;
	top: 0;
	display: none;
        padding:5px;
}
.main_wrap {
	width: 100%;
	height: auto;
	background: #e9eaec;
	padding-top: 20px;
}
.main_con {
	width: 940px;
	height: auto;
	margin: 0 auto;
}
.main_left {
	width: 610px;
	height: auto;
	margin-right: 20px;
	float: left;
}
.slide_wrap {
	width: 610px;
	height: 330px;
	margin-bottom: 20px;
	position: relative;
}
.slide_wrap .arrow-left {
	background: url(../images/banner_arrow_l.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 115px;
	width: 45px;
	height: 70px;
	z-index: 999;
	cursor: pointer;
}
.slide_wrap .arrow-right {
	background: url(../images/banner_arrow_r.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 115px;
	width: 45px;
	height: 70px;
	z-index: 999;
	cursor: pointer;
}
.swiper-container {
	height: 330px;
	width: 610px;
}
.swiper-slide {
	font-size: 0;
}
.pagination {
	position: absolute;
	right: 0;
	text-align: center;
	bottom: 0px;
	width: 105px;
	height: 6px;
	padding: 17px 10px;
	z-index: 999;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 26px;
	height: 6px;
	background: #fff;
	margin: 0 1px;
	cursor: pointer;
	float: left;
}
.swiper-active-switch {
	background: #ff9600;
}
.banner_tit {
	width: 610px;
	height: 40px;
	position: absolute;
	bottom: 0;
	z-index: 1000;
	background: url(../images/bgbg.png) repeat-x;
}
.banner_tit a {
	line-height: 40px;
	color: #fff;
	font-size: 17px;
	padding-left: 15px;
}
.banner_tit a:hover {
	color: #eb5429;
}
.main_left .talk_wrap {
	width: 608px;
	height: auto;
	border: 1px solid #dee0e2;
	background-color: #fff;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.talk_tit {
	width: 592px;
	height: 54px;
	line-height: 54px;
	/*background: url(../images/v.png) no-repeat center center;*/
	border-bottom: 1px solid #dee0e2;
	margin: 0 8px;
	display:table-cell;
	vertical-align:middle;
}
.talk_tit img{
	display:block;
	margin:0 auto;
	+margin-top:10px;
}
.talk_list {
	width: 592px;
	height: auto;
	padding: 0 8px;
}
.talk_list li {
	width: 572px;
	height: 125px;
	padding: 20px 10px;
}
.talk_list li .talk_left {
	width: 160px;
	height: 125px;
	float: left;
	margin-right: 25px;
}
.tl_left {
	width: 15px;
	height: 63px;
	float: left;
	background: #f67421;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 31px 10px;
}
.tl_right {
	width: 125px;
	height: 125px;
	float: left;
}
.talk_list li .talk_right {
	width: 387px;
	height: 125px;
	float: left;
}
.talk_list li .talk_right h2 {
	width: 387px;
	height: 35px;
	line-height: 35px;
}
.talk_list li .talk_right h2 a {
	line-height: 35px;
	text-align: left;
	color: #000;
	font-size: 18px;
}
.talk_list li .talk_right p a {
	color: #9a9a9a;
	font-size: 14px;
	line-height: 25px;
}
.talk_list li .talk_right a:hover {
	text-decoration: underline;
}
.talk_list li .talk_right .info {
	width: 387px;
	height: 30px;
	line-height: 30px;
	padding-top: 5px;
}
.talk_list li .talk_right .info .zuozhe {
	width: 180px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 13px;
	color: #020202;
	padding-left: 20px;
	background: url(../images/data.png) no-repeat left center;
}
.talk_list li .talk_right .info .time {
	width: 90px;
	height: 30px;
	line-height: 30px;
	float: right;
	font-size: 13px;
	color: #9e9e9e;
	padding-left: 20px;
	background: url(../images/clock.png) no-repeat left center;
}
.main_left .view_point_wrap {
	width: 608px;
	height: auto;
	border: 1px solid #dee0e2;
	background-color: #fff;
	margin-bottom: 20px;
}
.view_tit {
	width: 592px;
	height: 54px;
	line-height: 54px;
	/*background: url(../images/viewpoint.png) no-repeat center center;*/
	border-bottom: 1px solid #dee0e2;
	margin: 0 8px;
	display:table-cell;
	vertical-align:middle;
}
.view_tit img{
	display:block;
	margin:0 auto;
	+margin-top:10px;
}
.view_list_wrap {
	width: 608px;
	height: 0 auto;
}
.view_list {
	width: 592px;
	height: auto;
	padding: 0 8px;
}
.view_list li {
	width: 572px;
	height: 125px;
	padding: 20px 10px;
}
.view_list li .view_left {
	width: 160px;
	height: 125px;
	float: left;
	margin-right: 25px;
}
.view_list li .view_right {
	width: 387px;
	height: 125px;
	float: left;
}
.view_list li .view_right h2 {
	width: 387px;
	height: 35px;
	line-height: 35px;
}
.view_list li .view_right h2 a {
	line-height: 35px;
	text-align: left;
	color: #000;
	font-size: 18px;
}
.view_list li .view_right p a {
	color: #9a9a9a;
	font-size: 14px;
	line-height: 25px;
}
.view_list li .view_right a:hover {
	text-decoration: underline;
}
.view_list li .view_right .info {
	width: 387px;
	height: 30px;
	line-height: 30px;
	padding-top: 5px;
}
.view_list li .view_right .info .zuozhe {
	width: 180px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 13px;
	color: #020202;
	padding-left: 20px;
	background: url(../images/data.png) no-repeat left center;
}
.view_list li .view_right .info .time {
	width: 90px;
	height: 30px;
	line-height: 30px;
	float: right;
	font-size: 13px;
	color: #9e9e9e;
	padding-left: 20px;
	background: url(../images/clock.png) no-repeat left center;
}
.loading {
	width: 592px;
	height: 20px;
	margin: 10px 8px 20px;
}
.loading .loading_con {
	width: 100px;
	height: 20px;
	margin: 0 auto;
}
.no_more {
	width: 592px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 10px 8px 20px;
}
.main_right {
	width: 310px;
	height: 200px;
	float: left;
}
.main_right .wzt_tit {
	width: 310px;
	height: 37px;
	margin-bottom: 13px;
	background: url(../images/wzt_tit_bg.png) no-repeat center center;
	padding-top: 70px;
}
.main_right .wzt_tit .pq_bg {
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 240px;
	height: 23px;
	line-height: 23px;
	background: url(../images/pq_tit.png) repeat-x;
	margin: 0 auto;
}
.main_right .pic_box {
	width: 310px;
	height: 210px;
	margin-bottom: 20px;
}
.pic_box a {
	position: relative;
	overflow: hidden;
	display: block;
}
.pic_box a .layer {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/bgbg.png) repeat-x;
	padding-top: 80px;
	height: 130px;
	width: 310px;
}
.pic_box a .layer p {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 260px;
	text-align: center;
	margin: 0 auto;
	line-height: 25px;
	height: 50px;
}
.main_right .wq_wrap {
	width: 310px;
	height: 45px;
	background: url(../images/wq_tit.png) no-repeat center center;
	margin-bottom: 20px;
}
