@charset "utf-8";
/*.title{text-align:center; padding-top: 50px;}
.title h2{ 
	color: #191919; 
	font-size: 30px; position: relative; text-align: center; height: 60px; 
}
.title h2:before{
	content: '';
	position: absolute;
	height: 2px;
	width: 60px;
	background: #ec151f;
	bottom: 0px;
	left: calc(50% - 30px);
}
.title p{ color: #797979; line-height: 30px;}*/


.header .logo{ 
	background: #fff; 
	width: 100%;
	height: 122px;
	position: fixed;
	z-index: 99;
	top: 0;
}
.header .logo h1{ margin-top: 35px;}
.header .logo h1 img{height: 50px;}

.header .nav{ margin: 36px 0; }
.header .nav .yiji{}
.header .nav .yiji li{padding-top: 0px;}
.header .nav .yiji li a{
	display: block;
	font-size: 16px;
	line-height: 50px;
	padding: 0px 2rem 0px 2rem;
	text-align: center;
	transition: all .3s;
	color: #000;
	position: relative;
}
.header .nav .yiji li a.nav1{ display: none; }
.header .nav .yiji li a i{
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	width: 35px;
	height: 20px;
	border-radius: 3px; 
	line-height: 20px;
	background: #e09e52;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	transform: scale(.8);
}
.header .nav .yiji li a i:after{
	content: " ";
    width: 0px;
    height: 0px;
    border-color: transparent #e09e52;
    border-width: 0 0 5px 10px;
    border-style: solid;
    position: absolute;
    bottom: -5px;
    left: 5px;
}

.header .nav .yiji li:hover a,
.header .nav .yiji li.active a{
	/*border-bottom: 2px solid #ec151f;*/
}
.header .nav .yiji li:hover a:after {
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  width: 6px;
  height: 6px;
  position: absolute;
  content: ' ';
  top: 20px;
  z-index: 21;
  right: 20px;
  display: none;
  transform: rotate(135deg);
}

.header .nav .yiji li .erji{
	display: none;
	position: absolute;
	width: 100vw;
	background:#FFF; 
	z-index: 20;
	left: 0;
	text-align: center;
	padding: 20px 0;
	
	/* box-shadow: 0px 0px 5px; */
}

.header .nav .yiji li .erji li{ 
	display: block;
	padding: 0px;
}
.header .nav .yiji li .erji li:last-child{border-bottom: none;}
.header .nav .yiji li .erji li a{
	display: block;
	font-size: 14px;
	color: #666;
	height: 50px;
	line-height: 50px;
	transition: all .3s;
	width: 200px;
	margin-left: -30px;
}
.header .nav .yiji li .erji li:hover a{ 
	color: #333; 
	font-weight: bold;
}


.header .nav .yiji li .erji li a:after {
  border-top:0;
  border-right:0;
  width: 0;
  height: 0;
  position: absolute;
  content: ' ';
  top: 0;
  z-index: 21;
  right: 0;

}


.header .menu{
	top: 0px;
	right: 10px;
	background: #d31a22;
	padding: 10px;
	margin: 20px 0;
}
.header .menu span{
	display: block;
	height: 3px;
	width: 22px;
	background: #ffffff;
	margin-bottom: 4px;
}
.header .menu span:last-child{
	margin-bottom: 0;
}

.header .pp{
	background: #000000;
	color: #ffffff;
	border-radius: 5px;
	margin-top: 25px;
	display: block;
	width: 100px;
	line-height: 30px;
	text-align: center;
	position: relative;
}
.header .pp i{
    position: absolute;
    top: -20px;
    right: -30px;
    display: block;
    width: 35px;
    height: 20px;
    border-radius: 3px;
    line-height: 20px;
    background: #e00006;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    text-align: center;
    transform: scale(.8);
}

.header .pp i:after {
    content: " ";
    width: 0px;
    height: 0px;
    border-color: transparent #e00006;
    border-width: 0 0 5px 10px;
    border-style: solid;
    position: absolute;
    bottom: -5px;
    left: 5px;
}


@media (min-width: 992px) and (max-width: 1199px) {
	.header .nav{margin-left: 50px; }
}
@media (min-width: 767px) and (max-width: 991px){
	.header .logo{
		width: 100%;
		z-index: 99;
		padding-top: 0px;
		height: 80px;
	}
	.header .logo h1{ width: 80%; padding: 0; margin-top: 15px;}
	.header .nav{
		position: fixed;
		width: 180px;
		top: 0;
		left: -100%;
		bottom: 0;
		background: #ffffff;
		z-index: 11;
		overflow-y: scroll;
		margin: 0;
	}
	.header .nav .yiji{
		width: 100%;
	}
	.header .nav .yiji>li{
		width: 100%;
		background: none;
		padding: 0px;
	}
	.header .nav .yiji>li>a{
		color: #333333;
		font-size:16px;
		line-height: 50px;
		height: 50px;
		background: none;
		text-align: left;
	}
	.header .nav .yiji li a.nav1{ display: block; }
	.header .nav .yiji li a.nav2{ display: none; }
	.header .nav .yiji li a i{
		right:20px;
	}
	.header .nav .yiji li a i{
		position: absolute;
		top: 10px;
		right: 20px;
		text-align: center;
		display: block;
		width: 35px;
		height: 20px;
		border-radius: 3px; 
		line-height: 20px;
		background: #e09e52;
		color: #fff;
		font-size: 10px;
		font-style: normal;
	}
	.header .nav .yiji>li>a p{
		display: none;
	}
	.header .nav .yiji li:hover a:after {display: none;}

	.header .nav .yiji li .erji{
		display: none;
		position:static;
		width: 100%;
		background: #fff;
		z-index: 20;
		left: 0;
		text-align: center;
		box-shadow: 0px 0px 0px;
	}

	.header .nav .yiji li .erji li{ 
		display: inline-block;
		padding: 0px;
	}
	.header .nav .yiji li .erji li:last-child{border-bottom: none;}
	.header .nav .yiji li .erji li a{
		display: block;
		font-size: 14px;
		color: #000;
		height: 50px;
		line-height: 50px;
		transition: all .3s;
		border-bottom: none;
		padding: 0;
		width: 100px;
	}
	.header .nav .yiji li .erji li:hover a{ 
		color: #333333; 
	}
	.header .pp{ display: none; }
}

@media screen and (max-width:767px) {
	.header .logo{
		width: 100%;
		z-index: 99;
		padding-top: 0px;
		height: 80px;
	}
	.header .logo h1{ width: 80%; padding: 0; margin-top: 15px;}
	
	.header .nav{
		position: fixed;
		width: 250px;
		top: 0;
		left: -100%;
		bottom: 0;
		background: #ffffff;
		z-index: 11;
		overflow-y: scroll;
		margin: 0;
	}
	.header .nav .yiji{
		width: 100%;
	}
	.header .nav .yiji>li{
		width: 100%;
		background: none;
		padding: 0px;
	}
	.header .nav .yiji>li>a{
		color: #333333;
		font-size:16px;
		line-height: 50px;
		height: 50px;
		background: none;
		text-align: left;
	}
	.header .nav .yiji li a.nav1{ display: block; }
	.header .nav .yiji li a.nav2{ display: none; }
	.header .nav .yiji li a i{
		right:20px;
	}
	.header .nav .yiji li a i{
		position: absolute;
		top: 10px;
		right: 20px;
		text-align: center;
		display: block;
		width: 35px;
		height: 20px;
		border-radius: 3px; 
		line-height: 20px;
		background: #e09e52;
		color: #fff;
		font-size: 10px;
		font-style: normal;
	}
	.header .nav .yiji>li>a p{
		display: none;
	}
	.header .nav .yiji li:hover a:after {}
	

	.header .nav .yiji li .erji{
		display: none;
		position:static;
		width: 100%;
		background: #fff;
		z-index: 20;
		left: 0;
		text-align: center;
		box-shadow: 0px 0px 0px;
	}

	.header .nav .yiji li .erji li{ 
		display: inline-block;
		padding: 0px;
		width: 100%;
	}
	.header .nav .yiji li .erji li:last-child{border-bottom: none;}
	.header .nav .yiji li .erji li a{
		display: block;
		font-size: 14px;
		color: #000;
		height: 50px;
		line-height: 50px;
		transition: all .3s;
		border-bottom: none;
		padding: 0;
		width: 100%;
	}
	.header .nav .yiji li .erji li:hover a{ 
		color: #333333; 
	}
	.header .pp{ display: none; }
}

.m_mask{  
	background: rgba(180,180,180,0.5); width: 100%; height: 100%; 
	position: absolute; top: 0; left:  0;
	display: none;
}


.footer{
	background: #181818;
	margin: 100px 0px 0px 0px;
	padding: 0;
}

.footer .footer1 .footer-nav{
	width: calc(100% - 35%);
	padding: 70px 0 70px;
	display: flex;
}
.footer .footer1 .footer-nav li:nth-child(1){ width: 20%; }
.footer .footer1 .footer-nav li{
	width: 15%;
}
.footer .footer1 .footer-nav li h3{	
}
.footer .footer1 .footer-nav li h3 a{
	display: block;
	font-size: 14px;
	color: #7a7a7a;
	line-height: 30px;
	text-align: left;
	position: relative;
}
.footer .footer1 .footer-nav li h3 a i{
	position: absolute;
	top: -10px;
	right: 30px;
	display: block;
	width: 35px;
	height: 20px;
	border-radius: 3px; 
	line-height: 20px;
	background: #e00006;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	transform: scale(.8);
}
.footer .footer1 .footer-nav li h3 a i:after{
	content: " ";
    width: 0px;
    height: 0px;
    border-color: transparent #e00006;
    border-width: 0 0 5px 10px;
    border-style: solid;
    position: absolute;
    bottom: -5px;
    left: 5px;
}

.footer .copyright{ display: none;    padding: 0 0px 0px 0px; line-height:80px;height: 80px;background: #181818; text-align: center;  color: #7a7a7a;}
.footer .copyright a { color:#7a7a7a; text-align: center; }
.footer-social .cop{ text-align: right;  color: #7a7a7a;margin-top: 40px}
.footer-social .cop a { color:#7a7a7a; }

.footer-social{ padding-top: 1.75rem;width: 35%; }
.footer-social ul li{ float: right; margin-left: 2.2rem;position: relative;}
.footer-social ul li a{ 
	width: 50px; height: 50px;
	border-radius: 25px; display: block;
	text-align: center;
	padding-top: 5px;
	
}
.footer-social ul li a:hover{background: #3a3a3a;}
.footer-social ul li img{ height: 50px;width: 50px}
.footer-social p{ text-align: right; font-size: 16px;  color: #c5c5c5; margin-top: 15px;}
.footer-social ul li dd{ display:none; }
.footer-social ul li:hover dd{
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	left: calc(50% - 50px);
	top: -110px;
}
.footer-social ul li:hover dd a{

	width: 100px;
	height: 100px;

}
.footer-social ul li:hover dd:after {
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  width: 0;
  height: 0;
  position: absolute;
  content: ' ';
  top: 100px;
  left: calc(50% - 10px);
}
.footer-social ul li:hover dd img{ width: 100%; height: 100%; }

.header .nav .yiji .active .nav2{
	font-size: 17px;
}
.header .nav .yiji li:hover a, .header .nav .yiji li.active .nav2 {
	position: revert;
	font-size: 17px;
}

@media (min-width: 991px) and (max-width: 1200px){
	.footer .footer1 .footer-nav{ width: 100%;}
	.footer-social{ display: none;}
}

@media (min-width: 767px) and (max-width: 991px){
	.footer .footer1 .footer-nav{ width: 100%;}
	.footer-social{ display: none;}
}

@media screen and (max-width:767px) {
	.footer .footer1 .footer-nav{ width: 100%; padding: 0;flex-wrap: wrap;}
	.footer-nav ul{ display: none;}
	.footer-social{  padding-top: 0;       display: block;
        width: 100%;}
	.footer .copyright {
    padding: 10px 10px;
    line-height: 35px;
    height: auto;
	display: block;
   
}
.footer-social .clearfix{display: none;}
.footer-social .cop{display: none;}
.footer-social .tt{font-size: 16px;
    color: #ffff;
    text-align: center;
    line-height: 2;
    margin-bottom: 10px;}
.numb {
    width: 100%!important;
    padding: 20px 0;
}
.footer .footer1 .footer-nav .numb:nth-child(1) .two a {
    width: 50% !important;
    text-align: center;
    
    margin-bottom:10px
}
.footer .footer1  .footer-nav   .numb .two a {
    width: 50% !important;
    text-align: center;
}

}


/*分页*/
.pagination-wrapper{ 
  	margin: 40px auto 100px auto;
  	text-align: center;
} 
.pagination{  

} 
.pagination li{
	display: inline-block;
	vertical-align: top;}
.pagination li a,.pagination li span{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	margin-right: 8px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dfdfdf; 
  	color: #999; 
  	text-decoration: none; 
  	border-radius: 4px;
  	box-sizing: border-box;
  	transition: all .3s;
  	background: #f7f7f7;
} 
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a:hover{ 
  	background:#ec151f; 
  	color:#fff; 
  	border-color: #ec151f;
} 
.pagination li.active a,.pagination li.active span { 
  	background: #ec151f; 
  	color: #fff;
  	border-color: #ec151f;
  	display: block;
} 
.pagination .pageinfo{
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #555555; 
  	color: #555555; 
  	box-sizing: border-box;
}
/*分页*/

	.yatit1{
font-size: 18px;
color: #222222;
padding-left: 50px;
position: relative;
margin-bottom: 20px;
	}
	.yatit1::after{
		position: absolute;
		content: '';
		left: 0;
		top: 50%;
		width: 44px;
        height: 2px;
        background: #C01115;
	}
	.yatit2{
font-size: 2rem;
color: #222222;
line-height: 60px;
margin-bottom: 28px;
	}