/* 通用大标题居中样式 */
.title{
	text-align: center;
}
.title h1{
	font-size: 32px;
	color: #333;
}
.title p{
	color: #DE4C8A;
	padding-top: 10px;
}



/* 头部导航 */
body{
	width: 100%;
	height: 100%;
	/* overflow-x: hidden; */
}
.nav{
	width: 100%;
	/* background: url(../img/index/banner.jpg) 0 0 ; */
}
.nav .swiper_img{
	position: relative;
	height: 541px;
	overflow: hidden;
}
.nav .swiper_img a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
}
.nav .swiper_img img{
	max-height: 100%;
}
.nav .header_wrap{
	position: relative;
	height: 541px;
}
.nav .header{
	width: 100%;
	min-width: 1000px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
	padding: 10px 20px;
	border-bottom: 1px solid rgb(255,255,255,0.2);
	background-color: rgb(0,0,0,0.2);
}
.nav .header .header_r_wrap{
	display: none;
}
.nav .header .header_r_wrap img{
	width: 30px;
}
/* .nav .header .header_l,.nav .header .header_r{
	flex-grow: 1;
	width: 0;
} */

.nav .header .header_r{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.nav .header .header_r .search input{
	border-radius: 30px;
	padding-left: 30px;
	border: 1px solid #FFFFFF;
	height: 40px;
	width: 220px;
	line-height: 40px;
	color: #FFFFFF;
}
.nav .header .header_r .search input::-webkit-input-placeholder{
	color: #FFFFFF;
	font-size: 10px;
}
.nav .header .header_r .search input::-webkit-input-placeholder{
    color: #FFFFFF;
	font-size: 10px;
}
.nav .header .header_r .search input::-moz-placeholder{  
	color: #FFFFFF;
	font-size: 10px;
}
.nav .header .header_r .search input::-moz-placeholder{   
	color: #FFFFFF;
	font-size: 10px;
}
.nav .header .header_r .search input::-ms-input-placeholder{  
	color: #FFFFFF;
	font-size: 10px;
}



.nav .header .header_r  img{
	width: 30px;
	vertical-align: middle;
}
/* .nav .header .header_r .span{
	font-size: 18px;
	font-family: simhei;
} */
.nav .header .header_r .search img{
	position: absolute;
	left: 15px;
	width: 15px;
}
.nav .header .header_r .search .search_btn{
	background-color: #DE4C8A;
	color: #FFFFFF;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border-radius: 18px;
	position: absolute;
	right: 15px;
	cursor: pointer;
}
.nav .header .header_r  a{
	color: #FFFFFF;
}
.nav .header .header_r .search{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 16px;
}
.nav .header .header_r div{
	text-align: center;
	padding: 0 6px;
}
.nav .header .header_r div a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
.nav .header .header_r .site_change a{
	padding-left: 36px;
	background: url(/img/index/icon_site_en.png) no-repeat;
	background-size: contain;
}
.nav .header_shouji .site_change a{
	display: flex;
    align-items: center;
	color: #FFFFFF;
}
.nav .header .header_r .site_change a:hover{
	background-image: url(/img/index/icon_site_en2.png);
	color:#DE4C8A;
}
.nav .header .header_r a:hover{
	color:#DE4C8A;
}
.nav .header .header_r a:hover .img {
    background-color: #DE4C8A;
    border-radius: 50%;
    border: 1px solid #DE4C8A;
}
.nav .header .header_r .wx_code a:hover .img {
    border-radius: 0;
}
.nav .header .header_r .wx_code{
	position: relative;
}
.nav .header .header_r .wx_code:hover .code_img{
	display: block;
}
.nav .header .header_r .wx_code .code_img{
	position: absolute;
	width: 180px;
	height: 180px;
	/* left: 0px; */
	right: 0px;
	top: 55px;
	display: none;
}
.nav .banner{
	position: relative;
}
.nav .banner .focus{
	width: 100%;
    overflow: hidden;
}
.nav .banner .focus .focus_link{
	position: absolute;
	width: 100%;
	top:0;
	bottom: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.nav .banner .focus .focus_link img{
	width: 120px;
	margin: 0 140px;
	transition: transform .5s;
	margin-bottom: 20px;
	display: block;
}
.nav .banner .focus .focus_link :hover img{
	transform: scale(1.2) translateY(-7px);
}
.nav .banner .focus .focus_link span {
    display: block;
    color: #fff;
    font-size: 28px;
    text-align: center;
    letter-spacing: 2px;
}
.nav .banner_list{
	width: 100%;
	min-width: 1000px;
	display: inline-flex;
	position: absolute;
	bottom: 0;
	background-color: rgba(255,255,255,0.4);
	padding: 0 200px;
}
.nav .banner_list .li{
	width: 20%;
	text-align: center;
	height: 80px;
	line-height: 80px;
	position: relative;
}
.nav .banner_list .li:hover .dropdown_menu{
	display: block;
}
.nav .banner_list .li:hover{
	background-color: #FFFFFF;
}
.nav .banner_list .li:hover .ac_link{
	color: #DE4C8A;
}
.nav .banner_list .li a{
	color: #333;
	font-size: 26px;
	font-family: "simhei";
	display: block;
}
.nav .banner_list .dropdown_menu{
	position: absolute;
    top: 80px;
    z-index: 999;
    /* left: 0;
	right: 0; */
	min-width: 100%;
	padding: 0 4px;
    background-color: rgba(0,0,0,0.75);
	display: none;	
	
}
.nav .banner_list .dropdown_menu li a{
	color: #FFFFFF;
}
.nav .banner_list .dropdown_menu li:hover a{
	color: #DE4C8A;
}
.banner .not_bar{
	width: 1150px;
	margin: 0 auto;
	height: 66px;
	line-height: 66px;
	box-shadow: 0px 3px 30px 1px #ccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	position: absolute;
	margin-top: -33px;
	left: 50%;
	margin-left: -575px;
	padding-left: 50px;
}
.banner .not_bar span{
	padding-left: 30px;
	color: #000000;
	font-family: simhei;
	font-size: 18px;
}
.banner .not_bar i{
	float: right;
	width: 18px;
	height: 18px;
	background: url(../img/index/add1.png) no-repeat center;
	position: absolute;
	top: 24px;
	right: 32px;
}
.nav .banner_list .active{
	background-color: #FFFFFF;
}
.ac_a{
	color:#DE4C8A !important;
}
/* 页脚footer */
.footer{
	width: 100%;
	background-color: #1f2329;
}
.footer .wrap{
	width: 1250px;
	margin: 0 auto;
	padding: 75px 20px;
	display: flex;
	flex-direction: row;	
	text-align: center;
	align-items: center;
}
.footer .wrap .box1{
	display: inline-flex;	
}
.footer .wrap .box1,.footer .wrap .box2,.footer .wrap .box3,.footer .wrap .box4{
	flex-grow: 1;
}
.footer .wrap .box1 li {
	position: relative;
}
.footer .wrap .box1 li .icon {
	display: block;
}
.footer .wrap .box1 li .code {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: -200px;
}
.footer .wrap .box1 li:hover .code{
	display: block;
}
.footer .wrap .box1,.footer .wrap .box2,.footer .wrap .box3{
	border-right: 1px solid #34373b;
}
.footer .wrap .box1 .icon img{
	width: 80px;
}
.footer .wrap .box2 a{
	color: #FFFFFF;
}
.footer .wrap .box1 li{
	flex-grow: 1;
	text-align: center;
}
.footer .wrap{
	position:relative;
}
.footer .wrap .box3 a{
	color: #FFFFFF;
}
.footer .wrap .box3 div,.footer .wrap .box4 div{
	padding-bottom: 15px;
	color: #FFFFFF;
}

/* 分页 */

.total-page{
	padding: 0 3px;
}
.jump_page{
	margin: 0 3px;
	width: 60px;
	height: 33px;
	border:1px solid #ddd;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
}

.pagination{
	display: flex;
	justify-content: center;
	/*margin-top: 25px;*/
}
.pagination li{
	margin-right:25px;
	padding: 0!important;
}
.pagination li a{
	color: #333333;
	font-size: 18px;	
}
.pagination .num{
	border-bottom: 1px solid #333333;
}
.pagination .cur a{
	color: #FFFFFF;
	background-color: #DE4C8A;
	border-bottom: none;
	padding: 5px 10px;
	border-radius: 5px;
}
/* 查看更多 */
.more{
	width: 196px;
	height: 39px;
	display: inline-block;
	line-height: 39px;
	text-align: center;
	background: url(../img/more.png) no-repeat;
	background-size: cover;
	font-size: 14px;
	color: #333;
}
.more:hover{
	color:#DE4C8A;
}


/* 面包屑 */
.breadcrumb{
	padding: 8px 15px;
	margin: 40px auto;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb>li{
	display: inline-block;
}
 .breadcrumb>li a{
	color: #DE4C8A;
}
.breadcrumb>.active {
	color: #777;
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}