@charset "utf-8";

/* CSS Document */
/*2021.12.06 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.pos {
	position: relative;
}

.box {
	overflow: hidden;

	
}

img {
	/*max-width: 100%;*/
}
.container{
	width: 1290px;
	margin: auto;
	padding: 0;
}
.topbg{
	background:#fff;	
	min-height: 142px;

}


.logo{
	width: 566px;
	
}
.top-right{
	padding-top: 55px;
	width: 660px;
	
}





.wc-menu {
	/*width:50%;*/
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;
}

.wc-menu ul li {
	line-height: 31px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	display: table-cell;
	/*float: left;*/
	list-style: none;
	/*padding: 0 12px;*/
	margin: 0 20px;
}

.wc-menu ul li a {
	font-size: 18px;
	color: #333;
	line-height: 31px;
	display: block;
	/*transition: all 0.2s;*/
	text-decoration: none;
	padding: 0 22px;
}


.wc-menu ul li a:hover,
.wc-menu ul li a:focus {
	color: #c1272d;
	transition: all 1s ease;
}


.wc-menu ul li a:hover,
.wc-menu ul li a.selected,
.wc-menu ul li a.move,
.wc-menu ul li a.active,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
	color: #c1272d;

}


/*menu End*/


.china{
	padding-top: 3px;
	
	
}
.china a{
	font-size: 16px;
	color: #333;	
	text-decoration: none;
	margin-left: 30px;
	
}
.china a.adeng{
	font-size: 16px;
	color: #fff;
	background: #c1272d;
	padding: 10px 23px;
	border-radius: 30px;
}
.china a:hover{
	color: #c1272d;
	transition: all 1s;
	opacity: 0.8;
}
.china a.adeng:hover{
	
	color: #fff;
	
}


.banner{
	overflow: hidden;
	
}
.banner img{
	/*max-width: 100%;*/
	/*banner 不响应*/
}
.banner .bbg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.banner .bbg img{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}



.banner .swiper-container {
	width: 100%;
	
	margin: 0;
	padding: 0;
}

.banner .swiper-wrapper {
	width: 100%;
	
}

.banner .swiper-container .swiper-slide {
	position: relative;
}
.banner .swiper-container .swiper-slide .bant{
	position: absolute;
	left: 0px;
	bottom: 32px;
	width: 100%;
	text-align: left;
	z-index: 111;
}
.banner .swiper-container .swiper-slide .bant h4{
	font-size: 52px;
	color: #fff;

	margin-bottom: 0;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
width: 80%;
}

.banner .swiper-container .bpage{
	position: absolute;
	left: 0px;
	width: 100%;
	
	bottom: 38px;
	z-index: 11;
	
	
}
.banner .swiper-container .swiper-pagination {
	
	width: 100%;
	text-align: right;
	position: relative;
	
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 14px;
	height: 14px;
	background:#fff;
	cursor: pointer;
	opacity: 0.45;
	margin: 0 10px;

}

.banner .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
}

/*banner end*/
.index-con{
	min-height: 300px;
	padding: 46px 0 40px;
	
}
.ping{
	margin-bottom: 55px;
	
}
.ping-top{
	
}
.ping-top h4{
	font-size: 35px;
	color: #333;
	
}

.ping-ul{
	margin-top: 40px;
}
.ping-ul ul li{
	float: left;
	margin-right: 30px;
	position: relative;	   
	transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    width: 630px;
  
}
.ping-ul ul li:nth-child(2){
	margin-right: 0;
	
}
.ping-ul ul li a{
	display: block;
	text-decoration: none;
	
}
.ping-ul ul li a .li-img{

}
.ping-ul ul li a .li-img img{
	border-radius: 10px;
	
}
.ping-ul ul li a .li-tt{
	background: rgba(193,39,45,0.75);
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 1;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.ping-ul ul li a .li-tt p{
	font-size: 18px;
	color: #fff;
	line-height: 56px;
	padding: 0 30px;
	   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
}
.ping-ul ul li:hover{
	 box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02); transition: all 0.4s ease-out;
    cursor: pointer;
}

.ping-ul2{
	margin-top: 20px;
	
}
.ping-ul2 ul li{
	float: left;
	width: 245px;
	margin-right: 16px;
	position: relative;
	  transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}
.ping-ul2 ul li:nth-child(5){
	margin-right: 0;
	
}
.ping-ul2 ul li a{
	text-decoration: none;
	display: block;
	
}
.ping-ul2 ul li a .li-img img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.ping-ul2 ul li a .li-tt{
	background: rgba(193,39,45,1);
	
	width: 100%;
	z-index: 1;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.ping-ul2 ul li a .li-tt p{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	padding: 10px 20px;
	   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
}
.ping-ul2 ul li:hover{
	 box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02); transition: all 0.4s ease-out;
    cursor: pointer;
}



/*footer*/

.footer {
	min-height: 40px;
	background: #333;
	padding: 40px 0 35px;

}

.f-left{
	width: 50%;
}
.f-left p:last-child{
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
	
}
.f-right{
 	width: 50%;
 	text-align: right;
 	
	
}



/*.footerEnd*/


@media (min-width: 1280px) and (max-width: 1320px) {
	/*.container{
		width: 1260px;
	}
	
.ping-ul2 ul li{
	width: 240px;
	overflow: hidden;
	
	margin-right: 10px;
}	
.ping-ul ul li{
	width: 610px;
	overflow: hidden;
	
}	*/
	
	
}

.ny-con{
	background: #f5f4ef;
	min-height: 300px;
	padding: 65px 0;
}

.ny-left{
	width: 850px;
}
.view-cnt p{
	font-size: 16px;
	color: #333;
	line-height: 31px;
	margin: 10px 0 10px 0;
}

.ny-left .right-nr .view-cnt p{
	font-size: 16px;
	color: #333;
	line-height: 31px;
	margin: 10px 0 10px 0;
}


.ny-right{
	width: 410px;

}
.ny-right h4{
	text-align: center;
	margin-bottom: 35px;
}
.ny-right h4 a{
	display: block;
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	background: #ba1017;
	line-height: 64px;
	
}
.ny-right h4 a:hover{
	transition: all 1s;
	opacity: 0.8;
}

.nyban{
	position: relative;
	overflow: hidden;
	
}
.nyban p.p1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	
}

.nav-pp{
	position: absolute;
	left: 0px;
	bottom: 26px;
	width: 100%;
	
}
.nav-pp .nav-panel-title{
	font-size: 52px;
	color: #fff;
	
}

/*fangzhen*/


.guan-box{
	
}
.guan-box .guan-left{
	background: #fff;
	padding: 26px 32px;
	margin-right: 30px;
	width: 626px;
}
.guan-box .guan-right{
	background: #fff;
	padding: 26px 32px;
	width: 626px;
}
.guan-box h4{
	font-size: 35px;
	color: #c1272d;
	margin-bottom: 30px;
	
}
.guan-box p{
	font-size: 16px;
	color: #333;
	line-height: 31px;
	
}

.fangmo-box{
	margin-top:30px;
	background: #fff;
	padding:20px 45px 30px;
	
}
.fang-right{
	width: 425px;
	border-left: 1px solid #bbb;
	padding-left: 45px;
	
}



.fang-right span{
	display: block;
	line-height: 54px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	color: #fff;
	background: #c1272d;
	cursor: pointer;
}

.fang-left {
	width: 766px;
	padding-right: 40px;
	
}
.fang-left form.form-one{
	
	
}
.fang-left form.form-one .form-group{
	margin-bottom: 30px;
	overflow: hidden;
	
}
.fang-left form.form-one .form-group label{
	font-size: 20px;
	color: #333;
	
	font-weight: normal;
	float: left;
	width: 152px;
	
}
.fang-left form.form-one .form-group .la-right{
	width: calc(100% - 152px );
	float: right;
}

.fang-left form.form-one .form-group .la-right select{
	width: 100%;
	height: 37px;
	line-height: 37px;
	border: 1px solid #bbb;
	
	
}
.fang-left form.form-one .form-group .la-right3 {
	font-size: 20px;
	color: #333;
	
	
}

.fang-left form.form-one .form-group .la-right3 span{
	margin-right: 70px;
	
	
}

.fang-left form.form-one .form-group .la-right2 input{
	width: 230px;
	height: 37px;
	line-height: 37px;
	border: 1px solid #bbb;
	border-radius: 0;
	box-shadow: none;
	float: left;
	
}
.fang-left form.form-one .form-group .la-right2 span{
	float: right;
	width: 315px;
	
}
.fang-left form.form-one .form-group .la-right2 span i{
	font-size: 20px;
	color: #333;
	font-style: normal;
padding: 0 5px;
}
.fang-left form.form-one .form-group .la-right2 span img{
	vertical-align: -4px;
}
.fang-left form.form-one p button{
	color: #fff;
	font-size: 20px;
	background: #c1272d;
	border: none;
	padding: 15px 55px;
	border-radius: 35px;
	margin-right: 30px;
	
	
}

.fang-left form.form-one p button:hover{
	background: #b1181e;
}





























