* {
	padding: 0;
	margin: 0;
	font-weight: normal;
	list-style: none;
	font-weight: normal;
	outline: none;
	border: none;
	box-sizing: border-box;
	font-family: "微软雅黑";
	font-style: normal;
}

a {
	text-decoration: none;
}

a,
img,
button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	text-decoration: none;
}

body {
	background: #FFFFFF;
}

@font-face {
	font-family: 'iconfont';
	/* project id 558281 */
	src: url("https://at.alicdn.com/t/font_558281_l8mqdgdtjcv50zfr.eot");
	src: url("https://at.alicdn.com/t/font_558281_l8mqdgdtjcv50zfr.eot?#iefix") format("embedded-opentype"), url("https://at.alicdn.com/t/font_558281_l8mqdgdtjcv50zfr.woff") format("woff"), url("https://at.alicdn.com/t/font_558281_l8mqdgdtjcv50zfr.ttf") format("truetype"), url("https://at.alicdn.com/t/font_558281_l8mqdgdtjcv50zfr.svg#iconfont") format("svg");
}

.iconfont {
	font-family: "iconfont";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.header {
	position: relative;
	z-index: 1000;
	height: 80px;
	width: 100%;
}

.header .head_container {
	padding: 0 60px;
	height: 80px;
	overflow: hidden;
}

.header .head_container .logo {
	width: 400px;
	height: 80px;
	position: relative;
}

.header .head_container .logo a {
	position: absolute;
	top: -20px;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	height: 23px;
}

.header .head_container .logo img {
	width: 100%;
}

.header .head_container .nav {
	height: 80px;
}

.header .head_container .nav .nav_container {
	overflow: hidden;
	float: left;
}

.header .head_container .nav .nav_container li {
	float: left;
}

.header .head_container .nav .nav_container li a {
	width: 100%;
	vertical-align: middle;
	height: 80px;
	position: relative;
	padding: 0 24px;
	font-size: 16px;
	color: #000;
	font-weight: 700;
	display: block;
	padding-top: 25px;
}

.header .head_container .nav .nav_container li a .item_outer {
	position: relative;
	height: 30px;
	line-height: 30px;
	display: block;
}

.header .head_container .nav .nav_container li a .item_outer .item_text {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.header .head_container .nav .nav_container li a .item_outer .item_text:before {
	content: "";
	position: absolute;
	bottom: -2px;
	right: 0;
	left: auto;
	width: 0;
	height: 2px;
	background-color: #000;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.header .head_container .nav .nav_container li a:hover .item_outer .item_text:before {
	width: 100%;
	left: 0;
}

.header .head_container .nav .nav_container li:nth-child(1) a .item_outer .item_text:before {
	width: 100%;
	left: 0;
}

.header .head_container .nav .soucuo {
	float: left;
	height: 30px;
	margin: 0 20px;
	margin-top: 25px;
	line-height: 30px;
}

.header .head_container .nav .soucuo i {
	font-size: 20px;
	font-weight: 700;
	color: #000000;
}

.header .head_container .nav .qodef-side-menu-button-opener {
	float: left;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: 15px;
	height: 50px;
	width: 50px;
	color: #fff;
	background-color: #000;
	border-radius: 50%;
	margin-left: 25px;
}

.header .head_container .nav .qodef-side-menu-button-opener .qodef-side-menu-icon {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.header .head_container .nav .qodef-side-menu-button-opener .qodef-side-menu-icon .qodef-dot {
	background: #FFFFFF;
	position: absolute;
	height: 5px;
	width: 5px;
	background-color: currentColor;
	border-radius: 50%;
	-webkit-transition: opacity 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
	-moz-transition: opacity 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
	transition: opacity 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
}

.header .head_container .nav .qodef-side-menu-button-opener .qodef-side-menu-icon .qodef-dot:nth-child(1) {
	top: 32%;
	left: 32%;
}

.header .head_container .nav .qodef-side-menu-button-opener .qodef-side-menu-icon .qodef-dot:nth-child(2) {
	top: 32%;
	left: 46%;
}

.header .head_container .nav .qodef-side-menu-button-opener .qodef-side-menu-icon .qodef-dot:nth-child(3) {
	top: 32%;
	left: 60%;
}

.header .head_container .nav .qodef-side-menu-button-opener .qodef-side-menu-icon .qodef-dot:nth-child(4) {
	top: 46%;
	left: 32%;
}

.header .head_container .nav .qodef-side-menu-button-opener .qodef-side-menu-icon .qodef-dot:nth-child(5) {
	top: 46%;
	left: 46%;
}

.header .head_container .nav .qodef-side-menu-button-opener .qodef-side-menu-icon .qodef-dot:nth-child(6) {
	top: 46%;
	left: 60%;
}

.header .head_container .nav .qodef-side-menu-button-opener .qodef-side-menu-icon .qodef-dot:nth-child(7) {
	top: 60%;
	left: 32%;
	transition-delay: 0.1s;
}

.header .head_container .nav .qodef-side-menu-button-opener .qodef-side-menu-icon .qodef-dot:nth-child(8) {
	top: 60%;
	left: 46%;
	transition-delay: 0.2s;
}

.header .head_container .nav .qodef-side-menu-button-opener .qodef-side-menu-icon .qodef-dot:nth-child(9) {
	top: 60%;
	left: 60%;
}

.header .head_container .nav .qodef-side-menu-button-opener :hover .qodef-dot:nth-child(4) {
	opacity: 0;
}

.header .head_container .nav .qodef-side-menu-button-opener :hover .qodef-dot:nth-child(7) {
	opacity: 0;
}

.header .head_container .nav .qodef-side-menu-button-opener :hover .qodef-dot:nth-child(8) {
	opacity: 0;
}

.header3 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 69px;
	background: #FFFFFF;
	z-index: 1000;
	padding: 0 50px;
	display: none;
}

.header3 .nav {
	height: 69px;
	line-height: 69px;
}

.header3 .nav i {
	font-size: 35px;
	color: #FE3E6B;
	cursor: pointer;
}

@media (max-width: 320px) { 
.header3 .logo { width: 230px; height: 40px; position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; }
.header3 .logo img { height: 40px; }
}
@media (min-width: 321px) and (max-width: 480px){ 
	
.header3 .logo { width: 288px; height: 50px; position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; }
.header3 .logo img { height: 50px; }
}


.header3 .logo a {
	display: block;
}



.header2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#nav2 {
	position: fixed;
	top: 69px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #FFFFFF;
	z-index: 1000;
	padding: 0 15px;
	display: none;
}

#nav2 li {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	border-bottom: 1px solid #ebebeb;
}

#nav2 li a {
	color: #777777;
	font-size: 16px;
}

#nav2 li:nth-child(1) a {
	color: #FE3E6B;
}

.banner {
	position: relative;
	margin-top: -80px;
	height: 891px !important;
}

.banner .lunbo {
	height: 891px !important;
}

.banner .lunbo .lunbo_s {
	height: 891px !important;
}

.banner .lunbo .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: inherit;
	z-index: 20;
}

.banner .lunbo .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
}

.banner .lunbo .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
}

.banner .lunbo .swiper-button-prev {
	background-image: url(../images/left.png);
	left: 10px;
	right: auto;
	width: 44px;
	height: 44px;
	background-size: contain;
}

.banner .lunbo .swiper-button-next {
	background-image: url(../images/right.png);
	right: 10px;
	left: auto;
	width: 44px;
	height: 44px;
	background-size: contain;
}

.banner .lunbo .swiper-pagination-bullet-active {
	background: #E84266;
}

.banner .lunbo img {
	width: 100%;
	display: block;
	height: 100%;
}

.banner_1 {
	display: none;
}
#focus {display: none;}
.sj_fw {display: none;}
.banner_1 .lunbo {
	height: 100%;
}

.banner_1 .lunbo .lunbo_s {
	height: 100%;
}

.banner_1 .lunbo .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: inherit;
	z-index: 20;
}

.banner_1 .lunbo .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
}

.banner_1 .lunbo .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
}

.banner_1 .lunbo .swiper-button-prev {
	background-image: url(../images/left.png);
	left: 10px;
	right: auto;
	width: 22px;
	height: 22px;
	background-size: contain;
}

.banner_1 .lunbo .swiper-button-next {
	background-image: url(../images/right.png);
	right: 10px;
	left: auto;
	width: 22px;
	height: 22px;
	background-size: contain;
}

.banner_1 .lunbo .swiper-pagination-bullet-active {
	background: #E84266;
}

.banner_1 .lunbo img {
	width: 100%;
	display: block;
	height: 100%;
}

.ys {
	background: #000000;
	padding-top: 35px;
}

.ys .ys_container {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 72px;
	padding-bottom: 75px;
}

.ys .ys_container li {
	float: left;
	width: 25%;
	padding: 0 15px;
	text-align: center;
}

.ys .ys_container li i {
	color: #ffffff;
	font-size: 52px;
	display: block;
	margin: 0 auto;
	line-height: inherit;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.ys .ys_container li .qodef-iwt-content {
	padding-top: 20px;
}

.ys .ys_container li .qodef-iwt-content h2 {
	color: #ffffff;
	margin-top: 5px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

.ys .ys_container li .qodef-iwt-content P {
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 26px;
}

.ys .ys_container li:hover i {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

.index_case {
	background: #F4F4F4;
}

.index_case .text_con {
	padding: 81px 30% 87px 0;
	width: 1300px;
	margin: 0 auto;
}

.index_case .text_con h1 {
	font-size: 60px;
	font-weight: 800;
	line-height: 1.05em;
}

.index_case .text_con h1 span {
	color: #E84266;
	font-size: 80px;
}

.index_case .text_con .line {
	margin-top: 26px;
	margin-bottom: 21px;
	border-bottom: 1px solid #fe3e6b;
	border-bottom-width: 4px;
	width: 96px;
}

.index_case .text_con p {
	color: #444444;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
}

.index_case .case_lis {
	overflow: hidden;
}

.index_case .case_lis li {
	width: 33.33333%;
	float: left;
}

.index_case .case_lis li a {
	position: relative;
	display: block;
	color: #FFFFFF;
	overflow: hidden;
}

.index_case .case_lis li a img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
}

.index_case .case_lis li a .g_gird {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(254, 52, 107, 0.8);
}

.index_case .case_lis li a .g_gird .name {
	position: absolute;
	bottom: 0;
	padding: 20px 15px;
	width: 100%;
}

.index_case .case_lis li a .g_gird .name h2 {
	font-size: 20px;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 2.0rem;
	font-weight: 600;
}

.index_case .case_lis li a .g_gird .name p {
	font-size: 14px;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.4rem;
}

.index_case .case_lis li a .g_gird .name:after {
	content: "+";
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-size: 40px;
	font-weight: 200;
}

.index_case .case_lis li:hover a .g_gird {
	display: block;
}

.index_case .case_lis li:hover a img {
	cursor: pointer;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.index_case .more {
	padding: 50px 0;
}

.index_case .more a {
	display: block;
	height: 50px;
	width: 200px;
	margin: 0 auto;
	color: #000;
	text-align: center;
	line-height: 50px;
	border: 1px solid #444444;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.index_case .more a span {
	color: #e84266;
	font-size: 18px;
}

.index_case .more a:hover {
	border: 1px solid #E84266;
	background: #E84266;
	color: #FFFFFF;
}

.index_case .more a:hover span {
	color: #FFFFFF;
}

.index_team .text_con {
	padding: 81px 30% 87px 0;
	width: 1300px;
	margin: 0 auto;
}

.index_team .text_con h1 {
	font-size: 60px;
	font-weight: 800;
	line-height: 1.05em;
	color: #000000;
}

.index_team .text_con h1 span {
	color: #E84266;
	font-size: 80px;
}

.index_team .text_con .line {
	margin-top: 26px;
	margin-bottom: 21px;
	border-bottom: 1px solid #fe3e6b;
	border-bottom-width: 4px;
	width: 96px;
}

.index_team .text_con p {
	color: #444444;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
}

.index_team .team_lis {
	overflow: hidden;
}

.index_team .team_lis li {
	width: 25%;
	float: left;
}

.index_team .team_lis li a {
	position: relative;
	display: block;
	color: #FFFFFF;
	overflow: hidden;
}

.index_team .team_lis li a img {
	display: block;
	width: 100%;
	-webkit-transition: all 1.2s linear;
	-moz-transition: all 1.2s linear;
	-o-transition: all 1.2s linear;
}

.index_team .team_lis li a .g_gird {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(254, 52, 107, 0.8);
}

.index_team .team_lis li a .g_gird .name {
	position: absolute;
	bottom: 0;
	padding: 20px 15px;
	font-size: 18px;
	width: 100%;
}

.index_team .team_lis li a .g_gird .name h2 {
	font-size: 20px;
	width: 100%;
	line-height: 2.0rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 600;
}

.index_team .team_lis li a .g_gird .name p {
	font-size: 14px;
	width: 100%;
	line-height: 1.4rem;
}

.index_team .team_lis li a .g_gird .name:after {
	content: "+";
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-size: 40px;
	font-weight: 200;
}

.index_team .team_lis li:hover a .g_gird {
	display: block;
}

.index_team .team_lis li:hover a img {
	cursor: pointer;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.index_news {
	background: #F4F4F4;
}

.index_news .text_con {
	padding: 81px 30% 47px 0;
	width: 1300px;
	margin: 0 auto;
}

.index_news .text_con h1 {
	font-size: 60px;
	font-weight: 800;
	line-height: 1.05em;
}

.index_news .text_con h1 span {
	color: #E84266;
	font-size: 80px;
}

.index_news .text_con .line {
	margin-top: 26px;
	margin-bottom: 21px;
	border-bottom: 1px solid #fe3e6b;
	border-bottom-width: 4px;
	width: 96px;
}

.index_news .text_con p {
	color: #444444;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
}

.index_news .news_con {
	width: 1330px;
	margin-left: -15px;
	margin-right: -15px;
	margin: 0 auto;
}

.index_news .news_con .news_lis {
	width: 100%;
	overflow: hidden;
}

.index_news .news_con .news_lis .article {
	padding: 0;
}

.index_news .news_con .news_lis li {
	width: 33.3333%;
	padding: 15px;
	float: left;
}

.index_news .news_con .news_lis li a {
	display: block;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	background: #FFFFFF;
}

.index_news .news_con .news_lis li a .pic {
	width: 100%;
	overflow: hidden
}

.index_news .news_con .news_lis li a img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.index_news .news_con .news_lis li:hover a img {
	cursor: pointer;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.index_news .news_con .news_lis li a .qodef-bli-content {
	padding: 25px;
}

.index_news .news_con .news_lis li a .qodef-bli-content h2 {
	text-align: left;
	line-height: 21px;
	margin-bottom: 8px;
	color: #444444;
	font-size: 14px;
	margin: 0 0 12px 0;
}

.index_news .news_con .news_lis li a .qodef-bli-content p {
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	line-height: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 3.2rem;
	overflow: hidden;
}

.index_news .news_con .news_lis li a .more_1 {
	margin-top: 20px;
	height: 25px;
	display: inline-block;
	width: 25px;
	border: 1px solid #FE3E6B;
	border-radius: 12.5px;
	position: relative;
	padding-right: 25px;
	line-height: 25px;
	-webkit-transition: all 1.2s linear;
	-moz-transition: all 1.2s linear;
	-o-transition: all 1.2s linear;
}

.index_news .news_con .news_lis li a .more_1 span {
	padding-left: 10px;
	width: 0px;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
	color: #FE3E6B;
	font-weight: 600;
	-webkit-transition: all 1.1s linear;
	-moz-transition: all 1.1s linear;
	-o-transition: all 1.1s linear;
}

.index_news .news_con .news_lis li a .more_1 i {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	text-align: center;
	height: 25px;
	color: #fe3e6b;
}

.index_news .news_con .news_lis li a .more_1:hover {
	width: 120px;
}

.index_news .news_con .news_lis li a .more_1:hover span {
	width: 100%;
}

.index_news .news_con .more {
	padding: 50px 0;
}

.index_news .news_con .more a {
	display: block;
	height: 50px;
	width: 200px;
	margin: 0 auto;
	color: #000;
	text-align: center;
	line-height: 50px;
	border: 1px solid #444444;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.index_news .news_con .more a span {
	color: #e84266;
	font-size: 18px;
}

.index_news .news_con .more a:hover {
	border: 1px solid #E84266;
	background: #E84266;
	color: #FFFFFF;
}

.index_news .news_con .more a:hover span {
	color: #FFFFFF;
}

.footer {
	padding: 128px 75px 94px;
	background: #000;
}

.footer .foot_con {
	color: #777;
	overflow: hidden;
}

.footer .foot_con li {
	float: left;
	width: 25%;
	padding: 0 15px;
}

.footer .foot_con li .logo {
	margin-bottom: 25px;
}

.footer .foot_con li .logo img {
	width: 80%;
}

.footer .foot_con li .foot_text {
	padding: 0 53px 14px 0;
	font-size: 16px;
	line-height: 1.8rem;
}

.footer .foot_con li h2 {
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
}

.footer .foot_con li .fo_bl {
	margin-bottom: 15px;
}

.footer .foot_con li .fo_bl h6 {
	font-weight: 200;
	color: #ddd;
	line-height: 25px;
	font-size: 14px;
}

.footer .foot_con li .fo_bl p {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.4rem;
}

.footer .foot_con li dl dt a {
	color: #777;
	font-size: 14px;
	line-height: 1.4rem;
}

.footer .foot_con li dl dt a:hover {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.4rem;
}

.footer .foot_con li .beian {
	margin-top: 25px;
	font-size: 12px;
	line-height: 1.2rem;
}

.footer .foot_con li .ewm {
	width: 120px;
}

.footer .foot_con li .ewm img {
	width: 100%;
}

.footer .foot_con li .ewm span {
	padding-left: 5px;
	display: block;
	line-height: 1.4rem;
	font-size: 14px;
}

#zhao {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10000;
	display: none;
}

#zhao .team_js {
	position: absolute;
	top: 0;
	width: 50%;
	right: 0;
	bottom: 0;
	background: #FFFFFF;
	left: 100%;
	overflow-y: scroll;
}

#zhao .team_js .pic {
	width: 100%;
}

#zhao .team_js .pic img {
	width: 100%;
	display: block;
}

#zhao .team_js .wenzi {
	padding: 70px;
}

#zhao .team_js .wenzi .team_name p {
	font-size: 25px;
	font-weight: 600;
	color: #000000;
}

#zhao .team_js .wenzi .team_name span {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}

#zhao .team_js .wenzi .team_name h2 {
	font-size: 16px;
	color: #EF3F52;
	margin-top: 5px;
}

#zhao .team_js .wenzi .cyxx {
	margin-top: 20px;
	font-size: 16px;
	line-height: 28px;
}
