@charset "utf-8";

.swiper-container {
	width: 100%;
	height: 100%;

}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media screen and (min-width: 1200px) {
	
	
	.index_main_one_bj {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #F8F8F8;
	}
	
	.index_main_one {
		width: 1200px;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}

	.jiaodiantu {
		width: 580px;
		height: 430px;
		overflow: hidden;
		float: left;
	}

	.jiaodiantu_main {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
	}

	.jiaodiantu_main img {
		width: 100%;
		height: 100%;
		display: block;
	}

	.jiaotiantu_txt {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		line-height: 45px;
		text-align: center;
		background: rgba(0, 0, 0, 0.6);
		color: #fff;
		font-size: 18px;
		
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.tongzhi {
		float: left;
		width: 580px;
		margin-left: 40px;
		height: auto;
		overflow: hidden;
	}

	.tab_menu {
		width: 100%;
		height: 50px;
		border-bottom: 2px solid #E5E5E5;
		overflow: visible;
	}

	.tab_menu li {
		width: auto;
		float: left;
		height: 50px;
		line-height: 50px;
		text-align: left;
		cursor: pointer;
		margin-right: 20px;
	}
	.tab_menu .more{
		float: right;
		height: 50px;
		line-height: 50px;
	}
	.tab_menu .more a{
		font-size: 14px;
		color: #333;
	}
	.tab_menu .more img{
		display: table-cell;
		margin-left: 5px;
	}
	.tab_menu li.current {
		color: #333;
		border-bottom: 4px solid #a90000;
	}

	.tab_menu li a {
		color: #333;
		text-decoration: none;
		font-size: 18px;
	}

	.tab_menu li.current a {
		color: #a90000;
		font-size: 20px;
	}

	.tab_box {
		padding: 20px 0px 0px 0px;
	}

	.tab_box li {
		line-height: 38px;
		font-size: 14px;
		overflow: hidden;
		border-bottom: 1px dotted #ccc;
	}
	
	.tab_box li a{
    	display: block;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    	background: url(../images/libg.jpg) left center no-repeat;
    	padding-left: 15px;
	}
	

	.tab_box li span {
		float: right;
		font-size: 14px;
		font-weight: 400;
		color: #333;
	}

	.tab_box .hide {
		display: none;
	}
	
	.tab_first{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.tab_first_title{
		width: 100%;
		height: 52px;
		overflow: hidden;
	}
	.tab_first_title a{
		color: #000;
		font-size: 20px;
		font-weight: 600;
	}
	.tab_first_des{
		width: 100%;
		height: auto;
		margin: 10px 0px;
		line-height: 25px;
		font-size: 14px;
		color: #888888;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	
	/* two */
	
	.index_main_two_bj {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.index_main_two {
		width: 1200px;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	
	.two_left{
		width: 580px;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.two_right{
		float: left;
		width: 580px;
		margin-left: 40px;
		height: auto;
		overflow: hidden;
	}
	.dabiaoti{
		width: 100%;
		height: 50px;
		float: left;
		line-height: 50px;
		border-bottom: 2px solid #E5E5E5;
		overflow: visible;
		color: #a90000;
		font-size: 20px;
		font-weight: 600;
	}
	
	.dabiaoti span{
		float: right;
		font-weight: 500;
	}
	.dabiaoti span a{
		font-size: 14px;
		color: #333;
	}
	.news_list{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.news_list ul li{
		float: left;
	}
	.news_list li {
		width: 100%;
		line-height: 40px;
		font-size: 14px;
		border-bottom: 1px dotted #ccc;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	.news_list li a{
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		background: url(../images/libg.jpg) left center no-repeat;
		padding-left: 15px;
	}
	
	
	.news_list li span {
		float: right;
		font-size: 14px;
		font-weight: 400;
		color: #333;
	}
	.news_list_tu{
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		margin-top: 10px;
	}
	.news_list_tu ul li{
		float: left;
	}
	.news_list_tu li{
		width: 285px;
		height: 230px;
		overflow: hidden;
		margin-right: 10px;
	}
	.news_list_tu li:last-child{
		margin-right: 0px;
	}
	.news_list_tu li img{
		width: 100%;
		height: 230px;
	}
	.news_list_tu_main{
		position: relative;
	}
	
	.news_list_tu_txt{
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 40px;
		line-height: 40px;
		background: rgba(0,0,0,0.4);
		color: #fff;
		text-align: center;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	/* two */
	
	/* three */
	.index_main_three_bj {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.index_main_three {
		width: 1200px;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
		margin-top: 0px;
	}
	.three_list{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 10px;
	}
	.three_list ul li{
		float: left;
	}
	.three_list li{
		width: 24.2222%;
		height: auto;
		overflow: hidden;
		margin-right: 1%;
		border: 1px solid #ccc;
		box-sizing: border-box;
		padding: 1px;
	}
	.three_list li:last-child{
		margin-right: 0;
	}
	.three_list li img{
		width: 100%;
		height: 190px;
	}
	.three_list li  span{
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 14px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.three_list li:hover span{
		background: #a90000;
		color: #fff;
	}
	/* three */
	
	/* four */
	.index_main_four_bj {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.index_main_four {
		width: 1200px;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
		margin-top: 0px;
	}
	
	.four_left{
		width: 420px;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.four_center{
		margin-left: 40px;
		width: 420px;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.four_right{
		float: left;
		width: 280px;
		margin-left: 40px;
		height: auto;
		overflow: hidden;
	}
	.dabiaoti{
		width: 100%;
		height: 50px;
		float: left;
		line-height: 50px;
		border-bottom: 2px solid #E5E5E5;
		overflow: visible;
		color: #a90000;
		font-size: 20px;
		font-weight: 600;
	}
	
	.dabiaoti span{
		float: right;
		font-weight: 500;
	}
	.dabiaoti span a{
		font-size: 14px;
		color: #333;
	}
	.news_list{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.news_list ul li{
		float: left;
	}
	.news_list li {
		width: 100%;
		line-height: 40px;
		font-size: 14px;
		border-bottom: 1px dotted #ccc;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	.news_list li a{
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		background: url(../images/libg.jpg) left center no-repeat;
		padding-left: 15px;
	}
	
	
	.news_list li span {
		float: right;
		font-size: 14px;
		font-weight: 400;
		color: #333;
	}
	
	.four_right_tu{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
	}
	.four_right_tu ul li{
		float: left;
	}
	.four_right_tu li{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 5px;
	}
	.four_right_tu li:nth-child(4){
		display: none;
	}
	.four_right_tu li img{
		width: 100%;
		height: auto;
	}
	
	
	
	
}




/* 手机 */

@media screen and (max-width: 1200px) {
	
	
	
	/* one */
	.index_main_one_bj {
		width: 98%;
		padding: 1%;
		height: auto;
		overflow: hidden;
	}
	
	.index_main_one {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}

	.jiaodiantu {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
	}

	.jiaodiantu_main {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
	}

	.jiaodiantu_main img {
		width: 100%;
		height: 100%;
		display: block;
	}

	.jiaotiantu_txt {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: rgba(0, 0, 0, 0.6);
		color: #fff;
		font-size: 16px;
	}

	.tongzhi {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.tab_menu {
		width: 100%;
		height: 50px;
		border-bottom: 2px solid #E5E5E5;
		overflow: visible;
	}

	.tab_menu li {
		width: auto;
		float: left;
		height: 50px;
		line-height: 50px;
		text-align: left;
		cursor: pointer;
		margin-right: 20px;
	}
	.tab_menu .more{
		float: right;
		width: 85px;
		height: 50px;
		line-height: 50px;
	}
	.tab_menu .more a{
		font-size: 14px;
		color: #333;
	}
	.tab_menu .more img{
		display: initial;
		margin-left: 5px;
	}
	.tab_menu li.current {
		color: #333;
		background: #fff;
		border-bottom: 4px solid #a90000;
	}

	.tab_menu li a {
		color: #333;
		text-decoration: none;
		font-size: 18px;
	}

	.tab_menu li.current a {
		color: #a90000;
		font-size: 20px;
	}

	.tab_box {
		padding: 20px 0px 0px 0px;
	}

	.tab_box li {
		line-height: 38px;
		font-size: 14px;
		overflow: hidden;
		border-bottom: 1px dotted #ccc;
	}
	
	.tab_box li a{
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		background: url(../images/libg.jpg) left center no-repeat;
		padding-left: 15px;
	}
	
	.tab_box li span {
		float: right;
		font-size: 14px;
		font-weight: 400;
		color: #333;
	}

	.tab_box .hide {
		display: none;
	}
	
	.tab_first{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.tab_first_title{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.tab_first_title a{
		color: #000;
		font-size: 20px;
		font-weight: 600;
	}
	.tab_first_des{
		width: 100%;
		height: auto;
		margin: 10px 0px;
		line-height: 25px;
		font-size: 14px;
		color: #888888;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	/* one */
	/* two */
	
	.index_main_two_bj {
		width: 98%;
		padding: 1%;
		height: auto;
		overflow: hidden;
	}
	
	.index_main_two {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	
	.two_left{
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.two_right{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.dabiaoti{
		width: 100%;
		height: 50px;
		float: left;
		line-height: 50px;
		border-bottom: 2px solid #E5E5E5;
		overflow: visible;
		color: #a90000;
		font-size: 18px;
		font-weight: 600;
	}
	
	.dabiaoti span{
		float: right;
		font-weight: 500;
	}
	.dabiaoti span a{
		font-size: 14px;
		color: #333;
	}
	.news_list{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.news_list ul li{
		float: left;
	}
	.news_list li {
		width: 100%;
		line-height: 38px;
		font-size: 14px;
		overflow: hidden;
		border-bottom: 1px dotted #ccc;
	}
	.news_list li a{
	   display: block;
	   line-height: 45px;
	   overflow: hidden;
	   text-overflow: ellipsis;
	   white-space: nowrap;
	   background: url(../images/libg.jpg) left center no-repeat;
	   padding-left: 10px;
	}
	
	
	.news_list li span {
		float: right;
		font-size: 14px;
		font-weight: 400;
		color: #333;
	}
	.news_list_tu{
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		margin-top: 10px;
	}
	.news_list_tu ul li{
		float: left;
	}
	.news_list_tu li{
		width: 49.5%;
		height: auto;
		overflow: hidden;
		margin-right: 1%;
	}
	.news_list_tu li:last-child{
		margin-right: 0px;
	}
	.news_list_tu li img{
		width: 100%;
		height: auto;
		max-height: 180px;
	}
	.news_list_tu_main{
		position: relative;
	}
	
	.news_list_tu_txt{
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 40px;
		line-height: 40px;
		background: rgba(0,0,0,0.4);
		color: #fff;
		text-align: center;
		
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	/* two */
	
	/* three */
	.index_main_three_bj {
		width: 98%;
		padding: 1%;
		height: auto;
		overflow: hidden;
	}
	
	.index_main_three {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	.three_list{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 10px;
	}
	.three_list ul li{
		float: left;
	}
	.three_list li{
		width: 49.5%;
		height: auto;
		overflow: hidden;
		margin-right: 1%;
		margin-bottom: 1%;
		border: 1px solid #ccc;
		box-sizing: border-box;
		padding: 1px;
	}
	.three_list li:nth-child(2n+2){
		margin-right: 0;
	}
	.three_list li img{
		width: 100%;
		height: 130px;
	}
	.three_list li  span{
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 14px;
		overflow: hidden;
		
		
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.three_list li:hover span{
		background: #a90000;
		color: #fff;
	}
	/* three */



	/* four */
	.index_main_four_bj {
		width: 98%;
		padding: 1%;
		height: auto;
		overflow: hidden;
	}
	
	.index_main_four {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	
	.four_left{
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.four_center{
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.four_right{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	
	
	.four_right_tu{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
	}
	.four_right_tu ul li{
		float: left;
	}
	.four_right_tu li{
		width: 49.5%;
		height: auto;
		overflow: hidden;
		margin-bottom: 1%;
		margin-right: 1%;
	}
	.four_right_tu li:nth-child(2n+2){
		margin-right: 0;
	}
	.four_right_tu li img{
		width: 100%;
		height: auto;
	}
	
	/* two */

	
}
