::selection {
	background: #fa064b;
	color: #ffffff;
}

::-moz-selection {
	background: #fa064b;
	color: #ffffff;
}

::selection {
	background: #fa064b;
	color: #ffffff;
}

::-moz-selection {
	background: #fa064b;
	color: #ffffff;
}

::-webkit-scrollbar {
	width: 10px;
	/*滚动条宽度*/
	height: 10px/*滚动条高度*/
}

.drop>.dropdown {
	width: auto !important;
}
#bd_msg {
	height: 2rem;
	text-align: center;
	position: fixed;
	top: 50%;
	margin-top: -1rem;
	line-height: 2rem;
	width: 100%;
	z-index: 99;
}

#bd_msg span {
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	display: inline-block;
	padding: 1rem 3rem;
	border-radius: 5px;
	font-size: 19px;
}
.pub_xiangxia {
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 30px;
	font-weight: 100;
	color: #FFFFFF;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -15px;
	background: none !important;
	border: none !important;
}

@keyframes movepoint {
	from {
		bottom: 40px
	}
	to {
		bottom: 20px
	}
}

.shade-button-point {
	animation: movepoint 2s infinite;
	-webkit-animation: movepoint 2s infinite;
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
	/*滚动条的背景区域的内阴影*/
	box-shadow: 0px;
	/*滚动条的背景区域的圆角*/
	border-radius: 0px;
	/*滚动条的背景颜色*/
	background-color: #333333;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
	/*滚动条的内阴影*/
	box-shadow: 0px;
	/*滚动条的圆角*/
	border-radius: 0;
	/*滚动条的背景颜色*/
	background-color: #fa064b;
}

.pub_pad_left {
	padding-left: 80px !important;
}

.pub_pad_right {
	padding-right: 80px !important;
}

.bg-hui {
	background: #f8f8f8 !important;
}

.text-hui {
	color: #d2d2d2 !important;
}

.text-blod {
	font-weight: 800 !important;
}

.text-400 {
	font-weight: 800 !important;
}

.text-main1 {
	color: #fa064b !important;
}

.font-size35 {
	font-size: 35px !important;
}

.font-size55 {
	font-size: 55px !important;
}

.font-size15 {
	font-size: 15px !important;
}


/*第1个通用更多*/

.pub_more2 a {
	font-size: 14px;
	display: block;
	color: #FFFFFF;
	overflow: hidden;
}

.pub_more2 a i {
	display: block;
	font-style: normal;
	width: 100%;
}

.pub_more2 a span {
	width: 155px;
	height: 2px;
	margin: auto;
	background: #c7023a !important;
	display: block;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	margin-top: 10px;
}

.pub_more2 a:hover span {
	width: 100px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.pub_more2 {
	display: block;
	overflow: hidden;
}


/*第二个通用更多*/

.pub_more a {
	font-size: 14px;
	display: block;
	color: #FFFFFF;
	overflow: hidden;
}

.pub_more a i {
	display: block;
	float: left;
	font-style: normal;
	width: 10%;
}

.pub_more a span {
	width: 155px;
	height: 2px;
	float: left;
	display: block;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	margin-top: 10px;
}

.pub_more a:hover span {
	width: 100px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.pub_more {
	display: block;
	overflow: hidden;
}


/*第3个通用更多*/

.pub_more3 a {
	font-size: 14px;
	display: block;
	color: #FFFFFF;
	overflow: hidden;
}

.pub_more3 a i {
	display: block;
	font-style: normal;
	width: 10%;
	float: left;
}

.pub_more3 a span {
	width: 155px;
	height: 2px;
	float: left;
	margin: auto;
	display: block;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	margin-top: 10px;
}

.pub_more3 a:hover span {
	width: 100px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.pub_more3 {
	display: block;
}


/*加载更多*/

.list_fwu_more_btn {
	margin-top: -10px;
}

.pub_jiazai {
	position: relative;
	padding: 30px 0;
}

.pub_jiazai .pub_jiazai_no {
	color: #999;
	font-size: 16px;
	line-height: 100px;
	display: block;
	margin: auto;
	text-align: center;
}

.pub_jiazai a {
	display: block;
	position: absolute;
	z-index: 2;
	top: 30px;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	color: #666666;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.pub_page_width1250 {
	width: 1250px;
}

.pub_page_width1350 {
	max-width: 1350px !important;
}

.text-right {
	text-align: right;
}


/*通用页面二级标题*/

.pub_page_tit a {
	line-height: 70px;
}

.pub_page_width {
	max-width: 1520px;
	width: 100%;
}

@media(max-width:1475px) {
	.pub_page_width {
		width: 94%;
		margin: 0 3%;
	}
}

.pub_page_width_big {
	max-width: 1600px;
}

.pub_page_tit .pub_page_tit_left {
	font-size: 25px;
	font-weight: 800;
}

.pub_page_tit .pub_page_tit_right {
	font-size: 14px;
}

.pub_page_tit .active {
	font-size: 14px;
	font-weight: 800;
	margin-left: 30px;
}

.pub_page_tit .pub_page_tit_right a {
	margin-left: 30px;
}

.pub_page_tit {
	overflow: hidden;
}

.pub_page_tit h4 {
	margin-bottom: 0;
	display: block;
	width: 50%;
	float: left;
}

.header {
	background: rgba(0, 0, 0, 0);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.header .nav_top .active:before {
	width: 36px;
	height: 2px;
	content: " ";
	display: block;
	position: absolute;
	background: #fa064b;
	bottom: 0;
	left: 50%;
	margin-left: -18px;
}

.head_fixd {
	position: fixed;
	top: 0;
	width: 100%;
	background: #FFFFFF;
	height: 62px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
	z-index: 99999999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.head .head_fixd_no {
	display: block;
	color: #FFFFFF;
}

.head .head_fixd_no span {
	color: #FFFFFF;
}

.head .head_fixd_yes {
	display: none
}

.head_fixd .head_fixd_yes {
	display: block !important;
}

.head_fixd .head_fixd_no {
	display: none !important;
}

.navbar-logo img {
	float: left;
}

.head_fixd .head_fixd_yes i {
	background: #333333
}

.head_fixd .head_fixd_yes span {
	color: #333333 !important
}

.head_fixd .head .nav li a {
	color: #333333 !important;
}

.head_fixd .nav-switch {
	margin-top: 0;
}

.drop>.dropdown {
	top: 60px !important;
}

.head_fixd .nav-switch li {
	background: #333333 !important;
}

.head_fixd .head {
	top: 0 !important;
}


/*深色*/

.pub_more_shense a span {
	background: #ce2353;
}

.pub_more_shense a {
	color: #0f1012;
}


/*白色*/

.pub_more_wh a span {
	background: #ffffff;
}

.pub_more_wh a {
	color: #ffffff;
}

.head {
	max-width: 96%;
	position: absolute;
	top: 35px;
	height: 62px;
	left: 2%;
}

.head .nav li a {
	color: #FFFFFF;
	font-size: 16px;
}

.head .navbar-body {
	z-index: 2;
}

.head .nav li {
	display：-webkit-inline-box;
	display：-ms-inline-flexbox;
}

.head .nav_top .dropdown li a {
	color: #333333;
}

.head .nav_top .dropdown ul {
	border: none !important;
}

.head .nav>li.drop>a::after {
	display: none !important;
}

.head .nav_top .dropdown li:hover a {
	background: #fa064b;
	color: #FFFFFF !important;
}

.nav-switch {
	display: inline-flex !important;
}

.nav_er_all {
	position: absolute;
	top: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 3;
}

.nav_er_all_body dl {
	width: 100%;
	text-align: center;
}

.nav_er_all_body dl a {
	display: block;
	text-align: center;
	line-height: 70px;
	color: #FFFFFF;
	text-transform: capitalize;
}

.nav_er_all_body dl a span {
	line-height: 70px;
	margin-left: 36%;
	display: block;
	text-align: left;
}

.nav_er_all_body dl dt:hover {
	background: rgb(199 2 58 / 52%);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.nav_er_all_body dl dt {
	width: 100%;
	font-size: 25px;
	font-weight: 800;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.nav_er_all_body dl dd {
	width: 100%;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}

.nav_er_all_body dl dd a {
	font-size: 15px;
	display: block;
	font-weight: 400;
}

.nav_er_all_body {
	text-align: center;
}

.index_banner img {
	/*width: 100%;*/
}

.index_banner .index_banner>.flip-prev, .index_banner>.flip-next {
	display: none;
}

.index_banner #flip_index_banner .flip-item {
	height: 100vh !important;
	    background-size: 100% !important;
}

.nav-switch {
	z-index: 4;
}

.nav-open li {
	color: #333333 !important;
}

.nav-open {
	height: 1.5rem !important;
	width: 1.5rem !important;
}

.nav-open {
	background: url(../img/xx1.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.nav-open li {
	display: none !important;
}

.nav_all_shu i {
	background: #FFFFFF;
	width: 2px;
	height: 28px;
	margin: 0 20px;
	margin-top: 22px;
}

.nav_all_shu span {
	display: block;
	float: left;
	line-height: 20px;
	font-size: 13px;
	margin-top: 33px;
	color: #666666;
}

.nav_all_shu {
	float: left;
	margin-top: -15px;
}

.nav_er_all_top {
	width: 94%;
	margin: auto;
	margin-left: 2%;
	height: 60px;
}

.nav_er_all_top {
	line-height: 60px;
	height: 60px;
}

.nav_er_all_top .logo2_img_box {
	display: block;
	float: left;
	padding: 0.5rem 1rem;
	height: 60px;
}

.nav_er_all_top .logo2_img_box img {
	display: block;
	margin-top: 2px;
}

.nav_er_all_top .logo2_img_box img {}

.nav_er_all_top .nav_er_all_shu {
	background: #666666;
	width: 2px;
	height: 28px;
	margin: 0 12px;
	margin-top: 17px;
}

.nav_er_all_top span {
	display: block;
	float: left;
	line-height: 20px;
	font-size: 13px;
	margin-top: 28px;
	color: #666666;
	margin-left: 8px;
}

.nav_er_all {
	background: rgb(0 0 0 / 88%);
	height: 100vh;
	padding-top: 15%;
}


/*首页轮播*/

.index_banner_li {
	max-width: 1600px;
	margin: auto;
}

.index_banner_li .pub_more {
	margin-top: 100px;
}

.index_banner_li_txt {
	margin-top: 20%;
}

.index_banner_li_txt1 ,.index_banner_li_txt1 h1{
	color: #FFFFFF;
	font-weight: 1000;
	font-size: 90px !important;
	line-height: 64px;
}

.index_banner_li_txt2 {
	color: #FFFFFF;
	font-weight: 1000;
	font-size: 19px;
	font-weight: 400;
	text-transform: Uppercase;
	margin-top: 20px;
}

.index_banner .flip-item {
	background-position: center center;
}

.index_banner .flip-prev, .index_banner .flip-next {
	display: none;
}

.index_banner_li_txt3 {
	line-height: 30px;
	margin-bottom: 0;
	font-size: 53px;
	font-weight: 400;
	color: #ffffff;
}

.index_banner_li_box1 .index_banner_li_txt1,.index_banner_li_box1 .index_banner_li_txt1 h1 {
	letter-spacing: 4.2px;
}

.index_banner_li_box1 .index_banner_li_txt2 {
	/*	letter-spacing: 4px;*/
}

.index_banner_li_box1 .index_banner_li_txt3 {
	letter-spacing: 19.7px;
}

.index_banner_li_box2 .index_banner_li_txt2 {
	letter-spacing: 3.7px;
}

.index_banner_li_box2 .index_banner_li_txt3 {
	letter-spacing: 3px;
}

.index_banner_li_box3 .index_banner_li_txt1 {
	letter-spacing: 6px;
}

.index_banner_li_box3 .index_banner_li_txt3 {
	letter-spacing: 8.9px;
}

.index_banner_li_txt2 {
	margin-bottom: 50px;
}

.index_banner_li_img {
	margin-top: 10rem;
	padding-right: 25px;
}

.index_banner .flip-page li {
	color: #C0C0C0;
	background: #C0C0C0;
}

.index_banner .flip-page .active, .index_banner .flip-page li:hover {
	color: #FFFFFF !important;
}

.index_banner_li {
	position: relative !important;
	overflow: hidden !important;
	height: 100vh !important;
}

.pub_banner .flip-item .anli_zhanting_ban_li {
	position: relative !important;
	overflow: hidden !important;
}

.list_art_box_li {
	width: 48%;
	margin-left: 2%;
	float: left;
	background: #f3f1f1;
	margin-bottom: 30px;
}

.list_art_box {
	margin-left: -10px;
}

.list_art_line {
	border-bottom: 10px solid #FFFFFF;
}

.list_art_line .list_art_box_txt_info {
	overflow: hidden;
}

.list_art_line .list_art_box_txt_info span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #999;
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	display: block;
	float: left;
}

.list_art_line .list_art_box_txt_info span:last-child {
	border-right: none !important;
	max-width: 140px;
}

.list_art_box .list_art_box_img {
	overflow: hidden;
}


@media only screen and (min-width:1600px ) {
.list_art_box .list_art_box_img img {
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	height: 410px;
}	
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.list_art_box .list_art_box_img img {
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	height: 340px;
}
}

.list_art_box:hover .list_art_box_img img {
	transform: scale(1.01);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_art_box_li:hover .pub_more a span {
	width: 90%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}


/*.list_art_box:hover{
	background: #FFFFFF;
}*/

.list_art {
	/*	background: #f8f8f8;*/
}

.list_art_box .list_art_box_txt h4 {
	font-size: 25px;
	font-weight: 800;
}

.list_art_box .list_art_box_txt P {
	color: #838282;
	font-size: 14px;
}

.list_art_box .list_art_box_txt {
	margin: 30px 0 45px 0;
	padding: 0 20px;
}

.list_art_box .list_art_box_txt h5 a {
	display: block;
	font-size: 25px;
	font-weight: 800;
}


/*首页品牌介绍通栏*/

.index_pinpai {
	padding: 165px 0 180px;
	overflow: hidden;
}

.index_pinpai .index_pinpai_tit {
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: 1000;
}

.index_pinpai .index_pinpai_info_li h5 span {
	font-size: 45px;
}

.index_pinpai .index_pinpai_info_li {
	position: relative;
	float: left;
}

.index_pinpai .index_pinpai_info {
	margin-top: 100px;
}

.index_pinpai .index_pinpai_info_li:before {
	display: block;
	content: '';
	width: 2px;
	position: absolute;
	right: 0;
	top: 0px;
	height: 120px;
	background: #FFFFFF;
}

.index_pinpai .index_pinpai_info_li:last-child:before {
	display: none;
}

.index_pinpai .index_pinpai_txt p {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 0;
}


/*首页案例tab开始*/

.index_anli_tab .nav-tabs li a {
	display: block;
	width: 90%;
	border: 2px solid #7d7b7e;
	line-height: 36px;
	font-size: 20px;
	color: #4a4a4a;
	margin-left: 10%;
	padding: 0;
	border-radius: 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.index_anli_tab .nav-tabs .active a, .index_anli_tab .nav-tabs li a:hover {
	border-color: #c7023a !important;
	border-bottom-color: #c7023a !important;
	background-color: #c7023a !important;
	border: 2px solid #c7023a;
	color: #FFFFFF;
	background: #c7023a;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.index_anli_tab .tab-body .tab-item {
	opacity: 0;
	display: none;
}

.index_anli_tab .tab-body .active {
	opacity: 1;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	display: block;
}

.index_anli_tab .nav-tabs {
	margin-left: -30px;
	border-bottom: none;
}

.index_anli_tab .tab-body {
	padding: 50px 0;
	overflow: hidden;
	position: relative;
}

.index_anli_tab .tab-body .tab-item {
	margin-left: -13px;
}

.index_anli_tab .index_anli_tab_box {
	width: 32.5%;
	float: left;
	position: relative;
	margin-left: 0.83%;
	margin-bottom: 12px;
	overflow: hidden;
}

.index_anli_tab .index_anli_tab_box .index_anli_tab_box_img {
	height: 280px;
	overflow: hidden;
}

.index_anli_tab .index_anli_tab_box .index_anli_tab_box_img img {
	width: 100%;
	min-height: 280px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.index_anli_tab .index_anli_tab_box:hover .index_anli_tab_box_img img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.index_anli_tab .index_anli_tab_box .index_anli_tab_box_txt h5 {
	text-align: center;
	line-height: 35px;
	margin-bottom: 0;
	font-size: 18px !important;
}

.index_anli_tab .index_anli_tab_box .index_anli_tab_box_txt p {
	text-align: center;
	line-height: 25px;
	margin-bottom: 0;
	font-size: 14px !important;
}

.index_anli_tab .index_anli_tab_box .index_anli_tab_box_txt p span {
	margin: 0 10px;
}

.index_anli_tab .index_anli_tab_box .index_anli_tab_box_txt {
	position: absolute;
	bottom: -60px;
	background: rgb(251 46 104 / 66%);
	height: 60px;
	overflow: hidden;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.index_anli_tab .index_anli_tab_box:hover .index_anli_tab_box_txt {
	bottom: 0 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}


/*列表页案例tab开始*/

.list_anli_tab .nav-tabs li a {
	display: block;
	width: 90%;
	border: 2px solid #7d7b7e;
	line-height: 36px;
	font-size: 20px;
	color: #4a4a4a;
	margin-left: 10%;
	padding: 0;
	border-radius: 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_anli_tab .nav-tabs .active a, .list_anli_tab .nav-tabs li a:hover {
	border-color: #c7023a !important;
	border-bottom-color: #c7023a !important;
	background-color: #c7023a !important;
	border: 2px solid #c7023a;
	color: #FFFFFF;
	background: #c7023a;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_anli_tab .tab-body .tab-item {
	opacity: 1;
	display: block;
}

.list_anli_tab .tab-body .active {
	opacity: 1;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	display: block;
}

.list_anli_tab .nav-tabs {
	margin-left: -30px;
	border-bottom: none;
}

.list_anli_tab .tab-body {
	padding: 50px 0;
	overflow: hidden;
	position: relative;
}

.list_anli_tab .tab-body .tab-item {
	margin-left: -13px;
}

.list_anli_tab .index_anli_tab_box {
	width: 32.5%;
	float: left;
	margin-left: 0.83%;
	margin-bottom: 12px;
	overflow: hidden;
	position: relative;
}

.list_anli_tab .index_anli_tab_box .index_anli_tab_box_img {
	height: 280px;
	overflow: hidden;
}

.list_anli_tab .index_anli_tab_box .index_anli_tab_box_img img {
	width: 100%;
	min-height: 280px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_anli_tab .index_anli_tab_box:hover .index_anli_tab_box_img img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_anli_tab .index_anli_tab_box .index_anli_tab_box_txt h5 {
	text-align: center;
	line-height: 35px;
	margin-bottom: 0;
	font-size: 18px !important;
}

.list_anli_tab .index_anli_tab_box .index_anli_tab_box_txt p {
	text-align: center;
	line-height: 25px;
	margin-bottom: 0;
	font-size: 14px !important;
}

.list_anli_tab .index_anli_tab_box .index_anli_tab_box_txt p span {
	margin: 0 10px;
}

.list_anli_tab .index_anli_tab_box .index_anli_tab_box_txt {
	position: absolute;
	bottom: -60px;
	background: rgb(251 46 104 / 66%);
	height: 60px;
	overflow: hidden;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_anli_tab .index_anli_tab_box:hover .index_anli_tab_box_txt {
	bottom: 0 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_new_list {
	padding: 100px 0 0 0;
}

.anli_zhanting_ban_txt {
	font-size: 70px;
	z-index: 1;
	color: #FFFFFF;
	text-transform: uppercase;
}

#anli_banner_zhanting .flip-item {
	background-position: center center !important;
	background-size: cover !important;
}

#anli_banner_zhanting .index_banner_li_txt {
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	height: 100vh;
	text-shadow: 1px 2px 2px #000000;
}

#anli_banner_zhanting .flip-page {
	/*right: 20px !important;
	left: auto !important;
	transform: initial !important;*/
}

.anli_zhanting_ban_li {
	position: relative;
	z-index: 2;
	width: 100%;
}

.anli_zhanting_ban_li1 {
	margin-top: 37%;
}

.anli_zhanting_ban_li2 {
	margin-top: 30%;
}

.anli_zhanting_ban_li3 {
	margin-top: 32%;
}

.anli_zhanting_ban_li .anli_zhanting_ban_txt1 {
	font-weight: 1000;
	font-size: 90px;
	line-height: 100px;
	color: #FFFFFF;
	/*	font-family: "微软雅黑";*/
	letter-spacing: 2px;
}

.anli_zhanting_ban_li .anli_zhanting_ban_txt2 {
	font-weight: 400;
	font-size: 53px;
	color: #FFFFFF;
}


/*首页中部通栏文字广告开始*/

.index_txt_line {
	padding: 70px 0;
}

.index_txt_line .index_txt_line1 {
	font-size: 37px;
	font-weight: 800;
}

.index_txt_line p {
	font-size: 23px;
}


/*
首页服务标准开始*/

.index_biaozhun {}

.index_biaozhun .index_biaozhun_body {}

.index_biaozhun .index_biaozhun_body {}

.index_biaozhun .index_biaozhun_body_li {
	margin-bottom: 50px;
}

.index_biaozhun .index_biaozhun_body_li .index_biaozhun_body_li_left {
	background: url(../img/biaozhun_3.png);
	background-repeat: no-repeat;
	height: 120px;
	background-position: 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	font-size: 28px;
	font-weight: 800;
	line-height: 120px;
	padding-left: 65px;
	color: #4a4a4a;
}

.index_biaozhun .index_biaozhun_body_li:hover .index_biaozhun_body_li_left {
	background-position: 5px 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	color: #c7023a;
}

.index_biaozhun_body_li_right {
	font-size: 20px;
	line-height: 120px;
}

.index_biaozhun .index_biaozhun_body {
	margin: 60px 0;
}


/*首页中部通栏*/

.index_banner_2 {
	overflow: hidden;
	position: relative;
	background: url(../img/index2_02.jpg);
	height: 800px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	background-size: inherit;
}

.index_banner_2 img {
	width: 100%;
}

.index_banner_2 .index_banner_2_txt .index_banner_2_txt_box {
	position: absolute;
	z-index: 2;
	top: 30%;
}

.index_banner_li_txt {
	margin-top: 30%;
}

.index_banner_2_txt1 {
	color: #FFFFFF;
	font-weight: 1000;
	font-size: 3rem;
	line-height: 64px;
}

.index_banner_2_txt2 {
	color: #FFFFFF;
	font-weight: 1000;
	font-size: 1.5rem;
	text-transform: Uppercase;
	margin-top: 20px;
}

.index_banner_2_txt2 p {
	margin-bottom: 10px;
	margin-bottom: 10px;
	line-height: 30px;
}

.index_banner_2_txt_box .pub_more {
	margin-top: 100px;
}


/*客户列表*/

.list_kh_2 {
	padding: 30px 0;
}

.list_kh_box {
	float: left;
	width: 22%;
	margin-left: 3%;
	border-radius: 5px;
	margin-bottom: 30px;
}

.list_kh .list_kh_line {
	margin-left: -3%;
}

.list_kh .list_kh_box {
	background: #FFFFFF;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_kh .list_kh_box .list_kh_box_img {
	text-align: center;
	height: 265px;
	width: 80%;
	margin: auto;
	padding-top: 20px;
}

.list_kh .list_kh_box .list_kh_box_img img {
	width: 190px;
	max-height: 190px;
}

.list_kh .list_kh_box .list_kh_box_img:after {
	content: " ";
	display: block;
	height: 1px;
	width: 100%;
	margin: auto;
	background: #adadad;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_kh .list_kh_box:hover .list_kh_box_img:after {
	content: " ";
	display: block;
	height: 1px;
	width: 20%;
	margin: auto;
	background: #ce2353;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_kh .list_kh_box .list_kh_box_txt h5 {
	font-size: 14px !important;
	color: #999999;
	line-height: 25px;
	font-weight: 400;
}

.list_kh .list_kh_box .list_kh_box_txt h5 {
	margin-bottom: 0;
}

.list_kh .list_kh_box .list_kh_box_txt {
	height: 50px;
	width: 80%;
	margin: -10px auto 30px auto;
	text-align: center;
}

.list_kh .list_kh_box:hover {
	box-shadow: 0 0 17px 7px rgba(107, 107, 107, 0.1);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_kh {
	overflow: hidden;
	padding: 30px 0 0 0;
}

.pub_zc_tit {
	padding: 120px 0 30px;
}

.pub_zc_tit h4 {
	font-size: 54px !important;
	font-weight: bold;
	margin-bottom: 0;
	color: #c7023a;
}

.pub_zc_tit p {
	color: #4a4a4a;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 10px;
}


/*全部客户开始*/

.list_kh_box_2 {
	float: left;
	width: 9%;
	margin-left: 1%;
	border-radius: 5px;
	margin-bottom: 30px;
}

.list_kh .list_kh_line_2 {
	margin-left: -1%;
}

.list_kh .list_kh_box_2 {
	background: #FFFFFF;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_kh_box_img_2 {
	text-align: center;
	width: 100%;
	margin: auto;
	padding-top: 20px;
}

.list_kh_box_img_2 img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_kh_box_img_2:hover img {
	width: 100%;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_kh .list_kh_box_2 .list_kh_box_txt h5 a {
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	font-weight: 400;
}

.list_kh .list_kh_box_2 .list_kh_box_txt h5 {
	margin-bottom: 0;
}

.list_kh .list_kh_box_2 .list_kh_box_txt {
	height: 50px;
	width: 80%;
	margin: -10px auto 30px auto;
	text-align: center;
}

.list_kh .list_kh_box_2:hover {
	box-shadow: 0 0 17px 7px rgba(107, 107, 107, 0.1);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.list_kh {
	overflow: hidden;
	padding: 30px 0 0 0;
}


/*
首页新闻开始*/

.index_new {
	padding-bottom: 100px;
}

.index_new .index_new_body {
	margin-left: -18px;
}

.index_new .index_new_body .index_new_body_li {
	width: 32%;
	float: left;
	margin-left: 1.333333%;
}

.index_new .index_new_body .index_new_body_li .index_new_body_li_top {
	margin-bottom: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.index_new .index_new_body .index_new_body_li .index_new_body_li_top:hover img {
	transform: scale(1.1);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.index_new .index_new_body .index_new_body_li .index_new_body_li_top .index_new_body_li_top_img {
	height: 270px;
	overflow: hidden;
}

.index_new .index_new_body .index_new_body_li .index_new_body_li_top .index_new_body_li_top_img img {
	min-height: 270px;
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.index_new .index_new_body_li_top_txt h5 {
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 50px;
	margin-bottom: 0;
}

.index_new .index_new_body_li_top_txt .index_new_body_li_top_info {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 25px;
}

.index_new .index_new_body_li_top_more a {
	color: #C7023A !important;
	font-size: 14px;
	line-height: 50px;
}

.index_new .index_new_body_li .index_new_body_list li {
	font-size: 12px;
	color: #707070;
}

.index_new .index_new_body_li .index_new_body_list li a {
	color: #707070;
	font-size: 14px;
}


/*尾部开始*/

.card-foot {
	position: fixed;
	right: 10px;
	top: 70%;
	width: 50px;
	cursor: pointer;
	background: #676666;
	color: #ffffff;
	opacity: 0;
	display: none;
	border-top: 3px solid #404040;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.foot_top_1 {
	opacity: 1;
	display: block !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.card-foot:hover {
	background: #c7023a;
}

.foot {
	background: #f7f7f7;
	overflow: hidden;
}

.foot .foot_line_wx {
	position: absolute;
	right: 0;
	bottom: 1em;
}

.foot .foot_line {
	margin-top: 80px;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
	max-width: 1200px;
}

.foot_line_daohang dl {
	width: 100%;
	float: left;
}

.foot_line_daohang {
	text-align: center;
}

.foot_line_daohang dl dt {
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	color: #333333;
	font-weight: 800;
	text-align: left;
}

.foot_line_daohang dl dd {
	width: 50%;
	float: left;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	text-align: left;
}

.foot_line_daohang dl dd a {
	font-size: 14px;
	display: block;
	font-weight: 400;
	line-height: 20px;
	color: #555555;
}

.foot .foot_wx {
	text-align: center;
}

.foot .foot_wx p {
	font-size: 14px;
	color: #919191;
}

.foot .foot_wx img {
	width: 70%;
	margin: auto;
	margin-top: -20px;
}

.foot .foot_wx {
	margin: auto;
	margin-top: 47px;
}

.foot_lianxi_line i {
	font-style: normal;
}

.foot_lianxi_line_right {
	float: left;
	width: 90%;
}

.foot_lianxi_line_left {
	float: left;
	width: 10%;
}

.foot_lianxi {
	width: 85%;
	float: right;
	margin: 1em 0;
}

.foot_lianxi .foot_lianxi_tit {
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	color: #333333;
	font-weight: 800;
}

.foot_lianxi .foot_lianxi_line a, .foot_lianxi .foot_lianxi_line {
	font-size: 14px;
	color: #919191;
}

.foot_small {
	border-top: 2px solid #e2e0e0;
}

.foot_small p, .foot_small p a {
	font-size: 14px;
	text-align: center;
	color: #999999;
	margin-bottom: 0;
}

.foot_small {
	padding: 10px 0;
}

.night {
	margin-top: 100px;
	position: relative;
	width: 100%;
	height: 600px;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	-webkit-animation: sky 200000ms linear infinite;
	animation: sky 200000ms linear infinite;
}

.shooting_star {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 2px;
	background: linear-gradient(-45deg, #67414a, rgba(0, 0, 255, 0));
	border-radius: 999px;
	-webkit-filter: drop-shadow(0 0 6px #67414a);
	filter: drop-shadow(0 0 6px #67414a);
	-webkit-animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
	animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
}

.shooting_star::before, .shooting_star::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	height: 2px;
	background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #67414a, rgba(0, 0, 0, 0));
	-webkit-transform: translateX(50%) rotateZ(45deg);
	transform: translateX(50%) rotateZ(45deg);
	border-radius: 100%;
	-webkit-animation: shining 300ms ease-in-out infinite;
	animation: shining 300ms ease-in-out infinite;
	display: none;
}

.shooting_star::after {
	-webkit-transform: translateX(50%) rotateZ(-45deg);
	transform: translateX(50%) rotateZ(-45deg);
}

.shooting_star:nth-child(1) {
	top: calc(50% - 185px);
	left: calc(50% - 150px);
	-webkit-animation-delay: 897ms;
	animation-delay: 897ms;
}

.shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after, .shooting_star:nth-child(1)::after {
	-webkit-animation-delay: 897ms;
	animation-delay: 897ms;
}

.shooting_star:nth-child(2) {
	top: calc(50% - 50px);
	left: calc(50% - 179px);
	-webkit-animation-delay: 925ms;
	animation-delay: 925ms;
}

@-webkit-keyframes tail {
	0% {
		width: 0;
	}
	30% {
		width: 100px;
	}
	100% {
		width: 0;
	}
}

@keyframes tail {
	0% {
		width: 0;
	}
	30% {
		width: 100px;
	}
	100% {
		width: 0;
	}
}

@-webkit-keyframes shining {
	0% {
		width: 0;
	}
	50% {
		width: 30px;
	}
	100% {
		width: 0;
	}
}

@keyframes shining {
	0% {
		width: 0;
	}
	50% {
		width: 30px;
	}
	100% {
		width: 0;
	}
}

@-webkit-keyframes shooting {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(300px);
		transform: translateX(300px);
	}
}

@keyframes shooting {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(300px);
		transform: translateX(300px);
	}
}

@-webkit-keyframes sky {
	0% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	100% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}

@keyframes sky {
	0% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	100% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}


/*首页底部banner*/

.index_banner_3 {
	height: 660px;
	background: #c7023a;
}

.index_banner_3 .index_banner_3_top {
	font-size: 68px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 179px;
	margin-top: 10%;
	background: url(../img/ico_2.png) center center;
	background-repeat: no-repeat;
}

.index_banner_3 .index_banner_3_bot {
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 150px;
	color: #FFFFFF;
}

.index_banner_3 .flip-page li {
	color: #dd6486 !important;
	background: #dd6486 !important;
}

.index_banner_3 .flip-page .active, .index_banner_3 .flip-page li:hover {
	color: #FFFFFF !important;
}


/*内页顶部*/


/*引导页*/

.nei_top {
	height: 100vh;
}

.yindao_top {
	position: relative;
	overflow: hidden;
	background: url(../img/yindao_01.jpg);
	background-repeat: no-repeat;
	background-size: 105%;
}

.yindao_top_txt {
	text-align: center;
}

.yindao_top_txt1 {
	margin-top: 16%;
	color: #9ea1a8;
	font-weight: 800;
	margin-bottom: 40px;
	font-size: 16px;
}

.yindao_top_txt2 {
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 6px;
}

.yindao_top_txt2 p {
	margin-bottom: 0;
	line-height: 46px;
}

.yindao_top_txt3 {
	color: #ff0054;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.yindao_top_txt4 {
	color: #9EA1A8;
	font-size: 14px;
}

.yindao_top_txt4 p {
	margin-bottom: 0;
	line-height: 28px;
	font-size: 16px;
}

.yindao_line2 {
	background-size: cover;
	max-height: 860px;
	height: 100%;
}

.yindao_line2_txt1 {
	color: #1c1d20;
	font-size: 15px;
	margin-bottom: 0px;
	margin-top: 10rem;
	font-weight: 800;
}

.yindao_line2_txt2 {
	color: #fa064b;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 800;
	line-height: 16px;
}

.yindao_line2_txt3 {
	color: #1c1d20;
	font-size: 37px;
	margin-bottom: 30px;
	margin-top: 0;
	font-weight: bold;
}

.yindao_line2_txt4 {
	color: #7f7f7f;
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 20px;
	line-height: 28px;
}

.yindao_line2_txt4 p {
	margin-bottom: 0;
}

.yindao_line2 .pub_more {
	margin-top: 100px;
}

.yindao_line2_img {
	background: url(../img/yindao_02.jpg);
	background-size: 100%;
	height: 860px;
	background-repeat: no-repeat;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.yindao_line3 {
	background: url(../img/yindao_04.jpg);
	background-position: center;
	text-align: center;
	height: 870px;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

.yindao_line3 .yindao_line3_txt1 {
	margin-top: 15%;
	font-size: 15px;
	font-weight: 800;
	color: #7f7f7f;
}

.yindao_line3 .yindao_line3_txt2 {
	font-size: 18px;
	font-weight: 800;
	color: #fa064b;
	line-height: 12px;
	margin-bottom: 30px;
}

.yindao_line3 .yindao_line3_txt3 {
	font-size: 35px;
	font-weight: 800;
	color: #FFFFFF;
}

.yindao_line3 .yindao_line3_txt4 {
	font-size: 15px;
	font-weight: 800;
	color: #7f7f7f;
}

.yindao_line3 .yindao_line3_txt4 p {
	margin-bottom: 0;
	font-weight: 400;
}

.yindao_line3 .pub_more2 {
	margin-top: 80px;
}

.yindao_line4 {
	background: #e80038;
	height: 860px;
}

.yindao_line4 .pub_line_img img {
	width: 100%;
}

.yindao_line4 .pub_line_img {
	margin-top: 110px;
}

.yindao_line4 .pub_line_text {
	margin-top: 230px;
}

.yindao_line4 .pub_line_text_1 {
	font-size: 15px;
}

.yindao_line4 .pub_line_text_2 {
	font-size: 18px;
	line-height: 10px;
	margin-bottom: 5px;
}

.yindao_line4 .pub_line_text_3 {
	font-size: 37px;
	margin: 20px 0;
}

.yindao_line4 .pub_line_text_4 p {
	font-size: 15px;
	margin-bottom: 0;
}

.yindao_line4 .pub_more3 i {
	float: right !important;
	width: auto;
}

.yindao_line4 .pub_more3 {
	width: 100%;
	margin-top: 100px;
}

.yindao_line4 .pub_more3 span {
	width: 20%;
	float: right;
}

.yindao_line5_mid {
	width: 1050px;
}

.yindao_line5_mid .yindao_line5_mid_li {
	width: 20%;
}

.yindao_line5 {
	background: url(/template/zhuoyue2020/html/img/yindao6_02.jpg) center -30px;
	height: 870px;
}

.yindao_line5 .pub_line_text_1 {
	margin-top: 200px;
}

.yindao_line5 .yindao_line5_mid_li_txt1 {
	margin: 5px 0 40px 0;
	font-weight: 800;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.yindao_line5 .pub_line_text_2 {
	line-height: 10px;
	margin-bottom: 100px;
	font-weight: 800;
}

.yindao_line5 .yindao_line5_mid_li:hover .yindao_line5_mid_li_txt1 {
	margin-top: 0px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.yindao_line6_mid {
	max-width: 1400px;
	overflow: hidden;
}

.yindao_line6_mid .yindao_line6_mid_li {
	width: 20%;
}

.yindao_line6 {
	background: url(/template/zhuoyue2020/html/img/yindao6_03.jpg) center;
	height: 870px;
}

.yindao_line6 .pub_line_text_1 {
	margin-top: 200px;
}

.yindao_line6 .yindao_line6_mid_li_txt1 {
	margin: 5px 0 40px 0;
	font-weight: 800;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.yindao_line6 .pub_line_text_2 {
	line-height: 10px;
	margin-bottom: 100px;
	font-weight: 800;
}

.yindao_line6 .yindao_line6_mid_li_txt1 {
	color: #FFFFFF;
}

.yindao_line6 .yindao_line6_mid_li_txt2 p {
	margin-bottom: 0;
	color: #949494;
}

.yindao_line6 .yindao_line6_mid_li:hover .yindao_line6_mid_li_txt1 {
	margin-top: 0px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.yindao_line6_mid .pub_more2 {
	margin-top: 150px;
}


/*透明闪烁*/

@-webkit-keyframes shanshuo {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0.5;
	}
	50% {
		opacity: 0.75;
	}
	75% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
	}
}

@keyframes shanshuo {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0.5;
	}
	50% {
		opacity: 0.75;
	}
	75% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
	}
}

.shanshuo {
	-webkit-animation: shanshuo 5s infinite !important;
	animation: shanshuo 5s infinite !important;
	height: 100%;
}

.yindao_line3_mid {
	background: url(../img/yindao_04.png);
	position: absolute;
	background-position: center;
	top: 0;
	z-index: 2;
	height: 870px;
	width: 1570px;
	left: 50%;
	margin-left: -785px;
}

.yindao_line3 .yindao_line3_txt {
	position: relative;
	z-index: 3;
}

.tab>.tab-body {
	padding: 0 !important;
}


/*商务列表*/

.list_shangwu_line1_img {
	margin-top: 0;
	padding-right: 25px;
}

.list_shangwu_line1_img img {
	width: 100%;
	max-width: 431px;
}

#art_fwu_index_banner {
	background: #f1f1f1;
}

#art_fwu_index_banner .flip-item {
	height: 100vh;
	background-repeat: no-repeat !important;
	background-size: 100% !important;
}

#art_fwu_index_banner .flip-item img {
	width: 100%;
}

.pub_art_body {
	padding: 20px 0;
}

.pub_art_body img {
	max-width: 100% !important;
	margin: 20px auto;
}

.pub_art_body p {
	margin-bottom: 0 !important;
}

#art_fwu_index_banner .flip-page li {
	color: #f1f1f1;
	margin-right: 0;
	background: #f1f1f1;
}

#art_fwu_index_banner .flip-page {
	right: 0.3% !important;
	left: auto;
}

#art_fwu_index_banner .flip-page .active {
	color: #999999;
	background: #999999;
}


/*居中banner*/

.pub_banner_li {
	max-width: 1600px;
	margin: auto;
}

.pub_banner_li .pub_more {
	margin-top: 100px;
}

.pub_banner_li_txt {
	margin-top: 20%;
}

.pub_banner_li_txt1 {
	color: #FFFFFF;
	font-weight: 1000;
	font-size: 70px;
	line-height: 94px;
}

.pub_banner_li_txt2 {
	color: #FFFFFF;
	font-weight: 1000;
	font-size: 1.5rem;
	text-transform: Uppercase;
	margin-top: 20px;
}

.pub_banner_li_txt2 p {
	margin-bottom: 10px;
	margin-bottom: 10px;
	line-height: 30px;
}

.pub_banner_li_img {
	margin-top: 10rem;
	padding-right: 25px;
}

.pub_banner {
	height: 100vh;
}

.pub_banner .flip-page li {
	color: #C0C0C0;
	background: #C0C0C0;
}

.pub_banner .flip-page .active, .pub_banner .flip-page li:hover {
	color: #FFFFFF !important;
}

.pub_banner .flip-body .flip-item {
	height: 100vh;
	background-size:100% !important;
}


/*卓越领航*/

.linghang_banner .pub_banner_li_txt1 span {
	margin: 0 25px;
}

.linghang_banner .pub_banner_li_txt3 {
	margin-top: 50px;
}

.linghang_banner .pub_banner_li_txt3 p {
	color: #d2d2d2;
	margin-bottom: 3px;
}

.linghang_line1 {
	background: url(/template/zhuoyue2020/html/img/linghang_02.jpg);
	background-position: center;
	height: 870px;
}

.linghang_line1 .pub_line_text {
	margin-top: 270px;
}

.linghang_line1 .pub_line_text_3 {
	margin: 20px 0;
}

.linghang_line1 .pub_line_text_4 p {
	margin-bottom: 0;
	color: #747474;
	line-height: 28px;
}

.linghang_line1 .pub_more3 {
	width: 100%;
	margin-top: 40px;
}

.linghang_line1 .pub_more3 i, .linghang_line1 .pub_more3 span {
	float: right;
}

.linghang_line1 .pub_line_text_2 {
	font-size: 18px;
	line-height: 10px;
	margin-bottom: 5px;
}

.linghang_line2 {
	background: #c7023a;
	height: 870px;
}

.linghang_line2 .pub_line_text_1 {
	margin-top: 205px;
	line-height: 10px;
}

.linghang_line2 .pub_line_text_3 {
	margin: 10px 0 40px;
}

.linghang_line2 .pub_line_text_4 p {
	margin-bottom: 0;
	line-height: 30px;
}

.linghang_line2 .pub_more2 {
	margin-top: 150px;
}

.linghang_line2 .pub_more2 a span {
	background: #fa064b !important;
}

.linghang_line3 {
	background: #e6e6e6;
	height: auto !important;
}

.linghang_line3 .change_tuandui {
	position: relative;
	overflow: hidden;
}

.linghang_line3 .change_tuandui .change_tuandui_txt {
	width: 100%;
	padding: 20px;
	height: 440px;
	background: rgb(0, 0, 0, 0.7);
}

.linghang_line3 .change_tuandui h4 {
	font-size: 20px;
	margin-top: 80px;
	color: #FFFFFF;
}

.linghang_line3 .change_tuandui h5 {
	font-size: 16px;
	color: #f1f1f1;
	margin-bottom: 40px;
}

.linghang_line3 .change_tuandui p {
	font-size: 14px;
	color: #f1f1f1;
}

.linghang_line3 .flip-item img {
	width: 100%;
}

.linghang_line3 .effect-hover {
	width: 100%;
	height: 440px;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}

.linghang_line3 .effect-hover .change {
	width: 100%;
	height: 440px;
}

.linghang_line3 .flip {
	width: 90%;
	margin: auto;
	overflow: initial !important;
}

.linghang_line3 .flip>.flip-prev {
	left: -50px;
}

.linghang_line3 .flip>.flip-next {
	right: -50px;
}

.linghang_line3 .pub_page_width {
	overflow: hidden;
	padding: 120px 0;
}

.linghang_line3 .pub_page_width .flip-item {
	height: 440px;
	overflow: hidden;
}


/*卓越介绍*/

.jieshao_banner .pub_banner_li_txt {
	margin-top: 60vh;
	line-height: 93px;
	text-shadow: 1px 3px 4px #333;
}

.jieshao_banner .pub_banner_li_txt3 p {
	margin-bottom: 3px;
	color: #d2d2d2;
}

.jieshao_banner .pub_banner_li_txt3 {
	margin-top: 40px;
	font-size: 20px;
	line-height: 40px;
	color: #FFFFFF;
}

.jieshao_line1 {
	background: url(/template/zhuoyue2020/html/img/jieshao_02.jpg);
	background-position: center;
	height: 870px;
}

.jieshao_line1 .pub_line_text {
	margin-top: 300px;
}

.jieshao_line1 .pub_line_text_3 {
	margin: 20px 0;
}

.jieshao_line1 .pub_line_text_4 p {
	margin-bottom: 0;
	color: #cfbfc3;
	line-height: 28px;
}

.jieshao_line1 .pub_more3 {
	width: 100%;
	margin-top: 40px;
}

.jieshao_line1 .pub_more3 i, .jieshao_line1 .pub_more3 span {
	float: right;
}

.jieshao_line1 .pub_line_text_2 {
	font-size: 18px;
	line-height: 10px;
	margin-bottom: 5px;
}

.jieshao_line2 {
	background: url(/template/zhuoyue2020/html/img/jieshao_03.jpg);
	background-position: center;
	height: 870px;
}

.jieshao_line2 .pub_line_text {
	margin-top: 200px;
}

.jieshao_line2 .pub_line_text_3 {
	line-height: 70px;
}

.jieshao_line2 .pub_line_text_4 {
	margin-top: 40px;
}

.jieshao_line2 .pub_line_text_4 p {
	margin-bottom: 20px;
	color: #ffffff;
	line-height: 28px;
}

.jieshao_line2 .pub_more3 {
	width: 100%;
	margin-top: 40px;
}

.jieshao_line2 .pub_line_text {
	padding-right: 100px;
}

.jieshao_line2 .jieshao_line2_right {
	font-size: ;
	margin-top: 200px;
}

.bg-gray70 {
	background: #dbd7d7;
}

.jieshao_line2 .pub_more3 i, .jieshao_line2 .pub_more3 span {
	/*	float: right;*/
}

.jieshao_line2 .pub_line_text_2 {
	font-size: 18px;
	line-height: 10px;
	margin-bottom: 5px;
}


/*优势与资质*/

.page_youshi .page_youshi_body .page_youshi_body_li .page_youshi_body_li_top {
	height: 270px;
	background: #c7023a;
	position: relative;
}

.page_youshi .page_youshi_body .page_youshi_body_li .page_youshi_body_li_top img {
	display: block;
	float: left;
	height: 270px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.page_youshi .page_youshi_body .page_youshi_body_li .page_youshi_body_li_top span {
	display: block;
	font-size: 37px;
	color: #FFFFFF;
	position: absolute;
	right: 60px;
	bottom: 40px;
	line-height: 37px;
}

.page_youshi .page_youshi_body .page_youshi_body_li {
	width: 31%;
	float: left;
	background: #f4f4f4;
	margin-left: 2.333333%;
	height: 480px;
}

.page_youshi .page_youshi_body .page_youshi_body_li:hover .page_youshi_body_li_top img {
	margin-left: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.page_youshi .page_youshi_body .page_youshi_body_li:hover {
	box-shadow: 1px -1px 16px 1px rgb(0 0 0 / 20%);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.page_youshi .page_youshi_body .page_youshi_body_li {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.page_youshi .page_youshi_body {
	margin-left: -15px;
}

.page_youshi {
	height: 690px;
}

.page_youshi .page_youshi_body_li_txt {
	padding: 30px 30px 60px 30px;
	color: #5e5e5e;
	font-size: 14px;
}

.jieshao_line4 {
	background: url(/template/zhuoyue2020/html/img/jieshao_06.jpg);
	background-position: center;
	height: 875px;
	padding-top: 135px;
	;
	position: relative;
	overflow: hidden;
}

.jieshao_line4 .jieshao_line4_img {
	max-width: 1258px;
	margin: auto;
}

.jieshao_line4 img {
	z-index: 2;
	width: 100%;
}

.jieshao_line4 .qishi {
	z-index: 1;
	background: url(/template/zhuoyue2020/html/img/jieshao_04.png);
	background-position: center;
	height: 506px;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	/* position: absolute; */
	/* left: 50%; */
	/* margin-left: -737px; */
	margin: -200px auto 0;
}

.jieshao_line5 {
	height: auto !important;
}

.jieshao_line5 .change_tuandui {
	position: relative;
	overflow: hidden;
}

.jieshao_line5 .flip-item img {
	width: 100%;
}

.jieshao_line5 .flip {
	width: 90%;
	margin: auto;
	overflow: initial !important;
}

.jieshao_line5 .flip>.flip-prev {
	left: -50px;
}

.jieshao_line5 .flip>.flip-next {
	right: -50px;
}

.jieshao_line5 .pub_page_width {
	overflow: hidden;
	padding: 80px 0;
}

.jieshao_line5 .pub_page_width .flip-item {
	height: 361px;
	overflow: hidden;
	text-align: center;
}

.jieshao_line5 .pub_line_text_2 {
	margin: -10px 0 50px;
}


/*卓越方法*/

.fangfa_banner .pub_banner_li_txt {
	margin-top: 30vh;
}

.fangfa_banner .pub_banner_li_txt3 p {
	margin-bottom: 3px;
	color: #d2d2d2;
}

.fangfa_banner .pub_banner_li_txt3 {
	margin-top: 40px;
}

.fangfa_banner .pub_banner_li_txt2 {
	margin-top: 10px !important;
	margin-bottom: 20px;
}

.fangfa_banner .flip-prev, .fangfa_banner .flip-next, .fangfa_banner .flip-page {
	display: none !important;
}

.fangfa_line1 {
	background: #C7023A url(/template/zhuoyue2020/html/img/fangfa_02.jpg);
	background-repeat: no-repeat;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	height: 870px;
}

.fangfa_line1_mid {
	background: #C7023A url(/template/zhuoyue2020/html/img/fangfa_021.jpg);
	background-repeat: no-repeat;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	overflow: hidden;
	min-height: 700px;
	background-size: cover;
}

.fangfa_line1 .pub_line_text {
	margin-top: 270px;
}

.fangfa_line1 .pub_line_text_3 {
	margin: 70px 0 40px;
	line-height: 60px;
}

.fangfa_line1 .pub_line_text_4 p {
	margin-bottom: 0;
	text-transform: Uppercase;
	color: #FFFFFF;
	line-height: 28px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

.fangfa_line1 .pub_more3 {
	width: 100%;
	margin-top: 40px;
}

.fangfa_line1 .pub_more3 i, .fangfa_line1 .pub_more3 span {
	/*	float: right;*/
}

.fangfa_line1 .pub_line_text_2 {
	font-size: 18px;
	margin-top: -10px;
}

.fangfa_line1 .fangfa_line1_img {
	display: block;
	float: right;
	height: 400px;
	margin-top: 350px;
	background: url(/template/zhuoyue2020/html/img/fangfa_02.jpg);
	background-repeat: no-repeat;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.fangfa_line2 {
	height: auto;
	overflow: hidden;
}

.fangfa_line2 .fangfa_line2_li {
	width: 18.5%;
	height: 764px;
	overflow: hidden;
	float: left;
	position: relative;
	margin: 55px 0 55px 1.5%;
	background: #fbfbfb;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.fangfa_line2 .fangfa_line2_li:hover {
	background: #f5f5f5;
	box-shadow: 0 0 17px 7px rgb(0 0 0 / 10%);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	margin-top: 45px;
}

.pub_line_text_1 {
	font-weight: 800;
}

.zhanting_banner .flip-next, .zhanting_banner .flip-prev, .zhanting_banner .flip-page, .zhanchen_banner .flip-next, .zhanchen_banner .flip-prev, .zhanchen_banner .flip-page {
	display: none;
}

.kongjian_no .flip-next, .kongjian_no .flip-prev, .kongjian_no .flip-page {
	display: none;
}

.pub_banner .pub_line_text_1 {
	font-weight: 800 !important;
}

.fangfa_line2 .fangfa_line2_li .fangfa_line2_li_box {
	width: 67%;
	margin: auto;
}

.fangfa_line2 .fangfa_line2_li .fangfa_line2_li_tit1 {
	margin-top: 160px;
	font-size: 37px;
	font-weight: 800;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.fangfa_line2 .fangfa_line2_li .fangfa_line2_li_tit2 {
	color: #c7023a;
	margin-top: 5px;
	font-size: 17px;
}

.fangfa_line2 .fangfa_line2_li .fangfa_line2_li_border {
	background: #e9e9e9;
	width: 100%;
	height: 2px;
	margin: 35px 0;
}

.fangfa_line2 .fangfa_line2_li:hover .fangfa_line2_li_tit1 {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.fangfa_line2 .fangfa_line2_li .fangfa_line2_li_info1 {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 10px;
}

.fangfa_line2 .fangfa_line2_li .fangfa_line2_li_info2 p {
	margin-bottom: 0;
	font-size: 14.5px;
	line-height: 20px;
}

.fangfa_line2 .fangfa_line2_li .fangfa_line2_li_info2 {}


/*.fangfa_line2 .fangfa_line2_li .pub_more3{
	margin-top: 160px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
} */


/*.fangfa_line2 .fangfa_line2_li .pub_more3:hover{
	margin-top: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
} 
.fangfa_line2 .fangfa_line2_li .pub_more3:hover .tanchu_body {
	position: relative  !important; 
	padding-top: 0 !important;
}*/

.fangfa_line2 .fangfa_line2_li .pub_more3 a i {
	width: 100% !important;
}

.fangfa_line3 {
	background: #C7023A url(/template/zhuoyue2020/html/img/fangfa_02.jpg);
	background-repeat: no-repeat;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	height: 870px;
	background-size: cover;
}

.fangfa_line3_mid {
	background: #C7023A url(/template/zhuoyue2020/html/img/fangfa_022.jpg);
	background-repeat: no-repeat;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	overflow: hidden;
	min-height: 878px;
}

.fangfa_line3 .pub_line_text {
	margin-top: 220px;
}

.fangfa_line3 .pub_line_text_3 {
	margin: 70px 0 40px;
	line-height: 60px;
}

.fangfa_line3 .pub_line_text_4 p {
	margin-bottom: 0;
	text-transform: Uppercase;
	color: #FFFFFF;
	line-height: 28px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

.fangfa_line3 .pub_more3 {
	width: 100%;
	margin-top: 40px;
}

.fangfa_line3 .pub_more3 i, .fangfa_line3 .pub_more3 span {
	/*	float: right;*/
}

.fangfa_line3 .pub_line_text_2 {
	font-size: 18px;
	margin-top: -10px;
}

.fangfa_line3 .fangfa_line1_img {
	display: block;
	float: right;
	height: 400px;
	margin-top: 350px;
	background: url(/template/zhuoyue2020/html/img/fangfa_02.jpg);
	background-repeat: no-repeat;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}


/*联系方式*/

.lianxi_banner .pub_banner_li_txt3 {
	color: #d2d2d2;
	margin-bottom: 0;
	margin-top: 30px;
}

.lianxi_line1 {
	background: #C7023A url(/template/zhuoyue2020/html/img/fangfa_02.jpg);
	background-repeat: no-repeat;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	height: 870px;
}

.lianxi_line1_mid {
	background: #C7023A url(/template/zhuoyue2020/html/img/lianxi_022.jpg);
	background-repeat: no-repeat;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	overflow: hidden;
	min-height: 700px;
}

.lianxi_line1 .pub_line_text {
	/*	margin-top: 240px;*/
}

.lianxi_line1 .pub_line_text_3 {
	margin: 15px 0 15px;
	line-height: 60px;
}

.lianxi_line1 .pub_line_text_4 p {
	margin-bottom: 0;
	text-transform: Uppercase;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: 1px;
}

.lianxi_line1 .zc_lianxi1 {
	font-size: 37px;
	font-weight: 800;
}

.lianxi_banner .pub_banner_li_txt3 p {
	color: #d2d2d2;
	margin-bottom: 0;
}

.lianxi_line1 .zc_lianxi2 {
	margin: 10px 0;
}

.lianxi_line1 .zc_lianxi3 {
	margin-top: 50px;
	font-size: 12px;
	line-height: 35px;
}

.lianxi_line1 .zc_lianxi2 p {
	font-size: 17px;
	margin-bottom: 0;
	line-height: 34px;
}

.lianxi_line1 .lianxi_line1_img {
	text-align: right;
	color: #FFFFFF;
	margin-top: 70px;
}

.lianxi_line1 .lianxi_line1_img p {
	margin-top: 20px;
}

.lianxi_line3 .lianxi_line3_form .form-group {
	float: left;
	width: 50%;
}

.lianxi_line3 .lianxi_line3_form .form-group>div {
	width: 95%;
	margin: 20px auto;
}

.lianxi_line3 .lianxi_line3_form .form-group>div input {
	border: 1px solid #868686;
	line-height: 55px;
	text-indent: 2em;
	width: 100%;
}

.lianxi_line3 .lianxi_line3_form .form-group>div input:focus, .lianxi_line3 .lianxi_line3_form .form-content textarea:focus {
	outline: none;
	border: 1px solid #ff0049;
	background: #F1F1F1;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.lianxi_line3 .lianxi_line3_form .form-content {
	overflow: hidden;
	width: 97.4%;
	margin: auto;
	position: relative;
	padding-top: 20px;
}

.lianxi_line3 .lianxi_line3_form .form-content textarea {
	min-height: 280px;
	border: 1px solid #868686;
	line-height: 55px;
	text-indent: 2em;
	width: 100%;
}

.lianxi_line3 {
	height: 1000px;
	padding-top: 170px;
}

.lianxi_line3 .lianxi_line3_form {
	margin-top: 50px;
}

.lianxi_line3 .form-btn {
	display: block;
	background: #fa064b;
	margin: 50px auto;
}

.lianxi_line3 .form-btn button {
	display: block;
	width: 100%;
	line-height: 80px;
	color: #FFFFFF;
	background: #fa064b;
	border: none;
}

.lianxi_line3 .form-btn button:hover {
	background: #ff2664;
}


/*人才招聘*/

.zhaopin_line1 {
	background: #C7023A url(/template/zhuoyue2020/html/img/zhaopin_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	height: 870px;
}

.zhaopin_line1 .pub_line_text {
	margin-top: 240px;
}

.zhaopin_line1 .pub_line_text_3 {
	margin: 15px 0 15px;
	line-height: 60px;
}

.zhaopin_line1 .pub_line_text_4 p {
	margin-bottom: 0;
	text-transform: Uppercase;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: 1px;
}

.zhaopin_line1 .lianxi_line1_img {
	text-align: right;
	color: #FFFFFF;
	margin-top: 70px;
}

.zhaopin_line1 .lianxi_line1_img p {
	margin-top: 20px;
}

.zhaopin_line1 .pub_line_text_5 p {
	margin-bottom: 0;
	font-size: 14px;
}

.zhaopin_line1 .pub_line_text_5 {
	margin-top: 80px;
}

.zhaopin_line3 {
	background: #C7023A url(/template/zhuoyue2020/html/img/zhaopin_04.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	height: 870px;
}

.zhaopin_line3 .pub_line_text {
	margin-top: 240px;
}

.zhaopin_line3 .pub_line_text_3 {
	margin: 15px 0 15px;
	line-height: 60px;
}

.zhaopin_line3 .pub_line_text_4 p {
	margin-bottom: 0;
	text-transform: Uppercase;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: 1px;
}

.zhaopin_line3 .lianxi_line1_img {
	text-align: right;
	color: #FFFFFF;
	margin-top: 70px;
}

.zhaopin_line3 .lianxi_line1_img p {
	margin-top: 20px;
}

.zhaopin_line3 .pub_line_text_5 p {
	margin-bottom: 0;
	font-size: 14px;
}

.zhaopin_line3 .pub_line_text_5 {
	margin-top: 80px;
}

.zhaopin_line2 {
	background: #f2f2f2;
}

.zhaopin_line2_tab .zhaopin_line2_tab_head ul li {
	width: 33.3333%;
	float: left;
}

.zhaopin_line2_tab .zhaopin_line2_tab_head ul li a {
	display: block;
	width: 96%;
	margin: auto;
	font-size: 25px;
	color: #939292;
	background: none !important;
	border: none;
	border-bottom: 3px solid #939292;
	text-align: center;
}

.zhaopin_line2_tab .zhaopin_line2_tab_head ul .active a {
	color: #fa064c !important;
	border-bottom: 3px solid #fa064c;
}

.zhaopin_line2_tab .card-body {
	text-align: center;
}

.zhaopin_line2 .pub_line_text_1 {
	margin-top: 170px;
}

.zhaopin_line2 .zhaopin_line2_tab {
	margin-top: 70px;
}

.zhaopin_line2 .card-body {
	padding-top: 70px;
}

.zhaopin_line2 .zhiwei_info {}

.zhaopin_line2 .zhiwei_body {
	font-size: 15px;
	color: #939292;
}


/*卓越服务底部通栏*/

.pub_fuwu_bot {
	background: #c7023a;
	overflow: hidden;
}

.pub_fuwu_bot .pub_line_text_1 {
	margin-top: 220px;
}

.pub_fuwu_bot .pub_line_text_2 {
	margin-top: -10px;
}

.pub_fuwu_bot .pub_line_text_3 {
	margin-top: 30px;
}

.pub_fuwu_bot .pub_line_text_3_1 {
	/*margin-top: 30px;*/
}

.pub_fuwu_bot .pub_line_text_3_1 p {
	margin-bottom: 0;
	text-transform: Uppercase;
	line-height: 34px;
	font-size: 24px;
}

.pub_fuwu_bot .pub_line_text_4 {
	margin-top: 35px;
}

.pub_fuwu_bot .pub_line_text_4 p {
	margin-bottom: 0;
}

.pub_fuwu_bot .pub_more2 {
	margin-top: 130px;
}

.pub_fuwu_bot .pub_more2 span {
	background: #FFFFFF !important;
}

.art_fuwu .art_fuwu_tit .art_fuwu_tit1 {
	font-size: 18px;
	font-weight: 800;
}

.art_fuwu .art_fuwu_shuoming p {
	margin-bottom: 0;
}

.art_fuwu .art_fuwu_shuoming {
	margin-top: 80px !important;
}

.art_fuwu .art_fuwu_shuoming .art_fuwu_shuoming_tit {
	font-size: 18px;
	font-weight: 800;
}

.art_fuwu .art_fuwu_tit .art_fuwu_tit2 h4, .art_fuwu .art_fuwu_tit .art_fuwu_tit2 p {
	font-size: 16px !important;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 30px;
	color: #333333;
}

.art_fuwu .art_fuwu_tit {
	padding: 80px 0;
}

.pub_art_body {
	padding: 20px 0;
}

.pub_art_body img {
	width: 100%;
}


/*.tan_a {
	overflow: inherit !important;
}

.tanchu_body {
	opacity: 0;
	width: 500px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	top: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_a:hover .tanchu_body {
	display: block;
	opacity: 1;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_a:hover .tanchu_body {
	padding: 20px 0;
}

.tan_a:hover .tanchu_body p {
	margin-bottom: 0 !important;
}*/


/*第二个
*/

.tan_a_2 {
	overflow: inherit !important;
	cursor: pointer;
}

.tanchu_body_2 {
	width: 500px;
	height: 0;
	overflow: hidden;
	width: 100%;
	top: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main_yes .tanchu_body_2 {
	height: 230px !important;
	display: block;
	opacity: 1;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main .tanchu_body_2 p {
	margin-bottom: 0 !important;
}

.tanchu_body_2 p {
	color: #747474;
	line-height: 28px;
	font-size: 15px;
}


/*第三个弹出*/

.tan_a_3 {
	overflow: inherit !important;
	cursor: pointer;
}

.tanchu_body_3 {
	height: 0;
	overflow: hidden;
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main_yes3 .tanchu_body_3 {
	height: 85px !important;
	display: block;
	margin-top: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main3 .tanchu_body_3 p {
	margin-bottom: 0 !important;
	color: #FFFFFF;
	line-height: 28px;
	font-size: 15px;
}

.tan_a_4 {
	overflow: inherit !important;
	cursor: pointer;
}

.tanchu_body_4 {
	height: 0;
	overflow: hidden;
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main_yes4 .tanchu_body_4 {
	height: 85px !important;
	display: block;
	margin-top: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main4 .tanchu_body_4 p {
	margin-bottom: 0 !important;
	color: #FFFFFF;
	line-height: 28px;
	font-size: 15px;
}

.tan_a_5 {
	overflow: inherit !important;
	cursor: pointer;
}

.tanchu_body_5 {
	height: 0;
	overflow: hidden;
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main_yes5 .tanchu_body_5 {
	height: 85px !important;
	display: block;
	margin-top: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main5 .tanchu_body_5 p {
	margin-bottom: 0 !important;
	color: #FFFFFF;
	line-height: 28px;
	font-size: 15px;
}

.tan_a_6 {
	overflow: inherit !important;
	cursor: pointer;
}

.tanchu_body_6 {
	height: 0;
	overflow: hidden;
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main_yes6 .tanchu_body_6 {
	height: 225px !important;
	display: block;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main6 .tanchu_body_6 p {
	margin-bottom: 0 !important;
	color: #7f7f7f;
	font-size: 16px;
	line-height: 28px;
}

.tan_a_7 {
	overflow: inherit !important;
	cursor: pointer;
}

.tanchu_body_7 {
	height: 0;
	overflow: hidden;
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main_yes7 .tanchu_body_7 {
	height: 225px !important;
	display: block;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main7 .tanchu_body_7 p {
	margin-bottom: 0 !important;
	color: #7f7f7f;
	font-size: 16px;
	line-height: 28px;
}

.tan_a_8 {
	cursor: pointer;
	display: block;
}

.tanchu_body_8 {
	height: 0;
	overflow: hidden;
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main_yes8 .tanchu_body_8 {
	height: 225px !important;
	margin-top: 20px;
	display: block;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main8 .tanchu_body_8 p {
	margin-bottom: 0 !important;
	color: #333333;
	font-size: 14.5px !important;
	line-height: 20px !important;
}

.tan_main8 .pub_more3 {
	position: absolute;
	bottom: 150px;
	left: 16.5%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main_yes8 .pub_more3 {
	bottom: 45px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_a_9 {
	cursor: pointer;
	display: block;
}

.tanchu_body_9 {
	height: 0;
	overflow: hidden;
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main_yes9 .tanchu_body_9 {
	height: 225px !important;
	margin-top: 20px;
	display: block;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main9 .tanchu_body_9 p {
	margin-bottom: 0 !important;
	color: #333333;
	font-size: 14.5px !important;
	line-height: 20px !important;
}

.tan_main9 .pub_more3 {
	position: absolute;
	bottom: 150px;
	left: 16.5%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main_yes9 .pub_more3 {
	bottom: 45px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_a_10 {
	cursor: pointer;
	display: block;
}

.tanchu_body_10 {
	height: 0;
	overflow: hidden;
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main_yes10 .tanchu_body_10 {
	height: 225px !important;
	margin-top: 20px;
	display: block;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main10 .tanchu_body_10 p {
	margin-bottom: 0 !important;
	color: #333333;
	font-size: 14.5px !important;
	line-height: 20px !important;
}

.tan_main10 .pub_more3 {
	position: absolute;
	bottom: 150px;
	left: 16.5%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main_yes10 .pub_more3 {
	bottom: 45px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_a_11 {
	cursor: pointer;
	display: block;
}

.tanchu_body_11 {
	height: 0;
	overflow: hidden;
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main_yes11 .tanchu_body_11 {
	height: 225px !important;
	margin-top: 20px;
	display: block;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main11 .tanchu_body_10 p {
	margin-bottom: 0 !important;
	color: #333333;
	font-size: 14.5px !important;
	line-height: 20px !important;
}

.tan_main11 .pub_more3 {
	position: absolute;
	bottom: 150px;
	left: 16.5%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main_yes11 .pub_more3 {
	bottom: 45px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_a_12 {
	cursor: pointer;
	display: block;
}

.tanchu_body_12 {
	height: 0;
	overflow: hidden;
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main_yes12 .tanchu_body_12 {
	height: 225px !important;
	margin-top: 20px;
	display: block;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main12 .tanchu_body_10 p {
	margin-bottom: 0 !important;
	color: #333333;
	font-size: 14.5px !important;
	line-height: 20px !important;
}

.tan_main12 .pub_more3 {
	position: absolute;
	bottom: 150px;
	left: 16.5%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tan_main_yes12 .pub_more3 {
	bottom: 45px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.shangxiap {
	overflow: hidden;
	background: #f1f1f1;
}

.shangxiap p {
	margin-bottom: 0 !important;
}

.shangxiap1 {
	padding: 10px 10px 0px 10px;
	;
}

.shangxiap2 {
	padding: 0px 10px 10px 10px;
}

.shangxiap .x2 a {
	display: block;
	text-align: center;
	line-height: 76px;
	background: #d0d0d0;
	color: #000000;
}

.shangxiap .x2 a:hover {
	background: #c7023a;
	color: #FFFFFF;
}

#pianyi {
	position: absolute;
	bottom: 0;
	height: 62px;
	width: 1px;
}

.zc_banner .zc_banner_txt1 {
	font-size: 90px;
	font-weight: bold;
	line-height: 110px;
}

.zc_banner .zc_banner_txt2 {
	font-size: 53px;
	font-weight: 400;
	line-height: 70px;
}

.zc_banner .zc_banner_txt3 {
	font-size: 40px;
	/*	font-weight: bold;*/
	line-height: 60px;
}

.zc_banner {
	color: #FFFFFF;
}

.zc_banner_wenhua {
	margin-top: 25%;
}

.zc_banner_wenhua .zc_banner_txt1 {
	letter-spacing: 2.3px;
	margin-bottom: 30px;
}

.zc_banner_wenhua .zc_banner_txt2 {
	letter-spacing: 3.9px;
}

.zc_banner_wenhua .zc_banner_txt3 {
	letter-spacing: 4.65px;
}

.zc_banner_xinwen {
	text-shadow: 1px 2px 12px #000000;
}

.zc_banner_lianxi .zc_banner_txt1 {
	line-height: 100px !important;
	margin-bottom: 10px !important;
}

.zc_banner_lianxi .zc_banner_txt3 {
	text-indent: 8px !important;
	letter-spacing: 4px !important;
}


/*rightFix*/

.rightFix {
	width: 48px;
	position: fixed;
	right: 1%;
	bottom: 20%;
	margin-top: -110px;
	z-index: 99;
}

.rightFix .ico {
	width: 48px;
	height: 48px;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0px;
	transition: all ease 300ms;
	margin-top: 1px;
	padding: 0px;
	border-radius: 48px;
	border: 1px solid #eee;
	margin-bottom: 5px;
	background: #fff url(../img/fix-ico.png) no-repeat center 0;
	cursor: pointer;
}

.rightFix .ico img {
	width: 120px;
	height: 120px;
	position: absolute;
	left: -78px;
	top: 0;
	padding: 3px;
	background: #c7023a;
	border: 1px solid #c7023a;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all ease-in-out 0.2s;
	border-radius: 10px;
}

.rightFix .ico span {
	width: 210px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	position: absolute;
	left: -78px;
	top: 0;
	background: #fff;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 18px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all ease-in-out 0.2s;
	border-radius: 48px;
}

.rightFix .ico span.ftel {
	background: #c7023a;
}

.rightFix .ico:hover {
	background-color: #c7023a;
	border-color: #c7023a;
	overflow: visible;
}

.rightFix .ico:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	left: -140px;
}

.rightFix .ico:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
	left: -215px;
}

.rightFix .fix-tel {
	background-position: 10px 12px;
}

.rightFix .fix-tel:hover {
	background-position: -33px 12px;
}

.rightFix .fix-qq {
	background-position: 10px -40px;
}

.rightFix .fix-qq:hover {
	background-position: -33px -40px;
}

.rightFix .fix-ewm {
	background-position: 10px -96px;
}

.rightFix .fix-ewm:hover {
	background-position: -33px -96px;
}

.rightFix .fix_top {
	background-position: 10px -150px;
}

.rightFix .fix_top:hover {
	background-position: -33px -150px;
}

.rightFix .fix-form {
	background-position: 10px -234px;
}

.rightFix .fix-form span {
	font-size: 14px;
	line-height: 23px;
	width: 180px;
}

.rightFix .fix-form:hover {
	background-position: -37px -234px;
}

.rightFix .qq {
	background-position: 10px -192px;
}

.rightFix .qq:hover {
	background-position: -33px -192px;
}

.rightFix .fix-tel1 {
	background-position: 10px -234px;
}

.rightFix .fix-tel1:hover {
	background-position: -36px -234px;
}

.rightFix .fix-kf {
	background-position: 10px -41px;
}

.rightFix .fix-kf:hover {
	background-position: -33px -41px;
}


/*
新加相关推荐及标签*/

.tuijian {
	margin-top: 50px;
}

.tuijian_li {}

.tuijian .tuijian_body_li_img img {
	width: 100%;
}

.tuijian .tuijian_body .tuijian_body_li {
	margin-left: 1%;
	width: 24%;
		-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tuijian .tuijian_body .tuijian_body_li:hover {
	background: #F1F1F1;
		-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.tuijian .tuijian_body {
	margin-left: -1%;
	margin-bottom: 100px;
}
.tuijian .tuijian_li_txt{
	padding: 0 10px;
}

.tuijian .tuijian_li_txt h5 {
	line-height: 20px;
	margin: 20px 0 0 0;
}

.tuijian .tuijian_li_txt p {
	font-size: 14px;
	color: #666666;
	margin-bottom: 30px;
}

.tag_banner {
	height: 300px;
	background: #1C1D20;
}

.tag_banner h4 {
	text-align: left;
	color: #ff034b;
	position: absolute;
	bottom: 0;
	font-weight: 400;
}

.tag_banner h4 span {
	color: #999999;
	font-size: 14px;
}

.list_biaoqian .list_biaoqian_tit {
	    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #F1F1F1;
    line-height: 30px;
    margin-bottom: 10px;
}

.list_biaoqian .list_biaoqian_body a {
	display: block;
	font-size: 14px;
	color: #666666;
	float: left;
	margin-right: 15px;
}
.list_biaoqian .list_biaoqian_body a:hover{
	color:#c7023a  ;
} 
.list_biaoqian .list_biaoqian_body{
	margin-bottom: 100px;
}
.qvyu {
	text-align: center;
}
.qvyu a,.qvyu{
	font-size: 13px;
	color: #999999;
}
