::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/*滚动条高度*/
}
#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;
}
.drop>.dropdown{
	width: auto !important;
}
.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;
}
.pub_page_width_top {
    width: 84% !important;
    margin: 0 8% !important;
}

/*定义滚动条轨道 内阴影+圆角*/

::-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: 20%;
}

.pub_more a span {
	width: 85px;
	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: 12px;
}

.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: 90%;
	left: 50%;
	margin-left: -45%;
	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: 90%;
    margin: 0 5% ;
	}
}

.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: 30%;
	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;
	    margin: 3px;
	    height: 40px;
}

.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;
	margin: 3px 0;
}

.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%;
	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: 44px;
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.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;
	overflow: hidden;
	padding-top: 15%;
}
.logo_bai{
 padding: 10px 0 0 11px;
}
.logo_bai img{
	height: 40px;
}
.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;*/
}

.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: #000000 !important;
	height: 100vh;
}


/*首页轮播*/

.index_banner_li {
	width: 90%;
	float: left;
	
}
.index_banner_li_img img{
	width: 100%;
}
.index_banner_li_txttttttt{
	position: absolute;
	z-index: 2;
	left: 5%;
	top: 0;
	width: 100%;
}
.index_banner_li_img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index_banner_li .pub_more {
	margin-top: 100px;
}

.index_banner_li_txt {
	margin-top: 20%;
}

.index_banner_li_txt1 {
	color: #FFFFFF;
	font-weight: 1000;
	font-size: 26px;
	font-family: 微软雅黑;
	line-height: 34px;
}

.index_banner_li_txt2 {
	color: #FFFFFF;
	font-weight: 1000;
	font-size: 12px;
	font-weight: 400;
	text-transform: Uppercase;
	    margin-top: 0px;
    line-height: 16px;
}

.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: 18px;
	font-weight: 400;
	color: #ffffff;

}
.swiper-pagination-bullet {
	width: 30px !important;
	height: 2px !important;
	border-radius: 0 !important;
	background: rgb(255, 255, 255, 0.5) !important;
}

.swiper-pagination-bullet-active {
	background: rgb(255, 255, 255, 1) !important;
}


.index_banner_li_box1 .index_banner_li_txt1 {
	letter-spacing: 3.5px;
}

.index_banner_li_box1 .index_banner_li_txt2 {
	/*	letter-spacing: 4px;*/
	    letter-spacing: -0.5px;
}
   
.index_banner_li_box1 .index_banner_li_txt3 {
	letter-spacing: 4.4px;
}

.index_banner_li_box2 .index_banner_li_txt1 {
	letter-spacing: 6.3px;
}
.index_banner_li_box2 .index_banner_li_txt2 {
	 letter-spacing:0;
}
.index_banner_li_box2 .index_banner_li_txt3 {
	letter-spacing:2.2px
}
.index_banner_li_box3 .index_banner_li_txt1 {
	letter-spacing:5px;
}
.index_banner_li_box3 .index_banner_li_txt3 {
	letter-spacing:1.5px
}

.index_banner_li_txt2 {
	margin-bottom: 5px;
}

.hei62{
	height: 62px;
}
.index_banner .flip-page li {
	color: rgb(255 255 255 / 40%);
	background: rgb(255 255 255 / 40%);
}

.index_banner .flip-page .active, .index_banner .flip-page li:hover {
	color: #FFFFFF !important;
}

.list_art_box_li {
	float: left;
	background: #f3f1f1;
    margin-bottom: 30px;
}
.list_art_box{
}

.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;
}

.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;
}




/*.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: 20px 0 30px 0;
	padding: 0 20px;
}

.list_art_box .list_art_box_txt h5 a {
	display: block;
	font-size: 16px;
	font-weight: 800;
	line-height: 30px;
}
.list_art_box .list_art_box_txt h5{
	margin-bottom: 0;
}

/*首页品牌介绍通栏*/

.index_pinpai {
	padding:50px 0 50px;
	overflow: hidden;
}

.index_pinpai .index_pinpai_tit {
	font-size: 21px;
    margin-bottom: 20px;
    line-height: 28px;
    font-weight: 800;
}

.index_pinpai .index_pinpai_info_li h5 span {
	font-size: 15px;
    font-weight: 400;
    display: inline-flex;
}

.index_pinpai .index_pinpai_info_li {
    position: relative;
    /* width: 25%; */
    float: left;
    text-align: center;
    padding: 0 10px;
    display: inline-block;
}
.index_pinpai .index_pinpai_info_li p{
	font-size: 12px !important;
	    letter-spacing: -1px;
	    font-weight: 400;
	}
.index_pinpai .index_pinpai_info {
	margin-top:40px;
	text-align: center;
}
.index_pinpai_more a{
	display: block;
	width: 120px;
	margin: 30px auto;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #FFFFFF;
}
.index_pinpai .index_pinpai_info_li:before {
	display: block;
	content: '';
	width: 1px;
	position: absolute;
	right: 0;
	top: 0px;
	height: 73px;
	background: #FFFFFF;
}

.index_pinpai .index_pinpai_info_li:last-child:before {
	display: none;
}

.index_pinpai .index_pinpai_txt p {
	font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}


/*首页案例tab开始*/

/*.index_anli_tab .nav-tabs li a {
	display: block;
	width: 90%;
	border: 1px solid #7d7b7e;
	line-height: 36px;
	font-size: 14px;
	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;
}*/
.tab_had{
	text-align: center;
}
.list_anli_tit2_fixd {
	position: fixed;
	right: 0;
	width: 36px !important;
	z-index: 333;
	top: 50%;
	
} 
.list_anli_tit2_fixd{
	display: block !important;
}
.list_anli_tit2_fixd li{
	float: left;
	height: 36px;
	background: #FFFFFF;
	width: 100% !important;
	padding: 3px;
	border-left: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 1px solid #F1F1F1;
}
.list_anli_tit2_fixd li:last-child{
	border-bottom: none !important;
}
.list_anli_tit2_fixd li a{
	display: block;
    font-size: 12px;
    line-height: 14px;
    	-moz-transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
}
.swiper_yewu_head_atv {
	border-color: #c7023a !important;
	border-bottom-color: #c7023a !important;
	background-color: #c7023a !important;
	border: 1px 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;
}
.swiper_yewu_head_atv a{
	color: #FFFFFF;
}
.tab_had{
	width: 100%;
	overflow: hidden;
	    padding: 0;
}
.tab_had5 .swiper_yewu_head{
	width: 18%;
	-moz-transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
}
.tab_had4 .swiper_yewu_head{
	width: 23%;
	-moz-transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
}
.tab_had3 .swiper_yewu_head{
	width: 30%;
	-moz-transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
}
.swiper_yewu_head{
	display: inline-block;
    list-style-type: none;
    border: 1px solid #666666;
    text-align: center;
}
.swiper_yewu_head a{
	font-size: 13px;
	line-height: 20px;
}
.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 {
	border-bottom: none;
}

.index_anli_tab .tab-body {
	padding: 50px 0;
	overflow: hidden;
	position: relative;
}

.index_anli_tab .tab-body .tab-item {

}

.index_anli_tab .index_anli_tab_box {
	width: 100%;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
}

.index_anli_tab .index_anli_tab_box .index_anli_tab_box_img {
	overflow: hidden;
}

.index_anli_tab .index_anli_tab_box .index_anli_tab_box_img 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;
}

.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 {
	line-height: 22px;
	margin-bottom: 0;
	font-size: 16px !important;
	color: #333;
}
.index_anli_tab .index_anli_tab_box .index_anli_tab_box_txt p span{
	margin-right: 20px; 
}
.index_anli_tab .index_anli_tab_box .index_anli_tab_box_txt p {
	line-height: 25px;
	margin-bottom: 0;
	font-size: 13px !important;
	color: #999;
}

.index_anli_tab .index_anli_tab_box .index_anli_tab_box_txt {
	/*position: absolute;
	bottom: -60px;*/
	padding: 10px;
	overflow: hidden;
	color: #FFFFFF;
	background: #f1f1f1;
	width: 100%;
	text-align: left;
	-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: 14px;
	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 {
	border-bottom: none;
}

.list_anli_tab .tab-body {
	overflow: hidden;
	position: relative;
}

.list_anli_tab .tab-body .tab-item {
}

.list_anli_tab .index_anli_tab_box {
	margin-bottom: 12px;
	overflow: hidden;
}

.list_anli_tab .index_anli_tab_box .index_anli_tab_box_img {
	overflow: hidden;
}

.list_anli_tab .index_anli_tab_box .index_anli_tab_box_img 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_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 {
	line-height: 22px;
	margin-bottom: 0;
	font-size: 16px !important;
}

.list_anli_tab .index_anli_tab_box .index_anli_tab_box_txt p {
	line-height: 25px;
	margin-bottom: 0;
	color: #999;
	font-size: 13px !important;
}
.list_anli_tab .index_anli_tab_box .index_anli_tab_box_txt p span{
	margin-right: 20px;
}
.list_anli_tab .index_anli_tab_box .index_anli_tab_box_txt {
	padding: 10px;
    overflow: hidden;
    background: #f1f1f1;
    width: 100%;
    text-align: left;
    -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{

}
.anli_zhanting_ban_txt {
	font-size: 20px;
	position: absolute;
	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;
	text-shadow: 1px 2px 2px #000000;
}

#anli_banner_zhanting .flip-page {
	right: 20px !important;
	left: auto !important;
	transform: initial !important;
}
.anli_zhanting_ban_txt{
	position: absolute;
	z-index: 33;
}
.anli_zhanting_ban_txt1{
	right:10% ;
	bottom: 30%;
}
.anli_zhanting_ban_txt2{
	bottom: 30%;
	width: 100%;
	left: 10%;
}
.anli_zhanting_ban_txt3{
	right:10% ;
	bottom: 32%;
}
.nav.nav-turn>li>a{
	width: 30px !important;
	height: 3px !important;
}
/*.zc_anli_banner .index_banner_li_txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}*/
/*.anli_zhanting_ban_txt1 {
	top: 100px;
	left: 15%;
}

.anli_zhanting_ban_txt2 {
	left: 25%;
	top: 150px;
}

.anli_zhanting_ban_txt3 {
	left: 25%;
	bottom: 300px;
}*/


/*首页中部通栏文字广告开始*/

.index_txt_line {
	padding: 30px 0;
}

.index_txt_line .index_txt_line1 {
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 20px;
}

.index_txt_line p {
	font-size: 14px;
	margin-bottom: 0;
}


/*
首页服务标准开始*/

.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: 70px;
    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: 16px;
    font-weight: 800;
    line-height: 70px;
    padding-left: 50%;
    color: #4a4a4a;
    /* text-align: center; */
    background-size: 55px;
    background-position: 45% center;
}

.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: 14px;
    /* line-height: 120px; */
    padding: 10px;
    text-align: center;
}

.index_biaozhun .index_biaozhun_body {
	margin: 10px 0 50px;
}


/*首页中部通栏*/

.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: 16%;
}
.navbar{
	padding: 0.5rem 0.2rem;
}
.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: 47%;
	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: 190px;
	width: 80%;
	margin: auto;
	padding-top: 20px;
}

.list_kh .list_kh_box .list_kh_box_img img {
	width: 100%;
	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: 50px 0 20px
}

.pub_zc_tit h4 {
	font-size: 20px !important;
	font-weight: bold;
	margin-bottom: 5px;
	color: #c7023a;
}

.pub_zc_tit p {
	    color: #4a4a4a;
    font-size: 14px;
    margin-bottom: 0;
    /* margin-top: 10px; */
    line-height: 22px;
}


/*全部客户开始*/

.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: 50px;
}

.index_new .index_new_body {
}

.index_new .index_new_body .index_new_body_li {
	width: 100%;
	float: left;
}

.index_new .index_new_body .index_new_body_li .index_new_body_li_top {
	margin-bottom: 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;
}
.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: 170px;
	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: 17px !important;
    font-weight: 800 !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: #5d5d5d;
	overflow: hidden;
}
.foot, .foot a{
	color: #FFFFFF !important;
}
.foot .foot_line {
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
	max-width: 1200px;
}
.foot .foot_line_wx{
	position: absolute;
	right: 0;
	bottom: 1em;
}
.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: 18px;
    color: #ffffff;
    font-weight: 800;
    text-align: left;
}

.foot_line_daohang dl dd {
	width: 33.3333%;
	float: left;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	text-align: left;
}
.icon-position:before{
	    background-color: #5d5d5d !important;
}
.foot_lianxi_line {
	overflow: hidden;
	position: relative;
}
.foot_line_daohang dl dd a {
	font-size: 14px;
	display: block;
	font-weight: 400;
	line-height: 20px;
	color: #FFFFFF;
}

.foot .foot_wx {
	text-align: center;
}

.foot .foot_wx p {
	    font-size: 12px;
    color: #ffffff;
    padding-top: 10px;
    line-height: 12px;
}

.foot .foot_wx img {
	width: 70%;
	margin: auto;
	margin-top: -20px;
}

.foot .foot_wx {
	margin: auto;
	margin-top: 53px;
}

.foot_lianxi_line i {
	font-style: normal;
	    font-size: 0.8rem;
	        margin-top: -10px;
}

.foot_lianxi_line_right {
	float: left;
	width: 90%;
	padding-left: 5px;
	font-size: 12px;
	text-align: left;

	    line-height: 20px;
}

.foot_lianxi_line_left {
	float: left;
	width: 10%;
	height: 20px;
}

.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: 12px;
	color: #919191;
}

.foot_small {
	border-top: 1px solid #e2e0e0;
}

.foot_small p, .foot_small p a {
	font-size: 12px;
	text-align: center;
	color: #999999 !important;
	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: 20px;
	line-height: 26px;
}

.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 {

}

.pub_banner .flip-page li {
	color: rgb(255 255 255 / 65%);
	background: rgb(255 255 255 / 65%);
}

.pub_banner .flip-page .active, .pub_banner .flip-page li:hover {
	color: #FFFFFF !important;
}

.pub_banner .flip-body .flip-item {
/*	height: 100vh;*/
}
.list_shangwu_line1 img{
	width: 100%;
}

/*卓越领航*/

.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_img img{
	width: 100%;
}
.jieshao_banner .pub_banner_li_txt {
	line-height: 93px;
	position: absolute;
	bottom: 8%;
	width: 95%;
	left: 5%;
	z-index: 3;
	text-shadow: 1px 3px 4px #333;
}

.jieshao_banner .pub_banner_li_txt3 p {
	margin-bottom: 3px;
	color: #d2d2d2;
}

.jieshao_banner .pub_banner_li_txt3 {
	font-size: 12px;
    line-height: 14px;
	color: #FFFFFF;
	letter-spacing: -1px;
	margin-top: 5px;
}

.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: #c7023a;
    background-position: center;
    padding: 50px 0;
    
    overflow: hidden;
}
.jieshao_line2 .pub_more3 i{
	width: 20% !important;
}
.jieshao_line2 .pub_line_text {

}

.jieshao_line2 .pub_line_text_3 {
	line-height: 30px;
	font-size: 20px;
}

.jieshao_line2 .pub_line_text_4 {
	margin-top: 40px;
}

.jieshao_line2 .pub_line_text_4 p {
	margin-bottom: 20px;
	color: #ffffff;
	line-height: 24px;
}

.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 {
	background: #c7023a;
    position: relative;
    overflow: hidden;
}

.page_youshi .page_youshi_body .page_youshi_body_li .page_youshi_body_li_top img {
	display: block;
    float: left;
    height: 140px;
    -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: 20px;
}

.page_youshi .page_youshi_body .page_youshi_body_li .page_youshi_body_li_top span {
	display: block;
    font-size: 30px;
    color: #FFFFFF;
    position: absolute;
    right: 30px;
    bottom: 71px;
    line-height: 37px;
}

.page_youshi .page_youshi_body .page_youshi_body_li {
	width: 100%;
	float: left;
	background: #f4f4f4;
	margin-bottom: 20px;
}
.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 {

}
.page_youshi {
	height: 690px;
}

.page_youshi .page_youshi_body_li_txt {
	padding:20px 20px 30px 20px;
	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;
	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;
	padding: 20px 0 50px;
}

.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;
}
.lianxi_line1_ma img{
	width: 80%;
}
.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: 16px;
	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: 14px;
	margin-bottom: 0;
	line-height: 22px;
}
.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: 48%;
    /* margin: auto; */
    margin: 8px 1% 0;
}

.lianxi_line3 .lianxi_line3_form .form-group>div {
	width:100%;
	margin:0;
}

.lianxi_line3 .lianxi_line3_form .form-group>div input {
	    border: 1px solid #868686;
    line-height: 30px;
    text-indent: 0.5em;
    width: 100%;
    font-size: 13px;
}

.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: 98%;
	margin: auto;
	padding-top: 9px;
}

.lianxi_line3 .lianxi_line3_form .form-content textarea {
	    min-height: 100px;
    border: 1px solid #868686;
    line-height: 24px;
    text-indent: 0.5em;
    width: 100%;
    font-size: 13px;
}

.lianxi_line3 {
padding: 50px 0
}

.lianxi_line3 .lianxi_line3_form {
	margin-top: 50px;
}

.lianxi_line3 .form-btn {
	display: block;
	background: #fa064b;
	margin:auto;
	width: 98%;
}

.lianxi_line3 .form-btn button {
	display: block;
	width: 100%;
	line-height: 40px;
	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: 16px;
	font-weight: 800;
}
#art_fuwu .swiper-slide img{
	width: 100%;
}
.art_fuwu .art_fuwu_shuoming p {
	margin-bottom: 0;
	font-size: 14px;
}

.art_fuwu .art_fuwu_shuoming {
	margin-top: 0 !important;
}

.art_fuwu .art_fuwu_shuoming .art_fuwu_shuoming_tit {
	font-size: 16px;
	font-weight: 800;
}

.art_fuwu .art_fuwu_tit .art_fuwu_tit2 h4, .art_fuwu .art_fuwu_tit .art_fuwu_tit2 p {
	font-size: 14px !important;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 30px;
	color: #333333;
}

.art_fuwu .art_fuwu_tit {
	padding: 20px 0;
}

.pub_art_body {
	padding: 20px 0;
	font-size: 14px;
}
.pub_art_body h4{
	font-size: 16px !important;
}

/*.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: 22px;
    background: #d0d0d0;
    color: #000000;
    font-size: 13px;
    padding: 10px 0;
}
.shangxiap .x2 a:hover{
	background: #fa064b;
	color: #FFFFFF;}
#pianyi{
	position: absolute;
	bottom: 0;
	height: 62px;
	width: 1px;
}
.shangxiap1 a ,.shangxiap2 a,.shangxiap1,.shangxiap2{
	font-size: 13px;
}
#pianyi{
	position: absolute;
	bottom: 0;
	height: 60px;
	width: 1px;
}
.pub_banner ,.index_banner{
	position: relative;
	overflow: hidden;
}
.zc_banner{
	position: absolute;
	z-index: 3;
	left: 0;
	width: 100%;
	top: 30%;
}
.zc_banner_zhantai{
	top: 30%;
}

.zc_banner .zc_banner_txt1{
	font-size: 22px;
    font-weight: 900;
    font-family: 微软雅黑;
    letter-spacing: 2.8px;
    line-height: 40px;
}
.zc_banner .zc_banner_txt2{
	    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 16px;
}
.zc_banner .zc_banner_txt3{
	font-size: 12px;
    font-weight: 400;
    font-family: 微软雅黑;
    line-height: 16px;
    text-indent: 0 !important;
}
.zc_banner_xinwen {
	text-shadow: 1px 2px 12px #000000;
}
.foot_fixd{
	display: block;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 40px;
	background: #FFFFFF;
	z-index: 10;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
.foot_fixd .foot_fixd_li{
	line-height: 40px;
	text-align: center;
	position: relative;
}
.foot_fixd .foot_fixd_li:before{
display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 10px;
    right: 0;
    z-index: 4;
    background: #ececec;
	
}
.foot_fixd .foot_fixd_li i{
	color: #C7023A ;
	margin-right: 3px;
}
.foot_fixd .foot_fixd_li button{
	border: none;
	background: none;
}
.dialog-confirm, .dialog-cancel{
	width: 100% !important;
	background: #eee;
}
.dialog-open{
	padding-right: 0 !important;
}
#foot_fixd_dialogobject p{
	font-weight: 400;
	color: #666666;
	font-size: 13px;
}
#foot_fixd_dialogobject h4{
	color: #c7023a;
	    margin-bottom: 0 !important;
}


/*
新增标签及推荐内容*/
.list_biaoqian_body a{
		display: block;
		float: left;
		font-size: 13px;
		margin-right: 10px;
	}
	.tuijian h4{
		font-size: 18px !important;
		line-height: 26px;
		margin-bottom: 5px;
	}
	.tuijian .tuijian_body_li_img{
		height: 150px;
		overflow: hidden;
	}
	.tuijian .tuijian_body_li_img img{
		min-height: 150px;
		width: 96%;
	}
	.tuijian{
		width: 96%;
	}
	.tuijian .tuijian_box #pub_tuijian { overflow: inherit !important;}

	.tuijian .tuijian_li_txt h5{
		margin-bottom: 0;
		margin-top: 5px;
		line-height: 20px;
		font-size: 16px !important;
	}
	.tuijian .tuijian_li_txt p,.tuijian .tuijian_li_txt p a{
		font-size: 13px;
		color: #999999;
		font-weight: 400;
	}

/*
新增标签及推荐内容*/